Skip to content

Added Traditional Chinese. #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
~ Copyright (c) 2021 Hai Zhang <[email protected]>
~ Copyright (c) 2018 Hai Zhang <[email protected]>
~ All Rights Reserved.
-->

<resources>
<string name="web_search_title">"網頁搜尋"</string>

<!-- android.R.string.app_not_found -->
<string name="activity_not_found">找不到可執行這項操作的應用程式</string>

<string name="app_name">搜尋選取文字</string>

<!-- 改成相似詞,和某些瀏覽器內建選單做區別 -->
<string name="web_search_title">搜尋網站</string>

<string name="settings_title">設定</string>
<string name="settings_search_engine_title">搜尋引擎</string>

<string-array name="settings_search_engine_entries">
<item>Google</item>
<item>Bing</item>
<item>Yahoo!</item>
<item>百度</item>
<item>Yandex</item>
<item>DuckDuckGo</item>
<item>搜狗</item>
<item>360</item>
<item>自訂</item>
</string-array>
<string name="settings_custom_search_engine_url_format_title">自訂搜尋引擎 URL</string>
<string name="settings_use_custom_tabs_title">使用附帶網頁介面</string>
<string name="settings_use_custom_tabs_summary">更快速的搜尋體驗</string>
<string name="settings_open_url_title">開啟連結</string>
<string name="settings_open_url_summary">搜尋內容為 URL 時直接進入網站</string>
</resources>
9 changes: 9 additions & 0 deletions fastlane/metadata/android/zh-TW/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
這個小巧的應用程式可在 Android 文字編輯選單中加入「搜尋網站」選項。

同時新增「搜尋網站」作為文字內容分享方式。

您可在設定中配置預設搜尋引擎,請透過內嵌網頁介面工具列開啟,或是前往系統設定中的應用程式資訊頁。

文字編輯選單僅支援 Android 6.0 或更高版本,因此也是本應用程式最低需求。

https://github.com/zhanghai/TextSelectionWebSearch
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-TW/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
在文字編輯選單中加入「搜尋網站」選項
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-TW/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
選取文字即可搜尋