diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-24 00:25:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-24 00:25:55 +0000 |
commit | eb83fcb63b9ed0da6efe8f9193f3ef4a908cbf52 (patch) | |
tree | 9b9f3f9b62d651420e0f6ea18efe3e3e83dc5597 /lib | |
parent | dc19882a7a88002bd539b2afecaf5a0fd8ac58cd (diff) | |
download | nextcloud-server-eb83fcb63b9ed0da6efe8f9193f3ef4a908cbf52.tar.gz nextcloud-server-eb83fcb63b9ed0da6efe8f9193f3ef4a908cbf52.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/fr.js | 1 | ||||
-rw-r--r-- | lib/l10n/fr.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 479c36a8e10..afffb71ac6b 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -262,6 +262,7 @@ OC.L10N.register( "Storage is temporarily not available" : "Le support de stockage est temporairement indisponible", "Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s", "Free prompt" : "Prompt", + "Runs an arbitrary prompt through the language model." : "Exécute une commande arbitraire via le modèle de langage.", "Generate headline" : "Générer un titre", "Generates a possible headline for a text." : "Génère un titre possible pour un texte.", "Summarize" : "Résumer", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index cfce3925e76..7b9975d6f1d 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -260,6 +260,7 @@ "Storage is temporarily not available" : "Le support de stockage est temporairement indisponible", "Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s", "Free prompt" : "Prompt", + "Runs an arbitrary prompt through the language model." : "Exécute une commande arbitraire via le modèle de langage.", "Generate headline" : "Générer un titre", "Generates a possible headline for a text." : "Génère un titre possible pour un texte.", "Summarize" : "Résumer", |