diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-18 09:28:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-18 09:28:24 +0000 |
commit | ad66160539bff3f0a482b6186aa6fca2ee13c1ab (patch) | |
tree | cd6beb405aac80f86fd31e300fb06be0c3010ec7 /apps/dav/l10n | |
parent | 0bdc84e4887654691cbeb0086639d3ed63342601 (diff) | |
download | nextcloud-server-ad66160539bff3f0a482b6186aa6fca2ee13c1ab.tar.gz nextcloud-server-ad66160539bff3f0a482b6186aa6fca2ee13c1ab.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n')
-rw-r--r-- | apps/dav/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/en_GB.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/zh_TW.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/dav/l10n/en_GB.js b/apps/dav/l10n/en_GB.js index 03671deb7a3..ffc61bab512 100644 --- a/apps/dav/l10n/en_GB.js +++ b/apps/dav/l10n/en_GB.js @@ -198,6 +198,7 @@ OC.L10N.register( "Accounts" : "Accounts", "System address book which holds all accounts" : "System address book which holds all accounts", "File is not updatable: %1$s" : "File is not updatable: %1$s", + "Failed to get storage for file" : "Failed to get storage for file", "Could not write to final file, canceled by hook" : "Could not write to final file, cancelled by hook", "Could not write file contents" : "Could not write file contents", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], diff --git a/apps/dav/l10n/en_GB.json b/apps/dav/l10n/en_GB.json index 6e880646479..b4ea66f98a6 100644 --- a/apps/dav/l10n/en_GB.json +++ b/apps/dav/l10n/en_GB.json @@ -196,6 +196,7 @@ "Accounts" : "Accounts", "System address book which holds all accounts" : "System address book which holds all accounts", "File is not updatable: %1$s" : "File is not updatable: %1$s", + "Failed to get storage for file" : "Failed to get storage for file", "Could not write to final file, canceled by hook" : "Could not write to final file, cancelled by hook", "Could not write file contents" : "Could not write file contents", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js index 89f6d307edd..7cf0a22ffdd 100644 --- a/apps/dav/l10n/zh_TW.js +++ b/apps/dav/l10n/zh_TW.js @@ -198,6 +198,7 @@ OC.L10N.register( "Accounts" : "帳號", "System address book which holds all accounts" : "包含所有帳號的系統通訊錄", "File is not updatable: %1$s" : "檔案無法更新:%1$s", + "Failed to get storage for file" : "無法取得檔案儲存空間", "Could not write to final file, canceled by hook" : "無法寫入最終檔案,被掛勾取消", "Could not write file contents" : "無法寫入檔案內容", "_%n byte_::_%n bytes_" : ["%n 位元組"], diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json index 66a3c54d1b8..9e076387aca 100644 --- a/apps/dav/l10n/zh_TW.json +++ b/apps/dav/l10n/zh_TW.json @@ -196,6 +196,7 @@ "Accounts" : "帳號", "System address book which holds all accounts" : "包含所有帳號的系統通訊錄", "File is not updatable: %1$s" : "檔案無法更新:%1$s", + "Failed to get storage for file" : "無法取得檔案儲存空間", "Could not write to final file, canceled by hook" : "無法寫入最終檔案,被掛勾取消", "Could not write file contents" : "無法寫入檔案內容", "_%n byte_::_%n bytes_" : ["%n 位元組"], |