-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmessages.json
More file actions
304 lines (304 loc) · 18.5 KB
/
messages.json
File metadata and controls
304 lines (304 loc) · 18.5 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
{
"en": {
"ActionPanel.action.delete": "Delete Step {stepNumber} {stepName}",
"ActionPanel.action.moveToNextStep": "Move Step {stepNumber} {stepName} {nextStepInfo}",
"ActionPanel.action.moveToPreviousStep": "Move Step {stepNumber} {stepName} {previousStepInfo}",
"ActionPanel.action.replace": "Replace Step {stepNumber} {stepName} {selectedCommandName}",
"ActionPanel.selectedCommandName": "with selected action {selectedCommandName}",
"ActionsMenu.title": "Actions",
"ActionsMenu.toggleActionsMenu": "configure available actions",
"ActionsMenuItem.command.backward1": "Move backward 1 square",
"ActionsMenuItem.command.backward2": "Move backward 2 squares",
"ActionsMenuItem.command.backward3": "Move backward 3 squares",
"ActionsMenuItem.command.forward1": "Move forward 1 square",
"ActionsMenuItem.command.forward2": "Move forward 2 squares",
"ActionsMenuItem.command.forward3": "Move forward 3 squares",
"ActionsMenuItem.command.left45": "Turn left 45 degrees",
"ActionsMenuItem.command.left90": "Turn left 90 degrees",
"ActionsMenuItem.command.left180": "Turn left 180 degrees",
"ActionsMenuItem.command.right45": "Turn right 45 degrees",
"ActionsMenuItem.command.right90": "Turn right 90 degrees",
"ActionsMenuItem.command.right180": "Turn right 180 degrees",
"ActionsMenuItem.unusedItemToggleLabel": "{action}",
"ActionsMenuItem.usedItemToggleLabel": "(Used)",
"ActionsMenuItem.selectedActionToggleLabel": "(Selected)",
"ActionsSimplificationModal.cancel": "Cancel",
"ActionsSimplificationModal.save": "Save",
"ActionsSimplificationModal.title": "Available Actions",
"Announcement.add": "added movement {command}",
"Announcement.delete": "deleted movement {command}",
"Announcement.deleteAll": "delete all movements?",
"Announcement.forward1": "forward 1 square",
"Announcement.forward2": "forward 2 squares",
"Announcement.forward3": "forward 3 squares",
"Announcement.backward1": "backward 1 square",
"Announcement.backward2": "backward 2 squares",
"Announcement.backward3": "backward 3 squares",
"Announcement.left45": "turn left 45 degrees",
"Announcement.left90": "turn left 90 degrees",
"Announcement.left180": "turn left 180 degrees",
"Announcement.moveToPrevious": "moved to left",
"Announcement.moveToNext": "moved to right",
"Announcement.movementSelected": "movement {command} selected",
"Announcement.noMovementSelected": "no movement selected",
"Announcement.replace": "movement {oldCommand} replaced with {newCommand}",
"Announcement.right45": "turn right 45 degrees",
"Announcement.right90": "turn right 90 degrees",
"Announcement.right180": "turn right 180 degrees",
"App.appHeading": "Weavly",
"App.appHeading.link": "Weavly, learn more about Weavly at Weavly dot org",
"App.blockMode": "Block",
"App.changeMode": "Change Mode",
"App.connectToDash": "Connect to Dash",
"App.run": "Run",
"App.speechRecognition": "Speech Recognition",
"App.textMode": "Text",
"BluetoothApiWarning.errorIconLabel": "Warning",
"BluetoothApiWarning.message": "The Dash robot connection currently only works in Chrome.",
"CharacterAriaLive.movementAriaLabel": "{character} is moving",
"CharacterAriaLive.positionAriaLabel": "{character} is at column {columnLabel}, row {rowLabel} facing {direction}",
"CharacterAriaLive.positionAriaLabelWithItem": "{character} is at column {columnLabel}, row {rowLabel} facing {direction} on {item}",
"Command.backward1": "backward 1 square",
"Command.backward2": "backward 2 squares",
"Command.backward3": "backward 3 squares",
"Command.forward1": "forward 1 square",
"Command.forward2": "forward 2 squares",
"Command.forward3": "forward 3 squares",
"Command.left45": "turn left 45 degrees",
"Command.left90": "turn left 90 degrees",
"Command.left180": "turn left 180 degrees",
"Command.right45": "turn right 45 degrees",
"Command.right90": "turn right 90 degrees",
"Command.right180": "turn right 180 degrees",
"Command.short.backward1": "backward 1",
"Command.short.backward2": "backward 2",
"Command.short.backward3": "backward 3",
"Command.short.forward1": "forward 1",
"Command.short.forward2": "forward 2",
"Command.short.forward3": "forward 3",
"Command.short.left45": "left 45",
"Command.short.left90": "left 90",
"Command.short.left180": "left 180",
"Command.short.right45": "right 45",
"Command.short.right90": "right 90",
"Command.short.right180": "right 180",
"CommandInfo.previousStep": "before step {previousStepNumber} {command}",
"CommandInfo.nextStep": "after step {nextStepNumber} {command}",
"CommandPalette.movementsTitle": "Movements",
"CommandPalette.shortMovementsTitle": "Move",
"CommandPalette.soundsTitle": "Sounds",
"ConfirmDeleteAllModal.cancelButton": "Cancel",
"ConfirmDeleteAllModal.confirmButton": "Delete",
"ConfirmDeleteAllModal.content": "Are you sure you want to delete all steps of your program?",
"ConfirmDeleteAllModal.title": "Delete Program",
"CharacterPositionController.editPosition.turnLeft": "Turn the character left",
"CharacterPositionController.editPosition.turnRight": "Turn the character right",
"CharacterPositionController.editPosition.moveUp": "Move the character up",
"CharacterPositionController.editPosition.moveRight": "Move the character right",
"CharacterPositionController.editPosition.moveDown": "Move the character down",
"CharacterPositionController.editPosition.moveLeft": "Move the character left",
"CharacterPositionController.editPosition.columnPosition": "Character column position",
"CharacterPositionController.editPosition.rowPosition": "Character row position",
"DashConnectionErrorModal.cancelButton": "Cancel connection",
"DashConnectionErrorModal.error": "Connection Error",
"DashConnectionErrorModal.firstMessage": "Make sure your device's bluetooth is turned on",
"DashConnectionErrorModal.retryButton": "Try again",
"DashConnectionErrorModal.secondMessage": "Make sure Dash is turned on and it's near your device",
"DashConnectionErrorModal.title": "Something went wrong!",
"DeepOcean.babyJellyfish": "a baby jellyfish",
"DeepOcean.character": "the submarine",
"DeepOcean.coral": "coral",
"DeepOcean.fish": "a fish",
"DeepOcean.fishGroup": "the group of fish",
"DeepOcean.jellyfish": "the Jellyfish",
"DeepOcean.label": "An underwater scene. A large shark circles the waters above a treasure chest at the bottom of the sea floor. The chest is filled with jewels and gold coins. Fish and jellyfish swim around coral and seaweed. Your character in this scene is a submarine.",
"DeepOcean.name": "Deep Ocean",
"DeepOcean.shark": "the shark",
"DeepOcean.treasure": "the treasure",
"DeviceConnectControl.notConnected": "Not connected",
"DeviceConnectControl.connecting": "Connecting",
"DeviceConnectControl.connected": "Connected",
"Direction.0": "up",
"Direction.1": "upper right",
"Direction.2": "right",
"Direction.3": "lower right",
"Direction.4": "down",
"Direction.5": "lower left",
"Direction.6": "left",
"Direction.7": "upper left",
"Jungle.alligator": "the Alligator",
"Jungle.babyAlligator": "the Baby Alligator",
"Jungle.babyGiraffe": "the Baby Giraffe",
"Jungle.bush": "a Bush",
"Jungle.character": "the jeep",
"Jungle.flamingo": "the Flamingo",
"Jungle.giraffe": "the Giraffe",
"Jungle.hippo": "the Hippo",
"Jungle.label": "A savannah scene. A lion roars at the top of a cliff above the horizon. A mother and baby giraffe roam the savannah. Two crocodiles, a flamingo and a hippopotamus drink water from a pond surrounded by trees. Your character in this scene is a Jeep.",
"Jungle.lion": "the Lion",
"Jungle.name": "Jungle",
"Jungle.pond": "the Pond",
"Jungle.tree": "a Tree",
"KeyboardInputModal.Cancel": "Cancel",
"KeyboardInputModal.Description.addCommandToBeginning": "Press {key} to add the selected command to the beginning of the program.",
"KeyboardInputModal.Description.addCommandToEnd": "Press {key} to add the selected command to the end of the program.",
"KeyboardInputModal.Description.announceScene": "Press {key} to announce the character position and orientation.",
"KeyboardInputModal.Description.deleteCurrentStep": "Press {key} to delete the currently focused step.",
"KeyboardInputModal.Description.decreaseProgramSpeed": "Press {key} to make the program play slower.",
"KeyboardInputModal.Description.increaseProgramSpeed": "Press {key} to make the program play faster.",
"KeyboardInputModal.Description.playPauseProgram": "Press {key} to play or pause the program.",
"KeyboardInputModal.Description.refreshScene": "Press {key} to refresh the scene.",
"KeyboardInputModal.Description.showHide": "Press {key} to show / hide the keyboard shortcuts menu.",
"KeyboardInputModal.Description.stopProgram": "Press {key} to stop the program.",
"KeyboardInputModal.Description.toggleAnnouncements": "Press {key} to toggle announcements.",
"KeyboardInputModal.KeyLabels.Alt": "Alt",
"KeyboardInputModal.KeyLabels.Control": "Control",
"KeyboardInputModal.KeyLabels.QuestionMark": "question mark",
"KeyboardInputModal.KeyLabels.GreaterThan": "greater than",
"KeyboardInputModal.KeyLabels.LessThan": "less than",
"KeyboardInputModal.KeyLabels.A": "a",
"KeyboardInputModal.KeyLabels.B": "b",
"KeyboardInputModal.KeyLabels.D": "d",
"KeyboardInputModal.KeyLabels.E": "e",
"KeyboardInputModal.KeyLabels.I": "i",
"KeyboardInputModal.KeyLabels.P": "p",
"KeyboardInputModal.KeyLabels.S": "s",
"KeyboardInputModal.KeyLabels.R": "r",
"KeyboardInputModal.KeyIcons.Alt": "Alt",
"KeyboardInputModal.KeyIcons.Control": "Ctrl",
"KeyboardInputModal.KeyIcons.Shift": "Shift",
"KeyboardInputModal.KeyIcons.QuestionMark": "?",
"KeyboardInputModal.KeyIcons.GreaterThan": ">",
"KeyboardInputModal.KeyIcons.LessThan": "<",
"KeyboardInputModal.KeyIcons.A": "A",
"KeyboardInputModal.KeyIcons.B": "B",
"KeyboardInputModal.KeyIcons.D": "D",
"KeyboardInputModal.KeyIcons.E": "E",
"KeyboardInputModal.KeyIcons.I": "I",
"KeyboardInputModal.KeyIcons.P": "P",
"KeyboardInputModal.KeyIcons.S": "S",
"KeyboardInputModal.KeyIcons.R": "R",
"KeyboardInputModal.Save": "Save",
"KeyboardInputModal.Scheme.Descriptions.controlalt": "Control+Alt (Apple: Control+Option)",
"KeyboardInputModal.Scheme.Descriptions.alt": "Alt (Apple: Option)",
"KeyboardInputModal.ShowHide.AriaLabel": "Display keyboard shortcuts menu",
"KeyboardInputModal.Title": "Keyboard Shortcuts",
"KeyboardInputModal.Toggle.AriaLabel": "Turn keyboard shortcuts on or off",
"KeyboardInputModal.Toggle.Label": "Keyboard Shortcuts",
"KeyboardInputModal.Toggle.Off": "Off",
"KeyboardInputModal.Toggle.On": "On",
"Landmarks.bigBen": "Big Ben Tower",
"Landmarks.burAlArab": "The Burj al Arab Building",
"Landmarks.character": "Bot",
"Landmarks.cnTower": "The CN Tower",
"Landmarks.colosseum": "The Colosseum",
"Landmarks.easterIsland": "The Statues of Easter Island",
"Landmarks.eiffelTower": "The Eiffel Tower",
"Landmarks.fairyChimneys": "Fairy Chimneys",
"Landmarks.floatingMarket": "The Floating Market of Vietnam",
"Landmarks.grandCanyon": "The Grand Canyon",
"Landmarks.greatPyramid": "The Great Pyramid of Giza",
"Landmarks.greatSphinx": "The Great Sphinx of Giza",
"Landmarks.greatWall": "The Great Wall of China",
"Landmarks.label": "A world scene that contains 23 famous landmarks found around the world. A plane is flying from the top left corner. A train is traveling from the bottom right corner. Landmarks are located in different locations in this scene including the famous Sphinx in Egypt, Eiffel Tower in France, Tokyo Tower in Japan, and Floating Market in Vietnam. Your character to explore this scene is Bot",
"Landmarks.leaningTowerPisa": "The Leaning Tower of Pisa",
"Landmarks.machuPicchu": "Machu Picchu",
"Landmarks.name": "Landmarks",
"Landmarks.niagaraFalls": "Niagara Falls",
"Landmarks.operaHouse": "The Sydney Opera House",
"Landmarks.plane": "a plane",
"Landmarks.stBasils": "Saint Basil's Cathedral",
"Landmarks.statueLiberty": "The Statue of Liberty",
"Landmarks.stonehenge": "Stonehenge",
"Landmarks.tableMountain": "Table Mountain",
"Landmarks.tajMahal": "The Taj Mahal Palace",
"Landmarks.tokyoTower": "The Tokyo Tower",
"Landmarks.train": "a train",
"Landmarks.windmill": "the Windmills of The Netherlands",
"PenDownToggleSwitch.penDown": "Pen down",
"PlayButton.play": "Play",
"PlayButton.pause": "Pause",
"PlayControls.heading": "Play Controls",
"ProgramBlockEditor.toggleAddNodeExpandMode": "add node expanded mode",
"ProgramBlockEditor.beginningBlock": "Add selected action {command} to the beginning of the program",
"ProgramBlockEditor.betweenBlocks": "Add selected action {command} between position {prevCommand} and position {postCommand}",
"ProgramBlockEditor.lastBlock": "Add selected action {command} to the end of the program",
"ProgramBlockEditor.blocks.noCommandSelected": "Make sure an action is selected",
"ProgramBlockEditor.command": "{command}, position {index} of current program",
"ProgramBlockEditor.program.deleteAll": "Delete all steps of your program",
"ProgramBlockEditor.programHeading": "Program",
"ProgramTextEditor.programLabel": "Program:",
"ProgramSequence.heading": "Program Sequence",
"ProgramSpeedController.slider": "Program play speed",
"AudioFeedbackToggleSwitch.audioFeedback": "Audio feedback",
"Scene.heading": "Scene",
"Scene.inBounds": "Scene, in {world}, {numColumns} by {numRows} grid with {character} at column {xPos}, row {yPos} facing {direction}",
"Scene.inBoundsOnItem": "Scene, in {world}, {numColumns} by {numRows} grid with {character} at column {xPos}, row {yPos} facing {direction} on {item}",
"Scene.outOfBounds": "Scene, in {world}, {numColumns} by {numRows} grid with {character} outside of the scene {relativeDirection} the scene, facing {direction}",
"Sketchpad.character": "the robot",
"Sketchpad.label": "A blank sketchbook with grid lines. Your character in this scene is a Robot.",
"Sketchpad.name": "Sketchpad",
"StopButton": "Stop",
"ThemeSelector.cancelButton": "Cancel",
"ThemeSelector.saveButton": "Save",
"ThemeSelector.iconButton": "Theme Selector",
"ThemeSelector.option.default": "Default",
"ThemeSelector.option.light": "Light",
"ThemeSelector.option.dark": "Dark",
"ThemeSelector.option.gray": "Grayscale",
"ThemeSelector.option.contrast": "High Contrast",
"ThemeSelector.title": "Themes",
"RefreshButton": "Refresh",
"RelativeDirection.0": "above",
"RelativeDirection.1": "to the upper right of",
"RelativeDirection.2": "to the right of",
"RelativeDirection.3": "to the lower right of",
"RelativeDirection.4": "below",
"RelativeDirection.5": "to the lower left of",
"RelativeDirection.6": "to the left of",
"RelativeDirection.7": "to the upper left of",
"ShareButton": "Share",
"ShareCompleteModal.shareComplete": "The URL for your program has been copied to the clipboard.",
"ShareCompleteModal.confirmButton": "OK",
"Space.aliens": "the Aliens",
"Space.asteroid": "an asteroid",
"Space.character": "the spaceship",
"Space.earth": "the Earth",
"Space.label": "A space scene with Earth, Mars, Saturn, and the moon spread across space. In between these planets, there are space rocks, meteors, one satellite, and two aliens. Your character in this scene is a spaceship.",
"Space.mars": "Mars",
"Space.meteor": "a Meteor",
"Space.moon": "the Moon",
"Space.name": "Space",
"Space.satellite": "the satellite",
"Space.saturn": "Saturn",
"Space.star": "a star",
"WorldSelector": "World Selector",
"WorldSelector.Cancel": "Cancel",
"WorldSelector.Save": "Save",
"WorldSelector.heading": "World Selector",
"WorldSelector.Prompt": "Select a background for your scene.",
"WorldSelector.Title": "Scene Background"
},
"fr": {
"App.blockMode": "Block in French",
"App.changeMode": "Change Mode in French",
"App.connectToDash": "Se connecter à Dash",
"App.run": "Lancer",
"App.speechRecognition": "Speech Recognition in French",
"App.textMode": "Text in French",
"CommandPalette.movementsTitle": "Movements in French",
"CommandPalette.soundsTitle": "Sounds in French",
"CommandPaletteCommand.forward": "Forward in French",
"CommandPaletteCommand.left": "Left in French",
"CommandPaletteCommand.right": "Right in French",
"DeviceConnectControl.notConnected": "Pas connecté",
"DeviceConnectControl.connecting": "Connexion en cours",
"DeviceConnectControl.connected": "Connecté",
"ProgramBlockEditor.command.forward": "Forward, position {index} of current program in French",
"ProgramBlockEditor.command.left": "Left, position {index} of current program in French",
"ProgramBlockEditor.command.none": "Empty block, position {index} of current program in French",
"ProgramBlockEditor.command.right": "Right, position {index} of current program in French",
"ProgramBlockEditor.editorAction.clear": "Clear and start new program in French",
"ProgramTextEditor.programLabel": "Logiciel:"
}
}