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

Commit 00e862bc authored by Andrew Jiang's avatar Andrew Jiang
Browse files

CMFileManager: Simplified Chinese Translations

Added translations for the new themes feature.

Change-Id: I57ea6f9ed9172f05680574c925d706aee39be3b4
parent 0b82260c
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

  <!-- The name of the application -->
@@ -564,6 +565,8 @@
  <string name="pref_general">常规设置</string>
  <!-- Preferences * Search title -->
  <string name="pref_search">搜索选项</string>
  <!-- Preferences * Themes title -->
  <string name="pref_themes">主题</string>
  <!-- Preferences * About title -->
  <string name="pref_about">关于</string>
  <!-- Preferences * About summary -->
@@ -632,10 +635,25 @@
  <string name="pref_remove_saved_search_terms_summary">点击此将会删除所有保存的搜索关键词</string>
  <!-- Preferences * Search * Suggestions were truncated -->
  <string name="pref_remove_saved_search_terms_msg">所有保存的搜索关键词已被删除.</string>
  <!-- Preferences * Themes * Themes selection category -->
  <string name="pref_themes_selection_category">主题</string>
  <!-- Preferences * Themes * Set theme button -->
  <string name="pref_themes_set_theme">设置主题</string>
  <!-- Preferences * Themes * No preview -->
  <string name="pref_themes_no_preview">无可用\n预览</string>
  <!-- Preferences * Themes * Confirmation message -->
  <string name="pref_themes_confirmation">主题已被成功应用.</string>
  <!-- Preferences * Themes * Theme not found message -->
  <string name="pref_themes_not_found">未找到主题.</string>

  <!-- Preferences * Debug * Capture debug traces -->
  <string name="pref_debug_traces">记录调试信息</string>

  <!-- Themes * Default theme name -->
  <string name="theme_default_name">淡色主题</string>
  <!-- Themes * Default theme description -->
  <string name="theme_default_description">用于 CyanogenMod 文件管理器的淡色主题.</string>

  <!-- Security * Extract relative or absolute files -->
  <string name="security_warning_extract">警告!\n\n
      解压一个使用相对或绝对路径的压缩文件有可能覆盖并损坏系统文件.\n\n
+29 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

  <!-- The name of the application -->
  <string name="app_name">文件管理器主题</string>
  <!-- The description of the application -->
  <string name="app_description">用于 CyanogenMod 文件管理器的主题.</string>

  <!-- The dark theme name -->
  <string name="dark_theme_name">暗色主题</string>
  <!-- The dark theme description -->
  <string name="dark_theme_desc">用于 CyanogenMod 文件管理器的暗色主题.</string>

</resources>