Skip to content

Commit

Permalink
Fix conflicts with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Dec 12, 2024
2 parents 56075dc + 0b8c1d9 commit 0b99e6b
Show file tree
Hide file tree
Showing 127 changed files with 3,720 additions and 2,898 deletions.
3 changes: 1 addition & 2 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"mobileAllGames": "All games",
"mobileAreYouSure": "Are you sure?",
"mobileBlindfoldMode": "Blindfold",
"mobileCancelTakebackOffer": "Cancel takeback offer",
"mobileClearButton": "Clear",
"mobileCorrespondenceClearSavedMove": "Clear saved move",
Expand Down Expand Up @@ -365,7 +364,6 @@
"broadcastTimezone": "Time zone",
"broadcastFideRatingCategory": "FIDE rating category",
"broadcastOptionalDetails": "Optional details",
"broadcastUpcomingBroadcasts": "Upcoming broadcasts",
"broadcastPastBroadcasts": "Past broadcasts",
"broadcastAllBroadcastsByMonth": "View all broadcasts by month",
"broadcastNbBroadcasts": "{count, plural, =1{{count} broadcast} other{{count} broadcasts}}",
Expand Down Expand Up @@ -616,6 +614,7 @@
"preferencesNotifyWeb": "Browser",
"preferencesNotifyDevice": "Device",
"preferencesBellNotificationSound": "Bell notification sound",
"preferencesBlindfold": "Blindfold",
"puzzlePuzzles": "Puzzles",
"puzzlePuzzleThemes": "Puzzle Themes",
"puzzleRecommended": "Recommended",
Expand Down
18 changes: 6 additions & 12 deletions lib/l10n/l10n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,6 @@ abstract class AppLocalizations {
/// **'Are you sure?'**
String get mobileAreYouSure;

/// No description provided for @mobileBlindfoldMode.
///
/// In en, this message translates to:
/// **'Blindfold'**
String get mobileBlindfoldMode;

/// No description provided for @mobileCancelTakebackOffer.
///
/// In en, this message translates to:
Expand Down Expand Up @@ -1044,12 +1038,6 @@ abstract class AppLocalizations {
/// **'Optional details'**
String get broadcastOptionalDetails;

/// No description provided for @broadcastUpcomingBroadcasts.
///
/// In en, this message translates to:
/// **'Upcoming broadcasts'**
String get broadcastUpcomingBroadcasts;

/// No description provided for @broadcastPastBroadcasts.
///
/// In en, this message translates to:
Expand Down Expand Up @@ -1806,6 +1794,12 @@ abstract class AppLocalizations {
/// **'Bell notification sound'**
String get preferencesBellNotificationSound;

/// No description provided for @preferencesBlindfold.
///
/// In en, this message translates to:
/// **'Blindfold'**
String get preferencesBlindfold;

/// No description provided for @puzzlePuzzles.
///
/// In en, this message translates to:
Expand Down
9 changes: 3 additions & 6 deletions lib/l10n/l10n_af.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class AppLocalizationsAf extends AppLocalizations {
@override
String get mobileAreYouSure => 'Is jy seker?';

@override
String get mobileBlindfoldMode => 'Geblinddoek';

@override
String get mobileCancelTakebackOffer => 'Cancel takeback offer';

Expand Down Expand Up @@ -592,9 +589,6 @@ class AppLocalizationsAf extends AppLocalizations {
@override
String get broadcastOptionalDetails => 'Optional details';

@override
String get broadcastUpcomingBroadcasts => 'Upcoming broadcasts';

@override
String get broadcastPastBroadcasts => 'Past broadcasts';

Expand Down Expand Up @@ -1011,6 +1005,9 @@ class AppLocalizationsAf extends AppLocalizations {
@override
String get preferencesBellNotificationSound => 'Klokkie kennisgewing klank';

@override
String get preferencesBlindfold => 'Blinddoek';

@override
String get puzzlePuzzles => 'Raaisels';

Expand Down
9 changes: 3 additions & 6 deletions lib/l10n/l10n_ar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class AppLocalizationsAr extends AppLocalizations {
@override
String get mobileAreYouSure => 'هل أنت واثق؟';

@override
String get mobileBlindfoldMode => 'معصوب العينين';

@override
String get mobileCancelTakebackOffer => 'إلغاء عرض الاسترداد';

Expand Down Expand Up @@ -660,9 +657,6 @@ class AppLocalizationsAr extends AppLocalizations {
@override
String get broadcastOptionalDetails => 'Optional details';

@override
String get broadcastUpcomingBroadcasts => 'Upcoming broadcasts';

@override
String get broadcastPastBroadcasts => 'Past broadcasts';

Expand Down Expand Up @@ -1083,6 +1077,9 @@ class AppLocalizationsAr extends AppLocalizations {
@override
String get preferencesBellNotificationSound => 'صوت التنبيه';

@override
String get preferencesBlindfold => 'معصوب العينين';

@override
String get puzzlePuzzles => 'الألغاز';

Expand Down
9 changes: 3 additions & 6 deletions lib/l10n/l10n_az.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class AppLocalizationsAz extends AppLocalizations {
@override
String get mobileAreYouSure => 'Are you sure?';

@override
String get mobileBlindfoldMode => 'Blindfold';

@override
String get mobileCancelTakebackOffer => 'Cancel takeback offer';

Expand Down Expand Up @@ -592,9 +589,6 @@ class AppLocalizationsAz extends AppLocalizations {
@override
String get broadcastOptionalDetails => 'Optional details';

@override
String get broadcastUpcomingBroadcasts => 'Upcoming broadcasts';

@override
String get broadcastPastBroadcasts => 'Past broadcasts';

Expand Down Expand Up @@ -1011,6 +1005,9 @@ class AppLocalizationsAz extends AppLocalizations {
@override
String get preferencesBellNotificationSound => 'Bell notification sound';

@override
String get preferencesBlindfold => 'Blindfold';

@override
String get puzzlePuzzles => 'Tapmacalar';

Expand Down
11 changes: 4 additions & 7 deletions lib/l10n/l10n_be.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class AppLocalizationsBe extends AppLocalizations {
@override
String get mobileAreYouSure => 'Вы ўпэўнены?';

@override
String get mobileBlindfoldMode => 'Blindfold';

@override
String get mobileCancelTakebackOffer => 'Cancel takeback offer';

Expand Down Expand Up @@ -626,9 +623,6 @@ class AppLocalizationsBe extends AppLocalizations {
@override
String get broadcastOptionalDetails => 'Optional details';

@override
String get broadcastUpcomingBroadcasts => 'Upcoming broadcasts';

@override
String get broadcastPastBroadcasts => 'Past broadcasts';

Expand Down Expand Up @@ -1045,6 +1039,9 @@ class AppLocalizationsBe extends AppLocalizations {
@override
String get preferencesBellNotificationSound => 'Гукавое паведамленне';

@override
String get preferencesBlindfold => 'Blindfold';

@override
String get puzzlePuzzles => 'Задачы';

Expand Down Expand Up @@ -1908,7 +1905,7 @@ class AppLocalizationsBe extends AppLocalizations {
String get usingServerAnalysis => 'Выкарыстоўваецца серверны аналіз';

@override
String get loadingEngine => 'Загружаем шахматную праграму...';
String get loadingEngine => 'Загружаем рухавічок...';

@override
String get calculatingMoves => 'Пралічваем хады...';
Expand Down
27 changes: 12 additions & 15 deletions lib/l10n/l10n_bg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class AppLocalizationsBg extends AppLocalizations {
@override
String get mobileAreYouSure => 'Сигурни ли сте?';

@override
String get mobileBlindfoldMode => 'Blindfold';

@override
String get mobileCancelTakebackOffer => 'Cancel takeback offer';

Expand Down Expand Up @@ -496,16 +493,16 @@ class AppLocalizationsBg extends AppLocalizations {
String get broadcastRecentTournaments => 'Recent tournaments';

@override
String get broadcastOpenLichess => 'Open in Lichess';
String get broadcastOpenLichess => 'Отвори в Lichess';

@override
String get broadcastTeams => 'Teams';
String get broadcastTeams => 'Отбори';

@override
String get broadcastBoards => 'Boards';
String get broadcastBoards => 'Дъски';

@override
String get broadcastOverview => 'Overview';
String get broadcastOverview => 'Общ преглед';

@override
String get broadcastSubscribeTitle => 'Subscribe to be notified when each round starts. You can toggle bell or push notifications for broadcasts in your account preferences.';
Expand Down Expand Up @@ -533,10 +530,10 @@ class AppLocalizationsBg extends AppLocalizations {
String get broadcastNotYetStarted => 'The broadcast has not yet started.';

@override
String get broadcastOfficialWebsite => 'Official website';
String get broadcastOfficialWebsite => 'Официален уебсайт';

@override
String get broadcastStandings => 'Standings';
String get broadcastStandings => 'Класиране';

@override
String get broadcastOfficialStandings => 'Official Standings';
Expand Down Expand Up @@ -566,10 +563,10 @@ class AppLocalizationsBg extends AppLocalizations {
String get broadcastRatingDiff => 'Rating diff';

@override
String get broadcastGamesThisTournament => 'Games in this tournament';
String get broadcastGamesThisTournament => 'Игри в този турнир';

@override
String get broadcastScore => 'Score';
String get broadcastScore => 'Резултат';

@override
String get broadcastAllTeams => 'All teams';
Expand All @@ -592,9 +589,6 @@ class AppLocalizationsBg extends AppLocalizations {
@override
String get broadcastOptionalDetails => 'Optional details';

@override
String get broadcastUpcomingBroadcasts => 'Upcoming broadcasts';

@override
String get broadcastPastBroadcasts => 'Past broadcasts';

Expand Down Expand Up @@ -1011,6 +1005,9 @@ class AppLocalizationsBg extends AppLocalizations {
@override
String get preferencesBellNotificationSound => 'Мелодия за известия';

@override
String get preferencesBlindfold => 'Blindfold';

@override
String get puzzlePuzzles => 'Задачи';

Expand Down Expand Up @@ -4339,7 +4336,7 @@ class AppLocalizationsBg extends AppLocalizations {
String get nothingToSeeHere => 'Nothing to see here at the moment.';

@override
String get stats => 'Stats';
String get stats => 'Статистика';

@override
String opponentLeftCounter(int count) {
Expand Down
9 changes: 3 additions & 6 deletions lib/l10n/l10n_bn.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class AppLocalizationsBn extends AppLocalizations {
@override
String get mobileAreYouSure => 'Are you sure?';

@override
String get mobileBlindfoldMode => 'Blindfold';

@override
String get mobileCancelTakebackOffer => 'Cancel takeback offer';

Expand Down Expand Up @@ -592,9 +589,6 @@ class AppLocalizationsBn extends AppLocalizations {
@override
String get broadcastOptionalDetails => 'Optional details';

@override
String get broadcastUpcomingBroadcasts => 'Upcoming broadcasts';

@override
String get broadcastPastBroadcasts => 'Past broadcasts';

Expand Down Expand Up @@ -1011,6 +1005,9 @@ class AppLocalizationsBn extends AppLocalizations {
@override
String get preferencesBellNotificationSound => 'Bell notification sound';

@override
String get preferencesBlindfold => 'Blindfold';

@override
String get puzzlePuzzles => 'পাজল';

Expand Down
15 changes: 6 additions & 9 deletions lib/l10n/l10n_br.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class AppLocalizationsBr extends AppLocalizations {
@override
String get mobileAreYouSure => 'Are you sure?';

@override
String get mobileBlindfoldMode => 'Blindfold';

@override
String get mobileCancelTakebackOffer => 'Cancel takeback offer';

Expand Down Expand Up @@ -643,9 +640,6 @@ class AppLocalizationsBr extends AppLocalizations {
@override
String get broadcastOptionalDetails => 'Optional details';

@override
String get broadcastUpcomingBroadcasts => 'Upcoming broadcasts';

@override
String get broadcastPastBroadcasts => 'Past broadcasts';

Expand Down Expand Up @@ -1062,6 +1056,9 @@ class AppLocalizationsBr extends AppLocalizations {
@override
String get preferencesBellNotificationSound => 'Klevet ar c\'hloc\'h';

@override
String get preferencesBlindfold => 'Blindfold';

@override
String get puzzlePuzzles => 'Poelladennoù';

Expand Down Expand Up @@ -5528,16 +5525,16 @@ class AppLocalizationsBr extends AppLocalizations {
String get studyWhereDoYouWantToStudyThat => 'Pelec\'h ho peus c\'hoant da studiañ se?';

@override
String get studyGoodMove => 'Good move';
String get studyGoodMove => 'Fiñvadenn vat';

@override
String get studyMistake => 'Mistake';
String get studyMistake => 'Fazi';

@override
String get studyBrilliantMove => 'Brilliant move';

@override
String get studyBlunder => 'Blunder';
String get studyBlunder => 'Bourd';

@override
String get studyInterestingMove => 'Interesting move';
Expand Down
9 changes: 3 additions & 6 deletions lib/l10n/l10n_bs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class AppLocalizationsBs extends AppLocalizations {
@override
String get mobileAreYouSure => 'Are you sure?';

@override
String get mobileBlindfoldMode => 'Blindfold';

@override
String get mobileCancelTakebackOffer => 'Cancel takeback offer';

Expand Down Expand Up @@ -609,9 +606,6 @@ class AppLocalizationsBs extends AppLocalizations {
@override
String get broadcastOptionalDetails => 'Optional details';

@override
String get broadcastUpcomingBroadcasts => 'Upcoming broadcasts';

@override
String get broadcastPastBroadcasts => 'Past broadcasts';

Expand Down Expand Up @@ -1029,6 +1023,9 @@ class AppLocalizationsBs extends AppLocalizations {
@override
String get preferencesBellNotificationSound => 'Zvuk obavještenja';

@override
String get preferencesBlindfold => 'Blindfold';

@override
String get puzzlePuzzles => 'Problemi';

Expand Down
Loading

0 comments on commit 0b99e6b

Please sign in to comment.