expo-app/locales/en.json

35 lines
1.1 KiB
JSON

{
"test": "Settings",
"sideBar": {
"devicesTitle": "Devices",
"settings": "Settings",
"faq": "FAQ",
"feedback": "Give feedback"
},
"screens": {
"device": {
"settings": {
"settingsTitle": "Settings",
"wifiStandByTitle": "WLAN in standby",
"wifiStandByDescription": "The WLAN connection remains established even if the device is switched off. Please note that this can lead to increased power consumption.",
"deviceInformationTitle": "Device information",
"deviceModelTitle": "Device model",
"deviceFirmwareVersionTitle": "Firmware Version",
"deviceLastUpdated": "Last updated"
}
},
"settings": {
"settingsCardTitle": "Settings",
"languageText": "Language",
"appColorSchemeText": "Appearance",
"appColorSchemePicker": {
"auto": "System default",
"dark": "Dark",
"light": "Light"
},
"expertModeTitle": "Expert mode",
"expertModeDescription": "Turning it on unlocks additional features in the app, such as the ability to specify custom color codes."
}
}
}