fix: localizations

This commit is contained in:
2026-05-25 13:17:02 +02:00
parent fb2f6d3adc
commit 4bd2f972df
6 changed files with 155 additions and 204 deletions

View File

@@ -266,22 +266,22 @@ abstract class AppLocalizations {
/// **'Create statistic'**
String get create_statistic;
/// No description provided for @which_key_metric.
///
/// In en, this message translates to:
/// **'Select which key metric you want to display'**
String get which_key_metric;
/// No description provided for @classifier.
///
/// In en, this message translates to:
/// **'Classifier'**
String get classifier;
/// No description provided for @select_the_filtered_timeframe.
///
/// In en, this message translates to:
/// **'Select the timeframe you want to filter by.'**
String get select_the_filtered_timeframe;
/// No description provided for @select_the_filtered_games.
///
/// In en, this message translates to:
/// **'Select the filtered games'**
/// **'Select the games you want to filter by.'**
String get select_the_filtered_games;
/// No description provided for @games.
@@ -293,27 +293,15 @@ abstract class AppLocalizations {
/// No description provided for @select_the_filtered_groups.
///
/// In en, this message translates to:
/// **'Select the filtered groups'**
/// **'Select the groups you want to filter by.'**
String get select_the_filtered_groups;
/// No description provided for @select_main_filter.
///
/// In en, this message translates to:
/// **'Select the main filter for your statistic. This will determine which data is used to calculate the selected classifier.'**
String get select_main_filter;
/// No description provided for @scope.
///
/// In en, this message translates to:
/// **'Scope'**
String get scope;
/// No description provided for @select_a_timeframe_for_which_data_will_be_filtered.
///
/// In en, this message translates to:
/// **'Select a timeframe for which the data will be filtered. Only matches that ended within the selected timeframe will be included in the statistic.'**
String get select_a_timeframe_for_which_data_will_be_filtered;
/// No description provided for @timeframe.
///
/// In en, this message translates to:
@@ -1028,77 +1016,59 @@ abstract class AppLocalizations {
/// **'Stats'**
String get stats;
/// No description provided for @statistic_scope_all_players.
///
/// In en, this message translates to:
/// **'All players'**
String get statistic_scope_all_players;
/// No description provided for @statistic_scope_selected_games.
/// No description provided for @selected_games.
///
/// In en, this message translates to:
/// **'Selected games'**
String get statistic_scope_selected_games;
String get selected_games;
/// No description provided for @statistic_scope_selected_groups.
/// No description provided for @selected_groups.
///
/// In en, this message translates to:
/// **'Selected groups'**
String get statistic_scope_selected_groups;
String get selected_groups;
/// No description provided for @statistic_scope_timeframe.
///
/// In en, this message translates to:
/// **'Timeframe'**
String get statistic_scope_timeframe;
/// No description provided for @statistic_type_average_score.
/// No description provided for @average_score.
///
/// In en, this message translates to:
/// **'Average score'**
String get statistic_type_average_score;
String get average_score;
/// No description provided for @statistic_type_best_score.
/// No description provided for @best_score.
///
/// In en, this message translates to:
/// **'Best score'**
String get statistic_type_best_score;
String get best_score;
/// No description provided for @statistic_type_total_losses.
/// No description provided for @total_losses.
///
/// In en, this message translates to:
/// **'Total losses'**
String get statistic_type_total_losses;
String get total_losses;
/// No description provided for @statistic_type_total_matches.
/// No description provided for @total_matches.
///
/// In en, this message translates to:
/// **'Total matches'**
String get statistic_type_total_matches;
String get total_matches;
/// No description provided for @statistic_type_total_score.
/// No description provided for @total_score.
///
/// In en, this message translates to:
/// **'Total score'**
String get statistic_type_total_score;
String get total_score;
/// No description provided for @statistic_type_total_wins.
/// No description provided for @total_wins.
///
/// In en, this message translates to:
/// **'Total wins'**
String get statistic_type_total_wins;
String get total_wins;
/// No description provided for @statistic_type_winrate.
///
/// In en, this message translates to:
/// **'Winrate'**
String get statistic_type_winrate;
/// No description provided for @statistic_type_worst_score.
/// No description provided for @worst_score.
///
/// In en, this message translates to:
/// **'Worst score'**
String get statistic_type_worst_score;
String get worst_score;
/// Success message when adding a player
///
@@ -1130,41 +1100,41 @@ abstract class AppLocalizations {
/// **'Tie'**
String get tie;
/// No description provided for @timeframe_all_time.
/// No description provided for @all_time.
///
/// In en, this message translates to:
/// **'All time'**
String get timeframe_all_time;
String get all_time;
/// No description provided for @timeframe_last_180_days.
/// No description provided for @last_180_days.
///
/// In en, this message translates to:
/// **'Last 180 days'**
String get timeframe_last_180_days;
String get last_180_days;
/// No description provided for @timeframe_last_30_days.
/// No description provided for @last_30_days.
///
/// In en, this message translates to:
/// **'Last 30 days'**
String get timeframe_last_30_days;
String get last_30_days;
/// No description provided for @timeframe_last_7_days.
/// No description provided for @last_7_days.
///
/// In en, this message translates to:
/// **'Last 7 days'**
String get timeframe_last_7_days;
String get last_7_days;
/// No description provided for @timeframe_last_90_days.
/// No description provided for @last_90_days.
///
/// In en, this message translates to:
/// **'Last 90 days'**
String get timeframe_last_90_days;
String get last_90_days;
/// No description provided for @timeframe_last_year.
/// No description provided for @last_year.
///
/// In en, this message translates to:
/// **'Last year'**
String get timeframe_last_year;
String get last_year;
/// No description provided for @today_at.
///

View File

@@ -95,33 +95,28 @@ class AppLocalizationsDe extends AppLocalizations {
String get create_statistic => 'Statistik erstellen';
@override
String get which_key_metric => 'Select which key metric you want to display';
String get classifier => 'Klassifikator';
@override
String get classifier => 'Classifier';
String get select_the_filtered_timeframe =>
'Wähle einen Zeitraum, nach dem gefiltert werden soll.';
@override
String get select_the_filtered_games => 'Select the filtered games';
String get select_the_filtered_games =>
'Wähle Spiele, nach denen gefiltert werden soll.';
@override
String get games => 'Games';
String get games => 'Spielvorlagen';
@override
String get select_the_filtered_groups => 'Select the filtered groups';
String get select_the_filtered_groups =>
'Wähle Gruppen, nach denen gefiltert werden soll.';
@override
String get select_main_filter =>
'Select the main filter for your statistic. This will determine which data is used to calculate the selected classifier.';
String get scope => 'Bereich';
@override
String get scope => 'Scope';
@override
String get select_a_timeframe_for_which_data_will_be_filtered =>
'Select a timeframe for which the data will be filtered. Only matches that ended within the selected timeframe will be included in the statistic.';
@override
String get timeframe => 'Timeframe';
String get timeframe => 'Zeitraum';
@override
String get created_on => 'Erstellt am';
@@ -370,7 +365,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get no_statistics_available => 'Keine Statistiken verfügbar';
@override
String get no_statistics_created_yet => 'No statistics created yet';
String get no_statistics_created_yet => 'Noch keine Statistiken erstellt';
@override
String get none => 'Kein';
@@ -498,40 +493,31 @@ class AppLocalizationsDe extends AppLocalizations {
String get stats => 'Statistiken';
@override
String get statistic_scope_all_players => 'Alle Spieler:innen';
String get selected_games => 'Ausgewählte Spielvorlagen';
@override
String get statistic_scope_selected_games => 'Ausgewählte Spielvorlagen';
String get selected_groups => 'Ausgewählte Gruppen';
@override
String get statistic_scope_selected_groups => 'Ausgewählte Gruppen';
String get average_score => 'Durchschnittliche Punktzahl';
@override
String get statistic_scope_timeframe => 'Zeitraum';
String get best_score => 'Beste Punktzahl';
@override
String get statistic_type_average_score => 'Durchschnittliche Punktzahl';
String get total_losses => 'Niederlagen insgesamt';
@override
String get statistic_type_best_score => 'Beste Punktzahl';
String get total_matches => 'Spiele insgesamt';
@override
String get statistic_type_total_losses => 'Niederlagen insgesamt';
String get total_score => 'Punktzahl insgesamt';
@override
String get statistic_type_total_matches => 'Spiele insgesamt';
String get total_wins => 'Siege insgesamt';
@override
String get statistic_type_total_score => 'Punktzahl insgesamt';
@override
String get statistic_type_total_wins => 'Siege insgesamt';
@override
String get statistic_type_winrate => 'Siegquote';
@override
String get statistic_type_worst_score => 'Schlechteste Punktzahl';
String get worst_score => 'Schlechteste Punktzahl';
@override
String successfully_added_player(String playerName) {
@@ -554,22 +540,22 @@ class AppLocalizationsDe extends AppLocalizations {
String get tie => 'Unentschieden';
@override
String get timeframe_all_time => 'Gesamter Zeitraum';
String get all_time => 'Gesamter Zeitraum';
@override
String get timeframe_last_180_days => 'Letzte 180 Tage';
String get last_180_days => 'Letzte 180 Tage';
@override
String get timeframe_last_30_days => 'Letzte 30 Tage';
String get last_30_days => 'Letzte 30 Tage';
@override
String get timeframe_last_7_days => 'Letzte 7 Tage';
String get last_7_days => 'Letzte 7 Tage';
@override
String get timeframe_last_90_days => 'Letzte 90 Tage';
String get last_90_days => 'Letzte 90 Tage';
@override
String get timeframe_last_year => 'Letztes Jahr';
String get last_year => 'Letztes Jahr';
@override
String get today_at => 'Heute um';

View File

@@ -94,32 +94,27 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get create_statistic => 'Create statistic';
@override
String get which_key_metric => 'Select which key metric you want to display';
@override
String get classifier => 'Classifier';
@override
String get select_the_filtered_games => 'Select the filtered games';
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 filtered groups';
@override
String get select_main_filter =>
'Select the main filter for your statistic. This will determine which data is used to calculate the selected classifier.';
String get select_the_filtered_groups =>
'Select the groups you want to filter by.';
@override
String get scope => 'Scope';
@override
String get select_a_timeframe_for_which_data_will_be_filtered =>
'Select a timeframe for which the data will be filtered. Only matches that ended within the selected timeframe will be included in the statistic.';
@override
String get timeframe => 'Timeframe';
@@ -498,40 +493,31 @@ class AppLocalizationsEn extends AppLocalizations {
String get stats => 'Stats';
@override
String get statistic_scope_all_players => 'All players';
String get selected_games => 'Selected games';
@override
String get statistic_scope_selected_games => 'Selected games';
String get selected_groups => 'Selected groups';
@override
String get statistic_scope_selected_groups => 'Selected groups';
String get average_score => 'Average score';
@override
String get statistic_scope_timeframe => 'Timeframe';
String get best_score => 'Best score';
@override
String get statistic_type_average_score => 'Average score';
String get total_losses => 'Total losses';
@override
String get statistic_type_best_score => 'Best score';
String get total_matches => 'Total matches';
@override
String get statistic_type_total_losses => 'Total losses';
String get total_score => 'Total score';
@override
String get statistic_type_total_matches => 'Total matches';
String get total_wins => 'Total wins';
@override
String get statistic_type_total_score => 'Total score';
@override
String get statistic_type_total_wins => 'Total wins';
@override
String get statistic_type_winrate => 'Winrate';
@override
String get statistic_type_worst_score => 'Worst score';
String get worst_score => 'Worst score';
@override
String successfully_added_player(String playerName) {
@@ -553,22 +539,22 @@ class AppLocalizationsEn extends AppLocalizations {
String get tie => 'Tie';
@override
String get timeframe_all_time => 'All time';
String get all_time => 'All time';
@override
String get timeframe_last_180_days => 'Last 180 days';
String get last_180_days => 'Last 180 days';
@override
String get timeframe_last_30_days => 'Last 30 days';
String get last_30_days => 'Last 30 days';
@override
String get timeframe_last_7_days => 'Last 7 days';
String get last_7_days => 'Last 7 days';
@override
String get timeframe_last_90_days => 'Last 90 days';
String get last_90_days => 'Last 90 days';
@override
String get timeframe_last_year => 'Last year';
String get last_year => 'Last year';
@override
String get today_at => 'Today at';