Skip to content

Commit

Permalink
release: v1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Oct 8, 2023
1 parent c0338c3 commit 7019f18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions ui/flutter/lib/generated/locales.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class Locales {
'newVersionLater': '稍后再说',
};
static const zh_TW = {
'label': '中文(正體)',
'label': '中文 (正體) ',
'error': '錯誤',
'tip': '提示',
'confirm': '確定',
Expand All @@ -403,7 +403,7 @@ class Locales {
'setting': '設定',
'donate': '斗內',
'exit': '離開',
'create': '新建任務',
'create': '新增任務',
'advancedOptions': '進階選項',
'downloadLink': '下載鏈接',
'downloadLinkValid': '請輸入下載鏈接',
Expand All @@ -416,28 +416,28 @@ class Locales {
'rename': '重命名',
'basic': '基礎',
'advanced': '進階',
'general': '一般',
'general': '通用設定',
'downloadDir': '下載目録',
'downloadDirValid': '請選擇下載目録',
'connections': '同時連接數量',
'maxRunning': '最大同時下載數',
'items': '@count 項',
'subscribeTracker': '訂閲 Tracker',
'subscribeTracker': '已訂閲的 Tracker',
'subscribeFail': '訂閲失敗',
'update': '更新',
'updateDaily': '每日自動更新',
'lastUpdate': '上次更新:@time',
'addTracker': '新增 Tracker',
'lastUpdate': '上次更新時間: @time',
'addTracker': '增加新的 Tracker',
'addTrackerHit': '請輸入 Tracker 服務器地址,每行一條',
'ui': 'UI',
'ui': '介面',
'theme': '佈景主題',
'themeSystem': '跟隨系統',
'themeLight': '亮色主題',
'themeDark': '暗色主題',
'locale': '語言',
'about': '關於',
'homepage': '首頁',
'version': '版本',
'homepage': '訪問主頁',
'version': '版本資訊',
'protocol': '通訊協定',
'port': '端口',
'apiToken': '接口 Token',
Expand Down
2 changes: 1 addition & 1 deletion ui/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.12+1
version: 1.3.13+1

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 7019f18

Please sign in to comment.