Update Translations. (#351)

* Update Translations.
This commit is contained in:
acsway878787 2017-03-25 17:29:40 +08:00 committed by Marvin W
parent 3ddf2b71a1
commit 558bfb6796
2 changed files with 30 additions and 21 deletions

View File

@ -16,13 +16,20 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="pref_unifiednlp_summary">
<item quantity="one">已設定<xliff:g example="1">%1$d</xliff:g>個背景伺服器</item>
<item quantity="other">已設定<xliff:g example="3">%1$d</xliff:g>個背景伺服器</item>
</plurals>
<plurals name="gcm_registered_apps_counter">
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> 個已註冊的程式</item>
<item quantity="one">已註冊<xliff:g example="1">%1$d</xliff:g>個程式</item>
<item quantity="other">已註冊<xliff:g example="123">%1$d</xliff:g>個程式</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="other">microG Service Core遺失了一個或多個權限以至於不能正常運作。</item>
<item quantity="one">microG Service Core遺失了一個權限以至於不能正常運作。</item>
<item quantity="other">microG Service Core遺失了多個權限以至於不能正常運作。</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="other">請求遺失的權限</item>
<item quantity="one">請求遺失的一個權限</item>
<item quantity="other">請求遺失的多個權限</item>
</plurals>
</resources>

View File

@ -16,7 +16,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="gms_app_name">microG Services Core</string>
<string name="gms_settings_name">microG Settings</string>
<string name="gms_settings_name">設定microG</string>
<string name="just_a_sec">請稍等...</string>
<string name="google_account_label">Google</string>
@ -136,7 +136,7 @@
繼續?</string>
<string name="gcm_unregister_after_deny_message">您拒絕了一個已經註冊的程式去註冊接收推送通知。
您是否想取消註冊讓它未來不再收到推送通知?</string>
<string name="gcm_messages_counter">已接收訊息: <xliff:g example="123">%1$d</xliff:g> 個(<xliff:g example="12345">%2$d</xliff:g> 位元組)</string>
<string name="gcm_messages_counter">已接收訊息:<xliff:g example="123">%1$d</xliff:g>個(<xliff:g example="12345">%2$d</xliff:g>位元組〉</string>
<string name="gcm_state_disconnected">現在狀態:未連接</string>
<string name="gcm_state_connected">現在狀態:自<xliff:g example="2 hours ago">%1$s</xliff:g>連接至今</string>
@ -152,4 +152,6 @@
<string name="pref_snet_status_third_party_summary">第三方伺服器可能不需要DroidGuard簽名便能回應SafetyNet請求</string>
<string name="pref_snet_custom_url_title">自訂伺服器網址</string>
<string name="pref_snet_custom_url_summary">回應SafetyNet驗證請求之第三方伺服器的完整網址</string>
<string name="pref_snet_self_signed_title">使用自行簽名認證</string>
<string name="pref_snet_self_signed_summary">不向伺服器請求簽名而是用本地的認證文件自行簽名SafetyNet。大部分的程式都會拒絕自行簽名認證。</string>
</resources>