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 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "screens": {
  3. "home": "Home",
  4. "planning": "Planning",
  5. "proxiwash": "Proxiwash",
  6. "proximo": "Proximo",
  7. "settings": "Settings",
  8. "about": "About"
  9. },
  10. "settingsScreen": {
  11. "appearanceCard": "Appearance",
  12. "nightMode": "Night Mode",
  13. "nightModeSub": "Switch the app to a dark or light theme",
  14. "proxiwashNotifReminder": "Machine running reminder",
  15. "proxiwashNotifReminderSub": "Choose when to send a notification to remind you a machine is running with your laundry",
  16. "proxiwashNotifReminderPicker": {
  17. "never": "Never",
  18. "1": "1 min",
  19. "2": "2 min",
  20. "3": "3 min",
  21. "5": "5 min",
  22. "10": "10 min",
  23. "20": "20 min",
  24. "30": "30 min"
  25. }
  26. },
  27. "homeScreen": {
  28. "listUpdated": "List updated!",
  29. "listUpdateFail": "Error while updating list"
  30. },
  31. "aboutScreen": {
  32. "appstore": "See on the Appstore",
  33. "playstore": "See on the Playstore",
  34. "bugs": "Report Bugs",
  35. "changelog": "Changelog",
  36. "license": "License",
  37. "author": "Author",
  38. "mail": "Send an email",
  39. "technologies": "Technologies",
  40. "reactNative": "Made with React Native",
  41. "libs": "Libraries used"
  42. },
  43. "proximoScreen": {
  44. "emptyList": "Empty List",
  45. "article": "Article",
  46. "articles": "Articles",
  47. "sortName": "Sort by name",
  48. "sortPrice": "Sort by price",
  49. "listUpdated": "Article list updated!",
  50. "listUpdateFail": "Error while updating article list",
  51. "loading": "Loading...",
  52. "listTitle": "Choose a category"
  53. },
  54. "proxiwashScreen": {
  55. "dryer": "Dryer",
  56. "dryers": "Dryers",
  57. "washer": "Washer",
  58. "washers": "Washers",
  59. "min": "min",
  60. "listUpdated": "Machines state updated",
  61. "listUpdateFail": "Error while updating machines state",
  62. "error": "Could not update machines state. Pull down to retry.",
  63. "loading": "Loading...",
  64. "modal": {
  65. "enableNotifications": "Notify me",
  66. "disableNotifications": "Stop notifications",
  67. "ok": "OK",
  68. "cancel": "Cancel",
  69. "finished": "This machine is finished. If you started it, you can get back your laundry.",
  70. "ready": "This machine is empty and ready to use. {Put price here}",
  71. "running": "This machine has been started at %{start} and will end at %{end}.\nRemaining time: %{remaining} min",
  72. "broken": "This machine is broken and cannot be used. Thank you for your comprehension.",
  73. "error": "There has been an error and we are unable to get information from this machine. Sorry for the inconvenience."
  74. },
  75. "states": {
  76. "finished": "FINISHED",
  77. "ready": "READY",
  78. "running": "RUNNING",
  79. "broken": "BROKEN",
  80. "error": "ERROR"
  81. },
  82. "notifications": {
  83. "machineFinishedTitle": "Laundry Ready",
  84. "machineFinishedBody": "The machine n°{{number}} is finished and your laundry is ready to pickup",
  85. "machineRunningTitle": "Laundry running: {{time}} minutes left",
  86. "machineRunningBody": "The machine n°{{number}} is still running"
  87. }
  88. }
  89. }