Revert "Merge branch 'feature/193-statisticsview-rework' into development"
All checks were successful
Push Pipeline / update_version (push) Successful in 6s
Push Pipeline / generate_licenses (push) Successful in 38s
Push Pipeline / generate_localizations (push) Successful in 29s
Push Pipeline / test (push) Successful in 1m35s
Push Pipeline / sort_arb_files (push) Successful in 31s
Push Pipeline / format (push) Successful in 55s
Push Pipeline / build (push) Successful in 4m58s
All checks were successful
Push Pipeline / update_version (push) Successful in 6s
Push Pipeline / generate_licenses (push) Successful in 38s
Push Pipeline / generate_localizations (push) Successful in 29s
Push Pipeline / test (push) Successful in 1m35s
Push Pipeline / sort_arb_files (push) Successful in 31s
Push Pipeline / format (push) Successful in 55s
Push Pipeline / build (push) Successful in 4m58s
This reverts commit24f49e17b9, reversing changes made todba6c218d6. # Conflicts: # pubspec.yaml
This commit is contained in:
@@ -62,18 +62,12 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get color_teal => 'Teal';
|
||||
|
||||
@override
|
||||
String get displayed_entries => 'Displayed entries';
|
||||
|
||||
@override
|
||||
String get color_yellow => 'Yellow';
|
||||
|
||||
@override
|
||||
String get confirm => 'Confirm';
|
||||
|
||||
@override
|
||||
String could_not_add_player(String playerName) {
|
||||
return 'Could not add player $playerName';
|
||||
String could_not_add_player(Object playerName) {
|
||||
return 'Could not add player';
|
||||
}
|
||||
|
||||
@override
|
||||
@@ -91,33 +85,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get create_new_match => 'Create new match';
|
||||
|
||||
@override
|
||||
String get create_statistic => 'Create statistic';
|
||||
|
||||
@override
|
||||
String get classifier => 'Classifier';
|
||||
|
||||
@override
|
||||
String get select_the_filtered_timeframe =>
|
||||
'Select the timeframe you want to filter by.';
|
||||
|
||||
@override
|
||||
String get select_the_filtered_games =>
|
||||
'Select the games you want to filter by.';
|
||||
|
||||
@override
|
||||
String get games => 'Games';
|
||||
|
||||
@override
|
||||
String get select_the_filtered_groups =>
|
||||
'Select the groups you want to filter by.';
|
||||
|
||||
@override
|
||||
String get scope => 'Scope';
|
||||
|
||||
@override
|
||||
String get timeframe => 'Timeframe';
|
||||
|
||||
@override
|
||||
String get created_on => 'Created on';
|
||||
|
||||
@@ -158,18 +125,12 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
return 'If you delete this game template, $_temp0 using this game template will also be deleted.';
|
||||
}
|
||||
|
||||
@override
|
||||
String get filter => 'Filter';
|
||||
|
||||
@override
|
||||
String get delete_group => 'Delete Group';
|
||||
|
||||
@override
|
||||
String get delete_match => 'Delete Match';
|
||||
|
||||
@override
|
||||
String get delete_player => 'Delete player?';
|
||||
|
||||
@override
|
||||
String get description => 'Description';
|
||||
|
||||
@@ -185,12 +146,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get edit_match => 'Edit Match';
|
||||
|
||||
@override
|
||||
String get edit_name => 'Edit name';
|
||||
|
||||
@override
|
||||
String get edit_player => 'Edit player';
|
||||
|
||||
@override
|
||||
String get enter_points => 'Enter points';
|
||||
|
||||
@@ -246,9 +201,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get groups => 'Groups';
|
||||
|
||||
@override
|
||||
String get groups_part_of => 'Groups part of';
|
||||
|
||||
@override
|
||||
String get highest_score => 'Highest Score';
|
||||
|
||||
@@ -282,9 +234,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get live_edit_mode => 'Live Edit Mode';
|
||||
|
||||
@override
|
||||
String get loading => 'Loading...';
|
||||
|
||||
@override
|
||||
String get loser => 'Loser';
|
||||
|
||||
@@ -303,15 +252,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get matches => 'Matches';
|
||||
|
||||
@override
|
||||
String get matches_part_of => 'Matches part of';
|
||||
|
||||
@override
|
||||
String get matches_played => 'Matches played';
|
||||
|
||||
@override
|
||||
String get matches_won => 'Matches won';
|
||||
|
||||
@override
|
||||
String get members => 'Members';
|
||||
|
||||
@@ -339,9 +279,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get no_matches_created_yet => 'No matches created yet';
|
||||
|
||||
@override
|
||||
String get no_matches_played_yet => 'No games played yet';
|
||||
|
||||
@override
|
||||
String get no_players_created_yet => 'No players created yet';
|
||||
|
||||
@@ -364,9 +301,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get no_statistics_available => 'No statistics available';
|
||||
|
||||
@override
|
||||
String get no_statistics_created_yet => 'No statistics created yet';
|
||||
|
||||
@override
|
||||
String get none => 'None';
|
||||
|
||||
@@ -376,9 +310,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get not_available => 'Not available';
|
||||
|
||||
@override
|
||||
String get not_part_of_any_group => 'Not part of any group yet';
|
||||
|
||||
@override
|
||||
String get place => 'place';
|
||||
|
||||
@@ -391,9 +322,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get player_name => 'Player name';
|
||||
|
||||
@override
|
||||
String get player_profile => 'Player Profile';
|
||||
|
||||
@override
|
||||
String get players => 'Players';
|
||||
|
||||
@@ -459,27 +387,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get selected_players => 'Selected players';
|
||||
|
||||
@override
|
||||
String get set_name => 'Set name';
|
||||
|
||||
@override
|
||||
String get settings => 'Settings';
|
||||
|
||||
@override
|
||||
String get select_a_classifier => 'Select a classifier';
|
||||
|
||||
@override
|
||||
String get select_a_game => 'Select a game';
|
||||
|
||||
@override
|
||||
String get select_a_group => 'Select a group';
|
||||
|
||||
@override
|
||||
String get select_a_scope => 'Select a scope';
|
||||
|
||||
@override
|
||||
String get select_a_timeframe => 'Select a timeframe';
|
||||
|
||||
@override
|
||||
String get single_loser => 'Single Loser';
|
||||
|
||||
@@ -492,33 +402,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get stats => 'Stats';
|
||||
|
||||
@override
|
||||
String get selected_games => 'Selected games';
|
||||
|
||||
@override
|
||||
String get selected_groups => 'Selected groups';
|
||||
|
||||
@override
|
||||
String get average_score => 'Average score';
|
||||
|
||||
@override
|
||||
String get best_score => 'Best score';
|
||||
|
||||
@override
|
||||
String get total_losses => 'Total losses';
|
||||
|
||||
@override
|
||||
String get total_matches => 'Total matches';
|
||||
|
||||
@override
|
||||
String get total_score => 'Total score';
|
||||
|
||||
@override
|
||||
String get total_wins => 'Total wins';
|
||||
|
||||
@override
|
||||
String get worst_score => 'Worst score';
|
||||
|
||||
@override
|
||||
String successfully_added_player(String playerName) {
|
||||
return 'Successfully added player $playerName';
|
||||
@@ -538,24 +421,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get tie => 'Tie';
|
||||
|
||||
@override
|
||||
String get all_time => 'All time';
|
||||
|
||||
@override
|
||||
String get last_180_days => 'Last 180 days';
|
||||
|
||||
@override
|
||||
String get last_30_days => 'Last 30 days';
|
||||
|
||||
@override
|
||||
String get last_7_days => 'Last 7 days';
|
||||
|
||||
@override
|
||||
String get last_90_days => 'Last 90 days';
|
||||
|
||||
@override
|
||||
String get last_year => 'Last year';
|
||||
|
||||
@override
|
||||
String get today_at => 'Today at';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user