-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmessages.json
More file actions
169 lines (168 loc) · 9.68 KB
/
messages.json
File metadata and controls
169 lines (168 loc) · 9.68 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
{
"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.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.",
"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.warning": "Confirm Delete",
"ConfirmDeleteAllModal.title": "Are you sure you want to delete all steps of your program?",
"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!",
"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",
"PenDownToggleSwitch.penDown": "Pen down",
"PlayButton.play": "Play",
"PlayButton.pause": "Pause",
"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": "Clear and start new program",
"ProgramBlockEditor.programHeading": "Program",
"ProgramBlockEditor.spaceShipCharacter": "Space Ship character",
"ProgramBlockEditor.rabbitCharacter": "Rabbit character",
"ProgramBlockEditor.robotCharacter": "Robot character",
"ProgramBlockEditor.editPosition.trunLeft": "Turn the character left",
"ProgramBlockEditor.editPosition.trunRight": "Turn the character right",
"ProgramBlockEditor.editPosition.moveUp": "Move the character up",
"ProgramBlockEditor.editPosition.moveRight": "Move the character right",
"ProgramBlockEditor.editPosition.moveDown": "Move the character down",
"ProgramBlockEditor.editPosition.moveLeft": "Move the character left",
"ProgramBlockEditor.editPosition.columnPosition": "Character column position",
"ProgramBlockEditor.editPosition.rowPosition": "Character row position",
"ProgramBlockEditor.startIndicator": "Start",
"ProgramTextEditor.programLabel": "Program:",
"ProgramSpeedController.slider": "Program play speed",
"AudioFeedbackToggleSwitch.audioFeedback": "Audio feedback",
"Scene.inBounds": "Scene, {numColumns} by {numRows} grid with a character at column {xPos}, row {yPos} facing {direction}",
"Scene.outOfBounds": "Scene, {numColumns} by {numRows} grid with a character outside of the scene {relativeDirection} the scene, facing {direction}",
"Scene.expand": "Expand the scene",
"Scene.minimize": "Minimize the scene",
"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.",
"ThemeSelector.theme": "Theme",
"ThemeSelector.theme.default": "Default",
"ThemeSelector.theme.forest": "Forest",
"ThemeSelector.theme.space": "Space",
"WorldSelector.world": "World",
"WorldSelector.world.default": "Default",
"WorldSelector.world.forest": "Forest",
"WorldSelector.world.space": "Space"
},
"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:"
}
}