Changed string
This commit is contained in:
@@ -82,9 +82,10 @@
|
|||||||
"point_limit": "Punkte-Limit",
|
"point_limit": "Punkte-Limit",
|
||||||
"point_limit_subtitle": "... hier ist Schluss",
|
"point_limit_subtitle": "... hier ist Schluss",
|
||||||
"reset_to_default": "Auf Standard zurücksetzen",
|
"reset_to_default": "Auf Standard zurücksetzen",
|
||||||
"app": "App",
|
"data": "Daten",
|
||||||
"import_data": "Spieldaten importieren",
|
"import_data": "Spieldaten importieren",
|
||||||
"export_data": "Spieldaten exportieren",
|
"export_data": "Spieldaten exportieren",
|
||||||
|
"app": "App",
|
||||||
|
|
||||||
"import_success_title": "Import erfolgreich",
|
"import_success_title": "Import erfolgreich",
|
||||||
"import_success_message":"Die Spieldaten wurden erfolgreich importiert.",
|
"import_success_message":"Die Spieldaten wurden erfolgreich importiert.",
|
||||||
@@ -101,7 +102,7 @@
|
|||||||
"create_issue": "Issue erstellen",
|
"create_issue": "Issue erstellen",
|
||||||
"app_version": "App-Version",
|
"app_version": "App-Version",
|
||||||
"build": "Build",
|
"build": "Build",
|
||||||
"load_version": "Lade Version...",
|
"loading": "Lädt...",
|
||||||
|
|
||||||
"about_text": "Hey :) Danke, dass du als eine:r der ersten User meiner ersten eigenen App dabei bist! Ich hab sehr viel Arbeit in dieses Projekt gesteckt und auch, wenn ich (hoffentlich) an vieles Gedacht hab, wird auf jeden Fall noch nicht alles 100% funktionieren. Solltest du also irgendwelche Fehler entdecken oder Feedback zum Design oder der Benutzerfreundlichkeit haben, teile Sie mir gern über die Testflight App oder auf den dir bekannten Wegen mit. Danke! "
|
"about_text": "Hey :) Danke, dass du als eine:r der ersten User meiner ersten eigenen App dabei bist! Ich hab sehr viel Arbeit in dieses Projekt gesteckt und auch, wenn ich (hoffentlich) an vieles Gedacht hab, wird auf jeden Fall noch nicht alles 100% funktionieren. Solltest du also irgendwelche Fehler entdecken oder Feedback zum Design oder der Benutzerfreundlichkeit haben, teile Sie mir gern über die Testflight App oder auf den dir bekannten Wegen mit. Danke! "
|
||||||
}
|
}
|
||||||
@@ -71,6 +71,10 @@
|
|||||||
"export_game": "Export Game",
|
"export_game": "Export Game",
|
||||||
|
|
||||||
"game_process": "Spielverlauf",
|
"game_process": "Spielverlauf",
|
||||||
|
"id_error_title": "ID Error",
|
||||||
|
"id_error_message": "The game has not yet been assigned an ID. If you want to delete the game, please do so via the main menu. All newly created games have an ID.",
|
||||||
|
"end_game_title": "End the game?",
|
||||||
|
"end_game_message": "Do you want to end the game? The game gets marked as finished and cannot be continued.",
|
||||||
|
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"cabo_penalty": "Cabo Penalty",
|
"cabo_penalty": "Cabo Penalty",
|
||||||
@@ -78,13 +82,10 @@
|
|||||||
"point_limit": "Point Limit",
|
"point_limit": "Point Limit",
|
||||||
"point_limit_subtitle": "... the game ends here.",
|
"point_limit_subtitle": "... the game ends here.",
|
||||||
"reset_to_default": "Reset to Default",
|
"reset_to_default": "Reset to Default",
|
||||||
"app": "App",
|
"data": "Data",
|
||||||
"import_data": "Import Data",
|
"import_data": "Import Data",
|
||||||
"export_data": "Export Data",
|
"export_data": "Export Data",
|
||||||
"id_error_title": "ID Error",
|
"app": "App",
|
||||||
"id_error_message": "The game has not yet been assigned an ID. If you want to delete the game, please do so via the main menu. All newly created games have an ID.",
|
|
||||||
"end_game_title": "End the game?",
|
|
||||||
"end_game_message": "Do you want to end the game? The game gets marked as finished and cannot be continued.",
|
|
||||||
|
|
||||||
"import_success_title": "Import successful",
|
"import_success_title": "Import successful",
|
||||||
"import_success_message":"The game data has been successfully imported.",
|
"import_success_message":"The game data has been successfully imported.",
|
||||||
@@ -100,7 +101,7 @@
|
|||||||
"error_found": "Found a bug?",
|
"error_found": "Found a bug?",
|
||||||
"create_issue": "Create Issue",
|
"create_issue": "Create Issue",
|
||||||
"app_version": "App Version",
|
"app_version": "App Version",
|
||||||
"load_version": "Loading version...",
|
"loading": "Loading...",
|
||||||
"build": "Build",
|
"build": "Build",
|
||||||
|
|
||||||
"about_text": "Hey :) Thanks for being one of the first users of my app! I’ve put a lot of work into this project, and even though I tried to think of everything, it might not work perfectly just yet. So if you discover any bugs or have feedback on the design or usability, please let me know via the TestFlight app or by sending me a message or email. Thank you very much!"
|
"about_text": "Hey :) Thanks for being one of the first users of my app! I’ve put a lot of work into this project, and even though I tried to think of everything, it might not work perfectly just yet. So if you discover any bugs or have feedback on the design or usability, please let me know via the TestFlight app or by sending me a message or email. Thank you very much!"
|
||||||
|
|||||||
@@ -458,24 +458,30 @@ abstract class AppLocalizations {
|
|||||||
/// **'Auf Standard zurücksetzen'**
|
/// **'Auf Standard zurücksetzen'**
|
||||||
String get reset_to_default;
|
String get reset_to_default;
|
||||||
|
|
||||||
/// No description provided for @game_data.
|
/// No description provided for @data.
|
||||||
///
|
///
|
||||||
/// In de, this message translates to:
|
/// In de, this message translates to:
|
||||||
/// **'Spieldaten'**
|
/// **'Daten'**
|
||||||
String get game_data;
|
String get data;
|
||||||
|
|
||||||
/// No description provided for @import_data.
|
/// No description provided for @import_data.
|
||||||
///
|
///
|
||||||
/// In de, this message translates to:
|
/// In de, this message translates to:
|
||||||
/// **'Daten importieren'**
|
/// **'Spieldaten importieren'**
|
||||||
String get import_data;
|
String get import_data;
|
||||||
|
|
||||||
/// No description provided for @export_data.
|
/// No description provided for @export_data.
|
||||||
///
|
///
|
||||||
/// In de, this message translates to:
|
/// In de, this message translates to:
|
||||||
/// **'Daten exportieren'**
|
/// **'Spieldaten exportieren'**
|
||||||
String get export_data;
|
String get export_data;
|
||||||
|
|
||||||
|
/// No description provided for @app.
|
||||||
|
///
|
||||||
|
/// In de, this message translates to:
|
||||||
|
/// **'App'**
|
||||||
|
String get app;
|
||||||
|
|
||||||
/// No description provided for @import_success_title.
|
/// No description provided for @import_success_title.
|
||||||
///
|
///
|
||||||
/// In de, this message translates to:
|
/// In de, this message translates to:
|
||||||
@@ -560,11 +566,11 @@ abstract class AppLocalizations {
|
|||||||
/// **'Build'**
|
/// **'Build'**
|
||||||
String get build;
|
String get build;
|
||||||
|
|
||||||
/// No description provided for @load_version.
|
/// No description provided for @loading.
|
||||||
///
|
///
|
||||||
/// In de, this message translates to:
|
/// In de, this message translates to:
|
||||||
/// **'Lade Version...'**
|
/// **'Lädt...'**
|
||||||
String get load_version;
|
String get loading;
|
||||||
|
|
||||||
/// No description provided for @about_text.
|
/// No description provided for @about_text.
|
||||||
///
|
///
|
||||||
|
|||||||
@@ -200,13 +200,16 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
String get reset_to_default => 'Auf Standard zurücksetzen';
|
String get reset_to_default => 'Auf Standard zurücksetzen';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get game_data => 'Spieldaten';
|
String get data => 'Daten';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get import_data => 'Daten importieren';
|
String get import_data => 'Spieldaten importieren';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get export_data => 'Daten exportieren';
|
String get export_data => 'Spieldaten exportieren';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get app => 'App';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get import_success_title => 'Import erfolgreich';
|
String get import_success_title => 'Import erfolgreich';
|
||||||
@@ -254,7 +257,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
String get build => 'Build';
|
String get build => 'Build';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get load_version => 'Lade Version...';
|
String get loading => 'Lädt...';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get about_text =>
|
String get about_text =>
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
String get reset_to_default => 'Reset to Default';
|
String get reset_to_default => 'Reset to Default';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get game_data => 'Game Data';
|
String get data => 'Data';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get import_data => 'Import Data';
|
String get import_data => 'Import Data';
|
||||||
@@ -205,6 +205,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get export_data => 'Export Data';
|
String get export_data => 'Export Data';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get app => 'App';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get import_success_title => 'Import successful';
|
String get import_success_title => 'Import successful';
|
||||||
|
|
||||||
@@ -251,7 +254,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
String get build => 'Build';
|
String get build => 'Build';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get load_version => 'Loading version...';
|
String get loading => 'Loading...';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get about_text =>
|
String get about_text =>
|
||||||
|
|||||||
Reference in New Issue
Block a user