From b54aa650d6e7ca338ce5fda987d0f5f37c65aecf Mon Sep 17 00:00:00 2001 From: ScaredCube <74418739+ScaredCube@users.noreply.github.com> Date: Sun, 23 Jul 2023 22:29:16 +0800 Subject: [PATCH] Update intl_cn.arb --- lib/l10n/intl_cn.arb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/l10n/intl_cn.arb b/lib/l10n/intl_cn.arb index 3bd3061..fb1a9f3 100644 --- a/lib/l10n/intl_cn.arb +++ b/lib/l10n/intl_cn.arb @@ -1,7 +1,7 @@ { "@@locale": "cn", - "fastestExposurePair": "最长", - "slowestExposurePair": "最短", + "fastestExposurePair": "最快曝光", + "slowestExposurePair": "最慢曝光", "ev": "EV", "evValue": "{value} EV", "@evValue": { @@ -36,7 +36,7 @@ "lightSensor": "光传感器", "meteringScreenLayout": "布局", "meteringScreenLayoutHint": "隐藏不需要的元素,以免浪费曝光列表空间", - "meteringScreenFeatureExtremeExposurePairs": "最长 & 最短曝光", + "meteringScreenFeatureExtremeExposurePairs": "最快 & 最慢曝光", "meteringScreenFeatureFilmPicker": "胶片选择", "film": "胶片", "equipment": "设备", @@ -85,4 +85,4 @@ } } } -} \ No newline at end of file +}