mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-05 02:25:05 +00:00
Merge pull request #5 from acsway878787/master
Add Chinese(Taiwan) Translation.
This commit is contained in:
commit
fe56b4b61e
1 changed files with 44 additions and 0 deletions
44
microg-ui-tools/src/main/res/values-zh-rTW/strings.xml
Normal file
44
microg-ui-tools/src/main/res/values-zh-rTW/strings.xml
Normal file
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright 2013-2016 microG Project Team
|
||||
~
|
||||
~ 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>
|
||||
<string name="lib_name">microG UI Tools</string>
|
||||
<string name="lib_license">Apache License 2.0, microG團隊</string>
|
||||
|
||||
<string name="about_version_str">版本 %1$s</string>
|
||||
<string name="about_name_version_str">%1$s %2$s</string>
|
||||
<string name="about_default_license">保留所有權利。</string>
|
||||
|
||||
<string name="prefcat_setup">設定</string>
|
||||
|
||||
<string name="self_check_title">自我檢查</string>
|
||||
<string name="self_check_desc">確認系統是否已正確設置成microG可以使用的狀態。</string>
|
||||
|
||||
<string name="self_check_cat_permissions">允許權限</string>
|
||||
<string name="self_check_name_permission">給 %1$s的權限:</string>
|
||||
<string name="self_check_resolution_permission">按這裡給%1$s權限。不允許權限可能導致程式運作不正常。</string>
|
||||
|
||||
<string name="about_root_title">microG UI Demo</string>
|
||||
<string name="about_root_summary">大綱</string>
|
||||
<string name="about_root_version">版本 v0.1.0</string>
|
||||
<string name="about_root_libraries">使用的程式庫</string>
|
||||
|
||||
<string name="about_android_support_v4">v4 Support Library</string>
|
||||
<string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
|
||||
<string name="about_android_support_v7_preference">v7 preference Support Library</string>
|
||||
<string name="about_android_support_license">Apache License 2.0, The Android Open Source Project</string>
|
||||
</resources>
|
Loading…
Reference in a new issue