diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-05 02:28:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-05 02:28:12 +0000 |
commit | f997b8a2a3f248bd5128bb4df4910d3dc1c09599 (patch) | |
tree | 7fe7d1dffe2fd925237f3e66533856912343556a /apps/files | |
parent | e127375dd45cb5327b00cdbc4892ddedbbf510de (diff) | |
download | nextcloud-server-f997b8a2a3f248bd5128bb4df4910d3dc1c09599.tar.gz nextcloud-server-f997b8a2a3f248bd5128bb4df4910d3dc1c09599.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/en_GB.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/en_GB.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/es.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/es.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/fr.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/fr.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.json | 2 |
8 files changed, 20 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index c73292f069f..e0708ccdd23 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -109,6 +109,8 @@ OC.L10N.register( "Create new folder" : "Create new folder", "Upload file" : "Upload file", "Recent" : "Recent", + "This file has the tag {tag}" : "This file has the tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", "Not favorited" : "Not favourited", "Remove from favorites" : "Remove from favourites", "Add to favorites" : "Add to favourites", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index c74a72b87db..ea827a9f8a1 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -107,6 +107,8 @@ "Create new folder" : "Create new folder", "Upload file" : "Upload file", "Recent" : "Recent", + "This file has the tag {tag}" : "This file has the tag {tag}", + "This file has the tags {firstTags} and {lastTag}" : "This file has the tags {firstTags} and {lastTag}", "Not favorited" : "Not favourited", "Remove from favorites" : "Remove from favourites", "Add to favorites" : "Add to favourites", diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 61432fe570e..5893b81ab5d 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -109,6 +109,8 @@ OC.L10N.register( "Create new folder" : "Crear nueva carpeta", "Upload file" : "Subir archivo", "Recent" : "Reciente", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "Not favorited" : "Quitado como favorito", "Remove from favorites" : "Quitar de favoritos", "Add to favorites" : "Añadir a favoritos", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index cabb9dca6c3..58c2d1a304e 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -107,6 +107,8 @@ "Create new folder" : "Crear nueva carpeta", "Upload file" : "Subir archivo", "Recent" : "Reciente", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "Not favorited" : "Quitado como favorito", "Remove from favorites" : "Quitar de favoritos", "Add to favorites" : "Añadir a favoritos", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index fafff6d98e6..bbda95dafb5 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -109,6 +109,8 @@ OC.L10N.register( "Create new folder" : "Créer un nouveau dossier", "Upload file" : "Téléverser un fichier", "Recent" : "Récent", + "This file has the tag {tag}" : "Ce fichier a l'étiquette {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ce fichier a les étiquettes {firstTags} et {lastTag}", "Not favorited" : "Non marqué comme favori", "Remove from favorites" : "Retirer des favoris", "Add to favorites" : "Ajouter aux favoris", @@ -174,6 +176,7 @@ OC.L10N.register( "Download file {name}" : "Télécharger le fichier {name}", "\"{displayName}\" action executed successfully" : "Action \"{displayName}\" exécutée avec succès", "\"{displayName}\" action failed" : "Échec de l'action \"{displayName}\"", + "Total rows summary" : "Récapitulatif du nombre total de lignes", "Select all" : "Tout sélectionner", "Unselect all" : "Tout désélectionner", "\"{displayName}\" failed on some elements " : "\"{displayName}\" a échoué pour avec certains éléments", @@ -229,6 +232,7 @@ OC.L10N.register( "Delete permanently" : "Supprimer définitivement", "Set up templates folder" : "Configurer le dossier des modèles", "Templates" : "Modèles", + "Create new templates folder" : "Créer un nouveau dossier de modèles", "Unable to initialize the templates directory" : "Impossible d'initialiser le dossier des modèles", "Toggle %1$s sublist" : "Basculer %1$s sous-liste", "Toggle grid view" : "Activer/Désactiver l'affichage mosaïque", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 6486b97d32e..19a6da272a7 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -107,6 +107,8 @@ "Create new folder" : "Créer un nouveau dossier", "Upload file" : "Téléverser un fichier", "Recent" : "Récent", + "This file has the tag {tag}" : "Ce fichier a l'étiquette {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Ce fichier a les étiquettes {firstTags} et {lastTag}", "Not favorited" : "Non marqué comme favori", "Remove from favorites" : "Retirer des favoris", "Add to favorites" : "Ajouter aux favoris", @@ -172,6 +174,7 @@ "Download file {name}" : "Télécharger le fichier {name}", "\"{displayName}\" action executed successfully" : "Action \"{displayName}\" exécutée avec succès", "\"{displayName}\" action failed" : "Échec de l'action \"{displayName}\"", + "Total rows summary" : "Récapitulatif du nombre total de lignes", "Select all" : "Tout sélectionner", "Unselect all" : "Tout désélectionner", "\"{displayName}\" failed on some elements " : "\"{displayName}\" a échoué pour avec certains éléments", @@ -227,6 +230,7 @@ "Delete permanently" : "Supprimer définitivement", "Set up templates folder" : "Configurer le dossier des modèles", "Templates" : "Modèles", + "Create new templates folder" : "Créer un nouveau dossier de modèles", "Unable to initialize the templates directory" : "Impossible d'initialiser le dossier des modèles", "Toggle %1$s sublist" : "Basculer %1$s sous-liste", "Toggle grid view" : "Activer/Désactiver l'affichage mosaïque", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 61c7b00c1c2..c51b90cebe2 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -109,6 +109,8 @@ OC.L10N.register( "Create new folder" : "新增資料夾", "Upload file" : "上傳檔案", "Recent" : "最新", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Not favorited" : "未加入至最愛", "Remove from favorites" : "從最愛中移除", "Add to favorites" : "加到我的最愛", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index c9dbf1a731a..33e803bfdd6 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -107,6 +107,8 @@ "Create new folder" : "新增資料夾", "Upload file" : "上傳檔案", "Recent" : "最新", + "This file has the tag {tag}" : "此檔案有標籤 {tag}", + "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Not favorited" : "未加入至最愛", "Remove from favorites" : "從最愛中移除", "Add to favorites" : "加到我的最愛", |