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>2021-09-24 11:38:16 +0300
committerGitHub <noreply@github.com>2021-09-24 11:38:16 +0300
commitd3b6744e9f2758470a0c8d0741348c3b8c971f58 (patch)
treecb02aea3d85c03445812f3dc25bf3baf51229350 /plugins/CustomJsTracker
parentbe9114068d02a4513f1d194034f1a128052390f1 (diff)
Translations update from Weblate (#18047)
* Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreAdminHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreadminhome/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> * Translated using Weblate (German) Currently translated at 100.0% (125 of 125 strings) Translation: Matomo/Plugin CoreHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-corehome/de/ [ci skip] Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreAdminHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreadminhome/ [ci skip] Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Stefan <stefan@matomo.org> * Update translation files Updated by "Squash Git commits" hook in Weblate. Translation: Matomo/Plugin CoreAdminHome Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-coreadminhome/ [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] Co-authored-by: Stefan <stefan@matomo.org>
Diffstat (limited to 'plugins/CustomJsTracker')
-rw-r--r--plugins/CustomJsTracker/lang/ja.json8
-rw-r--r--plugins/CustomJsTracker/lang/nb.json3
2 files changed, 6 insertions, 5 deletions
diff --git a/plugins/CustomJsTracker/lang/ja.json b/plugins/CustomJsTracker/lang/ja.json
index dfa58e56c7..75d9baf7aa 100644
--- a/plugins/CustomJsTracker/lang/ja.json
+++ b/plugins/CustomJsTracker/lang/ja.json
@@ -1,8 +1,8 @@
{
"CustomJsTracker": {
- "PluginDescription": "任意のプラグインが Matomo JavaScript Tracking ファイル( matomo.js )を拡張し、新しい機能と Web サイトの測定機能を追加することができます。",
- "DiagnosticPiwikJsWritable": "書き込み可能な JavaScript トラッカー(%s)",
+ "DiagnosticPiwikJsMakeWritable": "次のコマンドを実行して、%1$s を書き込み可能にすることを推奨します。: %2$s",
"DiagnosticPiwikJsNotWritable": "Matomo JavaScriptトラッカーファイル %s は書き込み可能ではありません。これは、他のプラグインが JavaScriptトラッカー を拡張できないことを意味します。 将来的には、一部のコア機能も期待どおりに機能しない可能性があります。",
- "DiagnosticPiwikJsMakeWritable": "次のコマンドを実行して、%1$s を書き込み可能にすることを推奨します。: %2$s"
+ "DiagnosticPiwikJsWritable": "書き込み可能な JavaScript トラッカー(%s)",
+ "PluginDescription": "任意のプラグインが Matomo JavaScript Tracking ファイル( matomo.js )を拡張し、新しい機能と Web サイトの測定機能を追加することができます。"
}
-} \ No newline at end of file
+}
diff --git a/plugins/CustomJsTracker/lang/nb.json b/plugins/CustomJsTracker/lang/nb.json
index b8dd0c6799..f0182aa51e 100644
--- a/plugins/CustomJsTracker/lang/nb.json
+++ b/plugins/CustomJsTracker/lang/nb.json
@@ -1,6 +1,7 @@
{
"CustomJsTracker": {
"DiagnosticPiwikJsMakeWritable": "Vi anbefaler å gjøre %1$s skrivbar ved å kjøre denne kommandoen: %2$s",
- "DiagnosticPiwikJsWritable": "Skrivbar JavaScript-tracker (%s)"
+ "DiagnosticPiwikJsWritable": "Skrivbar JavaScript-tracker (%s)",
+ "PluginDescription": "Tillater enhver plugin å utvide Matomo JavaScript Tracking -filen (matomo.js) og legge til ny funksjonalitet og flere muligheter for nettstedsmåling."
}
}