scratch-l10n 6.1.51 → 6.1.52

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 +7 -0
  2. package/editor/interface/ab.json +11 -0
  3. package/editor/interface/af.json +11 -0
  4. package/editor/interface/am.json +11 -0
  5. package/editor/interface/an.json +11 -0
  6. package/editor/interface/ar.json +11 -0
  7. package/editor/interface/ast.json +11 -0
  8. package/editor/interface/az.json +11 -0
  9. package/editor/interface/be.json +11 -0
  10. package/editor/interface/bg.json +11 -0
  11. package/editor/interface/bn.json +11 -0
  12. package/editor/interface/ca.json +11 -0
  13. package/editor/interface/ckb.json +11 -0
  14. package/editor/interface/cs.json +11 -0
  15. package/editor/interface/cy.json +11 -0
  16. package/editor/interface/da.json +11 -0
  17. package/editor/interface/de.json +11 -0
  18. package/editor/interface/el.json +11 -0
  19. package/editor/interface/en.json +11 -0
  20. package/editor/interface/eo.json +11 -0
  21. package/editor/interface/es-419.json +11 -0
  22. package/editor/interface/es.json +11 -0
  23. package/editor/interface/et.json +11 -0
  24. package/editor/interface/eu.json +11 -0
  25. package/editor/interface/fa.json +11 -0
  26. package/editor/interface/fi.json +11 -0
  27. package/editor/interface/fil.json +11 -0
  28. package/editor/interface/fr.json +11 -0
  29. package/editor/interface/fy.json +11 -0
  30. package/editor/interface/ga.json +11 -0
  31. package/editor/interface/gd.json +11 -0
  32. package/editor/interface/gl.json +11 -0
  33. package/editor/interface/ha.json +11 -0
  34. package/editor/interface/he.json +11 -0
  35. package/editor/interface/hi.json +11 -0
  36. package/editor/interface/hr.json +11 -0
  37. package/editor/interface/ht.json +11 -0
  38. package/editor/interface/hu.json +11 -0
  39. package/editor/interface/hy.json +11 -0
  40. package/editor/interface/id.json +11 -0
  41. package/editor/interface/is.json +11 -0
  42. package/editor/interface/it.json +11 -0
  43. package/editor/interface/ja-Hira.json +11 -0
  44. package/editor/interface/ja.json +11 -0
  45. package/editor/interface/ka.json +11 -0
  46. package/editor/interface/kk.json +11 -0
  47. package/editor/interface/km.json +11 -0
  48. package/editor/interface/ko.json +11 -0
  49. package/editor/interface/ku.json +11 -0
  50. package/editor/interface/lt.json +11 -0
  51. package/editor/interface/lv.json +11 -0
  52. package/editor/interface/mi.json +11 -0
  53. package/editor/interface/mn.json +11 -0
  54. package/editor/interface/nb.json +11 -0
  55. package/editor/interface/nl.json +11 -0
  56. package/editor/interface/nn.json +11 -0
  57. package/editor/interface/nso.json +11 -0
  58. package/editor/interface/oc.json +11 -0
  59. package/editor/interface/or.json +11 -0
  60. package/editor/interface/pl.json +11 -0
  61. package/editor/interface/pt-br.json +11 -0
  62. package/editor/interface/pt.json +11 -0
  63. package/editor/interface/qu.json +11 -0
  64. package/editor/interface/rap.json +11 -0
  65. package/editor/interface/ro.json +11 -0
  66. package/editor/interface/ru.json +11 -0
  67. package/editor/interface/sk.json +11 -0
  68. package/editor/interface/sl.json +11 -0
  69. package/editor/interface/sr.json +11 -0
  70. package/editor/interface/sv.json +11 -0
  71. package/editor/interface/sw.json +11 -0
  72. package/editor/interface/th.json +11 -0
  73. package/editor/interface/tn.json +11 -0
  74. package/editor/interface/tr.json +11 -0
  75. package/editor/interface/uk.json +11 -0
  76. package/editor/interface/uz.json +11 -0
  77. package/editor/interface/vi.json +11 -0
  78. package/editor/interface/xh.json +11 -0
  79. package/editor/interface/zh-cn.json +11 -0
  80. package/editor/interface/zh-tw.json +11 -0
  81. package/editor/interface/zu.json +11 -0
  82. package/locales/editor-msgs.js +880 -0
  83. package/locales/interface-msgs.js +880 -0
  84. package/package.json +1 -1
@@ -143,6 +143,17 @@ export default {
143
143
  "gui.gui.addExtension": "Иацҵатәуп арҭбаара",
144
144
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
145
145
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
146
+ "gui.aria.menuBar": "Menu topbar",
147
+ "gui.aria.editor": "Editor",
148
+ "gui.aria.tabList": "Tab list",
149
+ "gui.aria.codePanel": "Code editor panel",
150
+ "gui.aria.costumesPanel": "Costumes editor panel",
151
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
152
+ "gui.aria.soundsPanel": "Sounds editor panel",
153
+ "gui.aria.backpack": "Backpack",
154
+ "gui.aria.stageAndTarget": "Stage and target",
155
+ "gui.aria.stage": "Stage",
156
+ "gui.aria.targetPane": "Target pane",
146
157
  "gui.gui.codeTab": "Акод",
147
158
  "gui.gui.backdropsTab": "Аҿаԥшырақәа",
148
159
  "gui.gui.costumesTab": "Акостиумқәа",
@@ -756,6 +767,17 @@ export default {
756
767
  "gui.gui.addExtension": "Voeg Uitbreiding By",
757
768
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
758
769
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
770
+ "gui.aria.menuBar": "Menu topbar",
771
+ "gui.aria.editor": "Editor",
772
+ "gui.aria.tabList": "Tab list",
773
+ "gui.aria.codePanel": "Code editor panel",
774
+ "gui.aria.costumesPanel": "Costumes editor panel",
775
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
776
+ "gui.aria.soundsPanel": "Sounds editor panel",
777
+ "gui.aria.backpack": "Backpack",
778
+ "gui.aria.stageAndTarget": "Stage and target",
779
+ "gui.aria.stage": "Stage",
780
+ "gui.aria.targetPane": "Target pane",
759
781
  "gui.gui.codeTab": "Kode",
760
782
  "gui.gui.backdropsTab": "Agtergronde",
761
783
  "gui.gui.costumesTab": "Kostuums",
@@ -1369,6 +1391,17 @@ export default {
1369
1391
  "gui.gui.addExtension": "إدراج إضافة",
1370
1392
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
1371
1393
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
1394
+ "gui.aria.menuBar": "Menu topbar",
1395
+ "gui.aria.editor": "Editor",
1396
+ "gui.aria.tabList": "Tab list",
1397
+ "gui.aria.codePanel": "Code editor panel",
1398
+ "gui.aria.costumesPanel": "Costumes editor panel",
1399
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
1400
+ "gui.aria.soundsPanel": "Sounds editor panel",
1401
+ "gui.aria.backpack": "Backpack",
1402
+ "gui.aria.stageAndTarget": "Stage and target",
1403
+ "gui.aria.stage": "Stage",
1404
+ "gui.aria.targetPane": "Target pane",
1372
1405
  "gui.gui.codeTab": "المقاطع البرمجية",
1373
1406
  "gui.gui.backdropsTab": "الخلفيات",
1374
1407
  "gui.gui.costumesTab": "المظاهر",
@@ -1982,6 +2015,17 @@ export default {
1982
2015
  "gui.gui.addExtension": "ቅጥያ ጨምር",
1983
2016
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
1984
2017
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
2018
+ "gui.aria.menuBar": "Menu topbar",
2019
+ "gui.aria.editor": "Editor",
2020
+ "gui.aria.tabList": "Tab list",
2021
+ "gui.aria.codePanel": "Code editor panel",
2022
+ "gui.aria.costumesPanel": "Costumes editor panel",
2023
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
2024
+ "gui.aria.soundsPanel": "Sounds editor panel",
2025
+ "gui.aria.backpack": "Backpack",
2026
+ "gui.aria.stageAndTarget": "Stage and target",
2027
+ "gui.aria.stage": "Stage",
2028
+ "gui.aria.targetPane": "Target pane",
1985
2029
  "gui.gui.codeTab": "ኮድ",
1986
2030
  "gui.gui.backdropsTab": "የጀርባ ምስሎች",
1987
2031
  "gui.gui.costumesTab": "አልባሳት",
@@ -2595,6 +2639,17 @@ export default {
2595
2639
  "gui.gui.addExtension": "Anyadir extensión",
2596
2640
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
2597
2641
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
2642
+ "gui.aria.menuBar": "Menu topbar",
2643
+ "gui.aria.editor": "Editor",
2644
+ "gui.aria.tabList": "Tab list",
2645
+ "gui.aria.codePanel": "Code editor panel",
2646
+ "gui.aria.costumesPanel": "Costumes editor panel",
2647
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
2648
+ "gui.aria.soundsPanel": "Sounds editor panel",
2649
+ "gui.aria.backpack": "Backpack",
2650
+ "gui.aria.stageAndTarget": "Stage and target",
2651
+ "gui.aria.stage": "Stage",
2652
+ "gui.aria.targetPane": "Target pane",
2598
2653
  "gui.gui.codeTab": "Codigo",
2599
2654
  "gui.gui.backdropsTab": "Fondos",
2600
2655
  "gui.gui.costumesTab": "Vestius",
@@ -3208,6 +3263,17 @@ export default {
3208
3263
  "gui.gui.addExtension": "Amestar Extensión",
3209
3264
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
3210
3265
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
3266
+ "gui.aria.menuBar": "Menu topbar",
3267
+ "gui.aria.editor": "Editor",
3268
+ "gui.aria.tabList": "Tab list",
3269
+ "gui.aria.codePanel": "Code editor panel",
3270
+ "gui.aria.costumesPanel": "Costumes editor panel",
3271
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
3272
+ "gui.aria.soundsPanel": "Sounds editor panel",
3273
+ "gui.aria.backpack": "Backpack",
3274
+ "gui.aria.stageAndTarget": "Stage and target",
3275
+ "gui.aria.stage": "Stage",
3276
+ "gui.aria.targetPane": "Target pane",
3211
3277
  "gui.gui.codeTab": "Códigu",
3212
3278
  "gui.gui.backdropsTab": "Fondos",
3213
3279
  "gui.gui.costumesTab": "Disfraces",
@@ -3821,6 +3887,17 @@ export default {
3821
3887
  "gui.gui.addExtension": "Genişlənmə əlavə et",
3822
3888
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
3823
3889
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
3890
+ "gui.aria.menuBar": "Menu topbar",
3891
+ "gui.aria.editor": "Editor",
3892
+ "gui.aria.tabList": "Tab list",
3893
+ "gui.aria.codePanel": "Code editor panel",
3894
+ "gui.aria.costumesPanel": "Costumes editor panel",
3895
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
3896
+ "gui.aria.soundsPanel": "Sounds editor panel",
3897
+ "gui.aria.backpack": "Backpack",
3898
+ "gui.aria.stageAndTarget": "Stage and target",
3899
+ "gui.aria.stage": "Stage",
3900
+ "gui.aria.targetPane": "Target pane",
3824
3901
  "gui.gui.codeTab": "Kod",
3825
3902
  "gui.gui.backdropsTab": "Fonlar",
3826
3903
  "gui.gui.costumesTab": "Libaslar",
@@ -4434,6 +4511,17 @@ export default {
4434
4511
  "gui.gui.addExtension": "Tambahkan Ekstensi",
4435
4512
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
4436
4513
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
4514
+ "gui.aria.menuBar": "Menu topbar",
4515
+ "gui.aria.editor": "Editor",
4516
+ "gui.aria.tabList": "Tab list",
4517
+ "gui.aria.codePanel": "Code editor panel",
4518
+ "gui.aria.costumesPanel": "Costumes editor panel",
4519
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
4520
+ "gui.aria.soundsPanel": "Sounds editor panel",
4521
+ "gui.aria.backpack": "Backpack",
4522
+ "gui.aria.stageAndTarget": "Stage and target",
4523
+ "gui.aria.stage": "Stage",
4524
+ "gui.aria.targetPane": "Target pane",
4437
4525
  "gui.gui.codeTab": "Kode",
4438
4526
  "gui.gui.backdropsTab": "Latar",
4439
4527
  "gui.gui.costumesTab": "Kostum",
@@ -5047,6 +5135,17 @@ export default {
5047
5135
  "gui.gui.addExtension": "এক্সটেনশন যোগ কর",
5048
5136
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
5049
5137
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
5138
+ "gui.aria.menuBar": "Menu topbar",
5139
+ "gui.aria.editor": "Editor",
5140
+ "gui.aria.tabList": "Tab list",
5141
+ "gui.aria.codePanel": "Code editor panel",
5142
+ "gui.aria.costumesPanel": "Costumes editor panel",
5143
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
5144
+ "gui.aria.soundsPanel": "Sounds editor panel",
5145
+ "gui.aria.backpack": "Backpack",
5146
+ "gui.aria.stageAndTarget": "Stage and target",
5147
+ "gui.aria.stage": "Stage",
5148
+ "gui.aria.targetPane": "Target pane",
5050
5149
  "gui.gui.codeTab": "কোড ",
5051
5150
  "gui.gui.backdropsTab": "ব্যাকড্রপগুলো ",
5052
5151
  "gui.gui.costumesTab": "পোশাক ",
@@ -5660,6 +5759,17 @@ export default {
5660
5759
  "gui.gui.addExtension": "Дадаць пашырэнне",
5661
5760
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
5662
5761
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
5762
+ "gui.aria.menuBar": "Menu topbar",
5763
+ "gui.aria.editor": "Editor",
5764
+ "gui.aria.tabList": "Tab list",
5765
+ "gui.aria.codePanel": "Code editor panel",
5766
+ "gui.aria.costumesPanel": "Costumes editor panel",
5767
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
5768
+ "gui.aria.soundsPanel": "Sounds editor panel",
5769
+ "gui.aria.backpack": "Backpack",
5770
+ "gui.aria.stageAndTarget": "Stage and target",
5771
+ "gui.aria.stage": "Stage",
5772
+ "gui.aria.targetPane": "Target pane",
5663
5773
  "gui.gui.codeTab": "Код",
5664
5774
  "gui.gui.backdropsTab": "Фоны",
5665
5775
  "gui.gui.costumesTab": "Касцюмы",
@@ -6273,6 +6383,17 @@ export default {
6273
6383
  "gui.gui.addExtension": "Добавяне на разширение",
6274
6384
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
6275
6385
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
6386
+ "gui.aria.menuBar": "Menu topbar",
6387
+ "gui.aria.editor": "Editor",
6388
+ "gui.aria.tabList": "Tab list",
6389
+ "gui.aria.codePanel": "Code editor panel",
6390
+ "gui.aria.costumesPanel": "Costumes editor panel",
6391
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
6392
+ "gui.aria.soundsPanel": "Sounds editor panel",
6393
+ "gui.aria.backpack": "Backpack",
6394
+ "gui.aria.stageAndTarget": "Stage and target",
6395
+ "gui.aria.stage": "Stage",
6396
+ "gui.aria.targetPane": "Target pane",
6276
6397
  "gui.gui.codeTab": "Код",
6277
6398
  "gui.gui.backdropsTab": "Фонове",
6278
6399
  "gui.gui.costumesTab": "Костюми",
@@ -6886,6 +7007,17 @@ export default {
6886
7007
  "gui.gui.addExtension": "Afegeix una Extensió",
6887
7008
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
6888
7009
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
7010
+ "gui.aria.menuBar": "Menu topbar",
7011
+ "gui.aria.editor": "Editor",
7012
+ "gui.aria.tabList": "Tab list",
7013
+ "gui.aria.codePanel": "Code editor panel",
7014
+ "gui.aria.costumesPanel": "Costumes editor panel",
7015
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
7016
+ "gui.aria.soundsPanel": "Sounds editor panel",
7017
+ "gui.aria.backpack": "Backpack",
7018
+ "gui.aria.stageAndTarget": "Stage and target",
7019
+ "gui.aria.stage": "Stage",
7020
+ "gui.aria.targetPane": "Target pane",
6889
7021
  "gui.gui.codeTab": "Codi",
6890
7022
  "gui.gui.backdropsTab": "Fons",
6891
7023
  "gui.gui.costumesTab": "Vestits",
@@ -7499,6 +7631,17 @@ export default {
7499
7631
  "gui.gui.addExtension": "Přidej rozšíření",
7500
7632
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
7501
7633
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
7634
+ "gui.aria.menuBar": "Menu topbar",
7635
+ "gui.aria.editor": "Editor",
7636
+ "gui.aria.tabList": "Tab list",
7637
+ "gui.aria.codePanel": "Code editor panel",
7638
+ "gui.aria.costumesPanel": "Costumes editor panel",
7639
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
7640
+ "gui.aria.soundsPanel": "Sounds editor panel",
7641
+ "gui.aria.backpack": "Backpack",
7642
+ "gui.aria.stageAndTarget": "Stage and target",
7643
+ "gui.aria.stage": "Stage",
7644
+ "gui.aria.targetPane": "Target pane",
7502
7645
  "gui.gui.codeTab": "Scénáře",
7503
7646
  "gui.gui.backdropsTab": "Pozadí",
7504
7647
  "gui.gui.costumesTab": "Kostýmy",
@@ -8112,6 +8255,17 @@ export default {
8112
8255
  "gui.gui.addExtension": "Ychwanegu Estyniad",
8113
8256
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
8114
8257
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
8258
+ "gui.aria.menuBar": "Menu topbar",
8259
+ "gui.aria.editor": "Editor",
8260
+ "gui.aria.tabList": "Tab list",
8261
+ "gui.aria.codePanel": "Code editor panel",
8262
+ "gui.aria.costumesPanel": "Costumes editor panel",
8263
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
8264
+ "gui.aria.soundsPanel": "Sounds editor panel",
8265
+ "gui.aria.backpack": "Backpack",
8266
+ "gui.aria.stageAndTarget": "Stage and target",
8267
+ "gui.aria.stage": "Stage",
8268
+ "gui.aria.targetPane": "Target pane",
8115
8269
  "gui.gui.codeTab": "Cod",
8116
8270
  "gui.gui.backdropsTab": "Cefnlenni",
8117
8271
  "gui.gui.costumesTab": "Gwisgoedd",
@@ -8725,6 +8879,17 @@ export default {
8725
8879
  "gui.gui.addExtension": "Tilføj udvidelse",
8726
8880
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
8727
8881
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
8882
+ "gui.aria.menuBar": "Menu topbar",
8883
+ "gui.aria.editor": "Editor",
8884
+ "gui.aria.tabList": "Tab list",
8885
+ "gui.aria.codePanel": "Code editor panel",
8886
+ "gui.aria.costumesPanel": "Costumes editor panel",
8887
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
8888
+ "gui.aria.soundsPanel": "Sounds editor panel",
8889
+ "gui.aria.backpack": "Backpack",
8890
+ "gui.aria.stageAndTarget": "Stage and target",
8891
+ "gui.aria.stage": "Stage",
8892
+ "gui.aria.targetPane": "Target pane",
8728
8893
  "gui.gui.codeTab": "Kode",
8729
8894
  "gui.gui.backdropsTab": "Baggrunde",
8730
8895
  "gui.gui.costumesTab": "Kostumer",
@@ -9338,6 +9503,17 @@ export default {
9338
9503
  "gui.gui.addExtension": "Erweiterung hinzufügen",
9339
9504
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
9340
9505
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
9506
+ "gui.aria.menuBar": "Menu topbar",
9507
+ "gui.aria.editor": "Editor",
9508
+ "gui.aria.tabList": "Tab list",
9509
+ "gui.aria.codePanel": "Code editor panel",
9510
+ "gui.aria.costumesPanel": "Costumes editor panel",
9511
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
9512
+ "gui.aria.soundsPanel": "Sounds editor panel",
9513
+ "gui.aria.backpack": "Backpack",
9514
+ "gui.aria.stageAndTarget": "Stage and target",
9515
+ "gui.aria.stage": "Stage",
9516
+ "gui.aria.targetPane": "Target pane",
9341
9517
  "gui.gui.codeTab": "Skripte",
9342
9518
  "gui.gui.backdropsTab": "Hintergrundbilder",
9343
9519
  "gui.gui.costumesTab": "Kostüme",
@@ -9951,6 +10127,17 @@ export default {
9951
10127
  "gui.gui.addExtension": "Lisa laiendus",
9952
10128
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
9953
10129
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
10130
+ "gui.aria.menuBar": "Menu topbar",
10131
+ "gui.aria.editor": "Editor",
10132
+ "gui.aria.tabList": "Tab list",
10133
+ "gui.aria.codePanel": "Code editor panel",
10134
+ "gui.aria.costumesPanel": "Costumes editor panel",
10135
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
10136
+ "gui.aria.soundsPanel": "Sounds editor panel",
10137
+ "gui.aria.backpack": "Backpack",
10138
+ "gui.aria.stageAndTarget": "Stage and target",
10139
+ "gui.aria.stage": "Stage",
10140
+ "gui.aria.targetPane": "Target pane",
9954
10141
  "gui.gui.codeTab": "Kood",
9955
10142
  "gui.gui.backdropsTab": "Taustad",
9956
10143
  "gui.gui.costumesTab": "Kostüümid",
@@ -10564,6 +10751,17 @@ export default {
10564
10751
  "gui.gui.addExtension": "Προσθήκη Επέκτασης",
10565
10752
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
10566
10753
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
10754
+ "gui.aria.menuBar": "Menu topbar",
10755
+ "gui.aria.editor": "Editor",
10756
+ "gui.aria.tabList": "Tab list",
10757
+ "gui.aria.codePanel": "Code editor panel",
10758
+ "gui.aria.costumesPanel": "Costumes editor panel",
10759
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
10760
+ "gui.aria.soundsPanel": "Sounds editor panel",
10761
+ "gui.aria.backpack": "Backpack",
10762
+ "gui.aria.stageAndTarget": "Stage and target",
10763
+ "gui.aria.stage": "Stage",
10764
+ "gui.aria.targetPane": "Target pane",
10567
10765
  "gui.gui.codeTab": "Κώδικας",
10568
10766
  "gui.gui.backdropsTab": "Yπόβαθρα",
10569
10767
  "gui.gui.costumesTab": "Ενδυμασίες",
@@ -11177,6 +11375,17 @@ export default {
11177
11375
  "gui.gui.addExtension": "Add Extension",
11178
11376
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
11179
11377
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
11378
+ "gui.aria.menuBar": "Menu topbar",
11379
+ "gui.aria.editor": "Editor",
11380
+ "gui.aria.tabList": "Tab list",
11381
+ "gui.aria.codePanel": "Code editor panel",
11382
+ "gui.aria.costumesPanel": "Costumes editor panel",
11383
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
11384
+ "gui.aria.soundsPanel": "Sounds editor panel",
11385
+ "gui.aria.backpack": "Backpack",
11386
+ "gui.aria.stageAndTarget": "Stage and target",
11387
+ "gui.aria.stage": "Stage",
11388
+ "gui.aria.targetPane": "Target pane",
11180
11389
  "gui.gui.codeTab": "Code",
11181
11390
  "gui.gui.backdropsTab": "Backdrops",
11182
11391
  "gui.gui.costumesTab": "Costumes",
@@ -11790,6 +11999,17 @@ export default {
11790
11999
  "gui.gui.addExtension": "Añadir extensión",
11791
12000
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
11792
12001
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
12002
+ "gui.aria.menuBar": "Menu topbar",
12003
+ "gui.aria.editor": "Editor",
12004
+ "gui.aria.tabList": "Tab list",
12005
+ "gui.aria.codePanel": "Code editor panel",
12006
+ "gui.aria.costumesPanel": "Costumes editor panel",
12007
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
12008
+ "gui.aria.soundsPanel": "Sounds editor panel",
12009
+ "gui.aria.backpack": "Backpack",
12010
+ "gui.aria.stageAndTarget": "Stage and target",
12011
+ "gui.aria.stage": "Stage",
12012
+ "gui.aria.targetPane": "Target pane",
11793
12013
  "gui.gui.codeTab": "Código",
11794
12014
  "gui.gui.backdropsTab": "Fondos",
11795
12015
  "gui.gui.costumesTab": "Disfraces",
@@ -12403,6 +12623,17 @@ export default {
12403
12623
  "gui.gui.addExtension": "Agregar Extensión",
12404
12624
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
12405
12625
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
12626
+ "gui.aria.menuBar": "Menu topbar",
12627
+ "gui.aria.editor": "Editor",
12628
+ "gui.aria.tabList": "Tab list",
12629
+ "gui.aria.codePanel": "Code editor panel",
12630
+ "gui.aria.costumesPanel": "Costumes editor panel",
12631
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
12632
+ "gui.aria.soundsPanel": "Sounds editor panel",
12633
+ "gui.aria.backpack": "Backpack",
12634
+ "gui.aria.stageAndTarget": "Stage and target",
12635
+ "gui.aria.stage": "Stage",
12636
+ "gui.aria.targetPane": "Target pane",
12406
12637
  "gui.gui.codeTab": "Código",
12407
12638
  "gui.gui.backdropsTab": "Fondos",
12408
12639
  "gui.gui.costumesTab": "Disfraces",
@@ -13016,6 +13247,17 @@ export default {
13016
13247
  "gui.gui.addExtension": "Aldoni kromaĵon",
13017
13248
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
13018
13249
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
13250
+ "gui.aria.menuBar": "Menu topbar",
13251
+ "gui.aria.editor": "Editor",
13252
+ "gui.aria.tabList": "Tab list",
13253
+ "gui.aria.codePanel": "Code editor panel",
13254
+ "gui.aria.costumesPanel": "Costumes editor panel",
13255
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
13256
+ "gui.aria.soundsPanel": "Sounds editor panel",
13257
+ "gui.aria.backpack": "Backpack",
13258
+ "gui.aria.stageAndTarget": "Stage and target",
13259
+ "gui.aria.stage": "Stage",
13260
+ "gui.aria.targetPane": "Target pane",
13019
13261
  "gui.gui.codeTab": "Skriptoj",
13020
13262
  "gui.gui.backdropsTab": "Fonoj",
13021
13263
  "gui.gui.costumesTab": "Kostumoj",
@@ -13629,6 +13871,17 @@ export default {
13629
13871
  "gui.gui.addExtension": "Gehitu gehigarri bat",
13630
13872
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
13631
13873
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
13874
+ "gui.aria.menuBar": "Menu topbar",
13875
+ "gui.aria.editor": "Editor",
13876
+ "gui.aria.tabList": "Tab list",
13877
+ "gui.aria.codePanel": "Code editor panel",
13878
+ "gui.aria.costumesPanel": "Costumes editor panel",
13879
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
13880
+ "gui.aria.soundsPanel": "Sounds editor panel",
13881
+ "gui.aria.backpack": "Backpack",
13882
+ "gui.aria.stageAndTarget": "Stage and target",
13883
+ "gui.aria.stage": "Stage",
13884
+ "gui.aria.targetPane": "Target pane",
13632
13885
  "gui.gui.codeTab": "Kodea",
13633
13886
  "gui.gui.backdropsTab": "Atzeko oihalak",
13634
13887
  "gui.gui.costumesTab": "Tankerak",
@@ -14242,6 +14495,17 @@ export default {
14242
14495
  "gui.gui.addExtension": "اضافه کردن افزونه",
14243
14496
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
14244
14497
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
14498
+ "gui.aria.menuBar": "Menu topbar",
14499
+ "gui.aria.editor": "Editor",
14500
+ "gui.aria.tabList": "Tab list",
14501
+ "gui.aria.codePanel": "Code editor panel",
14502
+ "gui.aria.costumesPanel": "Costumes editor panel",
14503
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
14504
+ "gui.aria.soundsPanel": "Sounds editor panel",
14505
+ "gui.aria.backpack": "Backpack",
14506
+ "gui.aria.stageAndTarget": "Stage and target",
14507
+ "gui.aria.stage": "Stage",
14508
+ "gui.aria.targetPane": "Target pane",
14245
14509
  "gui.gui.codeTab": "کد",
14246
14510
  "gui.gui.backdropsTab": "پس‌زمینه",
14247
14511
  "gui.gui.costumesTab": "حالت‌ها",
@@ -14855,6 +15119,17 @@ export default {
14855
15119
  "gui.gui.addExtension": "Magdagdag ng Extension",
14856
15120
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
14857
15121
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
15122
+ "gui.aria.menuBar": "Menu topbar",
15123
+ "gui.aria.editor": "Editor",
15124
+ "gui.aria.tabList": "Tab list",
15125
+ "gui.aria.codePanel": "Code editor panel",
15126
+ "gui.aria.costumesPanel": "Costumes editor panel",
15127
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
15128
+ "gui.aria.soundsPanel": "Sounds editor panel",
15129
+ "gui.aria.backpack": "Backpack",
15130
+ "gui.aria.stageAndTarget": "Stage and target",
15131
+ "gui.aria.stage": "Stage",
15132
+ "gui.aria.targetPane": "Target pane",
14858
15133
  "gui.gui.codeTab": "Code",
14859
15134
  "gui.gui.backdropsTab": "Mga Likod",
14860
15135
  "gui.gui.costumesTab": "Mga Costume",
@@ -15468,6 +15743,17 @@ export default {
15468
15743
  "gui.gui.addExtension": "Ajouter une extension",
15469
15744
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
15470
15745
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
15746
+ "gui.aria.menuBar": "Menu topbar",
15747
+ "gui.aria.editor": "Editor",
15748
+ "gui.aria.tabList": "Tab list",
15749
+ "gui.aria.codePanel": "Code editor panel",
15750
+ "gui.aria.costumesPanel": "Costumes editor panel",
15751
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
15752
+ "gui.aria.soundsPanel": "Sounds editor panel",
15753
+ "gui.aria.backpack": "Backpack",
15754
+ "gui.aria.stageAndTarget": "Stage and target",
15755
+ "gui.aria.stage": "Stage",
15756
+ "gui.aria.targetPane": "Target pane",
15471
15757
  "gui.gui.codeTab": "Code",
15472
15758
  "gui.gui.backdropsTab": "Arrière-plans",
15473
15759
  "gui.gui.costumesTab": "Costumes",
@@ -16081,6 +16367,17 @@ export default {
16081
16367
  "gui.gui.addExtension": "Ekstinsje tafoegje",
16082
16368
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
16083
16369
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
16370
+ "gui.aria.menuBar": "Menu topbar",
16371
+ "gui.aria.editor": "Editor",
16372
+ "gui.aria.tabList": "Tab list",
16373
+ "gui.aria.codePanel": "Code editor panel",
16374
+ "gui.aria.costumesPanel": "Costumes editor panel",
16375
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
16376
+ "gui.aria.soundsPanel": "Sounds editor panel",
16377
+ "gui.aria.backpack": "Backpack",
16378
+ "gui.aria.stageAndTarget": "Stage and target",
16379
+ "gui.aria.stage": "Stage",
16380
+ "gui.aria.targetPane": "Target pane",
16084
16381
  "gui.gui.codeTab": "Koade",
16085
16382
  "gui.gui.backdropsTab": "Eftergrûnen",
16086
16383
  "gui.gui.costumesTab": "Kostúms",
@@ -16694,6 +16991,17 @@ export default {
16694
16991
  "gui.gui.addExtension": "Cuir Breiseán Leis",
16695
16992
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
16696
16993
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
16994
+ "gui.aria.menuBar": "Menu topbar",
16995
+ "gui.aria.editor": "Editor",
16996
+ "gui.aria.tabList": "Tab list",
16997
+ "gui.aria.codePanel": "Code editor panel",
16998
+ "gui.aria.costumesPanel": "Costumes editor panel",
16999
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
17000
+ "gui.aria.soundsPanel": "Sounds editor panel",
17001
+ "gui.aria.backpack": "Backpack",
17002
+ "gui.aria.stageAndTarget": "Stage and target",
17003
+ "gui.aria.stage": "Stage",
17004
+ "gui.aria.targetPane": "Target pane",
16697
17005
  "gui.gui.codeTab": "Cód",
16698
17006
  "gui.gui.backdropsTab": "Cúlraí",
16699
17007
  "gui.gui.costumesTab": "Cultacha",
@@ -17307,6 +17615,17 @@ export default {
17307
17615
  "gui.gui.addExtension": "Cuir leudachan ris",
17308
17616
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
17309
17617
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
17618
+ "gui.aria.menuBar": "Menu topbar",
17619
+ "gui.aria.editor": "Editor",
17620
+ "gui.aria.tabList": "Tab list",
17621
+ "gui.aria.codePanel": "Code editor panel",
17622
+ "gui.aria.costumesPanel": "Costumes editor panel",
17623
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
17624
+ "gui.aria.soundsPanel": "Sounds editor panel",
17625
+ "gui.aria.backpack": "Backpack",
17626
+ "gui.aria.stageAndTarget": "Stage and target",
17627
+ "gui.aria.stage": "Stage",
17628
+ "gui.aria.targetPane": "Target pane",
17310
17629
  "gui.gui.codeTab": "Còd",
17311
17630
  "gui.gui.backdropsTab": "Cùlaibhean",
17312
17631
  "gui.gui.costumesTab": "Dreachan",
@@ -17920,6 +18239,17 @@ export default {
17920
18239
  "gui.gui.addExtension": "Engadir extensión",
17921
18240
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
17922
18241
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
18242
+ "gui.aria.menuBar": "Menu topbar",
18243
+ "gui.aria.editor": "Editor",
18244
+ "gui.aria.tabList": "Tab list",
18245
+ "gui.aria.codePanel": "Code editor panel",
18246
+ "gui.aria.costumesPanel": "Costumes editor panel",
18247
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
18248
+ "gui.aria.soundsPanel": "Sounds editor panel",
18249
+ "gui.aria.backpack": "Backpack",
18250
+ "gui.aria.stageAndTarget": "Stage and target",
18251
+ "gui.aria.stage": "Stage",
18252
+ "gui.aria.targetPane": "Target pane",
17923
18253
  "gui.gui.codeTab": "Código",
17924
18254
  "gui.gui.backdropsTab": "Fondos",
17925
18255
  "gui.gui.costumesTab": "Traxes",
@@ -18533,6 +18863,17 @@ export default {
18533
18863
  "gui.gui.addExtension": "확장 기능 추가하기",
18534
18864
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
18535
18865
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
18866
+ "gui.aria.menuBar": "Menu topbar",
18867
+ "gui.aria.editor": "Editor",
18868
+ "gui.aria.tabList": "Tab list",
18869
+ "gui.aria.codePanel": "Code editor panel",
18870
+ "gui.aria.costumesPanel": "Costumes editor panel",
18871
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
18872
+ "gui.aria.soundsPanel": "Sounds editor panel",
18873
+ "gui.aria.backpack": "Backpack",
18874
+ "gui.aria.stageAndTarget": "Stage and target",
18875
+ "gui.aria.stage": "Stage",
18876
+ "gui.aria.targetPane": "Target pane",
18536
18877
  "gui.gui.codeTab": "코드",
18537
18878
  "gui.gui.backdropsTab": "배경",
18538
18879
  "gui.gui.costumesTab": "모양",
@@ -19146,6 +19487,17 @@ export default {
19146
19487
  "gui.gui.addExtension": "Ƙara Ƙari",
19147
19488
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
19148
19489
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
19490
+ "gui.aria.menuBar": "Menu topbar",
19491
+ "gui.aria.editor": "Editor",
19492
+ "gui.aria.tabList": "Tab list",
19493
+ "gui.aria.codePanel": "Code editor panel",
19494
+ "gui.aria.costumesPanel": "Costumes editor panel",
19495
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
19496
+ "gui.aria.soundsPanel": "Sounds editor panel",
19497
+ "gui.aria.backpack": "Backpack",
19498
+ "gui.aria.stageAndTarget": "Stage and target",
19499
+ "gui.aria.stage": "Stage",
19500
+ "gui.aria.targetPane": "Target pane",
19149
19501
  "gui.gui.codeTab": "Lambar fasaha",
19150
19502
  "gui.gui.backdropsTab": "Hotunan fage",
19151
19503
  "gui.gui.costumesTab": "Fasali",
@@ -19759,6 +20111,17 @@ export default {
19759
20111
  "gui.gui.addExtension": "Ավելացնել ընդլայնում",
19760
20112
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
19761
20113
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
20114
+ "gui.aria.menuBar": "Menu topbar",
20115
+ "gui.aria.editor": "Editor",
20116
+ "gui.aria.tabList": "Tab list",
20117
+ "gui.aria.codePanel": "Code editor panel",
20118
+ "gui.aria.costumesPanel": "Costumes editor panel",
20119
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
20120
+ "gui.aria.soundsPanel": "Sounds editor panel",
20121
+ "gui.aria.backpack": "Backpack",
20122
+ "gui.aria.stageAndTarget": "Stage and target",
20123
+ "gui.aria.stage": "Stage",
20124
+ "gui.aria.targetPane": "Target pane",
19762
20125
  "gui.gui.codeTab": "Սցենարներ",
19763
20126
  "gui.gui.backdropsTab": "Ետնապատկեր",
19764
20127
  "gui.gui.costumesTab": "Զգեստներ",
@@ -20372,6 +20735,17 @@ export default {
20372
20735
  "gui.gui.addExtension": "הוסיפו הרחבה",
20373
20736
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
20374
20737
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
20738
+ "gui.aria.menuBar": "Menu topbar",
20739
+ "gui.aria.editor": "Editor",
20740
+ "gui.aria.tabList": "Tab list",
20741
+ "gui.aria.codePanel": "Code editor panel",
20742
+ "gui.aria.costumesPanel": "Costumes editor panel",
20743
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
20744
+ "gui.aria.soundsPanel": "Sounds editor panel",
20745
+ "gui.aria.backpack": "Backpack",
20746
+ "gui.aria.stageAndTarget": "Stage and target",
20747
+ "gui.aria.stage": "Stage",
20748
+ "gui.aria.targetPane": "Target pane",
20375
20749
  "gui.gui.codeTab": "קוד",
20376
20750
  "gui.gui.backdropsTab": "רקעים",
20377
20751
  "gui.gui.costumesTab": "תלבושות",
@@ -20985,6 +21359,17 @@ export default {
20985
21359
  "gui.gui.addExtension": "एक्सटेंशन जोड़िये ",
20986
21360
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
20987
21361
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
21362
+ "gui.aria.menuBar": "Menu topbar",
21363
+ "gui.aria.editor": "Editor",
21364
+ "gui.aria.tabList": "Tab list",
21365
+ "gui.aria.codePanel": "Code editor panel",
21366
+ "gui.aria.costumesPanel": "Costumes editor panel",
21367
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
21368
+ "gui.aria.soundsPanel": "Sounds editor panel",
21369
+ "gui.aria.backpack": "Backpack",
21370
+ "gui.aria.stageAndTarget": "Stage and target",
21371
+ "gui.aria.stage": "Stage",
21372
+ "gui.aria.targetPane": "Target pane",
20988
21373
  "gui.gui.codeTab": "कोड ",
20989
21374
  "gui.gui.backdropsTab": "पृष्ठभूमि",
20990
21375
  "gui.gui.costumesTab": "पोशाक ",
@@ -21598,6 +21983,17 @@ export default {
21598
21983
  "gui.gui.addExtension": "Dodaj proširenje",
21599
21984
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
21600
21985
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
21986
+ "gui.aria.menuBar": "Menu topbar",
21987
+ "gui.aria.editor": "Editor",
21988
+ "gui.aria.tabList": "Tab list",
21989
+ "gui.aria.codePanel": "Code editor panel",
21990
+ "gui.aria.costumesPanel": "Costumes editor panel",
21991
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
21992
+ "gui.aria.soundsPanel": "Sounds editor panel",
21993
+ "gui.aria.backpack": "Backpack",
21994
+ "gui.aria.stageAndTarget": "Stage and target",
21995
+ "gui.aria.stage": "Stage",
21996
+ "gui.aria.targetPane": "Target pane",
21601
21997
  "gui.gui.codeTab": "Skripte",
21602
21998
  "gui.gui.backdropsTab": "Pozadine",
21603
21999
  "gui.gui.costumesTab": "Kostimi",
@@ -22211,6 +22607,17 @@ export default {
22211
22607
  "gui.gui.addExtension": "Faka Ulwandiso",
22212
22608
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
22213
22609
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
22610
+ "gui.aria.menuBar": "Menu topbar",
22611
+ "gui.aria.editor": "Editor",
22612
+ "gui.aria.tabList": "Tab list",
22613
+ "gui.aria.codePanel": "Code editor panel",
22614
+ "gui.aria.costumesPanel": "Costumes editor panel",
22615
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
22616
+ "gui.aria.soundsPanel": "Sounds editor panel",
22617
+ "gui.aria.backpack": "Backpack",
22618
+ "gui.aria.stageAndTarget": "Stage and target",
22619
+ "gui.aria.stage": "Stage",
22620
+ "gui.aria.targetPane": "Target pane",
22214
22621
  "gui.gui.codeTab": "Ikhowdi",
22215
22622
  "gui.gui.backdropsTab": "Imiva",
22216
22623
  "gui.gui.costumesTab": "ikhostyum",
@@ -22824,6 +23231,17 @@ export default {
22824
23231
  "gui.gui.addExtension": "Faka okokunezelela ",
22825
23232
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
22826
23233
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
23234
+ "gui.aria.menuBar": "Menu topbar",
23235
+ "gui.aria.editor": "Editor",
23236
+ "gui.aria.tabList": "Tab list",
23237
+ "gui.aria.codePanel": "Code editor panel",
23238
+ "gui.aria.costumesPanel": "Costumes editor panel",
23239
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
23240
+ "gui.aria.soundsPanel": "Sounds editor panel",
23241
+ "gui.aria.backpack": "Backpack",
23242
+ "gui.aria.stageAndTarget": "Stage and target",
23243
+ "gui.aria.stage": "Stage",
23244
+ "gui.aria.targetPane": "Target pane",
22827
23245
  "gui.gui.codeTab": "Ikhodi",
22828
23246
  "gui.gui.backdropsTab": "Izindawo",
22829
23247
  "gui.gui.costumesTab": "Izimpahla",
@@ -23437,6 +23855,17 @@ export default {
23437
23855
  "gui.gui.addExtension": "Bæta við viðbót",
23438
23856
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
23439
23857
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
23858
+ "gui.aria.menuBar": "Menu topbar",
23859
+ "gui.aria.editor": "Editor",
23860
+ "gui.aria.tabList": "Tab list",
23861
+ "gui.aria.codePanel": "Code editor panel",
23862
+ "gui.aria.costumesPanel": "Costumes editor panel",
23863
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
23864
+ "gui.aria.soundsPanel": "Sounds editor panel",
23865
+ "gui.aria.backpack": "Backpack",
23866
+ "gui.aria.stageAndTarget": "Stage and target",
23867
+ "gui.aria.stage": "Stage",
23868
+ "gui.aria.targetPane": "Target pane",
23440
23869
  "gui.gui.codeTab": "Kóði",
23441
23870
  "gui.gui.backdropsTab": "Bakgrunnar",
23442
23871
  "gui.gui.costumesTab": "Búningar",
@@ -24050,6 +24479,17 @@ export default {
24050
24479
  "gui.gui.addExtension": "Aggiungi un'Estensione",
24051
24480
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
24052
24481
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
24482
+ "gui.aria.menuBar": "Menu topbar",
24483
+ "gui.aria.editor": "Editor",
24484
+ "gui.aria.tabList": "Tab list",
24485
+ "gui.aria.codePanel": "Code editor panel",
24486
+ "gui.aria.costumesPanel": "Costumes editor panel",
24487
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
24488
+ "gui.aria.soundsPanel": "Sounds editor panel",
24489
+ "gui.aria.backpack": "Backpack",
24490
+ "gui.aria.stageAndTarget": "Stage and target",
24491
+ "gui.aria.stage": "Stage",
24492
+ "gui.aria.targetPane": "Target pane",
24053
24493
  "gui.gui.codeTab": "Codice",
24054
24494
  "gui.gui.backdropsTab": "Sfondi",
24055
24495
  "gui.gui.costumesTab": "Costumi",
@@ -24663,6 +25103,17 @@ export default {
24663
25103
  "gui.gui.addExtension": "გაფართოების დამატება",
24664
25104
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
24665
25105
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
25106
+ "gui.aria.menuBar": "Menu topbar",
25107
+ "gui.aria.editor": "Editor",
25108
+ "gui.aria.tabList": "Tab list",
25109
+ "gui.aria.codePanel": "Code editor panel",
25110
+ "gui.aria.costumesPanel": "Costumes editor panel",
25111
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
25112
+ "gui.aria.soundsPanel": "Sounds editor panel",
25113
+ "gui.aria.backpack": "Backpack",
25114
+ "gui.aria.stageAndTarget": "Stage and target",
25115
+ "gui.aria.stage": "Stage",
25116
+ "gui.aria.targetPane": "Target pane",
24666
25117
  "gui.gui.codeTab": "კოდი",
24667
25118
  "gui.gui.backdropsTab": "ფონები",
24668
25119
  "gui.gui.costumesTab": "კოსტიუმები",
@@ -25276,6 +25727,17 @@ export default {
25276
25727
  "gui.gui.addExtension": "Қосымша қосу",
25277
25728
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
25278
25729
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
25730
+ "gui.aria.menuBar": "Menu topbar",
25731
+ "gui.aria.editor": "Editor",
25732
+ "gui.aria.tabList": "Tab list",
25733
+ "gui.aria.codePanel": "Code editor panel",
25734
+ "gui.aria.costumesPanel": "Costumes editor panel",
25735
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
25736
+ "gui.aria.soundsPanel": "Sounds editor panel",
25737
+ "gui.aria.backpack": "Backpack",
25738
+ "gui.aria.stageAndTarget": "Stage and target",
25739
+ "gui.aria.stage": "Stage",
25740
+ "gui.aria.targetPane": "Target pane",
25279
25741
  "gui.gui.codeTab": "Код",
25280
25742
  "gui.gui.backdropsTab": "Фондар",
25281
25743
  "gui.gui.costumesTab": "Костюмдер",
@@ -25889,6 +26351,17 @@ export default {
25889
26351
  "gui.gui.addExtension": "Yapay qawanata",
25890
26352
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
25891
26353
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
26354
+ "gui.aria.menuBar": "Menu topbar",
26355
+ "gui.aria.editor": "Editor",
26356
+ "gui.aria.tabList": "Tab list",
26357
+ "gui.aria.codePanel": "Code editor panel",
26358
+ "gui.aria.costumesPanel": "Costumes editor panel",
26359
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
26360
+ "gui.aria.soundsPanel": "Sounds editor panel",
26361
+ "gui.aria.backpack": "Backpack",
26362
+ "gui.aria.stageAndTarget": "Stage and target",
26363
+ "gui.aria.stage": "Stage",
26364
+ "gui.aria.targetPane": "Target pane",
25892
26365
  "gui.gui.codeTab": "kudiqu",
25893
26366
  "gui.gui.backdropsTab": "Hipayninkuna",
25894
26367
  "gui.gui.costumesTab": "Pachakuna",
@@ -26502,6 +26975,17 @@ export default {
26502
26975
  "gui.gui.addExtension": "Ongeza Kiendelezi",
26503
26976
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
26504
26977
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
26978
+ "gui.aria.menuBar": "Menu topbar",
26979
+ "gui.aria.editor": "Editor",
26980
+ "gui.aria.tabList": "Tab list",
26981
+ "gui.aria.codePanel": "Code editor panel",
26982
+ "gui.aria.costumesPanel": "Costumes editor panel",
26983
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
26984
+ "gui.aria.soundsPanel": "Sounds editor panel",
26985
+ "gui.aria.backpack": "Backpack",
26986
+ "gui.aria.stageAndTarget": "Stage and target",
26987
+ "gui.aria.stage": "Stage",
26988
+ "gui.aria.targetPane": "Target pane",
26505
26989
  "gui.gui.codeTab": "Msimbo",
26506
26990
  "gui.gui.backdropsTab": "Mandhari Za Nyuma",
26507
26991
  "gui.gui.costumesTab": "Mitindo",
@@ -27115,6 +27599,17 @@ export default {
27115
27599
  "gui.gui.addExtension": "Ajoute ekstansyon",
27116
27600
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
27117
27601
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
27602
+ "gui.aria.menuBar": "Menu topbar",
27603
+ "gui.aria.editor": "Editor",
27604
+ "gui.aria.tabList": "Tab list",
27605
+ "gui.aria.codePanel": "Code editor panel",
27606
+ "gui.aria.costumesPanel": "Costumes editor panel",
27607
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
27608
+ "gui.aria.soundsPanel": "Sounds editor panel",
27609
+ "gui.aria.backpack": "Backpack",
27610
+ "gui.aria.stageAndTarget": "Stage and target",
27611
+ "gui.aria.stage": "Stage",
27612
+ "gui.aria.targetPane": "Target pane",
27118
27613
  "gui.gui.codeTab": "Kòd",
27119
27614
  "gui.gui.backdropsTab": "Fon ",
27120
27615
  "gui.gui.costumesTab": "Kostim",
@@ -27728,6 +28223,17 @@ export default {
27728
28223
  "gui.gui.addExtension": "Pêvek Tevlî Bike",
27729
28224
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
27730
28225
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
28226
+ "gui.aria.menuBar": "Menu topbar",
28227
+ "gui.aria.editor": "Editor",
28228
+ "gui.aria.tabList": "Tab list",
28229
+ "gui.aria.codePanel": "Code editor panel",
28230
+ "gui.aria.costumesPanel": "Costumes editor panel",
28231
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
28232
+ "gui.aria.soundsPanel": "Sounds editor panel",
28233
+ "gui.aria.backpack": "Backpack",
28234
+ "gui.aria.stageAndTarget": "Stage and target",
28235
+ "gui.aria.stage": "Stage",
28236
+ "gui.aria.targetPane": "Target pane",
27731
28237
  "gui.gui.codeTab": "Kod",
27732
28238
  "gui.gui.backdropsTab": "Dekor",
27733
28239
  "gui.gui.costumesTab": "Kostum",
@@ -28341,6 +28847,17 @@ export default {
28341
28847
  "gui.gui.addExtension": "زیادکردنی زیادکراوە",
28342
28848
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
28343
28849
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
28850
+ "gui.aria.menuBar": "Menu topbar",
28851
+ "gui.aria.editor": "Editor",
28852
+ "gui.aria.tabList": "Tab list",
28853
+ "gui.aria.codePanel": "Code editor panel",
28854
+ "gui.aria.costumesPanel": "Costumes editor panel",
28855
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
28856
+ "gui.aria.soundsPanel": "Sounds editor panel",
28857
+ "gui.aria.backpack": "Backpack",
28858
+ "gui.aria.stageAndTarget": "Stage and target",
28859
+ "gui.aria.stage": "Stage",
28860
+ "gui.aria.targetPane": "Target pane",
28344
28861
  "gui.gui.codeTab": "کۆد",
28345
28862
  "gui.gui.backdropsTab": "پاشبنه‌ماکان",
28346
28863
  "gui.gui.costumesTab": "بەرگەکان",
@@ -28954,6 +29471,17 @@ export default {
28954
29471
  "gui.gui.addExtension": "Pievienot paplašinājumu",
28955
29472
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
28956
29473
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
29474
+ "gui.aria.menuBar": "Menu topbar",
29475
+ "gui.aria.editor": "Editor",
29476
+ "gui.aria.tabList": "Tab list",
29477
+ "gui.aria.codePanel": "Code editor panel",
29478
+ "gui.aria.costumesPanel": "Costumes editor panel",
29479
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
29480
+ "gui.aria.soundsPanel": "Sounds editor panel",
29481
+ "gui.aria.backpack": "Backpack",
29482
+ "gui.aria.stageAndTarget": "Stage and target",
29483
+ "gui.aria.stage": "Stage",
29484
+ "gui.aria.targetPane": "Target pane",
28957
29485
  "gui.gui.codeTab": "Kods",
28958
29486
  "gui.gui.backdropsTab": "Foni",
28959
29487
  "gui.gui.costumesTab": "Tērpi",
@@ -29567,6 +30095,17 @@ export default {
29567
30095
  "gui.gui.addExtension": "Pridėti plėtinį",
29568
30096
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
29569
30097
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
30098
+ "gui.aria.menuBar": "Menu topbar",
30099
+ "gui.aria.editor": "Editor",
30100
+ "gui.aria.tabList": "Tab list",
30101
+ "gui.aria.codePanel": "Code editor panel",
30102
+ "gui.aria.costumesPanel": "Costumes editor panel",
30103
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
30104
+ "gui.aria.soundsPanel": "Sounds editor panel",
30105
+ "gui.aria.backpack": "Backpack",
30106
+ "gui.aria.stageAndTarget": "Stage and target",
30107
+ "gui.aria.stage": "Stage",
30108
+ "gui.aria.targetPane": "Target pane",
29570
30109
  "gui.gui.codeTab": "Programos kodas",
29571
30110
  "gui.gui.backdropsTab": "Fonai",
29572
30111
  "gui.gui.costumesTab": "Kaukės",
@@ -30180,6 +30719,17 @@ export default {
30180
30719
  "gui.gui.addExtension": "Bővítmény hozzáadása",
30181
30720
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
30182
30721
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
30722
+ "gui.aria.menuBar": "Menu topbar",
30723
+ "gui.aria.editor": "Editor",
30724
+ "gui.aria.tabList": "Tab list",
30725
+ "gui.aria.codePanel": "Code editor panel",
30726
+ "gui.aria.costumesPanel": "Costumes editor panel",
30727
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
30728
+ "gui.aria.soundsPanel": "Sounds editor panel",
30729
+ "gui.aria.backpack": "Backpack",
30730
+ "gui.aria.stageAndTarget": "Stage and target",
30731
+ "gui.aria.stage": "Stage",
30732
+ "gui.aria.targetPane": "Target pane",
30183
30733
  "gui.gui.codeTab": "Kód",
30184
30734
  "gui.gui.backdropsTab": "Hátterek",
30185
30735
  "gui.gui.costumesTab": "Jelmezek",
@@ -30793,6 +31343,17 @@ export default {
30793
31343
  "gui.gui.addExtension": "Tāpirihia tētahi Torohanga",
30794
31344
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
30795
31345
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
31346
+ "gui.aria.menuBar": "Menu topbar",
31347
+ "gui.aria.editor": "Editor",
31348
+ "gui.aria.tabList": "Tab list",
31349
+ "gui.aria.codePanel": "Code editor panel",
31350
+ "gui.aria.costumesPanel": "Costumes editor panel",
31351
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
31352
+ "gui.aria.soundsPanel": "Sounds editor panel",
31353
+ "gui.aria.backpack": "Backpack",
31354
+ "gui.aria.stageAndTarget": "Stage and target",
31355
+ "gui.aria.stage": "Stage",
31356
+ "gui.aria.targetPane": "Target pane",
30796
31357
  "gui.gui.codeTab": "Waehere",
30797
31358
  "gui.gui.backdropsTab": "Ngā Ārai Tuarongo",
30798
31359
  "gui.gui.costumesTab": "Ngā Kākahu",
@@ -31406,6 +31967,17 @@ export default {
31406
31967
  "gui.gui.addExtension": "Өргөтгөл нэмэх",
31407
31968
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
31408
31969
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
31970
+ "gui.aria.menuBar": "Menu topbar",
31971
+ "gui.aria.editor": "Editor",
31972
+ "gui.aria.tabList": "Tab list",
31973
+ "gui.aria.codePanel": "Code editor panel",
31974
+ "gui.aria.costumesPanel": "Costumes editor panel",
31975
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
31976
+ "gui.aria.soundsPanel": "Sounds editor panel",
31977
+ "gui.aria.backpack": "Backpack",
31978
+ "gui.aria.stageAndTarget": "Stage and target",
31979
+ "gui.aria.stage": "Stage",
31980
+ "gui.aria.targetPane": "Target pane",
31409
31981
  "gui.gui.codeTab": "Код",
31410
31982
  "gui.gui.backdropsTab": "Дэвсгэрүүд",
31411
31983
  "gui.gui.costumesTab": "Өмсгөлүүд",
@@ -32019,6 +32591,17 @@ export default {
32019
32591
  "gui.gui.addExtension": "Voeg een uitbreiding toe",
32020
32592
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
32021
32593
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
32594
+ "gui.aria.menuBar": "Menu topbar",
32595
+ "gui.aria.editor": "Editor",
32596
+ "gui.aria.tabList": "Tab list",
32597
+ "gui.aria.codePanel": "Code editor panel",
32598
+ "gui.aria.costumesPanel": "Costumes editor panel",
32599
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
32600
+ "gui.aria.soundsPanel": "Sounds editor panel",
32601
+ "gui.aria.backpack": "Backpack",
32602
+ "gui.aria.stageAndTarget": "Stage and target",
32603
+ "gui.aria.stage": "Stage",
32604
+ "gui.aria.targetPane": "Target pane",
32022
32605
  "gui.gui.codeTab": "Code",
32023
32606
  "gui.gui.backdropsTab": "Achtergronden",
32024
32607
  "gui.gui.costumesTab": "Uiterlijken",
@@ -32632,6 +33215,17 @@ export default {
32632
33215
  "gui.gui.addExtension": "拡張機能を追加",
32633
33216
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
32634
33217
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
33218
+ "gui.aria.menuBar": "Menu topbar",
33219
+ "gui.aria.editor": "Editor",
33220
+ "gui.aria.tabList": "Tab list",
33221
+ "gui.aria.codePanel": "Code editor panel",
33222
+ "gui.aria.costumesPanel": "Costumes editor panel",
33223
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
33224
+ "gui.aria.soundsPanel": "Sounds editor panel",
33225
+ "gui.aria.backpack": "Backpack",
33226
+ "gui.aria.stageAndTarget": "Stage and target",
33227
+ "gui.aria.stage": "Stage",
33228
+ "gui.aria.targetPane": "Target pane",
32635
33229
  "gui.gui.codeTab": "コード",
32636
33230
  "gui.gui.backdropsTab": "背景",
32637
33231
  "gui.gui.costumesTab": "コスチューム",
@@ -33245,6 +33839,17 @@ export default {
33245
33839
  "gui.gui.addExtension": "かくちょうきのうをついか",
33246
33840
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
33247
33841
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
33842
+ "gui.aria.menuBar": "Menu topbar",
33843
+ "gui.aria.editor": "Editor",
33844
+ "gui.aria.tabList": "Tab list",
33845
+ "gui.aria.codePanel": "Code editor panel",
33846
+ "gui.aria.costumesPanel": "Costumes editor panel",
33847
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
33848
+ "gui.aria.soundsPanel": "Sounds editor panel",
33849
+ "gui.aria.backpack": "Backpack",
33850
+ "gui.aria.stageAndTarget": "Stage and target",
33851
+ "gui.aria.stage": "Stage",
33852
+ "gui.aria.targetPane": "Target pane",
33248
33853
  "gui.gui.codeTab": "コード",
33249
33854
  "gui.gui.backdropsTab": "はいけい",
33250
33855
  "gui.gui.costumesTab": "コスチューム",
@@ -33858,6 +34463,17 @@ export default {
33858
34463
  "gui.gui.addExtension": "Hent tilleggsfunksjon",
33859
34464
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
33860
34465
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
34466
+ "gui.aria.menuBar": "Menu topbar",
34467
+ "gui.aria.editor": "Editor",
34468
+ "gui.aria.tabList": "Tab list",
34469
+ "gui.aria.codePanel": "Code editor panel",
34470
+ "gui.aria.costumesPanel": "Costumes editor panel",
34471
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
34472
+ "gui.aria.soundsPanel": "Sounds editor panel",
34473
+ "gui.aria.backpack": "Backpack",
34474
+ "gui.aria.stageAndTarget": "Stage and target",
34475
+ "gui.aria.stage": "Stage",
34476
+ "gui.aria.targetPane": "Target pane",
33861
34477
  "gui.gui.codeTab": "Kode",
33862
34478
  "gui.gui.backdropsTab": "Bakgrunner",
33863
34479
  "gui.gui.costumesTab": "Drakter",
@@ -34471,6 +35087,17 @@ export default {
34471
35087
  "gui.gui.addExtension": "Hent tilleggsfunksjon",
34472
35088
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
34473
35089
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
35090
+ "gui.aria.menuBar": "Menu topbar",
35091
+ "gui.aria.editor": "Editor",
35092
+ "gui.aria.tabList": "Tab list",
35093
+ "gui.aria.codePanel": "Code editor panel",
35094
+ "gui.aria.costumesPanel": "Costumes editor panel",
35095
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
35096
+ "gui.aria.soundsPanel": "Sounds editor panel",
35097
+ "gui.aria.backpack": "Backpack",
35098
+ "gui.aria.stageAndTarget": "Stage and target",
35099
+ "gui.aria.stage": "Stage",
35100
+ "gui.aria.targetPane": "Target pane",
34474
35101
  "gui.gui.codeTab": "Kode",
34475
35102
  "gui.gui.backdropsTab": "Bakgrunnar",
34476
35103
  "gui.gui.costumesTab": "Drakter",
@@ -35084,6 +35711,17 @@ export default {
35084
35711
  "gui.gui.addExtension": "Apondre Extension",
35085
35712
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
35086
35713
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
35714
+ "gui.aria.menuBar": "Menu topbar",
35715
+ "gui.aria.editor": "Editor",
35716
+ "gui.aria.tabList": "Tab list",
35717
+ "gui.aria.codePanel": "Code editor panel",
35718
+ "gui.aria.costumesPanel": "Costumes editor panel",
35719
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
35720
+ "gui.aria.soundsPanel": "Sounds editor panel",
35721
+ "gui.aria.backpack": "Backpack",
35722
+ "gui.aria.stageAndTarget": "Stage and target",
35723
+ "gui.aria.stage": "Stage",
35724
+ "gui.aria.targetPane": "Target pane",
35087
35725
  "gui.gui.codeTab": "Còdi",
35088
35726
  "gui.gui.backdropsTab": "Fons",
35089
35727
  "gui.gui.costumesTab": "Costums",
@@ -35697,6 +36335,17 @@ export default {
35697
36335
  "gui.gui.addExtension": "ଏକ୍ସଟେନ୍ସନ୍ ଯୋଡନ୍ତୁ",
35698
36336
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
35699
36337
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
36338
+ "gui.aria.menuBar": "Menu topbar",
36339
+ "gui.aria.editor": "Editor",
36340
+ "gui.aria.tabList": "Tab list",
36341
+ "gui.aria.codePanel": "Code editor panel",
36342
+ "gui.aria.costumesPanel": "Costumes editor panel",
36343
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
36344
+ "gui.aria.soundsPanel": "Sounds editor panel",
36345
+ "gui.aria.backpack": "Backpack",
36346
+ "gui.aria.stageAndTarget": "Stage and target",
36347
+ "gui.aria.stage": "Stage",
36348
+ "gui.aria.targetPane": "Target pane",
35700
36349
  "gui.gui.codeTab": "କୋଡ୍",
35701
36350
  "gui.gui.backdropsTab": "ପୃଷ୍ଠପଟ (ବେକଡ୍ରପ)",
35702
36351
  "gui.gui.costumesTab": "ପୋଷାକ",
@@ -36310,6 +36959,17 @@ export default {
36310
36959
  "gui.gui.addExtension": "Kengaytirish buyrug'ini qo'shish",
36311
36960
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
36312
36961
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
36962
+ "gui.aria.menuBar": "Menu topbar",
36963
+ "gui.aria.editor": "Editor",
36964
+ "gui.aria.tabList": "Tab list",
36965
+ "gui.aria.codePanel": "Code editor panel",
36966
+ "gui.aria.costumesPanel": "Costumes editor panel",
36967
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
36968
+ "gui.aria.soundsPanel": "Sounds editor panel",
36969
+ "gui.aria.backpack": "Backpack",
36970
+ "gui.aria.stageAndTarget": "Stage and target",
36971
+ "gui.aria.stage": "Stage",
36972
+ "gui.aria.targetPane": "Target pane",
36313
36973
  "gui.gui.codeTab": "Kod",
36314
36974
  "gui.gui.backdropsTab": "Fon",
36315
36975
  "gui.gui.costumesTab": "Ko'rinish",
@@ -36923,6 +37583,17 @@ export default {
36923
37583
  "gui.gui.addExtension": "เพิ่มส่วนขยาย",
36924
37584
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
36925
37585
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
37586
+ "gui.aria.menuBar": "Menu topbar",
37587
+ "gui.aria.editor": "Editor",
37588
+ "gui.aria.tabList": "Tab list",
37589
+ "gui.aria.codePanel": "Code editor panel",
37590
+ "gui.aria.costumesPanel": "Costumes editor panel",
37591
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
37592
+ "gui.aria.soundsPanel": "Sounds editor panel",
37593
+ "gui.aria.backpack": "Backpack",
37594
+ "gui.aria.stageAndTarget": "Stage and target",
37595
+ "gui.aria.stage": "Stage",
37596
+ "gui.aria.targetPane": "Target pane",
36926
37597
  "gui.gui.codeTab": "โค้ด",
36927
37598
  "gui.gui.backdropsTab": "ฉากหลัง",
36928
37599
  "gui.gui.costumesTab": "คอสตูม",
@@ -37536,6 +38207,17 @@ export default {
37536
38207
  "gui.gui.addExtension": "បន្ថែមកម្មវិធីបន្ថែម",
37537
38208
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
37538
38209
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
38210
+ "gui.aria.menuBar": "Menu topbar",
38211
+ "gui.aria.editor": "Editor",
38212
+ "gui.aria.tabList": "Tab list",
38213
+ "gui.aria.codePanel": "Code editor panel",
38214
+ "gui.aria.costumesPanel": "Costumes editor panel",
38215
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
38216
+ "gui.aria.soundsPanel": "Sounds editor panel",
38217
+ "gui.aria.backpack": "Backpack",
38218
+ "gui.aria.stageAndTarget": "Stage and target",
38219
+ "gui.aria.stage": "Stage",
38220
+ "gui.aria.targetPane": "Target pane",
37539
38221
  "gui.gui.codeTab": "កូដ",
37540
38222
  "gui.gui.backdropsTab": "ផ្ទាំងខាងក្រោយ",
37541
38223
  "gui.gui.costumesTab": "រូបរាង",
@@ -38149,6 +38831,17 @@ export default {
38149
38831
  "gui.gui.addExtension": "Dodaj rozszerzenie",
38150
38832
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
38151
38833
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
38834
+ "gui.aria.menuBar": "Menu topbar",
38835
+ "gui.aria.editor": "Editor",
38836
+ "gui.aria.tabList": "Tab list",
38837
+ "gui.aria.codePanel": "Code editor panel",
38838
+ "gui.aria.costumesPanel": "Costumes editor panel",
38839
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
38840
+ "gui.aria.soundsPanel": "Sounds editor panel",
38841
+ "gui.aria.backpack": "Backpack",
38842
+ "gui.aria.stageAndTarget": "Stage and target",
38843
+ "gui.aria.stage": "Stage",
38844
+ "gui.aria.targetPane": "Target pane",
38152
38845
  "gui.gui.codeTab": "Skrypt",
38153
38846
  "gui.gui.backdropsTab": "Tła",
38154
38847
  "gui.gui.costumesTab": "Kostiumy",
@@ -38762,6 +39455,17 @@ export default {
38762
39455
  "gui.gui.addExtension": "Adicionar Extensão",
38763
39456
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
38764
39457
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
39458
+ "gui.aria.menuBar": "Menu topbar",
39459
+ "gui.aria.editor": "Editor",
39460
+ "gui.aria.tabList": "Tab list",
39461
+ "gui.aria.codePanel": "Code editor panel",
39462
+ "gui.aria.costumesPanel": "Costumes editor panel",
39463
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
39464
+ "gui.aria.soundsPanel": "Sounds editor panel",
39465
+ "gui.aria.backpack": "Backpack",
39466
+ "gui.aria.stageAndTarget": "Stage and target",
39467
+ "gui.aria.stage": "Stage",
39468
+ "gui.aria.targetPane": "Target pane",
38765
39469
  "gui.gui.codeTab": "Código",
38766
39470
  "gui.gui.backdropsTab": "Cenários",
38767
39471
  "gui.gui.costumesTab": "Trajes",
@@ -39375,6 +40079,17 @@ export default {
39375
40079
  "gui.gui.addExtension": "Adicionar uma Extensão",
39376
40080
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
39377
40081
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
40082
+ "gui.aria.menuBar": "Menu topbar",
40083
+ "gui.aria.editor": "Editor",
40084
+ "gui.aria.tabList": "Tab list",
40085
+ "gui.aria.codePanel": "Code editor panel",
40086
+ "gui.aria.costumesPanel": "Costumes editor panel",
40087
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
40088
+ "gui.aria.soundsPanel": "Sounds editor panel",
40089
+ "gui.aria.backpack": "Backpack",
40090
+ "gui.aria.stageAndTarget": "Stage and target",
40091
+ "gui.aria.stage": "Stage",
40092
+ "gui.aria.targetPane": "Target pane",
39378
40093
  "gui.gui.codeTab": "Código",
39379
40094
  "gui.gui.backdropsTab": "Cenários",
39380
40095
  "gui.gui.costumesTab": "Fantasias",
@@ -39988,6 +40703,17 @@ export default {
39988
40703
  "gui.gui.addExtension": "ka hahaʾo te haka roa roa",
39989
40704
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
39990
40705
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
40706
+ "gui.aria.menuBar": "Menu topbar",
40707
+ "gui.aria.editor": "Editor",
40708
+ "gui.aria.tabList": "Tab list",
40709
+ "gui.aria.codePanel": "Code editor panel",
40710
+ "gui.aria.costumesPanel": "Costumes editor panel",
40711
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
40712
+ "gui.aria.soundsPanel": "Sounds editor panel",
40713
+ "gui.aria.backpack": "Backpack",
40714
+ "gui.aria.stageAndTarget": "Stage and target",
40715
+ "gui.aria.stage": "Stage",
40716
+ "gui.aria.targetPane": "Target pane",
39991
40717
  "gui.gui.codeTab": "he ta",
39992
40718
  "gui.gui.backdropsTab": "tuʾa nui",
39993
40719
  "gui.gui.costumesTab": "diseños",
@@ -40601,6 +41327,17 @@ export default {
40601
41327
  "gui.gui.addExtension": "Adaugă o extensie",
40602
41328
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
40603
41329
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
41330
+ "gui.aria.menuBar": "Menu topbar",
41331
+ "gui.aria.editor": "Editor",
41332
+ "gui.aria.tabList": "Tab list",
41333
+ "gui.aria.codePanel": "Code editor panel",
41334
+ "gui.aria.costumesPanel": "Costumes editor panel",
41335
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
41336
+ "gui.aria.soundsPanel": "Sounds editor panel",
41337
+ "gui.aria.backpack": "Backpack",
41338
+ "gui.aria.stageAndTarget": "Stage and target",
41339
+ "gui.aria.stage": "Stage",
41340
+ "gui.aria.targetPane": "Target pane",
40604
41341
  "gui.gui.codeTab": "Cod",
40605
41342
  "gui.gui.backdropsTab": "Decoruri",
40606
41343
  "gui.gui.costumesTab": "Costume",
@@ -41214,6 +41951,17 @@ export default {
41214
41951
  "gui.gui.addExtension": "Добавить расширение",
41215
41952
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
41216
41953
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
41954
+ "gui.aria.menuBar": "Menu topbar",
41955
+ "gui.aria.editor": "Editor",
41956
+ "gui.aria.tabList": "Tab list",
41957
+ "gui.aria.codePanel": "Code editor panel",
41958
+ "gui.aria.costumesPanel": "Costumes editor panel",
41959
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
41960
+ "gui.aria.soundsPanel": "Sounds editor panel",
41961
+ "gui.aria.backpack": "Backpack",
41962
+ "gui.aria.stageAndTarget": "Stage and target",
41963
+ "gui.aria.stage": "Stage",
41964
+ "gui.aria.targetPane": "Target pane",
41217
41965
  "gui.gui.codeTab": "Код",
41218
41966
  "gui.gui.backdropsTab": "Фоны",
41219
41967
  "gui.gui.costumesTab": "Костюмы",
@@ -41827,6 +42575,17 @@ export default {
41827
42575
  "gui.gui.addExtension": "Oketša koketšo",
41828
42576
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
41829
42577
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
42578
+ "gui.aria.menuBar": "Menu topbar",
42579
+ "gui.aria.editor": "Editor",
42580
+ "gui.aria.tabList": "Tab list",
42581
+ "gui.aria.codePanel": "Code editor panel",
42582
+ "gui.aria.costumesPanel": "Costumes editor panel",
42583
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
42584
+ "gui.aria.soundsPanel": "Sounds editor panel",
42585
+ "gui.aria.backpack": "Backpack",
42586
+ "gui.aria.stageAndTarget": "Stage and target",
42587
+ "gui.aria.stage": "Stage",
42588
+ "gui.aria.targetPane": "Target pane",
41830
42589
  "gui.gui.codeTab": "Khoutu",
41831
42590
  "gui.gui.backdropsTab": "Bokamorago",
41832
42591
  "gui.gui.costumesTab": "Dikhostšhumo",
@@ -42440,6 +43199,17 @@ export default {
42440
43199
  "gui.gui.addExtension": "Oketsa",
42441
43200
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
42442
43201
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
43202
+ "gui.aria.menuBar": "Menu topbar",
43203
+ "gui.aria.editor": "Editor",
43204
+ "gui.aria.tabList": "Tab list",
43205
+ "gui.aria.codePanel": "Code editor panel",
43206
+ "gui.aria.costumesPanel": "Costumes editor panel",
43207
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
43208
+ "gui.aria.soundsPanel": "Sounds editor panel",
43209
+ "gui.aria.backpack": "Backpack",
43210
+ "gui.aria.stageAndTarget": "Stage and target",
43211
+ "gui.aria.stage": "Stage",
43212
+ "gui.aria.targetPane": "Target pane",
42443
43213
  "gui.gui.codeTab": "Khoutu",
42444
43214
  "gui.gui.backdropsTab": "Ditatlhelo morago",
42445
43215
  "gui.gui.costumesTab": "Diaparo",
@@ -43053,6 +43823,17 @@ export default {
43053
43823
  "gui.gui.addExtension": "Pridaj rozšírenie",
43054
43824
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
43055
43825
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
43826
+ "gui.aria.menuBar": "Menu topbar",
43827
+ "gui.aria.editor": "Editor",
43828
+ "gui.aria.tabList": "Tab list",
43829
+ "gui.aria.codePanel": "Code editor panel",
43830
+ "gui.aria.costumesPanel": "Costumes editor panel",
43831
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
43832
+ "gui.aria.soundsPanel": "Sounds editor panel",
43833
+ "gui.aria.backpack": "Backpack",
43834
+ "gui.aria.stageAndTarget": "Stage and target",
43835
+ "gui.aria.stage": "Stage",
43836
+ "gui.aria.targetPane": "Target pane",
43056
43837
  "gui.gui.codeTab": "Scenáre",
43057
43838
  "gui.gui.backdropsTab": "Pozadia",
43058
43839
  "gui.gui.costumesTab": "Kostýmy",
@@ -43666,6 +44447,17 @@ export default {
43666
44447
  "gui.gui.addExtension": "Dodaj razširitev",
43667
44448
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
43668
44449
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
44450
+ "gui.aria.menuBar": "Menu topbar",
44451
+ "gui.aria.editor": "Editor",
44452
+ "gui.aria.tabList": "Tab list",
44453
+ "gui.aria.codePanel": "Code editor panel",
44454
+ "gui.aria.costumesPanel": "Costumes editor panel",
44455
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
44456
+ "gui.aria.soundsPanel": "Sounds editor panel",
44457
+ "gui.aria.backpack": "Backpack",
44458
+ "gui.aria.stageAndTarget": "Stage and target",
44459
+ "gui.aria.stage": "Stage",
44460
+ "gui.aria.targetPane": "Target pane",
43669
44461
  "gui.gui.codeTab": "Koda",
43670
44462
  "gui.gui.backdropsTab": "Ozadja",
43671
44463
  "gui.gui.costumesTab": "Videzi",
@@ -44279,6 +45071,17 @@ export default {
44279
45071
  "gui.gui.addExtension": "Додај проширење",
44280
45072
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
44281
45073
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
45074
+ "gui.aria.menuBar": "Menu topbar",
45075
+ "gui.aria.editor": "Editor",
45076
+ "gui.aria.tabList": "Tab list",
45077
+ "gui.aria.codePanel": "Code editor panel",
45078
+ "gui.aria.costumesPanel": "Costumes editor panel",
45079
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
45080
+ "gui.aria.soundsPanel": "Sounds editor panel",
45081
+ "gui.aria.backpack": "Backpack",
45082
+ "gui.aria.stageAndTarget": "Stage and target",
45083
+ "gui.aria.stage": "Stage",
45084
+ "gui.aria.targetPane": "Target pane",
44282
45085
  "gui.gui.codeTab": "Програм",
44283
45086
  "gui.gui.backdropsTab": "Позадине",
44284
45087
  "gui.gui.costumesTab": "Костими",
@@ -44892,6 +45695,17 @@ export default {
44892
45695
  "gui.gui.addExtension": "Lisää laajennus",
44893
45696
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
44894
45697
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
45698
+ "gui.aria.menuBar": "Menu topbar",
45699
+ "gui.aria.editor": "Editor",
45700
+ "gui.aria.tabList": "Tab list",
45701
+ "gui.aria.codePanel": "Code editor panel",
45702
+ "gui.aria.costumesPanel": "Costumes editor panel",
45703
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
45704
+ "gui.aria.soundsPanel": "Sounds editor panel",
45705
+ "gui.aria.backpack": "Backpack",
45706
+ "gui.aria.stageAndTarget": "Stage and target",
45707
+ "gui.aria.stage": "Stage",
45708
+ "gui.aria.targetPane": "Target pane",
44895
45709
  "gui.gui.codeTab": "Koodi",
44896
45710
  "gui.gui.backdropsTab": "Taustat",
44897
45711
  "gui.gui.costumesTab": "Asusteet",
@@ -45505,6 +46319,17 @@ export default {
45505
46319
  "gui.gui.addExtension": "Lägg till ett tillägg",
45506
46320
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
45507
46321
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
46322
+ "gui.aria.menuBar": "Menu topbar",
46323
+ "gui.aria.editor": "Editor",
46324
+ "gui.aria.tabList": "Tab list",
46325
+ "gui.aria.codePanel": "Code editor panel",
46326
+ "gui.aria.costumesPanel": "Costumes editor panel",
46327
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
46328
+ "gui.aria.soundsPanel": "Sounds editor panel",
46329
+ "gui.aria.backpack": "Backpack",
46330
+ "gui.aria.stageAndTarget": "Stage and target",
46331
+ "gui.aria.stage": "Stage",
46332
+ "gui.aria.targetPane": "Target pane",
45508
46333
  "gui.gui.codeTab": "Kod",
45509
46334
  "gui.gui.backdropsTab": "Bakgrunder",
45510
46335
  "gui.gui.costumesTab": "Klädslar",
@@ -46118,6 +46943,17 @@ export default {
46118
46943
  "gui.gui.addExtension": "Thêm phần mở rộng",
46119
46944
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
46120
46945
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
46946
+ "gui.aria.menuBar": "Menu topbar",
46947
+ "gui.aria.editor": "Editor",
46948
+ "gui.aria.tabList": "Tab list",
46949
+ "gui.aria.codePanel": "Code editor panel",
46950
+ "gui.aria.costumesPanel": "Costumes editor panel",
46951
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
46952
+ "gui.aria.soundsPanel": "Sounds editor panel",
46953
+ "gui.aria.backpack": "Backpack",
46954
+ "gui.aria.stageAndTarget": "Stage and target",
46955
+ "gui.aria.stage": "Stage",
46956
+ "gui.aria.targetPane": "Target pane",
46121
46957
  "gui.gui.codeTab": "code",
46122
46958
  "gui.gui.backdropsTab": "Phông nền",
46123
46959
  "gui.gui.costumesTab": "Trang phục",
@@ -46731,6 +47567,17 @@ export default {
46731
47567
  "gui.gui.addExtension": "Eklenti Ekle",
46732
47568
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
46733
47569
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
47570
+ "gui.aria.menuBar": "Menu topbar",
47571
+ "gui.aria.editor": "Editor",
47572
+ "gui.aria.tabList": "Tab list",
47573
+ "gui.aria.codePanel": "Code editor panel",
47574
+ "gui.aria.costumesPanel": "Costumes editor panel",
47575
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
47576
+ "gui.aria.soundsPanel": "Sounds editor panel",
47577
+ "gui.aria.backpack": "Backpack",
47578
+ "gui.aria.stageAndTarget": "Stage and target",
47579
+ "gui.aria.stage": "Stage",
47580
+ "gui.aria.targetPane": "Target pane",
46734
47581
  "gui.gui.codeTab": "Kod",
46735
47582
  "gui.gui.backdropsTab": "Dekorlar",
46736
47583
  "gui.gui.costumesTab": "Kostümler",
@@ -47344,6 +48191,17 @@ export default {
47344
48191
  "gui.gui.addExtension": "Додати розширення",
47345
48192
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
47346
48193
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
48194
+ "gui.aria.menuBar": "Menu topbar",
48195
+ "gui.aria.editor": "Editor",
48196
+ "gui.aria.tabList": "Tab list",
48197
+ "gui.aria.codePanel": "Code editor panel",
48198
+ "gui.aria.costumesPanel": "Costumes editor panel",
48199
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
48200
+ "gui.aria.soundsPanel": "Sounds editor panel",
48201
+ "gui.aria.backpack": "Backpack",
48202
+ "gui.aria.stageAndTarget": "Stage and target",
48203
+ "gui.aria.stage": "Stage",
48204
+ "gui.aria.targetPane": "Target pane",
47347
48205
  "gui.gui.codeTab": "Код",
47348
48206
  "gui.gui.backdropsTab": "Тло",
47349
48207
  "gui.gui.costumesTab": "Образи",
@@ -47957,6 +48815,17 @@ export default {
47957
48815
  "gui.gui.addExtension": "添加扩展",
47958
48816
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
47959
48817
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
48818
+ "gui.aria.menuBar": "Menu topbar",
48819
+ "gui.aria.editor": "Editor",
48820
+ "gui.aria.tabList": "Tab list",
48821
+ "gui.aria.codePanel": "Code editor panel",
48822
+ "gui.aria.costumesPanel": "Costumes editor panel",
48823
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
48824
+ "gui.aria.soundsPanel": "Sounds editor panel",
48825
+ "gui.aria.backpack": "Backpack",
48826
+ "gui.aria.stageAndTarget": "Stage and target",
48827
+ "gui.aria.stage": "Stage",
48828
+ "gui.aria.targetPane": "Target pane",
47960
48829
  "gui.gui.codeTab": "代码",
47961
48830
  "gui.gui.backdropsTab": "背景",
47962
48831
  "gui.gui.costumesTab": "造型",
@@ -48570,6 +49439,17 @@ export default {
48570
49439
  "gui.gui.addExtension": "添加擴展",
48571
49440
  "gui.gui.faceSensingCalloutTitle": "Hey there! 👋",
48572
49441
  "gui.gui.faceSensingCalloutDescription": "There is a new extension!",
49442
+ "gui.aria.menuBar": "Menu topbar",
49443
+ "gui.aria.editor": "Editor",
49444
+ "gui.aria.tabList": "Tab list",
49445
+ "gui.aria.codePanel": "Code editor panel",
49446
+ "gui.aria.costumesPanel": "Costumes editor panel",
49447
+ "gui.aria.backdropsPanel": "Backdrops editor panel",
49448
+ "gui.aria.soundsPanel": "Sounds editor panel",
49449
+ "gui.aria.backpack": "Backpack",
49450
+ "gui.aria.stageAndTarget": "Stage and target",
49451
+ "gui.aria.stage": "Stage",
49452
+ "gui.aria.targetPane": "Target pane",
48573
49453
  "gui.gui.codeTab": "程式",
48574
49454
  "gui.gui.backdropsTab": "背景",
48575
49455
  "gui.gui.costumesTab": "造型",