You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/english.ts
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ export default {
36
36
INVALID_SIDE: 'Invalid side chosen! Valid sides are: {{sides}}',
37
37
IN_PROGRESS: 'This game is already in progress. Weeb.',
38
38
IS_FULL: 'The game has no more space for players.',
39
-
NOT_FOUND: 'Could not find the game you meant...',
39
+
NOT_FOUND: "Couldn't find the game you meant...",
40
40
NOT_PLAYING: [
41
41
"You're not a player!",
42
42
"You're not playing, weeb.",
@@ -59,6 +59,9 @@ export default {
59
59
NON_PLAYER_OR_SPEC: 'User not in players/spectators',
60
60
YOUR_TURN: 'Your turn!',
61
61
UPLOAD_FAILED: 'Failed to upload game {{id}}.',
62
+
MOD_NOT_FOUND: "Could not find a mod called '{{mod}}'.",
63
+
CANNOT_MOD: 'Mods cannot be applied to this game now.',
64
+
APPLIED_MOD: '{{mod}} has been applied to game {{id}}.',
62
65
TIMER: {
63
66
PRIVATE: "Psst it's your turn to play in {{game}} [{{id}}]",
64
67
PUBLIC: "{{user}} hasn't played in {{game}} [{{id}}] for {{time}}...",
@@ -79,7 +82,9 @@ export default {
79
82
FIRST_MOVE_MULTIPLE_TILES: 'You may not play a single tile on the first move.',
80
83
MUST_BE_CONNECTED: 'All moves in Scrabble must be connected to the rest of the tiles on the board!',
81
84
MUST_PLAY_TILES: 'Your move must play at least one tile.',
82
-
INVALID_WORD: '{{word}} is not a valid word.',
85
+
INVALID_WORD: '{{wordList}} is not a valid word.',
86
+
INVALID_WORDS: '{{wordList}} are not valid words.',
87
+
VALID_WORD: '{{word}} is a valid word in {{mod}}.',
83
88
HOW_TO_BLANK:
84
89
"Hi, you've drawn a blank tile! A blank tile can be used as any letter, but the tile awards 0 points. You can type `BL[A]NK` (for example) to use the blank as an A. Other syntaxes supported are `BL(A)NK`, or adding an apostrophe after the blanked letter (eg: `BLA'NK`).",
0 commit comments