Skip to content

Commit

Permalink
Updated simplified Chinese translations for Camera
Browse files Browse the repository at this point in the history
Change-Id: I41fd6e79e67a8e9b9975d704386a277dc58d6dab
  • Loading branch information
YULIANGMAX authored and LorDClockaN committed Aug 18, 2012
1 parent fea1704 commit 55052b5
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions res/values-zh-rCN/strings.xml
Expand Up @@ -16,6 +16,59 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="pref_camera_power_shutter_title">电源键快门</string>
<string name="pref_camera_power_shutter_default">关闭</string>
<string name="pref_camera_focusmode_entry_fixed">定焦</string>
<string name="pref_camera_focusmode_entry_facedetect">面部检测</string>
<string name="pref_camera_focusmode_entry_continuouspicture">连拍</string>
<string name="pref_camera_iso_entry_auto">自动</string>
<string name="pref_camera_iso_entry_isodeblur">自动 (HJR)</string>
<string name="pref_camera_scenemode_entry_backlight">逆光</string>
<string name="pref_camera_scenemode_entry_duskdawn">微光</string>
<string name="pref_camera_scenemode_entry_fallcolor">滤色</string>
<string name="pref_camera_scenemode_entry_text">文字</string>
<string name="pref_camera_autoexposure_title">自动曝光模式</string>
<string name="pref_camera_autoexposure_entry_frameaverage">画面平均</string>
<string name="pref_camera_autoexposure_entry_centerweighted">中央重点</string>
<string name="pref_camera_autoexposure_entry_spotmetering">点测光</string>
<string name="pref_camera_autoexposure_entry_matrix">矩阵</string>
<string name="pref_camera_redeyereduction_title">防红眼</string>
<string name="pref_camera_redeyereduction_entry_enable">启用</string>
<string name="pref_camera_redeyereduction_entry_disable">禁用</string>
<string name="pref_camera_antibanding_title">抗条纹</string>
<string name="pref_camera_antibanding_entry_0">关闭</string>
<string name="pref_camera_antibanding_entry_1">50 Hz</string>
<string name="pref_camera_antibanding_entry_2">60 Hz</string>
<string name="pref_camera_antibanding_entry_3">自动</string>
<string name="pref_camera_coloreffect_title">色彩效果</string>
<string name="pref_camera_coloreffect_entry_none">无</string>
<string name="pref_camera_coloreffect_entry_mono">黑白</string>
<string name="pref_camera_coloreffect_entry_sepia">棕褐色</string>
<string name="pref_camera_coloreffect_entry_negative">底片</string>
<string name="pref_camera_coloreffect_entry_solarize">过曝</string>
<string name="pref_camera_coloreffect_entry_posterize">色调分色</string>
<string name="pref_camera_coloreffect_entry_aqua">水下</string>
<string name="pref_camera_coloreffect_entry_emboss">浮雕</string>
<string name="pref_camera_coloreffect_entry_sketch">素描</string>
<string name="pref_camera_coloreffect_entry_neon">霓虹</string>
<string name="pref_camera_coloreffect_entry_pastel">柔和</string>
<string name="pref_camera_coloreffect_entry_mosaic">马赛克</string>
<string name="pref_camera_coloreffect_entry_redtint">红色调</string>
<string name="pref_camera_coloreffect_entry_bluetint">蓝色调</string>
<string name="pref_camera_coloreffect_entry_greentint">绿色调</string>
<string name="pref_camera_scenemode_entry_asd">ASD</string>
<string name="pref_camera_scenemode_entry_portrait">人像</string>
<string name="pref_camera_scenemode_entry_landscape">风景</string>
<string name="pref_camera_scenemode_entry_night_portrait">夜间人像</string>
<string name="pref_camera_scenemode_entry_theatre">剧场</string>
<string name="pref_camera_scenemode_entry_beach">海滩</string>
<string name="pref_camera_scenemode_entry_snow">雪景</string>
<string name="pref_camera_scenemode_entry_steadyphoto">稳定图像</string>
<string name="pref_camera_scenemode_entry_fireworks">烟火</string>
<string name="pref_camera_scenemode_entry_sports">运动</string>
<string name="pref_camera_scenemode_entry_candlelight">微光</string>
<string name="pref_camera_scenemode_entry_flowers">花朵</string>
<string name="pref_camera_scenemode_entry_ar">AR</string>
<string name="app_name" msgid="1928079047368929634">"图库"</string>
<string name="gadget_title" msgid="259405922673466798">"相框"</string>
<string name="details_ms" msgid="940634969189855292">"%1$02d:%2$02d"</string>
Expand Down

0 comments on commit 55052b5

Please sign in to comment.