From 7838e077509244301f2fe2f3b921958d78555cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Fri, 2 Oct 2020 00:05:53 +0000 Subject: [PATCH] [tx] updated from transifex --- l10n/zh_TW.js | 9 +++++++++ l10n/zh_TW.json | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 l10n/zh_TW.js create mode 100644 l10n/zh_TW.json diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js new file mode 100644 index 00000000..6f9fb166 --- /dev/null +++ b/l10n/zh_TW.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_primary_s3", + { + "Connection options and bucket must be configured." : "必須配置連接選項和存儲桶。", + "No S3 ObjectStore available" : "沒有可用的S3 ObjectStore", + "Bucket <%s> does not exist." : "不<%s>存在。", + "Upload failed. Please ask you administrator to have a look at the log files for more details." : "上傳失敗。您要求管理員查看記錄文件以獲取更多詳細信息。" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json new file mode 100644 index 00000000..c1eca918 --- /dev/null +++ b/l10n/zh_TW.json @@ -0,0 +1,7 @@ +{ "translations": { + "Connection options and bucket must be configured." : "必須配置連接選項和存儲桶。", + "No S3 ObjectStore available" : "沒有可用的S3 ObjectStore", + "Bucket <%s> does not exist." : "不<%s>存在。", + "Upload failed. Please ask you administrator to have a look at the log files for more details." : "上傳失敗。您要求管理員查看記錄文件以獲取更多詳細信息。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file