-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1bb5b78
commit e9338f5
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -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> |