{ "screens": { "home": "Home", "planning": "Planning", "proxiwash": "Proxiwash", "proximo": "Proximo", "settings": "Settings", "about": "About" }, "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." } }