summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-01-13 01:55:56 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-01-13 01:55:56 -0500
commiteb90fa78adb5685b1d24527f03e2348a39a0a8f4 (patch)
treebf2b90be8b142909a99be3a70b7e18b82ac8fe02 /apps/files/l10n
parenteac5d9fb3a52932fafdb200a2cf5d50fe9f1c759 (diff)
downloadnextcloud-server-eb90fa78adb5685b1d24527f03e2348a39a0a8f4.tar.gz
nextcloud-server-eb90fa78adb5685b1d24527f03e2348a39a0a8f4.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/es.js2
-rw-r--r--apps/files/l10n/es.json2
-rw-r--r--apps/files/l10n/zh_TW.js8
-rw-r--r--apps/files/l10n/zh_TW.json8
4 files changed, 18 insertions, 2 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 4b0ddbb7265..92e3b530d28 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -74,7 +74,7 @@ OC.L10N.register(
"Favorite" : "Favorito",
"Folder" : "Carpeta",
"New folder" : "Nueva carpeta",
- "{newname} already exists" : "{new_name} ya existe",
+ "{newname} already exists" : "{newname} ya existe",
"Upload" : "Subir",
"An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas",
"A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta",
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json
index 09411bc5b2a..cb65f8c1d87 100644
--- a/apps/files/l10n/es.json
+++ b/apps/files/l10n/es.json
@@ -72,7 +72,7 @@
"Favorite" : "Favorito",
"Folder" : "Carpeta",
"New folder" : "Nueva carpeta",
- "{newname} already exists" : "{new_name} ya existe",
+ "{newname} already exists" : "{newname} ya existe",
"Upload" : "Subir",
"An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas",
"A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta",
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index 3843e89c797..64a24bbd0c1 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.js
@@ -45,6 +45,13 @@ OC.L10N.register(
"Could not move \"{file}\", target exists" : "無法移動 \"{file}\",目標已經存在",
"Could not move \"{file}\"" : "無法移動 \"{file}\"",
"{newName} already exists" : "{newName} 已經存在",
+ "Could not rename \"{fileName}\", it does not exist any more" : "無法命名檔案 \"{fileName}\",因為此檔案已經不存在",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱 \"{targetName}\" 在這資料夾 \"{dir}\" 已經被使用。請重新選擇不同的名稱",
+ "Could not rename \"{fileName}\"" : "無法重新命名 \"{fileName}\"",
+ "Could not create file \"{file}\"" : "無法建立檔案 \"{file}\"",
+ "Could not create file \"{file}\" because it already exists" : "無法建立檔案 \"{file}\",因為此檔案已存在",
+ "Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"",
+ "Could not create folder \"{dir}\" because it already exists" : "無法建立資料夾 \"{dir}\",因為此資料夾已存在",
"Error deleting file \"{fileName}\"." : "刪除 \"{fileName}\" 出錯",
"No entries in this folder match '{filter}'" : "在此資料夾中沒有項目與 '{filter}' 相符",
"Name" : "名稱",
@@ -94,6 +101,7 @@ OC.L10N.register(
"Maximum upload size" : "上傳限制",
"max. possible: " : "最大允許:",
"Save" : "儲存",
+ "With PHP-FPM it might take 5 minutes for changes to be applied." : "如果使用 PHP-FPM ,此設定值需要5分鐘左右才會生效。",
"Missing permissions to edit from here." : "您沒有在此編輯的權限",
"Settings" : "設定",
"WebDAV" : "WebDAV",
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index b70766ffa7f..c3c1443e0bc 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -43,6 +43,13 @@
"Could not move \"{file}\", target exists" : "無法移動 \"{file}\",目標已經存在",
"Could not move \"{file}\"" : "無法移動 \"{file}\"",
"{newName} already exists" : "{newName} 已經存在",
+ "Could not rename \"{fileName}\", it does not exist any more" : "無法命名檔案 \"{fileName}\",因為此檔案已經不存在",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱 \"{targetName}\" 在這資料夾 \"{dir}\" 已經被使用。請重新選擇不同的名稱",
+ "Could not rename \"{fileName}\"" : "無法重新命名 \"{fileName}\"",
+ "Could not create file \"{file}\"" : "無法建立檔案 \"{file}\"",
+ "Could not create file \"{file}\" because it already exists" : "無法建立檔案 \"{file}\",因為此檔案已存在",
+ "Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"",
+ "Could not create folder \"{dir}\" because it already exists" : "無法建立資料夾 \"{dir}\",因為此資料夾已存在",
"Error deleting file \"{fileName}\"." : "刪除 \"{fileName}\" 出錯",
"No entries in this folder match '{filter}'" : "在此資料夾中沒有項目與 '{filter}' 相符",
"Name" : "名稱",
@@ -92,6 +99,7 @@
"Maximum upload size" : "上傳限制",
"max. possible: " : "最大允許:",
"Save" : "儲存",
+ "With PHP-FPM it might take 5 minutes for changes to be applied." : "如果使用 PHP-FPM ,此設定值需要5分鐘左右才會生效。",
"Missing permissions to edit from here." : "您沒有在此編輯的權限",
"Settings" : "設定",
"WebDAV" : "WebDAV",