application-amicale/translations/en.json
2019-06-27 10:17:51 +02:00

32 lines
798 B
JSON

{
"screens": {
"home": "Home",
"planning": "Planning",
"settings": "Settings",
"about": "About"
},
"settingsScreen": {
"nightMode": "Night Mode",
"restart": "Restart the app to apply changes"
},
"aboutScreen": {
"appstore": "See on the Appstore",
"playstore": "See on the Playstore",
"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!"
}
}