Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-06-22 09:57:09 +0300
committerGitHub <noreply@github.com>2020-06-22 09:57:09 +0300
commitfb2636c4c4557cb8e7edfee519ef556a3986f37e (patch)
tree3e4bcfe7ce0294202a4bdfb312f4adaf0d90a38b /plugins/CoreUpdater
parent396d4fe6397027daf540c2d27b1bfd2693481112 (diff)
language update (#16093)
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/lang/fi.json3
-rw-r--r--plugins/CoreUpdater/lang/zh-cn.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/CoreUpdater/lang/fi.json b/plugins/CoreUpdater/lang/fi.json
index d8692b718b..18c67e849e 100644
--- a/plugins/CoreUpdater/lang/fi.json
+++ b/plugins/CoreUpdater/lang/fi.json
@@ -91,6 +91,7 @@
"YouMustDownloadPackageOrFixPermissions": "Matomo ei pysty ylikirjoittamaan nykyistä asennustasi. Voit joko korjata hakemistojen ja tiedostojen oikeudet tai ladata paketin ja asentaa version %s käsin:",
"YourDatabaseIsOutOfDate": "Matomon tietokanta on vanhentunut ja se tulee päivittää ennen jatkamista.",
"ViewVersionChangelog": "katso muutostiedot tälle versiolle:",
- "ReceiveEmailBecauseIsSuperUser": "Saat tämän viestin, koska olet seuraavan Matomo-asennuksen pääkäyttäjä: %s"
+ "ReceiveEmailBecauseIsSuperUser": "Saat tämän viestin, koska olet seuraavan Matomo-asennuksen pääkäyttäjä: %s",
+ "ConvertToUtf8mb4": "Muunna tietokanta UTF8mb4-merkistöön"
}
} \ No newline at end of file
diff --git a/plugins/CoreUpdater/lang/zh-cn.json b/plugins/CoreUpdater/lang/zh-cn.json
index 2d9d7cea98..6521631a5f 100644
--- a/plugins/CoreUpdater/lang/zh-cn.json
+++ b/plugins/CoreUpdater/lang/zh-cn.json
@@ -91,6 +91,7 @@
"YouMustDownloadPackageOrFixPermissions": "Matomo无法覆盖您当前的安装。 您可以修复目录\/文件权限,也可以下载软件包并手动安装版本%s:",
"YourDatabaseIsOutOfDate": "您的 Matomo 数据库版本太旧了,必须先升级才能继续。",
"ViewVersionChangelog": "查看该版本的更新日志:",
- "ReceiveEmailBecauseIsSuperUser": "您会收到本邮件是源于您是 Matomo %s 的管理员"
+ "ReceiveEmailBecauseIsSuperUser": "您会收到本邮件是源于您是 Matomo %s 的管理员",
+ "ConvertToUtf8mb4": "转换到数据库的UTF8mb4字符集"
}
} \ No newline at end of file