mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-07-12 00:50:42 +00:00
Fixed some bugs
This commit is contained in:
parent
b54aa650d6
commit
e519126021
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"@@locale": "cn",
|
"@@locale": "cn",
|
||||||
"fastestExposurePair": "最快曝光",
|
"fastestExposurePair": "最快曝光组合",
|
||||||
"slowestExposurePair": "最慢曝光",
|
"slowestExposurePair": "最慢曝光组合",
|
||||||
"ev": "EV",
|
"ev": "EV",
|
||||||
"evValue": "{value} EV",
|
"evValue": "{value} EV",
|
||||||
"@evValue": {
|
"@evValue": {
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"iso": "ISO",
|
"iso": "ISO",
|
||||||
"filmSpeed": "胶片敏感度",
|
"filmSpeed": "胶片感光度",
|
||||||
"nd": "ND",
|
"nd": "ND",
|
||||||
"ndFilterFactor": "ND 滤镜系数",
|
"ndFilterFactor": "ND 滤镜系数",
|
||||||
"noExposurePairs": "所选设置没有曝光配对",
|
"noExposurePairs": "所选设置没有曝光配对",
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"lightSensor": "光传感器",
|
"lightSensor": "光传感器",
|
||||||
"meteringScreenLayout": "布局",
|
"meteringScreenLayout": "布局",
|
||||||
"meteringScreenLayoutHint": "隐藏不需要的元素,以免浪费曝光列表空间",
|
"meteringScreenLayoutHint": "隐藏不需要的元素,以免浪费曝光列表空间",
|
||||||
"meteringScreenFeatureExtremeExposurePairs": "最快 & 最慢曝光",
|
"meteringScreenFeatureExtremeExposurePairs": "最快 & 最慢曝光组合",
|
||||||
"meteringScreenFeatureFilmPicker": "胶片选择",
|
"meteringScreenFeatureFilmPicker": "胶片选择",
|
||||||
"film": "胶片",
|
"film": "胶片",
|
||||||
"equipment": "设备",
|
"equipment": "设备",
|
||||||
|
|
Loading…
Reference in a new issue