summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-zh-rCN/cm_strings.xml')
-rw-r--r--res/values-zh-rCN/cm_strings.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml
index abc10096a..59ca6a4ea 100644
--- a/res/values-zh-rCN/cm_strings.xml
+++ b/res/values-zh-rCN/cm_strings.xml
@@ -16,10 +16,15 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- pixels counted by ten thousands for Chinese -->
- <string name="pref_camera_megapixel_format">(%1$s) %2$1.0f 万像素</string>
+ <!-- common aspect ratios -->
+ <!-- aspect ratio greater than 16:9, so "widescreen" or "cinematic" -->
+ <string name="pref_camera_aspectratio_wide">宽</string>
+ <!-- format for entries in the picture size menu. Parameter one is aspect ratio
+ parameter two is size in megapixels, e.g. "(4:3) 12.1 megapixels"
+ NOTE: for Chinese (zh) and Korean (ko) the pixel number (parameter two)
+ will be multiplied by 100 as those languages want to count by ten thousands -->
+ <string name="pref_camera_megapixel_format">(%1$s) %2$1.1f 万像素</string>
<!-- Settings screen, scene mode -->
- <string name="pref_camera_scenemode_entry_refocus">微距+</string>
<string name="pref_camera_scenemode_entry_antimotionblur">降低动态模糊</string>
<string name="pref_camera_scenemode_entry_aqua">水底</string>
<string name="pref_camera_scenemode_entry_ar">增强现实</string>
@@ -62,6 +67,7 @@
<string name="pref_camera_scenemode_entry_text">文本</string>
<string name="pref_camera_scenemode_entry_theatre">剧场</string>
<string name="pref_camera_scenemode_entry_whiteboard">白板</string>
+ <!-- Settings screen, focus mode -->
<string name="pref_camera_focusmode_entry_continuous">连续</string>
<string name="pref_camera_focusmode_entry_mw_continuous">连续 (MW)</string>
<string name="pref_camera_focusmode_entry_extended">广角</string>
@@ -71,6 +77,7 @@
<string name="pref_camera_focusmode_entry_normal">一般</string>
<string name="pref_camera_focusmode_entry_portrait">肖像</string>
<string name="pref_camera_focusmode_entry_hyperfocal">超焦距</string>
+ <!-- Color effects -->
<string name="pref_camera_coloreffect_entry_washed">冲蚀</string>
<string name="pref_camera_coloreffect_entry_vintage_warm">暖色仿古</string>
<string name="pref_camera_coloreffect_entry_vintage_cold">冷色仿古</string>
@@ -78,16 +85,24 @@
<string name="pref_camera_coloreffect_entry_point_green">点绿色</string>
<string name="pref_camera_coloreffect_entry_point_red_yellow">点红黄色</string>
<string name="pref_camera_coloreffect_entry_cartoonize">卡通</string>
+ <!-- Red eye flash mode title -->
<string name="pref_camera_flashmode_entry_redeye">红眼</string>
<string name="pref_camera_flashmode_label_redeye">红眼</string>
+ <!-- Power shutter -->
<string name="pref_camera_power_shutter_title">电源键快门</string>
+ <!-- Max brightness -->
<string name="pref_camera_max_brightness_title">屏幕亮度最大化</string>
+ <!-- Touch focus duration -->
<string name="pref_camera_focustime_title">触摸对焦持续时间</string>
<string name="pref_camera_focustime_entry_0">0 秒</string>
<string name="pref_camera_focustime_entry_3">3 秒</string>
<string name="pref_camera_focustime_entry_5">5 秒</string>
<string name="pref_camera_focustime_entry_10">10 秒</string>
<string name="pref_camera_focustime_entry_infinite">无限</string>
+ <!-- Shutter speed -->
<string name="pref_camera_shutter_speed_title">快门速度</string>
<string name="auto_hdr_enabled">自动 HDR 已启用</string>
+ <!-- Advanced options -->
+ <string name="developer_menu_enabled">您已启用高级相机选项</string>
+ <string name="developer_menu_disabled">您已禁用高级相机选项</string>
</resources>