forked from lichess-org/lila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudy.xml
159 lines (159 loc) · 10.6 KB
/
study.xml
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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="private">Private</string>
<string name="myStudies">My studies</string>
<string name="studiesIContributeTo">Studies I contribute to</string>
<string name="myPublicStudies">My public studies</string>
<string name="myPrivateStudies">My private studies</string>
<string name="myFavoriteStudies">My favourite studies</string>
<string name="whatAreStudies">What are studies?</string>
<string name="allStudies">All studies</string>
<string name="studiesCreatedByX">Studies created by %s</string>
<string name="noneYet">None yet.</string>
<string name="hot">Hot</string>
<string name="dateAddedNewest">Date added (newest)</string>
<string name="dateAddedOldest">Date added (oldest)</string>
<string name="recentlyUpdated">Recently updated</string>
<string name="mostPopular">Most popular</string>
<string name="alphabetical">Alphabetical</string>
<string name="addNewChapter">Add a new chapter</string>
<plurals name="nbChapters">
<item quantity="one">%s Chapter</item>
<item quantity="other">%s Chapters</item>
</plurals>
<plurals name="nbGames">
<item quantity="one">%s Game</item>
<item quantity="other">%s Games</item>
</plurals>
<string name="addMembers">Add members</string>
<plurals name="nbMembers">
<item quantity="one">%s Member</item>
<item quantity="other">%s Members</item>
</plurals>
<string name="inviteToTheStudy">Invite to the study</string>
<string name="pleaseOnlyInvitePeopleYouKnow">Please only invite people you know, and who actively want to join this study.</string>
<string name="searchByUsername">Search by username</string>
<string name="spectator">Spectator</string>
<string name="contributor">Contributor</string>
<string name="kick">Kick</string>
<string name="leaveTheStudy">Leave the study</string>
<string name="youAreNowAContributor">You are now a contributor</string>
<string name="youAreNowASpectator">You are now a spectator</string>
<string name="pgnTags">PGN tags</string>
<string name="like">Like</string>
<string name="unlike">Unlike</string>
<string name="newTag">New tag</string>
<string name="commentThisPosition">Comment on this position</string>
<string name="commentThisMove">Comment on this move</string>
<string name="annotateWithGlyphs">Annotate with glyphs</string>
<string name="theChapterIsTooShortToBeAnalysed">The chapter is too short to be analysed.</string>
<string name="onlyContributorsCanRequestAnalysis">Only the study contributors can request a computer analysis.</string>
<string name="getAFullComputerAnalysis">Get a full server-side computer analysis of the mainline.</string>
<string name="makeSureTheChapterIsComplete">Make sure the chapter is complete. You can only request analysis once.</string>
<string name="allSyncMembersRemainOnTheSamePosition">All SYNC members remain on the same position</string>
<string name="shareChanges">Share changes with spectators and save them on the server</string>
<string name="playing">Playing</string>
<string name="first">First</string>
<string name="previous">Previous</string>
<string name="next">Next</string>
<string name="last">Last</string>
<string name="shareAndExport">Share & export</string>
<string name="cloneStudy">Clone</string>
<string name="studyPgn">Study PGN</string>
<string name="downloadAllGames">Download all games</string>
<string name="chapterPgn">Chapter PGN</string>
<string name="downloadGame">Download game</string>
<string name="studyUrl">Study URL</string>
<string name="currentChapterUrl">Current chapter URL</string>
<string name="youCanPasteThisInTheForumToEmbed">You can paste this in the forum or your Lichess blog to embed</string>
<string name="startAtInitialPosition">Start at initial position</string>
<string name="startAtX">Start at %s</string>
<string name="embedInYourWebsite">Embed in your website</string>
<string name="readMoreAboutEmbedding">Read more about embedding</string>
<string name="onlyPublicStudiesCanBeEmbedded">Only public studies can be embedded!</string>
<string name="open">Open</string>
<string name="xBroughtToYouByY">%1$s, brought to you by %2$s</string>
<string name="studyNotFound">Study not found</string>
<string name="editChapter">Edit chapter</string>
<string name="newChapter">New chapter</string>
<string name="orientation">Orientation</string>
<string name="analysisMode">Analysis mode</string>
<string name="pinnedChapterComment">Pinned chapter comment</string>
<string name="saveChapter">Save chapter</string>
<string name="clearAnnotations">Clear annotations</string>
<string name="deleteChapter">Delete chapter</string>
<string name="deleteThisChapter">Delete this chapter? There is no going back!</string>
<string name="clearAllCommentsInThisChapter">Clear all comments, glyphs and drawn shapes in this chapter?</string>
<string name="rightUnderTheBoard">Right under the board</string>
<string name="noPinnedComment">None</string>
<string name="normalAnalysis">Normal analysis</string>
<string name="hideNextMoves">Hide next moves</string>
<string name="interactiveLesson">Interactive lesson</string>
<string name="chapterX">Chapter %s</string>
<string name="empty">Empty</string>
<string name="startFromInitialPosition">Start from initial position</string>
<string name="editor">Editor</string>
<string name="startFromCustomPosition">Start from custom position</string>
<string name="loadAGameByUrl">Load games by URLs</string>
<string name="loadAPositionFromFen">Load a position from FEN</string>
<string name="loadAGameFromPgn">Load games from PGN</string>
<string name="automatic">Automatic</string>
<plurals name="pasteYourPgnTextHereUpToNbGames">
<item quantity="one">Paste your PGN text here, up to %s game</item>
<item quantity="other">Paste your PGN text here, up to %s games</item>
</plurals>
<string name="urlOfTheGame">URL of the games, one per line</string>
<string name="loadAGameFromXOrY">Load games from %1$s or %2$s</string>
<string name="createChapter">Create chapter</string>
<string name="configureLiveBroadcast">Configure live broadcast</string>
<string name="createStudy">Create study</string>
<string name="editStudy">Edit study</string>
<string name="visibility">Visibility</string>
<string name="public">Public</string>
<string name="unlisted">Unlisted</string>
<string name="inviteOnly">Invite only</string>
<string name="allowCloning">Allow cloning</string>
<string name="nobody">Nobody</string>
<string name="onlyMe">Only me</string>
<string name="contributors">Contributors</string>
<string name="members">Members</string>
<string name="everyone">Everyone</string>
<string name="enableSync">Enable sync</string>
<string name="yesKeepEveryoneOnTheSamePosition">Yes: keep everyone on the same position</string>
<string name="noLetPeopleBrowseFreely">No: let people browse freely</string>
<string name="pinnedStudyComment">Pinned study comment</string>
<string name="start">Start</string>
<string name="save">Save</string>
<string name="clearChat">Clear chat</string>
<string name="deleteTheStudyChatHistory">Delete the study chat history? There is no going back!</string>
<string name="deleteStudy">Delete study</string>
<string name="confirmDeleteStudy" comment="%s is replaced with the name of the study">Delete the entire study? There is no going back! Type the name of the study to confirm: %s</string>
<string name="whereDoYouWantToStudyThat">Where do you want to study that?</string>
<string name="goodMove">Good move</string>
<string name="mistake">Mistake</string>
<string name="brilliantMove">Brilliant move</string>
<string name="blunder">Blunder</string>
<string name="interestingMove">Interesting move</string>
<string name="dubiousMove" comment="dubiousMove A questionable move.">Dubious move</string>
<string name="onlyMove" comment="onlyMove The only possible move. This is a label that can be placed in a study of a past game. It may not technically be the only move, but the only feasible one.">Only move</string>
<string name="zugzwang" comment="zugzwang What zugzwang is: https://lichess.org/practice/intermediate-tactics/zugzwang/9cKgYrHb/ybYJ9gNa This specific string is a label that can be applied to a position in a study, to indicate one side is in zugzwang.">Zugzwang</string>
<string name="equalPosition">Equal position</string>
<string name="unclearPosition" comment="unclearPosition It is unclear who is winning or losing.">Unclear position</string>
<string name="whiteIsSlightlyBetter">White is slightly better</string>
<string name="blackIsSlightlyBetter">Black is slightly better</string>
<string name="whiteIsBetter">White is better</string>
<string name="blackIsBetter">Black is better</string>
<string name="whiteIsWinning">White is winning</string>
<string name="blackIsWinning">Black is winning</string>
<string name="novelty" comment="novelty A move in the opening that has not been played before. https://en.wikipedia.org/wiki/Glossary_of_chess#theoretical_novelty">Novelty</string>
<string name="development" comment="development Used in studies - shows that the player made a developing move (e.g. pushing pawns to open their bishops in the opening).">Development</string>
<string name="initiative">Initiative</string>
<string name="attack" comment="attack A label that can be applied to a position in a Lichess study. Noun.">Attack</string>
<string name="counterplay" comment="counterplay A label that can be applied to a position in a Lichess study. Noun. Generally describes a defending player who is under attack, and makes an attacking move elsewhere.">Counterplay</string>
<string name="timeTrouble" comment="timeTrouble A label that can be applied to a position in a Lichess study. Noun. Indicates that a player had little time to think and make this move (clock was running low).">Time trouble</string>
<string name="withCompensation" comment="withCompensation Compensation is the short-term positional advantage a player has in exchange for typically material disadvantage. Short term advantages involve initiative and attack. https://en.wikipedia.org/wiki/Compensation_(chess)">With compensation</string>
<string name="withTheIdea" comment="withTheIdea A label that can be applied to a position in a Lichess study. Noun. Shows that the player was following the theory around an opening, even after the initial opening moves.">With the idea</string>
<string name="nextChapter">Next chapter</string>
<string name="prevChapter">Previous chapter</string>
<string name="studyActions">Study actions</string>
</resources>