Skip to content

Commit 5ceca05

Browse files
authored
feat: Add Chinese Translation (#91)
1 parent d673444 commit 5ceca05

File tree

4 files changed

+319
-0
lines changed

4 files changed

+319
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
~ SPDX-FileCopyrightText: 2020, microG Project Team
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
5+
6+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
7+
<string name="foreground_service_notification_title">后台运行中</string>
8+
<string name="foreground_service_notification_text"><xliff:g example="Exposure Notification">%1$s</xliff:g> 正在后台运行</string>
9+
<string name="foreground_service_notification_big_text">将 <xliff:g example="microG Services">%1$s</xliff:g> 排除在电池优化之外或更改通知设置以隐藏此通知</string>
10+
<string name="foreground_action_battery_optimization">电池优化</string>
11+
<string name="foreground_action_notification_settings">设置</string>
12+
13+
<string name="menu_settings">设置</string>
14+
15+
<string name="list_no_item_none">无</string>
16+
<string name="list_item_see_all">查看全部</string>
17+
18+
<string name="open_app">打开</string>
19+
20+
<string name="service_status_disabled">已禁用</string>
21+
<string name="service_status_enabled">已启用</string>
22+
<string name="service_status_automatic">自动</string>
23+
<string name="service_status_manual">手动</string>
24+
<string name="service_status_enabled_short">开</string>
25+
<string name="service_status_disabled_short">关</string>
26+
</resources>
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!--
2+
~ Copyright (C) 2013-2017 microG Project Team
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
17+
<resources>
18+
<string name="lib_name">MicroG UI 工具</string>
19+
<string name="lib_license">Apache 许可证 2.0, microG 团队</string>
20+
21+
<string name="about_version_str">版本:%1$s</string>
22+
<string name="about_name_version_str">%1$s %2$s</string>
23+
<string name="about_default_license">保留所有权利</string>
24+
25+
<string name="prefcat_setup">设置</string>
26+
27+
<string name="self_check_title">自检</string>
28+
<string name="self_check_desc">检查系统是否正确设置以使用 MicroG</string>
29+
30+
<string name="self_check_cat_permissions">已授予的权限</string>
31+
<string name="self_check_name_permission">%1$s 的权限:</string>
32+
<string name="self_check_resolution_permission">点击此处授予权限。不授予权限可能导致应用程序行为异常</string>
33+
34+
<string name="about_root_title">MicroG UI 演示</string>
35+
<string name="about_root_summary">摘要</string>
36+
<string name="about_root_version">版本 v0.1.0</string>
37+
<string name="about_root_libraries">包含的库</string>
38+
39+
<string name="about_android_support_v4">v4 支持库</string>
40+
<string name="about_android_support_v7_appcompat">v7 appcompat 支持库</string>
41+
<string name="about_android_support_v7_preference">v7 preference 支持库</string>
42+
<string name="about_android_support_license">Apache 许可证 2.0, Android 开源项目</string>
43+
44+
<!-- Updater strings-->
45+
46+
<string name="check_updates">检查更新</string>
47+
<string name="update_available">有新版本可用!</string>
48+
<string name="no_update_available">您使用的是最新版本</string>
49+
<string name="check_updates_error">无法检查更新</string>
50+
51+
<string name="snackbar_button_download">下载</string>
52+
53+
<string name="error_connection">连接错误:</string>
54+
<string name="error_others">错误:</string>
55+
</resources>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
~ Copyright (C) 2017 microG Project Team
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
17+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18+
<plurals name="gcm_registered_apps_counter">
19+
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> 个已注册应用</item>
20+
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> 个已注册应用</item>
21+
</plurals>
22+
<plurals name="cond_perm_summary">
23+
<item quantity="one">microG 服务正常运行所需的一个权限未被授予。</item>
24+
<item quantity="other">microG 服务正常运行所需的多个权限未被授予。</item>
25+
</plurals>
26+
<plurals name="cond_perm_action">
27+
<item quantity="one">请求缺失的权限</item>
28+
<item quantity="other">请求缺失的权限</item>
29+
</plurals>
30+
</resources>

0 commit comments

Comments
 (0)