Application Android et IOS pour l'amicale des élèves
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.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "screens": {
  3. "home": "Accueil",
  4. "planning": "Planning",
  5. "settings": "Paramètres",
  6. "about": "À Propos"
  7. },
  8. "settingsScreen": {
  9. "appearanceCard": "Apparence",
  10. "nightMode": "Mode Nuit",
  11. "nightModeSub": "Passer l'application dans un thème sombre ou clair",
  12. "proxiwashNotifReminder": "Rappel de machine en cours",
  13. "proxiwashNotifReminderSub": "Choississez quand envoyer une notification pour vous rappeler qu'une machine avec votre linge est en cours",
  14. "proxiwashNotifReminderPicker": {
  15. "never": "Jamais",
  16. "1": "1 min",
  17. "2": "2 min",
  18. "3": "3 min",
  19. "5": "5 min",
  20. "10": "10 min",
  21. "20": "20 min",
  22. "30": "30 min"
  23. }
  24. },
  25. "aboutScreen": {
  26. "appstore": "Voir sur l'Appstore",
  27. "playstore": "Voir sur le Playstore",
  28. "bugs": "Rapporter des Bugs",
  29. "changelog": "Historique des modifications",
  30. "license": "Licence",
  31. "author": "Auteur",
  32. "mail": "Envoyer un mail",
  33. "technologies": "Technologies",
  34. "reactNative": "Créé avec React Native",
  35. "libs": "Librairies utilisées"
  36. },
  37. "proximoScreen": {
  38. "emptyList": "Liste Vide",
  39. "article": "Article",
  40. "articles": "Articles",
  41. "sortName": "Trier par nom",
  42. "sortPrice": "Trier par prix",
  43. "listUpdated": "Liste des articles mise à jour !",
  44. "loading": "Chargement...",
  45. "listTitle": "Choisissez une catégorie"
  46. },
  47. "proxiwashScreen": {
  48. "dryer": "Sèche Linge",
  49. "dryers": "Sèche Linges",
  50. "washer": "Lave Linge",
  51. "washers": "Lave Linges",
  52. "min": "min",
  53. "listUpdated": "Etat des machines mis à jour",
  54. "loading": "Chargement...",
  55. "states": {
  56. "finished": "TERMINE",
  57. "ready": "DISPONIBLE",
  58. "running": "En COURS",
  59. "broken": "HORS SERVICE",
  60. "error": "ERREUR"
  61. },
  62. "notifications": {
  63. "machineFinishedTitle": "Linge prêt",
  64. "machineFinishedBody": "La machine n°{{number}} est terminée et votre linge est prêt à être récupéré",
  65. "machineRunningTitle": "Machine en cours: {{time}} minutes restantes",
  66. "machineRunningBody": "La machine n°{{number}} n'est pas encore terminée"
  67. }
  68. }
  69. }