#78 opt.: alter url

This commit is contained in:
lollipopkit
2023-07-29 16:53:57 +08:00
parent 7f4dcc1357
commit e13c5910ec
14 changed files with 64 additions and 39 deletions

View File

@@ -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.
///

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';

View File

@@ -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 => '注意';