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-04-19 00:55:35 +0300
committerGitHub <noreply@github.com>2022-04-19 00:55:35 +0300
commit05da97ba5fc3ffbae226f95e0d85388fab26902d (patch)
tree2376304d962cb9db7ed71bbca3c6c16e0ba2ac78 /plugins/CustomJsTracker
parent667bf6f6c732b1083d0938bf0a4d46cd3c463d30 (diff)
Translations update from Hosted Weblate (#19101)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CustomDimensions Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-customdimensions/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin Diagnostics Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-diagnostics/ [ci skip]
Diffstat (limited to 'plugins/CustomJsTracker')
-rw-r--r--plugins/CustomJsTracker/lang/bg.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/CustomJsTracker/lang/bg.json b/plugins/CustomJsTracker/lang/bg.json
index 0967ef424b..60a3061d36 100644
--- a/plugins/CustomJsTracker/lang/bg.json
+++ b/plugins/CustomJsTracker/lang/bg.json
@@ -1 +1,8 @@
-{}
+{
+ "CustomJsTracker": {
+ "DiagnosticPiwikJsMakeWritable": "Препоръчваме да направите %1$s достъпен за запис, като изпълните тази команда: %2$s",
+ "DiagnosticPiwikJsNotWritable": "Файлът за проследяване на Matomo JavaScript %s не е записваем, което означава, че други плъгини не могат да разширят JavaScript тракера. В бъдеще дори някои основни функции може да не работят според очакванията.",
+ "DiagnosticPiwikJsWritable": "Записваем JavaScript тракер (%s)",
+ "PluginDescription": "Позволява на всеки плъгин да разшири JavaScript файла за проследяване на Matomo (matomo.js) и да добави нова функционалност и възможности за анализ на уебсайтове."
+ }
+}