Skip to content
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
18 changes: 18 additions & 0 deletions lib/generated/l10n/l10n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2545,6 +2545,24 @@ abstract class AppLocalizations {
/// **'Files'**
String get filesSection;

/// No description provided for @connectionTransferTab.
///
/// In en, this message translates to:
/// **'Connection & Transfer'**
String get connectionTransferTab;

/// No description provided for @btNetworkTab.
///
/// In en, this message translates to:
/// **'BT / Network'**
String get btNetworkTab;

/// No description provided for @filesMaintenanceTab.
///
/// In en, this message translates to:
/// **'Files & Maintenance'**
String get filesMaintenanceTab;

/// No description provided for @leaveEmptyToDisableSecretAuth.
///
/// In en, this message translates to:
Expand Down
9 changes: 9 additions & 0 deletions lib/generated/l10n/l10n_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,15 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get filesSection => 'Files';

@override
String get connectionTransferTab => 'Connection & Transfer';

@override
String get btNetworkTab => 'BT / Network';

@override
String get filesMaintenanceTab => 'Files & Maintenance';

@override
String get leaveEmptyToDisableSecretAuth =>
'Leave empty to disable secret auth';
Expand Down
9 changes: 9 additions & 0 deletions lib/generated/l10n/l10n_zh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,15 @@ class AppLocalizationsZh extends AppLocalizations {
@override
String get filesSection => '文件';

@override
String get connectionTransferTab => '连接与传输';

@override
String get btNetworkTab => 'BT / 网络';

@override
String get filesMaintenanceTab => '文件与维护';

@override
String get leaveEmptyToDisableSecretAuth => '留空则禁用 Secret 验证';

Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,9 @@
"btPtSection": "BT / PT",
"networkSection": "Network",
"filesSection": "Files",
"connectionTransferTab": "Connection & Transfer",
"btNetworkTab": "BT / Network",
"filesMaintenanceTab": "Files & Maintenance",
"leaveEmptyToDisableSecretAuth": "Leave empty to disable secret auth",
"splitCount": "Split count",
"continueUnfinishedDownloads": "Continue unfinished downloads",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,9 @@
"btPtSection": "BT / PT",
"networkSection": "网络",
"filesSection": "文件",
"connectionTransferTab": "连接与传输",
"btNetworkTab": "BT / 网络",
"filesMaintenanceTab": "文件与维护",
"leaveEmptyToDisableSecretAuth": "留空则禁用 Secret 验证",
"splitCount": "分片数",
"continueUnfinishedDownloads": "继续未完成的下载",
Expand Down
Loading