diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_TW.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_TW.js | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 78227313635..60c564129b7 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -185,7 +185,7 @@ OC.L10N.register( "Set default folder for accepted shares" : "為接受的分享設定預設資料夾", "Reset" : "重設", "Reset folder to system default" : "將資料夾重設回系統預設", - "Share expiration: " : "分享過期:", + "Share expiration: {date}" : "分享到期日:{date}", "Share Expiration" : "分享過期", "group" : "群組", "conversation" : "對話", @@ -260,12 +260,6 @@ OC.L10N.register( "Successfully uploaded files" : "已成功上傳檔案", "View terms of service" : "檢視服務條款", "Terms of service" : "服務條款", - "Upload files to {folder}" : "上傳檔案到 {folder}", - "Submit name" : "遞交名稱", - "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} 與您分享了一個資料夾。", - "To upload files, you need to provide your name first." : "要上傳檔案,您必須先提供您的名字。", - "Name" : "名稱", - "Enter your name" : "輸入您的名稱", "Share with {userName}" : "與 {userName} 分享", "Share with email {email}" : "與電子郵件 {email} 分享", "Share with group" : "與群組分享", @@ -316,6 +310,7 @@ OC.L10N.register( "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "不屬於內部或外部分享的分享。這可能是來自應用程式或其他來源的分享。", "Share with accounts, teams, federated cloud IDs" : "與帳號、團隊、聯邦雲端 ID 分享", "Share with accounts and teams" : "與帳號及團隊分享", + "Federated cloud ID" : "聯邦雲端 ID", "Email, federated cloud ID" : "電子郵件、聯邦雲端 ID", "Unable to load the shares list" : "無法載入分享列表", "Expires {relativetime}" : "過期於 {relativetime}", @@ -373,6 +368,8 @@ OC.L10N.register( "List of unapproved shares." : "未批准的分享清單。", "No pending shares" : "沒有待處理的分享", "Shares you have received but not approved will show up here" : "您收到但尚未核准的分享將會在此顯示", + "Error deleting the share: {errorMessage}" : "刪除分享時發生錯誤:{errorMessage}", + "Error deleting the share" : "刪除分享時發生錯誤", "Error updating the share: {errorMessage}" : "更新分享時發生錯誤:{errorMessage}", "Error updating the share" : "更新分享時發生錯誤", "File \"{path}\" has been unshared" : "檔案「{path}」已取消分享", @@ -385,7 +382,11 @@ OC.L10N.register( "Share note for recipient saved" : "已儲存給收件者的分享備註", "Share password saved" : "分享密碼已儲存", "Share permissions saved" : "已儲存分享權限", - "Filename must not be empty." : "檔案名稱不能為空。", + "To upload files to {folder}, you need to provide your name first." : "要上傳檔案至 {folder},您必須先提供您的名稱。", + "Upload files to {folder}" : "上傳檔案到 {folder}", + "Please confirm your name to upload files to {folder}" : "請確認您的名稱以上傳檔案至 {folder}", + "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} 與您分享了一個資料夾。", + "Names must not be empty." : "名稱不能為空。", "Names must not start with a dot." : "名稱不能以點開頭。", "\"{char}\" is not allowed inside a name." : "「{char}」不能在名稱內使用。", "\"{segment}\" is a reserved name and not allowed." : "「{segment}」為保留名稱且不允許使用。", @@ -428,7 +429,12 @@ OC.L10N.register( "_1 email address added_::_{count} email addresses added_" : ["已新增 {count} 個電子郵件地址"], "Search for share recipients" : "搜尋分享接收者", "No recommendations. Start typing." : "沒有建議。請開始輸入。", + "To upload files, you need to provide your name first." : "要上傳檔案,您必須先提供您的名字。", + "Enter your name" : "輸入您的名稱", + "Submit name" : "遞交名稱", + "Name" : "名稱", "Share with accounts, teams, federated cloud id" : "與帳號、團隊、聯邦雲端ID 分享", - "Email, federated cloud id" : "電子郵件、聯邦雲端 ID" + "Email, federated cloud id" : "電子郵件、聯邦雲端 ID", + "Filename must not be empty." : "檔案名稱不能為空。" }, "nplurals=1; plural=0;"); |