diff options
Diffstat (limited to 'app/src/main/res/values-zh-rTW')
5 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index f411cf62..df304816 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -57,5 +57,6 @@ The first element is the day, and the second element is the time --> + <string name="time_template">%1$s %2$s</string> <string name="disclaimer">免責聲明</string> </resources> diff --git a/app/src/main/res/values-zh-rTW/strings_errors.xml b/app/src/main/res/values-zh-rTW/strings_errors.xml index add033c2..5acc3843 100644 --- a/app/src/main/res/values-zh-rTW/strings_errors.xml +++ b/app/src/main/res/values-zh-rTW/strings_errors.xml @@ -12,4 +12,5 @@ <string name="error_notification">抓取訊息時發生了錯誤.</string> <string name="error_sdk">你的裝置的SDK(%d) 不相容, Frost只支援Lillipop (SDK21) 以上(含).</string> <string name="error_webview">找不到您裝置中的webview. 請安裝或啓動webview.</string> + <string name="image_not_found">找不到圖像。</string> </resources> diff --git a/app/src/main/res/values-zh-rTW/strings_pref_behaviour.xml b/app/src/main/res/values-zh-rTW/strings_pref_behaviour.xml index 9019276e..ba183e68 100644 --- a/app/src/main/res/values-zh-rTW/strings_pref_behaviour.xml +++ b/app/src/main/res/values-zh-rTW/strings_pref_behaviour.xml @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <!--Generated by crowdin.com--> <resources> + <string name="auto_refresh_feed">自動重新整理 Feed</string> + <string name="auto_refresh_feed_desc">閒置30分鐘後重新整理 feed</string> <string name="fancy_animations">花式動畫</string> <string name="fancy_animations_desc">使用波紋和動畫過渡顯示 webviews</string> <string name="overlay_swipe">啟用覆蓋</string> diff --git a/app/src/main/res/values-zh-rTW/strings_pref_feed.xml b/app/src/main/res/values-zh-rTW/strings_pref_feed.xml index f49dad6f..127c205c 100644 --- a/app/src/main/res/values-zh-rTW/strings_pref_feed.xml +++ b/app/src/main/res/values-zh-rTW/strings_pref_feed.xml @@ -7,6 +7,8 @@ <string name="aggressive_recents_desc">從 Facebook 原來最新的新聞中過濾更多的舊帖子。如果您的提要為空, 請禁用此功能。</string> <string name="composer">狀態編輯器</string> <string name="composer_desc">在新聞中顯示狀態編輯器</string> + <string name="create_fab">建立 FAB</string> + <string name="create_fab_desc">在 feed 中顯示 FAB 以建立新貼文</string> <string name="suggested_friends">推荐好友</string> <string name="suggested_friends_desc">在希望中顯示 \"您可能認識的人\"</string> <string name="suggested_groups">建議的組</string> diff --git a/app/src/main/res/values-zh-rTW/strings_web_context.xml b/app/src/main/res/values-zh-rTW/strings_web_context.xml index 8ed6b7da..e8b2a978 100644 --- a/app/src/main/res/values-zh-rTW/strings_web_context.xml +++ b/app/src/main/res/values-zh-rTW/strings_web_context.xml @@ -7,4 +7,5 @@ <string name="open_link">打開連結</string> <string name="copy_link">複製連結</string> <string name="copy_text">複製文字</string> + <string name="open_in_browser">在瀏覽器中開啟</string> </resources> |