You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/motion-expansion.js
+36-7Lines changed: 36 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,27 @@
1
-
Scratch.translate.setup({"de":{"_Motion Expansion":"Bewegungserweiterung","_set my home":"setz mein zuhause","_set my home to x: [X] y: [Y]":"setz mein zuhause zur x: [X] y: [Y]","_go to home":"geh zuhause","_move [STEPS] steps towards x: [X] y: [Y]":"gehe [STEPS] er Schritt richtung zur x: [X] y: [Y]","_move [PERCENT]% of the way to x: [X] y: [Y]":"gehe [PERCENT]% auf der weg zur x: [X] y: [Y]","_manually fence":"Verhindern Sie, dass Figuren die Bühne verlassen","_rotation style":"Drehtyp"},"it":{"_Motion Expansion":"Espansione del moto","_set my home":"impostare la mia casa","_set my home to x: [X] y: [Y]":"imposta la mia casa su x: [X] y: [Y]","_go to home":"tornare a casa","_manually fence":"impedisci sprite fuori Stage","_move [PERCENT]% of the way to x: [X] y: [Y]":"percorri [PERCENT]% della distanza da x: [X] y: [Y]","_move [STEPS] steps towards x: [X] y: [Y]":"fai [STEPS] passi verso x: [X] y: [Y]","_rotation style":"stile rotazione","_touching rectangle x1: [X1] y1: [Y1] x2: [X2] y2: [Y2]?":"sta toccando rettangolo x1: [X1] y1: [Y1] x2: [X2] y2: [Y2]","_touching x: [X] y: [Y]?":"sta toccando x: [X] y: [Y]"}});
1
+
Scratch.translate.setup({
2
+
"de":{
3
+
"_Motion Expansion":"Bewegungserweiterung",
4
+
"_set my home":"setze mein zuhause",
5
+
"_set my home to x: [X] y: [Y]":"setze mein zuhause zum x: [X] y: [Y]",
6
+
"_go to home":"geh zuhause",
7
+
"_move [STEPS] steps towards x: [X] y: [Y]":"gehe [STEPS] er Schritt richtung zur x: [X] y: [Y]",
8
+
"_move [PERCENT]% of the way to x: [X] y: [Y]":"gehe [PERCENT]% auf der weg zur x: [X] y: [Y]",
9
+
"_manually fence":"Verhindern Sie, dass Figuren die Bühne verlassen",
10
+
"_rotation style":"Drehtyp"
11
+
},
12
+
"it":{
13
+
"_Motion Expansion":"Espansione del moto",
14
+
"_set my home":"impostare la mia casa",
15
+
"_set my home to x: [X] y: [Y]":"imposta la mia casa su x: [X] y: [Y]",
16
+
"_go to home":"tornare a casa",
17
+
"_manually fence":"impedisci sprite fuori Stage",
18
+
"_move [PERCENT]% of the way to x: [X] y: [Y]":"percorri [PERCENT]% della distanza da x: [X] y: [Y]",
19
+
"_move [STEPS] steps towards x: [X] y: [Y]":"fai [STEPS] passi verso x: [X] y: [Y]",
0 commit comments