Skip to content
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

Update zh-rTW strings.xml #1080

Merged
merged 3 commits into from
Mar 2, 2024
Merged
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
14 changes: 9 additions & 5 deletions i18n-sy/src/commonMain/resources/MR/zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<string name="action_start_reading">開始閱讀</string>
<string name="action_edit_info">編輯資訊</string>
<!-- Entry Type -->
<string name="entry_type_manga">日本漫畫</string>
<string name="entry_type_manhwa">韓國漫畫</string>
<string name="entry_type_manhua">中國漫畫</string>
<string name="entry_type_comic">美國漫畫</string>
<string name="entry_type_manga">漫畫(日本)</string>
<string name="entry_type_manhwa">漫畫(韓國)</string>
<string name="entry_type_manhua">漫畫(中國)</string>
<string name="entry_type_comic">漫畫(美國)</string>
<string name="entry_type_webtoon">條漫</string>

<!-- Preferences -->
Expand Down Expand Up @@ -173,6 +173,7 @@
<string name="library_group_updates_all">每次啟動後載入目錄更新</string>

<!-- Browse settings -->
<string name="pref_hide_feed">隱藏訂閱標籤</string>
<string name="pref_feed_position">訂閱標籤位置</string>
<string name="pref_feed_position_summery">你想讓訂閱標籤成為瀏覽中的第一個標籤嗎?這將使它成為開啟瀏覽時的預設標籤,如果你使用的是資料或計費網路,則不建議使用。</string>
<string name="pref_source_source_filtering">在目錄中過濾來源</string>
Expand All @@ -193,6 +194,8 @@
<string name="biometric_lock_time_conflicts">鎖定時間與已經存在的時間衝突!</string>
<string name="biometric_lock_start_time">輸入開始時間</string>
<string name="biometric_lock_end_time">輸入結束時間</string>
<string name="delete_time_range">刪除時間範圍</string>
<string name="delete_time_range_confirmation">您是否要刪除時間範圍%s?</string>
<string name="biometric_lock_days">生物識別鎖週期</string>
<string name="biometric_lock_days_summary">需要鎖定應用程式的週期</string>

Expand Down Expand Up @@ -328,7 +331,8 @@
<string name="title_hint">標題:%1$s</string>
<string name="description_hint">描述:%1$s</string>
<string name="author_hint">作者:%1$s</string>
<string name="artist_hint">藝術家:%1$s</string>
<string name="artist_hint">畫家:%1$s</string>
<string name="thumbnail_url_hint">縮圖網址: %1$s</string>

<!-- Browse -->
<!-- Sources Tab -->
Expand Down
4 changes: 3 additions & 1 deletion i18n/src/commonMain/resources/MR/zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -798,4 +798,6 @@
<string name="ext_revoke_trust">撤銷對不明擴充套件的信任</string>
<string name="manga_interval_expected_update_soon">即將出刊</string>
<string name="action_open_repo">開啟來源儲存庫</string>
</resources>
<string name="pref_mark_read_dupe_chapters">將重複章節標記為已讀</string>
<string name="pref_mark_read_dupe_chapters_summary">讀完後也將重複章節標記為已讀</string>
</resources>
Loading