diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
commit | a62a1faf3b113ea8d1be54d088cab0214b0600d3 (patch) | |
tree | 6dacdcd36b5e5eec4e560d5a266e4dcf1db4831f /lib/l10n/fr.js | |
parent | a8d317942bf36e539a31601281fb2f448c8bcfb1 (diff) | |
download | nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.tar.gz nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/fr.js')
-rw-r--r-- | lib/l10n/fr.js | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 656ecb28472..34abb14eb31 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -100,7 +100,7 @@ OC.L10N.register( "Administration settings" : "Paramètres d'administration", "Settings" : "Paramètres", "Log out" : "Se déconnecter", - "Users" : "Utilisateurs", + "Accounts" : "Comptes", "Email" : "E-mail", "Mail %s" : "Courrier %s", "Fediverse" : "Fediverse", @@ -262,19 +262,27 @@ OC.L10N.register( "Storage connection error. %s" : "Erreur de connexion à l’espace stockage. %s", "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", + "Audio input" : "Entrée audio", + "Writes text in a given style based on the provided source material." : "Écrit un texte dans un style donné, basé sur des données initiales préalablement fournies.", + "Writing style" : "Style rédactionnel", + "Source material" : "Données initiales", + "Generate image" : "Générer l'image", + "Prompt" : "Invite de commande", + "Generates a possible headline for a text." : "Génère un titre possible pour un texte.", + "Summarize" : "Résumer", + "Summary" : "Résumé", + "Extract topics" : "Extraire des thèmes", "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", "Summarizes text by reducing its length without losing key information." : "Résume un texte en réduisant sa longueur sans perdre d’informations essentielles.", - "Extract topics" : "Extraire des thèmes", "Extracts topics from a text and outputs them separated by commas." : "Extrait les thèmes d'un texte et les restitue séparés par des virgules.", "404" : "404", "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "L'utilisateur connecté doit être un administrateur, un sous-administrateur ou se voir accorder des droits spéciaux pour accéder à ce réglage", "Logged in user must be an admin or sub admin" : "L'utilisateur connecté doit être administrateur ou sous-administrateur", "Logged in user must be an admin" : "L'utilisateur connecté doit être un administrateur", "Help" : "Aide", + "Users" : "Utilisateurs", "Unknown user" : "Utilisateur inconnu", "Enter the database username and name for %s" : "Entrez le nom d'utilisateur et le nom de la base de données pour %s", "Enter the database username for %s" : "Entrez le nom d'utilisateur de la base de données pour %s", |