Skip to content

Commit 10c6091

Browse files
committed
Updated translations
1 parent 16909e4 commit 10c6091

3 files changed

Lines changed: 6 additions & 32 deletions

File tree

app/lib/l10n/app_localizations.dart

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ abstract class AppLocalizations {
13191319
/// No description provided for @resetAndLogoutDesc.
13201320
///
13211321
/// In en, this message translates to:
1322-
/// **'Clear all data and deactivate app'**
1322+
/// **'Clear all data and logout'**
13231323
String get resetAndLogoutDesc;
13241324

13251325
/// No description provided for @showIntroduction.
@@ -1334,12 +1334,6 @@ abstract class AppLocalizations {
13341334
/// **'Report Issue'**
13351335
String get reportIssue;
13361336

1337-
/// No description provided for @clearQuestionCache.
1338-
///
1339-
/// In en, this message translates to:
1340-
/// **'Clear Question Cache'**
1341-
String get clearQuestionCache;
1342-
13431337
/// No description provided for @contactUs.
13441338
///
13451339
/// In en, this message translates to:
@@ -1691,7 +1685,7 @@ abstract class AppLocalizations {
16911685
/// No description provided for @resetAndLogoutConfirmation.
16921686
///
16931687
/// In en, this message translates to:
1694-
/// **'This will remove all scores, progress, cache, settings and activation. The app will be deactivated and requires a new activation code. This action cannot be undone.'**
1688+
/// **'This will remove all scores, progress, cache, settings and activation. The app will be deactivated and you should login again. This action cannot be undone.'**
16951689
String get resetAndLogoutConfirmation;
16961690

16971691
/// No description provided for @donationError.
@@ -2792,12 +2786,6 @@ abstract class AppLocalizations {
27922786
/// **'View the app introduction and tutorial'**
27932787
String get showIntroductionDesc;
27942788

2795-
/// No description provided for @clearQuestionCacheDesc.
2796-
///
2797-
/// In en, this message translates to:
2798-
/// **'Remove cached questions to free up storage space'**
2799-
String get clearQuestionCacheDesc;
2800-
28012789
/// No description provided for @followOnSocialMediaDesc.
28022790
///
28032791
/// In en, this message translates to:

app/lib/l10n/app_localizations_en.dart

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -641,17 +641,14 @@ class AppLocalizationsEn extends AppLocalizations {
641641
String get resetAndLogout => 'Reset and Log Out';
642642

643643
@override
644-
String get resetAndLogoutDesc => 'Clear all data and deactivate app';
644+
String get resetAndLogoutDesc => 'Clear all data and logout';
645645

646646
@override
647647
String get showIntroduction => 'Show Introduction';
648648

649649
@override
650650
String get reportIssue => 'Report Issue';
651651

652-
@override
653-
String get clearQuestionCache => 'Clear Question Cache';
654-
655652
@override
656653
String get contactUs => 'Contact Us';
657654

@@ -836,7 +833,7 @@ class AppLocalizationsEn extends AppLocalizations {
836833

837834
@override
838835
String get resetAndLogoutConfirmation =>
839-
'This will remove all scores, progress, cache, settings and activation. The app will be deactivated and requires a new activation code. This action cannot be undone.';
836+
'This will remove all scores, progress, cache, settings and activation. The app will be deactivated and you should login again. This action cannot be undone.';
840837

841838
@override
842839
String get donationError =>
@@ -1421,10 +1418,6 @@ class AppLocalizationsEn extends AppLocalizations {
14211418
@override
14221419
String get showIntroductionDesc => 'View the app introduction and tutorial';
14231420

1424-
@override
1425-
String get clearQuestionCacheDesc =>
1426-
'Remove cached questions to free up storage space';
1427-
14281421
@override
14291422
String get followOnSocialMediaDesc =>
14301423
'Connect with us on social media platforms';

app/lib/l10n/app_localizations_nl.dart

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -648,17 +648,14 @@ class AppLocalizationsNl extends AppLocalizations {
648648
String get resetAndLogout => 'Resetten en uitloggen';
649649

650650
@override
651-
String get resetAndLogoutDesc => 'Alle gegevens wissen en app deactiveren';
651+
String get resetAndLogoutDesc => 'Alle gegevens wissen en uitloggen';
652652

653653
@override
654654
String get showIntroduction => 'Introductie tonen';
655655

656656
@override
657657
String get reportIssue => 'Probleem melden';
658658

659-
@override
660-
String get clearQuestionCache => 'Vragencache wissen';
661-
662659
@override
663660
String get contactUs => 'Neem contact op';
664661

@@ -844,7 +841,7 @@ class AppLocalizationsNl extends AppLocalizations {
844841

845842
@override
846843
String get resetAndLogoutConfirmation =>
847-
'Dit verwijdert alle scores, voortgang, cache, instellingen en activatie. De app wordt gedeactiveerd en vereist een nieuwe activatiecode. Deze actie kan niet ongedaan worden gemaakt.';
844+
'Dit verwijdert alle scores, voortgang, cache, instellingen en activatie. De app wordt gedeactiveerd en er moet opnieuw worden ingelogd. Deze actie kan niet ongedaan worden gemaakt.';
848845

849846
@override
850847
String get donationError =>
@@ -1442,10 +1439,6 @@ class AppLocalizationsNl extends AppLocalizations {
14421439
@override
14431440
String get showIntroductionDesc => 'Bekijk de app-introductie en tutorial';
14441441

1445-
@override
1446-
String get clearQuestionCacheDesc =>
1447-
'Verwijder gecachte vragen om opslagruimte vrij te maken';
1448-
14491442
@override
14501443
String get followOnSocialMediaDesc =>
14511444
'Verbind met ons op social media platforms';

0 commit comments

Comments
 (0)