Strings - app/src/main/res/values-zh-rTW/strings.xml

This commit is contained in:
runner 2022-07-13 02:50:45 +00:00 committed by Gabriel Luong
parent 683be63691
commit 402be76d8a
1 changed files with 6 additions and 16 deletions

View File

@ -44,8 +44,6 @@
<!-- Home - Recently saved bookmarks -->
<!-- Title for the home screen section with recently saved bookmarks. -->
<string name="recent_bookmarks_title">最近加入的書籤</string>
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
<string moz:removedIn="101" name="recently_saved_show_all" tools:ignore="UnusedResources">顯示全部</string>
<!-- Content description for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all_content_description_2">顯示所有儲存書籤</string>
@ -361,7 +359,9 @@
<!-- Preference for settings related to visual options -->
<string name="preferences_customize">自訂</string>
<!-- Preference description for banner about signing in -->
<string name="preferences_sign_in_description">使用您的 Firefox 帳號同步書籤、瀏覽紀錄等資料</string>
<string moz:RemovedIn="104" name="preferences_sign_in_description" tools:ignore="UnusedResources">使用您的 Firefox 帳號同步書籤、瀏覽紀錄等資料</string>
<!-- Preference description for banner about signing in -->
<string name="preferences_sign_in_description_2">登入後即可同步分頁、書籤、密碼與其他資料。</string>
<!-- Preference shown instead of account display name while account profile information isn't available yet. -->
<string name="preferences_account_default_name">Firefox 帳號</string>
<!-- Preference text for account title when there was an error syncing FxA -->
@ -538,8 +538,10 @@
<!-- Turn On Sync Preferences -->
<!-- Header of the Turn on Sync preference view -->
<string name="preferences_sync">開啟 Sync</string>
<string moz:RemovedIn="104" name="preferences_sync" tools:ignore="UnusedResources">開啟 Sync</string>
<!-- Header of the Sync and save your data preference view -->
<string name="preferences_sync_2">同步並儲存您的資料</string>
<!-- Preference for reconnecting to FxA sync -->
<string name="preferences_sync_sign_in_to_reconnect">登入即可重新連線</string>
<!-- Preference for removing FxA account -->
@ -1099,8 +1101,6 @@
<string name="snackbar_tabs_closed">已關閉分頁</string>
<!-- Text shown in snackbar when user bookmarks a list of tabs -->
<string name="snackbar_message_bookmarks_saved">已加入書籤!</string>
<!-- Text shown in snackbar when user adds a site to top sites -->
<string moz:RemovedIn="101" name="snackbar_added_to_top_sites" tools:ignore="UnusedResources">已加入熱門網站!</string>
<!-- Text shown in snackbar when user adds a site to shortcuts -->
<string name="snackbar_added_to_shortcuts">已新增至捷徑!</string>
<!-- Text shown in snackbar when user closes a private tab -->
@ -1724,10 +1724,6 @@
<string name="no_site_exceptions">無網站例外</string>
<!-- Bookmark deletion confirmation -->
<string name="bookmark_deletion_confirmation">你確定要刪除此書籤嗎?</string>
<!-- Browser menu button that adds a top site to the home fragment -->
<string moz:RemovedIn="101" name="browser_menu_add_to_top_sites" tools:ignore="UnusedResources">新增到熱門網站</string>
<!-- Browser menu button that removes a top site from the home fragment -->
<string moz:RemovedIn="101" name="browser_menu_remove_from_top_sites" tools:ignore="UnusedResources">從熱門網站移除</string>
<!-- Browser menu button that adds a shortcut to the home fragment -->
<string name="browser_menu_add_to_shortcuts">新增為捷徑</string>
<!-- Browser menu button that removes a shortcut from the home fragment -->
@ -1803,12 +1799,8 @@
<string name="synced_tabs_collapse_group">摺疊已同步分頁群組</string>
<!-- Top Sites -->
<!-- Title text displayed in the dialog when top sites limit is reached. -->
<string moz:RemovedIn="101" name="top_sites_max_limit_title" tools:ignore="UnusedResources">超出熱門網站限制</string>
<!-- Title text displayed in the dialog when shortcuts limit is reached. -->
<string name="shortcut_max_limit_title">已達捷徑數量限制</string>
<!-- Content description text displayed in the dialog when top sites limit is reached. -->
<string moz:RemovedIn="101" name="top_sites_max_limit_content_2" tools:ignore="UnusedResources">請先移除現有的熱門網站才能再新增。請按住網站,然後選擇移除。</string>
<!-- Content description text displayed in the dialog when shortcut limit is reached. -->
<string name="shortcut_max_limit_content">請先移除現有的捷徑才能再新增。請按住網站,然後選擇移除。</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
@ -1818,8 +1810,6 @@
<string name="top_sites_toggle_top_recent_sites_4">捷徑</string>
<!-- Title text displayed in the rename top site dialog. -->
<string name="top_sites_rename_dialog_title">名稱</string>
<!-- Hint for renaming title of a top site -->
<string moz:RemovedIn="101" name="top_site_name_hint" tools:ignore="UnusedResources">熱門網站名稱</string>
<!-- Hint for renaming title of a shortcut -->
<string name="shortcut_name_hint">捷徑名稱</string>
<!-- Button caption to confirm the renaming of the top site. -->