Skip to content

Commit

Permalink
Merge pull request #857 from tom-anders/mobileTranslations
Browse files Browse the repository at this point in the history
Add remaining missing mobile translations
  • Loading branch information
veloce authored Jul 26, 2024
2 parents 3113fcd + 0ce1e58 commit d4cb356
Show file tree
Hide file tree
Showing 65 changed files with 1,675 additions and 68 deletions.
17 changes: 16 additions & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mobileNoSearchResults": "No results",
"mobileAreYouSure": "Are you sure?",
"mobilePuzzleStreakAbortWarning": "You will lose your current streak and your score will be saved.",
"mobilePuzzleStormNothingToShow": "Nothing to show. Play some runs of storm",
"mobilePuzzleStormNothingToShow": "Nothing to show. Play some runs of Puzzle Storm.",
"mobileSharePuzzle": "Share this puzzle",
"mobileShareGameURL": "Share game URL",
"mobileShareGamePGN": "Share PGN",
Expand All @@ -44,6 +44,18 @@
"mobileCustomGameJoinAGame": "Join a game",
"mobileCorrespondenceClearSavedMove": "Clear saved move",
"mobileSomethingWentWrong": "Something went wrong.",
"mobileShowResult": "Show result",
"mobilePuzzleThemesSubtitle": "Play puzzles from your favorite openings, or choose a theme.",
"mobilePuzzleStormSubtitle": "Solve as many puzzles as possible in 3 minutes.",
"mobileGreeting": "Hello, {param}",
"@mobileGreeting": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"mobileGreetingWithoutName": "Hello",
"activityActivity": "Activity",
"activityHostedALiveStream": "Hosted a live stream",
"activityRankedInSwissTournament": "Ranked #{param1} in {param2}",
Expand Down Expand Up @@ -958,6 +970,7 @@
"latestForumPosts": "Latest forum posts",
"players": "Players",
"friends": "Friends",
"otherPlayers": "other players",
"discussions": "Conversations",
"today": "Today",
"yesterday": "Yesterday",
Expand Down Expand Up @@ -1449,6 +1462,8 @@
"descPrivateHelp": "Text that only the team members will see. If set, replaces the public description for team members.",
"no": "No",
"yes": "Yes",
"website": "Website",
"mobile": "Mobile",
"help": "Help:",
"createANewTopic": "Create a new topic",
"topics": "Topics",
Expand Down
50 changes: 49 additions & 1 deletion lib/l10n/l10n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ abstract class AppLocalizations {
/// No description provided for @mobilePuzzleStormNothingToShow.
///
/// In en, this message translates to:
/// **'Nothing to show. Play some runs of storm'**
/// **'Nothing to show. Play some runs of Puzzle Storm.'**
String get mobilePuzzleStormNothingToShow;

/// No description provided for @mobileSharePuzzle.
Expand Down Expand Up @@ -432,6 +432,36 @@ abstract class AppLocalizations {
/// **'Something went wrong.'**
String get mobileSomethingWentWrong;

/// No description provided for @mobileShowResult.
///
/// In en, this message translates to:
/// **'Show result'**
String get mobileShowResult;

/// No description provided for @mobilePuzzleThemesSubtitle.
///
/// In en, this message translates to:
/// **'Play puzzles from your favorite openings, or choose a theme.'**
String get mobilePuzzleThemesSubtitle;

/// No description provided for @mobilePuzzleStormSubtitle.
///
/// In en, this message translates to:
/// **'Solve as many puzzles as possible in 3 minutes.'**
String get mobilePuzzleStormSubtitle;

/// No description provided for @mobileGreeting.
///
/// In en, this message translates to:
/// **'Hello, {param}'**
String mobileGreeting(String param);

/// No description provided for @mobileGreetingWithoutName.
///
/// In en, this message translates to:
/// **'Hello'**
String get mobileGreetingWithoutName;

/// No description provided for @activityActivity.
///
/// In en, this message translates to:
Expand Down Expand Up @@ -3426,6 +3456,12 @@ abstract class AppLocalizations {
/// **'Friends'**
String get friends;

/// No description provided for @otherPlayers.
///
/// In en, this message translates to:
/// **'other players'**
String get otherPlayers;

/// No description provided for @discussions.
///
/// In en, this message translates to:
Expand Down Expand Up @@ -4968,6 +5004,18 @@ abstract class AppLocalizations {
/// **'Yes'**
String get yes;

/// No description provided for @website.
///
/// In en, this message translates to:
/// **'Website'**
String get website;

/// No description provided for @mobile.
///
/// In en, this message translates to:
/// **'Mobile'**
String get mobile;

/// No description provided for @help.
///
/// In en, this message translates to:
Expand Down
28 changes: 27 additions & 1 deletion lib/l10n/l10n_af.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class AppLocalizationsAf extends AppLocalizations {
String get mobilePuzzleStreakAbortWarning => 'You will lose your current streak and your score will be saved.';

@override
String get mobilePuzzleStormNothingToShow => 'Nothing to show. Play some runs of storm';
String get mobilePuzzleStormNothingToShow => 'Nothing to show. Play some runs of Puzzle Storm.';

@override
String get mobileSharePuzzle => 'Share this puzzle';
Expand Down Expand Up @@ -124,6 +124,23 @@ class AppLocalizationsAf extends AppLocalizations {
@override
String get mobileSomethingWentWrong => 'Something went wrong.';

@override
String get mobileShowResult => 'Show result';

@override
String get mobilePuzzleThemesSubtitle => 'Play puzzles from your favorite openings, or choose a theme.';

@override
String get mobilePuzzleStormSubtitle => 'Solve as many puzzles as possible in 3 minutes.';

@override
String mobileGreeting(String param) {
return 'Hello, $param';
}

@override
String get mobileGreetingWithoutName => 'Hello';

@override
String get activityActivity => 'Aktiwiteite';

Expand Down Expand Up @@ -1857,6 +1874,9 @@ class AppLocalizationsAf extends AppLocalizations {
@override
String get friends => 'Vriende';

@override
String get otherPlayers => 'other players';

@override
String get discussions => 'Gesprekke';

Expand Down Expand Up @@ -2688,6 +2708,12 @@ class AppLocalizationsAf extends AppLocalizations {
@override
String get yes => 'Ja';

@override
String get website => 'Website';

@override
String get mobile => 'Mobile';

@override
String get help => 'Help:';

Expand Down
28 changes: 27 additions & 1 deletion lib/l10n/l10n_ar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class AppLocalizationsAr extends AppLocalizations {
String get mobilePuzzleStreakAbortWarning => 'You will lose your current streak and your score will be saved.';

@override
String get mobilePuzzleStormNothingToShow => 'Nothing to show. Play some runs of storm';
String get mobilePuzzleStormNothingToShow => 'Nothing to show. Play some runs of Puzzle Storm.';

@override
String get mobileSharePuzzle => 'Share this puzzle';
Expand Down Expand Up @@ -124,6 +124,23 @@ class AppLocalizationsAr extends AppLocalizations {
@override
String get mobileSomethingWentWrong => 'Something went wrong.';

@override
String get mobileShowResult => 'Show result';

@override
String get mobilePuzzleThemesSubtitle => 'Play puzzles from your favorite openings, or choose a theme.';

@override
String get mobilePuzzleStormSubtitle => 'Solve as many puzzles as possible in 3 minutes.';

@override
String mobileGreeting(String param) {
return 'Hello, $param';
}

@override
String get mobileGreetingWithoutName => 'Hello';

@override
String get activityActivity => 'الأنشطة';

Expand Down Expand Up @@ -1945,6 +1962,9 @@ class AppLocalizationsAr extends AppLocalizations {
@override
String get friends => 'الأصدقاء';

@override
String get otherPlayers => 'other players';

@override
String get discussions => 'المحادثات';

Expand Down Expand Up @@ -2776,6 +2796,12 @@ class AppLocalizationsAr extends AppLocalizations {
@override
String get yes => 'نعم';

@override
String get website => 'Website';

@override
String get mobile => 'Mobile';

@override
String get help => 'مساعدة:';

Expand Down
28 changes: 27 additions & 1 deletion lib/l10n/l10n_az.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class AppLocalizationsAz extends AppLocalizations {
String get mobilePuzzleStreakAbortWarning => 'You will lose your current streak and your score will be saved.';

@override
String get mobilePuzzleStormNothingToShow => 'Nothing to show. Play some runs of storm';
String get mobilePuzzleStormNothingToShow => 'Nothing to show. Play some runs of Puzzle Storm.';

@override
String get mobileSharePuzzle => 'Share this puzzle';
Expand Down Expand Up @@ -124,6 +124,23 @@ class AppLocalizationsAz extends AppLocalizations {
@override
String get mobileSomethingWentWrong => 'Something went wrong.';

@override
String get mobileShowResult => 'Show result';

@override
String get mobilePuzzleThemesSubtitle => 'Play puzzles from your favorite openings, or choose a theme.';

@override
String get mobilePuzzleStormSubtitle => 'Solve as many puzzles as possible in 3 minutes.';

@override
String mobileGreeting(String param) {
return 'Hello, $param';
}

@override
String get mobileGreetingWithoutName => 'Hello';

@override
String get activityActivity => 'Aktivlik';

Expand Down Expand Up @@ -1855,6 +1872,9 @@ class AppLocalizationsAz extends AppLocalizations {
@override
String get friends => 'Dostlar';

@override
String get otherPlayers => 'other players';

@override
String get discussions => 'Söhbətlərlər';

Expand Down Expand Up @@ -2686,6 +2706,12 @@ class AppLocalizationsAz extends AppLocalizations {
@override
String get yes => 'Bəli';

@override
String get website => 'Website';

@override
String get mobile => 'Mobile';

@override
String get help => 'Kömək:';

Expand Down
28 changes: 27 additions & 1 deletion lib/l10n/l10n_be.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class AppLocalizationsBe extends AppLocalizations {
String get mobilePuzzleStreakAbortWarning => 'You will lose your current streak and your score will be saved.';

@override
String get mobilePuzzleStormNothingToShow => 'Nothing to show. Play some runs of storm';
String get mobilePuzzleStormNothingToShow => 'Nothing to show. Play some runs of Puzzle Storm.';

@override
String get mobileSharePuzzle => 'Share this puzzle';
Expand Down Expand Up @@ -124,6 +124,23 @@ class AppLocalizationsBe extends AppLocalizations {
@override
String get mobileSomethingWentWrong => 'Something went wrong.';

@override
String get mobileShowResult => 'Show result';

@override
String get mobilePuzzleThemesSubtitle => 'Play puzzles from your favorite openings, or choose a theme.';

@override
String get mobilePuzzleStormSubtitle => 'Solve as many puzzles as possible in 3 minutes.';

@override
String mobileGreeting(String param) {
return 'Hello, $param';
}

@override
String get mobileGreetingWithoutName => 'Hello';

@override
String get activityActivity => 'Актыўнасць';

Expand Down Expand Up @@ -1901,6 +1918,9 @@ class AppLocalizationsBe extends AppLocalizations {
@override
String get friends => 'Сябры';

@override
String get otherPlayers => 'other players';

@override
String get discussions => 'Размовы';

Expand Down Expand Up @@ -2732,6 +2752,12 @@ class AppLocalizationsBe extends AppLocalizations {
@override
String get yes => 'Так';

@override
String get website => 'Website';

@override
String get mobile => 'Mobile';

@override
String get help => 'Дапамога:';

Expand Down
Loading

0 comments on commit d4cb356

Please sign in to comment.