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

feat: Added Chinese (Traditional) translations #16

Closed
wants to merge 1 commit into from
Closed
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
35 changes: 35 additions & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_selector_title">選擇 app ……</string>
<string name="app_bar_open_discord">Discord</string>
<string name="app_bar_open_github">GitHub</string>
<string name="card_announcement_header">公告</string>
<string name="card_commits_header">最近更新</string>
<string name="card_logs_header">日誌</string>
<string name="card_application_header">選取應用程式</string>
<string name="card_patches_header">補丁</string>
<string name="card_options_header">選項</string>
<string name="card_credits_header">銘謝</string>
<string name="card_commits_body_patcher">修補器:</string>
<string name="card_commits_body_manager">管理器:</string>
<string name="card_announcement_body_placeholder">這串文字是預覽 ReVanced 管理器的設計,往後這串文字將會被替換為動態的公告。</string>
<string name="card_options_body_root">Root</string>
<string name="card_options_body_use_installed">使用已安裝的 YouTube 應用程式</string>
<string name="card_application_body">無已選取的應用程式</string>
<string name="card_patches_body_source">無已選取的修補來源</string>
<string name="card_patches_body_patches">無已選取的修補</string>
<string name="card_application_body_selected">已選取:</string>
<string name="card_logs_body">點此檢視修補器日誌。</string>
<string name="card_credits_body">按此檢視 ReVanced 專案貢獻名單。</string>
<string name="card_announcement_button_changelog">更新日誌</string>
<string name="button_patch">補丁</string>
<string name="navigation_dashboard">儀表板</string>
<string name="navigation_patcher">修補器</string>
<string name="screen_logs_title">日誌</string>
<string name="screen_credits_title">銘謝</string>
<string name="screen_credits_team_manager">ReVanced 管理器</string>
<string name="screen_credits_team_website">網站</string>
<string name="screen_credits_team">團隊</string>
<string name="screen_credits_translators">譯者</string>
<string name="screen_credits_team_patcher">修補器</string>
</resources>