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

refactor: adjust chinese traditional translation #1097

Merged
merged 1 commit into from
Dec 1, 2021
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
6 changes: 3 additions & 3 deletions src/shared/locales/zh-TW/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ export default {
'check-for-updates-title': '檢查更新',
'update-available-message': '發現新版本,是否現在更新?',
'update-not-available-message': '已是最新版',
'update-downloaded-message': '更新下載完成,應用程序將退出並開始更新...',
'update-error-message': '检查更新失败',
'update-downloaded-message': '更新下載完成,應用程式將退出並開始更新...',
'update-error-message': '檢查更新失敗',
'engine-damaged-message': '引擎損壞,請重新安裝 : (',
'engine-missing-message': '引擎缺失,請重新安裝 : (',
'system-error-title': '系統錯誤',
'system-error-message': '應用啟動失敗: {{message}}',
'hide': '隱藏 Motrix',
'hide-others': '隱藏其它',
'unhide': '全部顯示',
'unhide': '顯示全部',
'show': '顯示 Motrix',
'quit': '結束 Motrix',
'under-development-message': '該功能開發中...',
Expand Down
4 changes: 2 additions & 2 deletions src/shared/locales/zh-TW/edit.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
'undo': '復原',
'redo': '取消復原',
'undo': '還原',
'redo': '取消還原',
'cut': '剪下',
'copy': '複製',
'paste': '貼上',
Expand Down
12 changes: 6 additions & 6 deletions src/shared/locales/zh-TW/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ export default {
'advanced': '進階設定',
'lab': '實驗性功能',
'save': '儲存並套用',
'save-success-message': '偏好設定保存成功',
'save-fail-message': '偏好設定保存失敗',
'save-success-message': '偏好設定儲存成功',
'save-fail-message': '偏好設定儲存失敗',
'discard': '捨棄',
'startup': '啟動',
'open-at-login': '開機自動啟動',
'keep-window-state': '恢復上次退出時視窗的大小和位置',
'auto-resume-all': '自動繼續未完成的任務',
'default-dir': '預設下載路徑',
'mas-default-dir-tips': '因 App Store 的沙盒權限限制,建議將預設下載路徑設定為您的「下載」資料夾',
'transfer-settings': '傳輸設置',
'transfer-settings': '傳輸設定',
'transfer-speed-upload': '上傳限制',
'transfer-speed-download': '下載限制',
'transfer-speed-unlimited': '無限制',
Expand All @@ -39,8 +39,8 @@ export default {
'auto-hide-window': '自動隱藏視窗',
'run-mode': '運行方式',
'run-mode-standard': '標準應用',
'run-mode-menu-bar': '菜單欄應用',
'tray-speedometer': '菜單欄托盤顯示實時速度',
'run-mode-menu-bar': '選單欄應用',
'tray-speedometer': '選單欄托盤顯示即時速度',
'language': '語言',
'change-language': '更改語言',
'hide-app-menu': '隱藏選單列(僅支援 Windows 和 Linux)',
Expand All @@ -58,7 +58,7 @@ export default {
'dht-port': 'DHT 監聽端口',
'security': '安全性',
'rpc-secret': 'RPC 授權密鑰',
'rpc-secret-tips': '查看说明手冊',
'rpc-secret-tips': '查看說明手冊',
'developer': '開發者',
'mock-user-agent': '模擬使用者代理(UA)',
'app-log-path': '應用程式記錄檔位置',
Expand Down
2 changes: 1 addition & 1 deletion src/shared/locales/zh-TW/subnav.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
'task-list': '任務清單',
'task-list': '任務列表',
'preferences': '偏好設定'
}