diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-21 00:29:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-21 00:29:24 +0000 |
commit | 1c50cfa17f85a57538a1f998fe12fce446dcc78c (patch) | |
tree | ac57d89714d5013046156b6335677f31b3105fab /apps/files_sharing/l10n/zh_TW.js | |
parent | 716c5e0966ac1538d1f2abd5ec57e6b53984711d (diff) | |
download | nextcloud-server-1c50cfa17f85a57538a1f998fe12fce446dcc78c.tar.gz nextcloud-server-1c50cfa17f85a57538a1f998fe12fce446dcc78c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/zh_TW.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_TW.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 8826269d230..d49d98bb591 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -224,6 +224,7 @@ OC.L10N.register( "Open in Files" : "在「檔案」應用程式中開啟", "_Reject share_::_Reject shares_" : ["拒絕分享"], "_Restore share_::_Restore shares_" : ["還原分享"], + "Shared" : "已分享", "Link to a file" : "檔案連結", "Error creating the share: {errorMessage}" : "建立分享時發生錯誤:{errorMessage}", "Error creating the share" : "建立分享時發生錯誤", @@ -232,7 +233,6 @@ OC.L10N.register( "File \"{path}\" has been unshared" : "檔案「{path}」已取消分享", "Folder \"{path}\" has been unshared" : "資料夾「{path}」已取消分享", "Share {propertyName} saved" : "分享 {propertyName} 已儲存", - "Shared" : "已分享", "Shared by" : "分享自", "Shared with" : "分享給", "Password created successfully" : "成功建立密碼", |