UnifiedNlp/unifiednlp-base/src/main/res/values-zh-rTW/strings.xml
2017-06-13 00:05:23 +02:00

62 lines
4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2013-2017 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="nlp_app_name">UnifiedNlp</string>
<string name="nlp_settings_label">UnifiedNlp設定</string>
<string name="add_backend">新增背景伺服器</string>
<string name="configure_location_backends">設定地點背景伺服器</string>
<string name="configure_geocoder_backends">設定地址查閱背景伺服器</string>
<string name="network_location">基於網路的地理位置定位</string>
<string name="geocoding">地址查閱</string>
<string name="configure_backends">設定背景伺服器</string>
<string name="configure_location_backends_summary">
為基於網路的地理位置定位啟用,停用或設定背景伺服器。
</string>
<string name="configure_geocoder_backends_summary">
為地址查閱啟用,停用或設定背景伺服器。
</string>
<string name="perm_force_coarse_location_label">強制啟用精準位置</string>
<string name="perm_force_coarse_location_desc">強制基於網路的地點供應者回報一個精確的地點</string>
<string name="self_check_cat_nlpcompat">是否支援網路的地點供應者</string>
<string name="self_check_name_system_supported">支援的Android版本</string>
<string name="self_check_resolution_system_supported">您的Android版本並不被正式支援。這並不一定代表什麼。</string>
<string name="self_check_name_nlp_package_name">系統支援地點供應者:</string>
<string name="self_check_resolution_nlp_package_name">您的系統並不支援這個UnifiedNlp程式。安裝正確的程式或相容的Xposed模組。</string>
<string name="self_check_cat_nlp_status">UnifiedNlp狀態</string>
<string name="self_check_name_nlp_bound">UnifiedNlp已註冊到系統</string>
<string name="self_check_resolution_nlp_bound">系統尚未綁定UnifiedNlp服務。 如果您剛剛安裝UnifiedNlp您應該試著重啟設備。</string>
<string name="self_check_name_nlp_setup">地點背景伺服器設定:</string>
<string name="self_check_resolution_nlp_setup">安裝或設定一個UnifiedNlp地點背景伺服器以使用基於網路的地理位置定位。</string>
<string name="self_check_name_last_location">UnifiedNlp有已知地點</string>
<string name="self_check_resolution_last_location">UnifiedNlp無最後已知地點。這可能導致某些程式無法運作。</string>
<string name="self_check_name_nlp_is_providing">UnifiedNlp提供地點更新</string>
<string name="self_check_resolution_nlp_is_providing">這10秒內並沒有系統提供的UnifiedNlp位置。</string>
<string name="self_check_name_network_enabled">啟用基於網路的位置定位:</string>
<string name="self_check_resolution_network_enabled">您不是在系統設定中停用了基於網路的位置定位就是系統不支援。</string>
<string name="self_check_loc_perm_missing">尚未允許定位權限</string>
<string name="prefcat_about">關於</string>
<string name="pref_about_title">關於microG UnifiedNlp</string>
<string name="pref_about_summary">版本資訊和使用的程式庫</string>
<string name="nlp_version_default">給沒有GAPPS的支援系統</string>
<string name="nlp_version_legacy">給沒有GAPPS的舊系統</string>
<string name="nlp_version_custom">給第三方系統</string>
</resources>