nextcloud/apps/dashboard/l10n/fr.js

35 lines
1.7 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",
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",
2021-02-19 05:20:56 +03:00
"geocoding with Nominatim" : "Géocodage avec Nominatim",
"elevation data from OpenTopoData" : "Données d'altitude provenant d'OpenTopoData",
2020-09-20 05:17:05 +03:00
"Weather" : "Météo",
"Status" : "Statut",
"Good morning" : "Bonjour",
2021-01-06 05:20:00 +03:00
"Good morning, {name}" : "Bonjour {name}",
"Good afternoon" : "Bon après-midi",
"Good afternoon, {name}" : "Bon après-midi, {name}",
"Good evening" : "Bonsoir",
"Good evening, {name}" : "Bonsoir {name}",
2021-02-19 05:20:56 +03:00
"Hello" : "Bonjour",
"Hello, {name}" : "Bonjour {name}",
2021-01-03 05:20:55 +03:00
"Pick from Files" : "Sélectionnez parmi les fichiers",
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}",
2021-06-03 05:28:43 +03:00
"Get more widgets from the app store" : "Obtenez plus de widgets de l'App Store",
2021-01-06 05:20:00 +03:00
"Good night, {name}" : "Bonne nuit {name}",
"Good night" : "Bonne nuit",
2020-12-31 05:27:04 +03:00
"Pick from files" : "Choisissez parmi les fichiers"
2020-09-20 05:17:05 +03:00
},
"nplurals=2; plural=(n > 1);");