Skip to content

Commit

Permalink
New language of Taiwanese
Browse files Browse the repository at this point in the history
  • Loading branch information
t104360088 authored and rtchagas committed Jun 10, 2019
1 parent 1bb5b78 commit e9338f5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions library/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Ping Place Picker</string>

<string name="picker_title">選擇附近的地點</string>
<string name="picker_select_this">選取這個位置</string>
<string name="picker_or_select_nearby">或選擇附近的地點</string>
<string name="picker_load_places_error">"無法載入附近地點"</string>
<string name="picker_load_this_place_error">"找不到被選擇的地點"</string>
<string name="picker_place_confirm">要使用這個位置嗎?</string>
<string name="picker_place_confirm_cancel">變更位置</string>

<!-- Content descriptions -->
<string name="description_place_image">A photo of the selected place</string>
<string name="description_place_map">A map of the selected place</string>

<!-- Permissions -->
<string name="permission_fine_location_title">定位權限</string>
<string name="permission_fine_location_message">我們需要你的定位,以便協助你快速找到地點</string>

</resources>

0 comments on commit e9338f5

Please sign in to comment.