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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "screens": {
  3. "home": "Home",
  4. "planning": "Planning",
  5. "proxiwash": "Proxiwash",
  6. "proximo": "Proximo",
  7. "menuSelf": "UR Menu",
  8. "settings": "Settings",
  9. "about": "About"
  10. },
  11. "intro": {
  12. "slide1": {
  13. "title": "Welcome to COFFEE",
  14. "text": "The new app to use during your coffee break to get updates on the campus life!",
  15. },
  16. "slide2": {
  17. "title": "Stay up to date",
  18. "text": "COFFEE will soon allow you to be aware of any event occuring on the campus, from pancake sales to Enfoiros concerts!"
  19. },
  20. "slide3": {
  21. "title": "Never forget your laundry",
  22. "text": "COFFEE will inform you on the availability of washing machines and will remind you just before yours finishes !"
  23. },
  24. "slide4": {
  25. "title": "Proximo",
  26. "text": "Are you short on pasta? Or you maybe you feel a little peckish, then lookup the stock for your insa shop in real time"
  27. },
  28. "slide5": {
  29. "title": "Planex",
  30. "text": "Lookup your timetable on COFFE"
  31. },
  32. "slide6": {
  33. "title": "Still in development",
  34. "text": "New features coming soon, do not hesitate to give us feedback to improve the app"
  35. }
  36. },
  37. "settingsScreen": {
  38. "appearanceCard": "Appearance",
  39. "nightMode": "Night Mode",
  40. "nightModeSub": "Switch the app to a dark or light theme",
  41. "proxiwashNotifReminder": "Machine running reminder",
  42. "proxiwashNotifReminderSub": "Choose when to send a notification to remind you a machine is running with your laundry",
  43. "proxiwashNotifReminderPicker": {
  44. "never": "Never",
  45. "1": "1 min",
  46. "2": "2 min",
  47. "3": "3 min",
  48. "5": "5 min",
  49. "10": "10 min",
  50. "20": "20 min",
  51. "30": "30 min"
  52. }
  53. },
  54. "homeScreen": {
  55. "listUpdated": "List updated!",
  56. "listUpdateFail": "Error while updating list"
  57. },
  58. "planningScreen": {
  59. "wipTitle": "WORK IN PROGRESS",
  60. "wipSubtitle": "Soon, every event at the INSA Toulouse in one place !"
  61. },
  62. "aboutScreen": {
  63. "appstore": "See on the Appstore",
  64. "playstore": "See on the Playstore",
  65. "expoBeta": "Participate in the Beta!",
  66. "bugs": "Report Bugs",
  67. "changelog": "Changelog",
  68. "license": "License",
  69. "author": "Author",
  70. "mail": "Send an email",
  71. "technologies": "Technologies",
  72. "reactNative": "Made with React Native",
  73. "libs": "Libraries used"
  74. },
  75. "proximoScreen": {
  76. "emptyList": "Empty List",
  77. "article": "Article",
  78. "articles": "Articles",
  79. "sortName": "Sort by name",
  80. "sortPrice": "Sort by price",
  81. "listUpdated": "Article list updated!",
  82. "listUpdateFail": "Error while updating article list",
  83. "loading": "Loading...",
  84. "listTitle": "Choose a category",
  85. "inStock": "in stock"
  86. },
  87. "proxiwashScreen": {
  88. "dryer": "Dryer",
  89. "dryers": "Dryers",
  90. "washer": "Washer",
  91. "washers": "Washers",
  92. "min": "min",
  93. "listUpdated": "Machines state updated",
  94. "listUpdateFail": "Error while updating machines state",
  95. "error": "Could not update machines state. Pull down to retry.",
  96. "loading": "Loading...",
  97. "modal": {
  98. "enableNotifications": "Notify me",
  99. "disableNotifications": "Stop notifications",
  100. "ok": "OK",
  101. "cancel": "Cancel",
  102. "finished": "This machine is finished. If you started it, you can get back your laundry.",
  103. "ready": "This machine is empty and ready to use. {Put price here}",
  104. "running": "This machine has been started at %{start} and will end at %{end}.\nRemaining time: %{remaining} min",
  105. "broken": "This machine is broken and cannot be used. Thank you for your comprehension.",
  106. "error": "There has been an error and we are unable to get information from this machine. Sorry for the inconvenience."
  107. },
  108. "states": {
  109. "finished": "FINISHED",
  110. "ready": "READY",
  111. "running": "RUNNING",
  112. "broken": "BROKEN",
  113. "error": "ERROR"
  114. },
  115. "notifications": {
  116. "machineFinishedTitle": "Laundry Ready",
  117. "machineFinishedBody": "The machine n°{{number}} is finished and your laundry is ready to pickup",
  118. "machineRunningTitle": "Laundry running: {{time}} minutes left",
  119. "machineRunningBody": "The machine n°{{number}} is still running"
  120. }
  121. },
  122. "general": {
  123. "loading": "Loading...",
  124. "networkError": "Unable to contact servers. Make sure you are connected to Internet."
  125. }
  126. }