Updated page titles
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
"delete": "Löschen",
|
||||
"cancel": "Abbrechen",
|
||||
"game": "Spiel",
|
||||
"games": "Spiele",
|
||||
"gamemode": "Spielmodus",
|
||||
"ok": "OK",
|
||||
"player": "Spieler:in",
|
||||
"players": "Spieler:innen",
|
||||
@@ -126,7 +128,7 @@
|
||||
"end_game_message": "Möchtest du das Spiel beenden? Das Spiel wird als beendet markiert und kann nicht fortgeführt werden.",
|
||||
|
||||
"statistics": "Statistiken",
|
||||
"point_overview": "Punkteübersicht",
|
||||
"point_overview": "Punktetabelle",
|
||||
"scoring_history": "Spielverlauf",
|
||||
"empty_graph_text": "Du musst mindestens eine Runde spielen, damit der Graph des Spielverlaufes angezeigt werden kann.",
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"game": "Game",
|
||||
"games": "Games",
|
||||
"gamemode": "Gamemode",
|
||||
"ok": "OK",
|
||||
"player": "Player",
|
||||
"players": "Players",
|
||||
@@ -40,7 +42,7 @@
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"bad_rating_title": "Not satisfied?",
|
||||
"bad_rating_message": "If you are not satisfied with the app, please let me know before leaving a bad rating. I will try to fix the issue as soon as possible.",
|
||||
"bad_rating_message": "Feel free to send me an email directly so we can solve your problem!",
|
||||
"contact_email": "Contact via E-Mail",
|
||||
"email_subject": "Feedback: Cabo Counter App",
|
||||
"email_body": "I have the following feedback...",
|
||||
|
||||
@@ -152,6 +152,18 @@ abstract class AppLocalizations {
|
||||
/// **'Spiel'**
|
||||
String get game;
|
||||
|
||||
/// No description provided for @games.
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Spiele'**
|
||||
String get games;
|
||||
|
||||
/// No description provided for @gamemode.
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Spielmodus'**
|
||||
String get gamemode;
|
||||
|
||||
/// No description provided for @ok.
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
@@ -546,7 +558,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @point_overview.
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'Punkteübersicht'**
|
||||
/// **'Punktetabelle'**
|
||||
String get point_overview;
|
||||
|
||||
/// No description provided for @scoring_history.
|
||||
|
||||
@@ -35,6 +35,12 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
@override
|
||||
String get game => 'Spiel';
|
||||
|
||||
@override
|
||||
String get games => 'Spiele';
|
||||
|
||||
@override
|
||||
String get gamemode => 'Spielmodus';
|
||||
|
||||
@override
|
||||
String get ok => 'OK';
|
||||
|
||||
@@ -265,7 +271,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
String get statistics => 'Statistiken';
|
||||
|
||||
@override
|
||||
String get point_overview => 'Punkteübersicht';
|
||||
String get point_overview => 'Punktetabelle';
|
||||
|
||||
@override
|
||||
String get scoring_history => 'Spielverlauf';
|
||||
|
||||
@@ -35,6 +35,12 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get game => 'Game';
|
||||
|
||||
@override
|
||||
String get games => 'Games';
|
||||
|
||||
@override
|
||||
String get gamemode => 'Gamemode';
|
||||
|
||||
@override
|
||||
String get ok => 'OK';
|
||||
|
||||
@@ -101,7 +107,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get bad_rating_message =>
|
||||
'If you are not satisfied with the app, please let me know before leaving a bad rating. I will try to fix the issue as soon as possible.';
|
||||
'Feel free to send me an email directly so we can solve your problem!';
|
||||
|
||||
@override
|
||||
String get contact_email => 'Contact via E-Mail';
|
||||
|
||||
Reference in New Issue
Block a user