Skip to content

Commit

Permalink
feat: improve zh-TW translation (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotCHEN37 authored Jan 31, 2024
1 parent 8c01e45 commit 1aa96e1
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions ui/flutter/lib/i18n/langs/zh_tw.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const zhTW = {
"zh_TW": {
'label': '中文 (繁體) ',
'label': '中文 (正體) ',
'error': '錯誤',
'tip': '提示',
'confirm': '確定',
Expand All @@ -12,67 +12,67 @@ const zhTW = {
'downloading': '下載中',
'downloaded': '已完成',
'setting': '設定',
'donate': '斗內',
'donate': '鬥內',
'exit': '離開',
'create': '新增任務',
'directDownload': '直接下載',
'advancedOptions': '進階選項',
'downloadLink': '下載鏈接',
'downloadLinkValid': '請輸入下載鏈接',
'downloadLinkHit': '請輸入下載鏈接,支援 HTTP/HTTPS/MAGNET@append',
'downloadLinkHitDesktop': ',也可以通過拖拽Torrent文件至此以新增任務',
'downloadLink': '下載連結',
'downloadLinkValid': '請輸入下載連結',
'downloadLinkHit': '請輸入下載連結,支援 HTTP/HTTPS/MAGNET@append',
'downloadLinkHitDesktop': ',也可以通過拖拽Torrent檔至此以新增任務',
'download': '下載',
'noFileSelected': '沒有選取的文件',
'noStoragePermission': '沒有存儲權限',
'selectFile': '選擇文件',
'noFileSelected': '沒有選取的檔案',
'noStoragePermission': '沒有存儲權',
'selectFile': '選擇檔案',
'rename': '重命名',
'basic': '一般',
'advanced': '進階',
'general': '通用設定',
'downloadDir': '下載目録',
'downloadDirValid': '請選擇下載目録',
'downloadDir': '下載目錄',
'downloadDirValid': '請選擇下載目錄',
'connections': '同時連接數',
'useServerCtime': '使用伺服器時間作為檔案建立時間',
'maxRunning': '最大同時下載數',
'items': '@count 項',
'subscribeTracker': '已訂閲的追蹤者列表',
'subscribeFail': '訂閲失敗',
'subscribeTracker': '已訂閱的追蹤者列表',
'subscribeFail': '訂閱失敗',
'update': '更新',
'updateDaily': '每天自動更新',
'lastUpdate': '上次更新時間: @time',
'addTracker': '增加新的追蹤者',
'addTrackerHit': '請輸入追蹤者服務器地址,每行一條',
'addTrackerHit': '請輸入追蹤者伺服器地址,每行一條',
'ui': '介面',
'theme': '佈景主題',
'theme': '主題',
'themeSystem': '跟隨系統',
'themeLight': '亮色主題',
'themeDark': '深色主題',
'locale': '語言',
'about': '關於',
'homepage': '訪問主頁',
'version': '版本資訊',
'protocol': '端口設定',
'port': '端口',
'apiToken': '接口秘鑰',
'protocol': '通信協定',
'port': '',
'apiToken': 'API令牌',
'notSet': '未設定',
'set': '已設定',
'effectAfterRestart': '重啟後生效',
'startAll': '全部開始',
'pauseAll': '全部暫停',
'deleteTask': '刪除任務',
'deleteTaskTip': '保留已經下載的文件',
'deleteTaskTip': '保留已經下載的檔案',
'delete': '刪除',
'newVersionTitle': '現新版本 @version 已發佈',
'newVersionTitle': '新版本 @version 已發佈',
'newVersionUpdate': '下載',
'newVersionLater': '取消',
'extensions': '擴充程序',
'extensionInstallUrl': '安裝URL',
'extensions': '擴充程式',
'extensionInstallUrl': '安裝連結',
'extensionInstallSuccess': '安裝成功',
'extensionUpdateSuccess': '更新完成',
'extensionDelete': '解除安裝',
'extensionAlreadyLatest': '已是最新版本',
'extensionFind': '取得擴充程序',
'extensionDevelop': '開發擴充程序',
'extensionFind': '取得擴充程式',
'extensionDevelop': '開發擴充程式',
'history': '歷史記錄',
'clearHistory': '清空記錄',
'noHistoryFound': '還沒有記錄',
Expand All @@ -83,7 +83,7 @@ const zhTW = {
'server': '伺服器',
'username': '名稱',
'password': '密碼',
'thanks': '鳴謝',
'thanksDesc': '感謝所有為 Gopeed 社群建設添磚加瓦的貢獻者們!'
'thanks': '感謝',
'thanksDesc': '感謝所有為 Gopeed 社區建設添磚加瓦的貢獻者們!'
}
};

0 comments on commit 1aa96e1

Please sign in to comment.