diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index dfffe8c62e2..4637f4801cf 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -2,6 +2,7 @@ OC.L10N.register( "text", { "New text file" : "新文字檔", + "Create new text file" : "建立新文字檔案", "The file was uploaded" : "檔案已上傳", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index bc719fce0d3..08b5c5c833b 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -1,5 +1,6 @@ { "translations": { "New text file" : "新文字檔", + "Create new text file" : "建立新文字檔案", "The file was uploaded" : "檔案已上傳", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制",