mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
new: watchOS phone end
This commit is contained in:
@@ -1466,6 +1466,12 @@ abstract class S {
|
||||
/// **'Please wait for the connection to be established.'**
|
||||
String get waitConnection;
|
||||
|
||||
/// No description provided for @watchNotPaired.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'No paired Apple Watch'**
|
||||
String get watchNotPaired;
|
||||
|
||||
/// No description provided for @whenOpenApp.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -734,6 +734,9 @@ class SDe extends S {
|
||||
@override
|
||||
String get waitConnection => 'Bitte warte, bis die Verbindung hergestellt wurde.';
|
||||
|
||||
@override
|
||||
String get watchNotPaired => 'Keine gekoppelte Apple Watch';
|
||||
|
||||
@override
|
||||
String get whenOpenApp => 'Beim Öffnen der App';
|
||||
|
||||
|
||||
@@ -734,6 +734,9 @@ class SEn extends S {
|
||||
@override
|
||||
String get waitConnection => 'Please wait for the connection to be established.';
|
||||
|
||||
@override
|
||||
String get watchNotPaired => 'No paired Apple Watch';
|
||||
|
||||
@override
|
||||
String get whenOpenApp => 'When opening the app';
|
||||
|
||||
|
||||
@@ -734,6 +734,9 @@ class SId extends S {
|
||||
@override
|
||||
String get waitConnection => 'Harap tunggu koneksi akan dibuat.';
|
||||
|
||||
@override
|
||||
String get watchNotPaired => 'Tidak ada Apple Watch yang dipasangkan';
|
||||
|
||||
@override
|
||||
String get whenOpenApp => 'Saat membuka aplikasi';
|
||||
|
||||
|
||||
@@ -734,6 +734,9 @@ class SZh extends S {
|
||||
@override
|
||||
String get waitConnection => '请等待连接建立';
|
||||
|
||||
@override
|
||||
String get watchNotPaired => '没有已配对的 Apple Watch';
|
||||
|
||||
@override
|
||||
String get whenOpenApp => '当打开 App 时';
|
||||
|
||||
@@ -1475,6 +1478,9 @@ class SZhTw extends SZh {
|
||||
@override
|
||||
String get waitConnection => '請等待連接建立';
|
||||
|
||||
@override
|
||||
String get watchNotPaired => '沒有已配對的 Apple Watch';
|
||||
|
||||
@override
|
||||
String get whenOpenApp => '當打開 App 時';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user