mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
9477f80ada
* added dynamic colors * made dynamic colors enabled/disabled * fixed tests
38 lines
No EOL
1.1 KiB
Text
38 lines
No EOL
1.1 KiB
Text
{
|
|
"@@locale": "en",
|
|
"permissionNeeded": "Permission needed",
|
|
"permissionNeededMessage": "To use Lightmeter, turn on Camera permissions.",
|
|
"openSettings": "Open settings",
|
|
"fastestExposurePair": "Fastest",
|
|
"slowestExposurePair": "Slowest",
|
|
"iso": "ISO",
|
|
"filmSpeed": "Film speed",
|
|
"nd": "ND",
|
|
"ndFilterFactor": "Neutral density filter factor",
|
|
"none": "None",
|
|
"cancel": "Cancel",
|
|
"select": "Select",
|
|
"settings": "Settings",
|
|
"fractionalStops": "Fractional stops",
|
|
"showFractionalStops": "Show fractional stops",
|
|
"halfStops": "1/2",
|
|
"thirdStops": "1/3",
|
|
"haptics": "Haptics",
|
|
"theme": "Theme",
|
|
"chooseTheme": "Choose theme",
|
|
"dynamicColors": "Dynamic colors",
|
|
"themeLight": "Light",
|
|
"themeDark": "Dark",
|
|
"themeSystemDefault": "System default",
|
|
"version": "Version: {version} ({buildNumber})",
|
|
"@version": {
|
|
"placeholders": {
|
|
"version": {
|
|
"type": "String"
|
|
},
|
|
"buildNumber": {
|
|
"type": "String"
|
|
}
|
|
}
|
|
}
|
|
} |