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:
authorStefan Giehl <stefan@matomo.org>2021-08-30 15:13:26 +0300
committerGitHub <noreply@github.com>2021-08-30 15:13:26 +0300
commitdad2cb5bda1bd0bb95f7b56e1e3880f8b170cbb8 (patch)
tree422037a473608553b226ae9396d651f409af69bb /plugins/CoreUpdater
parent2f6e2497180e31ad096b245469acd5ba60ed5f65 (diff)
Syncs all translations from Transifex (#17931)
* fixes some whitespaces and formatting in english translation files * Adds translations for languages that did not yet exist * fix tests * adds missing locales * fix locale * update submodules * updates expected UI file
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/lang/en.json4
-rw-r--r--plugins/CoreUpdater/lang/ms.json10
2 files changed, 12 insertions, 2 deletions
diff --git a/plugins/CoreUpdater/lang/en.json b/plugins/CoreUpdater/lang/en.json
index 08338b261e..0101fe7958 100644
--- a/plugins/CoreUpdater/lang/en.json
+++ b/plugins/CoreUpdater/lang/en.json
@@ -95,8 +95,8 @@
"ReceiveEmailBecauseIsSuperUser": "You receive this email because you are a Super User on the Matomo at: %s",
"ConvertToUtf8mb4": "Convert database to UTF8mb4 charset",
"TriggerDatabaseConversion": "Trigger database conversion in background",
- "Utf8mb4ConversionHelp": "Your database is currently not using utf8mb4 charset. This makes it impossible to store 4-byte characters, such as emojis, less common characters of asian languages, various historic scripts or mathematical symbols. Those are currently replaced with %1$s.<br /><br />Your database supports the utf8mb4 charset and it would be possible to convert it.<br /><br />If you are able to run console commands we recommend using this command: %2$s<br /><br />Alternatively you can enable the conversion here. It will then be triggered automatically as a scheduled task in the background.<br /><br />Attention: Converting the database might take up to a couple of hours depending on the database size. As tracking might not work during this process, we do not recommend to use the trigger for bigger instances.<br /><br />You can find more information about this topic in this %3$sFAQ%4$s.",
+ "Utf8mb4ConversionHelp": "Your database is currently not using utf8mb4 charset. This makes it impossible to store 4-byte characters, such as emojis, less common characters of asian languages, various historic scripts or mathematical symbols. Those are currently replaced with %1$s.<br \/><br \/>Your database supports the utf8mb4 charset and it would be possible to convert it.<br \/><br \/>If you are able to run console commands we recommend using this command: %2$s<br \/><br \/>Alternatively you can enable the conversion here. It will then be triggered automatically as a scheduled task in the background.<br \/><br \/>Attention: Converting the database might take up to a couple of hours depending on the database size. As tracking might not work during this process, we do not recommend to use the trigger for bigger instances.<br \/><br \/>You can find more information about this topic in this %3$sFAQ%4$s.",
"SkipCacheClearDesc": "Skips clearing of caches before updating. This is only useful if you can ensure that instances running this command have not created a cache at all yet, and if clearing the cache for many Matomo accounts can become a bottleneck.",
"SkipCacheClear": "Skipping clearing caches."
}
-}
+} \ No newline at end of file
diff --git a/plugins/CoreUpdater/lang/ms.json b/plugins/CoreUpdater/lang/ms.json
new file mode 100644
index 0000000000..0b0aceaeec
--- /dev/null
+++ b/plugins/CoreUpdater/lang/ms.json
@@ -0,0 +1,10 @@
+{
+ "CoreUpdater": {
+ "ExceptionArchiveEmpty": "Arkib kosong.",
+ "MajorUpdateWarning2": "Pemberitahu yang berikut adalah amat penting untuk pemasangan yang besar.",
+ "ReadyToGo": "Sudah bersedia?",
+ "UpdateTitle": "Pengemaskinian",
+ "UpgradeComplete": "Peningkatan selesai!",
+ "WarningMessages": "Amaran:"
+ }
+} \ No newline at end of file