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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "planningScreen": {
  32. "wipTitle": "WORK IN PROGRESS",
  33. "wipSubtitle": "Soon, every event at the INSA Toulouse in one place !"
  34. },
  35. "aboutScreen": {
  36. "appstore": "See on the Appstore",
  37. "playstore": "See on the Playstore",
  38. "expoBeta": "Participate in the Beta!",
  39. "bugs": "Report Bugs",
  40. "changelog": "Changelog",
  41. "license": "License",
  42. "author": "Author",
  43. "mail": "Send an email",
  44. "technologies": "Technologies",
  45. "reactNative": "Made with React Native",
  46. "libs": "Libraries used"
  47. },
  48. "proximoScreen": {
  49. "emptyList": "Empty List",
  50. "article": "Article",
  51. "articles": "Articles",
  52. "sortName": "Sort by name",
  53. "sortPrice": "Sort by price",
  54. "listUpdated": "Article list updated!",
  55. "listUpdateFail": "Error while updating article list",
  56. "loading": "Loading...",
  57. "listTitle": "Choose a category",
  58. "inStock": "in stock"
  59. },
  60. "proxiwashScreen": {
  61. "dryer": "Dryer",
  62. "dryers": "Dryers",
  63. "washer": "Washer",
  64. "washers": "Washers",
  65. "min": "min",
  66. "listUpdated": "Machines state updated",
  67. "listUpdateFail": "Error while updating machines state",
  68. "error": "Could not update machines state. Pull down to retry.",
  69. "loading": "Loading...",
  70. "modal": {
  71. "enableNotifications": "Notify me",
  72. "disableNotifications": "Stop notifications",
  73. "ok": "OK",
  74. "cancel": "Cancel",
  75. "finished": "This machine is finished. If you started it, you can get back your laundry.",
  76. "ready": "This machine is empty and ready to use. {Put price here}",
  77. "running": "This machine has been started at %{start} and will end at %{end}.\nRemaining time: %{remaining} min",
  78. "broken": "This machine is broken and cannot be used. Thank you for your comprehension.",
  79. "error": "There has been an error and we are unable to get information from this machine. Sorry for the inconvenience."
  80. },
  81. "states": {
  82. "finished": "FINISHED",
  83. "ready": "READY",
  84. "running": "RUNNING",
  85. "broken": "BROKEN",
  86. "error": "ERROR"
  87. },
  88. "notifications": {
  89. "machineFinishedTitle": "Laundry Ready",
  90. "machineFinishedBody": "The machine n°{{number}} is finished and your laundry is ready to pickup",
  91. "machineRunningTitle": "Laundry running: {{time}} minutes left",
  92. "machineRunningBody": "The machine n°{{number}} is still running"
  93. }
  94. },
  95. "general": {
  96. "loading": "Loading...",
  97. "networkError": "Unable to contact servers. Make sure you are connected to Internet."
  98. }
  99. }