Files
comaps/android/sdk/src/main/res/values-zh-rTW/strings.xml
Harry Bond 47936df79c [android] Rebase fixes for Add support for check_date & check_date:opening_hours
Following from https://codeberg.org/comaps/comaps/pulls/1572
Also add script for easy transfer of strings across modules

Signed-off-by: Harry Bond <me@hbond.xyz>
2025-08-26 09:42:08 +02:00

41 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Settings/Downloader - size string, only strings different from English should be translated -->
<string name="mb">MB</string>
<string name="gb">GB</string>
<!-- A text for current gps location point/arrow selected on the map -->
<string name="core_my_position">我的位置</string>
<!-- Default bookmark list name -->
<string name="core_my_places">我的地點</string>
<!-- Internal storage type in Maps Storage settings (not accessible by the user) -->
<string name="maps_storage_internal">內部私人儲存</string>
<!-- Shared storage type in Maps Storage settings (a primary storage usually) -->
<string name="maps_storage_shared">內部共享儲存</string>
<!-- Removable external storage type in Maps Storage settings, e.g. an SD card -->
<string name="maps_storage_removable">SD 卡</string>
<!-- Generic external storage type in Maps Storage settings -->
<string name="maps_storage_external">外部共享儲存</string>
<!-- Search category for WiFi access; any changes should be duplicated in categories.txt @category_wifi! -->
<string name="category_wifi">無線網路</string>
<string name="postal_code">郵遞區號</string>
<!-- Place Page title for long tap -->
<string name="core_placepage_unknown_place">地圖點</string>
<!-- abbreviation for meters -->
<string name="m">公尺</string>
<!-- abbreviation for kilometers -->
<string name="km">公里</string>
<!-- abbreviation for mile(s) -->
<string name="mi">英哩</string>
<!-- A unit of measure -->
<string name="ft">英尺</string>
<!-- Subway exits for public transport marks on the map -->
<string name="core_exit">退出</string>
<string name="core_entrance">入口</string>
<string name="subway_data_unavailable">捷運圖層不可用</string>
<string name="public_access">允許大眾進入</string>
<string name="limited_access">不允許進入的私人空間</string>
<string name="not_shared">私人</string>
<string name="access_rules_author_only">線上編輯</string>
<string name="today">今天</string>
</resources>