mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
opt.
This commit is contained in:
@@ -102,7 +102,7 @@ abstract class S {
|
||||
/// No description provided for @aboutThanks.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'\n\nThanks to the following people who participated in the test.'**
|
||||
/// **'\nThanks to the following people who participated in the test.'**
|
||||
String get aboutThanks;
|
||||
|
||||
/// No description provided for @addAServer.
|
||||
|
||||
@@ -8,7 +8,7 @@ class SEn extends S {
|
||||
String get about => 'About';
|
||||
|
||||
@override
|
||||
String get aboutThanks => '\n\nThanks to the following people who participated in the test.';
|
||||
String get aboutThanks => '\nThanks to the following people who participated in the test.';
|
||||
|
||||
@override
|
||||
String get addAServer => 'add a server';
|
||||
|
||||
@@ -8,7 +8,7 @@ class SZh extends S {
|
||||
String get about => '关于';
|
||||
|
||||
@override
|
||||
String get aboutThanks => '\n\n感谢以下参与软件测试的各位。';
|
||||
String get aboutThanks => '\n感谢以下参与软件测试的各位。';
|
||||
|
||||
@override
|
||||
String get addAServer => '添加服务器';
|
||||
|
||||
Reference in New Issue
Block a user