You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Frontend/translation_string_definitions.dart
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -354,7 +354,7 @@ String noLongerSupported() => Intl.message("This gear is no longer supported. So
354
354
355
355
StringmandatoryOtaRequired() =>Intl.message("A firmware update is available to better support your gear", name:'mandatoryOtaRequired', desc:'Warning message which appears for gear which have old firmware on the manage gear page');
356
356
357
-
StringactionsFavoriteTip() =>Intl.message("Long press an action to favorite", name:'actionsFavoriteTip', desc:'tip message which appears when no actions are favorited on the actions page');
357
+
StringactionsFavoriteTip() =>Intl.message("Long press an action to favorite", name:'actionsFavoriteTip', desc:'tip message which appears when no actions are added to favorite on the actions page');
358
358
359
359
StringmoreSourceCode() =>Intl.message("Source Code", name:'moreSourceCode', desc:'Label for the github and dev mode button on the more tab');
StringmorePageTranslateDescription() =>Intl.message('Help us Translate the app into your language', name:'morePageTranslateDescription', desc:'The description for the button on the More page to push users to assist in translating the app');
446
446
447
447
StringappLanguageSelectorTitle() =>Intl.message('App Language', name:'appLanguageSelectorTitle', desc:'The title for the button and dialog to select the app language');
448
+
449
+
StringwatchKnownGearTitle() =>Intl.message('Your Gear', name:'watchKnownGearTitle', desc:'The title for the known gear section of the watch app');
450
+
451
+
StringwatchFavoriteActionsNoFavoritesTip() =>Intl.message('On your phone, Long press an action to favorite', name:'watchKnownGearTitle', desc:'the tip for when no actions are favorited on the watch app');
452
+
453
+
StringwatchFavoriteActionsTitle() =>Intl.message("Favorite Actions", name:'watchFavoriteActionsTitle', desc:'title for the favorite actions section of the watch app');
454
+
455
+
StringwatchKnownGearNoGearPairedTip() =>Intl.message("On your phone, Use the `Scan For New Gear` button to pair your gear", name:'watchKnownGearNoGearPairedTip', desc:'the tip for when no actions are favorited on the watch app');
0 commit comments