From c83ac5dd83e9e2e59bc8f979b633a5a157b2f107 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Tue, 14 Feb 2023 03:37:31 +0100 Subject: [PATCH 1/4] Translated using Weblate (Japanese) Currently translated at 100.0% (4 of 4 strings) Translation: Matomo/Plugin JsTrackerCustom Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-jstrackercustom/ja/ [ci skip] Co-authored-by: Kozue Ono --- lang/ja.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ja.json b/lang/ja.json index 2d3c7ee..7e6ec4e 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -1,6 +1,7 @@ { "JsTrackerCustom": { "AddCustomJs": "カスタムJavaScriptコードをpiwik.jsに追加します", + "DirectoryOrFileNotWritable": "カスタム JavaScript を追加できるようにするには、ディレクトリ %1$s が書き込み可能であるか、ファイル %2$s が書き込み可能である必要があります。", "FileNotWritable": "カスタムJavaScriptを追加できるようにするには、ファイル%1$sが書き込み可能である必要があります。", "JsTrackerCustom": "カスタムトラッカーJS" } From 5f5305bfd6edb7af1c723955989f89c2fa0ff4ad Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Tue, 14 Feb 2023 03:37:31 +0100 Subject: [PATCH 2/4] Translated using Weblate (Portuguese) Currently translated at 100.0% (4 of 4 strings) Translation: Matomo/Plugin JsTrackerCustom Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-jstrackercustom/pt/ [ci skip] Co-authored-by: Hosted Weblate Co-authored-by: Mayara da Silva Oliveira --- lang/pt.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pt.json b/lang/pt.json index 606592e..75c3cb2 100644 --- a/lang/pt.json +++ b/lang/pt.json @@ -1,6 +1,7 @@ { "JsTrackerCustom": { "AddCustomJs": "Adicione o código JavaScript personalizado ao seu piwik.js", + "DirectoryOrFileNotWritable": "Para poder adicionar JavaScript personalizado, o diretório %1$s precisa ser gravável ou o arquivo %2$s precisa ser gravável.", "FileNotWritable": "Para poder adicionar o JavaScript personalizado, o ficheiro %1$s tem de ser gravável.", "JsTrackerCustom": "Rastreador JS personalizado" } From 07943d2a422759d93572379cc018c254a776ec0f Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Thu, 9 Mar 2023 11:42:12 +1300 Subject: [PATCH 3/4] Updating configuration for Github workflow --- .github/workflows/matomo-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml index 97698c6..6681bda 100644 --- a/.github/workflows/matomo-tests.yml +++ b/.github/workflows/matomo-tests.yml @@ -1,7 +1,7 @@ # Action for running tests # This file has been automatically created. # To recreate it you can run this command -# ./console generate:test-action --plugin="JsTrackerCustom" --php-versions="7.2,8.1" --protect-artifacts +# ./console generate:test-action --plugin="JsTrackerCustom" --php-versions="7.2,8.2" --protect-artifacts --schedule-cron="45 4 * * 6" name: Plugin JsTrackerCustom Tests @@ -12,6 +12,8 @@ on: branches: - '**.x-dev' workflow_dispatch: + schedule: + - cron: "45 4 * * 6" permissions: actions: read From 3ae656d256037f22fe68b21e3e37b84c81662892 Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Fri, 10 Mar 2023 14:54:53 +1300 Subject: [PATCH 4/4] Updating build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef4c50b..2848179 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Matomo JsTrackerCustom Plugin -[![Build Status](https://travis-ci.com/innocraft/plugin-JsTrackerCustom.png?branch=4.x-dev)](https://travis-ci.com/innocraft/plugin-JsTrackerCustom) +[![Build Status](https://github.com/innocraft/plugin-JsTrackerCustom/actions/workflows/matomo-tests.yml/badge.svg?branch=4.x-dev)](https://github.com/innocraft/plugin-JsTrackerCustom/actions/workflows/matomo-tests.yml) ## Description