diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index c6a1b8f..2de02f1 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -1,10 +1,37 @@ - "網頁搜尋" + + + 找不到可執行這項操作的應用程式 + + 搜尋選取文字 + + + 搜尋網站 + + 設定 + 搜尋引擎 + + + Google + Bing + Yahoo! + 百度 + Yandex + DuckDuckGo + 搜狗 + 360 + 自訂 + + 自訂搜尋引擎 URL + 使用附帶網頁介面 + 更快速的搜尋體驗 + 開啟連結 + 搜尋內容為 URL 時直接進入網站 diff --git a/fastlane/metadata/android/zh-TW/full_description.txt b/fastlane/metadata/android/zh-TW/full_description.txt new file mode 100644 index 0000000..8d6e9f4 --- /dev/null +++ b/fastlane/metadata/android/zh-TW/full_description.txt @@ -0,0 +1,9 @@ +這個小巧的應用程式可在 Android 文字編輯選單中加入「搜尋網站」選項。 + +同時新增「搜尋網站」作為文字內容分享方式。 + +您可在設定中配置預設搜尋引擎,請透過內嵌網頁介面工具列開啟,或是前往系統設定中的應用程式資訊頁。 + +文字編輯選單僅支援 Android 6.0 或更高版本,因此也是本應用程式最低需求。 + +https://github.com/zhanghai/TextSelectionWebSearch \ No newline at end of file diff --git a/fastlane/metadata/android/zh-TW/short_description.txt b/fastlane/metadata/android/zh-TW/short_description.txt new file mode 100644 index 0000000..c55f513 --- /dev/null +++ b/fastlane/metadata/android/zh-TW/short_description.txt @@ -0,0 +1 @@ +在文字編輯選單中加入「搜尋網站」選項 \ No newline at end of file diff --git a/fastlane/metadata/android/zh-TW/title.txt b/fastlane/metadata/android/zh-TW/title.txt new file mode 100644 index 0000000..1ef3e15 --- /dev/null +++ b/fastlane/metadata/android/zh-TW/title.txt @@ -0,0 +1 @@ +選取文字即可搜尋 \ No newline at end of file