forked from vergnet/application-amicale
25 lines
579 B
JSON
25 lines
579 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"
|
||
|
},
|
||
|
}
|