-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Chinese (Simplified))
Currently translated at 95.2% (20 of 21 strings) Translation: microG/play-services-location: core: strings Translate-URL: https://hosted.weblate.org/projects/microg/play-services-location-core-strings/zh_Hans/
- Loading branch information
1 parent
2c57e3f
commit 05d7018
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
24 changes: 23 additions & 1 deletion
24
play-services-location/core/src/main/res/values-zh-rCN/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="pref_location_wifi_mls_enabled_summary">从 Mozilla 位置服务获取基于 Wi-Fi 的位置信息</string> | ||
<string name="pref_location_wifi_learning_enabled_summary">使用 GPS时,在本地存储 Wi-Fi 网络的位置信息</string> | ||
<string name="location_app_last_access_at">最后访问于<xliff:g example="Yesterday, 02:20 PM">%1$s</xliff:g></string> | ||
<string name="pref_location_cell_mls_enabled_title">向 Mozilla 发出请求</string> | ||
<string name="pref_location_cell_learning_enabled_summary">使用 GPS时,在本地存储移动网络的位置信息</string> | ||
<string name="fragment_location_apps_title">可访问位置信息的应用</string> | ||
<string name="pref_location_app_force_coarse_summary">无视应用的位置权限级别,总是向其提供大致的位置信息。</string> | ||
<string name="pref_location_cell_learning_enabled_title">从 GPS 处学习</string> | ||
<string name="pref_location_wifi_learning_enabled_title">从 GPS 处学习</string> | ||
<string name="pref_location_wifi_moving_enabled_summary">当连接到受支持的热点网络时,从上游热点直接获取 Wi-Fi 位置信息</string> | ||
<string name="prefcat_location_cell_title">基于移动网络的位置信息</string> | ||
<string name="pref_location_wifi_mls_enabled_title">向 Mozilla 发出请求</string> | ||
<string name="pref_location_wifi_moving_enabled_title">向热点发出请求</string> | ||
<string name="pref_location_app_force_coarse_title">总是提供大致的位置</string> | ||
<string name="pref_geocoder_nominatim_enabled_title">使用 Nominatim</string> | ||
<string name="service_name_location">位置信息</string> | ||
<string name="prefcat_location_apps_title">最近访问</string> | ||
<string name="pref_geocoder_nominatim_enabled_summary">使用 OpenStreetMap Nominatim 服务解析地址</string> | ||
<string name="prefcat_location_wifi_title">基于 Wi-Fi 的位置信息</string> | ||
<string name="prefcat_geocoder_title">地址解析器</string> | ||
<string name="pref_location_cell_mls_enabled_summary">从 Mozilla 位置服务获取移动网络信号塔位置</string> | ||
</resources> |