mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 00:01:08 +01:00
46 lines
3.1 KiB
XML
46 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<resources>
|
||
<string name="RegistrationActivity_take_privacy_with_you_be_yourself_in_every_message">讓私隱與您同在。\n每封訊息都做返自己、講人話。</string>
|
||
<!-- Non-English translations should use "Signal is a nonprofit" instead, dropping the 501c3 reference. -->
|
||
<string name="RegistrationActivity_terms_and_privacy">Signal 係一間非牟利機構\n條款同私隱政策</string>
|
||
<string name="RegistrationActivity_continue">繼續</string>
|
||
<!-- Screen title for restoring or transfering account -->
|
||
<string name="registration_activity__restore_or_transfer">還原或者轉移</string>
|
||
|
||
<!-- GrantPermissionsFragment -->
|
||
<!-- Displayed as a title at the top of the screen -->
|
||
<string name="GrantPermissionsFragment__allow_permissions">允許權限</string>
|
||
<!-- Displayed as a subtitle at the top of the screen -->
|
||
<string name="GrantPermissionsFragment__to_help_you_message_people_you_know">Signal 會要求取得以下權限,協助你同識得嘅人傳送訊息。 </string>
|
||
<!-- Displayed as a text-only action button at the bottom start of the screen -->
|
||
<string name="GrantPermissionsFragment__not_now">遲啲先啦</string>
|
||
<!-- Displayed as an action button at the bottom end of the screen -->
|
||
<string name="GrantPermissionsFragment__next">下一步</string>
|
||
<!-- Notifications permission row title -->
|
||
<string name="GrantPermissionsFragment__notifications">通知</string>
|
||
<!-- Notifications permission row description -->
|
||
<string name="GrantPermissionsFragment__get_notified_when">收到新訊息嘅時候通知我。</string>
|
||
<!-- Contacts permission row title -->
|
||
<string name="GrantPermissionsFragment__contacts">聯絡人</string>
|
||
<!-- Contacts permission row description -->
|
||
<string name="GrantPermissionsFragment__find_people_you_know">尋找你識得嘅人。你嘅聯絡人清單已經加密,Signal 唔會睇到。</string>
|
||
<!-- Phone calls permission row title -->
|
||
<string name="GrantPermissionsFragment__phone_calls">電話通話</string>
|
||
<!-- Phone calls permission row description -->
|
||
<string name="GrantPermissionsFragment__make_registering_easier">簡化註冊過程,同埋啟用額外通話功能。</string>
|
||
<!-- Storage permission row title -->
|
||
<string name="GrantPermissionsFragment__storage">儲存空間</string>
|
||
<!-- Storage permission row description -->
|
||
<string name="GrantPermissionsFragment__send_photos_videos_and_files">由你部機傳送相片、影片同檔案。</string>
|
||
|
||
<!-- CountryCodePickerScreen -->
|
||
<!-- Title of the country code selection screen -->
|
||
<string name="CountryCodeSelectScreen__your_country">你嘅國家/地區</string>
|
||
<!-- Close button content description -->
|
||
<string name="CountryCodeSelectScreen__close">關閉</string>
|
||
<!-- Search bar hint text -->
|
||
<string name="CountryCodeSelectScreen__search_by">搜尋國家/地區名稱或代碼</string>
|
||
<!-- Fallback text for countries with no name -->
|
||
<string name="CountryCodeSelectScreen__unknown_country">未知國家/地區</string>
|
||
</resources>
|