diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.php')
-rw-r--r-- | apps/files/l10n/zh_TW.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index e269cca3168..67084f28a55 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.php @@ -61,6 +61,7 @@ $TRANSLATIONS = array( "Modified" => "修改時間", "_%n folder_::_%n folders_" => array("%n 個資料夾"), "_%n file_::_%n files_" => array("%n 個檔案"), +"You don’t have permission to upload or create files here" => "您沒有權限在這裡上傳或建立檔案", "_Uploading %n file_::_Uploading %n files_" => array("%n 個檔案正在上傳"), "\"{name}\" is an invalid file name." => "{name} 是無效的檔名", "Your storage is full, files can not be updated or synced anymore!" => "您的儲存空間已滿,沒有辦法再更新或是同步檔案!", @@ -83,7 +84,6 @@ $TRANSLATIONS = array( "New folder" => "新資料夾", "Folder" => "資料夾", "From link" => "從連結", -"You don’t have permission to upload or create files here" => "您沒有權限在這裡上傳或建立檔案", "Nothing in here. Upload something!" => "這裡還沒有東西,上傳一些吧!", "Download" => "下載", "Upload too large" => "上傳過大", |