-
-
Notifications
You must be signed in to change notification settings - Fork 445
Expand file tree
/
Copy pathapp_en.arb
More file actions
3777 lines (3777 loc) · 137 KB
/
Copy pathapp_en.arb
File metadata and controls
3777 lines (3777 loc) · 137 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"mobileAccount": "Account",
"mobileAccountPreferences": "Account preferences",
"mobileAccountPreferencesHelp": "These preferences are applied to your Lichess account and will be used across all devices.",
"mobileAllGames": "All games",
"mobileAreYouSure": "Are you sure?",
"mobileBoardSettings": "Board settings",
"mobileCancelTakebackOffer": "Cancel takeback offer",
"mobileClearButton": "Clear",
"mobileCorrespondenceClearSavedMove": "Clear saved move",
"mobileCustomGameJoinAGame": "Join a game",
"mobileFeedbackButton": "Feedback",
"mobileGoodEvening": "Good evening, {param}",
"@mobileGoodEvening": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"mobileGoodEveningWithoutName": "Good evening",
"mobileGoodDay": "Good day, {param}",
"@mobileGoodDay": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"mobileGoodDayWithoutName": "Good day",
"mobileHideVariation": "Hide variation",
"mobileHomeTab": "Home",
"mobileLiveStreamers": "Live streamers",
"mobileMustBeLoggedIn": "You must be logged in to view this page.",
"mobileNewGame": "New game",
"mobileNoSearchResults": "No results",
"mobileNotAllFeaturesAreAvailable": "Please note that not all features from the old app or the website are currently available, but we are adding features all the time.",
"mobileNotFollowingAnyUser": "You are not following any users.",
"mobileOkButton": "OK",
"mobileOverTheBoard": "Over the board",
"mobilePlayersMatchingSearchTerm": "Players with \"{param}\"",
"@mobilePlayersMatchingSearchTerm": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"mobilePositionLeft": "Left",
"mobilePositionRight": "Right",
"mobilePrefMagnifyDraggedPiece": "Magnify dragged piece",
"mobilePuzzleStormConfirmEndRun": "Do you want to end this run?",
"mobilePuzzleStormFilterNothingToShow": "Nothing to show, please change the filters",
"mobilePuzzleStormNothingToShow": "Nothing to show. Play some runs of Puzzle Storm.",
"mobilePuzzleStormSubtitle": "Solve as many puzzles as possible in 3 minutes.",
"mobilePuzzleStreakAbortWarning": "You will lose your current streak and your score will be saved.",
"mobilePuzzleThemesSubtitle": "Play puzzles from your favorite openings, or choose a theme.",
"mobilePuzzlesTab": "Puzzles",
"mobileRecentSearches": "Recent searches",
"mobileRemoveBookmark": "Remove bookmark",
"mobileServerAnalysis": "Server analysis",
"mobileSettingsClockPosition": "Clock position",
"mobileSettingsCustomBackgroundPresets": "Presets",
"mobileSettingsDraggedPieceTarget": "Dragged piece target",
"mobileSettingsDraggedTargetCircle": "Circle",
"mobileSettingsDraggedTargetSquare": "Square",
"mobileSettingsHomeWidgets": "Home widgets",
"mobileSettingsImmersiveMode": "Immersive mode",
"mobileSettingsImmersiveModeSubtitle": "Hide system UI while playing. Use this if you are bothered by the system's navigation gestures at the edges of the screen. Applies to game and puzzle screens.",
"mobileSettingsMaterialDifferenceCapturedPieces": "Captured pieces",
"mobileSettingsPickAnImage": "Pick an image",
"mobileSettingsPickAnImageHelp": "Custom background works only in dark mode. A dark image is recommended.",
"mobileSettingsPickAnImageBlur": "Blur the image",
"mobileSettingsPickAnImageHideBoard": "Hide board",
"mobileSettingsPickAnImageShowBoard": "Show board",
"mobileSettingsPickAnImageSwipeToDisplay": "Swipe to display other backgrounds",
"mobileSettingsPieceShiftMethodEither": "Either tap or drag",
"mobileSettingsPieceShiftMethodTapTwoSquares": "Tap two squares",
"mobileSettingsShapeDrawing": "Shape drawing",
"mobileSettingsShapeDrawingSubtitle": "Draw shapes using two fingers: maintain one finger on an empty square and drag another finger to draw a shape.",
"mobileSettingsShowBorder": "Show border",
"mobileSettingsTouchFeedback": "Touch feedback",
"mobileSettingsTouchFeedbackSubtitle": "When enabled, the device will vibrate shortly when you move or capture a piece.",
"mobileSettingsTab": "Settings",
"mobileShareGamePGN": "Share PGN",
"mobileShareGameURL": "Share game URL",
"mobileSharePositionAsFEN": "Share position as FEN",
"mobileSharePuzzle": "Share this puzzle",
"mobileShowComments": "Show comments",
"mobileShowResult": "Show result",
"mobileShowVariations": "Show variations",
"mobileSomethingWentWrong": "Something went wrong.",
"mobileSystemColors": "System colors",
"mobileTheme": "Theme",
"mobileToolsTab": "Tools",
"mobileUnsupportedVariant": "Variant {param} is not supported in this version.",
"@mobileUnsupportedVariant": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"mobileWaitingForOpponentToJoin": "Waiting for opponent to join...",
"mobileWatchTab": "Watch",
"mobileWelcomeToLichessApp": "Welcome to Lichess app!",
"mobileViewGame": "View Game",
"mobileCustomizeHomeTip": "Tip: You can add more widgets to the Home Screen or remove those you don't need!",
"mobileCustomizeHomeTipDismiss": "Dismiss",
"mobileCustomizeButton": "Customize",
"mobileStopShowingThreat": "Stop showing threat",
"mobileTournamentCompleted": "Completed",
"mobileTournamentJumpToMyPage": "Jump to my page",
"mobileDisplayModeCompact": "Compact",
"mobileDisplayModeDetailed": "Detailed",
"mobileOpeningExplorerNotAvailableOffline": "Opening Explorer is not available offline.",
"mobileChallengeCreated": "Challenge created: You will be notified when the game starts.\nYou can access it from the home tab.",
"mobilePreviousPage": "Previous",
"mobileOrImportPgnFile": "Or import a PGN file",
"mobileServerOutageMessage": "Lichess is undergoing technical difficulties. We're doing everything we can, and expect to be back up very soon.",
"mobileServerOutageKeepInformed": "To get updates on the maintenance, checkout our social media channels.",
"mobileGoodMoveButThereIsBetter": "Good move, but there's better",
"variantStandard": "Standard",
"variantStandardTitle": "Standard rules of chess (FIDE)",
"variantChess960": "Chess960",
"variantChess960Title": "The starting position of the home rank pieces is randomised.",
"variantKingOfTheHill": "King of the Hill",
"variantKingOfTheHillTitle": "Bring your King to the centre to win the game.",
"variantThreeCheck": "Three-Check",
"variantThreeCheckTitle": "Check your opponent 3 times to win the game.",
"variantAntichess": "Antichess",
"variantAntichessTitle": "Lose all your pieces (or get stalemated) to win the game.",
"variantAtomic": "Atomic",
"variantAtomicTitle": "Nuke your opponent's king to win.",
"variantHorde": "Horde",
"variantHordeTitle": "One side has a large number of pawns, the other has a normal army.",
"variantRacingKings": "Racing Kings",
"variantRacingKingsTitle": "Get your king to the other side of the board to win.",
"variantCrazyhouse": "Crazyhouse",
"variantCrazyhouseTitle": "Captured pieces can be dropped back on the board instead of moving a piece.",
"variantFromPosition": "From Position",
"variantFromPositionTitle": "Standard chess from a custom position",
"activityActivity": "Activity",
"activityHostedALiveStream": "Hosted a live stream",
"activityRankedInSwissTournament": "Ranked #{param1} in {param2}",
"@activityRankedInSwissTournament": {
"placeholders": {
"param1": {
"type": "String"
},
"param2": {
"type": "String"
}
}
},
"activitySignedUp": "Signed up to lichess.org",
"activitySupportedNbMonths": "{count, plural, =1{Supported lichess.org for {count} month as a {param2}} other{Supported lichess.org for {count} months as a {param2}}}",
"@activitySupportedNbMonths": {
"placeholders": {
"count": {
"type": "int"
},
"param2": {
"type": "String"
}
}
},
"activityPracticedNbPositions": "{count, plural, =1{Practised {count} position on {param2}} other{Practised {count} positions on {param2}}}",
"@activityPracticedNbPositions": {
"placeholders": {
"count": {
"type": "int"
},
"param2": {
"type": "String"
}
}
},
"activitySolvedNbPuzzles": "{count, plural, =1{Solved {count} training puzzle} other{Solved {count} training puzzles}}",
"@activitySolvedNbPuzzles": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityPlayedNbGames": "{count, plural, =1{Played {count} {param2} game} other{Played {count} {param2} games}}",
"@activityPlayedNbGames": {
"placeholders": {
"count": {
"type": "int"
},
"param2": {
"type": "String"
}
}
},
"activityPostedNbMessages": "{count, plural, =1{Posted {count} message in {param2}} other{Posted {count} messages in {param2}}}",
"@activityPostedNbMessages": {
"placeholders": {
"count": {
"type": "int"
},
"param2": {
"type": "String"
}
}
},
"activityPlayedNbMoves": "{count, plural, =1{Played {count} move} other{Played {count} moves}}",
"@activityPlayedNbMoves": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityInNbCorrespondenceGames": "{count, plural, =1{in {count} correspondence game} other{in {count} correspondence games}}",
"@activityInNbCorrespondenceGames": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityCompletedNbGames": "{count, plural, =1{Completed {count} correspondence game} other{Completed {count} correspondence games}}",
"@activityCompletedNbGames": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityCompletedNbVariantGames": "{count, plural, =1{Completed {count} {param2} correspondence game} other{Completed {count} {param2} correspondence games}}",
"@activityCompletedNbVariantGames": {
"placeholders": {
"count": {
"type": "int"
},
"param2": {
"type": "String"
}
}
},
"activityFollowedNbPlayers": "{count, plural, =1{Started following {count} player} other{Started following {count} players}}",
"@activityFollowedNbPlayers": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityGainedNbFollowers": "{count, plural, =1{Gained {count} new follower} other{Gained {count} new followers}}",
"@activityGainedNbFollowers": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityHostedNbSimuls": "{count, plural, =1{Hosted {count} simultaneous exhibition} other{Hosted {count} simultaneous exhibitions}}",
"@activityHostedNbSimuls": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityJoinedNbSimuls": "{count, plural, =1{Participated in {count} simultaneous exhibition} other{Participated in {count} simultaneous exhibitions}}",
"@activityJoinedNbSimuls": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityCreatedNbStudies": "{count, plural, =1{Created {count} new study} other{Created {count} new studies}}",
"@activityCreatedNbStudies": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityCompetedInNbTournaments": "{count, plural, =1{Competed in {count} Arena tournament} other{Competed in {count} Arena tournaments}}",
"@activityCompetedInNbTournaments": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityRankedInTournament": "{count, plural, =1{Ranked #{count} (top {param2}%) with {param3} game in {param4}} other{Ranked #{count} (top {param2}%) with {param3} games in {param4}}}",
"@activityRankedInTournament": {
"placeholders": {
"count": {
"type": "int"
},
"param2": {
"type": "String"
},
"param3": {
"type": "String"
},
"param4": {
"type": "String"
}
}
},
"activityCompetedInNbSwissTournaments": "{count, plural, =1{Competed in {count} Swiss tournament} other{Competed in {count} Swiss tournaments}}",
"@activityCompetedInNbSwissTournaments": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"activityJoinedNbTeams": "{count, plural, =1{Joined {count} team} other{Joined {count} teams}}",
"@activityJoinedNbTeams": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"arenaArena": "Arena",
"arenaArenaTournaments": "Arena tournaments",
"arenaIsItRated": "Is it rated?",
"arenaWillBeNotified": "You will be notified when the tournament starts, so feel free to leave this tab idle.",
"arenaIsRated": "This tournament is rated and will affect your rating.",
"arenaIsNotRated": "This tournament is *not* rated and will *not* affect your rating.",
"arenaSomeRated": "Some tournaments are rated and will affect your rating.",
"arenaHowAreScoresCalculated": "How are scores calculated?",
"arenaHowAreScoresCalculatedAnswer": "A win has a base score of 2 points, a draw 1 point, and a loss is worth no points.\nIf you win two games consecutively you will start a double-point streak, represented by a flame icon.\nThe following games will continue to be worth double points until you fail to win a game.\nThat is, a win will be worth 4 points, a draw 2 points and a loss will still not award any points.\n\nFor example, two wins followed by a draw will be worth 6 points: 2 + 2 + (2 x 1)",
"arenaBerserk": "Berserk",
"arenaBerserkAnswer": "When a player clicks the Berserk button at the beginning of the game, they lose half of their clock time, but the win is worth one extra tournament point.\n\nGoing Berserk in time controls with an increment also cancels the increment (1+2 is an exception, it gives 1+0).\n\nBerserk is not available for games with zero initial time (0+1, 0+2).\n\nBerserk only grants an extra point if you play at least 7 moves in the game.",
"arenaHowIsTheWinnerDecided": "How is the winner decided?",
"arenaHowIsTheWinnerDecidedAnswer": "When the tournament time limit expires, the player with the most points is declared the winner.\n\nIf two or more players are tied for points, tournament performance is the tie-break.",
"arenaHowDoesPairingWork": "How does the pairing work?",
"arenaHowDoesPairingWorkAnswer": "At the start of the tournament, players are paired based on their rating.\nAs soon as you finish a game and return to the tournament lobby, you will be paired with a new opponent close to your rank in the tournament. This keeps waiting times short. Note that you may not face every other player in the tournament.\nPlay quickly to play more games and score more points.",
"arenaHowDoesItEnd": "How does it end?",
"arenaHowDoesItEndAnswer": "The tournament has a countdown clock. When it reaches zero, the tournament rankings are frozen, and the winner is announced. Games in progress must be finished, however, they don't count for the tournament.",
"arenaOtherRules": "Other important rules",
"arenaThereIsACountdown": "There is a countdown for your first move. Failing to make a move within this time will forfeit the game to your opponent.",
"arenaThisIsPrivate": "This is a private tournament",
"arenaShareUrl": "Share this URL to let people join: {param}",
"@arenaShareUrl": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"arenaDrawStreakStandard": "Draw streaks: When a player has consecutive draws in an arena, only the first draw will result in a point or draws lasting more than {param} moves in standard games. The draw streak can only be broken by a win, not a loss or a draw.",
"@arenaDrawStreakStandard": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"arenaDrawStreakVariants": "The minimum game length for drawn games to award points differs by variant. The table below lists the threshold for each variant.",
"arenaVariant": "Variant",
"arenaMinimumGameLength": "Minimum game length",
"arenaHistory": "Arena History",
"arenaNewTeamBattle": "New Team Battle",
"arenaCustomStartDate": "Custom start date",
"arenaCustomStartDateHelp": "In your own local timezone. This overrides the \"Time before tournament starts\" setting",
"arenaAllowBerserk": "Allow Berserk",
"arenaAllowBerserkHelp": "Let players halve their clock time to gain an extra point",
"arenaAllowChatHelp": "Let players discuss in a chat room",
"arenaArenaStreaks": "Arena streaks",
"arenaArenaStreaksHelp": "After 2 wins, consecutive wins grant 4 points instead of 2.",
"arenaNoBerserkAllowed": "No Berserk allowed",
"arenaNoArenaStreaks": "No Arena streaks",
"arenaAveragePerformance": "Average performance",
"arenaAverageScore": "Average score",
"arenaMyTournaments": "My tournaments",
"arenaEditTournament": "Edit tournament",
"arenaEditTeamBattle": "Edit team battle",
"arenaDefender": "Defender",
"arenaPickYourTeam": "Pick your team",
"arenaWhichTeamWillYouRepresentInThisBattle": "Which team will you represent in this battle?",
"arenaYouMustJoinOneOfTheseTeamsToParticipate": "You must join one of these teams to participate!",
"arenaCreated": "Created",
"arenaRecentlyPlayed": "Last played",
"arenaBestResults": "Best results",
"arenaTournamentStats": "Tournament stats",
"arenaRankAvgHelp": "The rank average is a percentage of your ranking. Lower is better.\n\nFor instance, being ranked 3 in a tournament of 100 players = 3%. Being ranked 10 in a tournament of 1000 players = 1%.",
"arenaMedians": "medians",
"arenaAllAveragesAreX": "All averages on this page are {param}.",
"@arenaAllAveragesAreX": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"arenaTotal": "Total",
"arenaPointsAvg": "Points average",
"arenaPointsSum": "Points sum",
"arenaRankAvg": "Rank average",
"arenaTournamentWinners": "Tournament winners",
"arenaTournamentShields": "Tournament shields",
"arenaOnlyTitled": "Only titled players",
"arenaOnlyTitledHelp": "Require an official title to join the tournament",
"arenaTournamentPairingsAreNowClosed": "The tournament pairings are now closed.",
"arenaBerserkRate": "Berserk rate",
"arenaDrawingWithinNbMoves": "{count, plural, =1{Drawing the game within the first {count} move will earn neither player any points.} other{Drawing the game within the first {count} moves will earn neither player any points.}}",
"@arenaDrawingWithinNbMoves": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"arenaViewAllXTeams": "{count, plural, =1{View the team} other{View all {count} teams}}",
"@arenaViewAllXTeams": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"broadcastBroadcasts": "Broadcasts",
"broadcastMyBroadcasts": "My broadcasts",
"broadcastLiveBroadcasts": "Live tournament broadcasts",
"broadcastBroadcastCalendar": "Broadcast calendar",
"broadcastNewBroadcast": "New live broadcast",
"broadcastSubscribedBroadcasts": "Subscribed broadcasts",
"broadcastAboutBroadcasts": "About broadcasts",
"broadcastHowToUseLichessBroadcasts": "How to use Lichess Broadcasts.",
"broadcastTheNewRoundHelp": "The new round will have the same members and contributors as the previous one.",
"broadcastAddRound": "Add a round",
"broadcastOngoing": "Ongoing",
"broadcastUpcoming": "Upcoming",
"broadcastRoundName": "Round name",
"broadcastTournamentName": "Event name",
"broadcastTournamentDescription": "Short tournament description",
"broadcastFullDescription": "Full event description",
"broadcastFullDescriptionHelp": "Optional long description of the event. You can use {param1} for additional formatting options. Length must be less than {param2} characters.",
"@broadcastFullDescriptionHelp": {
"placeholders": {
"param1": {
"type": "String"
},
"param2": {
"type": "String"
}
}
},
"broadcastSourceSingleUrl": "PGN Source URL",
"broadcastSourceUrlHelp": "URL that Lichess will check to get PGN updates. It must be publicly accessible from the Internet.",
"broadcastSourceGameIds": "Up to 64 Lichess game IDs, separated by spaces.",
"broadcastStartDateTimeZone": "Start date in the tournament local timezone: {param}",
"@broadcastStartDateTimeZone": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastStartDateHelp": "Optional, if you know when the event starts",
"broadcastCurrentGameUrl": "Current game URL",
"broadcastDownloadAllRounds": "Download all rounds",
"broadcastResetRound": "Reset this round",
"broadcastDeleteRound": "Delete this round",
"broadcastDefinitivelyDeleteRound": "Definitively delete the round and all its games.",
"broadcastDeleteAllGamesOfThisRound": "Delete all games of this round. The source will need to be active in order to re-create them.",
"broadcastEditRoundStudy": "Edit round study",
"broadcastDeleteTournament": "Delete this tournament",
"broadcastDefinitivelyDeleteTournament": "Definitively delete the entire tournament, all its rounds and all its games.",
"broadcastShowScores": "Show player scores based on game results",
"broadcastReplacePlayerTags": "Optional: replace player names, ratings and titles",
"broadcastFideFederations": "FIDE federations",
"broadcastTop10Rating": "Top 10 rating",
"broadcastFidePlayers": "FIDE players",
"broadcastFidePlayerNotFound": "FIDE player not found",
"broadcastFideProfile": "FIDE profile",
"broadcastFederation": "Federation",
"broadcastAge": "Age",
"broadcastUnrated": "Unrated",
"broadcastRecentTournaments": "Recent tournaments",
"broadcastOpenLichess": "Open in Lichess",
"broadcastTeams": "Teams",
"broadcastBoards": "Boards",
"broadcastOverview": "Overview",
"broadcastSubscribeTitle": "Subscribe to be notified when each round starts. You can toggle bell or push notifications for broadcasts in your account preferences.",
"broadcastUploadImage": "Upload tournament image",
"broadcastNoBoardsYet": "No boards yet. These will appear once games are uploaded.",
"broadcastBoardsCanBeLoaded": "Boards can be loaded with a source or via the {param}",
"@broadcastBoardsCanBeLoaded": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastStartsAfter": "Starts after {param}",
"@broadcastStartsAfter": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastStartVerySoon": "The broadcast will start very soon.",
"broadcastNotYetStarted": "The broadcast has not yet started.",
"broadcastOfficialWebsite": "Official website",
"broadcastOfficialStandings": "Official standings",
"broadcastRegulations": "Regulations",
"broadcastIframeHelp": "Find more options on the {param}.",
"@broadcastIframeHelp": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastWebmastersPage": "Webmasters page",
"broadcastEmbedThisBroadcast": "Embed this broadcast in your website",
"broadcastRatingDiff": "Rating diff",
"broadcastGamesThisTournament": "Games in this tournament",
"broadcastScore": "Score",
"broadcastStandingsDisclaimer": "Standings are calculated using broadcasted games and may differ from official results.",
"broadcastAllTeams": "All teams",
"broadcastTournamentFormat": "Tournament format",
"broadcastTournamentLocation": "Event location",
"broadcastTopPlayers": "Top players",
"broadcastTimezone": "Time zone",
"broadcastFideRatingCategory": "FIDE rating category",
"broadcastOptionalDetails": "Optional details",
"broadcastPastBroadcasts": "Past broadcasts",
"broadcastAllBroadcastsByMonth": "View all broadcasts by month",
"broadcastBackToLiveMove": "Back to live move",
"broadcastSinceHideResults": "Since you chose to hide the results, all the preview boards are empty to avoid spoilers.",
"broadcastLiveboard": "Live board",
"broadcastCommunityBroadcast": "Community broadcast",
"broadcastCreatedAndManagedBy": "Created and managed by {param}.",
"@broadcastCreatedAndManagedBy": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastMatchPoints": "Match Points",
"broadcastGamePoints": "Game Points",
"broadcastMatches": "Matches",
"broadcastMatchHistory": "Match History",
"broadcastTeamResults": "Team Results",
"broadcastTermsAutomaticallyTranslated": "The following term(s) will be automatically translated: {param}.",
"@broadcastTermsAutomaticallyTranslated": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastRoundX": "Round {param}",
"@broadcastRoundX": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastDefaultRoundNameHelp": "Keeping the default name will automatically translate it to all other languages.",
"broadcastOpenTournament": "Open",
"broadcastWomenTournament": "Women",
"broadcastMenTournament": "Men",
"broadcastGirlsTournament": "Girls",
"broadcastBoysTournament": "Boys",
"broadcastOpenUnderXAgeTournament": "Open U{param}",
"@broadcastOpenUnderXAgeTournament": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastGirlsUnderXAgeTournament": "Girls U{param}",
"@broadcastGirlsUnderXAgeTournament": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastBoysUnderXAgeTournament": "Boys U{param}",
"@broadcastBoysUnderXAgeTournament": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastQuarterfinals": "Quarterfinals",
"broadcastSemifinals": "Semifinals",
"broadcastFinals": "Finals",
"broadcastTiebreaks": "Tiebreaks",
"broadcastGameX": "Game {param}",
"@broadcastGameX": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastKnockouts": "Knockouts",
"broadcastUnderXAgeTournament": "U{param}",
"@broadcastUnderXAgeTournament": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastUnderXEloTournament": "U{param}",
"@broadcastUnderXEloTournament": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"broadcastNbBroadcasts": "{count, plural, =1{{count} broadcast} other{{count} broadcasts}}",
"@broadcastNbBroadcasts": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"broadcastNbViewers": "{count, plural, =1{{count} viewer} other{{count} viewers}}",
"@broadcastNbViewers": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"challengeChallengesX": "Challenges: {param1}",
"@challengeChallengesX": {
"placeholders": {
"param1": {
"type": "String"
}
}
},
"challengeChallengeToPlay": "Challenge",
"challengeChallengeDeclined": "Challenge declined.",
"challengeChallengeAccepted": "Challenge accepted!",
"challengeChallengeCanceled": "Challenge cancelled.",
"challengeRegisterToSendChallenges": "Please register to send challenges to this user.",
"challengeYouCannotChallengeX": "You cannot challenge {param}.",
"@challengeYouCannotChallengeX": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"challengeXDoesNotAcceptChallenges": "{param} does not accept challenges.",
"@challengeXDoesNotAcceptChallenges": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"challengeYourXRatingIsTooFarFromY": "Your {param1} rating is too far from {param2}.",
"@challengeYourXRatingIsTooFarFromY": {
"placeholders": {
"param1": {
"type": "String"
},
"param2": {
"type": "String"
}
}
},
"challengeCannotChallengeDueToProvisionalXRating": "Cannot challenge due to provisional {param} rating.",
"@challengeCannotChallengeDueToProvisionalXRating": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"challengeXOnlyAcceptsChallengesFromFriends": "{param} only accepts challenges from friends.",
"@challengeXOnlyAcceptsChallengesFromFriends": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"challengeDeclineGeneric": "I'm not accepting challenges at the moment.",
"challengeDeclineLater": "This is not the right time for me, please ask again later.",
"challengeDeclineTooFast": "This time control is too fast for me, please challenge again with a slower game.",
"challengeDeclineTooSlow": "This time control is too slow for me, please challenge again with a faster game.",
"challengeDeclineTimeControl": "I'm not accepting challenges with this time control.",
"challengeDeclineRated": "Please send me a rated challenge instead.",
"challengeDeclineCasual": "Please send me a casual challenge instead.",
"challengeDeclineStandard": "I'm not accepting variant challenges right now.",
"challengeDeclineVariant": "I'm not willing to play this variant right now.",
"challengeDeclineNoBot": "I'm not accepting challenges from bots.",
"challengeDeclineOnlyBot": "I'm only accepting challenges from bots.",
"challengeInviteLichessUser": "Or invite a Lichess user:",
"contactContact": "Contact",
"contactContactLichess": "Contact Lichess",
"coordinatesCoordinates": "Coordinates",
"coordinatesCoordinateTraining": "Coordinate training",
"coordinatesAverageScoreAsWhiteX": "Average score as white: {param}",
"@coordinatesAverageScoreAsWhiteX": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"coordinatesAverageScoreAsBlackX": "Average score as black: {param}",
"@coordinatesAverageScoreAsBlackX": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"coordinatesKnowingTheChessBoard": "Knowing the chessboard coordinates is a very important skill for several reasons:",
"coordinatesMostChessCourses": "Most chess courses and exercises use the algebraic notation extensively.",
"coordinatesTalkToYourChessFriends": "It makes it easier to talk to your chess friends, since you both understand the 'language of chess'.",
"coordinatesYouCanAnalyseAGameMoreEffectively": "You can analyse a game more effectively if you can quickly recognise coordinates.",
"coordinatesACoordinateAppears": "A coordinate appears on the board and you must click on the corresponding square.",
"coordinatesASquareIsHighlightedExplanation": "A square is highlighted on the board and you must enter its coordinate (e.g. \"e4\").",
"coordinatesYouHaveThirtySeconds": "You have 30 seconds to correctly map as many squares as possible!",
"coordinatesGoAsLongAsYouWant": "Go as long as you want, there is no time limit!",
"coordinatesShowCoordinates": "Show coordinates",
"coordinatesShowCoordsOnAllSquares": "Coordinates on every square",
"coordinatesShowPieces": "Show pieces",
"coordinatesStartTraining": "Start training",
"coordinatesFindSquare": "Find square",
"coordinatesNameSquare": "Name square",
"coordinatesPracticeOnlySomeFilesAndRanks": "Practice only some files & ranks",
"patronDonate": "Donate",
"patronLichessPatron": "Lichess Patron",
"patronBecomePatron": "Become a Lichess Patron",
"perfStatPerfStats": "{param} stats",
"@perfStatPerfStats": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"perfStatViewTheGames": "View the games",
"perfStatProvisional": "provisional",
"perfStatNotEnoughRatedGames": "Not enough rated games have been played to establish a reliable rating.",
"perfStatProgressOverLastXGames": "Progression over the last {param} games:",
"@perfStatProgressOverLastXGames": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"perfStatRatingDeviation": "Rating deviation: {param}.",
"@perfStatRatingDeviation": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"perfStatRatingDeviationTooltip": "Lower value means the rating is more stable. Above {param1}, the rating is considered provisional. To be included in the rankings, this value should be below {param2} (standard chess) or {param3} (variants).",
"@perfStatRatingDeviationTooltip": {
"placeholders": {
"param1": {
"type": "String"
},
"param2": {
"type": "String"
},
"param3": {
"type": "String"
}
}
},
"perfStatTotalGames": "Total games",
"perfStatRatedGames": "Rated games",
"perfStatTournamentGames": "Tournament games",
"perfStatBerserkedGames": "Berserked games",
"perfStatTimeSpentPlaying": "Time spent playing",
"perfStatAverageOpponent": "Average opponent",
"perfStatVictories": "Victories",
"perfStatDefeats": "Defeats",
"perfStatDisconnections": "Disconnections",
"perfStatNotEnoughGames": "Not enough games played",
"perfStatHighestRating": "Highest rating: {param}",
"@perfStatHighestRating": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"perfStatLowestRating": "Lowest rating: {param}",
"@perfStatLowestRating": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"perfStatFromXToY": "from {param1} to {param2}",
"@perfStatFromXToY": {
"placeholders": {
"param1": {
"type": "String"
},
"param2": {
"type": "String"
}
}
},
"perfStatWinningStreak": "Winning streak",
"perfStatLosingStreak": "Losing streak",
"perfStatLongestStreak": "Longest streak: {param}",
"@perfStatLongestStreak": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"perfStatCurrentStreak": "Current streak: {param}",
"@perfStatCurrentStreak": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"perfStatBestRated": "Best rated victories",
"perfStatGamesInARow": "Games played in a row",
"perfStatLessThanOneHour": "Less than one hour between games",
"perfStatMaxTimePlaying": "Max time spent playing",
"perfStatNow": "now",
"preferencesPreferences": "Preferences",
"preferencesDisplay": "Display",
"preferencesPrivacy": "Privacy",
"preferencesNotifications": "Notifications",
"preferencesPieceAnimation": "Piece animation",
"preferencesMaterialDifference": "Material difference",
"preferencesBoardHighlights": "Board highlights (last move and check)",
"preferencesPieceDestinations": "Piece destinations (valid moves and premoves)",
"preferencesBoardCoordinates": "Board coordinates (A-H, 1-8)",
"preferencesMoveListWhilePlaying": "Move list while playing",
"preferencesPgnPieceNotation": "Move notation",
"preferencesChessPieceSymbol": "Chess piece symbol",
"preferencesPgnLetter": "Letter (K, Q, R, B, N)",
"preferencesZenMode": "Zen mode",
"preferencesShowPlayerRatings": "Show player ratings",
"preferencesShowFlairs": "Show player flairs",
"preferencesExplainShowPlayerRatings": "Hides all ratings from Lichess, to help you focus on the game.\nThis setting only affects what you see. Rated games will still impact your rating.",
"preferencesDisplayBoardResizeHandle": "Show board resize handle",
"preferencesOnlyOnInitialPosition": "Only on initial position",
"preferencesInGameOnly": "In-game only",
"preferencesExceptInGame": "Except in-game",
"preferencesChessClock": "Chess clock",
"preferencesTenthsOfSeconds": "Tenths of seconds",
"preferencesWhenTimeRemainingLessThanTenSeconds": "When time remaining < 10 seconds",
"preferencesHorizontalGreenProgressBars": "Horizontal green progress bars",
"preferencesSoundWhenTimeGetsCritical": "Sound when time gets critical",
"preferencesGiveMoreTime": "Give more time",
"preferencesGameBehavior": "Game behaviour",
"preferencesHowDoYouMovePieces": "How do you move pieces?",
"preferencesClickTwoSquares": "Click two squares",
"preferencesDragPiece": "Drag a piece",
"preferencesBothClicksAndDrag": "Either",
"preferencesPremovesPlayingDuringOpponentTurn": "Premoves (playing during opponent turn)",
"preferencesTakebacksWithOpponentApproval": "Takebacks (with opponent approval)",
"preferencesInCasualGamesOnly": "In casual games only",
"preferencesPromoteToQueenAutomatically": "Promote to Queen automatically",
"preferencesExplainPromoteToQueenAutomatically": "Hold the <ctrl> key while promoting to temporarily disable auto-promotion",
"preferencesWhenPremoving": "When premoving",
"preferencesClaimDrawOnThreefoldRepetitionAutomatically": "Claim draw on threefold repetition automatically",
"preferencesWhenTimeRemainingLessThanThirtySeconds": "When time remaining < 30 seconds",
"preferencesMoveConfirmation": "Move confirmation",
"preferencesExplainCanThenBeTemporarilyDisabled": "Can be disabled during a game with the board menu",
"preferencesInCorrespondenceGames": "Correspondence games",
"preferencesCorrespondenceAndUnlimited": "Correspondence and unlimited",
"preferencesConfirmResignationAndDrawOffers": "Confirm resignation and draw offers",
"preferencesCastleByMovingTheKingTwoSquaresOrOntoTheRook": "Castling method",
"preferencesCastleByMovingTwoSquares": "Move king two squares",
"preferencesCastleByMovingOntoTheRook": "Move king onto rook",
"preferencesInputMovesWithTheKeyboard": "Input moves with the keyboard",
"preferencesInputMovesWithVoice": "Input moves with your voice",
"preferencesSnapArrowsToValidMoves": "Snap arrows to valid moves",
"preferencesSayGgWpAfterLosingOrDrawing": "Say \"Good game, well played\" upon defeat or draw",
"preferencesYourPreferencesHaveBeenSaved": "Your preferences have been saved.",
"preferencesScrollOnTheBoardToReplayMoves": "Scroll on the board to replay moves",
"preferencesCorrespondenceEmailNotification": "Daily email listing your correspondence games",
"preferencesNotifyStreamStart": "Streamer goes live",
"preferencesNotifyInboxMsg": "New inbox message",
"preferencesNotifyForumMention": "Forum comment mentions you",
"preferencesNotifyInvitedStudy": "Study invite",
"preferencesNotifyGameEvent": "Correspondence game updates",
"preferencesNotifyChallenge": "Challenges",
"preferencesNotifyTournamentSoon": "Tournament starting soon",
"preferencesNotifyBroadcasts": "Broadcasts you have subscribed to",
"preferencesNotifyTimeAlarm": "Correspondence time running out",
"preferencesNotifyBell": "Notification within Lichess",
"preferencesNotifyPush": "Device notification when you're not on Lichess",
"preferencesNotifyWeb": "Browser",
"preferencesNotifyDevice": "Device",
"preferencesBellNotificationSound": "Bell notification sound",
"preferencesBlindfold": "Blindfold",
"preferencesShowClockOnTheLeft": "Show on the left on mobile devices",
"puzzlePuzzles": "Puzzles",
"puzzlePuzzleThemes": "Puzzle Themes",
"puzzleRecommended": "Recommended",
"puzzlePhases": "Phases",
"puzzleMotifs": "Motifs",
"puzzleAdvanced": "Advanced",
"puzzleLengths": "Lengths",
"puzzleMates": "Mates",
"puzzleMateThemes": "Mate themes",
"puzzleGoals": "Goals",
"puzzleOrigin": "Origin",
"puzzleSpecialMoves": "Special moves",
"puzzleDidYouLikeThisPuzzle": "Did you like this puzzle?",
"puzzleUpVote": "Great puzzle!",
"puzzleDownVote": "Bad puzzle!",
"puzzleYourPuzzleRatingWillNotChange": "Your puzzle rating will not change. Note that puzzles are not a competition. Your rating helps select the most appropriate puzzles for your skill level.",
"puzzleFindTheBestMoveForWhite": "Find the best move for white.",
"puzzleFindTheBestMoveForBlack": "Find the best move for black.",
"puzzleToGetPersonalizedPuzzles": "To get personalised puzzles:",
"puzzlePuzzleId": "Puzzle {param}",
"@puzzlePuzzleId": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"puzzlePuzzleOfTheDay": "Puzzle of the day",
"puzzleDailyPuzzle": "Daily Puzzle",
"puzzleClickToSolve": "Click to solve",
"puzzleGoodMove": "Good move",
"puzzleBestMove": "Best move!",
"puzzleKeepGoing": "Keep going…",
"puzzlePuzzleSuccess": "Success!",
"puzzlePuzzleComplete": "Puzzle complete!",
"puzzleByOpenings": "By openings",
"puzzlePuzzlesByOpenings": "Puzzles by openings",
"puzzleOpeningsYouPlayedTheMost": "Openings you played the most in rated games",
"puzzleUseFindInPage": "Use \"Find in page\" in the browser menu to find your favourite opening!",
"puzzleUseCtrlF": "Use Ctrl+f to find your favourite opening!",
"puzzleNotTheMove": "That's not the move!",
"puzzleTrySomethingElse": "Try something else.",
"puzzleRatingX": "Rating: {param}",
"@puzzleRatingX": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"puzzleHidden": "hidden",
"puzzleFromGameLink": "From game {param}",
"@puzzleFromGameLink": {
"placeholders": {
"param": {
"type": "String"
}
}
},
"puzzleContinueTraining": "Continue training",
"puzzleDifficultyLevel": "Difficulty level",
"puzzleNormal": "Normal",
"puzzleEasier": "Easier",
"puzzleEasiest": "Easiest",
"puzzleHarder": "Harder",
"puzzleHardest": "Hardest",
"puzzleExample": "Example",
"puzzleAddAnotherTheme": "Add another theme",
"puzzleNextPuzzle": "Next puzzle",
"puzzleJumpToNextPuzzleImmediately": "Jump to next puzzle immediately",
"puzzlePuzzleDashboard": "Puzzle Dashboard",
"puzzleImprovementAreas": "Improvement areas",
"puzzleStrengths": "Strengths",
"puzzleHistory": "Puzzle history",
"puzzleSolved": "solved",
"puzzleFailed": "incorrect",
"puzzleStreakDescription": "Solve progressively harder puzzles and build a win streak. There is no clock, so take your time. One wrong move, and it's game over! But you can skip one move per session.",
"puzzleYourStreakX": "Your streak: {param}",
"@puzzleYourStreakX": {
"placeholders": {
"param": {