diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-20 02:26:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-20 02:26:42 +0000 |
commit | ad6eb808c7166c77bddaa51c154998063f3688cc (patch) | |
tree | 4f8f88a23e4a939f5a4c0956a57f95346ea077f0 /apps/files/l10n | |
parent | d01154d3633163f3da9979f80101d751758a5f90 (diff) | |
download | nextcloud-server-ad6eb808c7166c77bddaa51c154998063f3688cc.tar.gz nextcloud-server-ad6eb808c7166c77bddaa51c154998063f3688cc.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index abadbfd20f0..dbc09b407d4 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -191,6 +191,7 @@ OC.L10N.register( "Copy to clipboard" : "Copy to clipboard", "Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV", "Clipboard is not available" : "Clipboard is not available", + "WebDAV URL copied to clipboard" : "WebDAV URL copied to clipboard", "Unable to change the favourite state of the file" : "Unable to change the favourite state of the file", "Error while loading the file data" : "Error while loading the file data", "Pick a template for {name}" : "Pick a template for {name}", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index a9a54818597..7f4b83bf946 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -189,6 +189,7 @@ "Copy to clipboard" : "Copy to clipboard", "Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV", "Clipboard is not available" : "Clipboard is not available", + "WebDAV URL copied to clipboard" : "WebDAV URL copied to clipboard", "Unable to change the favourite state of the file" : "Unable to change the favourite state of the file", "Error while loading the file data" : "Error while loading the file data", "Pick a template for {name}" : "Pick a template for {name}", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 228028682a5..cb82b4b8d66 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -191,6 +191,7 @@ OC.L10N.register( "Copy to clipboard" : "複製到剪貼板", "Use this address to access your Files via WebDAV" : "用這位址使用 WebDAV 存取你的檔案。", "Clipboard is not available" : "剪貼板不可用", + "WebDAV URL copied to clipboard" : "WebDAV 連結已複製到剪貼板", "Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態", "Error while loading the file data" : "載入檔案資料失敗", "Pick a template for {name}" : "為 {name} 選擇一個模板", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index f175273edb8..601f5e0ca3c 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -189,6 +189,7 @@ "Copy to clipboard" : "複製到剪貼板", "Use this address to access your Files via WebDAV" : "用這位址使用 WebDAV 存取你的檔案。", "Clipboard is not available" : "剪貼板不可用", + "WebDAV URL copied to clipboard" : "WebDAV 連結已複製到剪貼板", "Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態", "Error while loading the file data" : "載入檔案資料失敗", "Pick a template for {name}" : "為 {name} 選擇一個模板", |