scratch-l10n 3.18.341 → 3.18.343

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.
Files changed (84) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/editor/interface/ab.json +73 -63
  3. package/editor/interface/af.json +73 -63
  4. package/editor/interface/am.json +73 -63
  5. package/editor/interface/an.json +73 -63
  6. package/editor/interface/ar.json +73 -63
  7. package/editor/interface/ast.json +73 -63
  8. package/editor/interface/az.json +73 -63
  9. package/editor/interface/be.json +73 -63
  10. package/editor/interface/bg.json +73 -63
  11. package/editor/interface/bn.json +73 -63
  12. package/editor/interface/ca.json +73 -63
  13. package/editor/interface/ckb.json +73 -63
  14. package/editor/interface/cs.json +73 -63
  15. package/editor/interface/cy.json +73 -63
  16. package/editor/interface/da.json +73 -63
  17. package/editor/interface/de.json +73 -63
  18. package/editor/interface/el.json +73 -63
  19. package/editor/interface/en.json +73 -63
  20. package/editor/interface/eo.json +73 -63
  21. package/editor/interface/es-419.json +73 -63
  22. package/editor/interface/es.json +73 -63
  23. package/editor/interface/et.json +73 -63
  24. package/editor/interface/eu.json +73 -63
  25. package/editor/interface/fa.json +73 -63
  26. package/editor/interface/fi.json +73 -63
  27. package/editor/interface/fil.json +73 -63
  28. package/editor/interface/fr.json +73 -63
  29. package/editor/interface/fy.json +73 -63
  30. package/editor/interface/ga.json +73 -63
  31. package/editor/interface/gd.json +73 -63
  32. package/editor/interface/gl.json +73 -63
  33. package/editor/interface/ha.json +73 -63
  34. package/editor/interface/he.json +73 -63
  35. package/editor/interface/hi.json +73 -63
  36. package/editor/interface/hr.json +73 -63
  37. package/editor/interface/ht.json +73 -63
  38. package/editor/interface/hu.json +73 -63
  39. package/editor/interface/hy.json +73 -63
  40. package/editor/interface/id.json +73 -63
  41. package/editor/interface/is.json +73 -63
  42. package/editor/interface/it.json +73 -63
  43. package/editor/interface/ja-Hira.json +73 -63
  44. package/editor/interface/ja.json +73 -63
  45. package/editor/interface/ka.json +73 -63
  46. package/editor/interface/kk.json +73 -63
  47. package/editor/interface/km.json +73 -63
  48. package/editor/interface/ko.json +73 -63
  49. package/editor/interface/ku.json +73 -63
  50. package/editor/interface/lt.json +73 -63
  51. package/editor/interface/lv.json +73 -63
  52. package/editor/interface/mi.json +73 -63
  53. package/editor/interface/mn.json +73 -63
  54. package/editor/interface/nb.json +73 -63
  55. package/editor/interface/nl.json +73 -63
  56. package/editor/interface/nn.json +73 -63
  57. package/editor/interface/nso.json +73 -63
  58. package/editor/interface/oc.json +73 -63
  59. package/editor/interface/or.json +73 -63
  60. package/editor/interface/pl.json +73 -63
  61. package/editor/interface/pt-br.json +73 -63
  62. package/editor/interface/pt.json +73 -63
  63. package/editor/interface/qu.json +73 -63
  64. package/editor/interface/rap.json +73 -63
  65. package/editor/interface/ro.json +73 -63
  66. package/editor/interface/ru.json +73 -63
  67. package/editor/interface/sk.json +73 -63
  68. package/editor/interface/sl.json +73 -63
  69. package/editor/interface/sr.json +73 -63
  70. package/editor/interface/sv.json +73 -63
  71. package/editor/interface/sw.json +73 -63
  72. package/editor/interface/th.json +73 -63
  73. package/editor/interface/tn.json +73 -63
  74. package/editor/interface/tr.json +73 -63
  75. package/editor/interface/uk.json +73 -63
  76. package/editor/interface/uz.json +73 -63
  77. package/editor/interface/vi.json +73 -63
  78. package/editor/interface/xh.json +73 -63
  79. package/editor/interface/zh-cn.json +73 -63
  80. package/editor/interface/zh-tw.json +73 -63
  81. package/editor/interface/zu.json +73 -63
  82. package/locales/editor-msgs.js +5840 -5040
  83. package/locales/interface-msgs.js +5840 -5040
  84. package/package.json +1 -1
@@ -76,6 +76,12 @@
76
76
  "gui.customProcedures.runWithoutScreenRefresh": "Aviar sens refrescar l'ecran",
77
77
  "gui.customProcedures.cancel": "Anullar",
78
78
  "gui.customProcedures.ok": "OK",
79
+ "gui.gui.shouldDeleteSprite": "Are you sure you want to delete this sprite?",
80
+ "gui.gui.shouldDeleteCostume": "Are you sure you want to delete this costume?",
81
+ "gui.gui.shouldDeleteSound": "Are you sure you want to delete this sound?",
82
+ "gui.gui.confirm": "yes",
83
+ "gui.gui.cancel": "no",
84
+ "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
79
85
  "gui.SpriteInfo.direction": "Direccion",
80
86
  "gui.directionPicker.rotationStyles.allAround": "Tot a l'entorn",
81
87
  "gui.directionPicker.rotationStyles.leftRight": "Esquèrra/Drecha",
@@ -90,6 +96,10 @@
90
96
  "gui.extensionLibrary.collaboration": "Collaboracion amb",
91
97
  "gui.library.filterPlaceholder": "Cercar",
92
98
  "gui.library.allTag": "Tot",
99
+ "gui.library.gettingStarted": "Getting Started",
100
+ "gui.library.basics": "Basics",
101
+ "gui.library.intermediate": "Intermediate",
102
+ "gui.library.prompts": "Prompts",
93
103
  "gui.loader.message1": "A fargar blòcs...",
94
104
  "gui.loader.message2": "A cargar sprites...",
95
105
  "gui.loader.message3": "A cargar sons ...",
@@ -281,6 +291,37 @@
281
291
  "gui.howtos.animate-a-name.step_AnimateChangeColor": "Cambiar de color",
282
292
  "gui.howtos.animate-a-name.step_AnimateSpin": "Causir una autra Sprite de Letra & Far la virar",
283
293
  "gui.howtos.animate-a-name.step_AnimateGrow": "Causir una autra Sprite de Letra & Far la grandir",
294
+ "gui.howtos.animate-char.name": "Animar un Personatge",
295
+ "gui.howtos.animate-char.step_addbg": "Apondre un Fons",
296
+ "gui.howtos.animate-char.step_addsprite": "Apondre una Sprite",
297
+ "gui.howtos.animate-char.step_saysomething": "Dire Quicòm",
298
+ "gui.howtos.animate-char.step_addsound": "Apondre un Son",
299
+ "gui.howtos.animate-char.step_animatetalking": "Animar las Paraulas",
300
+ "gui.howtos.animate-char.step_arrowkeys": "Bolegar en Utilizant las Sagetas",
301
+ "gui.howtos.animate-char.step_jump": "Sautar",
302
+ "gui.howtos.animate-char.step_changecolor": "Cambiar de Color",
303
+ "gui.howtos.story.name": "Crear una Istòra",
304
+ "gui.howtos.story.step_addbg": "Apondre un Fons",
305
+ "gui.howtos.story.step_addsprite": "Apondre un Personatge",
306
+ "gui.howtos.story.step_saysomething": "Dire Quicòm",
307
+ "gui.howtos.story.step_addanothersprite": "Apondre un Autre Personatge",
308
+ "gui.howtos.story.step_flip": "Cambiar de Direccion",
309
+ "gui.howtos.story.step_conversation": "Aver una Conversa",
310
+ "gui.howtos.story.addanotherbg": "Apondre un Autre Fons",
311
+ "gui.howtos.story.step_swithbg": "Cambiar Los Fonzes",
312
+ "gui.howtos.story.step_hidewizard": "Amagar un Personatge",
313
+ "gui.howtos.story.step_showwizard": "Mostrar un Personatge",
314
+ "gui.howtos.say-it-out-loud": "Crear d'Animacions que Parlan",
315
+ "gui.howtos.say-it-out-loud.step_AddTXTextension": "Apondre los blòcs Escriches de Dire",
316
+ "gui.howtos.say-it-out-loud.step_TXTSpeech": "Dire Quicòm",
317
+ "gui.howtos.say-it-out-loud_TXTSetVoice": "Causir una Votz",
318
+ "gui.howtos.say-it-out-loud.step_TXTMove": "Bolegar a l'entorn",
319
+ "gui.howtos.say-it-out-loud.step_TXTBackdrop": "Apondre un Fons",
320
+ "gui.howtos.say-it-out-loud.step_TXTAddSprite": "Apondre un Autre Personatge",
321
+ "gui.howtos.say-it-out-loud.step_TXTSong": "Cantar o Jogar una Cançon",
322
+ "gui.howtos.say-it-out-loud.step_TXTColor": "Cambiar de color",
323
+ "gui.howtos.say-it-out-loud.step_TXTSpin": "Virar",
324
+ "gui.howtos.say-it-out-loud.step_TXTGrow": "Grandir e Redusir",
284
325
  "gui.howtos.imagine": "Imagina un Mond",
285
326
  "gui.howtos.imagine.step_imagineTypeWhatYouWant": "Pica çò que vòles dire",
286
327
  "gui.howtos.imagine.step_imagineClickGreenFlag": "Clicar lo Drapèl Verd per Començar.",
@@ -297,50 +338,8 @@
297
338
  "gui.howtos.imagine.step_imagineSwitchBackdrops": "Cambiar los Fons",
298
339
  "gui.howtos.imagine.step_imagineRecordASound": "Apondre un Son",
299
340
  "gui.howtos.imagine.step_imagineChooseSound": "Causís ton son",
300
- "gui.howtos.make-music.name": "Far de Musica",
301
- "gui.howtos.Make-Music.step_PickInstrument": "Causir una Sprite d'Instrument",
302
- "gui.howtos.Make-Music.step_PlaySoundClick": "Jogar lo son quand es clicat",
303
- "gui.howtos.Make-Music.step_MakeSong": "Crear una cançon",
304
- "gui.howtos.make-music.step_MakeBeat": "Causir una percussion & Far un Ritme",
305
- "gui.howtos.make-music.step_MakeBeatBox": "Causir la Sprite de Microfòn & BoitaDeRitme Suspresa ",
306
- "gui.howtos.story.name": "Crear una Istòra",
307
- "gui.howtos.story.step_addbg": "Apondre un Fons",
308
- "gui.howtos.story.step_addsprite": "Apondre un Personatge",
309
- "gui.howtos.story.step_saysomething": "Dire Quicòm",
310
- "gui.howtos.story.step_addanothersprite": "Apondre un Autre Personatge",
311
- "gui.howtos.story.step_flip": "Cambiar de Direccion",
312
- "gui.howtos.story.step_conversation": "Aver una Conversa",
313
- "gui.howtos.story.addanotherbg": "Apondre un Autre Fons",
314
- "gui.howtos.story.step_swithbg": "Cambiar Los Fonzes",
315
- "gui.howtos.story.step_hidewizard": "Amagar un Personatge",
316
- "gui.howtos.story.step_showwizard": "Mostrar un Personatge",
317
- "gui.howtos.make-a-chase-game.name": "Far un Jòc de Corsejada",
318
- "gui.howtos.Chase-Game.step_BG": "Apondre un Fons",
319
- "gui.howtos.chase-game.step_AddOcto": "Apondre una Sprite",
320
- "gui.howtos.make-music.step_LeftRight": "Bolegar de Drecha e d'Esquèrra amb las Sagetas.",
321
- "gui.howtos.Chase-Game.step_UpDown": "Bolegar d'Ennaut & d'Enbàs amb las Sagetas",
322
- "gui.howtos.Chase-Game.step_AddStar": "Apondre una Autra Sprite",
323
- "gui.howtos.Chase-Game.step_MoveRandom": "Bolegar a l'azard ",
324
- "gui.howtos.Chase-Game.step_WhenTouch": "En Sprite de Pofre, Jogar de Son Quand Toca",
325
- "gui.howtos.Chase-Game.step_ScoreVariable": "Crear una Variable de Marca",
326
- "gui.howtos.Chase-Game.ScoreWhenTouch": "En Sprite de Pofre, Apondre Marca Quand Toca.",
327
- "gui.howtos.animate-char.name": "Animar un Personatge",
328
- "gui.howtos.animate-char.step_addbg": "Apondre un Fons",
329
- "gui.howtos.animate-char.step_addsprite": "Apondre una Sprite",
330
- "gui.howtos.animate-char.step_saysomething": "Dire Quicòm",
331
- "gui.howtos.animate-char.step_addsound": "Apondre un Son",
332
- "gui.howtos.animate-char.step_animatetalking": "Animar las Paraulas",
333
- "gui.howtos.animate-char.step_arrowkeys": "Bolegar en Utilizant las Sagetas",
334
- "gui.howtos.animate-char.step_jump": "Sautar",
335
- "gui.howtos.animate-char.step_changecolor": "Cambiar de Color",
336
- "gui.howtos.make-a-game.name": "Far un Jòc de Clicar",
337
- "gui.howtos.Make-A-Game.step_GamePickSprite": "Causir una Sprite",
338
- "gui.howtos.make-a-game.step_GamePlaySound": "Jogar lo son quand es clicat",
339
- "gui.howtos.make-a-game.step_GameAddScore": "Crear una Variable de Marca",
340
- "gui.howtos.make-a-game.step_GameChangeScore": "Quand Clicat, Aumentar la Marca",
341
- "gui.howtos.make-a-game.step_Random": "Anar a una posicion al asard",
342
- "gui.howtos.make-music.step_GameChangeColor": "Cambiar de color",
343
- "gui.howtos.make-music.step_ResetScore": "Torna Metre la Marca a Zerò.",
341
+ "gui.howtos.add-effects.name": "Apondre d'Efièches",
342
+ "gui.howtos.videosens.step_addEffects": "Apondre d'Efièches",
344
343
  "gui.howtos.make-it-fly.name": "De Far Volar",
345
344
  "gui.howtos.fly.step_stepflyChooseBackdrop": "Causir un Fon de Cèl",
346
345
  "gui.howtos.add-a-move-block.step_stepflyChooseCharacter": "Causir un Personatge",
@@ -354,6 +353,12 @@
354
353
  "gui.howtos.add-a-move-block.step_stepflyAddScenery": "Apondre un Païsatge",
355
354
  "gui.howtos.add-a-move-block.step_stepflyMoveScenery": "Bolegar lo Païsatge",
356
355
  "gui.howtos.add-a-move-block.step_stepflySwitchLooks": "Costum Seguent",
356
+ "gui.howtos.make-music.name": "Far de Musica",
357
+ "gui.howtos.Make-Music.step_PickInstrument": "Causir una Sprite d'Instrument",
358
+ "gui.howtos.Make-Music.step_PlaySoundClick": "Jogar lo son quand es clicat",
359
+ "gui.howtos.Make-Music.step_MakeSong": "Crear una cançon",
360
+ "gui.howtos.make-music.step_MakeBeat": "Causir una percussion & Far un Ritme",
361
+ "gui.howtos.make-music.step_MakeBeatBox": "Causir la Sprite de Microfòn & BoitaDeRitme Suspresa ",
357
362
  "gui.howtos.pong": "Jòc de Pong",
358
363
  "gui.howtos.pong.step_pongAddBackdrop": "Apondre un Fons",
359
364
  "gui.howtos.pong.step_pongAddBallSprite": "Apondre una Sprite de Bala",
@@ -368,6 +373,24 @@
368
373
  "gui.howtos.pong.step_pongResetScore": "Torna Metre la Marca a Zerò.",
369
374
  "gui.howtos.pong.step_pongAddLineSprite": "Apondre la Sprite Linha",
370
375
  "gui.howtos.pong.step_pongGameOver": "Fin de Partida",
376
+ "gui.howtos.make-a-game.name": "Far un Jòc de Clicar",
377
+ "gui.howtos.Make-A-Game.step_GamePickSprite": "Causir una Sprite",
378
+ "gui.howtos.make-a-game.step_GamePlaySound": "Jogar lo son quand es clicat",
379
+ "gui.howtos.make-a-game.step_GameAddScore": "Crear una Variable de Marca",
380
+ "gui.howtos.make-a-game.step_GameChangeScore": "Quand Clicat, Aumentar la Marca",
381
+ "gui.howtos.make-a-game.step_Random": "Anar a una posicion al asard",
382
+ "gui.howtos.make-music.step_GameChangeColor": "Cambiar de color",
383
+ "gui.howtos.make-music.step_ResetScore": "Torna Metre la Marca a Zerò.",
384
+ "gui.howtos.make-a-chase-game.name": "Far un Jòc de Corsejada",
385
+ "gui.howtos.Chase-Game.step_BG": "Apondre un Fons",
386
+ "gui.howtos.chase-game.step_AddOcto": "Apondre una Sprite",
387
+ "gui.howtos.make-music.step_LeftRight": "Bolegar de Drecha e d'Esquèrra amb las Sagetas.",
388
+ "gui.howtos.Chase-Game.step_UpDown": "Bolegar d'Ennaut & d'Enbàs amb las Sagetas",
389
+ "gui.howtos.Chase-Game.step_AddStar": "Apondre una Autra Sprite",
390
+ "gui.howtos.Chase-Game.step_MoveRandom": "Bolegar a l'azard ",
391
+ "gui.howtos.Chase-Game.step_WhenTouch": "En Sprite de Pofre, Jogar de Son Quand Toca",
392
+ "gui.howtos.Chase-Game.step_ScoreVariable": "Crear una Variable de Marca",
393
+ "gui.howtos.Chase-Game.ScoreWhenTouch": "En Sprite de Pofre, Apondre Marca Quand Toca.",
371
394
  "gui.howtos.code-cartoon": "Causir un Animat",
372
395
  "gui.howtos.code-cartoon.step_codeCartoonSaySomething": "Dire Quicòm Quand Clicas lo Drapèl Verd",
373
396
  "gui.howtos.code-cartoon.step_codeCartoonAnimate": "Animar un Personatge Quand Clicas dessús",
@@ -394,17 +417,6 @@
394
417
  "gui.howtos.videosens.step_pet": "Amanhagar lo Gat",
395
418
  "gui.howtos.videosens.step_animate": "Animar",
396
419
  "gui.howtos.videosens.step_pop": "Espetar un Balon",
397
- "gui.howtos.say-it-out-loud": "Crear d'Animacions que Parlan",
398
- "gui.howtos.say-it-out-loud.step_AddTXTextension": "Apondre los blòcs Escriches de Dire",
399
- "gui.howtos.say-it-out-loud.step_TXTSpeech": "Dire Quicòm",
400
- "gui.howtos.say-it-out-loud_TXTSetVoice": "Causir una Votz",
401
- "gui.howtos.say-it-out-loud.step_TXTMove": "Bolegar a l'entorn",
402
- "gui.howtos.say-it-out-loud.step_TXTBackdrop": "Apondre un Fons",
403
- "gui.howtos.say-it-out-loud.step_TXTAddSprite": "Apondre un Autre Personatge",
404
- "gui.howtos.say-it-out-loud.step_TXTSong": "Cantar o Jogar una Cançon",
405
- "gui.howtos.say-it-out-loud.step_TXTColor": "Cambiar de color",
406
- "gui.howtos.say-it-out-loud.step_TXTSpin": "Virar",
407
- "gui.howtos.say-it-out-loud.step_TXTGrow": "Grandir e Redusir",
408
420
  "gui.howtos.talking": "Contar",
409
421
  "gui.howtos.talking.step_talesAddExtension": "Clicar per Apondre de Blòcs Escriches de Dire",
410
422
  "gui.howtos.talking.step_talesChooseSprite": "Causís a Sprite",
@@ -423,29 +435,27 @@
423
435
  "gui.howtos.add-sprite.step_addSprite": "Apondre una Sprite",
424
436
  "gui.howtos.add-a-backdrop.name": "Apondre un Fons",
425
437
  "gui.howtos.add-a-backdrop.step_addBackdrop": "Apondre un Fons",
438
+ "gui.howtos.move-around-with-arrow-keys.name": "Utilizar las Sagetas",
439
+ "gui.howtos.add-a-backdrop.step_moveArrowKeysLeftRight": "Bolegar de Drecha e d'Esquèrra",
440
+ "gui.howtos.add-a-backdrop.step_moveArrowKeysUpDown": "Bolegar de Naut e Bas",
426
441
  "gui.howtos.change-size.name": "Cambiar de Talha",
427
442
  "gui.howtos.change-size.step_changeSize": "Cambiar de Talha",
428
443
  "gui.howtos.glide-around.name": "Lisar a l'entorn",
429
444
  "gui.howtos.change-size.step_glideAroundBackAndForth": "Lisar a l'entorn",
430
445
  "gui.howtos.change-size.step_glideAroundPoint": "Lisar cap a un punt",
446
+ "gui.howtos.spin-video.name": "Far Virar",
447
+ "gui.howtos.change-size.step_spinTurn": "Virar",
448
+ "gui.howtos.change-size.step_spinPointInDirection": "Reglar la Direccion",
431
449
  "gui.howtos.record-a-sound.name": "Enregistrar un Son",
432
450
  "gui.howtos.change-size.step_recordASoundSoundsTab": "Clicar sul Onglet « Sons »",
433
451
  "gui.howtos.change-size.step_recordASoundClickRecord": "Clicar « Enregistrar »",
434
452
  "gui.howtos.change-size.step_recordASoundPressRecordButton": "Apiejar sul Boton « Enregistrar »",
435
453
  "gui.howtos.change-size.step_recordASoundChooseSound": "Causís ton son",
436
454
  "gui.howtos.change-size.step_recordASoundPlayYourSound": "Jòga ton Son",
437
- "gui.howtos.spin-video.name": "Far Virar",
438
- "gui.howtos.change-size.step_spinTurn": "Virar",
439
- "gui.howtos.change-size.step_spinPointInDirection": "Reglar la Direccion",
440
455
  "gui.howtos.hide-and-show.name": "Amagar e Mostrar",
441
456
  "gui.howtos.change-size.step_hideAndShow": "Amagar e Mostrar",
442
457
  "gui.howtos.switch-costume.name": "Animar una Sprite",
443
458
  "gui.howtos.change-size.step_switchCostumes": "Animar una Sprite",
444
- "gui.howtos.move-around-with-arrow-keys.name": "Utilizar las Sagetas",
445
- "gui.howtos.add-a-backdrop.step_moveArrowKeysLeftRight": "Bolegar de Drecha e d'Esquèrra",
446
- "gui.howtos.add-a-backdrop.step_moveArrowKeysUpDown": "Bolegar de Naut e Bas",
447
- "gui.howtos.add-effects.name": "Apondre d'Efièches",
448
- "gui.howtos.videosens.step_addEffects": "Apondre d'Efièches",
449
459
  "gui.extension.music.name": "Musica",
450
460
  "gui.extension.music.description": "Jogar d'Instruments e Percussions",
451
461
  "gui.extension.pen.name": "Estilò",
@@ -76,6 +76,12 @@
76
76
  "gui.customProcedures.runWithoutScreenRefresh": "ସ୍କ୍ରିନ୍ ସତେଜ ବିନା ଚଲାନ୍ତୁ",
77
77
  "gui.customProcedures.cancel": "ବାତିଲ୍ କରନ୍ତୁ",
78
78
  "gui.customProcedures.ok": "ଠିକ୍ ଅଛି",
79
+ "gui.gui.shouldDeleteSprite": "Are you sure you want to delete this sprite?",
80
+ "gui.gui.shouldDeleteCostume": "Are you sure you want to delete this costume?",
81
+ "gui.gui.shouldDeleteSound": "Are you sure you want to delete this sound?",
82
+ "gui.gui.confirm": "yes",
83
+ "gui.gui.cancel": "no",
84
+ "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
79
85
  "gui.SpriteInfo.direction": "ଦିଗ",
80
86
  "gui.directionPicker.rotationStyles.allAround": "ଚାରିଆଡେ",
81
87
  "gui.directionPicker.rotationStyles.leftRight": "ବାମ/ଡାହାଣ",
@@ -90,6 +96,10 @@
90
96
  "gui.extensionLibrary.collaboration": "ସହଯୋଗ ସହିତ",
91
97
  "gui.library.filterPlaceholder": "ଖୋଜ",
92
98
  "gui.library.allTag": "ସମସ୍ତ",
99
+ "gui.library.gettingStarted": "Getting Started",
100
+ "gui.library.basics": "Basics",
101
+ "gui.library.intermediate": "Intermediate",
102
+ "gui.library.prompts": "Prompts",
93
103
  "gui.loader.message1": "ବ୍ଲକଗୁଡିକ ସୃଷ୍ଟି କରିବା…",
94
104
  "gui.loader.message2": "ସ୍ପ୍ରାଇଟସ ଲୋଡିଂ…",
95
105
  "gui.loader.message3": "ଧ୍ୱନି ଲୋଡିଂ…",
@@ -281,6 +291,37 @@
281
291
  "gui.howtos.animate-a-name.step_AnimateChangeColor": "ରଙ୍ଗ ପରିବର୍ତ୍ତନ କରନ୍ତୁ",
282
292
  "gui.howtos.animate-a-name.step_AnimateSpin": "ଅନ୍ୟ ଏକ ଅକ୍ଷର ସ୍ପ୍ରାଇଟ ବାଛ ଏବଂ ଏହାକୁ ସ୍ପିନ୍ କର",
283
293
  "gui.howtos.animate-a-name.step_AnimateGrow": "ଅନ୍ୟ ଏକ ଅକ୍ଷର ସ୍ପ୍ରାଇଟ ବାଛନ୍ତୁ ଏବଂ ଏହାକୁ ବଢ଼ାନ୍ତୁ ",
294
+ "gui.howtos.animate-char.name": "ଏକ କ୍ୟାରକ୍ଟର ଆନିମେଟ କରନ୍ତୁ",
295
+ "gui.howtos.animate-char.step_addbg": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
296
+ "gui.howtos.animate-char.step_addsprite": "ଏକ ସ୍ପ୍ରାଇଟ ଯୋଡନ୍ତୁ",
297
+ "gui.howtos.animate-char.step_saysomething": "କିଛି କୁହ",
298
+ "gui.howtos.animate-char.step_addsound": "ଧ୍ୱନି ଯୋଡନ୍ତୁ",
299
+ "gui.howtos.animate-char.step_animatetalking": "ଆନିମେଟ କଥାବାର୍ତ୍ତା",
300
+ "gui.howtos.animate-char.step_arrowkeys": "ଆରୋ କି ବ୍ୟବହାର କରି ଘୁଞ୍ଚାନ୍ତୁ",
301
+ "gui.howtos.animate-char.step_jump": "ଡେଇଁପଡନ୍ତୁ",
302
+ "gui.howtos.animate-char.step_changecolor": "ରଙ୍ଗ ପରିବର୍ତ୍ତନ କରନ୍ତୁ",
303
+ "gui.howtos.story.name": "ଏକ କାହାଣୀ ସୃଷ୍ଟି କରନ୍ତୁ",
304
+ "gui.howtos.story.step_addbg": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
305
+ "gui.howtos.story.step_addsprite": "ଏକ କ୍ୟାରକ୍ଟର ଯୋଡନ୍ତୁ",
306
+ "gui.howtos.story.step_saysomething": "କିଛି କୁହ",
307
+ "gui.howtos.story.step_addanothersprite": "ଅନ୍ୟ ଏକ କ୍ୟାରକ୍ଟର ଯୋଡନ୍ତୁ",
308
+ "gui.howtos.story.step_flip": "ଦିଗ ଫ୍ଲିପ୍ (ଓଲଟା) କରନ୍ତୁ",
309
+ "gui.howtos.story.step_conversation": "ଏକ ବାର୍ତ୍ତାଳାପ କରନ୍ତୁ",
310
+ "gui.howtos.story.addanotherbg": "ଅନ୍ୟ ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
311
+ "gui.howtos.story.step_swithbg": "ବ୍ୟାକଡ୍ରପ୍ ସୁଇଚ୍ କରନ୍ତୁ",
312
+ "gui.howtos.story.step_hidewizard": "ଏକ କ୍ୟାରକ୍ଟର ଲୁଚାନ୍ତୁ",
313
+ "gui.howtos.story.step_showwizard": "ଏକ କ୍ୟାରକ୍ଟର ଦେଖାନ୍ତୁ",
314
+ "gui.howtos.say-it-out-loud": "କଥାବାର୍ତ୍ତା କରୁଥିବା ଆନିମେସନ୍ ସୃଷ୍ଟି କରନ୍ତୁ",
315
+ "gui.howtos.say-it-out-loud.step_AddTXTextension": "ସ୍ପିଚ୍ ବ୍ଲକ୍ ରେ ଟେକ୍ସଟ୍ ଯୋଡନ୍ତୁ",
316
+ "gui.howtos.say-it-out-loud.step_TXTSpeech": "କିଛି କୁହ",
317
+ "gui.howtos.say-it-out-loud_TXTSetVoice": "ଏକ ସ୍ୱର ସେଟ୍ କରନ୍ତୁ",
318
+ "gui.howtos.say-it-out-loud.step_TXTMove": "ଚାରିପାଖକୁ ଯାଅ",
319
+ "gui.howtos.say-it-out-loud.step_TXTBackdrop": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
320
+ "gui.howtos.say-it-out-loud.step_TXTAddSprite": "ଅନ୍ୟ ଏକ କ୍ୟାରକ୍ଟର ଯୋଡନ୍ତୁ",
321
+ "gui.howtos.say-it-out-loud.step_TXTSong": "ଏକ ଗୀତ ପରିବେଷଣ କରନ୍ତୁ",
322
+ "gui.howtos.say-it-out-loud.step_TXTColor": "ରଙ୍ଗ ପରିବର୍ତ୍ତନ କରନ୍ତୁ",
323
+ "gui.howtos.say-it-out-loud.step_TXTSpin": "ଚାରିପାଖରେ ଘୂର୍ଣ୍ଣନ କର",
324
+ "gui.howtos.say-it-out-loud.step_TXTGrow": "ବଢ଼ାନ୍ତୁ ଏବଂ ସଙ୍କୋଚନ କରନ୍ତୁ",
284
325
  "gui.howtos.imagine": "ଏକ ବିଶ୍ୱ କଳ୍ପନା କର",
285
326
  "gui.howtos.imagine.step_imagineTypeWhatYouWant": "ଆପଣ ଯାହା କହିବାକୁ ଚାହୁଁଛନ୍ତି ଟାଇପ୍ କରନ୍ତୁ",
286
327
  "gui.howtos.imagine.step_imagineClickGreenFlag": "ଆରମ୍ଭ କରିବାକୁ ସବୁଜ ପତାକା କ୍ଲିକ୍ କରନ୍ତୁ",
@@ -297,50 +338,8 @@
297
338
  "gui.howtos.imagine.step_imagineSwitchBackdrops": "ବ୍ୟାକଡ୍ରପ୍ ସୁଇଚ୍ କରନ୍ତୁ",
298
339
  "gui.howtos.imagine.step_imagineRecordASound": "ଏକ ଧ୍ୱନି ଯୋଡନ୍ତୁ",
299
340
  "gui.howtos.imagine.step_imagineChooseSound": "ତୁମର ଧ୍ୱନି ବାଛ",
300
- "gui.howtos.make-music.name": "ସଂଗୀତ ପ୍ରସ୍ତୁତ କର",
301
- "gui.howtos.Make-Music.step_PickInstrument": "ଏକ ଇନଷ୍ଟ୍ରୁମେଣ୍ଟ୍ ସ୍ପ୍ରାଇଟ ବାଛନ୍ତୁ",
302
- "gui.howtos.Make-Music.step_PlaySoundClick": "କ୍ଲିକ୍ କଲାବେଳେ ଧ୍ୱନି ଚଲାନ୍ତୁ",
303
- "gui.howtos.Make-Music.step_MakeSong": "ଏକ ଗୀତ ସୃଷ୍ଟି କରନ୍ତୁ",
304
- "gui.howtos.make-music.step_MakeBeat": "ଏକ ଡ୍ରମ୍ ବାଛନ୍ତୁ ଏବଂ ଏକ ବିଟ୍ ପ୍ରସ୍ତୁତ କରନ୍ତୁ",
305
- "gui.howtos.make-music.step_MakeBeatBox": "ମାଇକ୍ରୋଫୋନ୍ ସ୍ପ୍ରାଇଟ ଏବଂ ସରପ୍ରାଇଜ୍ ବିଟବକ୍ସ ବାଛନ୍ତୁ",
306
- "gui.howtos.story.name": "ଏକ କାହାଣୀ ସୃଷ୍ଟି କରନ୍ତୁ",
307
- "gui.howtos.story.step_addbg": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
308
- "gui.howtos.story.step_addsprite": "ଏକ କ୍ୟାରକ୍ଟର ଯୋଡନ୍ତୁ",
309
- "gui.howtos.story.step_saysomething": "କିଛି କୁହ",
310
- "gui.howtos.story.step_addanothersprite": "ଅନ୍ୟ ଏକ କ୍ୟାରକ୍ଟର ଯୋଡନ୍ତୁ",
311
- "gui.howtos.story.step_flip": "ଦିଗ ଫ୍ଲିପ୍ (ଓଲଟା) କରନ୍ତୁ",
312
- "gui.howtos.story.step_conversation": "ଏକ ବାର୍ତ୍ତାଳାପ କରନ୍ତୁ",
313
- "gui.howtos.story.addanotherbg": "ଅନ୍ୟ ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
314
- "gui.howtos.story.step_swithbg": "ବ୍ୟାକଡ୍ରପ୍ ସୁଇଚ୍ କରନ୍ତୁ",
315
- "gui.howtos.story.step_hidewizard": "ଏକ କ୍ୟାରକ୍ଟର ଲୁଚାନ୍ତୁ",
316
- "gui.howtos.story.step_showwizard": "ଏକ କ୍ୟାରକ୍ଟର ଦେଖାନ୍ତୁ",
317
- "gui.howtos.make-a-chase-game.name": "ଏକ ଚେଜ୍ ଗେମ୍ (ଗୋଡେଇବା ଖେଳ) ପ୍ରସ୍ତୁତ କରନ୍ତୁ ",
318
- "gui.howtos.Chase-Game.step_BG": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
319
- "gui.howtos.chase-game.step_AddOcto": "ଏକ ସ୍ପ୍ରାଇଟ ଯୋଡନ୍ତୁ",
320
- "gui.howtos.make-music.step_LeftRight": "ଆରୋ କି ସହିତ ଡାହାଣ ଏବଂ ବାମକୁ ଘୁଞ୍ଚାନ୍ତୁ",
321
- "gui.howtos.Chase-Game.step_UpDown": "ଆରୋ କି ସହିତ ଉପର ଏବଂ ତଳକୁ ଘୁଞ୍ଚାନ୍ତୁ",
322
- "gui.howtos.Chase-Game.step_AddStar": "ଅନ୍ୟ ଏକ ସ୍ପ୍ରାଇଟ ଯୋଡନ୍ତୁ",
323
- "gui.howtos.Chase-Game.step_MoveRandom": "ଅନିୟମିତ ଭାବରେ ଘୁଞ୍ଚାନ୍ତୁ",
324
- "gui.howtos.Chase-Game.step_WhenTouch": "ଅକ୍ଟୋପସ୍ ସ୍ପ୍ରାଇଟ ରେ, ପ୍ଲେ ସାଉଣ୍ଡକୁ ସ୍ପର୍ଶ କରିବାବେଳେ",
325
- "gui.howtos.Chase-Game.step_ScoreVariable": "ସ୍କୋର ଭେରିଏବଲ୍ ସୃଷ୍ଟି କରନ୍ତୁ",
326
- "gui.howtos.Chase-Game.ScoreWhenTouch": "ଅକ୍ଟୋପସ୍ ସ୍ପ୍ରାଇଟ ରେ, ସ୍କୋର ଯୋଡିବା ସମୟରେ...",
327
- "gui.howtos.animate-char.name": "ଏକ କ୍ୟାରକ୍ଟର ଆନିମେଟ କରନ୍ତୁ",
328
- "gui.howtos.animate-char.step_addbg": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
329
- "gui.howtos.animate-char.step_addsprite": "ଏକ ସ୍ପ୍ରାଇଟ ଯୋଡନ୍ତୁ",
330
- "gui.howtos.animate-char.step_saysomething": "କିଛି କୁହ",
331
- "gui.howtos.animate-char.step_addsound": "ଧ୍ୱନି ଯୋଡନ୍ତୁ",
332
- "gui.howtos.animate-char.step_animatetalking": "ଆନିମେଟ କଥାବାର୍ତ୍ତା",
333
- "gui.howtos.animate-char.step_arrowkeys": "ଆରୋ କି ବ୍ୟବହାର କରି ଘୁଞ୍ଚାନ୍ତୁ",
334
- "gui.howtos.animate-char.step_jump": "ଡେଇଁପଡନ୍ତୁ",
335
- "gui.howtos.animate-char.step_changecolor": "ରଙ୍ଗ ପରିବର୍ତ୍ତନ କରନ୍ତୁ",
336
- "gui.howtos.make-a-game.name": "ଏକ କ୍ଲିକର୍ ଗେମ୍ ପ୍ରସ୍ତୁତ କରନ୍ତୁ",
337
- "gui.howtos.Make-A-Game.step_GamePickSprite": "ଏକ ସ୍ପ୍ରାଇଟ ବାଛନ୍ତୁ",
338
- "gui.howtos.make-a-game.step_GamePlaySound": "କ୍ଲିକ୍ କଲାବେଳେ ଧ୍ୱନି (ସାଉଣ୍ଡ) ଚଲାନ୍ତୁ",
339
- "gui.howtos.make-a-game.step_GameAddScore": "ସ୍କୋର ଭେରିଏବଲ୍ ସୃଷ୍ଟି କରନ୍ତୁ",
340
- "gui.howtos.make-a-game.step_GameChangeScore": "କ୍ଲିକ୍ କରିଲେ ସ୍କୋର୍ ବଢ଼ାନ୍ତୁ",
341
- "gui.howtos.make-a-game.step_Random": "ଏକ ରାଣ୍ଡୋମ (ଯାହାଇଛା) ପୋଜିସନକୁ ଯାଆନ୍ତୁ",
342
- "gui.howtos.make-music.step_GameChangeColor": "ରଙ୍ଗ ପରିବର୍ତ୍ତନ କରନ୍ତୁ",
343
- "gui.howtos.make-music.step_ResetScore": "ସ୍କୋର ପୁଣି ରିସେଟ୍ କରନ୍ତୁ",
341
+ "gui.howtos.add-effects.name": "ଏଫେକ୍ଟସ୍ ଯୋଡନ୍ତୁ",
342
+ "gui.howtos.videosens.step_addEffects": "ଏଫେକ୍ଟସ୍ ଯୋଡନ୍ତୁ",
344
343
  "gui.howtos.make-it-fly.name": "ଏହାକୁ ଉଡ଼ାନ୍ତୁ",
345
344
  "gui.howtos.fly.step_stepflyChooseBackdrop": "ଏକ ଆକାଶ ପୃଷ୍ଠଭୂମି ବାଛନ୍ତୁ",
346
345
  "gui.howtos.add-a-move-block.step_stepflyChooseCharacter": "ଏକ କ୍ୟାରକ୍ଟର ବାଛନ୍ତୁ",
@@ -354,6 +353,12 @@
354
353
  "gui.howtos.add-a-move-block.step_stepflyAddScenery": "ଦୃଶ୍ୟ ଯୋଡନ୍ତୁ",
355
354
  "gui.howtos.add-a-move-block.step_stepflyMoveScenery": "ଦୃଶ୍ୟକୁ ଘୁଞ୍ଚାନ୍ତୁ",
356
355
  "gui.howtos.add-a-move-block.step_stepflySwitchLooks": "ପରବର୍ତ୍ତୀ ପୋଷାକ",
356
+ "gui.howtos.make-music.name": "ସଂଗୀତ ପ୍ରସ୍ତୁତ କର",
357
+ "gui.howtos.Make-Music.step_PickInstrument": "ଏକ ଇନଷ୍ଟ୍ରୁମେଣ୍ଟ୍ ସ୍ପ୍ରାଇଟ ବାଛନ୍ତୁ",
358
+ "gui.howtos.Make-Music.step_PlaySoundClick": "କ୍ଲିକ୍ କଲାବେଳେ ଧ୍ୱନି ଚଲାନ୍ତୁ",
359
+ "gui.howtos.Make-Music.step_MakeSong": "ଏକ ଗୀତ ସୃଷ୍ଟି କରନ୍ତୁ",
360
+ "gui.howtos.make-music.step_MakeBeat": "ଏକ ଡ୍ରମ୍ ବାଛନ୍ତୁ ଏବଂ ଏକ ବିଟ୍ ପ୍ରସ୍ତୁତ କରନ୍ତୁ",
361
+ "gui.howtos.make-music.step_MakeBeatBox": "ମାଇକ୍ରୋଫୋନ୍ ସ୍ପ୍ରାଇଟ ଏବଂ ସରପ୍ରାଇଜ୍ ବିଟବକ୍ସ ବାଛନ୍ତୁ",
357
362
  "gui.howtos.pong": "ପଙ୍ଗ୍ ଗେମ୍",
358
363
  "gui.howtos.pong.step_pongAddBackdrop": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
359
364
  "gui.howtos.pong.step_pongAddBallSprite": "ଏକ ବଲ୍ ସ୍ପ୍ରାଇଟ ଯୋଡନ୍ତୁ",
@@ -368,6 +373,24 @@
368
373
  "gui.howtos.pong.step_pongResetScore": "ସ୍କୋର ପୁଣି ରିସେଟ୍ କରନ୍ତୁ",
369
374
  "gui.howtos.pong.step_pongAddLineSprite": "ଲାଇନ୍ ସ୍ପ୍ରାଇଟଟି ଯୋଡନ୍ତୁ",
370
375
  "gui.howtos.pong.step_pongGameOver": "ଖେଳ ସମାପ୍ତ",
376
+ "gui.howtos.make-a-game.name": "ଏକ କ୍ଲିକର୍ ଗେମ୍ ପ୍ରସ୍ତୁତ କରନ୍ତୁ",
377
+ "gui.howtos.Make-A-Game.step_GamePickSprite": "ଏକ ସ୍ପ୍ରାଇଟ ବାଛନ୍ତୁ",
378
+ "gui.howtos.make-a-game.step_GamePlaySound": "କ୍ଲିକ୍ କଲାବେଳେ ଧ୍ୱନି (ସାଉଣ୍ଡ) ଚଲାନ୍ତୁ",
379
+ "gui.howtos.make-a-game.step_GameAddScore": "ସ୍କୋର ଭେରିଏବଲ୍ ସୃଷ୍ଟି କରନ୍ତୁ",
380
+ "gui.howtos.make-a-game.step_GameChangeScore": "କ୍ଲିକ୍ କରିଲେ ସ୍କୋର୍ ବଢ଼ାନ୍ତୁ",
381
+ "gui.howtos.make-a-game.step_Random": "ଏକ ରାଣ୍ଡୋମ (ଯାହାଇଛା) ପୋଜିସନକୁ ଯାଆନ୍ତୁ",
382
+ "gui.howtos.make-music.step_GameChangeColor": "ରଙ୍ଗ ପରିବର୍ତ୍ତନ କରନ୍ତୁ",
383
+ "gui.howtos.make-music.step_ResetScore": "ସ୍କୋର ପୁଣି ରିସେଟ୍ କରନ୍ତୁ",
384
+ "gui.howtos.make-a-chase-game.name": "ଏକ ଚେଜ୍ ଗେମ୍ (ଗୋଡେଇବା ଖେଳ) ପ୍ରସ୍ତୁତ କରନ୍ତୁ ",
385
+ "gui.howtos.Chase-Game.step_BG": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
386
+ "gui.howtos.chase-game.step_AddOcto": "ଏକ ସ୍ପ୍ରାଇଟ ଯୋଡନ୍ତୁ",
387
+ "gui.howtos.make-music.step_LeftRight": "ଆରୋ କି ସହିତ ଡାହାଣ ଏବଂ ବାମକୁ ଘୁଞ୍ଚାନ୍ତୁ",
388
+ "gui.howtos.Chase-Game.step_UpDown": "ଆରୋ କି ସହିତ ଉପର ଏବଂ ତଳକୁ ଘୁଞ୍ଚାନ୍ତୁ",
389
+ "gui.howtos.Chase-Game.step_AddStar": "ଅନ୍ୟ ଏକ ସ୍ପ୍ରାଇଟ ଯୋଡନ୍ତୁ",
390
+ "gui.howtos.Chase-Game.step_MoveRandom": "ଅନିୟମିତ ଭାବରେ ଘୁଞ୍ଚାନ୍ତୁ",
391
+ "gui.howtos.Chase-Game.step_WhenTouch": "ଅକ୍ଟୋପସ୍ ସ୍ପ୍ରାଇଟ ରେ, ପ୍ଲେ ସାଉଣ୍ଡକୁ ସ୍ପର୍ଶ କରିବାବେଳେ",
392
+ "gui.howtos.Chase-Game.step_ScoreVariable": "ସ୍କୋର ଭେରିଏବଲ୍ ସୃଷ୍ଟି କରନ୍ତୁ",
393
+ "gui.howtos.Chase-Game.ScoreWhenTouch": "ଅକ୍ଟୋପସ୍ ସ୍ପ୍ରାଇଟ ରେ, ସ୍କୋର ଯୋଡିବା ସମୟରେ...",
371
394
  "gui.howtos.code-cartoon": "ଏକ କାର୍ଟୁନ୍ କୋଡ୍ କରନ୍ତୁ",
372
395
  "gui.howtos.code-cartoon.step_codeCartoonSaySomething": "ଯେତେବେଳେ ଆପଣ ସବୁଜ ପତାକା କ୍ଲିକ୍ କରନ୍ତି କିଛି କୁହନ୍ତୁ",
373
396
  "gui.howtos.code-cartoon.step_codeCartoonAnimate": "ଯେତେବେଳେ ଆପଣ ଏହାକୁ କ୍ଲିକ୍ କରିବେ ଏକ ଚରିତ୍ରକୁ ଜୀବନ୍ତ କରନ୍ତୁ",
@@ -394,17 +417,6 @@
394
417
  "gui.howtos.videosens.step_pet": "ବିଲେଇକୁ ପେଟ କରନ୍ତୁ ",
395
418
  "gui.howtos.videosens.step_animate": "ଆନିମେଟ",
396
419
  "gui.howtos.videosens.step_pop": "ଏକ ବେଲୁନ୍ ପପ୍ କରନ୍ତୁ",
397
- "gui.howtos.say-it-out-loud": "କଥାବାର୍ତ୍ତା କରୁଥିବା ଆନିମେସନ୍ ସୃଷ୍ଟି କରନ୍ତୁ",
398
- "gui.howtos.say-it-out-loud.step_AddTXTextension": "ସ୍ପିଚ୍ ବ୍ଲକ୍ ରେ ଟେକ୍ସଟ୍ ଯୋଡନ୍ତୁ",
399
- "gui.howtos.say-it-out-loud.step_TXTSpeech": "କିଛି କୁହ",
400
- "gui.howtos.say-it-out-loud_TXTSetVoice": "ଏକ ସ୍ୱର ସେଟ୍ କରନ୍ତୁ",
401
- "gui.howtos.say-it-out-loud.step_TXTMove": "ଚାରିପାଖକୁ ଯାଅ",
402
- "gui.howtos.say-it-out-loud.step_TXTBackdrop": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
403
- "gui.howtos.say-it-out-loud.step_TXTAddSprite": "ଅନ୍ୟ ଏକ କ୍ୟାରକ୍ଟର ଯୋଡନ୍ତୁ",
404
- "gui.howtos.say-it-out-loud.step_TXTSong": "ଏକ ଗୀତ ପରିବେଷଣ କରନ୍ତୁ",
405
- "gui.howtos.say-it-out-loud.step_TXTColor": "ରଙ୍ଗ ପରିବର୍ତ୍ତନ କରନ୍ତୁ",
406
- "gui.howtos.say-it-out-loud.step_TXTSpin": "ଚାରିପାଖରେ ଘୂର୍ଣ୍ଣନ କର",
407
- "gui.howtos.say-it-out-loud.step_TXTGrow": "ବଢ଼ାନ୍ତୁ ଏବଂ ସଙ୍କୋଚନ କରନ୍ତୁ",
408
420
  "gui.howtos.talking": "କଥାବାର୍ତ୍ତାର କାହାଣୀ",
409
421
  "gui.howtos.talking.step_talesAddExtension": "ଟେକ୍ସଟ୍-ଟୁ-ସ୍ପିଚ୍ ବ୍ଲକ୍ ଯୋଡିବାକୁ କ୍ଲିକ୍ କରନ୍ତୁ",
410
422
  "gui.howtos.talking.step_talesChooseSprite": "ଏକ ସ୍ପ୍ରାଇଟ ବାଛନ୍ତୁ",
@@ -423,29 +435,27 @@
423
435
  "gui.howtos.add-sprite.step_addSprite": "ଏକ ସ୍ପ୍ରାଇଟ ଯୋଡନ୍ତୁ",
424
436
  "gui.howtos.add-a-backdrop.name": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଡନ୍ତୁ",
425
437
  "gui.howtos.add-a-backdrop.step_addBackdrop": "ଏକ ପୃଷ୍ଠଭୂମି ଯୋଗ କରନ୍ତୁ",
438
+ "gui.howtos.move-around-with-arrow-keys.name": "ଆରୋ କି ବ୍ୟବହାର କରନ୍ତୁ",
439
+ "gui.howtos.add-a-backdrop.step_moveArrowKeysLeftRight": "ବାମ ଏବଂ ଡାହାଣକୁ ଘୁଞ୍ଚାନ୍ତୁ",
440
+ "gui.howtos.add-a-backdrop.step_moveArrowKeysUpDown": "ଉପରକୁ ଏବଂ ତଳକୁ ଯାଆନ୍ତୁ",
426
441
  "gui.howtos.change-size.name": "ଆକାର ପରିବର୍ତ୍ତନ କରନ୍ତୁ",
427
442
  "gui.howtos.change-size.step_changeSize": "ଆକାର ପରିବର୍ତ୍ତନ କରନ୍ତୁ",
428
443
  "gui.howtos.glide-around.name": "ଚାରିପାଖରେ ଗ୍ଲାଇଡ୍ କରନ୍ତୁ",
429
444
  "gui.howtos.change-size.step_glideAroundBackAndForth": "ଚାରିପାଖରେ ଗ୍ଲାଇଡ୍ କରନ୍ତୁ (ଖସନ୍ତୁ)",
430
445
  "gui.howtos.change-size.step_glideAroundPoint": "ଏକ ବିନ୍ଦୁଆଡକୁ ଗ୍ଲାଇଡ୍ କରନ୍ତୁ",
446
+ "gui.howtos.spin-video.name": "ଏହାକୁ ସ୍ପିନ୍ କରନ୍ତୁ",
447
+ "gui.howtos.change-size.step_spinTurn": "ମୋଡ଼ନ୍ତୁ",
448
+ "gui.howtos.change-size.step_spinPointInDirection": "ଦିଗ ସେଟ୍ କରନ୍ତୁ",
431
449
  "gui.howtos.record-a-sound.name": "ଏକ ଧ୍ୱନି ରେକର୍ଡ କରନ୍ତୁ",
432
450
  "gui.howtos.change-size.step_recordASoundSoundsTab": "ସାଉଣ୍ଡ୍' ଟ୍ୟାବ୍ ଉପରେ କ୍ଲିକ୍ କରନ୍ତୁ",
433
451
  "gui.howtos.change-size.step_recordASoundClickRecord": "ରେକର୍ଡ' କ୍ଲିକ୍ କରନ୍ତୁ",
434
452
  "gui.howtos.change-size.step_recordASoundPressRecordButton": "ରେକର୍ଡ ବଟନ୍ ଦବାନ୍ତୁ",
435
453
  "gui.howtos.change-size.step_recordASoundChooseSound": "ଆପଣଙ୍କର ଧ୍ୱନି ବାଛନ୍ତୁ",
436
454
  "gui.howtos.change-size.step_recordASoundPlayYourSound": "ଆପଣଙ୍କର ସାଉଣ୍ଡ୍ ଚଲାନ୍ତୁ",
437
- "gui.howtos.spin-video.name": "ଏହାକୁ ସ୍ପିନ୍ କରନ୍ତୁ",
438
- "gui.howtos.change-size.step_spinTurn": "ମୋଡ଼ନ୍ତୁ",
439
- "gui.howtos.change-size.step_spinPointInDirection": "ଦିଗ ସେଟ୍ କରନ୍ତୁ",
440
455
  "gui.howtos.hide-and-show.name": "ଲୁଚାନ୍ତୁ ଓ ଦେଖାନ୍ତୁ",
441
456
  "gui.howtos.change-size.step_hideAndShow": "ଲୁଚାନ୍ତୁ ଏବଂ ଦେଖାନ୍ତୁ",
442
457
  "gui.howtos.switch-costume.name": "ଏକ ସ୍ପ୍ରାଇଟ ଆନିମେସନ୍ କରନ୍ତୁ",
443
458
  "gui.howtos.change-size.step_switchCostumes": "ଏକ ସ୍ପ୍ରାଇଟ ଆନିମେସନ୍ କରନ୍ତୁ",
444
- "gui.howtos.move-around-with-arrow-keys.name": "ଆରୋ କି ବ୍ୟବହାର କରନ୍ତୁ",
445
- "gui.howtos.add-a-backdrop.step_moveArrowKeysLeftRight": "ବାମ ଏବଂ ଡାହାଣକୁ ଘୁଞ୍ଚାନ୍ତୁ",
446
- "gui.howtos.add-a-backdrop.step_moveArrowKeysUpDown": "ଉପରକୁ ଏବଂ ତଳକୁ ଯାଆନ୍ତୁ",
447
- "gui.howtos.add-effects.name": "ଏଫେକ୍ଟସ୍ ଯୋଡନ୍ତୁ",
448
- "gui.howtos.videosens.step_addEffects": "ଏଫେକ୍ଟସ୍ ଯୋଡନ୍ତୁ",
449
459
  "gui.extension.music.name": "ସଙ୍ଗୀତ",
450
460
  "gui.extension.music.description": "ବାଦ୍ୟଯନ୍ତ୍ର ଏବଂ ଡ଼୍ରମ୍ ବଜାନ୍ତୁ",
451
461
  "gui.extension.pen.name": "କଲମ",