diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-03-14 02:27:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-03-14 02:27:10 +0000 |
commit | 4e96db86080aa5e85bb6bec139c7f3f5259f2628 (patch) | |
tree | 45fb8742add2432b72ca7df9fbf929bc0ab3f1fa /apps/dav/l10n | |
parent | 3e067edcbe80797a70118f613ac4b752ce512992 (diff) | |
download | nextcloud-server-4e96db86080aa5e85bb6bec139c7f3f5259f2628.tar.gz nextcloud-server-4e96db86080aa5e85bb6bec139c7f3f5259f2628.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n')
-rw-r--r-- | apps/dav/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/dav/l10n/fr.json | 2 | ||||
-rw-r--r-- | apps/dav/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/zh_TW.json | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index b626481677f..e6e9c8bbd79 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -119,6 +119,8 @@ OC.L10N.register( "Encryption not ready: %1$s" : "Encryption pas prête : %1$s", "Failed to open file: %1$s" : "Échec à l'ouverture du fichier : %1$s", "Failed to unlink: %1$s" : "Échec à la suppression :%1$s", + "Invalid chunk name" : "Nom de morceau invalide", + "Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux", "Failed to write file contents: %1$s" : "Échec à l'écriture du contenu du fichier : %1$s", "File not found: %1$s" : "Fichier non trouvé : %1$s", "System is in maintenance mode." : "Le système est en mode maintenance.", diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index 4d4cc4d950a..4d1d1aabad2 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -117,6 +117,8 @@ "Encryption not ready: %1$s" : "Encryption pas prête : %1$s", "Failed to open file: %1$s" : "Échec à l'ouverture du fichier : %1$s", "Failed to unlink: %1$s" : "Échec à la suppression :%1$s", + "Invalid chunk name" : "Nom de morceau invalide", + "Could not rename part file assembled from chunks" : "Impossible de renommer le fichier partiel à partir des morceaux", "Failed to write file contents: %1$s" : "Échec à l'écriture du contenu du fichier : %1$s", "File not found: %1$s" : "Fichier non trouvé : %1$s", "System is in maintenance mode." : "Le système est en mode maintenance.", diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js index 7fabb2b7ba0..ce92e4c6169 100644 --- a/apps/dav/l10n/zh_TW.js +++ b/apps/dav/l10n/zh_TW.js @@ -136,6 +136,7 @@ OC.L10N.register( "Completed on %s" : "完成於 %s", "Due on %s by %s" : "到期於 %s 由 %s", "Due on %s" : "到期於 %s", + "Migrated calendar (%1$s)" : "已導入的行事曆 (%1$s)", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV 端點", "Availability" : "可用性", diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json index 2d4a11a2edb..adad17daf36 100644 --- a/apps/dav/l10n/zh_TW.json +++ b/apps/dav/l10n/zh_TW.json @@ -134,6 +134,7 @@ "Completed on %s" : "完成於 %s", "Due on %s by %s" : "到期於 %s 由 %s", "Due on %s" : "到期於 %s", + "Migrated calendar (%1$s)" : "已導入的行事曆 (%1$s)", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV 端點", "Availability" : "可用性", |