Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 546bd2d3 authored by Andrew Jiang's avatar Andrew Jiang
Browse files

CMFileManager: Simplified Chinese Translations

Change-Id: I3cfde765d8345f2a3cdb10f08a364ea6e9e8b193
parent 048dc60f
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -15,18 +15,23 @@
 -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <plurals name="n_folders">
    <item quantity="zero">0 个文件夹</item>
    <item quantity="one">1 个文件夹</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> 个文件夹</item>
  </plurals>
  <plurals name="n_files">
    <item quantity="zero">0 个文件</item>
    <item quantity="one">1 个文件</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> 个文件</item>
  </plurals>
  <plurals name="search_found_items">
    <item quantity="zero">未找到任何结果</item>
    <item quantity="one">找到了 1 项</item>
    <item quantity="other">找到了 <xliff:g id="count">%d</xliff:g></item>
  </plurals>
  <plurals name="selection_folders">
    <item quantity="one">已选中 1 个文件夹.</item>
    <item quantity="other">已选中 <xliff:g id="folders">%1$d</xliff:g> 个文件夹.</item>
  </plurals>
  <plurals name="selection_files">
    <item quantity="one">已选中 1 个文件</item>
    <item quantity="other">已选中 <xliff:g id="files">%1$d</xliff:g> 个文件.</item>
  </plurals>
</resources>
+3 −1
Original line number Diff line number Diff line
@@ -323,6 +323,8 @@
  <string name="filetime_format_mode_MMddyyyy_HHmmss">月/日/年 时:分:秒</string>
  <string name="filetime_format_mode_yyyyMMdd_HHmmss">年-月-日 时:分:秒</string>

  <string name="selection_folders_and_files">已选中 <xliff:g id="folders">%1$s</xliff:g><xliff:g id="files">%2$s</xliff:g>.</string>

  <string name="category_system">系统</string>
  <string name="category_app">程序</string>
  <string name="category_binary">二进制</string>
@@ -352,7 +354,7 @@
  <string name="pref_themes">主题</string>
  <string name="pref_about">关于</string>
  <string name="pref_about_summary">文件管理器 v<xliff:g id="version">%1$s</xliff:g>
    \n版权所有 \u00A9 2013 CyanogenMod</string>
    \n版权所有 \u00A9 2013 CyanogenMod 项目</string>

  <string name="pref_general_behaviour_category">常规</string>
  <string name="pref_case_sensitive_sort">区分大小写</string>