application-amicale/translations/en.json

126 lignes
4,3 Kio
JSON

{
"screens": {
"home": "Home",
"planning": "Planning",
"proxiwash": "Proxiwash",
"proximo": "Proximo",
"menuSelf": "UR Menu",
"settings": "Settings",
"about": "About"
},
"intro": {
"slide1": {
"title": "Welcome to COFFEE",
"text": "The new app to use during your coffee break to get updates on the campus life!",
},
"slide2": {
"title": "Stay up to date",
"text": "COFFEE will soon allow you to be aware of any event occuring on the campus, from pancake sales to Enfoiros concerts!"
},
"slide3": {
"title": "Never forget your laundry",
"text": "COFFEE will inform you on the availability of washing machines and will remind you just before yours finishes !"
},
"slide4": {
"title": "Proximo",
"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"
},
"slide5": {
"title": "Planex",
"text": "Lookup your timetable on COFFE"
},
"slide6": {
"title": "Still in development",
"text": "New features coming soon, do not hesitate to give us feedback to improve the app"
}
},
"settingsScreen": {
"appearanceCard": "Appearance",
"nightMode": "Night Mode",
"nightModeSub": "Switch the app to a dark or light theme",
"proxiwashNotifReminder": "Machine running reminder",
"proxiwashNotifReminderSub": "Choose when to send a notification to remind you a machine is running with your laundry",
"proxiwashNotifReminderPicker": {
"never": "Never",
"1": "1 min",
"2": "2 min",
"3": "3 min",
"5": "5 min",
"10": "10 min",
"20": "20 min",
"30": "30 min"
}
},
"homeScreen": {
"listUpdated": "List updated!",
"listUpdateFail": "Error while updating list"
},
"planningScreen": {
"wipTitle": "WORK IN PROGRESS",
"wipSubtitle": "Soon, every event at the INSA Toulouse in one place !"
},
"aboutScreen": {
"appstore": "See on the Appstore",
"playstore": "See on the Playstore",
"expoBeta": "Participate in the Beta!",
"bugs": "Report Bugs",
"changelog": "Changelog",
"license": "License",
"author": "Author",
"mail": "Send an email",
"technologies": "Technologies",
"reactNative": "Made with React Native",
"libs": "Libraries used"
},
"proximoScreen": {
"emptyList": "Empty List",
"article": "Article",
"articles": "Articles",
"sortName": "Sort by name",
"sortPrice": "Sort by price",
"listUpdated": "Article list updated!",
"listUpdateFail": "Error while updating article list",
"loading": "Loading...",
"listTitle": "Choose a category",
"inStock": "in stock"
},
"proxiwashScreen": {
"dryer": "Dryer",
"dryers": "Dryers",
"washer": "Washer",
"washers": "Washers",
"min": "min",
"listUpdated": "Machines state updated",
"listUpdateFail": "Error while updating machines state",
"error": "Could not update machines state. Pull down to retry.",
"loading": "Loading...",
"modal": {
"enableNotifications": "Notify me",
"disableNotifications": "Stop notifications",
"ok": "OK",
"cancel": "Cancel",
"finished": "This machine is finished. If you started it, you can get back your laundry.",
"ready": "This machine is empty and ready to use. {Put price here}",
"running": "This machine has been started at %{start} and will end at %{end}.\nRemaining time: %{remaining} min",
"broken": "This machine is broken and cannot be used. Thank you for your comprehension.",
"error": "There has been an error and we are unable to get information from this machine. Sorry for the inconvenience."
},
"states": {
"finished": "FINISHED",
"ready": "READY",
"running": "RUNNING",
"broken": "BROKEN",
"error": "ERROR"
},
"notifications": {
"machineFinishedTitle": "Laundry Ready",
"machineFinishedBody": "The machine n°{{number}} is finished and your laundry is ready to pickup",
"machineRunningTitle": "Laundry running: {{time}} minutes left",
"machineRunningBody": "The machine n°{{number}} is still running"
}
},
"general": {
"loading": "Loading...",
"networkError": "Unable to contact servers. Make sure you are connected to Internet."
}
}