diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-18 09:28:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-18 09:28:00 +0000 |
commit | 13fce9fb9d9c2369c8845918989433969dd13475 (patch) | |
tree | f0fd37ec28fb97da606a657baca5bb7c8208d1d4 /apps/dav/l10n | |
parent | cd3256bf5445c4f2b20af345ab48485f21a45bfe (diff) | |
download | nextcloud-server-13fce9fb9d9c2369c8845918989433969dd13475.tar.gz nextcloud-server-13fce9fb9d9c2369c8845918989433969dd13475.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 位元組"], |