mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
migrate: material 3
This commit is contained in:
@@ -183,6 +183,12 @@ abstract class S {
|
||||
/// **'Run in backgroud'**
|
||||
String get bgRun;
|
||||
|
||||
/// No description provided for @canPullRefresh.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'You can pull to refresh.'**
|
||||
String get canPullRefresh;
|
||||
|
||||
/// No description provided for @cancel.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -49,6 +49,9 @@ class SEn extends S {
|
||||
@override
|
||||
String get bgRun => 'Run in backgroud';
|
||||
|
||||
@override
|
||||
String get canPullRefresh => 'You can pull to refresh.';
|
||||
|
||||
@override
|
||||
String get cancel => 'Cancel';
|
||||
|
||||
|
||||
@@ -49,6 +49,9 @@ class SZh extends S {
|
||||
@override
|
||||
String get bgRun => '后台运行';
|
||||
|
||||
@override
|
||||
String get canPullRefresh => '可以下拉刷新';
|
||||
|
||||
@override
|
||||
String get cancel => '取消';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user