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:
authorStefan Giehl <stefan@piwik.org>2018-01-27 04:29:04 +0300
committerGitHub <noreply@github.com>2018-01-27 04:29:04 +0300
commitae0d7185cee2f73f053c0bb546e9054e6fe183f1 (patch)
tree649f21c65c3516fbc99ddb6be7ddfb27a97c350c /plugins/VisitTime
parent48264d7ad4d439bc198acc2b9e128ee90f023ac0 (diff)
language update (#12514)
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/lang/am.json1
-rw-r--r--plugins/VisitTime/lang/bn.json5
-rw-r--r--plugins/VisitTime/lang/bs.json5
-rw-r--r--plugins/VisitTime/lang/cy.json5
-rw-r--r--plugins/VisitTime/lang/gl.json1
-rw-r--r--plugins/VisitTime/lang/hr.json1
-rw-r--r--plugins/VisitTime/lang/ta.json5
-rw-r--r--plugins/VisitTime/lang/zh-tw.json4
8 files changed, 25 insertions, 2 deletions
diff --git a/plugins/VisitTime/lang/am.json b/plugins/VisitTime/lang/am.json
index c4c558bf20..062ca762c6 100644
--- a/plugins/VisitTime/lang/am.json
+++ b/plugins/VisitTime/lang/am.json
@@ -3,6 +3,7 @@
"ColumnLocalTime": "አካባቢያዊ ሰዓት",
"ColumnServerTime": "የአገልጋይ ሰዓት",
"LocalTime": "ጉብኝቶች ከአካባቢያዊ ሰዓት",
+ "NHour": "%s ሰ",
"ServerTime": "ጉብኝቶች ከአገልጋይ ሰዓት",
"SubmenuTimes": "ሰዓታት",
"WidgetLocalTime": "ጉብኝቶች በአካባቢያዊ ሰዓት",
diff --git a/plugins/VisitTime/lang/bn.json b/plugins/VisitTime/lang/bn.json
new file mode 100644
index 0000000000..5591876590
--- /dev/null
+++ b/plugins/VisitTime/lang/bn.json
@@ -0,0 +1,5 @@
+{
+ "VisitTime": {
+ "NHour": "%s ঘঃ"
+ }
+} \ No newline at end of file
diff --git a/plugins/VisitTime/lang/bs.json b/plugins/VisitTime/lang/bs.json
new file mode 100644
index 0000000000..e202e95032
--- /dev/null
+++ b/plugins/VisitTime/lang/bs.json
@@ -0,0 +1,5 @@
+{
+ "VisitTime": {
+ "NHour": "%s h"
+ }
+} \ No newline at end of file
diff --git a/plugins/VisitTime/lang/cy.json b/plugins/VisitTime/lang/cy.json
new file mode 100644
index 0000000000..d4dd16caac
--- /dev/null
+++ b/plugins/VisitTime/lang/cy.json
@@ -0,0 +1,5 @@
+{
+ "VisitTime": {
+ "NHour": "%s awr"
+ }
+} \ No newline at end of file
diff --git a/plugins/VisitTime/lang/gl.json b/plugins/VisitTime/lang/gl.json
index 9b9380af3f..218c134d3e 100644
--- a/plugins/VisitTime/lang/gl.json
+++ b/plugins/VisitTime/lang/gl.json
@@ -1,6 +1,7 @@
{
"VisitTime": {
"LocalTime": "Visitas por hora local",
+ "NHour": "%s h",
"ServerTime": "Visitas por hora do servidor",
"SubmenuTimes": "Tempos",
"WidgetLocalTime": "Visitas por hora local",
diff --git a/plugins/VisitTime/lang/hr.json b/plugins/VisitTime/lang/hr.json
index 0cdc83c3e1..0266de4f8a 100644
--- a/plugins/VisitTime/lang/hr.json
+++ b/plugins/VisitTime/lang/hr.json
@@ -2,6 +2,7 @@
"VisitTime": {
"ColumnServerTime": "Vrijeme servera",
"LocalTime": "Posjete po lokalnom vremenu",
+ "NHour": "%s h",
"WidgetServerTime": "Posjete po vremenu servera"
}
} \ No newline at end of file
diff --git a/plugins/VisitTime/lang/ta.json b/plugins/VisitTime/lang/ta.json
new file mode 100644
index 0000000000..e841da77fe
--- /dev/null
+++ b/plugins/VisitTime/lang/ta.json
@@ -0,0 +1,5 @@
+{
+ "VisitTime": {
+ "NHour": "%s ம.நே."
+ }
+} \ No newline at end of file
diff --git a/plugins/VisitTime/lang/zh-tw.json b/plugins/VisitTime/lang/zh-tw.json
index b57475c4ce..64340bc01d 100644
--- a/plugins/VisitTime/lang/zh-tw.json
+++ b/plugins/VisitTime/lang/zh-tw.json
@@ -19,8 +19,8 @@
"VisitsByDayOfWeek": "以星期幾查看",
"WidgetByDayOfWeekDocumentation": "這個圖表顯示你網站每星期接收的訪問數。",
"WidgetLocalTime": "依訪客端時間記錄的訪問次數",
- "WidgetLocalTimeDocumentation": "這個圖片顯示當訪客瀏覽時,%1$s訪客端的時間%2$s是幾點。",
+ "WidgetLocalTimeDocumentation": "這個圖表顯示當訪客瀏覽時,%1$s訪客端的時間%2$s是幾點。",
"WidgetServerTime": "依伺服器時間記錄的訪問次數",
- "WidgetServerTimeDocumentation": "這個圖片顯示當訪客瀏覽時,%1$s伺服器的時間%2$s是幾點。"
+ "WidgetServerTimeDocumentation": "這個圖表顯示當訪客瀏覽時,%1$s伺服器的時間%2$s是幾點。"
}
} \ No newline at end of file