Skip to content

Commit

Permalink
rewrite: Chinese translation (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
小鳥遊桜 authored and barbeau committed Dec 30, 2018
1 parent e7a23df commit 0b53b5a
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 189 deletions.
37 changes: 30 additions & 7 deletions GPSTest/src/main/res/values-zh-rCN/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
/* //device/apps/common/assets/res/any/strings.xml
**
** Copyright 2012-2018 Sean J. Barbeau, wangkf (https://github.com/wangkf)
** Copyright 2012, Sean J. Barbeau
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
Expand All @@ -18,12 +18,23 @@
*/
-->
<resources>
<!-- Status -->
<string-array name="sort_sats">
<item>系统</item>
<item>运营频率</item>
<item>信号强度</item>
<item>使用中</item>
<item>系统和运营频率</item>
<item>系统和信号强度</item>
<item>系统和使用中</item>
</string-array>

<!-- Let the user choose between map views -->
<string-array name="map_type_entries">
<item>街道图</item>
<item>混合图</item>
<item>卫星图</item>
<item>地形图</item>
<item>地图视图</item>
<item>混合视图</item>
<item>卫星视图</item>
<item>地形视图</item>
</string-array>

<!-- These contants above and below match those in GoogleMap object:
Expand All @@ -35,9 +46,21 @@
<item>3</item>
</string-array>

<!-- Units -->
<string-array name="preferred_distance_units_options">
<item>@string/preferences_preferred_distance_units_option_meters</item>
<item>@string/preferences_preferred_distance_units_option_feet</item>
</string-array>

<string-array name="preferred_speed_units_options">
<item>@string/preferences_preferred_speed_units_option_meters_per_second</item>
<item>@string/preferences_preferred_speed_units_option_kilometers_per_hour</item>
<item>@string/preferences_preferred_speed_units_option_miles_per_hour</item>
</string-array>

<!-- Help -->
<string-array name="main_help_options">
<item>更新了什么?</item>
<item>更新内容</item>
<item>关于</item>
</string-array>
</resources>
</resources>
Loading

0 comments on commit 0b53b5a

Please sign in to comment.