|
| 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> |
0 commit comments