new: watchOS phone end

This commit is contained in:
lollipopkit
2023-09-16 18:45:11 +08:00
parent ef880c67af
commit f51934396f
19 changed files with 344 additions and 24 deletions

View File

@@ -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:

View File

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

View File

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

View File

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

View File

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