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:
authorWeblate (bot) <hosted@weblate.org>2022-02-21 02:18:27 +0300
committerGitHub <noreply@github.com>2022-02-21 02:18:27 +0300
commitf5eda650a61a5c1aaa9073e71bd7b5643bfe52af (patch)
tree9cf70efea444be56e274e9bb6c9b390f0e7d0f2a /plugins/CustomJsTracker
parent2e1c781e0d95ed757b89b08f4b4dccea48164abb (diff)
Translations update from Hosted Weblate (#18811)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin MultiSites Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-multisites/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin MultiSites Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-multisites/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin MultiSites Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-multisites/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corehome/ [ci skip]
Diffstat (limited to 'plugins/CustomJsTracker')
-rw-r--r--plugins/CustomJsTracker/lang/ca.json9
-rw-r--r--plugins/CustomJsTracker/lang/sq.json8
2 files changed, 12 insertions, 5 deletions
diff --git a/plugins/CustomJsTracker/lang/ca.json b/plugins/CustomJsTracker/lang/ca.json
index 0967ef424b..a2a6054f2e 100644
--- a/plugins/CustomJsTracker/lang/ca.json
+++ b/plugins/CustomJsTracker/lang/ca.json
@@ -1 +1,8 @@
-{}
+{
+ "CustomJsTracker": {
+ "DiagnosticPiwikJsMakeWritable": "Us recomanem que %1$s es pugui escriure executant aquesta ordre: %2$s",
+ "DiagnosticPiwikJsNotWritable": "El fitxer de seguiment de JavaScript de Matomo %s no es pot escriure, cosa que significa que altres connectors no poden estendre el seguiment de JavaScript. En el futur fins i tot algunes funcions bàsiques podrien no funcionar com s'espera.",
+ "DiagnosticPiwikJsWritable": "Seguiment de JavaScript que es pot escriure (%s)",
+ "PluginDescription": "Permet a qualsevol connector ampliar el fitxer de seguiment de JavaScript de Matomo (matomo.js) i afegir noves funcionalitats i capacitats de mesurament de llocs web."
+ }
+}
diff --git a/plugins/CustomJsTracker/lang/sq.json b/plugins/CustomJsTracker/lang/sq.json
index 788f53286b..c4b508bb08 100644
--- a/plugins/CustomJsTracker/lang/sq.json
+++ b/plugins/CustomJsTracker/lang/sq.json
@@ -1,8 +1,8 @@
{
"CustomJsTracker": {
- "PluginDescription": "I lejon cilësdo shtojcë të zgjerojë kartelën Matomo JavaScript Tracking (matomo.js) dhe të shtojë aftësi të reja funksionimi dhe matjesh në sajt.",
- "DiagnosticPiwikJsWritable": "Ndjekës JavaScript i Shkrueshëm (%s)",
+ "DiagnosticPiwikJsMakeWritable": "Këshillojmë bërjen e %1$s të shkrueshme, duke xhiruar urdhrin: %2$s",
"DiagnosticPiwikJsNotWritable": "Kartela e ndjekësit JavaScript të Matomo-s %s s’është e shkrueshme, çka do të thotë se shtojcat e tjera s’mund ta zgjerojnë ndjekësin JavaScript. Në të ardhmen mund të mos punojnë siç pritet madje edhe disa veçori bazë.",
- "DiagnosticPiwikJsMakeWritable": "Këshillojmë bërjen e %1$s të shkrueshme, duke xhiruar urdhrin: %2$s"
+ "DiagnosticPiwikJsWritable": "Ndjekës JavaScript i Shkrueshëm (%s)",
+ "PluginDescription": "I lejon cilësdo shtojcë të zgjerojë kartelën Matomo JavaScript Tracking (matomo.js) dhe të shtojë anë të të reja funksionimi dhe aftësi matjesh të sajtit."
}
-} \ No newline at end of file
+}