regenerate localization
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 48s
Pull Request Pipeline / lint (pull_request) Failing after 51s

This commit is contained in:
2026-05-09 19:19:18 +02:00
parent 759e168216
commit 3923e955fd
3 changed files with 157 additions and 107 deletions

View File

@@ -98,37 +98,37 @@ abstract class AppLocalizations {
Locale('en'), Locale('en'),
]; ];
/// No description provided for @all_players. /// Label for all players list
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'All players'** /// **'All players'**
String get all_players; String get all_players;
/// No description provided for @all_players_selected. /// Message when all players are added to selection
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'All players selected'** /// **'All players selected'**
String get all_players_selected; String get all_players_selected;
/// No description provided for @amount_of_matches. /// Label for amount of matches statistic
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Amount of Matches'** /// **'Amount of Matches'**
String get amount_of_matches; String get amount_of_matches;
/// No description provided for @app_name. /// The name of the App
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Tallee'** /// **'Tallee'**
String get app_name; String get app_name;
/// No description provided for @best_player. /// Label for best player statistic
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Best Player'** /// **'Best Player'**
String get best_player; String get best_player;
/// No description provided for @cancel. /// Cancel button text
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Cancel'** /// **'Cancel'**
@@ -140,19 +140,19 @@ abstract class AppLocalizations {
/// **'Choose Color'** /// **'Choose Color'**
String get choose_color; String get choose_color;
/// No description provided for @choose_game. /// Label for choosing a game
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Choose Game'** /// **'Choose Game'**
String get choose_game; String get choose_game;
/// No description provided for @choose_group. /// Label for choosing a group
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Choose Group'** /// **'Choose Group'**
String get choose_group; String get choose_group;
/// No description provided for @choose_ruleset. /// Label for choosing a ruleset
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Choose Ruleset'** /// **'Choose Ruleset'**
@@ -212,7 +212,7 @@ abstract class AppLocalizations {
/// **'Yellow'** /// **'Yellow'**
String get color_yellow; String get color_yellow;
/// No description provided for @could_not_add_player. /// Error message when adding a player fails
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Could not add player'** /// **'Could not add player'**
@@ -224,73 +224,73 @@ abstract class AppLocalizations {
/// **'Create Game'** /// **'Create Game'**
String get create_game; String get create_game;
/// No description provided for @create_group. /// Button text to create a group
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Create Group'** /// **'Create Group'**
String get create_group; String get create_group;
/// No description provided for @create_match. /// Button text to create a match
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Create match'** /// **'Create match'**
String get create_match; String get create_match;
/// No description provided for @create_new_group. /// Appbar text to create a new group
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Create new group'** /// **'Create new group'**
String get create_new_group; String get create_new_group;
/// No description provided for @created_on. /// Label for creation date
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Created on'** /// **'Created on'**
String get created_on; String get created_on;
/// No description provided for @create_new_match. /// Appbar text to create a new match
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Create new match'** /// **'Create new match'**
String get create_new_match; String get create_new_match;
/// No description provided for @data. /// Data label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Data'** /// **'Data'**
String get data; String get data;
/// No description provided for @data_successfully_deleted. /// Success message after deleting data
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Data successfully deleted'** /// **'Data successfully deleted'**
String get data_successfully_deleted; String get data_successfully_deleted;
/// No description provided for @data_successfully_exported. /// Success message after exporting data
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Data successfully exported'** /// **'Data successfully exported'**
String get data_successfully_exported; String get data_successfully_exported;
/// No description provided for @data_successfully_imported. /// Success message after importing data
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Data successfully imported'** /// **'Data successfully imported'**
String get data_successfully_imported; String get data_successfully_imported;
/// No description provided for @days_ago. /// Date format for days ago
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'{count} days ago'** /// **'{count} days ago'**
String days_ago(Object count); String days_ago(int count);
/// No description provided for @delete. /// Delete button text
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Delete'** /// **'Delete'**
String get delete; String get delete;
/// No description provided for @delete_all_data. /// Confirmation dialog for deleting all data
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Delete all data'** /// **'Delete all data'**
@@ -308,18 +308,24 @@ abstract class AppLocalizations {
/// **'If you delete this game template, {count, plural, =1{1 match} other{{count} matches}} using this game template will also be deleted.'** /// **'If you delete this game template, {count, plural, =1{1 match} other{{count} matches}} using this game template will also be deleted.'**
String delete_game_with_matches_warning(int count); String delete_game_with_matches_warning(int count);
/// No description provided for @delete_group. /// Confirmation dialog for deleting a group
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Delete Group'** /// **'Delete Group'**
String get delete_group; String get delete_group;
/// No description provided for @delete_match. /// Button text to delete a match
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Delete Match'** /// **'Delete Match'**
String get delete_match; String get delete_match;
/// Label for dragging to set placement
///
/// In en, this message translates to:
/// **'Drag to set placement'**
String get drag_to_set_placement;
/// No description provided for @description. /// No description provided for @description.
/// ///
/// In en, this message translates to: /// In en, this message translates to:
@@ -332,31 +338,31 @@ abstract class AppLocalizations {
/// **'Edit Game'** /// **'Edit Game'**
String get edit_game; String get edit_game;
/// No description provided for @edit_group. /// Button & Appbar label for editing a group
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Edit Group'** /// **'Edit Group'**
String get edit_group; String get edit_group;
/// No description provided for @edit_match. /// Button & Appbar label for editing a match
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Edit Match'** /// **'Edit Match'**
String get edit_match; String get edit_match;
/// No description provided for @enter_points. /// Label to enter players points
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Enter points'** /// **'Enter points'**
String get enter_points; String get enter_points;
/// No description provided for @enter_results. /// Button text to enter match results
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Enter Results'** /// **'Enter Results'**
String get enter_results; String get enter_results;
/// No description provided for @error_creating_group. /// Error message when group creation fails
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Error while creating group, please try again'** /// **'Error while creating group, please try again'**
@@ -368,169 +374,169 @@ abstract class AppLocalizations {
/// **'Error while deleting game, please try again'** /// **'Error while deleting game, please try again'**
String get error_deleting_game; String get error_deleting_game;
/// No description provided for @error_deleting_group. /// Error message when group deletion fails
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Error while deleting group, please try again'** /// **'Error while deleting group, please try again'**
String get error_deleting_group; String get error_deleting_group;
/// No description provided for @error_editing_group. /// Error message when group editing fails
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Error while editing group, please try again'** /// **'Error while editing group, please try again'**
String get error_editing_group; String get error_editing_group;
/// No description provided for @error_reading_file. /// Error message when file cannot be read
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Error reading file'** /// **'Error reading file'**
String get error_reading_file; String get error_reading_file;
/// No description provided for @export_canceled. /// Message when export is canceled
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Export canceled'** /// **'Export canceled'**
String get export_canceled; String get export_canceled;
/// No description provided for @export_data. /// Export data menu item
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Export data'** /// **'Export data'**
String get export_data; String get export_data;
/// No description provided for @format_exception. /// Error message for format exceptions
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Format Exception (see console)'** /// **'Format Exception (see console)'**
String get format_exception; String get format_exception;
/// No description provided for @game. /// Game label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Game'** /// **'Game'**
String get game; String get game;
/// No description provided for @game_name. /// Placeholder for game name search
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Game Name'** /// **'Game Name'**
String get game_name; String get game_name;
/// No description provided for @group. /// Group label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Group'** /// **'Group'**
String get group; String get group;
/// No description provided for @group_name. /// Placeholder for group name input
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Group name'** /// **'Group name'**
String get group_name; String get group_name;
/// No description provided for @group_profile. /// Title for group profile view
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Group Profile'** /// **'Group Profile'**
String get group_profile; String get group_profile;
/// No description provided for @groups. /// Label for groups
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Groups'** /// **'Groups'**
String get groups; String get groups;
/// No description provided for @home. /// Home tab label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Home'** /// **'Home'**
String get home; String get home;
/// No description provided for @import_canceled. /// Message when import is canceled
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Import canceled'** /// **'Import canceled'**
String get import_canceled; String get import_canceled;
/// No description provided for @import_data. /// Import data menu item
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Import data'** /// **'Import data'**
String get import_data; String get import_data;
/// No description provided for @info. /// Info label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Info'** /// **'Info'**
String get info; String get info;
/// No description provided for @invalid_schema. /// Error message for invalid schema
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Invalid Schema'** /// **'Invalid Schema'**
String get invalid_schema; String get invalid_schema;
/// No description provided for @least_points. /// Title for least points ruleset
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Least Points'** /// **'Least Points'**
String get least_points; String get least_points;
/// No description provided for @legal. /// Legal section header
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Legal'** /// **'Legal'**
String get legal; String get legal;
/// No description provided for @legal_notice. /// Legal notice menu item
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Legal Notice'** /// **'Legal Notice'**
String get legal_notice; String get legal_notice;
/// No description provided for @licenses. /// Licenses menu item
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Licenses'** /// **'Licenses'**
String get licenses; String get licenses;
/// No description provided for @match_in_progress. /// Message when match is in progress
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Match in progress...'** /// **'Match in progress...'**
String get match_in_progress; String get match_in_progress;
/// No description provided for @match_name. /// Placeholder for match name input
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Match name'** /// **'Match name'**
String get match_name; String get match_name;
/// No description provided for @match_profile. /// Title for match profile view
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Match Profile'** /// **'Match Profile'**
String get match_profile; String get match_profile;
/// No description provided for @matches. /// Label for matches
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Matches'** /// **'Matches'**
String get matches; String get matches;
/// No description provided for @members. /// Label for group members
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Members'** /// **'Members'**
String get members; String get members;
/// No description provided for @most_points. /// Title for most points ruleset
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Most Points'** /// **'Most Points'**
String get most_points; String get most_points;
/// No description provided for @no_data_available. /// Message when no data in the statistic tiles is given
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No data available'** /// **'No data available'**
@@ -542,103 +548,115 @@ abstract class AppLocalizations {
/// **'No games created yet'** /// **'No games created yet'**
String get no_games_created_yet; String get no_games_created_yet;
/// No description provided for @no_groups_created_yet. /// Message when no groups exist
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No groups created yet'** /// **'No groups created yet'**
String get no_groups_created_yet; String get no_groups_created_yet;
/// No description provided for @no_licenses_found. /// Message when no licenses are found
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No licenses found'** /// **'No licenses found'**
String get no_licenses_found; String get no_licenses_found;
/// No description provided for @no_license_text_available. /// Message when no license text is available
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No license text available'** /// **'No license text available'**
String get no_license_text_available; String get no_license_text_available;
/// No description provided for @no_matches_created_yet. /// Message when no matches exist
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No matches created yet'** /// **'No matches created yet'**
String get no_matches_created_yet; String get no_matches_created_yet;
/// No description provided for @no_players_created_yet. /// Message when no players exist
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No players created yet'** /// **'No players created yet'**
String get no_players_created_yet; String get no_players_created_yet;
/// No description provided for @no_players_found_with_that_name. /// Message when search returns no results
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No players found with that name'** /// **'No players found with that name'**
String get no_players_found_with_that_name; String get no_players_found_with_that_name;
/// No description provided for @no_players_selected. /// Message when no players are selected
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No players selected'** /// **'No players selected'**
String get no_players_selected; String get no_players_selected;
/// No description provided for @no_recent_matches_available. /// Message when no recent matches exist
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No recent matches available'** /// **'No recent matches available'**
String get no_recent_matches_available; String get no_recent_matches_available;
/// No description provided for @no_results_entered_yet. /// Message when no results have been entered yet
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No results entered yet'** /// **'No results entered yet'**
String get no_results_entered_yet; String get no_results_entered_yet;
/// No description provided for @no_second_match_available. /// Message when no second match exists
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No second match available'** /// **'No second match available'**
String get no_second_match_available; String get no_second_match_available;
/// No description provided for @no_statistics_available. /// Message when no statistics are available, because no matches were played yet
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'No statistics available'** /// **'No statistics available'**
String get no_statistics_available; String get no_statistics_available;
/// No description provided for @none. /// None option label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'None'** /// **'None'**
String get none; String get none;
/// No description provided for @none_group. /// None group option label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'None'** /// **'None'**
String get none_group; String get none_group;
/// No description provided for @not_available. /// Abbreviation for not available
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Not available'** /// **'Not available'**
String get not_available; String get not_available;
/// No description provided for @played_matches. /// Title for placement ruleset
///
/// In en, this message translates to:
/// **'Placement'**
String get placement;
/// Label for placement text in match detail view
///
/// In en, this message translates to:
/// **'place'**
String get place;
/// Label for played matches statistic
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Played Matches'** /// **'Played Matches'**
String get played_matches; String get played_matches;
/// No description provided for @player_name. /// Placeholder for player name input
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Player name'** /// **'Player name'**
String get player_name; String get player_name;
/// No description provided for @players. /// Players label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Players'** /// **'Players'**
@@ -650,115 +668,121 @@ abstract class AppLocalizations {
/// **'Point'** /// **'Point'**
String get point; String get point;
/// No description provided for @points. /// Points label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Points'** /// **'Points'**
String get points; String get points;
/// No description provided for @privacy_policy. /// Privacy policy menu item
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Privacy Policy'** /// **'Privacy Policy'**
String get privacy_policy; String get privacy_policy;
/// No description provided for @quick_create. /// Title for quick create section
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Quick Create'** /// **'Quick Create'**
String get quick_create; String get quick_create;
/// No description provided for @recent_matches. /// Title for recent matches section
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Recent Matches'** /// **'Recent Matches'**
String get recent_matches; String get recent_matches;
/// No description provided for @results. /// Label for match results
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Results'** /// **'Results'**
String get results; String get results;
/// No description provided for @ruleset. /// Ruleset label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Ruleset'** /// **'Ruleset'**
String get ruleset; String get ruleset;
/// No description provided for @ruleset_least_points. /// Description for least points ruleset
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Inverse scoring: the player with the fewest points wins.'** /// **'Inverse scoring: the player with the fewest points wins.'**
String get ruleset_least_points; String get ruleset_least_points;
/// No description provided for @ruleset_most_points. /// Description for most points ruleset
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Traditional ruleset: the player with the most points wins.'** /// **'Traditional ruleset: the player with the most points wins.'**
String get ruleset_most_points; String get ruleset_most_points;
/// No description provided for @ruleset_single_loser. /// Description for placement ruleset
///
/// In en, this message translates to:
/// **'Players can be arranged in an order, which reflects their placement.'**
String get ruleset_placement;
/// Description for single loser ruleset
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Exactly one loser is determined; last place receives the penalty or consequence.'** /// **'Exactly one loser is determined; last place receives the penalty or consequence.'**
String get ruleset_single_loser; String get ruleset_single_loser;
/// No description provided for @ruleset_single_winner. /// Description for single winner ruleset
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Exactly one winner is chosen; ties are resolved by a predefined tiebreaker.'** /// **'Exactly one winner is chosen; ties are resolved by a predefined tiebreaker.'**
String get ruleset_single_winner; String get ruleset_single_winner;
/// No description provided for @save_changes. /// Save changes button text
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Save Changes'** /// **'Save Changes'**
String get save_changes; String get save_changes;
/// No description provided for @search_for_groups. /// Hint text for group search input field
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Search for groups'** /// **'Search for groups'**
String get search_for_groups; String get search_for_groups;
/// No description provided for @search_for_players. /// Hint text for player search input field
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Search for players'** /// **'Search for players'**
String get search_for_players; String get search_for_players;
/// No description provided for @select_winner. /// Label to select the winner
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Select Winner'** /// **'Select Winner'**
String get select_winner; String get select_winner;
/// No description provided for @select_loser. /// Label to select the loser
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Select Loser'** /// **'Select Loser'**
String get select_loser; String get select_loser;
/// No description provided for @selected_players. /// Shows the number of selected players
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Selected players'** /// **'Selected players'**
String get selected_players; String get selected_players;
/// No description provided for @settings. /// Label for the App Settings
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Settings'** /// **'Settings'**
String get settings; String get settings;
/// No description provided for @single_loser. /// Title for single loser ruleset
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Single Loser'** /// **'Single Loser'**
String get single_loser; String get single_loser;
/// No description provided for @single_winner. /// Title for single winner ruleset
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Single Winner'** /// **'Single Winner'**
@@ -788,13 +812,13 @@ abstract class AppLocalizations {
/// **'Multiple Winners'** /// **'Multiple Winners'**
String get multiple_winners; String get multiple_winners;
/// No description provided for @statistics. /// Statistics tab label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Statistics'** /// **'Statistics'**
String get statistics; String get statistics;
/// No description provided for @stats. /// Stats tab label (short)
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Stats'** /// **'Stats'**
@@ -812,13 +836,13 @@ abstract class AppLocalizations {
/// **'There are no games matching your search'** /// **'There are no games matching your search'**
String get there_are_no_games_matching_your_search; String get there_are_no_games_matching_your_search;
/// No description provided for @there_is_no_group_matching_your_search. /// Message when search returns no groups
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'There is no group matching your search'** /// **'There is no group matching your search'**
String get there_is_no_group_matching_your_search; String get there_is_no_group_matching_your_search;
/// No description provided for @this_cannot_be_undone. /// Warning message for irreversible actions
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'This can\'t be undone.'** /// **'This can\'t be undone.'**
@@ -830,43 +854,43 @@ abstract class AppLocalizations {
/// **'Tie'** /// **'Tie'**
String get tie; String get tie;
/// No description provided for @today_at. /// Date format for today
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Today at'** /// **'Today at'**
String get today_at; String get today_at;
/// No description provided for @undo. /// Undo button text
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Undo'** /// **'Undo'**
String get undo; String get undo;
/// No description provided for @unknown_exception. /// Error message for unknown exceptions
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Unknown Exception (see console)'** /// **'Unknown Exception (see console)'**
String get unknown_exception; String get unknown_exception;
/// No description provided for @winner. /// Winner label
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Winner'** /// **'Winner'**
String get winner; String get winner;
/// No description provided for @winrate. /// Label for winrate statistic
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Winrate'** /// **'Winrate'**
String get winrate; String get winrate;
/// No description provided for @wins. /// Label for wins statistic
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Wins'** /// **'Wins'**
String get wins; String get wins;
/// No description provided for @yesterday_at. /// Date format for yesterday
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'Yesterday at'** /// **'Yesterday at'**

View File

@@ -101,7 +101,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get data_successfully_imported => 'Daten erfolgreich importiert'; String get data_successfully_imported => 'Daten erfolgreich importiert';
@override @override
String days_ago(Object count) { String days_ago(int count) {
return 'vor $count Tagen'; return 'vor $count Tagen';
} }
@@ -131,6 +131,9 @@ class AppLocalizationsDe extends AppLocalizations {
@override @override
String get delete_match => 'Spiel löschen'; String get delete_match => 'Spiel löschen';
@override
String get drag_to_set_placement => 'Ziehen um Platzierung zu setzen';
@override @override
String get description => 'Beschreibung'; String get description => 'Beschreibung';
@@ -289,6 +292,12 @@ class AppLocalizationsDe extends AppLocalizations {
@override @override
String get not_available => 'Nicht verfügbar'; String get not_available => 'Nicht verfügbar';
@override
String get placement => 'Platzierung';
@override
String get place => 'Platz';
@override @override
String get played_matches => 'Gespielte Spiele'; String get played_matches => 'Gespielte Spiele';
@@ -327,6 +336,10 @@ class AppLocalizationsDe extends AppLocalizations {
String get ruleset_most_points => String get ruleset_most_points =>
'Traditionelles Regelwerk: Der/die Spieler:in mit den meisten Punkten gewinnt.'; 'Traditionelles Regelwerk: Der/die Spieler:in mit den meisten Punkten gewinnt.';
@override
String get ruleset_placement =>
'Spieler:innen können in einer Reihenfolge angeordnet werden, die ihre Platzierung reflektiert.';
@override @override
String get ruleset_single_loser => String get ruleset_single_loser =>
'Genau ein:e Verlierer:in wird bestimmt; der letzte Platz erhält die Strafe oder Konsequenz.'; 'Genau ein:e Verlierer:in wird bestimmt; der letzte Platz erhält die Strafe oder Konsequenz.';

View File

@@ -101,7 +101,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get data_successfully_imported => 'Data successfully imported'; String get data_successfully_imported => 'Data successfully imported';
@override @override
String days_ago(Object count) { String days_ago(int count) {
return '$count days ago'; return '$count days ago';
} }
@@ -131,6 +131,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override @override
String get delete_match => 'Delete Match'; String get delete_match => 'Delete Match';
@override
String get drag_to_set_placement => 'Drag to set placement';
@override @override
String get description => 'Description'; String get description => 'Description';
@@ -289,6 +292,12 @@ class AppLocalizationsEn extends AppLocalizations {
@override @override
String get not_available => 'Not available'; String get not_available => 'Not available';
@override
String get placement => 'Placement';
@override
String get place => 'place';
@override @override
String get played_matches => 'Played Matches'; String get played_matches => 'Played Matches';
@@ -327,6 +336,10 @@ class AppLocalizationsEn extends AppLocalizations {
String get ruleset_most_points => String get ruleset_most_points =>
'Traditional ruleset: the player with the most points wins.'; 'Traditional ruleset: the player with the most points wins.';
@override
String get ruleset_placement =>
'Players can be arranged in an order, which reflects their placement.';
@override @override
String get ruleset_single_loser => String get ruleset_single_loser =>
'Exactly one loser is determined; last place receives the penalty or consequence.'; 'Exactly one loser is determined; last place receives the penalty or consequence.';