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.

en.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "screens": {
  3. "home": "Home",
  4. "planning": "Planning",
  5. "settings": "Settings",
  6. "about": "About"
  7. },
  8. "settingsScreen": {
  9. "nightMode": "Night Mode",
  10. "restart": "Restart the app to apply changes"
  11. },
  12. "aboutScreen": {
  13. "appstore": "See on the Appstore",
  14. "playstore": "See on the Playstore",
  15. "bugs": "Report Bugs",
  16. "changelog": "Changelog",
  17. "license": "License",
  18. "author": "Author",
  19. "mail": "Send an email",
  20. "technologies": "Technologies",
  21. "reactNative": "Made with React Native",
  22. "libs": "Libraries used"
  23. },
  24. "proximoScreen": {
  25. "emptyList": "Empty List",
  26. "article": "Article",
  27. "articles": "Articles",
  28. "sortName": "Sort by name",
  29. "sortPrice": "Sort by price",
  30. "listUpdated": "Article list updated!"
  31. },
  32. "proxiwashScreen": {
  33. "dryer": "Dryer",
  34. "dryers": "Dryers",
  35. "washer": "Washer",
  36. "washers": "Washers",
  37. "min": "min",
  38. "listUpdated": "Machines state updated",
  39. "loading": "Loading...",
  40. "states": {
  41. "finished": "FINISHED",
  42. "ready": "READY",
  43. "running": "RUNNING",
  44. "broken": "BROKEN",
  45. "error": "ERROR"
  46. },
  47. "notifications": {
  48. "machineFinishedTitle": "Laundry Ready",
  49. "machineFinishedBody": "The machine n°{{number}} is finished and your laundry is ready to pickup",
  50. "machineRunningTitle": "Laundry running: {{time}} minutes left",
  51. "machineRunningBody": "The machine n°{{number}} is still running"
  52. }
  53. }
  54. }