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/Feedback
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/Feedback')
-rw-r--r--plugins/Feedback/lang/en.json4
-rw-r--r--plugins/Feedback/lang/ku.json5
-rw-r--r--plugins/Feedback/lang/ms.json5
-rw-r--r--plugins/Feedback/lang/ur.json5
4 files changed, 17 insertions, 2 deletions
diff --git a/plugins/Feedback/lang/en.json b/plugins/Feedback/lang/en.json
index d5c5c4e3e4..887ab1555c 100644
--- a/plugins/Feedback/lang/en.json
+++ b/plugins/Feedback/lang/en.json
@@ -26,7 +26,7 @@
"ProfessionalServicesOfferIntro": "What services can you benefit from?",
"ProfessionalServicesDedicatedSupport": "Support from a dedicated Matomo team member every step of the way",
"ProfessionalServicesOnboarding": "Onboarding questionnaire and meeting with a Matomo Support member",
- "ProfessionalServicesSupport": "24/7 online request service",
+ "ProfessionalServicesSupport": "24\/7 online request service",
"ProfessionalServicesTraining": "Exclusive access to Matomo training videos",
"ProfessionalServicesEmailAlerts": "Email alerts for security releases for Matomo",
"ContactUs": "Contact us",
@@ -51,4 +51,4 @@
"ReferBannerSocialShareText": "If you’re using Google Analytics, stay in control by switching to an ethical alternative like Matomo now!",
"WontShowAgain": "We won't show this message again."
}
-}
+} \ No newline at end of file
diff --git a/plugins/Feedback/lang/ku.json b/plugins/Feedback/lang/ku.json
new file mode 100644
index 0000000000..d3f1925fe5
--- /dev/null
+++ b/plugins/Feedback/lang/ku.json
@@ -0,0 +1,5 @@
+{
+ "Feedback": {
+ "Forums": "مەکۆکان"
+ }
+} \ No newline at end of file
diff --git a/plugins/Feedback/lang/ms.json b/plugins/Feedback/lang/ms.json
new file mode 100644
index 0000000000..3d79fb9d80
--- /dev/null
+++ b/plugins/Feedback/lang/ms.json
@@ -0,0 +1,5 @@
+{
+ "Feedback": {
+ "IWantTo": "Saya mahu:"
+ }
+} \ No newline at end of file
diff --git a/plugins/Feedback/lang/ur.json b/plugins/Feedback/lang/ur.json
new file mode 100644
index 0000000000..abd66228f0
--- /dev/null
+++ b/plugins/Feedback/lang/ur.json
@@ -0,0 +1,5 @@
+{
+ "Feedback": {
+ "Forums": "فورم"
+ }
+} \ No newline at end of file