nextcloud/apps/dashboard/l10n/fr.js

30 lines
1.5 KiB
JavaScript
Raw Normal View History

2020-09-20 05:17:05 +03:00
OC.L10N.register(
"dashboard",
{
"Dashboard" : "Tableau de bord",
2020-10-09 05:18:45 +03:00
"Dashboard app" : "Application Tableau de bord",
2020-09-25 05:18:49 +03:00
"Show something" : "Montre quelque chose",
2020-09-20 05:17:05 +03:00
"Customize" : "Personnaliser",
2020-09-25 05:18:49 +03:00
"Edit widgets" : "Modifier les widgets",
"Get more widgets from the app store" : "Obtenez plus de widgets de l'App Store",
2020-09-20 05:17:05 +03:00
"Change background image" : "Modifier limage d'arrière-plan",
"Weather service" : "Service météo",
2020-09-25 05:18:49 +03:00
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pour votre vie privée, les données météorologiques sont demandées par votre serveur Nextcloud en votre nom afin que le service météo ne reçoive aucune information personnelle.",
2020-09-20 05:17:05 +03:00
"Weather data from Met.no" : "Données météo fournies par Met.no",
"Weather" : "Météo",
"Status" : "Statut",
"Good evening, {name}" : "Bonsoir {name}",
"Good evening" : "Bonsoir",
2020-10-13 22:33:40 +03:00
"Good afternoon, {name}" : "Bon après-midi, {name}",
2020-09-20 05:17:05 +03:00
"Good afternoon" : "Bon après-midi",
"Good morning, {name}" : "Bonjour {name}",
"Good morning" : "Bonjour",
"Good night, {name}" : "Bonne nuit {name}",
"Good night" : "Bonne nuit",
2020-09-25 05:18:49 +03:00
"Default images" : "Images par défaut",
"Plain background" : "Fond uni",
2020-12-31 05:27:04 +03:00
"Insert from {productName}" : "Insérer depuis {productName}",
"Pick from files" : "Choisissez parmi les fichiers"
2020-09-20 05:17:05 +03:00
},
"nplurals=2; plural=(n > 1);");