mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
#78 opt.: alter url
This commit is contained in:
@@ -146,11 +146,11 @@ abstract class S {
|
||||
/// **'Already in last directory.'**
|
||||
String get alreadyLastDir;
|
||||
|
||||
/// No description provided for @alterHost.
|
||||
/// No description provided for @alterUrl.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Alter host'**
|
||||
String get alterHost;
|
||||
/// **'Alter url'**
|
||||
String get alterUrl;
|
||||
|
||||
/// No description provided for @attention.
|
||||
///
|
||||
|
||||
@@ -29,7 +29,7 @@ class SDe extends S {
|
||||
String get alreadyLastDir => 'Bereits im letzten Verzeichnis.';
|
||||
|
||||
@override
|
||||
String get alterHost => 'Alternative Gastgeber';
|
||||
String get alterUrl => 'Url ändern';
|
||||
|
||||
@override
|
||||
String get attention => 'Achtung';
|
||||
|
||||
@@ -29,7 +29,7 @@ class SEn extends S {
|
||||
String get alreadyLastDir => 'Already in last directory.';
|
||||
|
||||
@override
|
||||
String get alterHost => 'Alter host';
|
||||
String get alterUrl => 'Alter url';
|
||||
|
||||
@override
|
||||
String get attention => 'Attention';
|
||||
|
||||
@@ -29,7 +29,7 @@ class SId extends S {
|
||||
String get alreadyLastDir => 'Sudah di direktori terakhir.';
|
||||
|
||||
@override
|
||||
String get alterHost => 'Alter host';
|
||||
String get alterUrl => 'Alter url';
|
||||
|
||||
@override
|
||||
String get attention => 'Perhatian';
|
||||
|
||||
@@ -29,7 +29,7 @@ class SZh extends S {
|
||||
String get alreadyLastDir => '已经是最上层目录了';
|
||||
|
||||
@override
|
||||
String get alterHost => '备选主机';
|
||||
String get alterUrl => '备选链接';
|
||||
|
||||
@override
|
||||
String get attention => '注意';
|
||||
@@ -711,7 +711,7 @@ class SZhTw extends SZh {
|
||||
String get alreadyLastDir => '已經是最上層目錄了';
|
||||
|
||||
@override
|
||||
String get alterHost => '備選主機';
|
||||
String get alterUrl => '備選鏈接';
|
||||
|
||||
@override
|
||||
String get attention => '注意';
|
||||
|
||||
Reference in New Issue
Block a user