0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/profile/l10n/fr.js
Nextcloud bot 4c6ecc6f15
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-24 00:21:11 +00:00

16 lines
1 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"profile",
{
"Profile" : "Profil",
"This application provides the profile" : "Cette application fournit le profil",
"Provides a customisable user profile interface." : "Fournit une interface de profil utilisateur personnalisable",
"Edit Profile" : "Modifier le profil",
"The headline and about sections will show up here" : "Le titre et la section « À propos » apparaîtront ici",
"You have not added any info yet" : "Vous navez pas ajouté dinformations pour le moment",
"Error opening the user status modal, try hard refreshing the page" : "Erreur lors de l'ouverture du modal du statut de l'utilisateur, essayez d'actualiser la page",
"{user} has not added any info yet" : "{user} na pas ajouté dinformations pour le moment",
"Profile not found" : "Profile introuvable",
"The profile does not exist." : "Le profile n'existe pas.",
"Back to %s" : "Retourner à %s"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");