opt. & fix

opt.: upload file
fix: surplus server order
opt.: sftp view
This commit is contained in:
lollipopkit
2023-06-21 18:30:52 +08:00
parent 3a8e189dd7
commit 06d6500ef6
14 changed files with 105 additions and 62 deletions

View File

@@ -126,6 +126,12 @@ abstract class S {
/// **'Add private key'**
String get addPrivateKey;
/// No description provided for @added2List.
///
/// In en, this message translates to:
/// **'Added to task list'**
String get added2List;
/// No description provided for @all.
///
/// In en, this message translates to:
@@ -138,12 +144,6 @@ abstract class S {
/// **'Already in last directory.'**
String get alreadyLastDir;
/// No description provided for @appPrimaryColor.
///
/// In en, this message translates to:
/// **'App primary color'**
String get appPrimaryColor;
/// No description provided for @attention.
///
/// In en, this message translates to:
@@ -864,6 +864,12 @@ abstract class S {
/// **'Preview'**
String get preview;
/// No description provided for @primaryColor.
///
/// In en, this message translates to:
/// **'Primary color'**
String get primaryColor;
/// No description provided for @privateKey.
///
/// In en, this message translates to:

View File

@@ -19,15 +19,15 @@ class SDe extends S {
@override
String get addPrivateKey => 'Private key hinzufügen';
@override
String get added2List => 'Zur Aufgabenliste hinzugefügt';
@override
String get all => 'Alle';
@override
String get alreadyLastDir => 'Bereits im letzten Verzeichnis.';
@override
String get appPrimaryColor => 'Farbschema';
@override
String get attention => 'Achtung';
@@ -410,6 +410,9 @@ class SDe extends S {
@override
String get preview => 'Vorschau';
@override
String get primaryColor => 'Farbschema';
@override
String get privateKey => 'Private Key';

View File

@@ -19,15 +19,15 @@ class SEn extends S {
@override
String get addPrivateKey => 'Add private key';
@override
String get added2List => 'Added to task list';
@override
String get all => 'All';
@override
String get alreadyLastDir => 'Already in last directory.';
@override
String get appPrimaryColor => 'App primary color';
@override
String get attention => 'Attention';
@@ -410,6 +410,9 @@ class SEn extends S {
@override
String get preview => 'Preview';
@override
String get primaryColor => 'Primary color';
@override
String get privateKey => 'Private Key';

View File

@@ -19,15 +19,15 @@ class SZh extends S {
@override
String get addPrivateKey => '添加一个私钥';
@override
String get added2List => '已添加至任务列表';
@override
String get all => '所有';
@override
String get alreadyLastDir => '已经是最上层目录了';
@override
String get appPrimaryColor => 'App主要色';
@override
String get attention => '注意';
@@ -410,6 +410,9 @@ class SZh extends S {
@override
String get preview => '预览';
@override
String get primaryColor => '主题色';
@override
String get privateKey => '私钥';
@@ -647,15 +650,15 @@ class SZhTw extends SZh {
@override
String get addPrivateKey => '新增一個私鑰';
@override
String get added2List => '已添加至任務列表';
@override
String get all => '所有';
@override
String get alreadyLastDir => '已經是最上層目錄了';
@override
String get appPrimaryColor => '主要色調';
@override
String get attention => '注意';
@@ -1029,6 +1032,9 @@ class SZhTw extends SZh {
@override
String get preview => '預覽';
@override
String get primaryColor => '主要色調';
@override
String get privateKey => '私鑰';