Skip to content

Commit 15167af

Browse files
committed
Merge branch '4.x-dev' into 5.x-dev
2 parents 1e2f0a1 + c9e4671 commit 15167af

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

.github/workflows/matomo-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Action for running tests
22
# This file has been automatically created.
33
# To recreate it you can run this command
4-
# ./console generate:test-action --plugin="TreemapVisualization" --php-versions="7.2,8.1"
4+
# ./console generate:test-action --plugin="TreemapVisualization" --php-versions="7.2,8.2" --schedule-cron="5 2 * * 6"
55

66
name: Plugin TreemapVisualization Tests
77

@@ -12,6 +12,8 @@ on:
1212
branches:
1313
- '**.x-dev'
1414
workflow_dispatch:
15+
schedule:
16+
- cron: "5 2 * * 6"
1517

1618
permissions:
1719
actions: read

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/matomo-org/plugin-TreemapVisualization.svg?branch=4.x-dev)](https://travis-ci.com/matomo-org/plugin-TreemapVisualization)
1+
[![Build Status](https://github.com/matomo-org/plugin-TreemapVisualization/actions/workflows/matomo-tests.yml/badge.svg?branch=4.x-dev)](https://github.com/matomo-org/plugin-TreemapVisualization/actions/workflows/matomo-tests.yml)
22

33
## Description
44

lang/ja.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
{}
1+
{
2+
"TreemapVisualization": {
3+
"PluginDescription": "Matomo のレポートをツリーマップとして視覚化します。 各レポートのツリーマップ アイコンをクリックして、視覚化を読み込みます。",
4+
"Treemap": "ツリーマップ"
5+
}
6+
}

lang/pt.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
{}
1+
{
2+
"TreemapVisualization": {
3+
"PluginDescription": "Visualize qualquer relatório no Matomo como um Treemap (árvore). Clique no ícone Treemap em cada relatório para carregar a visualização.",
4+
"Treemap": "Treemap (árvore)"
5+
}
6+
}

lang/zh-tw.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
{}
1+
{
2+
"TreemapVisualization": {
3+
"PluginDescription": "在 Matomo 中以樹狀圖視覺化任何報表。在報表中點擊樹狀圖圖示,來載入此視覺化圖。",
4+
"Treemap": "樹狀圖"
5+
}
6+
}

0 commit comments

Comments
 (0)