blockly 9.0.0-beta.3 → 9.0.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/README.md +3 -3
- package/blockly.min.js +350 -357
- package/blockly_compressed.js +350 -357
- package/blockly_compressed.js.map +1 -1
- package/core/block_drag_surface.d.ts +5 -1
- package/core/blockly.d.ts +9 -19
- package/core/css.d.ts +1 -1
- package/core/field.d.ts +39 -12
- package/core/renderers/common/block_rendering.d.ts +2 -18
- package/core/tooltip.d.ts +1 -1
- package/core/utils/object.d.ts +3 -0
- package/core/utils/string.d.ts +1 -1
- package/core/utils/style.d.ts +1 -0
- package/core/utils/svg_math.d.ts +1 -10
- package/core/utils.d.ts +13 -71
- package/core/workspace_svg.d.ts +0 -6
- package/msg/ar.js +25 -25
- package/msg/az.js +17 -17
- package/msg/bcc.js +4 -4
- package/msg/be-tarask.js +16 -16
- package/msg/be.js +6 -6
- package/msg/bg.js +10 -10
- package/msg/bn.js +1 -1
- package/msg/br.js +18 -18
- package/msg/ca.js +1 -1
- package/msg/cs.js +12 -12
- package/msg/da.js +15 -15
- package/msg/de.js +40 -40
- package/msg/diq.js +17 -17
- package/msg/dty.js +2 -2
- package/msg/ee.js +1 -1
- package/msg/el.js +43 -43
- package/msg/en-gb.js +13 -13
- package/msg/eo.js +3 -3
- package/msg/es.js +9 -9
- package/msg/et.js +12 -12
- package/msg/eu.js +2 -2
- package/msg/fa.js +2 -2
- package/msg/fi.js +11 -11
- package/msg/fr.js +28 -28
- package/msg/gor.js +7 -7
- package/msg/ha.js +18 -18
- package/msg/he.js +7 -7
- package/msg/hi.js +18 -18
- package/msg/hr.js +13 -13
- package/msg/hrx.js +2 -2
- package/msg/hu.js +3 -3
- package/msg/hy.js +1 -1
- package/msg/ia.js +8 -8
- package/msg/id.js +29 -29
- package/msg/ig.js +26 -26
- package/msg/is.js +64 -64
- package/msg/it.js +4 -4
- package/msg/ja.js +53 -53
- package/msg/ka.js +2 -2
- package/msg/kab.js +16 -16
- package/msg/kbd-cyrl.js +3 -3
- package/msg/km.js +1 -1
- package/msg/kn.js +18 -18
- package/msg/ko.js +47 -47
- package/msg/ksh.js +1 -1
- package/msg/ky.js +2 -2
- package/msg/lb.js +3 -3
- package/msg/lki.js +14 -14
- package/msg/lo.js +1 -1
- package/msg/lrc.js +15 -15
- package/msg/lt.js +16 -16
- package/msg/lv.js +15 -15
- package/msg/mk.js +1 -1
- package/msg/mnw.js +5 -5
- package/msg/ms.js +14 -14
- package/msg/nb.js +37 -37
- package/msg/ne.js +1 -1
- package/msg/nl.js +39 -39
- package/msg/oc.js +8 -8
- package/msg/pa.js +2 -2
- package/msg/pl.js +30 -30
- package/msg/pms.js +32 -32
- package/msg/pt-br.js +21 -21
- package/msg/pt.js +16 -16
- package/msg/ro.js +25 -25
- package/msg/ru.js +25 -25
- package/msg/sc.js +16 -16
- package/msg/sd.js +4 -4
- package/msg/sk.js +16 -16
- package/msg/skr-arab.js +4 -4
- package/msg/sl.js +49 -49
- package/msg/sq.js +14 -14
- package/msg/sr-latn.js +22 -22
- package/msg/sr.js +26 -26
- package/msg/sv.js +29 -29
- package/msg/ta.js +10 -10
- package/msg/tcy.js +5 -5
- package/msg/tdd.js +440 -0
- package/msg/th.js +8 -8
- package/msg/tr.js +16 -16
- package/msg/uk.js +17 -17
- package/msg/ur.js +5 -5
- package/msg/uz.js +1 -1
- package/msg/vi.js +17 -17
- package/msg/yo.js +15 -15
- package/msg/zgh.js +11 -11
- package/msg/zh-hans.js +16 -16
- package/msg/zh-hant.js +12 -12
- package/package.json +1 -1
package/msg/nl.js
CHANGED
|
@@ -26,7 +26,7 @@ Blockly.Msg["COLLAPSE_ALL"] = "Blokken samenvouwen";
|
|
|
26
26
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Blok samenvouwen";
|
|
27
27
|
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "kleur 1";
|
|
28
28
|
Blockly.Msg["COLOUR_BLEND_COLOUR2"] = "kleur 2";
|
|
29
|
-
Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-blend/#:::rgbp";
|
|
29
|
+
Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-blend/#:::rgbp"; // untranslated
|
|
30
30
|
Blockly.Msg["COLOUR_BLEND_RATIO"] = "verhouding";
|
|
31
31
|
Blockly.Msg["COLOUR_BLEND_TITLE"] = "mengen";
|
|
32
32
|
Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "Mengt twee kleuren samen met een bepaalde verhouding (0.0 - 1.0).";
|
|
@@ -37,11 +37,11 @@ Blockly.Msg["COLOUR_RANDOM_TITLE"] = "willekeurige kleur";
|
|
|
37
37
|
Blockly.Msg["COLOUR_RANDOM_TOOLTIP"] = "Kies een willekeurige kleur.";
|
|
38
38
|
Blockly.Msg["COLOUR_RGB_BLUE"] = "blauw";
|
|
39
39
|
Blockly.Msg["COLOUR_RGB_GREEN"] = "groen";
|
|
40
|
-
Blockly.Msg["COLOUR_RGB_HELPURL"] = "https://www.december.com/html/spec/colorpercompact.html";
|
|
40
|
+
Blockly.Msg["COLOUR_RGB_HELPURL"] = "https://www.december.com/html/spec/colorpercompact.html"; // untranslated
|
|
41
41
|
Blockly.Msg["COLOUR_RGB_RED"] = "rood";
|
|
42
42
|
Blockly.Msg["COLOUR_RGB_TITLE"] = "kleuren met";
|
|
43
43
|
Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "Maak een kleur met de opgegeven hoeveelheid rood, groen en blauw. Alle waarden moeten tussen 0 en 100 liggen.";
|
|
44
|
-
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks";
|
|
44
|
+
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks"; // untranslated
|
|
45
45
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_BREAK"] = "uit lus breken";
|
|
46
46
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_OPERATOR_CONTINUE"] = "doorgaan met de volgende iteratie van de lus";
|
|
47
47
|
Blockly.Msg["CONTROLS_FLOW_STATEMENTS_TOOLTIP_BREAK"] = "Uit de bovenliggende lus breken.";
|
|
@@ -50,12 +50,12 @@ Blockly.Msg["CONTROLS_FLOW_STATEMENTS_WARNING"] = "Waarschuwing: dit blok mag al
|
|
|
50
50
|
Blockly.Msg["CONTROLS_FOREACH_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#for-each"; // untranslated
|
|
51
51
|
Blockly.Msg["CONTROLS_FOREACH_TITLE"] = "voor ieder item %1 in lijst %2";
|
|
52
52
|
Blockly.Msg["CONTROLS_FOREACH_TOOLTIP"] = "Voor ieder item in een lijst, stel de variabele \"%1\" in op het item en voer daarna opdrachten uit.";
|
|
53
|
-
Blockly.Msg["CONTROLS_FOR_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#count-with";
|
|
53
|
+
Blockly.Msg["CONTROLS_FOR_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#count-with"; // untranslated
|
|
54
54
|
Blockly.Msg["CONTROLS_FOR_TITLE"] = "rekenen met %1 van %2 tot %3 in stappen van %4";
|
|
55
55
|
Blockly.Msg["CONTROLS_FOR_TOOLTIP"] = "Laat de variabele \"%1\" de waarden aannemen van het beginnummer tot het laatste nummer, tellende met het opgegeven interval, en met uitvoering van de opgegeven blokken.";
|
|
56
56
|
Blockly.Msg["CONTROLS_IF_ELSEIF_TOOLTIP"] = "Voeg een voorwaarde toe aan het als-blok.";
|
|
57
57
|
Blockly.Msg["CONTROLS_IF_ELSE_TOOLTIP"] = "Voeg een laatste, vang-alles conditie toe aan het als-statement.";
|
|
58
|
-
Blockly.Msg["CONTROLS_IF_HELPURL"] = "https://github.com/google/blockly/wiki/IfElse";
|
|
58
|
+
Blockly.Msg["CONTROLS_IF_HELPURL"] = "https://github.com/google/blockly/wiki/IfElse"; // untranslated
|
|
59
59
|
Blockly.Msg["CONTROLS_IF_IF_TOOLTIP"] = "Voeg stukken toe, verwijder of wijzig de volgorde om dit \"als\"-blok te wijzigen.";
|
|
60
60
|
Blockly.Msg["CONTROLS_IF_MSG_ELSE"] = "anders";
|
|
61
61
|
Blockly.Msg["CONTROLS_IF_MSG_ELSEIF"] = "anders als";
|
|
@@ -68,7 +68,7 @@ Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://nl.wikipedia.org/wiki/Repetiti
|
|
|
68
68
|
Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "voer uit";
|
|
69
69
|
Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "%1 keer herhalen";
|
|
70
70
|
Blockly.Msg["CONTROLS_REPEAT_TOOLTIP"] = "Voer een aantal opdrachten meerdere keren uit.";
|
|
71
|
-
Blockly.Msg["CONTROLS_WHILEUNTIL_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#repeat";
|
|
71
|
+
Blockly.Msg["CONTROLS_WHILEUNTIL_HELPURL"] = "https://github.com/google/blockly/wiki/Loops#repeat"; // untranslated
|
|
72
72
|
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_UNTIL"] = "herhalen totdat";
|
|
73
73
|
Blockly.Msg["CONTROLS_WHILEUNTIL_OPERATOR_WHILE"] = "herhalen zolang";
|
|
74
74
|
Blockly.Msg["CONTROLS_WHILEUNTIL_TOOLTIP_UNTIL"] = "Terwijl een waarde onwaar is de volgende opdrachten uitvoeren.";
|
|
@@ -89,7 +89,7 @@ Blockly.Msg["EXPAND_BLOCK"] = "Blok uitvouwen";
|
|
|
89
89
|
Blockly.Msg["EXTERNAL_INPUTS"] = "Externe invoer";
|
|
90
90
|
Blockly.Msg["HELP"] = "Hulp";
|
|
91
91
|
Blockly.Msg["INLINE_INPUTS"] = "Inline invoer";
|
|
92
|
-
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list";
|
|
92
|
+
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
|
|
93
93
|
Blockly.Msg["LISTS_CREATE_EMPTY_TITLE"] = "maak een lege lijst";
|
|
94
94
|
Blockly.Msg["LISTS_CREATE_EMPTY_TOOLTIP"] = "Geeft een lijst terug met lengte 0, zonder items";
|
|
95
95
|
Blockly.Msg["LISTS_CREATE_WITH_CONTAINER_TITLE_ADD"] = "lijst";
|
|
@@ -122,7 +122,7 @@ Blockly.Msg["LISTS_GET_INDEX_TOOLTIP_REMOVE_RANDOM"] = "Verwijdert een willekeur
|
|
|
122
122
|
Blockly.Msg["LISTS_GET_SUBLIST_END_FROM_END"] = "naar # vanaf einde";
|
|
123
123
|
Blockly.Msg["LISTS_GET_SUBLIST_END_FROM_START"] = "naar item";
|
|
124
124
|
Blockly.Msg["LISTS_GET_SUBLIST_END_LAST"] = "naar laatste";
|
|
125
|
-
Blockly.Msg["LISTS_GET_SUBLIST_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#getting-a-sublist";
|
|
125
|
+
Blockly.Msg["LISTS_GET_SUBLIST_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#getting-a-sublist"; // untranslated
|
|
126
126
|
Blockly.Msg["LISTS_GET_SUBLIST_START_FIRST"] = "haal sublijst op vanaf eerste";
|
|
127
127
|
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_END"] = "haal sublijst op van positie vanaf einde";
|
|
128
128
|
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_START"] = "haal sublijst op vanaf positie";
|
|
@@ -131,23 +131,23 @@ Blockly.Msg["LISTS_GET_SUBLIST_TOOLTIP"] = "Maakt een kopie van het opgegeven de
|
|
|
131
131
|
Blockly.Msg["LISTS_INDEX_FROM_END_TOOLTIP"] = "Item %1 is het laatste item.";
|
|
132
132
|
Blockly.Msg["LISTS_INDEX_FROM_START_TOOLTIP"] = "Item %1 is het eerste item.";
|
|
133
133
|
Blockly.Msg["LISTS_INDEX_OF_FIRST"] = "zoek eerste voorkomen van item";
|
|
134
|
-
Blockly.Msg["LISTS_INDEX_OF_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#getting-items-from-a-list";
|
|
134
|
+
Blockly.Msg["LISTS_INDEX_OF_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#getting-items-from-a-list"; // untranslated
|
|
135
135
|
Blockly.Msg["LISTS_INDEX_OF_LAST"] = "zoek laatste voorkomen van item";
|
|
136
136
|
Blockly.Msg["LISTS_INDEX_OF_TOOLTIP"] = "Geeft de index terug van het eerste of laatste voorkomen van een item in de lijst. Geeft %1 terug als het item niet is gevonden.";
|
|
137
137
|
Blockly.Msg["LISTS_INLIST"] = "in lijst";
|
|
138
138
|
Blockly.Msg["LISTS_ISEMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#is-empty"; // untranslated
|
|
139
139
|
Blockly.Msg["LISTS_ISEMPTY_TITLE"] = "%1 is leeg";
|
|
140
140
|
Blockly.Msg["LISTS_ISEMPTY_TOOLTIP"] = "Geeft waar terug als de lijst leeg is.";
|
|
141
|
-
Blockly.Msg["LISTS_LENGTH_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#length-of";
|
|
141
|
+
Blockly.Msg["LISTS_LENGTH_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#length-of"; // untranslated
|
|
142
142
|
Blockly.Msg["LISTS_LENGTH_TITLE"] = "lengte van %1";
|
|
143
143
|
Blockly.Msg["LISTS_LENGTH_TOOLTIP"] = "Geeft de lengte van een lijst terug.";
|
|
144
|
-
Blockly.Msg["LISTS_REPEAT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-list-with";
|
|
144
|
+
Blockly.Msg["LISTS_REPEAT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-list-with"; // untranslated
|
|
145
145
|
Blockly.Msg["LISTS_REPEAT_TITLE"] = "Maak lijst met item %1, %2 keer herhaald";
|
|
146
146
|
Blockly.Msg["LISTS_REPEAT_TOOLTIP"] = "Maakt een lijst die bestaat uit de opgegeven waarde, het opgegeven aantal keer herhaald.";
|
|
147
147
|
Blockly.Msg["LISTS_REVERSE_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#reversing-a-list"; // untranslated
|
|
148
148
|
Blockly.Msg["LISTS_REVERSE_MESSAGE0"] = "%1 omkeren";
|
|
149
149
|
Blockly.Msg["LISTS_REVERSE_TOOLTIP"] = "Keert een kopie van een lijst om.";
|
|
150
|
-
Blockly.Msg["LISTS_SET_INDEX_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#in-list--set";
|
|
150
|
+
Blockly.Msg["LISTS_SET_INDEX_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#in-list--set"; // untranslated
|
|
151
151
|
Blockly.Msg["LISTS_SET_INDEX_INPUT_TO"] = "als";
|
|
152
152
|
Blockly.Msg["LISTS_SET_INDEX_INSERT"] = "tussenvoegen op";
|
|
153
153
|
Blockly.Msg["LISTS_SET_INDEX_SET"] = "stel in";
|
|
@@ -159,7 +159,7 @@ Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FIRST"] = "Stelt het eerste item in een
|
|
|
159
159
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FROM"] = "Zet het item op de opgegeven positie in de lijst.";
|
|
160
160
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_LAST"] = "Stelt het laatste item van een lijst in.";
|
|
161
161
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_RANDOM"] = "Stelt een willekeurig item uit de lijst in.";
|
|
162
|
-
Blockly.Msg["LISTS_SORT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#sorting-a-list";
|
|
162
|
+
Blockly.Msg["LISTS_SORT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#sorting-a-list"; // untranslated
|
|
163
163
|
Blockly.Msg["LISTS_SORT_ORDER_ASCENDING"] = "oplopend";
|
|
164
164
|
Blockly.Msg["LISTS_SORT_ORDER_DESCENDING"] = "aflopend";
|
|
165
165
|
Blockly.Msg["LISTS_SORT_TITLE"] = "sorteer %1 %2 %3";
|
|
@@ -174,7 +174,7 @@ Blockly.Msg["LISTS_SPLIT_TOOLTIP_JOIN"] = "Lijst van tekstdelen samenvoegen in
|
|
|
174
174
|
Blockly.Msg["LISTS_SPLIT_TOOLTIP_SPLIT"] = "Tekst splitsen in een lijst van teksten op basis van een scheidingsteken.";
|
|
175
175
|
Blockly.Msg["LISTS_SPLIT_WITH_DELIMITER"] = "met scheidingsteken";
|
|
176
176
|
Blockly.Msg["LOGIC_BOOLEAN_FALSE"] = "onwaar";
|
|
177
|
-
Blockly.Msg["LOGIC_BOOLEAN_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#values";
|
|
177
|
+
Blockly.Msg["LOGIC_BOOLEAN_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#values"; // untranslated
|
|
178
178
|
Blockly.Msg["LOGIC_BOOLEAN_TOOLTIP"] = "Geeft \"waar\" of \"onwaar\" terug.";
|
|
179
179
|
Blockly.Msg["LOGIC_BOOLEAN_TRUE"] = "waar";
|
|
180
180
|
Blockly.Msg["LOGIC_COMPARE_HELPURL"] = "https://nl.wikipedia.org/wiki/Ongelijkheid_(wiskunde)";
|
|
@@ -184,33 +184,33 @@ Blockly.Msg["LOGIC_COMPARE_TOOLTIP_GTE"] = "Geeft \"waar\" terug als de eerste i
|
|
|
184
184
|
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LT"] = "Geeft \"waar\" als de eerste invoer kleiner is dan de tweede invoer.";
|
|
185
185
|
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_LTE"] = "Geeft \"waar\" terug als de eerste invoer kleiner of gelijk is aan de tweede invoer.";
|
|
186
186
|
Blockly.Msg["LOGIC_COMPARE_TOOLTIP_NEQ"] = "Geeft \"waar\" terug als de waarden niet gelijk zijn aan elkaar.";
|
|
187
|
-
Blockly.Msg["LOGIC_NEGATE_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#not";
|
|
187
|
+
Blockly.Msg["LOGIC_NEGATE_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#not"; // untranslated
|
|
188
188
|
Blockly.Msg["LOGIC_NEGATE_TITLE"] = "niet %1";
|
|
189
189
|
Blockly.Msg["LOGIC_NEGATE_TOOLTIP"] = "Geeft \"waar\" terug als de invoer \"onwaar\" is. Geeft \"onwaar\" als de invoer \"waar\" is.";
|
|
190
190
|
Blockly.Msg["LOGIC_NULL"] = "niets";
|
|
191
|
-
Blockly.Msg["LOGIC_NULL_HELPURL"] = "https://en.wikipedia.org/wiki/Nullable_type";
|
|
191
|
+
Blockly.Msg["LOGIC_NULL_HELPURL"] = "https://en.wikipedia.org/wiki/Nullable_type"; // untranslated
|
|
192
192
|
Blockly.Msg["LOGIC_NULL_TOOLTIP"] = "Geeft niets terug.";
|
|
193
193
|
Blockly.Msg["LOGIC_OPERATION_AND"] = "en";
|
|
194
|
-
Blockly.Msg["LOGIC_OPERATION_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#logical-operations";
|
|
194
|
+
Blockly.Msg["LOGIC_OPERATION_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#logical-operations"; // untranslated
|
|
195
195
|
Blockly.Msg["LOGIC_OPERATION_OR"] = "of";
|
|
196
196
|
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_AND"] = "Geeft waar als beide waarden waar zijn.";
|
|
197
197
|
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_OR"] = "Geeft \"waar\" terug als in ieder geval één van de waarden waar is.";
|
|
198
198
|
Blockly.Msg["LOGIC_TERNARY_CONDITION"] = "test";
|
|
199
|
-
Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:";
|
|
199
|
+
Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; // untranslated
|
|
200
200
|
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "als onwaar";
|
|
201
201
|
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "als waar";
|
|
202
202
|
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Test de voorwaarde in \"test\". Als de voorwaarde \"waar\" is, geef de waarde van \"als waar\" terug; geef anders de waarde van \"als onwaar\" terug.";
|
|
203
|
-
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+";
|
|
203
|
+
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
204
204
|
Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://nl.wikipedia.org/wiki/Rekenen";
|
|
205
205
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Geeft de som van 2 getallen.";
|
|
206
206
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_DIVIDE"] = "Geeft de gedeelde waarde van twee getallen.";
|
|
207
207
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_MINUS"] = "Geeft het verschil van de twee getallen.";
|
|
208
208
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_MULTIPLY"] = "Geeft het product terug van de twee getallen.";
|
|
209
209
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_POWER"] = "Geeft het eerste getal tot de macht van het tweede getal.";
|
|
210
|
-
Blockly.Msg["MATH_ATAN2_HELPURL"] = "https://en.wikipedia.org/wiki/Atan2";
|
|
210
|
+
Blockly.Msg["MATH_ATAN2_HELPURL"] = "https://en.wikipedia.org/wiki/Atan2"; // untranslated
|
|
211
211
|
Blockly.Msg["MATH_ATAN2_TITLE"] = "atan2 van X:%1 Y:%2";
|
|
212
212
|
Blockly.Msg["MATH_ATAN2_TOOLTIP"] = "Geef de boogtangens van punt (X, Y) terug in graden tussen -180 naar 180.";
|
|
213
|
-
Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter";
|
|
213
|
+
Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter"; // untranslated
|
|
214
214
|
Blockly.Msg["MATH_CHANGE_TITLE"] = "%1 wijzigen met %2";
|
|
215
215
|
Blockly.Msg["MATH_CHANGE_TOOLTIP"] = "Voegt een getal toe aan variabele \"%1\".";
|
|
216
216
|
Blockly.Msg["MATH_CONSTANT_HELPURL"] = "https://nl.wikipedia.org/wiki/Wiskundige_constante";
|
|
@@ -218,7 +218,7 @@ Blockly.Msg["MATH_CONSTANT_TOOLTIP"] = "Geeft een van de vaak voorkomende consta
|
|
|
218
218
|
Blockly.Msg["MATH_CONSTRAIN_HELPURL"] = "https://en.wikipedia.org/wiki/Clamping_(graphics)"; // untranslated
|
|
219
219
|
Blockly.Msg["MATH_CONSTRAIN_TITLE"] = "beperk %1 van minimaal %2 tot maximaal %3";
|
|
220
220
|
Blockly.Msg["MATH_CONSTRAIN_TOOLTIP"] = "Beperk een getal tussen de twee opgegeven limieten (inclusief).";
|
|
221
|
-
Blockly.Msg["MATH_DIVISION_SYMBOL"] = "÷";
|
|
221
|
+
Blockly.Msg["MATH_DIVISION_SYMBOL"] = "÷"; // untranslated
|
|
222
222
|
Blockly.Msg["MATH_IS_DIVISIBLE_BY"] = "is deelbaar door";
|
|
223
223
|
Blockly.Msg["MATH_IS_EVEN"] = "is even";
|
|
224
224
|
Blockly.Msg["MATH_IS_NEGATIVE"] = "is negatief";
|
|
@@ -230,7 +230,7 @@ Blockly.Msg["MATH_IS_WHOLE"] = "is geheel getal";
|
|
|
230
230
|
Blockly.Msg["MATH_MODULO_HELPURL"] = "https://nl.wikipedia.org/wiki/Modulair_rekenen";
|
|
231
231
|
Blockly.Msg["MATH_MODULO_TITLE"] = "restgetal van %1 ÷ %2";
|
|
232
232
|
Blockly.Msg["MATH_MODULO_TOOLTIP"] = "Geeft het restgetal van het resultaat van de deling van de twee getallen.";
|
|
233
|
-
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL"] = "×";
|
|
233
|
+
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL"] = "×"; // untranslated
|
|
234
234
|
Blockly.Msg["MATH_NUMBER_HELPURL"] = "https://nl.wikipedia.org/wiki/Getal_%28wiskunde%29";
|
|
235
235
|
Blockly.Msg["MATH_NUMBER_TOOLTIP"] = "Een getal.";
|
|
236
236
|
Blockly.Msg["MATH_ONLIST_HELPURL"] = ""; // untranslated
|
|
@@ -250,7 +250,7 @@ Blockly.Msg["MATH_ONLIST_TOOLTIP_MODE"] = "Geeft een lijst van de meest voorkome
|
|
|
250
250
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_RANDOM"] = "Geeft een willekeurig item uit de lijst terug.";
|
|
251
251
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_STD_DEV"] = "Geeft de standaardafwijking van de lijst.";
|
|
252
252
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_SUM"] = "Geeft de som van alle getallen in de lijst.";
|
|
253
|
-
Blockly.Msg["MATH_POWER_SYMBOL"] = "^";
|
|
253
|
+
Blockly.Msg["MATH_POWER_SYMBOL"] = "^"; // untranslated
|
|
254
254
|
Blockly.Msg["MATH_RANDOM_FLOAT_HELPURL"] = "https://nl.wikipedia.org/wiki/Toevalsgenerator";
|
|
255
255
|
Blockly.Msg["MATH_RANDOM_FLOAT_TITLE_RANDOM"] = "willekeurige fractie";
|
|
256
256
|
Blockly.Msg["MATH_RANDOM_FLOAT_TOOLTIP"] = "Geeft een willekeurige fractie tussen 0.0 (inclusief) en 1.0 (exclusief).";
|
|
@@ -272,7 +272,7 @@ Blockly.Msg["MATH_SINGLE_TOOLTIP_LOG10"] = "Geeft het logaritme basis 10 van een
|
|
|
272
272
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_NEG"] = "Geeft de negatief van een getal.";
|
|
273
273
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_POW10"] = "Geeft 10 tot de macht van een getal.";
|
|
274
274
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_ROOT"] = "Geeft de wortel van een getal.";
|
|
275
|
-
Blockly.Msg["MATH_SUBTRACTION_SYMBOL"] = "-";
|
|
275
|
+
Blockly.Msg["MATH_SUBTRACTION_SYMBOL"] = "-"; // untranslated
|
|
276
276
|
Blockly.Msg["MATH_TRIG_ACOS"] = "acos";
|
|
277
277
|
Blockly.Msg["MATH_TRIG_ASIN"] = "asin";
|
|
278
278
|
Blockly.Msg["MATH_TRIG_ATAN"] = "arctan";
|
|
@@ -312,7 +312,7 @@ Blockly.Msg["PROCEDURES_DEFRETURN_RETURN"] = "uitvoeren";
|
|
|
312
312
|
Blockly.Msg["PROCEDURES_DEFRETURN_TOOLTIP"] = "Maakt een functie met een uitvoer.";
|
|
313
313
|
Blockly.Msg["PROCEDURES_DEF_DUPLICATE_WARNING"] = "Waarschuwing: deze functie heeft parameters met dezelfde naam.";
|
|
314
314
|
Blockly.Msg["PROCEDURES_HIGHLIGHT_DEF"] = "Accentueer functiedefinitie";
|
|
315
|
-
Blockly.Msg["PROCEDURES_IFRETURN_HELPURL"] = "http://c2.com/cgi/wiki?GuardClause";
|
|
315
|
+
Blockly.Msg["PROCEDURES_IFRETURN_HELPURL"] = "http://c2.com/cgi/wiki?GuardClause"; // untranslated
|
|
316
316
|
Blockly.Msg["PROCEDURES_IFRETURN_TOOLTIP"] = "Als de eerste waarde \"waar\" is, geef dan de tweede waarde terug.";
|
|
317
317
|
Blockly.Msg["PROCEDURES_IFRETURN_WARNING"] = "Waarschuwing: dit blok mag alleen gebruikt worden binnen de definitie van een functie.";
|
|
318
318
|
Blockly.Msg["PROCEDURES_MUTATORARG_TITLE"] = "invoernaam:";
|
|
@@ -323,10 +323,10 @@ Blockly.Msg["REDO"] = "Opnieuw";
|
|
|
323
323
|
Blockly.Msg["REMOVE_COMMENT"] = "Opmerking verwijderen";
|
|
324
324
|
Blockly.Msg["RENAME_VARIABLE"] = "Variabele hernoemen...";
|
|
325
325
|
Blockly.Msg["RENAME_VARIABLE_TITLE"] = "Alle variabelen \"%1\" hernoemen naar:";
|
|
326
|
-
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification";
|
|
326
|
+
Blockly.Msg["TEXT_APPEND_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
|
|
327
327
|
Blockly.Msg["TEXT_APPEND_TITLE"] = "voor%1 voeg tekst toe van %2";
|
|
328
328
|
Blockly.Msg["TEXT_APPEND_TOOLTIP"] = "Voeg tekst toe aan de variabele \"%1\".";
|
|
329
|
-
Blockly.Msg["TEXT_CHANGECASE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#adjusting-text-case";
|
|
329
|
+
Blockly.Msg["TEXT_CHANGECASE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#adjusting-text-case"; // untranslated
|
|
330
330
|
Blockly.Msg["TEXT_CHANGECASE_OPERATOR_LOWERCASE"] = "naar kleine letters";
|
|
331
331
|
Blockly.Msg["TEXT_CHANGECASE_OPERATOR_TITLECASE"] = "naar Hoofdletter Per Woord";
|
|
332
332
|
Blockly.Msg["TEXT_CHANGECASE_OPERATOR_UPPERCASE"] = "naar HOOFDLETTERS";
|
|
@@ -334,7 +334,7 @@ Blockly.Msg["TEXT_CHANGECASE_TOOLTIP"] = "Geef een kopie van de tekst met verand
|
|
|
334
334
|
Blockly.Msg["TEXT_CHARAT_FIRST"] = "haal eerste letter op";
|
|
335
335
|
Blockly.Msg["TEXT_CHARAT_FROM_END"] = "haal letter # op vanaf einde";
|
|
336
336
|
Blockly.Msg["TEXT_CHARAT_FROM_START"] = "haal letter # op";
|
|
337
|
-
Blockly.Msg["TEXT_CHARAT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#extracting-text";
|
|
337
|
+
Blockly.Msg["TEXT_CHARAT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#extracting-text"; // untranslated
|
|
338
338
|
Blockly.Msg["TEXT_CHARAT_LAST"] = "haal laatste letter op";
|
|
339
339
|
Blockly.Msg["TEXT_CHARAT_RANDOM"] = "haal willekeurige letter op";
|
|
340
340
|
Blockly.Msg["TEXT_CHARAT_TAIL"] = ""; // untranslated
|
|
@@ -349,31 +349,31 @@ Blockly.Msg["TEXT_CREATE_JOIN_TOOLTIP"] = "Toevoegen, verwijderen of volgorde wi
|
|
|
349
349
|
Blockly.Msg["TEXT_GET_SUBSTRING_END_FROM_END"] = "van letter # tot einde";
|
|
350
350
|
Blockly.Msg["TEXT_GET_SUBSTRING_END_FROM_START"] = "naar letter #";
|
|
351
351
|
Blockly.Msg["TEXT_GET_SUBSTRING_END_LAST"] = "naar laatste letter";
|
|
352
|
-
Blockly.Msg["TEXT_GET_SUBSTRING_HELPURL"] = "https://github.com/google/blockly/wiki/Text#extracting-a-region-of-text";
|
|
352
|
+
Blockly.Msg["TEXT_GET_SUBSTRING_HELPURL"] = "https://github.com/google/blockly/wiki/Text#extracting-a-region-of-text"; // untranslated
|
|
353
353
|
Blockly.Msg["TEXT_GET_SUBSTRING_INPUT_IN_TEXT"] = "in tekst";
|
|
354
354
|
Blockly.Msg["TEXT_GET_SUBSTRING_START_FIRST"] = "haal subtekst op van eerste letter";
|
|
355
355
|
Blockly.Msg["TEXT_GET_SUBSTRING_START_FROM_END"] = "haal subtekst op vanaf letter # vanaf einde";
|
|
356
356
|
Blockly.Msg["TEXT_GET_SUBSTRING_START_FROM_START"] = "haal subtekst op vanaf letter #";
|
|
357
357
|
Blockly.Msg["TEXT_GET_SUBSTRING_TAIL"] = ""; // untranslated
|
|
358
358
|
Blockly.Msg["TEXT_GET_SUBSTRING_TOOLTIP"] = "Geeft het opgegeven onderdeel van de tekst terug.";
|
|
359
|
-
Blockly.Msg["TEXT_INDEXOF_HELPURL"] = "https://github.com/google/blockly/wiki/Text#finding-text";
|
|
359
|
+
Blockly.Msg["TEXT_INDEXOF_HELPURL"] = "https://github.com/google/blockly/wiki/Text#finding-text"; // untranslated
|
|
360
360
|
Blockly.Msg["TEXT_INDEXOF_OPERATOR_FIRST"] = "zoek eerste voorkomen van tekst";
|
|
361
361
|
Blockly.Msg["TEXT_INDEXOF_OPERATOR_LAST"] = "zoek het laatste voorkomen van tekst";
|
|
362
362
|
Blockly.Msg["TEXT_INDEXOF_TITLE"] = "in tekst %1 %2 %3";
|
|
363
363
|
Blockly.Msg["TEXT_INDEXOF_TOOLTIP"] = "Geeft de index terug van het eerste of laatste voorkomen van de eerste tekst in de tweede tekst. Geeft %1 terug als de tekst niet gevonden is.";
|
|
364
|
-
Blockly.Msg["TEXT_ISEMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Text#checking-for-empty-text";
|
|
364
|
+
Blockly.Msg["TEXT_ISEMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Text#checking-for-empty-text"; // untranslated
|
|
365
365
|
Blockly.Msg["TEXT_ISEMPTY_TITLE"] = "%1 is leeg";
|
|
366
366
|
Blockly.Msg["TEXT_ISEMPTY_TOOLTIP"] = "Geeft \"waar\" terug, als de opgegeven tekst leeg is.";
|
|
367
|
-
Blockly.Msg["TEXT_JOIN_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-creation";
|
|
367
|
+
Blockly.Msg["TEXT_JOIN_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-creation"; // untranslated
|
|
368
368
|
Blockly.Msg["TEXT_JOIN_TITLE_CREATEWITH"] = "maak tekst met";
|
|
369
369
|
Blockly.Msg["TEXT_JOIN_TOOLTIP"] = "Maakt een stuk tekst door één of meer items samen te voegen.";
|
|
370
|
-
Blockly.Msg["TEXT_LENGTH_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification";
|
|
370
|
+
Blockly.Msg["TEXT_LENGTH_HELPURL"] = "https://github.com/google/blockly/wiki/Text#text-modification"; // untranslated
|
|
371
371
|
Blockly.Msg["TEXT_LENGTH_TITLE"] = "lengte van %1";
|
|
372
372
|
Blockly.Msg["TEXT_LENGTH_TOOLTIP"] = "Geeft het aantal tekens terug (inclusief spaties) in de opgegeven tekst.";
|
|
373
|
-
Blockly.Msg["TEXT_PRINT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#printing-text";
|
|
373
|
+
Blockly.Msg["TEXT_PRINT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#printing-text"; // untranslated
|
|
374
374
|
Blockly.Msg["TEXT_PRINT_TITLE"] = "tekst weergeven: %1";
|
|
375
375
|
Blockly.Msg["TEXT_PRINT_TOOLTIP"] = "Drukt de opgegeven tekst, getal of een andere waarde af.";
|
|
376
|
-
Blockly.Msg["TEXT_PROMPT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#getting-input-from-the-user";
|
|
376
|
+
Blockly.Msg["TEXT_PROMPT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#getting-input-from-the-user"; // untranslated
|
|
377
377
|
Blockly.Msg["TEXT_PROMPT_TOOLTIP_NUMBER"] = "Vraagt de gebruiker om een getal in te voeren.";
|
|
378
378
|
Blockly.Msg["TEXT_PROMPT_TOOLTIP_TEXT"] = "Vraagt de gebruiker om invoer.";
|
|
379
379
|
Blockly.Msg["TEXT_PROMPT_TYPE_NUMBER"] = "vraagt de gebruiker om een getal met de tekst";
|
|
@@ -386,7 +386,7 @@ Blockly.Msg["TEXT_REVERSE_MESSAGE0"] = "%1 omkeren";
|
|
|
386
386
|
Blockly.Msg["TEXT_REVERSE_TOOLTIP"] = "Keert de volgorde van de tekens in de tekst om.";
|
|
387
387
|
Blockly.Msg["TEXT_TEXT_HELPURL"] = "https://nl.wikipedia.org/wiki/String_%28informatica%29";
|
|
388
388
|
Blockly.Msg["TEXT_TEXT_TOOLTIP"] = "Een letter, woord of een regel tekst.";
|
|
389
|
-
Blockly.Msg["TEXT_TRIM_HELPURL"] = "https://github.com/google/blockly/wiki/Text#trimming-removing-spaces";
|
|
389
|
+
Blockly.Msg["TEXT_TRIM_HELPURL"] = "https://github.com/google/blockly/wiki/Text#trimming-removing-spaces"; // untranslated
|
|
390
390
|
Blockly.Msg["TEXT_TRIM_OPERATOR_BOTH"] = "spaties van beide kanten afhalen van";
|
|
391
391
|
Blockly.Msg["TEXT_TRIM_OPERATOR_LEFT"] = "spaties van de linkerkant verwijderen van";
|
|
392
392
|
Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "spaties van de rechterkant verwijderen van";
|
|
@@ -396,11 +396,11 @@ Blockly.Msg["UNDO"] = "Ongedaan maken";
|
|
|
396
396
|
Blockly.Msg["UNNAMED_KEY"] = "zonder naam";
|
|
397
397
|
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "item";
|
|
398
398
|
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Maak \"verander %1\"";
|
|
399
|
-
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#get";
|
|
399
|
+
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#get"; // untranslated
|
|
400
400
|
Blockly.Msg["VARIABLES_GET_TOOLTIP"] = "Geeft de waarde van deze variabele.";
|
|
401
401
|
Blockly.Msg["VARIABLES_SET"] = "stel %1 in op %2";
|
|
402
402
|
Blockly.Msg["VARIABLES_SET_CREATE_GET"] = "Maak 'opvragen van %1'";
|
|
403
|
-
Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#set";
|
|
403
|
+
Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#set"; // untranslated
|
|
404
404
|
Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Verandert de waarde van de variabele naar de waarde van de invoer.";
|
|
405
405
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Er bestaat al een variabele met de naam \"%1\".";
|
|
406
406
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Een variabele met de naam '%1' bestaat al voor een ander soort variabele: '%2'.";
|
package/msg/oc.js
CHANGED
|
@@ -213,7 +213,7 @@ Blockly.Msg["MATH_ATAN2_TOOLTIP"] = "Return the arctangent of point (X, Y) in de
|
|
|
213
213
|
Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter"; // untranslated
|
|
214
214
|
Blockly.Msg["MATH_CHANGE_TITLE"] = "incrementar %1 per %2";
|
|
215
215
|
Blockly.Msg["MATH_CHANGE_TOOLTIP"] = "Add a number to variable '%1'."; // untranslated
|
|
216
|
-
Blockly.Msg["MATH_CONSTANT_HELPURL"] = "https://en.wikipedia.org/wiki/Mathematical_constant";
|
|
216
|
+
Blockly.Msg["MATH_CONSTANT_HELPURL"] = "https://en.wikipedia.org/wiki/Mathematical_constant"; // untranslated
|
|
217
217
|
Blockly.Msg["MATH_CONSTANT_TOOLTIP"] = "Return one of the common constants: π (3.141…), e (2.718…), φ (1.618…), sqrt(2) (1.414…), sqrt(½) (0.707…), or ∞ (infinity)."; // untranslated
|
|
218
218
|
Blockly.Msg["MATH_CONSTRAIN_HELPURL"] = "https://en.wikipedia.org/wiki/Clamping_(graphics)"; // untranslated
|
|
219
219
|
Blockly.Msg["MATH_CONSTRAIN_TITLE"] = "constrénher %1 entre %2 e %3";
|
|
@@ -227,7 +227,7 @@ Blockly.Msg["MATH_IS_POSITIVE"] = "es positiu";
|
|
|
227
227
|
Blockly.Msg["MATH_IS_PRIME"] = "es primièr";
|
|
228
228
|
Blockly.Msg["MATH_IS_TOOLTIP"] = "Check if a number is an even, odd, prime, whole, positive, negative, or if it is divisible by certain number. Returns true or false."; // untranslated
|
|
229
229
|
Blockly.Msg["MATH_IS_WHOLE"] = "es entièr";
|
|
230
|
-
Blockly.Msg["MATH_MODULO_HELPURL"] = "https://en.wikipedia.org/wiki/Modulo_operation";
|
|
230
|
+
Blockly.Msg["MATH_MODULO_HELPURL"] = "https://en.wikipedia.org/wiki/Modulo_operation"; // untranslated
|
|
231
231
|
Blockly.Msg["MATH_MODULO_TITLE"] = "residú de %1 ÷ %2";
|
|
232
232
|
Blockly.Msg["MATH_MODULO_TOOLTIP"] = "Return the remainder from dividing the two numbers."; // untranslated
|
|
233
233
|
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL"] = "×"; // untranslated
|
|
@@ -251,10 +251,10 @@ Blockly.Msg["MATH_ONLIST_TOOLTIP_RANDOM"] = "Return a random element from the li
|
|
|
251
251
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_STD_DEV"] = "Return the standard deviation of the list."; // untranslated
|
|
252
252
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_SUM"] = "Return the sum of all the numbers in the list."; // untranslated
|
|
253
253
|
Blockly.Msg["MATH_POWER_SYMBOL"] = "^"; // untranslated
|
|
254
|
-
Blockly.Msg["MATH_RANDOM_FLOAT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation";
|
|
254
|
+
Blockly.Msg["MATH_RANDOM_FLOAT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation"; // untranslated
|
|
255
255
|
Blockly.Msg["MATH_RANDOM_FLOAT_TITLE_RANDOM"] = "fraccion aleatòria";
|
|
256
256
|
Blockly.Msg["MATH_RANDOM_FLOAT_TOOLTIP"] = "Return a random fraction between 0.0 (inclusive) and 1.0 (exclusive)."; // untranslated
|
|
257
|
-
Blockly.Msg["MATH_RANDOM_INT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation";
|
|
257
|
+
Blockly.Msg["MATH_RANDOM_INT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation"; // untranslated
|
|
258
258
|
Blockly.Msg["MATH_RANDOM_INT_TITLE"] = "random integer from %1 to %2"; // untranslated
|
|
259
259
|
Blockly.Msg["MATH_RANDOM_INT_TOOLTIP"] = "Return a random integer between the two specified limits, inclusive."; // untranslated
|
|
260
260
|
Blockly.Msg["MATH_ROUND_HELPURL"] = "https://en.wikipedia.org/wiki/Rounding"; // untranslated
|
|
@@ -277,7 +277,7 @@ Blockly.Msg["MATH_TRIG_ACOS"] = "acos"; // untranslated
|
|
|
277
277
|
Blockly.Msg["MATH_TRIG_ASIN"] = "asin"; // untranslated
|
|
278
278
|
Blockly.Msg["MATH_TRIG_ATAN"] = "atan"; // untranslated
|
|
279
279
|
Blockly.Msg["MATH_TRIG_COS"] = "cos"; // untranslated
|
|
280
|
-
Blockly.Msg["MATH_TRIG_HELPURL"] = "https://en.wikipedia.org/wiki/Trigonometric_functions";
|
|
280
|
+
Blockly.Msg["MATH_TRIG_HELPURL"] = "https://en.wikipedia.org/wiki/Trigonometric_functions"; // untranslated
|
|
281
281
|
Blockly.Msg["MATH_TRIG_SIN"] = "sin"; // untranslated
|
|
282
282
|
Blockly.Msg["MATH_TRIG_TAN"] = "tan"; // untranslated
|
|
283
283
|
Blockly.Msg["MATH_TRIG_TOOLTIP_ACOS"] = "Renvia l’arccosinus d’un nombre.";
|
|
@@ -295,9 +295,9 @@ Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "Novèl tipe de variabla :";
|
|
|
295
295
|
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
296
296
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "autorizar los òrdres";
|
|
297
297
|
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "amb :";
|
|
298
|
-
Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine";
|
|
298
|
+
Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
299
299
|
Blockly.Msg["PROCEDURES_CALLNORETURN_TOOLTIP"] = "Run the user-defined function '%1'."; // untranslated
|
|
300
|
-
Blockly.Msg["PROCEDURES_CALLRETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine";
|
|
300
|
+
Blockly.Msg["PROCEDURES_CALLRETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
301
301
|
Blockly.Msg["PROCEDURES_CALLRETURN_TOOLTIP"] = "Run the user-defined function '%1' and use its output."; // untranslated
|
|
302
302
|
Blockly.Msg["PROCEDURES_CALL_BEFORE_PARAMS"] = "amb :";
|
|
303
303
|
Blockly.Msg["PROCEDURES_CREATE_DO"] = "Crear '%1'";
|
|
@@ -384,7 +384,7 @@ Blockly.Msg["TEXT_REPLACE_TOOLTIP"] = "Replace all occurances of some text withi
|
|
|
384
384
|
Blockly.Msg["TEXT_REVERSE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#reversing-text"; // untranslated
|
|
385
385
|
Blockly.Msg["TEXT_REVERSE_MESSAGE0"] = "inversar %1";
|
|
386
386
|
Blockly.Msg["TEXT_REVERSE_TOOLTIP"] = "Reverses the order of the characters in the text."; // untranslated
|
|
387
|
-
Blockly.Msg["TEXT_TEXT_HELPURL"] = "https://en.wikipedia.org/wiki/String_(computer_science)";
|
|
387
|
+
Blockly.Msg["TEXT_TEXT_HELPURL"] = "https://en.wikipedia.org/wiki/String_(computer_science)"; // untranslated
|
|
388
388
|
Blockly.Msg["TEXT_TEXT_TOOLTIP"] = "Una letra, un mot o una linha de tèxte.";
|
|
389
389
|
Blockly.Msg["TEXT_TRIM_HELPURL"] = "https://github.com/google/blockly/wiki/Text#trimming-removing-spaces"; // untranslated
|
|
390
390
|
Blockly.Msg["TEXT_TRIM_OPERATOR_BOTH"] = "suprimir los espacis dels dos costats";
|
package/msg/pa.js
CHANGED
|
@@ -30,7 +30,7 @@ Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-ble
|
|
|
30
30
|
Blockly.Msg["COLOUR_BLEND_RATIO"] = "ਅਨੁਪਾਤ";
|
|
31
31
|
Blockly.Msg["COLOUR_BLEND_TITLE"] = "ਮਿਸ਼ਰਣ ਕਰੋ";
|
|
32
32
|
Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "ਦਿੱਤੇ ਅਨੁਪਾਤ (0.0 - 1.0) ਅਨੁਸਾਰ ਦੋ ਰੰਗ ਮਿਲਾਓ।";
|
|
33
|
-
Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://en.wikipedia.org/wiki/Color";
|
|
33
|
+
Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://en.wikipedia.org/wiki/Color"; // untranslated
|
|
34
34
|
Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "ਰੰਗ-ਫੱਟੀ ਵਿੱਚੋਂ ਰੰਗ ਚੁਣੋ";
|
|
35
35
|
Blockly.Msg["COLOUR_RANDOM_HELPURL"] = "http://randomcolour.com"; // untranslated
|
|
36
36
|
Blockly.Msg["COLOUR_RANDOM_TITLE"] = "ਰਲ਼ਵਾਂ ਰੰਗ";
|
|
@@ -64,7 +64,7 @@ Blockly.Msg["CONTROLS_IF_TOOLTIP_1"] = "If a value is true, then do some stateme
|
|
|
64
64
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_2"] = "If a value is true, then do the first block of statements. Otherwise, do the second block of statements."; // untranslated
|
|
65
65
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_3"] = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements."; // untranslated
|
|
66
66
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_4"] = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements. If none of the values are true, do the last block of statements."; // untranslated
|
|
67
|
-
Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://en.wikipedia.org/wiki/For_loop";
|
|
67
|
+
Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://en.wikipedia.org/wiki/For_loop"; // untranslated
|
|
68
68
|
Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "ਕਰੋ";
|
|
69
69
|
Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "%1 ਵਾਰੀ ਦੁਹਰਾਉ";
|
|
70
70
|
Blockly.Msg["CONTROLS_REPEAT_TOOLTIP"] = "Do some statements several times."; // untranslated
|
package/msg/pl.js
CHANGED
|
@@ -26,18 +26,18 @@ Blockly.Msg["COLLAPSE_ALL"] = "Zwiń Bloki";
|
|
|
26
26
|
Blockly.Msg["COLLAPSE_BLOCK"] = "Zwiń Klocek";
|
|
27
27
|
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "kolor 1";
|
|
28
28
|
Blockly.Msg["COLOUR_BLEND_COLOUR2"] = "kolor 2";
|
|
29
|
-
Blockly.Msg["COLOUR_BLEND_HELPURL"] = "
|
|
29
|
+
Blockly.Msg["COLOUR_BLEND_HELPURL"] = "https://meyerweb.com/eric/tools/color-blend/#:::rgbp"; // untranslated
|
|
30
30
|
Blockly.Msg["COLOUR_BLEND_RATIO"] = "proporcja";
|
|
31
31
|
Blockly.Msg["COLOUR_BLEND_TITLE"] = "wymieszaj";
|
|
32
32
|
Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "Miesza dwa kolory w danej proporcji (0.0 - 1.0).";
|
|
33
|
-
Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://en.wikipedia.org/wiki/Color";
|
|
33
|
+
Blockly.Msg["COLOUR_PICKER_HELPURL"] = "https://en.wikipedia.org/wiki/Color"; // untranslated
|
|
34
34
|
Blockly.Msg["COLOUR_PICKER_TOOLTIP"] = "Wybierz kolor z palety.";
|
|
35
35
|
Blockly.Msg["COLOUR_RANDOM_HELPURL"] = "http://randomcolour.com"; // untranslated
|
|
36
36
|
Blockly.Msg["COLOUR_RANDOM_TITLE"] = "losowy kolor";
|
|
37
37
|
Blockly.Msg["COLOUR_RANDOM_TOOLTIP"] = "Wybierz kolor w sposób losowy.";
|
|
38
38
|
Blockly.Msg["COLOUR_RGB_BLUE"] = "niebieski";
|
|
39
39
|
Blockly.Msg["COLOUR_RGB_GREEN"] = "zielony";
|
|
40
|
-
Blockly.Msg["COLOUR_RGB_HELPURL"] = "
|
|
40
|
+
Blockly.Msg["COLOUR_RGB_HELPURL"] = "https://www.december.com/html/spec/colorpercompact.html"; // untranslated
|
|
41
41
|
Blockly.Msg["COLOUR_RGB_RED"] = "czerwony";
|
|
42
42
|
Blockly.Msg["COLOUR_RGB_TITLE"] = "kolor z";
|
|
43
43
|
Blockly.Msg["COLOUR_RGB_TOOLTIP"] = "Utwórz kolor składający sie z podanej ilości czerwieni, zieleni i błękitu. Zakres wartości: 0 do 100.";
|
|
@@ -64,7 +64,7 @@ Blockly.Msg["CONTROLS_IF_TOOLTIP_1"] = "Jeśli warunek jest spełniony, wykonaj
|
|
|
64
64
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_2"] = "Jeśli warunek jest spełniony, wykonaj pierwszy blok instrukcji. W przeciwnym razie, wykonaj drugi blok instrukcji.";
|
|
65
65
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_3"] = "Jeśli pierwszy warunek jest spełniony, wykonaj pierwszy blok instrukcji. W przeciwnym razie, jeśli drugi warunek jest spełniony, wykonaj drugi blok instrukcji.";
|
|
66
66
|
Blockly.Msg["CONTROLS_IF_TOOLTIP_4"] = "Jeśli pierwszy warunek jest spełniony, wykonaj pierwszy blok czynności. W przeciwnym razie jeśli drugi warunek jest spełniony, wykonaj drugi blok czynności. Jeżeli żaden z warunków nie zostanie spełniony, wykonaj ostatni blok czynności.";
|
|
67
|
-
Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://en.wikipedia.org/wiki/For_loop";
|
|
67
|
+
Blockly.Msg["CONTROLS_REPEAT_HELPURL"] = "https://en.wikipedia.org/wiki/For_loop"; // untranslated
|
|
68
68
|
Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"] = "wykonaj";
|
|
69
69
|
Blockly.Msg["CONTROLS_REPEAT_TITLE"] = "powtórz %1 razy";
|
|
70
70
|
Blockly.Msg["CONTROLS_REPEAT_TOOLTIP"] = "Wykonaj niektóre instrukcje kilka razy.";
|
|
@@ -81,7 +81,7 @@ Blockly.Msg["DELETE_X_BLOCKS"] = "Usuń %1 Bloki(ów)";
|
|
|
81
81
|
Blockly.Msg["DIALOG_CANCEL"] = "Anuluj";
|
|
82
82
|
Blockly.Msg["DIALOG_OK"] = "OK";
|
|
83
83
|
Blockly.Msg["DISABLE_BLOCK"] = "Wyłącz Klocek";
|
|
84
|
-
Blockly.Msg["DUPLICATE_BLOCK"] = "
|
|
84
|
+
Blockly.Msg["DUPLICATE_BLOCK"] = "Duplikat";
|
|
85
85
|
Blockly.Msg["DUPLICATE_COMMENT"] = "Zduplikowany komentarz";
|
|
86
86
|
Blockly.Msg["ENABLE_BLOCK"] = "Włącz Blok";
|
|
87
87
|
Blockly.Msg["EXPAND_ALL"] = "Rozwiń Bloki";
|
|
@@ -89,7 +89,7 @@ Blockly.Msg["EXPAND_BLOCK"] = "Rozwiń Klocek";
|
|
|
89
89
|
Blockly.Msg["EXTERNAL_INPUTS"] = "Zewnętrzne Wejścia";
|
|
90
90
|
Blockly.Msg["HELP"] = "Pomoc";
|
|
91
91
|
Blockly.Msg["INLINE_INPUTS"] = "Wbudowane Wejścia";
|
|
92
|
-
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list";
|
|
92
|
+
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
|
|
93
93
|
Blockly.Msg["LISTS_CREATE_EMPTY_TITLE"] = "utwórz pustą listę";
|
|
94
94
|
Blockly.Msg["LISTS_CREATE_EMPTY_TOOLTIP"] = "Zwraca listę o długości 0, nie zawierającą danych";
|
|
95
95
|
Blockly.Msg["LISTS_CREATE_WITH_CONTAINER_TITLE_ADD"] = "lista";
|
|
@@ -126,7 +126,7 @@ Blockly.Msg["LISTS_GET_SUBLIST_HELPURL"] = "https://github.com/google/blockly/wi
|
|
|
126
126
|
Blockly.Msg["LISTS_GET_SUBLIST_START_FIRST"] = "utwórz listę podrzędną od pierwszego";
|
|
127
127
|
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_END"] = "utwórz listę podrzędną z # od końca";
|
|
128
128
|
Blockly.Msg["LISTS_GET_SUBLIST_START_FROM_START"] = "utwórz listę podrzędną z #";
|
|
129
|
-
Blockly.Msg["LISTS_GET_SUBLIST_TAIL"] = "";
|
|
129
|
+
Blockly.Msg["LISTS_GET_SUBLIST_TAIL"] = ""; // untranslated
|
|
130
130
|
Blockly.Msg["LISTS_GET_SUBLIST_TOOLTIP"] = "Tworzy kopię żądanej części listy.";
|
|
131
131
|
Blockly.Msg["LISTS_INDEX_FROM_END_TOOLTIP"] = "%1 to ostatni element.";
|
|
132
132
|
Blockly.Msg["LISTS_INDEX_FROM_START_TOOLTIP"] = "%1 to pierwszy element.";
|
|
@@ -159,7 +159,7 @@ Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FIRST"] = "Ustawia pierwszy element na
|
|
|
159
159
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_FROM"] = "Ustawia element w określonym miejscu na liście.";
|
|
160
160
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_LAST"] = "Ustawia ostatni element na liście.";
|
|
161
161
|
Blockly.Msg["LISTS_SET_INDEX_TOOLTIP_SET_RANDOM"] = "Ustawia losowy element na liście.";
|
|
162
|
-
Blockly.Msg["LISTS_SORT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#sorting-a-list";
|
|
162
|
+
Blockly.Msg["LISTS_SORT_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#sorting-a-list"; // untranslated
|
|
163
163
|
Blockly.Msg["LISTS_SORT_ORDER_ASCENDING"] = "rosnąco";
|
|
164
164
|
Blockly.Msg["LISTS_SORT_ORDER_DESCENDING"] = "malejąco";
|
|
165
165
|
Blockly.Msg["LISTS_SORT_TITLE"] = "sortuj %1 %2 %3";
|
|
@@ -188,7 +188,7 @@ Blockly.Msg["LOGIC_NEGATE_HELPURL"] = "https://github.com/google/blockly/wiki/Lo
|
|
|
188
188
|
Blockly.Msg["LOGIC_NEGATE_TITLE"] = "nie %1";
|
|
189
189
|
Blockly.Msg["LOGIC_NEGATE_TOOLTIP"] = "Zwraca \"prawda\", jeśli wejściu jest \"fałsz\". Zwraca \"fałsz\", jeśli na wejściu jest \"prawda\".";
|
|
190
190
|
Blockly.Msg["LOGIC_NULL"] = "nic";
|
|
191
|
-
Blockly.Msg["LOGIC_NULL_HELPURL"] = "https://en.wikipedia.org/wiki/Nullable_type";
|
|
191
|
+
Blockly.Msg["LOGIC_NULL_HELPURL"] = "https://en.wikipedia.org/wiki/Nullable_type"; // untranslated
|
|
192
192
|
Blockly.Msg["LOGIC_NULL_TOOLTIP"] = "Zwraca nic.";
|
|
193
193
|
Blockly.Msg["LOGIC_OPERATION_AND"] = "i";
|
|
194
194
|
Blockly.Msg["LOGIC_OPERATION_HELPURL"] = "https://github.com/google/blockly/wiki/Logic#logical-operations"; // untranslated
|
|
@@ -196,21 +196,21 @@ Blockly.Msg["LOGIC_OPERATION_OR"] = "lub";
|
|
|
196
196
|
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_AND"] = "Zwraca \"prawda\" jeśli na obydwóch wejściach jest \"prawda\".";
|
|
197
197
|
Blockly.Msg["LOGIC_OPERATION_TOOLTIP_OR"] = "Zwraca \"prawda\" jeśli co najmniej na jednyk wejściu jest \"prawda\".";
|
|
198
198
|
Blockly.Msg["LOGIC_TERNARY_CONDITION"] = "test";
|
|
199
|
-
Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:";
|
|
199
|
+
Blockly.Msg["LOGIC_TERNARY_HELPURL"] = "https://en.wikipedia.org/wiki/%3F:"; // untranslated
|
|
200
200
|
Blockly.Msg["LOGIC_TERNARY_IF_FALSE"] = "jeśli fałsz";
|
|
201
201
|
Blockly.Msg["LOGIC_TERNARY_IF_TRUE"] = "jeśli prawda";
|
|
202
202
|
Blockly.Msg["LOGIC_TERNARY_TOOLTIP"] = "Sprawdź warunek w „test”. Jeśli warunek jest prawdziwy, to zwróci „jeśli prawda”; jeśli nie jest prawdziwy to zwróci „jeśli fałsz”.";
|
|
203
|
-
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+";
|
|
203
|
+
Blockly.Msg["MATH_ADDITION_SYMBOL"] = "+"; // untranslated
|
|
204
204
|
Blockly.Msg["MATH_ARITHMETIC_HELPURL"] = "https://pl.wikipedia.org/wiki/Arytmetyka";
|
|
205
205
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_ADD"] = "Zwróć sumę dwóch liczb.";
|
|
206
206
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_DIVIDE"] = "Zwróć iloraz dwóch liczb.";
|
|
207
207
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_MINUS"] = "Zwróć różnicę dwóch liczb.";
|
|
208
208
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_MULTIPLY"] = "Zwróć iloczyn dwóch liczb.";
|
|
209
209
|
Blockly.Msg["MATH_ARITHMETIC_TOOLTIP_POWER"] = "Zwróć pierwszą liczbę podniesioną do potęgi o wykładniku drugiej liczby.";
|
|
210
|
-
Blockly.Msg["MATH_ATAN2_HELPURL"] = "https://en.wikipedia.org/wiki/Atan2";
|
|
211
|
-
Blockly.Msg["MATH_ATAN2_TITLE"] = "atan2
|
|
210
|
+
Blockly.Msg["MATH_ATAN2_HELPURL"] = "https://en.wikipedia.org/wiki/Atan2"; // untranslated
|
|
211
|
+
Blockly.Msg["MATH_ATAN2_TITLE"] = "atan2 z %X:%1 Y:%2";
|
|
212
212
|
Blockly.Msg["MATH_ATAN2_TOOLTIP"] = "Zwraca arcus tangens punktu (X, Y) w stopniach od -180 do 180.";
|
|
213
|
-
Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter";
|
|
213
|
+
Blockly.Msg["MATH_CHANGE_HELPURL"] = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter"; // untranslated
|
|
214
214
|
Blockly.Msg["MATH_CHANGE_TITLE"] = "zmień %1 o %2";
|
|
215
215
|
Blockly.Msg["MATH_CHANGE_TOOLTIP"] = "Dodaj liczbę do zmiennej '%1'.";
|
|
216
216
|
Blockly.Msg["MATH_CONSTANT_HELPURL"] = "https://pl.wikipedia.org/wiki/Stała_(matematyka)";
|
|
@@ -230,10 +230,10 @@ Blockly.Msg["MATH_IS_WHOLE"] = "jest liczbą całkowitą";
|
|
|
230
230
|
Blockly.Msg["MATH_MODULO_HELPURL"] = "https://pl.wikipedia.org/wiki/Modulo";
|
|
231
231
|
Blockly.Msg["MATH_MODULO_TITLE"] = "reszta z dzielenia %1 przez %2";
|
|
232
232
|
Blockly.Msg["MATH_MODULO_TOOLTIP"] = "Zwróć resztę z dzielenia dwóch liczb przez siebie.";
|
|
233
|
-
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL"] = "×";
|
|
234
|
-
Blockly.Msg["MATH_NUMBER_HELPURL"] = "https://en.wikipedia.org/wiki/Number";
|
|
233
|
+
Blockly.Msg["MATH_MULTIPLICATION_SYMBOL"] = "×"; // untranslated
|
|
234
|
+
Blockly.Msg["MATH_NUMBER_HELPURL"] = "https://en.wikipedia.org/wiki/Number"; // untranslated
|
|
235
235
|
Blockly.Msg["MATH_NUMBER_TOOLTIP"] = "Liczba.";
|
|
236
|
-
Blockly.Msg["MATH_ONLIST_HELPURL"] = "";
|
|
236
|
+
Blockly.Msg["MATH_ONLIST_HELPURL"] = ""; // untranslated
|
|
237
237
|
Blockly.Msg["MATH_ONLIST_OPERATOR_AVERAGE"] = "średnia elementów listy";
|
|
238
238
|
Blockly.Msg["MATH_ONLIST_OPERATOR_MAX"] = "maksymalna wartość z listy";
|
|
239
239
|
Blockly.Msg["MATH_ONLIST_OPERATOR_MEDIAN"] = "mediana listy";
|
|
@@ -250,11 +250,11 @@ Blockly.Msg["MATH_ONLIST_TOOLTIP_MODE"] = "Zwróć listę najczęściej występu
|
|
|
250
250
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_RANDOM"] = "Zwróć losowy element z listy.";
|
|
251
251
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_STD_DEV"] = "Zwróć odchylenie standardowe listy.";
|
|
252
252
|
Blockly.Msg["MATH_ONLIST_TOOLTIP_SUM"] = "Zwróć sumę wszystkich liczb z listy.";
|
|
253
|
-
Blockly.Msg["MATH_POWER_SYMBOL"] = "^";
|
|
254
|
-
Blockly.Msg["MATH_RANDOM_FLOAT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation";
|
|
253
|
+
Blockly.Msg["MATH_POWER_SYMBOL"] = "^"; // untranslated
|
|
254
|
+
Blockly.Msg["MATH_RANDOM_FLOAT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation"; // untranslated
|
|
255
255
|
Blockly.Msg["MATH_RANDOM_FLOAT_TITLE_RANDOM"] = "losowy ułamek";
|
|
256
256
|
Blockly.Msg["MATH_RANDOM_FLOAT_TOOLTIP"] = "Zwróć losowy ułamek między 0.0 (włącznie), a 1.0 (wyłącznie).";
|
|
257
|
-
Blockly.Msg["MATH_RANDOM_INT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation";
|
|
257
|
+
Blockly.Msg["MATH_RANDOM_INT_HELPURL"] = "https://en.wikipedia.org/wiki/Random_number_generation"; // untranslated
|
|
258
258
|
Blockly.Msg["MATH_RANDOM_INT_TITLE"] = "losowa liczba całkowita od %1 do %2";
|
|
259
259
|
Blockly.Msg["MATH_RANDOM_INT_TOOLTIP"] = "Zwróć losową liczbę całkowitą w ramach dwóch wyznaczonych granic, włącznie.";
|
|
260
260
|
Blockly.Msg["MATH_ROUND_HELPURL"] = "https://pl.wikipedia.org/wiki/Zaokrąglanie";
|
|
@@ -272,7 +272,7 @@ Blockly.Msg["MATH_SINGLE_TOOLTIP_LOG10"] = "Zwraca logarytm dziesiętny danej li
|
|
|
272
272
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_NEG"] = "Zwróć negację danej liczby.";
|
|
273
273
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_POW10"] = "Zwróć 10 do potęgi danej liczby.";
|
|
274
274
|
Blockly.Msg["MATH_SINGLE_TOOLTIP_ROOT"] = "Zwróć pierwiastek kwadratowy danej liczby.";
|
|
275
|
-
Blockly.Msg["MATH_SUBTRACTION_SYMBOL"] = "-";
|
|
275
|
+
Blockly.Msg["MATH_SUBTRACTION_SYMBOL"] = "-"; // untranslated
|
|
276
276
|
Blockly.Msg["MATH_TRIG_ACOS"] = "arccos";
|
|
277
277
|
Blockly.Msg["MATH_TRIG_ASIN"] = "arcsin";
|
|
278
278
|
Blockly.Msg["MATH_TRIG_ATAN"] = "arctg";
|
|
@@ -292,7 +292,7 @@ Blockly.Msg["NEW_STRING_VARIABLE"] = "Utwórz zmienną typu string";
|
|
|
292
292
|
Blockly.Msg["NEW_VARIABLE"] = "Utwórz zmienną...";
|
|
293
293
|
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Nowa nazwa zmiennej:";
|
|
294
294
|
Blockly.Msg["NEW_VARIABLE_TYPE_TITLE"] = "Nowy typ zmiennej:";
|
|
295
|
-
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = "";
|
|
295
|
+
Blockly.Msg["ORDINAL_NUMBER_SUFFIX"] = ""; // untranslated
|
|
296
296
|
Blockly.Msg["PROCEDURES_ALLOW_STATEMENTS"] = "zezwól na czynności";
|
|
297
297
|
Blockly.Msg["PROCEDURES_BEFORE_PARAMS"] = "z:";
|
|
298
298
|
Blockly.Msg["PROCEDURES_CALLNORETURN_HELPURL"] = "https://pl.wikipedia.org/wiki/Podprogram";
|
|
@@ -302,12 +302,12 @@ Blockly.Msg["PROCEDURES_CALLRETURN_TOOLTIP"] = "Uruchom zdefiniowaną przez uży
|
|
|
302
302
|
Blockly.Msg["PROCEDURES_CALL_BEFORE_PARAMS"] = "z:";
|
|
303
303
|
Blockly.Msg["PROCEDURES_CREATE_DO"] = "Utwórz '%1'";
|
|
304
304
|
Blockly.Msg["PROCEDURES_DEFNORETURN_COMMENT"] = "Opisz tę funkcję...";
|
|
305
|
-
Blockly.Msg["PROCEDURES_DEFNORETURN_DO"] = "";
|
|
306
|
-
Blockly.Msg["PROCEDURES_DEFNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/
|
|
305
|
+
Blockly.Msg["PROCEDURES_DEFNORETURN_DO"] = ""; // untranslated
|
|
306
|
+
Blockly.Msg["PROCEDURES_DEFNORETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
307
307
|
Blockly.Msg["PROCEDURES_DEFNORETURN_PROCEDURE"] = "zrób coś";
|
|
308
308
|
Blockly.Msg["PROCEDURES_DEFNORETURN_TITLE"] = "do";
|
|
309
309
|
Blockly.Msg["PROCEDURES_DEFNORETURN_TOOLTIP"] = "Tworzy funkcję nie posiadającą wyjścia.";
|
|
310
|
-
Blockly.Msg["PROCEDURES_DEFRETURN_HELPURL"] = "https://en.wikipedia.org/wiki/
|
|
310
|
+
Blockly.Msg["PROCEDURES_DEFRETURN_HELPURL"] = "https://en.wikipedia.org/wiki/Subroutine"; // untranslated
|
|
311
311
|
Blockly.Msg["PROCEDURES_DEFRETURN_RETURN"] = "zwróć";
|
|
312
312
|
Blockly.Msg["PROCEDURES_DEFRETURN_TOOLTIP"] = "Tworzy funkcję posiadającą wyjście.";
|
|
313
313
|
Blockly.Msg["PROCEDURES_DEF_DUPLICATE_WARNING"] = "Uwaga: Ta funkcja ma powtórzone parametry.";
|
|
@@ -337,10 +337,10 @@ Blockly.Msg["TEXT_CHARAT_FROM_START"] = "pobierz literę #";
|
|
|
337
337
|
Blockly.Msg["TEXT_CHARAT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#extracting-text"; // untranslated
|
|
338
338
|
Blockly.Msg["TEXT_CHARAT_LAST"] = "pobierz ostatnią literę";
|
|
339
339
|
Blockly.Msg["TEXT_CHARAT_RANDOM"] = "pobierz losową literę";
|
|
340
|
-
Blockly.Msg["TEXT_CHARAT_TAIL"] = "";
|
|
340
|
+
Blockly.Msg["TEXT_CHARAT_TAIL"] = ""; // untranslated
|
|
341
341
|
Blockly.Msg["TEXT_CHARAT_TITLE"] = "w tekście %1 %2";
|
|
342
342
|
Blockly.Msg["TEXT_CHARAT_TOOLTIP"] = "Zwraca literę z określonej pozycji.";
|
|
343
|
-
Blockly.Msg["TEXT_COUNT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#counting-substrings";
|
|
343
|
+
Blockly.Msg["TEXT_COUNT_HELPURL"] = "https://github.com/google/blockly/wiki/Text#counting-substrings"; // untranslated
|
|
344
344
|
Blockly.Msg["TEXT_COUNT_MESSAGE0"] = "policz %1 w %2";
|
|
345
345
|
Blockly.Msg["TEXT_COUNT_TOOLTIP"] = "Liczy ile razy dany tekst występuje w innym tekście.";
|
|
346
346
|
Blockly.Msg["TEXT_CREATE_JOIN_ITEM_TOOLTIP"] = "Dodaj element do tekstu.";
|
|
@@ -354,7 +354,7 @@ Blockly.Msg["TEXT_GET_SUBSTRING_INPUT_IN_TEXT"] = "w tekście";
|
|
|
354
354
|
Blockly.Msg["TEXT_GET_SUBSTRING_START_FIRST"] = "pobierz podciąg od pierwszej litery";
|
|
355
355
|
Blockly.Msg["TEXT_GET_SUBSTRING_START_FROM_END"] = "pobierz podciąg od # litery od końca";
|
|
356
356
|
Blockly.Msg["TEXT_GET_SUBSTRING_START_FROM_START"] = "pobierz podciąg od # litery";
|
|
357
|
-
Blockly.Msg["TEXT_GET_SUBSTRING_TAIL"] = "";
|
|
357
|
+
Blockly.Msg["TEXT_GET_SUBSTRING_TAIL"] = ""; // untranslated
|
|
358
358
|
Blockly.Msg["TEXT_GET_SUBSTRING_TOOLTIP"] = "Zwraca określoną część tekstu.";
|
|
359
359
|
Blockly.Msg["TEXT_INDEXOF_HELPURL"] = "https://github.com/google/blockly/wiki/Text#finding-text"; // untranslated
|
|
360
360
|
Blockly.Msg["TEXT_INDEXOF_OPERATOR_FIRST"] = "znajdź pierwsze wystąpienie tekstu";
|
|
@@ -381,7 +381,7 @@ Blockly.Msg["TEXT_PROMPT_TYPE_TEXT"] = "poproś o tekst z tą wiadomością";
|
|
|
381
381
|
Blockly.Msg["TEXT_REPLACE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#replacing-substrings"; // untranslated
|
|
382
382
|
Blockly.Msg["TEXT_REPLACE_MESSAGE0"] = "zamień %1 na %2 w %3";
|
|
383
383
|
Blockly.Msg["TEXT_REPLACE_TOOLTIP"] = "Zastąp wszystkie wystąpienia danego tekstu innym.";
|
|
384
|
-
Blockly.Msg["TEXT_REVERSE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#reversing-text";
|
|
384
|
+
Blockly.Msg["TEXT_REVERSE_HELPURL"] = "https://github.com/google/blockly/wiki/Text#reversing-text"; // untranslated
|
|
385
385
|
Blockly.Msg["TEXT_REVERSE_MESSAGE0"] = "odwróć %1";
|
|
386
386
|
Blockly.Msg["TEXT_REVERSE_TOOLTIP"] = "Odwraca kolejność znaków w tekście.";
|
|
387
387
|
Blockly.Msg["TEXT_TEXT_HELPURL"] = "https://pl.wikipedia.org/wiki/Tekstowy_typ_danych";
|
|
@@ -404,7 +404,7 @@ Blockly.Msg["VARIABLES_SET_HELPURL"] = "https://github.com/google/blockly/wiki/V
|
|
|
404
404
|
Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "Wartości zmiennej i wejście będą identyczne.";
|
|
405
405
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS"] = "Zmienna o nazwie '%1' już istnieje.";
|
|
406
406
|
Blockly.Msg["VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE"] = "Zmienna o nazwie '%1' już istnieje i jest typu '%2'.";
|
|
407
|
-
Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Blockly
|
|
407
|
+
Blockly.Msg["WORKSPACE_ARIA_LABEL"] = "Obszar roboczy Blockly";
|
|
408
408
|
Blockly.Msg["WORKSPACE_COMMENT_DEFAULT_TEXT"] = "Powiedz coś...";
|
|
409
409
|
Blockly.Msg["CONTROLS_FOREACH_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|
|
410
410
|
Blockly.Msg["CONTROLS_FOR_INPUT_DO"] = Blockly.Msg["CONTROLS_REPEAT_INPUT_DO"];
|