summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-04-02 00:12:13 +0000
committerNextcloud bot <bot@nextcloud.com>2018-04-02 00:12:13 +0000
commit9c1c47400fa66474c2b39ce0622c949e29a674a9 (patch)
treeb7109dc1723b2760ebf51cbff338b5aef5e65fd4 /apps
parent4f34eb7616bcb117f486871536cf917117b3f5e5 (diff)
downloadnextcloud-server-9c1c47400fa66474c2b39ce0622c949e29a674a9.tar.gz
nextcloud-server-9c1c47400fa66474c2b39ce0622c949e29a674a9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/l10n/zh_TW.js1
-rw-r--r--apps/dav/l10n/zh_TW.json1
-rw-r--r--apps/files/l10n/zh_TW.js16
-rw-r--r--apps/files/l10n/zh_TW.json16
-rw-r--r--apps/files_external/l10n/sk.js2
-rw-r--r--apps/files_external/l10n/sk.json2
-rw-r--r--apps/oauth2/l10n/zh_TW.js13
-rw-r--r--apps/oauth2/l10n/zh_TW.json13
8 files changed, 50 insertions, 14 deletions
diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js
index 0ebd869fa8d..cbf4b4f262d 100644
--- a/apps/dav/l10n/zh_TW.js
+++ b/apps/dav/l10n/zh_TW.js
@@ -37,6 +37,7 @@ OC.L10N.register(
"Description:" : "描述",
"Link:" : "連結",
"Contacts" : "聯絡人",
+ "WebDAV" : "WebDAV",
"Technical details" : "技術細節",
"Remote Address: %s" : "遠端位置:%s",
"Request ID: %s" : "請求編號:%s",
diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json
index d41e70036bb..c4a4ba65333 100644
--- a/apps/dav/l10n/zh_TW.json
+++ b/apps/dav/l10n/zh_TW.json
@@ -35,6 +35,7 @@
"Description:" : "描述",
"Link:" : "連結",
"Contacts" : "聯絡人",
+ "WebDAV" : "WebDAV",
"Technical details" : "技術細節",
"Remote Address: %s" : "遠端位置:%s",
"Request ID: %s" : "請求編號:%s",
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index 9833f2512cb..4d1569741d3 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"Download" : "下載",
"Rename" : "重新命名",
"Move or copy" : "移動或複製",
+ "Copy" : "複製",
"Target folder" : "目標資料夾",
"Delete" : "刪除",
"Disconnect storage" : "斷開儲存空間連接",
@@ -62,8 +63,11 @@ OC.L10N.register(
"You don’t have permission to upload or create files here" : "您沒有權限在這裡上傳或建立檔案",
"_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"],
"New" : "新增",
+ "{used} of {quota} used" : "已使用 {quota} 當中的 {used}",
+ "{used} used" : "已使用 {used}",
"\"{name}\" is an invalid file name." : "{name} 是無效的檔名",
"File name cannot be empty." : "檔名不能為空",
+ "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"",
"\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} 的儲存空間已滿,沒有辦法再更新或是同步檔案!",
"Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
@@ -96,12 +100,18 @@ OC.L10N.register(
"Moved by {user}" : "由 {user} 移動",
"\"remote user\"" : "「遠端用戶」",
"You created {file}" : "您建立了 {file}",
+ "You created an encrypted file in {file}" : "您在 {file} 建立了一個加密的檔案",
"{user} created {file}" : "{user} 建立了 {file}",
+ "{user} created an encrypted file in {file}" : "{user} 在 {file} 建立了一個加密的檔案",
"{file} was created in a public folder" : "{file} 已建立於共享資料夾",
"You changed {file}" : "您變更了 {file}",
+ "You changed an encrypted file in {file}" : "您在 {file} 修改了一個加密的檔案",
"{user} changed {file}" : "{user} 變更了 {file}",
+ "{user} changed an encrypted file in {file}" : "{user} 在 {file} 修改了一個加密的檔案",
"You deleted {file}" : "您刪除了 {file}",
+ "You deleted an encrypted file in {file}" : "您在 {file} 刪除了一個加密的檔案",
"{user} deleted {file}" : "{user} 刪除了 {file}",
+ "{user} deleted an encrypted file in {file}" : "{user} 在 {file} 刪除了一個加密的檔案",
"You restored {file}" : "您還原了 {file}",
"{user} restored {file}" : "{user} 還原了 {file}",
"You renamed {oldfile} to {newfile}" : "您變更 {oldfile} 為 {newfile}",
@@ -143,6 +153,10 @@ OC.L10N.register(
"Tags" : "標籤",
"Deleted files" : "回收桶",
"Text file" : "文字檔",
- "New text file.txt" : "新文字檔.txt"
+ "New text file.txt" : "新文字檔.txt",
+ "Move" : "移動",
+ "A new file or folder has been <strong>deleted</strong>" : "一個新的檔案或資料夾已經被<strong>刪除</strong>",
+ "A new file or folder has been <strong>restored</strong>" : "一個新的檔案或資料夾已經被<strong>還原</strong>",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "使用這個地址來<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">透過 WebDAV 存取您的檔案</a>"
},
"nplurals=1; plural=0;");
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index 3ef15cbd79f..b1403be8cb3 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -23,6 +23,7 @@
"Download" : "下載",
"Rename" : "重新命名",
"Move or copy" : "移動或複製",
+ "Copy" : "複製",
"Target folder" : "目標資料夾",
"Delete" : "刪除",
"Disconnect storage" : "斷開儲存空間連接",
@@ -60,8 +61,11 @@
"You don’t have permission to upload or create files here" : "您沒有權限在這裡上傳或建立檔案",
"_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"],
"New" : "新增",
+ "{used} of {quota} used" : "已使用 {quota} 當中的 {used}",
+ "{used} used" : "已使用 {used}",
"\"{name}\" is an invalid file name." : "{name} 是無效的檔名",
"File name cannot be empty." : "檔名不能為空",
+ "\"/\" is not allowed inside a file name." : "不允許檔名中出現 \"/\"",
"\"{name}\" is not an allowed filetype" : "\"{name}\" 是不允許的檔案類型",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} 的儲存空間已滿,沒有辦法再更新或是同步檔案!",
"Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!",
@@ -94,12 +98,18 @@
"Moved by {user}" : "由 {user} 移動",
"\"remote user\"" : "「遠端用戶」",
"You created {file}" : "您建立了 {file}",
+ "You created an encrypted file in {file}" : "您在 {file} 建立了一個加密的檔案",
"{user} created {file}" : "{user} 建立了 {file}",
+ "{user} created an encrypted file in {file}" : "{user} 在 {file} 建立了一個加密的檔案",
"{file} was created in a public folder" : "{file} 已建立於共享資料夾",
"You changed {file}" : "您變更了 {file}",
+ "You changed an encrypted file in {file}" : "您在 {file} 修改了一個加密的檔案",
"{user} changed {file}" : "{user} 變更了 {file}",
+ "{user} changed an encrypted file in {file}" : "{user} 在 {file} 修改了一個加密的檔案",
"You deleted {file}" : "您刪除了 {file}",
+ "You deleted an encrypted file in {file}" : "您在 {file} 刪除了一個加密的檔案",
"{user} deleted {file}" : "{user} 刪除了 {file}",
+ "{user} deleted an encrypted file in {file}" : "{user} 在 {file} 刪除了一個加密的檔案",
"You restored {file}" : "您還原了 {file}",
"{user} restored {file}" : "{user} 還原了 {file}",
"You renamed {oldfile} to {newfile}" : "您變更 {oldfile} 為 {newfile}",
@@ -141,6 +151,10 @@
"Tags" : "標籤",
"Deleted files" : "回收桶",
"Text file" : "文字檔",
- "New text file.txt" : "新文字檔.txt"
+ "New text file.txt" : "新文字檔.txt",
+ "Move" : "移動",
+ "A new file or folder has been <strong>deleted</strong>" : "一個新的檔案或資料夾已經被<strong>刪除</strong>",
+ "A new file or folder has been <strong>restored</strong>" : "一個新的檔案或資料夾已經被<strong>還原</strong>",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "使用這個地址來<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">透過 WebDAV 存取您的檔案</a>"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/files_external/l10n/sk.js b/apps/files_external/l10n/sk.js
index 2d85e5b9635..83eeded4bde 100644
--- a/apps/files_external/l10n/sk.js
+++ b/apps/files_external/l10n/sk.js
@@ -119,6 +119,8 @@ OC.L10N.register(
"Delete" : "Zmazať",
"Allow users to mount external storage" : "Povoliť používateľom pripojiť externé úložiská",
"Allow users to mount the following external storage" : "Povoliť používateľom pripojiť tieto externé úložiská",
+ "Step 1 failed. Exception: %s" : "Krok 1 zlyhal. Výnimka: %s",
+ "Step 2 failed. Exception: %s" : "Krok 2 zlyhal. Výnimka: %s",
"OpenStack" : "OpenStack",
"Dropbox" : "Dropbox",
"Google Drive" : "Google Drive",
diff --git a/apps/files_external/l10n/sk.json b/apps/files_external/l10n/sk.json
index f685660f273..0a84c569dfb 100644
--- a/apps/files_external/l10n/sk.json
+++ b/apps/files_external/l10n/sk.json
@@ -117,6 +117,8 @@
"Delete" : "Zmazať",
"Allow users to mount external storage" : "Povoliť používateľom pripojiť externé úložiská",
"Allow users to mount the following external storage" : "Povoliť používateľom pripojiť tieto externé úložiská",
+ "Step 1 failed. Exception: %s" : "Krok 1 zlyhal. Výnimka: %s",
+ "Step 2 failed. Exception: %s" : "Krok 2 zlyhal. Výnimka: %s",
"OpenStack" : "OpenStack",
"Dropbox" : "Dropbox",
"Google Drive" : "Google Drive",
diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js
index 2eda8ab0a98..3a8d4c21c6c 100644
--- a/apps/oauth2/l10n/zh_TW.js
+++ b/apps/oauth2/l10n/zh_TW.js
@@ -1,13 +1,14 @@
OC.L10N.register(
"oauth2",
{
- "OAuth 2.0 clients" : "OAuth 2.0 用戶端",
- "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0允許其他裝置存取 %s.",
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 客戶端",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 允許其他裝置存取 %s",
"Name" : "名稱",
- "Redirection URI" : "URI轉向",
- "Client Identifier" : "用戶辨識",
- "Secret" : "秘密",
- "Add client" : "新增用戶",
+ "Redirection URI" : "重導向 URI",
+ "Client Identifier" : "用戶識別",
+ "Secret" : "秘密口令 (Secret)",
+ "Add client" : "新增客戶端",
"Add" : "新增"
},
"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/zh_TW.json b/apps/oauth2/l10n/zh_TW.json
index 7bdcfd0833e..c125265fdb5 100644
--- a/apps/oauth2/l10n/zh_TW.json
+++ b/apps/oauth2/l10n/zh_TW.json
@@ -1,11 +1,12 @@
{ "translations": {
- "OAuth 2.0 clients" : "OAuth 2.0 用戶端",
- "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0允許其他裝置存取 %s.",
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 客戶端",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 允許其他裝置存取 %s",
"Name" : "名稱",
- "Redirection URI" : "URI轉向",
- "Client Identifier" : "用戶辨識",
- "Secret" : "秘密",
- "Add client" : "新增用戶",
+ "Redirection URI" : "重導向 URI",
+ "Client Identifier" : "用戶識別",
+ "Secret" : "秘密口令 (Secret)",
+ "Add client" : "新增客戶端",
"Add" : "新增"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file