Skip to content

Commit 367c7e1

Browse files
committed
Edited translation for the RightSheet
1 parent b375f4c commit 367c7e1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/l10n/app_de.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"alertClose": "Schließen",
1212
"alertScore": "Deine Punkte: ",
1313
"rightSheetStart": "Loslegen",
14-
"rightSheetDetails": "Details",
14+
"rightSheetDetails": "Details über ",
1515
"dialogHint": "Hinweis",
1616

1717
"result0": "Das Programm ist ohne Output abgestürzt",

lib/l10n/app_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"alertClose": "Close",
1212
"alertScore": "Your score: ",
1313
"rightSheetStart": "Start",
14-
"rightSheetDetails": "Details",
14+
"rightSheetDetails": "Details about ",
1515
"dialogHint": "Hint",
1616

1717
"result0": "The programm crashed without an output",

lib/l10n/app_localizations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ abstract class AppLocalizations {
152152
/// No description provided for @rightSheetDetails.
153153
///
154154
/// In en, this message translates to:
155-
/// **'Details'**
155+
/// **'Details about '**
156156
String get rightSheetDetails;
157157

158158
/// No description provided for @dialogHint.

lib/l10n/app_localizations_de.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AppLocalizationsDe extends AppLocalizations {
3636
String get rightSheetStart => 'Loslegen';
3737

3838
@override
39-
String get rightSheetDetails => 'Details';
39+
String get rightSheetDetails => 'Details über ';
4040

4141
@override
4242
String get dialogHint => 'Hinweis';

lib/l10n/app_localizations_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AppLocalizationsEn extends AppLocalizations {
3636
String get rightSheetStart => 'Start';
3737

3838
@override
39-
String get rightSheetDetails => 'Details';
39+
String get rightSheetDetails => 'Details about ';
4040

4141
@override
4242
String get dialogHint => 'Hint';

0 commit comments

Comments
 (0)