@nitro-bolt/scratchblocks 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +18 -0
- package/README.md +205 -0
- package/browser.es.js +8 -0
- package/browser.js +8 -0
- package/build/scratchblocks.min.es.js +11 -0
- package/build/scratchblocks.min.es.js.map +1 -0
- package/build/scratchblocks.min.js +11 -0
- package/build/scratchblocks.min.js.map +1 -0
- package/build/translations-all-es.js +10 -0
- package/build/translations-all.js +10 -0
- package/build/translations-es.js +10 -0
- package/build/translations.js +10 -0
- package/index.js +163 -0
- package/locales/ab.json +261 -0
- package/locales/af.json +261 -0
- package/locales/all.js +161 -0
- package/locales/am.json +262 -0
- package/locales/an.json +261 -0
- package/locales/ar.json +261 -0
- package/locales/ast.json +261 -0
- package/locales/az.json +262 -0
- package/locales/be.json +261 -0
- package/locales/bg.json +261 -0
- package/locales/bn.json +261 -0
- package/locales/ca.json +267 -0
- package/locales/ckb.json +261 -0
- package/locales/cs.json +267 -0
- package/locales/cy.json +266 -0
- package/locales/da.json +261 -0
- package/locales/de.json +266 -0
- package/locales/el.json +268 -0
- package/locales/eo.json +261 -0
- package/locales/es-419.json +261 -0
- package/locales/es.json +266 -0
- package/locales/et.json +261 -0
- package/locales/eu.json +261 -0
- package/locales/fa.json +266 -0
- package/locales/fi.json +261 -0
- package/locales/fil.json +262 -0
- package/locales/forums.js +37 -0
- package/locales/fr.json +266 -0
- package/locales/fy.json +261 -0
- package/locales/ga.json +261 -0
- package/locales/gd.json +266 -0
- package/locales/gl.json +261 -0
- package/locales/ha.json +261 -0
- package/locales/he.json +266 -0
- package/locales/hi.json +266 -0
- package/locales/hr.json +266 -0
- package/locales/ht.json +261 -0
- package/locales/hu.json +267 -0
- package/locales/hy.json +261 -0
- package/locales/id.json +266 -0
- package/locales/is.json +261 -0
- package/locales/it.json +266 -0
- package/locales/ja-Hira.json +268 -0
- package/locales/ja.json +268 -0
- package/locales/ka.json +261 -0
- package/locales/kk.json +263 -0
- package/locales/km.json +261 -0
- package/locales/ko.json +261 -0
- package/locales/ku.json +263 -0
- package/locales/lt.json +261 -0
- package/locales/lv.json +261 -0
- package/locales/mi.json +261 -0
- package/locales/mn.json +262 -0
- package/locales/nb.json +266 -0
- package/locales/nl.json +266 -0
- package/locales/nn.json +261 -0
- package/locales/nso.json +261 -0
- package/locales/oc.json +261 -0
- package/locales/or.json +262 -0
- package/locales/pl.json +266 -0
- package/locales/pt-br.json +261 -0
- package/locales/pt.json +266 -0
- package/locales/qu.json +261 -0
- package/locales/rap.json +263 -0
- package/locales/ro.json +266 -0
- package/locales/ru.json +266 -0
- package/locales/sk.json +261 -0
- package/locales/sl.json +266 -0
- package/locales/sr.json +261 -0
- package/locales/sv.json +261 -0
- package/locales/sw.json +261 -0
- package/locales/th.json +261 -0
- package/locales/tn.json +261 -0
- package/locales/tr.json +269 -0
- package/locales/uk.json +261 -0
- package/locales/uz.json +262 -0
- package/locales/vi.json +262 -0
- package/locales/xh.json +261 -0
- package/locales/zh-cn.json +266 -0
- package/locales/zh-tw.json +266 -0
- package/locales/zu.json +261 -0
- package/package.json +77 -0
- package/scratch3/blocks.js +959 -0
- package/scratch3/draw.js +404 -0
- package/scratch3/index.js +12 -0
- package/scratch3/style.css.js +226 -0
- package/scratch3/style.js +807 -0
- package/syntax/blocks.js +467 -0
- package/syntax/commands.js +1692 -0
- package/syntax/extensions.js +33 -0
- package/syntax/index.js +17 -0
- package/syntax/model.js +427 -0
- package/syntax/syntax.js +941 -0
package/locales/gd.json
ADDED
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
{
|
|
2
|
+
"commands": {
|
|
3
|
+
"MOTION_MOVESTEPS": "gluais le %1 ceum",
|
|
4
|
+
"MOTION_TURNRIGHT": "cuairtich @turnRight le %1 puing",
|
|
5
|
+
"MOTION_TURNLEFT": "cuairtich @turnLeft le %1 puing",
|
|
6
|
+
"MOTION_POINTINDIRECTION": "cuir d’ aghaidh ri %1",
|
|
7
|
+
"MOTION_POINTTOWARDS": "cuir d’ aghaidh an comhair %1",
|
|
8
|
+
"MOTION_GOTOXY": "rach gu x: %1 y: %2",
|
|
9
|
+
"MOTION_GOTO": "rach gu %1",
|
|
10
|
+
"MOTION_GLIDESECSTOXY": "gluais fad %1 diog gu x: %2 y: %3",
|
|
11
|
+
"MOTION_GLIDETO": "gluais fad %1 diog gu %2",
|
|
12
|
+
"MOTION_CHANGEXBY": "atharraich x le %1",
|
|
13
|
+
"MOTION_SETX": "suidhich x air %1",
|
|
14
|
+
"MOTION_CHANGEYBY": "atharraich y le %1",
|
|
15
|
+
"MOTION_SETY": "suidhich y air %1",
|
|
16
|
+
"MOTION_SETROTATIONSTYLE": "suidhich stoidhle na cuairte air %1",
|
|
17
|
+
"LOOKS_SAYFORSECS": "can %1 fad %2 diog",
|
|
18
|
+
"LOOKS_SAY": "can %1",
|
|
19
|
+
"LOOKS_THINKFORSECS": "smaoinich %1 fad %2 diog",
|
|
20
|
+
"LOOKS_THINK": "smaoinich %1",
|
|
21
|
+
"LOOKS_SHOW": "seall",
|
|
22
|
+
"LOOKS_HIDE": "falaich",
|
|
23
|
+
"LOOKS_SWITCHCOSTUMETO": "cuir dreach %1 ort",
|
|
24
|
+
"LOOKS_NEXTCOSTUME": "an t-ath-dhreach",
|
|
25
|
+
"LOOKS_NEXTBACKDROP_BLOCK": "an t-ath-chùlaibh",
|
|
26
|
+
"LOOKS_SWITCHBACKDROPTO": "cuir %1 air a’ chùlaibh",
|
|
27
|
+
"LOOKS_SWITCHBACKDROPTOANDWAIT": "cuir %1 air a’ chùlaibh is fan ri càch",
|
|
28
|
+
"LOOKS_CHANGEEFFECTBY": "atharraich èifeachd %1 le %2",
|
|
29
|
+
"LOOKS_SETEFFECTTO": "cuir èifeachd %1 de %2 ort",
|
|
30
|
+
"LOOKS_CLEARGRAPHICEFFECTS": "falamhaich na h-èifeachdan",
|
|
31
|
+
"LOOKS_CHANGESIZEBY": "atharraich do mheud le %1",
|
|
32
|
+
"LOOKS_SETSIZETO": "suidhich do mheud air %1 %",
|
|
33
|
+
"LOOKS_GOTOFRONTBACK": "rach gu breath %1",
|
|
34
|
+
"LOOKS_GOFORWARDBACKWARDLAYERS": "rach %2 breath %1",
|
|
35
|
+
"SOUND_PLAY": "tòisich air fuaim %1 a chluich",
|
|
36
|
+
"SOUND_CHANGEEFFECTBY": "atharraich èifeachd %1 le %2",
|
|
37
|
+
"SOUND_SETEFFECTO": "cuir èifeachd %1 de %2 ort",
|
|
38
|
+
"SOUND_CLEAREFFECTS": "falamhaich èifeachdan na fuaime",
|
|
39
|
+
"SOUND_PLAYUNTILDONE": "cluich fuaim %1 gu lèir",
|
|
40
|
+
"SOUND_STOPALLSOUNDS": "cuir stad air a h-uile fuaim",
|
|
41
|
+
"music.playDrumForBeats": "cluich druma %1 fad %2 buille",
|
|
42
|
+
"music.restForBeats": "tost fad %1 buille",
|
|
43
|
+
"music.playNoteForBeats": "cluich pong %1 fad %2 buille",
|
|
44
|
+
"music.setInstrument": "suidhich an t‑inneal-ciùil air %1",
|
|
45
|
+
"SOUND_CHANGEVOLUMEBY": "atharraich àirde na fuaime le %1",
|
|
46
|
+
"SOUND_SETVOLUMETO": "suidhich àirde na fuaime air %1%",
|
|
47
|
+
"music.changeTempo": "atharraich an luaths le %1",
|
|
48
|
+
"music.setTempo": "suidhich an luaths air %1",
|
|
49
|
+
"pen.clear": "suath às na h‑uile",
|
|
50
|
+
"pen.stamp": "stampa",
|
|
51
|
+
"pen.penDown": "peann sìos",
|
|
52
|
+
"pen.penUp": "peann suas",
|
|
53
|
+
"pen.setColor": "suidhich dath a’ phinn air %1",
|
|
54
|
+
"pen.changeHue": "atharraich dath a’ phinn le %1",
|
|
55
|
+
"pen.setColorParam": "suidhich %1 a’ phinn air %2",
|
|
56
|
+
"pen.changeColorParam": "atharraich %1 a’ phinn le %2",
|
|
57
|
+
"pen.setHue": "suidhich dath a’ phinn air %1",
|
|
58
|
+
"pen.changeShade": "atharraich tuar a’ phinn le %1",
|
|
59
|
+
"pen.setShade": "suidhich tuar a’ phinn air %1",
|
|
60
|
+
"pen.changeSize": "atharraich meud a’ phinn le %1",
|
|
61
|
+
"pen.setSize": "suidhich meud a’ phinn air %1",
|
|
62
|
+
"EVENT_WHENFLAGCLICKED": "le briogadh air @greenFlag",
|
|
63
|
+
"EVENT_WHENKEYPRESSED": "le brùthadh air iuchair %1",
|
|
64
|
+
"EVENT_WHENTHISSPRITECLICKED": "le briogadh air an sprìd seo",
|
|
65
|
+
"EVENT_WHENSTAGECLICKED": "le briogadh air an àrd-ùrlar",
|
|
66
|
+
"EVENT_WHENBACKDROPSWITCHESTO": "nuair a thèid an cùlaibh na %1",
|
|
67
|
+
"EVENT_WHENGREATERTHAN": "nuair a thèid %1 > %2",
|
|
68
|
+
"EVENT_WHENBROADCASTRECEIVED": "nuair a gheibh thu %1",
|
|
69
|
+
"EVENT_BROADCAST": "craol %1",
|
|
70
|
+
"EVENT_BROADCASTANDWAIT": "craol %1 is fan ri càch",
|
|
71
|
+
"CONTROL_WAIT": "fan fad %1 diog",
|
|
72
|
+
"CONTROL_REPEAT": "dèan seo %1 turas",
|
|
73
|
+
"CONTROL_FOREVER": "gu buan",
|
|
74
|
+
"CONTROL_IF": "ma tha %1 a-rèiste",
|
|
75
|
+
"CONTROL_WAITUNTIL": "fan gus am bi %1",
|
|
76
|
+
"CONTROL_REPEATUNTIL": "dèan a-rithist e gus am bi %1",
|
|
77
|
+
"CONTROL_STOP": "cuir stad air %1",
|
|
78
|
+
"CONTROL_STARTASCLONE": "nuair a thèid thu nad chlòn",
|
|
79
|
+
"CONTROL_CREATECLONEOF": "cruthaich clòn %1",
|
|
80
|
+
"CONTROL_DELETETHISCLONE": "sguab às an clòn seo",
|
|
81
|
+
"SENSING_ASKANDWAIT": "faighnich %1 is fan ris",
|
|
82
|
+
"videoSensing.videoToggle": "cuir a’ video %1",
|
|
83
|
+
"videoSensing.setVideoTransparency": "suidhich trìd-shoillse a’ video air %1",
|
|
84
|
+
"videoSensing.whenMotionGreaterThan": "nuair a thèid gluasad a’ video > %1",
|
|
85
|
+
"SENSING_RESETTIMER": "ath-shuidhich an tìmear",
|
|
86
|
+
"DATA_SETVARIABLETO": "suidhich %1 air %2",
|
|
87
|
+
"DATA_CHANGEVARIABLEBY": "atharraich %1 le %2",
|
|
88
|
+
"DATA_SHOWVARIABLE": "seall an caochladair %1",
|
|
89
|
+
"DATA_HIDEVARIABLE": "falaich an caochladair %1",
|
|
90
|
+
"DATA_ADDTOLIST": "cuir %1 ri %2",
|
|
91
|
+
"DATA_DELETEOFLIST": "sguab às %1 de %2",
|
|
92
|
+
"DATA_DELETEALLOFLIST": "sguab às na h-uile gin de %1",
|
|
93
|
+
"MOTION_IFONEDGEBOUNCE": "ma tha thu ris an oir, boc",
|
|
94
|
+
"DATA_INSERTATLIST": "cuir %1 ris aig %2 de %3",
|
|
95
|
+
"DATA_REPLACEITEMOFLIST": "cuir %3 an àite nì %1 de %2",
|
|
96
|
+
"DATA_SHOWLIST": "seall an liosta %1",
|
|
97
|
+
"DATA_HIDELIST": "falaich an liosta %1",
|
|
98
|
+
"SENSING_OF_XPOSITION": "ionad x",
|
|
99
|
+
"SENSING_OF_YPOSITION": "ionad y",
|
|
100
|
+
"SENSING_OF_DIRECTION": "comhair",
|
|
101
|
+
"SENSING_OF_COSTUMENUMBER": "àireamh an dreacha",
|
|
102
|
+
"LOOKS_COSTUMENUMBERNAME": "%1 an dreacha",
|
|
103
|
+
"SENSING_OF_SIZE": "meud",
|
|
104
|
+
"SENSING_OF_BACKDROPNAME": "ainm a’ chùlaibh",
|
|
105
|
+
"LOOKS_BACKDROPNUMBERNAME": "%1 a’ chùlaibh",
|
|
106
|
+
"SENSING_OF_BACKDROPNUMBER": "àireamh a’ chùlaibh",
|
|
107
|
+
"SOUND_VOLUME": "àirde na fuaime",
|
|
108
|
+
"music.getTempo": "luaths",
|
|
109
|
+
"SENSING_TOUCHINGOBJECT": "%1 a’ beantainn riut",
|
|
110
|
+
"SENSING_TOUCHINGCOLOR": "an dath %1 a’ beantainn riut",
|
|
111
|
+
"SENSING_COLORISTOUCHINGCOLOR": "an dath %1 a’ beantainn ri %2",
|
|
112
|
+
"SENSING_DISTANCETO": "an t-astar gu %1",
|
|
113
|
+
"SENSING_ANSWER": "freagairt",
|
|
114
|
+
"SENSING_KEYPRESSED": "iuchair %1 ga brùthadh",
|
|
115
|
+
"SENSING_MOUSEDOWN": "an luchag ga briogadh",
|
|
116
|
+
"SENSING_MOUSEX": "x na luchaige",
|
|
117
|
+
"SENSING_MOUSEY": "y na luchaige",
|
|
118
|
+
"SENSING_SETDRAGMODE": "suidhich %1 a shlaodadh",
|
|
119
|
+
"SENSING_LOUDNESS": "àirde na fuaime",
|
|
120
|
+
"videoSensing.videoOn": "%1 a’ video air %2",
|
|
121
|
+
"SENSING_TIMER": "an tìmear",
|
|
122
|
+
"SENSING_OF": "%1 aig %2",
|
|
123
|
+
"SENSING_CURRENT": "%1 làithreach",
|
|
124
|
+
"SENSING_DAYSSINCE2000": "làithean o 2000 a-mach",
|
|
125
|
+
"SENSING_USERNAME": "ainm-cleachdaiche",
|
|
126
|
+
"OPERATORS_ADD": "%1 + %2",
|
|
127
|
+
"OPERATORS_SUBTRACT": "%1 - %2",
|
|
128
|
+
"OPERATORS_MULTIPLY": "%1 × %2",
|
|
129
|
+
"OPERATORS_DIVIDE": "%1 / %2",
|
|
130
|
+
"OPERATORS_RANDOM": "luach tuaireamach eadar %1 is %2",
|
|
131
|
+
"OPERATORS_LT": "%1 < %2",
|
|
132
|
+
"OPERATORS_EQUALS": "%1 = %2",
|
|
133
|
+
"OPERATORS_GT": "%1 > %2",
|
|
134
|
+
"OPERATORS_AND": "%1 agus %2",
|
|
135
|
+
"OPERATORS_OR": "%1 no %2",
|
|
136
|
+
"OPERATORS_NOT": "e fallsa gu bheil %1",
|
|
137
|
+
"OPERATORS_JOIN": "ceangail %1 ri %2",
|
|
138
|
+
"OPERATORS_LETTEROF": "litir %1 de %2",
|
|
139
|
+
"OPERATORS_LENGTH": "an fhaide aig %1",
|
|
140
|
+
"OPERATORS_MOD": "%1 mòidealas %2",
|
|
141
|
+
"OPERATORS_ROUND": "cuairtich %1",
|
|
142
|
+
"OPERATORS_MATHOP": "%1 aig %2",
|
|
143
|
+
"OPERATORS_CONTAINS": "%2 am broinn %1",
|
|
144
|
+
"DATA_ITEMOFLIST": "nì %1 de %2",
|
|
145
|
+
"DATA_ITEMNUMOFLIST": "àireamh an nì %1 air %2",
|
|
146
|
+
"DATA_LENGTHOFLIST": "an fhaide aig %1",
|
|
147
|
+
"DATA_LISTCONTAINSITEM": "%2 am broinn %1",
|
|
148
|
+
"CONTROL_ELSE": "air neo",
|
|
149
|
+
"SENSING_USERID": "ID a’ chleachdaiche",
|
|
150
|
+
"SENSING_LOUD": "an fhuaim air",
|
|
151
|
+
"text2speech.speakAndWaitBlock": "can %1 gu h-àrd",
|
|
152
|
+
"text2speech.setVoiceBlock": "suidhich a’ ghuth air %1",
|
|
153
|
+
"text2speech.setLanguageBlock": "suidhich an cànan air %1",
|
|
154
|
+
"translate.translateBlock": "eadar-theangaich %1 gu %2",
|
|
155
|
+
"translate.viewerLanguage": "cànan",
|
|
156
|
+
"makeymakey.whenKeyPressed": "le brùthadh iuchrach %1",
|
|
157
|
+
"makeymakey.whenKeysPressedInOrder": "nuair a bhrùthar air %1 às dèidh a chèile",
|
|
158
|
+
"microbit.whenButtonPressed": "le brùthadh air putan %1",
|
|
159
|
+
"microbit.isButtonPressed": "putan %1 ga bhrùthadh",
|
|
160
|
+
"microbit.whenGesture": "le mothachadh air %1",
|
|
161
|
+
"microbit.displaySymbol": "seall %1",
|
|
162
|
+
"microbit.displayText": "seall an teacsa %1",
|
|
163
|
+
"microbit.clearDisplay": "falamhaich an sgrìn",
|
|
164
|
+
"microbit.whenTilted": "le claonadh %1",
|
|
165
|
+
"microbit.isTilted": "claonadh %1 air",
|
|
166
|
+
"microbit.tiltAngle": "ceàrn claonaidh %1",
|
|
167
|
+
"microbit.whenPinConnected": "nuair a thèid prìne %1 a cheangal",
|
|
168
|
+
"ev3.motorTurnClockwise": "gluais motar %1 dhan dàrna taobh fad %2 diog",
|
|
169
|
+
"ev3.motorTurnCounterClockwise": "gluais motar %1 dhan taobh eile fad %2 diog",
|
|
170
|
+
"ev3.motorSetPower": "suidhich cumhachd motar %1 air %2 %",
|
|
171
|
+
"ev3.getMotorPosition": "ionad a’ mhotair %1",
|
|
172
|
+
"ev3.whenButtonPressed": "le brùthadh air putan %1",
|
|
173
|
+
"ev3.whenDistanceLessThan": "nuair a thèid an t-astar < %1",
|
|
174
|
+
"ev3.whenBrightnessLessThan": "nuair a thèid an t-soilleireachd < %1",
|
|
175
|
+
"ev3.buttonPressed": "putan %1 ga bhrùthadh",
|
|
176
|
+
"ev3.getDistance": "astar",
|
|
177
|
+
"ev3.getBrightness": "soilleireachd",
|
|
178
|
+
"ev3.beepNote": "bìd pong %1 fad %2 diog",
|
|
179
|
+
"wedo2.motorOn": "cuir %1 air",
|
|
180
|
+
"wedo2.motorOff": "cuir %1 dheth",
|
|
181
|
+
"wedo2.startMotorPower": "suidhich cumhachd %1 air %2",
|
|
182
|
+
"wedo2.setMotorDirection": "suidhich comhair %1 air %2",
|
|
183
|
+
"wedo2.whenDistance": "nuair a thèid an t-astar %1 %2",
|
|
184
|
+
"wedo2.getDistance": "astar",
|
|
185
|
+
"wedo2.motorOnFor": "cuir %1 air fad %2 diog",
|
|
186
|
+
"wedo2.setLightHue": "suidhich dath an t-solais air %1",
|
|
187
|
+
"wedo2.playNoteFor": "cluich pong %1 fad %2 diog",
|
|
188
|
+
"wedo2.whenTilted": "le claonadh %1",
|
|
189
|
+
"wedo2.isTilted": "claonadh %1 air",
|
|
190
|
+
"wedo2.getTiltAngle": "ceàrn claonaidh %1",
|
|
191
|
+
"gdxfor.whenGesture": "le mothachadh air %1",
|
|
192
|
+
"gdxfor.whenForcePushedOrPulled": "le %1 air mothaichear an fhorsa",
|
|
193
|
+
"gdxfor.getForce": "forsa",
|
|
194
|
+
"gdxfor.whenTilted": "le claonadh %1",
|
|
195
|
+
"gdxfor.isTilted": "claonadh %1 air",
|
|
196
|
+
"gdxfor.getTilt": "ceàrn claonaidh %1",
|
|
197
|
+
"gdxfor.isFreeFalling": "a’ tuiteam",
|
|
198
|
+
"gdxfor.getSpin": "luaths a’ chuir %1",
|
|
199
|
+
"gdxfor.getAcceleration": "luathachadh %1",
|
|
200
|
+
"boost.motorOnFor": "cuairtich motar %1 fad %2 diog",
|
|
201
|
+
"boost.motorOnForRotation": "cuir %2 car air motar %1",
|
|
202
|
+
"boost.motorOn": "cuir motar %1 air",
|
|
203
|
+
"boost.motorOff": "cuir motar %1 dheth",
|
|
204
|
+
"boost.setMotorPower": "suidhich luaths a’ mhotair %1 air %2 %",
|
|
205
|
+
"boost.setMotorDirection": "cuir motar %1 an comhair %2",
|
|
206
|
+
"boost.getMotorPosition": "ionad a’ mhotair %1",
|
|
207
|
+
"boost.whenColor": "nuair a chì thu breige %1",
|
|
208
|
+
"boost.seeingColor": "thu a’ faicinn breige %1",
|
|
209
|
+
"boost.whenTilted": "le claonadh %1",
|
|
210
|
+
"boost.getTiltAngle": "ceàrn claonaidh %1",
|
|
211
|
+
"boost.setLightHue": "suidhich dath an t-solais air %1"
|
|
212
|
+
},
|
|
213
|
+
"dropdowns": {},
|
|
214
|
+
"ignorelt": [],
|
|
215
|
+
"soundEffects": [
|
|
216
|
+
"gleusa",
|
|
217
|
+
"panachaidh gu clì/deas"
|
|
218
|
+
],
|
|
219
|
+
"microbitWhen": [
|
|
220
|
+
"gluasad",
|
|
221
|
+
"crith",
|
|
222
|
+
"leum"
|
|
223
|
+
],
|
|
224
|
+
"osis": [
|
|
225
|
+
"sgriobtaichean eile na sprìde"
|
|
226
|
+
],
|
|
227
|
+
"definePrefix": [
|
|
228
|
+
"mìnich"
|
|
229
|
+
],
|
|
230
|
+
"defineSuffix": [],
|
|
231
|
+
"palette": {
|
|
232
|
+
"Motion": "Gluasad",
|
|
233
|
+
"Looks": "Coltas",
|
|
234
|
+
"Sound": "Fuaim",
|
|
235
|
+
"Events": "Tachartas",
|
|
236
|
+
"Control": "Smachd",
|
|
237
|
+
"Sensing": "Mothachadh",
|
|
238
|
+
"Operators": "Gnìomharaiche",
|
|
239
|
+
"Variables": "Caochladairean",
|
|
240
|
+
"My Blocks": "Bloca agamsa"
|
|
241
|
+
},
|
|
242
|
+
"math": [
|
|
243
|
+
"an luach absaloideach",
|
|
244
|
+
"an cuairteachadh sìos",
|
|
245
|
+
"an cuairteachadh suas",
|
|
246
|
+
"am freumh ceàrnagach",
|
|
247
|
+
"an sìneas",
|
|
248
|
+
"an co-shìneas",
|
|
249
|
+
"am beantan",
|
|
250
|
+
"an t-àrc-shìneas",
|
|
251
|
+
"an t-àrc-cho-shìneas",
|
|
252
|
+
"an t-àrc-bheantan",
|
|
253
|
+
"an log-àireamh nàdarra",
|
|
254
|
+
"an log-àireamh",
|
|
255
|
+
"e ^",
|
|
256
|
+
"10 ^"
|
|
257
|
+
],
|
|
258
|
+
"aliases": {
|
|
259
|
+
"cuairtich @turnLeft le %1 ceum": "MOTION_TURNLEFT",
|
|
260
|
+
"cuairtich @turnRight le %1 ceum": "MOTION_TURNRIGHT",
|
|
261
|
+
"le briogadh air @greenFlag": "EVENT_WHENFLAGCLICKED",
|
|
262
|
+
"deireadh": "scratchblocks:end"
|
|
263
|
+
},
|
|
264
|
+
"name": "Gàidhlig",
|
|
265
|
+
"percentTranslated": 100
|
|
266
|
+
}
|
package/locales/gl.json
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
{
|
|
2
|
+
"commands": {
|
|
3
|
+
"MOTION_MOVESTEPS": "mover %1 pasos",
|
|
4
|
+
"MOTION_TURNRIGHT": "xirar @turnRight %1 graos",
|
|
5
|
+
"MOTION_TURNLEFT": "xirar @turnLeft %1 graos",
|
|
6
|
+
"MOTION_POINTINDIRECTION": "apuntar na dirección %1",
|
|
7
|
+
"MOTION_POINTTOWARDS": "apuntar cara a %1",
|
|
8
|
+
"MOTION_GOTOXY": "ir para X: %1 Y: %2",
|
|
9
|
+
"MOTION_GOTO": "ir para %1",
|
|
10
|
+
"MOTION_GLIDESECSTOXY": "esvarar durante %1 seg a X: %2 Y: %3",
|
|
11
|
+
"MOTION_GLIDETO": "esvarar durante %1 seg a %2",
|
|
12
|
+
"MOTION_CHANGEXBY": "sumar %1 a X",
|
|
13
|
+
"MOTION_SETX": "asignar a X o valor %1",
|
|
14
|
+
"MOTION_CHANGEYBY": "sumar %1 a Y",
|
|
15
|
+
"MOTION_SETY": "asignar a Y o valor %1",
|
|
16
|
+
"MOTION_SETROTATIONSTYLE": "usar o estilo de rotación %1",
|
|
17
|
+
"LOOKS_SAYFORSECS": "dicir %1 durante %2 segundos",
|
|
18
|
+
"LOOKS_SAY": "dicir %1",
|
|
19
|
+
"LOOKS_THINKFORSECS": "pensar %1 durante %2 segundos",
|
|
20
|
+
"LOOKS_THINK": "pensar %1",
|
|
21
|
+
"LOOKS_SHOW": "amosarse",
|
|
22
|
+
"LOOKS_HIDE": "agocharse",
|
|
23
|
+
"LOOKS_SWITCHCOSTUMETO": "mudar traxe a %1",
|
|
24
|
+
"LOOKS_NEXTCOSTUME": "traxe seguinte",
|
|
25
|
+
"LOOKS_NEXTBACKDROP_BLOCK": "fondo seguinte",
|
|
26
|
+
"LOOKS_SWITCHBACKDROPTO": "mudar fondo a %1",
|
|
27
|
+
"LOOKS_SWITCHBACKDROPTOANDWAIT": "mudar fondo a %1 e agardar",
|
|
28
|
+
"LOOKS_CHANGEEFFECTBY": "sumar %2 ao efecto %1",
|
|
29
|
+
"LOOKS_SETEFFECTTO": "aplicar o efecto %1 co valor %2",
|
|
30
|
+
"LOOKS_CLEARGRAPHICEFFECTS": "limpar os efectos gráficos",
|
|
31
|
+
"LOOKS_CHANGESIZEBY": "sumar %1 ao tamaño",
|
|
32
|
+
"LOOKS_SETSIZETO": "pór o tamaño ao %1 %",
|
|
33
|
+
"LOOKS_GOTOFRONTBACK": "ir para a capa %1",
|
|
34
|
+
"LOOKS_GOFORWARDBACKWARDLAYERS": "ir %1 %2 capas",
|
|
35
|
+
"SOUND_PLAY": "iniciar son %1",
|
|
36
|
+
"SOUND_CHANGEEFFECTBY": "sumar ao efecto %1 o valor %2",
|
|
37
|
+
"SOUND_SETEFFECTO": "aplicar o efecto %1 co valor %2",
|
|
38
|
+
"SOUND_CLEAREFFECTS": "limpar os efectos de son",
|
|
39
|
+
"SOUND_PLAYUNTILDONE": "reproducir %1 até rematar",
|
|
40
|
+
"SOUND_STOPALLSOUNDS": "deter todos os sons",
|
|
41
|
+
"music.playDrumForBeats": "tocar o tambor %1 durante %2 pulsos",
|
|
42
|
+
"music.restForBeats": "descanso de %1 pulsos",
|
|
43
|
+
"music.playNoteForBeats": "tocar a nota %1 durante %2 pulsos",
|
|
44
|
+
"music.setInstrument": "usar o instrumento %1",
|
|
45
|
+
"SOUND_CHANGEVOLUMEBY": "subir o volume en %1",
|
|
46
|
+
"SOUND_SETVOLUMETO": "pór o volume no %1%",
|
|
47
|
+
"music.changeTempo": "aumentar o tempo en %1",
|
|
48
|
+
"music.setTempo": "aplicar un tempo de %1",
|
|
49
|
+
"pen.clear": "borrar todo",
|
|
50
|
+
"pen.stamp": "selar",
|
|
51
|
+
"pen.penDown": "baixar o lapis",
|
|
52
|
+
"pen.penUp": "subir o lapis",
|
|
53
|
+
"pen.setColor": "usar un lapis de cor %1",
|
|
54
|
+
"pen.changeHue": "sumar %1 á cor do lapis",
|
|
55
|
+
"pen.setColorParam": "pór a %1 do lapis en %2",
|
|
56
|
+
"pen.changeColorParam": "sumar %2 á %1 do lapis",
|
|
57
|
+
"pen.setHue": "usar un lapis de cor %1",
|
|
58
|
+
"pen.changeShade": "sumar %1 a intensidade do lapis",
|
|
59
|
+
"pen.setShade": "pór a intensidade do lapis a %1",
|
|
60
|
+
"pen.changeSize": "aumentar o tamaño do lapis en %1",
|
|
61
|
+
"pen.setSize": "usar un lapis de tamaño %1",
|
|
62
|
+
"EVENT_WHENFLAGCLICKED": "Ao premer en @greenFlag",
|
|
63
|
+
"EVENT_WHENKEYPRESSED": "Ao premer na tecla %1",
|
|
64
|
+
"EVENT_WHENTHISSPRITECLICKED": "Ao premer nesta figura",
|
|
65
|
+
"EVENT_WHENSTAGECLICKED": "Ao premer no escenario",
|
|
66
|
+
"EVENT_WHENBACKDROPSWITCHESTO": "Ao mudar o fondo a %1",
|
|
67
|
+
"EVENT_WHENGREATERTHAN": "Cando %1 > %2",
|
|
68
|
+
"EVENT_WHENBROADCASTRECEIVED": "Ao recibir %1",
|
|
69
|
+
"EVENT_BROADCAST": "emitir %1",
|
|
70
|
+
"EVENT_BROADCASTANDWAIT": "emitir %1 e agardar",
|
|
71
|
+
"CONTROL_WAIT": "agardar %1 segundos",
|
|
72
|
+
"CONTROL_REPEAT": "repetir %1",
|
|
73
|
+
"CONTROL_FOREVER": "para sempre",
|
|
74
|
+
"CONTROL_IF": "se %1 entón",
|
|
75
|
+
"CONTROL_WAITUNTIL": "agardar até %1",
|
|
76
|
+
"CONTROL_REPEATUNTIL": "repetir até %1",
|
|
77
|
+
"CONTROL_STOP": "parar. %1",
|
|
78
|
+
"CONTROL_STARTASCLONE": "Ao comezar como clon",
|
|
79
|
+
"CONTROL_CREATECLONEOF": "crear un clon de %1",
|
|
80
|
+
"CONTROL_DELETETHISCLONE": "eliminar este clon.",
|
|
81
|
+
"SENSING_ASKANDWAIT": "preguntar %1 e agardar",
|
|
82
|
+
"videoSensing.videoToggle": "vídeo %1",
|
|
83
|
+
"videoSensing.setVideoTransparency": "pór a transparencia de vídeo en %1",
|
|
84
|
+
"videoSensing.whenMotionGreaterThan": "Cando o movemento de vídeo > %1",
|
|
85
|
+
"SENSING_RESETTIMER": "reiniciar o cronómetro",
|
|
86
|
+
"DATA_SETVARIABLETO": "asignar %2 a %1",
|
|
87
|
+
"DATA_CHANGEVARIABLEBY": "sumarlle %2 a %1",
|
|
88
|
+
"DATA_SHOWVARIABLE": "amosar a variábel %1",
|
|
89
|
+
"DATA_HIDEVARIABLE": "agochar a variábel %1",
|
|
90
|
+
"DATA_ADDTOLIST": "engadir %1 a %2",
|
|
91
|
+
"DATA_DELETEOFLIST": "eliminar %1 de %2",
|
|
92
|
+
"DATA_DELETEALLOFLIST": "eliminar todo o contido de %1",
|
|
93
|
+
"MOTION_IFONEDGEBOUNCE": "se toca un bordo, rebotar",
|
|
94
|
+
"DATA_INSERTATLIST": "inserir %1 na posición %2 de %3",
|
|
95
|
+
"DATA_REPLACEITEMOFLIST": "substituír o elemento %1 de %2 por %3",
|
|
96
|
+
"DATA_SHOWLIST": "amosar a lista %1",
|
|
97
|
+
"DATA_HIDELIST": "agochar a lista %1",
|
|
98
|
+
"SENSING_OF_XPOSITION": "posición en X",
|
|
99
|
+
"SENSING_OF_YPOSITION": "posición en Y",
|
|
100
|
+
"SENSING_OF_DIRECTION": "dirección",
|
|
101
|
+
"SENSING_OF_COSTUMENUMBER": "traxe n.º",
|
|
102
|
+
"LOOKS_COSTUMENUMBERNAME": "traxe %1",
|
|
103
|
+
"SENSING_OF_SIZE": "tamaño",
|
|
104
|
+
"SENSING_OF_BACKDROPNAME": "nome do fondo",
|
|
105
|
+
"LOOKS_BACKDROPNUMBERNAME": "fondo %1",
|
|
106
|
+
"SENSING_OF_BACKDROPNUMBER": "fondo n.º",
|
|
107
|
+
"SOUND_VOLUME": "volume",
|
|
108
|
+
"music.getTempo": "tempo",
|
|
109
|
+
"SENSING_TOUCHINGOBJECT": "toca %1",
|
|
110
|
+
"SENSING_TOUCHINGCOLOR": "toca na cor %1",
|
|
111
|
+
"SENSING_COLORISTOUCHINGCOLOR": "a cor %1 toca %2",
|
|
112
|
+
"SENSING_DISTANCETO": "distancia a %1",
|
|
113
|
+
"SENSING_ANSWER": "resposta",
|
|
114
|
+
"SENSING_KEYPRESSED": "a tecla %1 está premida",
|
|
115
|
+
"SENSING_MOUSEDOWN": "o rato está premido",
|
|
116
|
+
"SENSING_MOUSEX": "posición en X do rato",
|
|
117
|
+
"SENSING_MOUSEY": "posición en Y do rato",
|
|
118
|
+
"SENSING_SETDRAGMODE": "usar o modo de arrastre %1",
|
|
119
|
+
"SENSING_LOUDNESS": "volume no micrófono",
|
|
120
|
+
"videoSensing.videoOn": "%1 de vídeo a %2",
|
|
121
|
+
"SENSING_TIMER": "cronómetro",
|
|
122
|
+
"SENSING_OF": "%1 de %2",
|
|
123
|
+
"SENSING_CURRENT": "%1 actual",
|
|
124
|
+
"SENSING_DAYSSINCE2000": "días desde o 2000",
|
|
125
|
+
"SENSING_USERNAME": "nome de usuario",
|
|
126
|
+
"OPERATORS_ADD": "%1 + %2",
|
|
127
|
+
"OPERATORS_SUBTRACT": "%1 – %2",
|
|
128
|
+
"OPERATORS_MULTIPLY": "%1 × %2",
|
|
129
|
+
"OPERATORS_DIVIDE": "%1 / %2",
|
|
130
|
+
"OPERATORS_RANDOM": "número ao chou entre %1 e %2",
|
|
131
|
+
"OPERATORS_LT": "%1 < %2",
|
|
132
|
+
"OPERATORS_EQUALS": "%1 = %2",
|
|
133
|
+
"OPERATORS_GT": "%1 > %2",
|
|
134
|
+
"OPERATORS_AND": "%1 e %2",
|
|
135
|
+
"OPERATORS_OR": "%1 ou %2",
|
|
136
|
+
"OPERATORS_NOT": "non %1",
|
|
137
|
+
"OPERATORS_JOIN": "concatenar %1 %2",
|
|
138
|
+
"OPERATORS_LETTEROF": "letra %1 de %2",
|
|
139
|
+
"OPERATORS_LENGTH": "lonxitude de %1",
|
|
140
|
+
"OPERATORS_MOD": "%1 módulo %2",
|
|
141
|
+
"OPERATORS_ROUND": "arredondar %1",
|
|
142
|
+
"OPERATORS_MATHOP": "%1 de %2",
|
|
143
|
+
"OPERATORS_CONTAINS": "%1 contén %2",
|
|
144
|
+
"DATA_ITEMOFLIST": "elemento %1 de %2",
|
|
145
|
+
"DATA_ITEMNUMOFLIST": "posición de %2 que contén %1",
|
|
146
|
+
"DATA_LENGTHOFLIST": "lonxitude de %1",
|
|
147
|
+
"DATA_LISTCONTAINSITEM": "%1 contén %2",
|
|
148
|
+
"CONTROL_ELSE": "se non",
|
|
149
|
+
"SENSING_USERID": "identificador de usuario",
|
|
150
|
+
"SENSING_LOUD": "forte?",
|
|
151
|
+
"text2speech.speakAndWaitBlock": "falar %1",
|
|
152
|
+
"text2speech.setVoiceBlock": "darlle a voz de %1",
|
|
153
|
+
"text2speech.setLanguageBlock": "usar o idioma %1",
|
|
154
|
+
"translate.translateBlock": "traducir %1 a %2",
|
|
155
|
+
"translate.viewerLanguage": "idioma",
|
|
156
|
+
"makeymakey.whenKeyPressed": "Ao premer a tecla %1",
|
|
157
|
+
"makeymakey.whenKeysPressedInOrder": "Ao premer en orde %1",
|
|
158
|
+
"microbit.whenButtonPressed": "Ao premer o botón %1",
|
|
159
|
+
"microbit.isButtonPressed": "está premido o botón %1",
|
|
160
|
+
"microbit.whenGesture": "Cando é %1",
|
|
161
|
+
"microbit.displaySymbol": "mostrar %1",
|
|
162
|
+
"microbit.displayText": "mostrar o texto %1",
|
|
163
|
+
"microbit.clearDisplay": "limpar a pantalla",
|
|
164
|
+
"microbit.whenTilted": "Ao estar inclinado cara %1",
|
|
165
|
+
"microbit.isTilted": "inclinado cara %1",
|
|
166
|
+
"microbit.tiltAngle": "ángulo de inclinación cara %1",
|
|
167
|
+
"microbit.whenPinConnected": "Cando o pin %1 estea conectado",
|
|
168
|
+
"ev3.motorTurnClockwise": "virar o motor %1 para aquí durante %2 segundos",
|
|
169
|
+
"ev3.motorTurnCounterClockwise": "virar o motor %1 para alá durante %2 segundos",
|
|
170
|
+
"ev3.motorSetPower": "pór o motor %1 ao %2% de potencia",
|
|
171
|
+
"ev3.getMotorPosition": "posición do motor %1",
|
|
172
|
+
"ev3.whenButtonPressed": "Ao premer o botón %1",
|
|
173
|
+
"ev3.whenDistanceLessThan": "Cando a distancia < %1",
|
|
174
|
+
"ev3.whenBrightnessLessThan": "Cando o brillo < %1",
|
|
175
|
+
"ev3.buttonPressed": "está premido o botón %1",
|
|
176
|
+
"ev3.getDistance": "distancia",
|
|
177
|
+
"ev3.getBrightness": "luminosidade",
|
|
178
|
+
"ev3.beepNote": "tocar a nota %1 durante %2 segundos",
|
|
179
|
+
"wedo2.motorOn": "acender %1",
|
|
180
|
+
"wedo2.motorOff": "apagar %1",
|
|
181
|
+
"wedo2.startMotorPower": "pór a potencia de %1 a %2",
|
|
182
|
+
"wedo2.setMotorDirection": "trocar a dirección de %1 por %2",
|
|
183
|
+
"wedo2.whenDistance": "Cando a distancia %1 %2",
|
|
184
|
+
"wedo2.getDistance": "distancia",
|
|
185
|
+
"wedo2.motorOnFor": "acender %1 durante %2 segundos",
|
|
186
|
+
"wedo2.setLightHue": "pór a cor da luz a %1",
|
|
187
|
+
"wedo2.playNoteFor": "tocar a nota %1 durante %2 segundos",
|
|
188
|
+
"wedo2.whenTilted": "Cando estea inclinado cara %1",
|
|
189
|
+
"wedo2.isTilted": "inclinado á %1",
|
|
190
|
+
"wedo2.getTiltAngle": "ángulo de inclinación %1",
|
|
191
|
+
"gdxfor.whenGesture": "Cando é %1",
|
|
192
|
+
"gdxfor.whenForcePushedOrPulled": "Cando o sensor de forza %1",
|
|
193
|
+
"gdxfor.getForce": "a forza",
|
|
194
|
+
"gdxfor.whenTilted": "when tilted %1",
|
|
195
|
+
"gdxfor.isTilted": "tilted %1?",
|
|
196
|
+
"gdxfor.getTilt": "tilt angle %1",
|
|
197
|
+
"gdxfor.isFreeFalling": "está a caer?",
|
|
198
|
+
"gdxfor.getSpin": "a velocidade angular %1",
|
|
199
|
+
"gdxfor.getAcceleration": "a aceleración %1",
|
|
200
|
+
"boost.motorOnFor": "turn motor %1 for %2 seconds",
|
|
201
|
+
"boost.motorOnForRotation": "turn motor %1 for %2 rotations",
|
|
202
|
+
"boost.motorOn": "turn motor %1 on",
|
|
203
|
+
"boost.motorOff": "turn motor %1 off",
|
|
204
|
+
"boost.setMotorPower": "set motor %1 speed to %2 %",
|
|
205
|
+
"boost.setMotorDirection": "set motor %1 direction %2",
|
|
206
|
+
"boost.getMotorPosition": "motor %1 position",
|
|
207
|
+
"boost.whenColor": "Ao ver un bloque %1",
|
|
208
|
+
"boost.seeingColor": "seeing %1 brick?",
|
|
209
|
+
"boost.whenTilted": "Cando estea inclinado cara %1",
|
|
210
|
+
"boost.getTiltAngle": "ángulo de inclinación %1",
|
|
211
|
+
"boost.setLightHue": "pór a cor da luz a %1"
|
|
212
|
+
},
|
|
213
|
+
"dropdowns": {},
|
|
214
|
+
"ignorelt": [],
|
|
215
|
+
"soundEffects": [
|
|
216
|
+
"ton",
|
|
217
|
+
"canle esquerda/dereita"
|
|
218
|
+
],
|
|
219
|
+
"microbitWhen": [
|
|
220
|
+
"movido",
|
|
221
|
+
"abalado",
|
|
222
|
+
"saltado"
|
|
223
|
+
],
|
|
224
|
+
"osis": [
|
|
225
|
+
"outros programas na figura"
|
|
226
|
+
],
|
|
227
|
+
"definePrefix": [
|
|
228
|
+
"definir"
|
|
229
|
+
],
|
|
230
|
+
"defineSuffix": [],
|
|
231
|
+
"palette": {
|
|
232
|
+
"Motion": "Movemento",
|
|
233
|
+
"Looks": "Aparencia",
|
|
234
|
+
"Sound": "Son",
|
|
235
|
+
"Events": "Eventos",
|
|
236
|
+
"Control": "Control",
|
|
237
|
+
"Sensing": "Sensores",
|
|
238
|
+
"Operators": "Operadores",
|
|
239
|
+
"Variables": "Variábeis",
|
|
240
|
+
"My Blocks": "Os meus bloques"
|
|
241
|
+
},
|
|
242
|
+
"math": [
|
|
243
|
+
"valor absoluto",
|
|
244
|
+
"chan",
|
|
245
|
+
"teito",
|
|
246
|
+
"raíz cadrada",
|
|
247
|
+
"seno",
|
|
248
|
+
"coseno",
|
|
249
|
+
"tanxente",
|
|
250
|
+
"arco seno",
|
|
251
|
+
"arco coseno",
|
|
252
|
+
"arco tanxente",
|
|
253
|
+
"ln",
|
|
254
|
+
"log",
|
|
255
|
+
"e ^",
|
|
256
|
+
"10 ^"
|
|
257
|
+
],
|
|
258
|
+
"aliases": {},
|
|
259
|
+
"name": "Galego",
|
|
260
|
+
"percentTranslated": 100
|
|
261
|
+
}
|