aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-12-12 02:18:46 +0000
committerNextcloud bot <bot@nextcloud.com>2020-12-12 02:18:46 +0000
commit949ae6389bbf0bf90103500ca1dcec0211171fcf (patch)
tree7af4b356ee973f5a106cb747445bb6045fb685f6 /apps/dashboard/l10n
parent9dd27f923ef38da522b46e7112d720c66d520dea (diff)
downloadnextcloud-server-949ae6389bbf0bf90103500ca1dcec0211171fcf.tar.gz
nextcloud-server-949ae6389bbf0bf90103500ca1dcec0211171fcf.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard/l10n')
-rw-r--r--apps/dashboard/l10n/zh_TW.js26
-rw-r--r--apps/dashboard/l10n/zh_TW.json24
2 files changed, 50 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/zh_TW.js b/apps/dashboard/l10n/zh_TW.js
new file mode 100644
index 00000000000..b96f5cbb658
--- /dev/null
+++ b/apps/dashboard/l10n/zh_TW.js
@@ -0,0 +1,26 @@
+OC.L10N.register(
+ "dashboard",
+ {
+ "Dashboard" : "儀表板",
+ "Show something" : "顯示一些東西",
+ "Customize" : "自訂",
+ "Edit widgets" : "編輯小工具",
+ "Get more widgets from the app store" : "從應用商店取得更多小工具",
+ "Change background image" : "變更背景圖片",
+ "Weather service" : "天氣服務",
+ "Weather" : "天氣",
+ "Status" : "狀態",
+ "Good evening, {name}" : "早安,{name}",
+ "Good evening" : "下午好",
+ "Good afternoon, {name}" : "午安,{name}",
+ "Good afternoon" : "午安",
+ "Good morning, {name}" : "早安,{name}",
+ "Good morning" : "早安",
+ "Good night, {name}" : "晚安,{name}",
+ "Good night" : "晚安",
+ "Pick from files" : "從檔案選取",
+ "Default images" : "預設圖片",
+ "Plain background" : "簡單背景",
+ "Insert from {productName}" : "插入自 {productName}"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/dashboard/l10n/zh_TW.json b/apps/dashboard/l10n/zh_TW.json
new file mode 100644
index 00000000000..d3c7d63fd35
--- /dev/null
+++ b/apps/dashboard/l10n/zh_TW.json
@@ -0,0 +1,24 @@
+{ "translations": {
+ "Dashboard" : "儀表板",
+ "Show something" : "顯示一些東西",
+ "Customize" : "自訂",
+ "Edit widgets" : "編輯小工具",
+ "Get more widgets from the app store" : "從應用商店取得更多小工具",
+ "Change background image" : "變更背景圖片",
+ "Weather service" : "天氣服務",
+ "Weather" : "天氣",
+ "Status" : "狀態",
+ "Good evening, {name}" : "早安,{name}",
+ "Good evening" : "下午好",
+ "Good afternoon, {name}" : "午安,{name}",
+ "Good afternoon" : "午安",
+ "Good morning, {name}" : "早安,{name}",
+ "Good morning" : "早安",
+ "Good night, {name}" : "晚安,{name}",
+ "Good night" : "晚安",
+ "Pick from files" : "從檔案選取",
+ "Default images" : "預設圖片",
+ "Plain background" : "簡單背景",
+ "Insert from {productName}" : "插入自 {productName}"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file