mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#78 new: alter host
This commit is contained in:
@@ -144,6 +144,12 @@ abstract class S {
|
||||
/// **'Already in last directory.'**
|
||||
String get alreadyLastDir;
|
||||
|
||||
/// No description provided for @alterHost.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Alter host'**
|
||||
String get alterHost;
|
||||
|
||||
/// No description provided for @attention.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -28,6 +28,9 @@ class SDe extends S {
|
||||
@override
|
||||
String get alreadyLastDir => 'Bereits im letzten Verzeichnis.';
|
||||
|
||||
@override
|
||||
String get alterHost => 'Alternative Gastgeber';
|
||||
|
||||
@override
|
||||
String get attention => 'Achtung';
|
||||
|
||||
|
||||
@@ -28,6 +28,9 @@ class SEn extends S {
|
||||
@override
|
||||
String get alreadyLastDir => 'Already in last directory.';
|
||||
|
||||
@override
|
||||
String get alterHost => 'Alter host';
|
||||
|
||||
@override
|
||||
String get attention => 'Attention';
|
||||
|
||||
|
||||
@@ -28,6 +28,9 @@ class SZh extends S {
|
||||
@override
|
||||
String get alreadyLastDir => '已经是最上层目录了';
|
||||
|
||||
@override
|
||||
String get alterHost => '备选主机';
|
||||
|
||||
@override
|
||||
String get attention => '注意';
|
||||
|
||||
@@ -701,6 +704,9 @@ class SZhTw extends SZh {
|
||||
@override
|
||||
String get alreadyLastDir => '已經是最上層目錄了';
|
||||
|
||||
@override
|
||||
String get alterHost => '備選主機';
|
||||
|
||||
@override
|
||||
String get attention => '注意';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user