You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fr.js 1.7KB

12345678910111213141516171819202122232425262728293031
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Tableau de bord",
  5. "Dashboard app" : "Application Tableau de bord",
  6. "Customize" : "Personnaliser",
  7. "Edit widgets" : "Modifier les widgets",
  8. "Get more widgets from the App Store" : "Obtenez plus de widgets depuis le magasin d'applications",
  9. "Change background image" : "Modifier l’image d'arrière-plan",
  10. "Weather service" : "Service météo",
  11. "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.",
  12. "Weather data from Met.no" : "Données météo fournies par Met.no",
  13. "geocoding with Nominatim" : "Géocodage avec Nominatim",
  14. "elevation data from OpenTopoData" : "Données d'altitude provenant d'OpenTopoData",
  15. "Weather" : "Météo",
  16. "Status" : "Statut",
  17. "Good morning" : "Bonjour",
  18. "Good morning, {name}" : "Bonjour {name}",
  19. "Good afternoon" : "Bon après-midi",
  20. "Good afternoon, {name}" : "Bon après-midi, {name}",
  21. "Good evening" : "Bonsoir",
  22. "Good evening, {name}" : "Bonsoir {name}",
  23. "Hello" : "Bonjour",
  24. "Hello, {name}" : "Bonjour {name}",
  25. "Pick from Files" : "Sélectionnez parmi les fichiers",
  26. "Default images" : "Images par défaut",
  27. "Plain background" : "Fond uni",
  28. "Insert from {productName}" : "Insérer depuis {productName}",
  29. "Show something" : "Montrer quelque chose"
  30. },
  31. "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");