-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmessages.json
More file actions
256 lines (256 loc) · 14.9 KB
/
messages.json
File metadata and controls
256 lines (256 loc) · 14.9 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
{
"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.item.action.hide": "Hide",
"ActionsMenu.item.action.show": "Show",
"ActionsMenu.item.unusedItemToggleAriaLabel": "{action} {commandName}",
"ActionsMenu.item.unusedItemToggleLabel": "{action}",
"ActionsMenu.item.usedItemToggleAriaLabel": "{commandName} is used in the program and cannot be disabled",
"ActionsMenu.item.usedItemToggleLabel": "(Used)",
"ActionsMenu.title": "Actions",
"ActionsMenu.toggleActionsMenu": "configure 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 All",
"ConfirmDeleteAllModal.title": "Are you sure you want to delete all steps of your 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.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.hipo": "the Hipo",
"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.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",
"ModalFooter.Cancel": "Cancel",
"ModalFooter.Done": "Done",
"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",
"ProgramBlockEditor.startIndicator": "Start",
"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.name": "Sketchpad",
"StopButton": "Stop",
"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.mars": "Mars",
"Space.meteor": "a Meteor",
"Space.moon": "the Moon",
"Space.name": "Space",
"Space.satellite": "the satellite",
"Space.saturn": "Saturn",
"Space.star": "a star",
"ThemeSelector.theme": "Theme",
"ThemeSelector.theme.dark": "Dark",
"ThemeSelector.theme.contrast": "High Contrast",
"ThemeSelector.theme.gray": "Grayscale",
"ThemeSelector.theme.light": "Light",
"ThemeSelector.theme.mixed": "Default",
"WorldSelector": "World Selector",
"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:"
}
}