diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-05 00:27:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-05 00:27:21 +0000 |
commit | 70e5d42aee2e0a55b9855c0d8f246f7c0d8917c4 (patch) | |
tree | 75083f7e98864bb733f7023e88e24078a8a6ac01 /apps/files/l10n/zh_TW.js | |
parent | fe692f2c7f21392fe2000330c5004759199c29bc (diff) | |
download | nextcloud-server-70e5d42aee2e0a55b9855c0d8f246f7c0d8917c4.tar.gz nextcloud-server-70e5d42aee2e0a55b9855c0d8f246f7c0d8917c4.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index e45a380eb51..2e70ab0a914 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -222,6 +222,9 @@ OC.L10N.register( "Upload some content or sync with your devices!" : "在您的裝置同步或上傳一些內容!", "Go to the previous folder" : "前往上一個資料夾", "Go back" : "返回", + "Share" : "分享", + "Shared by link" : "由連結分享", + "Shared" : "已分享", "Open the files app settings" : "開啟檔案應用程式設定", "Files settings" : "檔案設定", "File cannot be accessed" : "無法存取檔案", @@ -248,7 +251,7 @@ OC.L10N.register( "Open folder {displayName}" : "開啟資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中開啟", "Open details" : "開啟細節", - "New Folder" : "新資料夾", + "Created new folder \"{name}\"" : "已建立新資料夾「{name}」", "Set up templates folder" : "設定範本資料夾", "Templates" : "範本", "Create new templates folder" : "建立新的範本資料夾", @@ -280,7 +283,6 @@ OC.L10N.register( "Shares" : "分享", "Shared with others" : "與其他人分享", "Shared with you" : "與您分享", - "Shared by link" : "由連結分享", "Deleted shares" : "已刪除的分享", "Pending shares" : "等待分享", "Open folder {name}" : "開啟資料夾 {name}", |