Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-08-14 06:10:11 +0300
committerNextcloud bot <bot@nextcloud.com>2019-08-14 06:10:11 +0300
commit5d40e8eb72ad1bda2c25a273fd3d8ead404256f7 (patch)
tree313f1c4507cce1f5bb12b8f595910f2d52b8b209 /News-Android-App/src/main/res/values-zh-rTW
parent22759d650b61a22510f16f3d67cbb21596f7ded1 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'News-Android-App/src/main/res/values-zh-rTW')
-rw-r--r--News-Android-App/src/main/res/values-zh-rTW/strings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/values-zh-rTW/strings.xml b/News-Android-App/src/main/res/values-zh-rTW/strings.xml
index aba2e3c7..154f09e2 100644
--- a/News-Android-App/src/main/res/values-zh-rTW/strings.xml
+++ b/News-Android-App/src/main/res/values-zh-rTW/strings.xml
@@ -25,6 +25,9 @@
<string name="tv_showing_cached_version">顯示快取的版本</string>
+ <string name="permission_req_location_twilight_title">自動切換明/暗主題</string>
+ <string name="permission_req_location_twilight_text">為了自動切換亮色與暗色主題,請提供裝置位置,以便取得日出日落時間</string>
+
<!-- Action Bar Items -->
<string name="action_starred">星號</string>
<string name="action_read">已讀</string>
@@ -38,6 +41,10 @@
<string name="action_add_new_feed">加入新訂閱</string>
<string name="action_textToSpeech">讀出</string>
<string name="action_search">搜尋</string>
+ <string name="action_download_articles_offline">下載離線文章</string>
+ <!-- notifications -->
+ <string name="notification_download_articles_offline">下載文章供離線使用</string>
+ <string name="notification_download_images_offline">下載影像供離線使用</string>
<plurals name="notification_new_items_ticker">
<item quantity="other">您有 %d 個新的未讀項目</item>
</plurals>
@@ -48,6 +55,10 @@
<!-- Add new feed -->
<string name="hint_feed_url">Feed URL</string>
<string name="action_add_feed">新增訂閱</string>
+ <string name="import_opml">匯入OPML格式</string>
+ <string name="export_opml">匯出OPML格式</string>
+
+
<!-- String related to NewsDetail-ContextMenu Items -->
<string name="action_img_download">下載圖片</string>
<string name="action_img_sharelink">分享圖片連結</string>
@@ -109,6 +120,11 @@
<string name="pref_general_sort_order_new_old">新 -> 舊</string>
<string name="pref_general_sort_order_old_new">舊 -> 新</string>
+ <string name="pref_title_general_search_in">搜尋</string>
+
+ <string name="pref_general_search_in_title">標題</string>
+ <string name="pref_general_search_in_body">內文</string>
+
<string name="dialog_clearing_cache">正在清除快取</string>
<string name="dialog_clearing_cache_please_wait">正在清除快取…請稍候</string>
<string name="reset_cache_unsaved_changes">有未同步的更動,您仍然要重設快取嗎?</string>