2019-06-25 22:20:24 +02:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2019-06-27 10:17:51 +02:00
|
|
|
"proximoScreen": {
|
|
|
|
"emptyList": "Empty List",
|
|
|
|
"article": "Article",
|
|
|
|
"articles": "Articles",
|
|
|
|
"sortName": "Sort by name",
|
|
|
|
"sortPrice": "Sort by price",
|
|
|
|
"listUpdated": "Article list updated!"
|
|
|
|
}
|
2019-06-25 22:20:24 +02:00
|
|
|
}
|