scratch-l10n 6.1.42 → 6.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/editor/interface/ab.json +2 -1
- package/editor/interface/af.json +2 -1
- package/editor/interface/am.json +2 -1
- package/editor/interface/an.json +2 -1
- package/editor/interface/ar.json +2 -1
- package/editor/interface/ast.json +2 -1
- package/editor/interface/az.json +2 -1
- package/editor/interface/be.json +2 -1
- package/editor/interface/bg.json +2 -1
- package/editor/interface/bn.json +2 -1
- package/editor/interface/ca.json +2 -1
- package/editor/interface/ckb.json +2 -1
- package/editor/interface/cs.json +2 -1
- package/editor/interface/cy.json +2 -1
- package/editor/interface/da.json +2 -1
- package/editor/interface/de.json +2 -1
- package/editor/interface/el.json +2 -1
- package/editor/interface/en.json +2 -1
- package/editor/interface/eo.json +2 -1
- package/editor/interface/es-419.json +2 -1
- package/editor/interface/es.json +2 -1
- package/editor/interface/et.json +2 -1
- package/editor/interface/eu.json +2 -1
- package/editor/interface/fa.json +2 -1
- package/editor/interface/fi.json +2 -1
- package/editor/interface/fil.json +2 -1
- package/editor/interface/fr.json +2 -1
- package/editor/interface/fy.json +2 -1
- package/editor/interface/ga.json +2 -1
- package/editor/interface/gd.json +2 -1
- package/editor/interface/gl.json +2 -1
- package/editor/interface/ha.json +2 -1
- package/editor/interface/he.json +2 -1
- package/editor/interface/hi.json +2 -1
- package/editor/interface/hr.json +2 -1
- package/editor/interface/ht.json +2 -1
- package/editor/interface/hu.json +2 -1
- package/editor/interface/hy.json +2 -1
- package/editor/interface/id.json +2 -1
- package/editor/interface/is.json +2 -1
- package/editor/interface/it.json +2 -1
- package/editor/interface/ja-Hira.json +2 -1
- package/editor/interface/ja.json +2 -1
- package/editor/interface/ka.json +2 -1
- package/editor/interface/kk.json +2 -1
- package/editor/interface/km.json +2 -1
- package/editor/interface/ko.json +2 -1
- package/editor/interface/ku.json +2 -1
- package/editor/interface/lt.json +2 -1
- package/editor/interface/lv.json +2 -1
- package/editor/interface/mi.json +2 -1
- package/editor/interface/mn.json +2 -1
- package/editor/interface/nb.json +2 -1
- package/editor/interface/nl.json +2 -1
- package/editor/interface/nn.json +2 -1
- package/editor/interface/nso.json +2 -1
- package/editor/interface/oc.json +2 -1
- package/editor/interface/or.json +2 -1
- package/editor/interface/pl.json +2 -1
- package/editor/interface/pt-br.json +2 -1
- package/editor/interface/pt.json +2 -1
- package/editor/interface/qu.json +2 -1
- package/editor/interface/rap.json +2 -1
- package/editor/interface/ro.json +2 -1
- package/editor/interface/ru.json +2 -1
- package/editor/interface/sk.json +2 -1
- package/editor/interface/sl.json +2 -1
- package/editor/interface/sr.json +2 -1
- package/editor/interface/sv.json +2 -1
- package/editor/interface/sw.json +2 -1
- package/editor/interface/th.json +2 -1
- package/editor/interface/tn.json +2 -1
- package/editor/interface/tr.json +2 -1
- package/editor/interface/uk.json +2 -1
- package/editor/interface/uz.json +2 -1
- package/editor/interface/vi.json +2 -1
- package/editor/interface/xh.json +2 -1
- package/editor/interface/zh-cn.json +2 -1
- package/editor/interface/zh-tw.json +2 -1
- package/editor/interface/zu.json +2 -1
- package/locales/editor-msgs.js +160 -80
- package/locales/interface-msgs.js +160 -80
- package/package.json +2 -2
- package/www/scratch-website.annual-report-2020-l10njson/hy.json +1 -1
- package/www/scratch-website.general-l10njson/fi.json +1 -1
package/locales/editor-msgs.js
CHANGED
|
@@ -206,7 +206,6 @@ export default {
|
|
|
206
206
|
"gui.menuBar.settings": "Архиарақәа",
|
|
207
207
|
"gui.menuBar.isShared": "Асаит иҭагалоуп",
|
|
208
208
|
"gui.menuBar.share": "Асаит иҭагалатәуп",
|
|
209
|
-
"gui.menuBar.colorMode": "Аԥштәы арежим",
|
|
210
209
|
"gui.modal.help": "Ацхыраара",
|
|
211
210
|
"gui.modal.back": "Шьҭахьҟа",
|
|
212
211
|
"gui.monitor.listMonitor.empty": "(иҭацәуп)",
|
|
@@ -610,6 +609,8 @@ export default {
|
|
|
610
609
|
"gui.theme.default": "Аклассикатә",
|
|
611
610
|
"gui.theme.dark": "Алашьцара",
|
|
612
611
|
"gui.theme.highContrast": "Иҳараку аконтраст",
|
|
612
|
+
"gui.blockTheme.default": "Default",
|
|
613
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
613
614
|
"gui.gui.defaultProjectTitle": "Scratch Апроект",
|
|
614
615
|
"boost.color.any": "иарбанзаалакь аԥштәы",
|
|
615
616
|
"boost.color.black": "аиқәаҵәа",
|
|
@@ -1091,7 +1092,6 @@ export default {
|
|
|
1091
1092
|
"gui.menuBar.settings": "Settings",
|
|
1092
1093
|
"gui.menuBar.isShared": "Gedeel",
|
|
1093
1094
|
"gui.menuBar.share": "Deel",
|
|
1094
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
1095
1095
|
"gui.modal.help": "Help",
|
|
1096
1096
|
"gui.modal.back": "Terug",
|
|
1097
1097
|
"gui.monitor.listMonitor.empty": "(leeg)",
|
|
@@ -1495,6 +1495,8 @@ export default {
|
|
|
1495
1495
|
"gui.theme.default": "Original",
|
|
1496
1496
|
"gui.theme.dark": "Dark",
|
|
1497
1497
|
"gui.theme.highContrast": "High Contrast",
|
|
1498
|
+
"gui.blockTheme.default": "Default",
|
|
1499
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
1498
1500
|
"gui.gui.defaultProjectTitle": "Scratch Projek",
|
|
1499
1501
|
"boost.color.any": "enige kleur",
|
|
1500
1502
|
"boost.color.black": "swart",
|
|
@@ -1976,7 +1978,6 @@ export default {
|
|
|
1976
1978
|
"gui.menuBar.settings": "إعدادات",
|
|
1977
1979
|
"gui.menuBar.isShared": "مشارَك",
|
|
1978
1980
|
"gui.menuBar.share": "مشاركة",
|
|
1979
|
-
"gui.menuBar.colorMode": "نمط الألوان",
|
|
1980
1981
|
"gui.modal.help": "مساعدة",
|
|
1981
1982
|
"gui.modal.back": "عودة إلى السابق",
|
|
1982
1983
|
"gui.monitor.listMonitor.empty": "(فارغة)",
|
|
@@ -2380,6 +2381,8 @@ export default {
|
|
|
2380
2381
|
"gui.theme.default": "الأصلي",
|
|
2381
2382
|
"gui.theme.dark": "Dark",
|
|
2382
2383
|
"gui.theme.highContrast": "عالي التباين",
|
|
2384
|
+
"gui.blockTheme.default": "Default",
|
|
2385
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
2383
2386
|
"gui.gui.defaultProjectTitle": "مشروع سكراتش",
|
|
2384
2387
|
"boost.color.any": "أي لون",
|
|
2385
2388
|
"boost.color.black": "الأسود",
|
|
@@ -2861,7 +2864,6 @@ export default {
|
|
|
2861
2864
|
"gui.menuBar.settings": "Settings",
|
|
2862
2865
|
"gui.menuBar.isShared": "Shared",
|
|
2863
2866
|
"gui.menuBar.share": "አጋራ",
|
|
2864
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
2865
2867
|
"gui.modal.help": "እርዳታ",
|
|
2866
2868
|
"gui.modal.back": "ኋላ",
|
|
2867
2869
|
"gui.monitor.listMonitor.empty": "(empty)",
|
|
@@ -3265,6 +3267,8 @@ export default {
|
|
|
3265
3267
|
"gui.theme.default": "Original",
|
|
3266
3268
|
"gui.theme.dark": "Dark",
|
|
3267
3269
|
"gui.theme.highContrast": "High Contrast",
|
|
3270
|
+
"gui.blockTheme.default": "Default",
|
|
3271
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
3268
3272
|
"gui.gui.defaultProjectTitle": "Scratch Project",
|
|
3269
3273
|
"boost.color.any": "any color",
|
|
3270
3274
|
"boost.color.black": "black",
|
|
@@ -3746,7 +3750,6 @@ export default {
|
|
|
3746
3750
|
"gui.menuBar.settings": "Configuracions",
|
|
3747
3751
|
"gui.menuBar.isShared": "Compartius",
|
|
3748
3752
|
"gui.menuBar.share": "Compartir",
|
|
3749
|
-
"gui.menuBar.colorMode": "Modo de color",
|
|
3750
3753
|
"gui.modal.help": "Aduya",
|
|
3751
3754
|
"gui.modal.back": "Dezaga",
|
|
3752
3755
|
"gui.monitor.listMonitor.empty": "(vueda)",
|
|
@@ -4150,6 +4153,8 @@ export default {
|
|
|
4150
4153
|
"gui.theme.default": "Orichinal",
|
|
4151
4154
|
"gui.theme.dark": "Fosco",
|
|
4152
4155
|
"gui.theme.highContrast": "Alto contraste",
|
|
4156
|
+
"gui.blockTheme.default": "Default",
|
|
4157
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
4153
4158
|
"gui.gui.defaultProjectTitle": "Prochecto de Scratch",
|
|
4154
4159
|
"boost.color.any": "de qualsiquier color",
|
|
4155
4160
|
"boost.color.black": "negro",
|
|
@@ -4631,7 +4636,6 @@ export default {
|
|
|
4631
4636
|
"gui.menuBar.settings": "Settings",
|
|
4632
4637
|
"gui.menuBar.isShared": "Compartíu",
|
|
4633
4638
|
"gui.menuBar.share": "Compartir",
|
|
4634
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
4635
4639
|
"gui.modal.help": "Ayuda",
|
|
4636
4640
|
"gui.modal.back": "Atrás",
|
|
4637
4641
|
"gui.monitor.listMonitor.empty": "(ermu)",
|
|
@@ -5035,6 +5039,8 @@ export default {
|
|
|
5035
5039
|
"gui.theme.default": "Original",
|
|
5036
5040
|
"gui.theme.dark": "Dark",
|
|
5037
5041
|
"gui.theme.highContrast": "High Contrast",
|
|
5042
|
+
"gui.blockTheme.default": "Default",
|
|
5043
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
5038
5044
|
"gui.gui.defaultProjectTitle": "Proyeutu Scratch",
|
|
5039
5045
|
"boost.color.any": "cualquier color",
|
|
5040
5046
|
"boost.color.black": "negru",
|
|
@@ -5516,7 +5522,6 @@ export default {
|
|
|
5516
5522
|
"gui.menuBar.settings": "Settings",
|
|
5517
5523
|
"gui.menuBar.isShared": "Shared",
|
|
5518
5524
|
"gui.menuBar.share": "Paylaş",
|
|
5519
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
5520
5525
|
"gui.modal.help": "Yardım",
|
|
5521
5526
|
"gui.modal.back": "Geri",
|
|
5522
5527
|
"gui.monitor.listMonitor.empty": "(empty)",
|
|
@@ -5920,6 +5925,8 @@ export default {
|
|
|
5920
5925
|
"gui.theme.default": "Original",
|
|
5921
5926
|
"gui.theme.dark": "Dark",
|
|
5922
5927
|
"gui.theme.highContrast": "High Contrast",
|
|
5928
|
+
"gui.blockTheme.default": "Default",
|
|
5929
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
5923
5930
|
"gui.gui.defaultProjectTitle": "Scratch Project",
|
|
5924
5931
|
"boost.color.any": "any color",
|
|
5925
5932
|
"boost.color.black": "black",
|
|
@@ -6401,7 +6408,6 @@ export default {
|
|
|
6401
6408
|
"gui.menuBar.settings": "Settings",
|
|
6402
6409
|
"gui.menuBar.isShared": "Terbagikan",
|
|
6403
6410
|
"gui.menuBar.share": "Bagikan",
|
|
6404
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
6405
6411
|
"gui.modal.help": "Bantuan",
|
|
6406
6412
|
"gui.modal.back": "Kembali",
|
|
6407
6413
|
"gui.monitor.listMonitor.empty": "(kosong)",
|
|
@@ -6805,6 +6811,8 @@ export default {
|
|
|
6805
6811
|
"gui.theme.default": "Original",
|
|
6806
6812
|
"gui.theme.dark": "Dark",
|
|
6807
6813
|
"gui.theme.highContrast": "High Contrast",
|
|
6814
|
+
"gui.blockTheme.default": "Default",
|
|
6815
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
6808
6816
|
"gui.gui.defaultProjectTitle": "Karya Scratch",
|
|
6809
6817
|
"boost.color.any": "warna apapun",
|
|
6810
6818
|
"boost.color.black": "hitam",
|
|
@@ -7286,7 +7294,6 @@ export default {
|
|
|
7286
7294
|
"gui.menuBar.settings": "সেটিংস",
|
|
7287
7295
|
"gui.menuBar.isShared": "শেয়ার করেছিল",
|
|
7288
7296
|
"gui.menuBar.share": "শেয়ার",
|
|
7289
|
-
"gui.menuBar.colorMode": "রঙ মোড",
|
|
7290
7297
|
"gui.modal.help": "সাহায্য",
|
|
7291
7298
|
"gui.modal.back": "পিছনে",
|
|
7292
7299
|
"gui.monitor.listMonitor.empty": "(empty)",
|
|
@@ -7690,6 +7697,8 @@ export default {
|
|
|
7690
7697
|
"gui.theme.default": "প্রাথমিক",
|
|
7691
7698
|
"gui.theme.dark": "Dark",
|
|
7692
7699
|
"gui.theme.highContrast": "উচ্চ কনট্রাস্ট",
|
|
7700
|
+
"gui.blockTheme.default": "Default",
|
|
7701
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
7693
7702
|
"gui.gui.defaultProjectTitle": "Scratch প্রকল্প",
|
|
7694
7703
|
"boost.color.any": "যেকোন রঙে",
|
|
7695
7704
|
"boost.color.black": "কালো",
|
|
@@ -8171,7 +8180,6 @@ export default {
|
|
|
8171
8180
|
"gui.menuBar.settings": "Settings",
|
|
8172
8181
|
"gui.menuBar.isShared": "Апублікаваны",
|
|
8173
8182
|
"gui.menuBar.share": "Апублікаваць",
|
|
8174
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
8175
8183
|
"gui.modal.help": "Даведка",
|
|
8176
8184
|
"gui.modal.back": "Назад",
|
|
8177
8185
|
"gui.monitor.listMonitor.empty": "(пусты)",
|
|
@@ -8575,6 +8583,8 @@ export default {
|
|
|
8575
8583
|
"gui.theme.default": "Original",
|
|
8576
8584
|
"gui.theme.dark": "Dark",
|
|
8577
8585
|
"gui.theme.highContrast": "High Contrast",
|
|
8586
|
+
"gui.blockTheme.default": "Default",
|
|
8587
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
8578
8588
|
"gui.gui.defaultProjectTitle": "Праект Scratch",
|
|
8579
8589
|
"boost.color.any": "любы колер",
|
|
8580
8590
|
"boost.color.black": "чорны",
|
|
@@ -9056,7 +9066,6 @@ export default {
|
|
|
9056
9066
|
"gui.menuBar.settings": "Настройки",
|
|
9057
9067
|
"gui.menuBar.isShared": "Споделен",
|
|
9058
9068
|
"gui.menuBar.share": "Споделяне",
|
|
9059
|
-
"gui.menuBar.colorMode": "Режим на цветовете",
|
|
9060
9069
|
"gui.modal.help": "Помощ",
|
|
9061
9070
|
"gui.modal.back": "Назад",
|
|
9062
9071
|
"gui.monitor.listMonitor.empty": "(празно)",
|
|
@@ -9460,6 +9469,8 @@ export default {
|
|
|
9460
9469
|
"gui.theme.default": "Оригинален",
|
|
9461
9470
|
"gui.theme.dark": "Тъмен",
|
|
9462
9471
|
"gui.theme.highContrast": "Висок контраст",
|
|
9472
|
+
"gui.blockTheme.default": "Default",
|
|
9473
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
9463
9474
|
"gui.gui.defaultProjectTitle": "Проект в Scratch",
|
|
9464
9475
|
"boost.color.any": "който и да е цвят",
|
|
9465
9476
|
"boost.color.black": "черно",
|
|
@@ -9941,7 +9952,6 @@ export default {
|
|
|
9941
9952
|
"gui.menuBar.settings": "Configuració",
|
|
9942
9953
|
"gui.menuBar.isShared": "Compartit",
|
|
9943
9954
|
"gui.menuBar.share": "Comparteix",
|
|
9944
|
-
"gui.menuBar.colorMode": "Mode de color",
|
|
9945
9955
|
"gui.modal.help": "Ajuda",
|
|
9946
9956
|
"gui.modal.back": "Enrere",
|
|
9947
9957
|
"gui.monitor.listMonitor.empty": "(buida)",
|
|
@@ -10345,6 +10355,8 @@ export default {
|
|
|
10345
10355
|
"gui.theme.default": "Original",
|
|
10346
10356
|
"gui.theme.dark": "Fosc",
|
|
10347
10357
|
"gui.theme.highContrast": "Alt contrast",
|
|
10358
|
+
"gui.blockTheme.default": "Default",
|
|
10359
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
10348
10360
|
"gui.gui.defaultProjectTitle": "Projecte de Scratch",
|
|
10349
10361
|
"boost.color.any": "qualsevol color",
|
|
10350
10362
|
"boost.color.black": "negre",
|
|
@@ -10826,7 +10838,6 @@ export default {
|
|
|
10826
10838
|
"gui.menuBar.settings": "Nastavení",
|
|
10827
10839
|
"gui.menuBar.isShared": "Sdílené",
|
|
10828
10840
|
"gui.menuBar.share": "Sdílet",
|
|
10829
|
-
"gui.menuBar.colorMode": "Barevný režim",
|
|
10830
10841
|
"gui.modal.help": "Pomoc",
|
|
10831
10842
|
"gui.modal.back": "Zpět",
|
|
10832
10843
|
"gui.monitor.listMonitor.empty": "(prázdný)",
|
|
@@ -11230,6 +11241,8 @@ export default {
|
|
|
11230
11241
|
"gui.theme.default": "Originál",
|
|
11231
11242
|
"gui.theme.dark": "Tmavý",
|
|
11232
11243
|
"gui.theme.highContrast": "Vysoký kontrast",
|
|
11244
|
+
"gui.blockTheme.default": "Default",
|
|
11245
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
11233
11246
|
"gui.gui.defaultProjectTitle": "Můj projekt",
|
|
11234
11247
|
"boost.color.any": "libovolná barva",
|
|
11235
11248
|
"boost.color.black": "černá",
|
|
@@ -11711,7 +11724,6 @@ export default {
|
|
|
11711
11724
|
"gui.menuBar.settings": "Settings",
|
|
11712
11725
|
"gui.menuBar.isShared": "Wedi eu Rhannu",
|
|
11713
11726
|
"gui.menuBar.share": "Rhannu",
|
|
11714
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
11715
11727
|
"gui.modal.help": "Cymorth",
|
|
11716
11728
|
"gui.modal.back": "Nôl",
|
|
11717
11729
|
"gui.monitor.listMonitor.empty": "(gwag)",
|
|
@@ -12115,6 +12127,8 @@ export default {
|
|
|
12115
12127
|
"gui.theme.default": "Original",
|
|
12116
12128
|
"gui.theme.dark": "Dark",
|
|
12117
12129
|
"gui.theme.highContrast": "High Contrast",
|
|
12130
|
+
"gui.blockTheme.default": "Default",
|
|
12131
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
12118
12132
|
"gui.gui.defaultProjectTitle": "Project Scratch",
|
|
12119
12133
|
"boost.color.any": "unrhyw liw",
|
|
12120
12134
|
"boost.color.black": "du",
|
|
@@ -12596,7 +12610,6 @@ export default {
|
|
|
12596
12610
|
"gui.menuBar.settings": "Indstillinger",
|
|
12597
12611
|
"gui.menuBar.isShared": "Delte",
|
|
12598
12612
|
"gui.menuBar.share": "Del",
|
|
12599
|
-
"gui.menuBar.colorMode": "Farvevalg",
|
|
12600
12613
|
"gui.modal.help": "Hjælp",
|
|
12601
12614
|
"gui.modal.back": "Tilbage",
|
|
12602
12615
|
"gui.monitor.listMonitor.empty": "(tom)",
|
|
@@ -13000,6 +13013,8 @@ export default {
|
|
|
13000
13013
|
"gui.theme.default": "Original",
|
|
13001
13014
|
"gui.theme.dark": "Mørk",
|
|
13002
13015
|
"gui.theme.highContrast": "Høj kontrast",
|
|
13016
|
+
"gui.blockTheme.default": "Default",
|
|
13017
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
13003
13018
|
"gui.gui.defaultProjectTitle": "Scratch Projekt",
|
|
13004
13019
|
"boost.color.any": "alle farver",
|
|
13005
13020
|
"boost.color.black": "sort",
|
|
@@ -13481,7 +13496,6 @@ export default {
|
|
|
13481
13496
|
"gui.menuBar.settings": "Einstellungen",
|
|
13482
13497
|
"gui.menuBar.isShared": "Veröffentlicht",
|
|
13483
13498
|
"gui.menuBar.share": "Veröffentlichen",
|
|
13484
|
-
"gui.menuBar.colorMode": "Farbmodus",
|
|
13485
13499
|
"gui.modal.help": "Hilfe",
|
|
13486
13500
|
"gui.modal.back": "Zurück",
|
|
13487
13501
|
"gui.monitor.listMonitor.empty": "(leer)",
|
|
@@ -13885,6 +13899,8 @@ export default {
|
|
|
13885
13899
|
"gui.theme.default": "Original",
|
|
13886
13900
|
"gui.theme.dark": "Dunkel",
|
|
13887
13901
|
"gui.theme.highContrast": "Hoher Kontrast",
|
|
13902
|
+
"gui.blockTheme.default": "Default",
|
|
13903
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
13888
13904
|
"gui.gui.defaultProjectTitle": "Scratch-Projekt",
|
|
13889
13905
|
"boost.color.any": "Irgendeine Farbe",
|
|
13890
13906
|
"boost.color.black": "Schwarz",
|
|
@@ -14366,7 +14382,6 @@ export default {
|
|
|
14366
14382
|
"gui.menuBar.settings": "Settings",
|
|
14367
14383
|
"gui.menuBar.isShared": "Jagatud",
|
|
14368
14384
|
"gui.menuBar.share": "Jaga",
|
|
14369
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
14370
14385
|
"gui.modal.help": "Abi",
|
|
14371
14386
|
"gui.modal.back": "Tagasi",
|
|
14372
14387
|
"gui.monitor.listMonitor.empty": "(tühi)",
|
|
@@ -14770,6 +14785,8 @@ export default {
|
|
|
14770
14785
|
"gui.theme.default": "Original",
|
|
14771
14786
|
"gui.theme.dark": "Dark",
|
|
14772
14787
|
"gui.theme.highContrast": "High Contrast",
|
|
14788
|
+
"gui.blockTheme.default": "Default",
|
|
14789
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
14773
14790
|
"gui.gui.defaultProjectTitle": "Scratchi projekt",
|
|
14774
14791
|
"boost.color.any": "any color",
|
|
14775
14792
|
"boost.color.black": "black",
|
|
@@ -15251,7 +15268,6 @@ export default {
|
|
|
15251
15268
|
"gui.menuBar.settings": "Settings",
|
|
15252
15269
|
"gui.menuBar.isShared": "Σε κοινή χρήση",
|
|
15253
15270
|
"gui.menuBar.share": "Μοιραστείτε",
|
|
15254
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
15255
15271
|
"gui.modal.help": "Βοήθεια",
|
|
15256
15272
|
"gui.modal.back": "Πίσω",
|
|
15257
15273
|
"gui.monitor.listMonitor.empty": "(άδεια)",
|
|
@@ -15655,6 +15671,8 @@ export default {
|
|
|
15655
15671
|
"gui.theme.default": "Original",
|
|
15656
15672
|
"gui.theme.dark": "Dark",
|
|
15657
15673
|
"gui.theme.highContrast": "High Contrast",
|
|
15674
|
+
"gui.blockTheme.default": "Default",
|
|
15675
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
15658
15676
|
"gui.gui.defaultProjectTitle": "Έργο Scratch",
|
|
15659
15677
|
"boost.color.any": "όποιο χρώμα",
|
|
15660
15678
|
"boost.color.black": "μαύρο",
|
|
@@ -16136,7 +16154,6 @@ export default {
|
|
|
16136
16154
|
"gui.menuBar.settings": "Settings",
|
|
16137
16155
|
"gui.menuBar.isShared": "Shared",
|
|
16138
16156
|
"gui.menuBar.share": "Share",
|
|
16139
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
16140
16157
|
"gui.modal.help": "Help",
|
|
16141
16158
|
"gui.modal.back": "Back",
|
|
16142
16159
|
"gui.monitor.listMonitor.empty": "(empty)",
|
|
@@ -16540,6 +16557,8 @@ export default {
|
|
|
16540
16557
|
"gui.theme.default": "Original",
|
|
16541
16558
|
"gui.theme.dark": "Dark",
|
|
16542
16559
|
"gui.theme.highContrast": "High Contrast",
|
|
16560
|
+
"gui.blockTheme.default": "Default",
|
|
16561
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
16543
16562
|
"gui.gui.defaultProjectTitle": "Scratch Project",
|
|
16544
16563
|
"boost.color.any": "any color",
|
|
16545
16564
|
"boost.color.black": "black",
|
|
@@ -17021,7 +17040,6 @@ export default {
|
|
|
17021
17040
|
"gui.menuBar.settings": "Ajustes",
|
|
17022
17041
|
"gui.menuBar.isShared": "Compartidos",
|
|
17023
17042
|
"gui.menuBar.share": "Compartir",
|
|
17024
|
-
"gui.menuBar.colorMode": "Modo de color",
|
|
17025
17043
|
"gui.modal.help": "Ayuda",
|
|
17026
17044
|
"gui.modal.back": "Atrás",
|
|
17027
17045
|
"gui.monitor.listMonitor.empty": "(vacía)",
|
|
@@ -17425,6 +17443,8 @@ export default {
|
|
|
17425
17443
|
"gui.theme.default": "Original",
|
|
17426
17444
|
"gui.theme.dark": "Modo oscuro",
|
|
17427
17445
|
"gui.theme.highContrast": "Constraste alto",
|
|
17446
|
+
"gui.blockTheme.default": "Default",
|
|
17447
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
17428
17448
|
"gui.gui.defaultProjectTitle": "Proyecto de Scratch",
|
|
17429
17449
|
"boost.color.any": "de cualquier color",
|
|
17430
17450
|
"boost.color.black": "negra",
|
|
@@ -17906,7 +17926,6 @@ export default {
|
|
|
17906
17926
|
"gui.menuBar.settings": "Settings",
|
|
17907
17927
|
"gui.menuBar.isShared": "Compartidos",
|
|
17908
17928
|
"gui.menuBar.share": "Compartir",
|
|
17909
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
17910
17929
|
"gui.modal.help": "Ayuda",
|
|
17911
17930
|
"gui.modal.back": "Regresar",
|
|
17912
17931
|
"gui.monitor.listMonitor.empty": "(vacío)",
|
|
@@ -18310,6 +18329,8 @@ export default {
|
|
|
18310
18329
|
"gui.theme.default": "Original",
|
|
18311
18330
|
"gui.theme.dark": "Dark",
|
|
18312
18331
|
"gui.theme.highContrast": "High Contrast",
|
|
18332
|
+
"gui.blockTheme.default": "Default",
|
|
18333
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
18313
18334
|
"gui.gui.defaultProjectTitle": "Proyecto Scratch",
|
|
18314
18335
|
"boost.color.any": "de cualquier color",
|
|
18315
18336
|
"boost.color.black": "negra",
|
|
@@ -18791,7 +18812,6 @@ export default {
|
|
|
18791
18812
|
"gui.menuBar.settings": "Settings",
|
|
18792
18813
|
"gui.menuBar.isShared": "Kunhavigita",
|
|
18793
18814
|
"gui.menuBar.share": "Kunhavigi",
|
|
18794
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
18795
18815
|
"gui.modal.help": "Helpo",
|
|
18796
18816
|
"gui.modal.back": "Reen",
|
|
18797
18817
|
"gui.monitor.listMonitor.empty": "(malplena)",
|
|
@@ -19195,6 +19215,8 @@ export default {
|
|
|
19195
19215
|
"gui.theme.default": "Original",
|
|
19196
19216
|
"gui.theme.dark": "Dark",
|
|
19197
19217
|
"gui.theme.highContrast": "High Contrast",
|
|
19218
|
+
"gui.blockTheme.default": "Default",
|
|
19219
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
19198
19220
|
"gui.gui.defaultProjectTitle": "Scratch-projekto",
|
|
19199
19221
|
"boost.color.any": "iu ajn koloro",
|
|
19200
19222
|
"boost.color.black": "nigra",
|
|
@@ -19676,7 +19698,6 @@ export default {
|
|
|
19676
19698
|
"gui.menuBar.settings": "Settings",
|
|
19677
19699
|
"gui.menuBar.isShared": "Partekatuak",
|
|
19678
19700
|
"gui.menuBar.share": "Partekatu",
|
|
19679
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
19680
19701
|
"gui.modal.help": "Laguntza",
|
|
19681
19702
|
"gui.modal.back": "Atzera",
|
|
19682
19703
|
"gui.monitor.listMonitor.empty": "(hutsik)",
|
|
@@ -20080,6 +20101,8 @@ export default {
|
|
|
20080
20101
|
"gui.theme.default": "Original",
|
|
20081
20102
|
"gui.theme.dark": "Dark",
|
|
20082
20103
|
"gui.theme.highContrast": "High Contrast",
|
|
20104
|
+
"gui.blockTheme.default": "Default",
|
|
20105
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
20083
20106
|
"gui.gui.defaultProjectTitle": "Scratch proiektua",
|
|
20084
20107
|
"boost.color.any": "any color",
|
|
20085
20108
|
"boost.color.black": "black",
|
|
@@ -20561,7 +20584,6 @@ export default {
|
|
|
20561
20584
|
"gui.menuBar.settings": "تنظیمات",
|
|
20562
20585
|
"gui.menuBar.isShared": "به اشتراک گذاشته شده",
|
|
20563
20586
|
"gui.menuBar.share": "به اشتراک گذاشتن",
|
|
20564
|
-
"gui.menuBar.colorMode": "حالت رنگ",
|
|
20565
20587
|
"gui.modal.help": "راهنما",
|
|
20566
20588
|
"gui.modal.back": "بازگشت",
|
|
20567
20589
|
"gui.monitor.listMonitor.empty": "(خالی)",
|
|
@@ -20965,6 +20987,8 @@ export default {
|
|
|
20965
20987
|
"gui.theme.default": "اصلی",
|
|
20966
20988
|
"gui.theme.dark": "تیره",
|
|
20967
20989
|
"gui.theme.highContrast": "تضاد شدید",
|
|
20990
|
+
"gui.blockTheme.default": "Default",
|
|
20991
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
20968
20992
|
"gui.gui.defaultProjectTitle": "پروژهی اسکرچ",
|
|
20969
20993
|
"boost.color.any": "هر رنگی",
|
|
20970
20994
|
"boost.color.black": "سیاه",
|
|
@@ -21446,7 +21470,6 @@ export default {
|
|
|
21446
21470
|
"gui.menuBar.settings": "Settings",
|
|
21447
21471
|
"gui.menuBar.isShared": "Ibinahagi",
|
|
21448
21472
|
"gui.menuBar.share": "Ibahagi",
|
|
21449
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
21450
21473
|
"gui.modal.help": "Tulong",
|
|
21451
21474
|
"gui.modal.back": "Balik",
|
|
21452
21475
|
"gui.monitor.listMonitor.empty": "(walang laman)",
|
|
@@ -21850,6 +21873,8 @@ export default {
|
|
|
21850
21873
|
"gui.theme.default": "Original",
|
|
21851
21874
|
"gui.theme.dark": "Dark",
|
|
21852
21875
|
"gui.theme.highContrast": "High Contrast",
|
|
21876
|
+
"gui.blockTheme.default": "Default",
|
|
21877
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
21853
21878
|
"gui.gui.defaultProjectTitle": "Proyekto sa Scratch",
|
|
21854
21879
|
"boost.color.any": "kahit anong kulay",
|
|
21855
21880
|
"boost.color.black": "itim",
|
|
@@ -22331,7 +22356,6 @@ export default {
|
|
|
22331
22356
|
"gui.menuBar.settings": "Paramètres",
|
|
22332
22357
|
"gui.menuBar.isShared": "Partagé",
|
|
22333
22358
|
"gui.menuBar.share": "Partager",
|
|
22334
|
-
"gui.menuBar.colorMode": "Mode de couleur",
|
|
22335
22359
|
"gui.modal.help": "Aide",
|
|
22336
22360
|
"gui.modal.back": "Retour",
|
|
22337
22361
|
"gui.monitor.listMonitor.empty": "(vide)",
|
|
@@ -22735,6 +22759,8 @@ export default {
|
|
|
22735
22759
|
"gui.theme.default": "Original",
|
|
22736
22760
|
"gui.theme.dark": "Sombre",
|
|
22737
22761
|
"gui.theme.highContrast": "Contraste élevé",
|
|
22762
|
+
"gui.blockTheme.default": "Default",
|
|
22763
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
22738
22764
|
"gui.gui.defaultProjectTitle": "Projet Scratch",
|
|
22739
22765
|
"boost.color.any": "de n'importe quelle couleur",
|
|
22740
22766
|
"boost.color.black": "noire",
|
|
@@ -23216,7 +23242,6 @@ export default {
|
|
|
23216
23242
|
"gui.menuBar.settings": "Settings",
|
|
23217
23243
|
"gui.menuBar.isShared": "Dield",
|
|
23218
23244
|
"gui.menuBar.share": "Diele",
|
|
23219
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
23220
23245
|
"gui.modal.help": "Help",
|
|
23221
23246
|
"gui.modal.back": "Werom",
|
|
23222
23247
|
"gui.monitor.listMonitor.empty": "(leech)",
|
|
@@ -23620,6 +23645,8 @@ export default {
|
|
|
23620
23645
|
"gui.theme.default": "Original",
|
|
23621
23646
|
"gui.theme.dark": "Dark",
|
|
23622
23647
|
"gui.theme.highContrast": "High Contrast",
|
|
23648
|
+
"gui.blockTheme.default": "Default",
|
|
23649
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
23623
23650
|
"gui.gui.defaultProjectTitle": "Scratchprojekt",
|
|
23624
23651
|
"boost.color.any": "elke kleur",
|
|
23625
23652
|
"boost.color.black": "swart",
|
|
@@ -24101,7 +24128,6 @@ export default {
|
|
|
24101
24128
|
"gui.menuBar.settings": "Settings",
|
|
24102
24129
|
"gui.menuBar.isShared": "Comhroinnte",
|
|
24103
24130
|
"gui.menuBar.share": "Comhroinn",
|
|
24104
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
24105
24131
|
"gui.modal.help": "Cabhair",
|
|
24106
24132
|
"gui.modal.back": "Ar ais",
|
|
24107
24133
|
"gui.monitor.listMonitor.empty": "(folamh)",
|
|
@@ -24505,6 +24531,8 @@ export default {
|
|
|
24505
24531
|
"gui.theme.default": "Original",
|
|
24506
24532
|
"gui.theme.dark": "Dark",
|
|
24507
24533
|
"gui.theme.highContrast": "High Contrast",
|
|
24534
|
+
"gui.blockTheme.default": "Default",
|
|
24535
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
24508
24536
|
"gui.gui.defaultProjectTitle": "Tionscadal Scratch",
|
|
24509
24537
|
"boost.color.any": "dath ar bith",
|
|
24510
24538
|
"boost.color.black": "dubh",
|
|
@@ -24986,7 +25014,6 @@ export default {
|
|
|
24986
25014
|
"gui.menuBar.settings": "Roghainnean",
|
|
24987
25015
|
"gui.menuBar.isShared": "Air a cho-roinneadh",
|
|
24988
25016
|
"gui.menuBar.share": "Co-roinn",
|
|
24989
|
-
"gui.menuBar.colorMode": "Modh nan dath",
|
|
24990
25017
|
"gui.modal.help": "Cobhair",
|
|
24991
25018
|
"gui.modal.back": "Air ais",
|
|
24992
25019
|
"gui.monitor.listMonitor.empty": "(falamh)",
|
|
@@ -25390,6 +25417,8 @@ export default {
|
|
|
25390
25417
|
"gui.theme.default": "Tùsail",
|
|
25391
25418
|
"gui.theme.dark": "Dark",
|
|
25392
25419
|
"gui.theme.highContrast": "Iomsgaradh àrd",
|
|
25420
|
+
"gui.blockTheme.default": "Default",
|
|
25421
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
25393
25422
|
"gui.gui.defaultProjectTitle": "Pròiseact Scratch",
|
|
25394
25423
|
"boost.color.any": "sam bith",
|
|
25395
25424
|
"boost.color.black": "dhubh",
|
|
@@ -25871,7 +25900,6 @@ export default {
|
|
|
25871
25900
|
"gui.menuBar.settings": "Settings",
|
|
25872
25901
|
"gui.menuBar.isShared": "Compartidos",
|
|
25873
25902
|
"gui.menuBar.share": "Compartir",
|
|
25874
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
25875
25903
|
"gui.modal.help": "Axuda",
|
|
25876
25904
|
"gui.modal.back": "Atrás",
|
|
25877
25905
|
"gui.monitor.listMonitor.empty": "(baleiro)",
|
|
@@ -26275,6 +26303,8 @@ export default {
|
|
|
26275
26303
|
"gui.theme.default": "Original",
|
|
26276
26304
|
"gui.theme.dark": "Dark",
|
|
26277
26305
|
"gui.theme.highContrast": "High Contrast",
|
|
26306
|
+
"gui.blockTheme.default": "Default",
|
|
26307
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
26278
26308
|
"gui.gui.defaultProjectTitle": "Proxecto de Scratch",
|
|
26279
26309
|
"boost.color.any": "calquera cor",
|
|
26280
26310
|
"boost.color.black": "negro",
|
|
@@ -26756,7 +26786,6 @@ export default {
|
|
|
26756
26786
|
"gui.menuBar.settings": "설정",
|
|
26757
26787
|
"gui.menuBar.isShared": "공유됨",
|
|
26758
26788
|
"gui.menuBar.share": "공유",
|
|
26759
|
-
"gui.menuBar.colorMode": "색상 모드",
|
|
26760
26789
|
"gui.modal.help": "도움말",
|
|
26761
26790
|
"gui.modal.back": "뒤로",
|
|
26762
26791
|
"gui.monitor.listMonitor.empty": "(비어 있음)",
|
|
@@ -27160,6 +27189,8 @@ export default {
|
|
|
27160
27189
|
"gui.theme.default": "Original",
|
|
27161
27190
|
"gui.theme.dark": "Dark",
|
|
27162
27191
|
"gui.theme.highContrast": "고대비",
|
|
27192
|
+
"gui.blockTheme.default": "Default",
|
|
27193
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
27163
27194
|
"gui.gui.defaultProjectTitle": "스크래치 프로젝트",
|
|
27164
27195
|
"boost.color.any": "any color",
|
|
27165
27196
|
"boost.color.black": "black",
|
|
@@ -27641,7 +27672,6 @@ export default {
|
|
|
27641
27672
|
"gui.menuBar.settings": "Settings",
|
|
27642
27673
|
"gui.menuBar.isShared": "An yaɗa",
|
|
27643
27674
|
"gui.menuBar.share": "Yaɗa",
|
|
27644
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
27645
27675
|
"gui.modal.help": "taimako",
|
|
27646
27676
|
"gui.modal.back": "Baya",
|
|
27647
27677
|
"gui.monitor.listMonitor.empty": "(Ba komai)",
|
|
@@ -28045,6 +28075,8 @@ export default {
|
|
|
28045
28075
|
"gui.theme.default": "Original",
|
|
28046
28076
|
"gui.theme.dark": "Dark",
|
|
28047
28077
|
"gui.theme.highContrast": "High Contrast",
|
|
28078
|
+
"gui.blockTheme.default": "Default",
|
|
28079
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
28048
28080
|
"gui.gui.defaultProjectTitle": "Aikin scratch",
|
|
28049
28081
|
"boost.color.any": "kowane launi",
|
|
28050
28082
|
"boost.color.black": "baƙi",
|
|
@@ -28526,7 +28558,6 @@ export default {
|
|
|
28526
28558
|
"gui.menuBar.settings": "Settings",
|
|
28527
28559
|
"gui.menuBar.isShared": "Կիսված է",
|
|
28528
28560
|
"gui.menuBar.share": "Կիսվել",
|
|
28529
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
28530
28561
|
"gui.modal.help": "Օգնություն ",
|
|
28531
28562
|
"gui.modal.back": "Հետ գնալ",
|
|
28532
28563
|
"gui.monitor.listMonitor.empty": "(դատարկ)",
|
|
@@ -28930,6 +28961,8 @@ export default {
|
|
|
28930
28961
|
"gui.theme.default": "Original",
|
|
28931
28962
|
"gui.theme.dark": "Dark",
|
|
28932
28963
|
"gui.theme.highContrast": "High Contrast",
|
|
28964
|
+
"gui.blockTheme.default": "Default",
|
|
28965
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
28933
28966
|
"gui.gui.defaultProjectTitle": "Scratch նախագիծ",
|
|
28934
28967
|
"boost.color.any": "Ցանկացած գույն",
|
|
28935
28968
|
"boost.color.black": "Սև",
|
|
@@ -29411,7 +29444,6 @@ export default {
|
|
|
29411
29444
|
"gui.menuBar.settings": "Settings",
|
|
29412
29445
|
"gui.menuBar.isShared": "משותף",
|
|
29413
29446
|
"gui.menuBar.share": "שיתוף",
|
|
29414
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
29415
29447
|
"gui.modal.help": "עזרה",
|
|
29416
29448
|
"gui.modal.back": "אחורה",
|
|
29417
29449
|
"gui.monitor.listMonitor.empty": "(ריק)",
|
|
@@ -29815,6 +29847,8 @@ export default {
|
|
|
29815
29847
|
"gui.theme.default": "Original",
|
|
29816
29848
|
"gui.theme.dark": "Dark",
|
|
29817
29849
|
"gui.theme.highContrast": "High Contrast",
|
|
29850
|
+
"gui.blockTheme.default": "Default",
|
|
29851
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
29818
29852
|
"gui.gui.defaultProjectTitle": "פרויקט סקראץ'",
|
|
29819
29853
|
"boost.color.any": "צבע כלשהו",
|
|
29820
29854
|
"boost.color.black": "שחור",
|
|
@@ -30296,7 +30330,6 @@ export default {
|
|
|
30296
30330
|
"gui.menuBar.settings": "सेटिंग्स",
|
|
30297
30331
|
"gui.menuBar.isShared": "शेयर हो गया है",
|
|
30298
30332
|
"gui.menuBar.share": "शेयर",
|
|
30299
|
-
"gui.menuBar.colorMode": "रंग मोड",
|
|
30300
30333
|
"gui.modal.help": "सहायता",
|
|
30301
30334
|
"gui.modal.back": "वापस ",
|
|
30302
30335
|
"gui.monitor.listMonitor.empty": "(खाली)",
|
|
@@ -30700,6 +30733,8 @@ export default {
|
|
|
30700
30733
|
"gui.theme.default": "मूलरूप",
|
|
30701
30734
|
"gui.theme.dark": "डार्क",
|
|
30702
30735
|
"gui.theme.highContrast": "हाई कॉन्ट्रास्ट\n ",
|
|
30736
|
+
"gui.blockTheme.default": "Default",
|
|
30737
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
30703
30738
|
"gui.gui.defaultProjectTitle": "स्क्रैच परियोजना",
|
|
30704
30739
|
"boost.color.any": "कोइ भी रंग",
|
|
30705
30740
|
"boost.color.black": "काला",
|
|
@@ -31181,7 +31216,6 @@ export default {
|
|
|
31181
31216
|
"gui.menuBar.settings": "Settings",
|
|
31182
31217
|
"gui.menuBar.isShared": "Dijeljeno",
|
|
31183
31218
|
"gui.menuBar.share": "Dijeli",
|
|
31184
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
31185
31219
|
"gui.modal.help": "Pomoć",
|
|
31186
31220
|
"gui.modal.back": "Nazad",
|
|
31187
31221
|
"gui.monitor.listMonitor.empty": "(prazno)",
|
|
@@ -31585,6 +31619,8 @@ export default {
|
|
|
31585
31619
|
"gui.theme.default": "Original",
|
|
31586
31620
|
"gui.theme.dark": "Dark",
|
|
31587
31621
|
"gui.theme.highContrast": "High Contrast",
|
|
31622
|
+
"gui.blockTheme.default": "Default",
|
|
31623
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
31588
31624
|
"gui.gui.defaultProjectTitle": "Scratch projekt",
|
|
31589
31625
|
"boost.color.any": "bilo koja boja",
|
|
31590
31626
|
"boost.color.black": "crna",
|
|
@@ -32066,7 +32102,6 @@ export default {
|
|
|
32066
32102
|
"gui.menuBar.settings": "Settings",
|
|
32067
32103
|
"gui.menuBar.isShared": "Wabelene",
|
|
32068
32104
|
"gui.menuBar.share": "Yabelana",
|
|
32069
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
32070
32105
|
"gui.modal.help": "Nceda",
|
|
32071
32106
|
"gui.modal.back": "Emva",
|
|
32072
32107
|
"gui.monitor.listMonitor.empty": "(ayiqulathanga nto)",
|
|
@@ -32470,6 +32505,8 @@ export default {
|
|
|
32470
32505
|
"gui.theme.default": "Original",
|
|
32471
32506
|
"gui.theme.dark": "Dark",
|
|
32472
32507
|
"gui.theme.highContrast": "High Contrast",
|
|
32508
|
+
"gui.blockTheme.default": "Default",
|
|
32509
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
32473
32510
|
"gui.gui.defaultProjectTitle": "Iprojekhth ye - Scratch",
|
|
32474
32511
|
"boost.color.any": "Nawuphina umbala",
|
|
32475
32512
|
"boost.color.black": "mnyama",
|
|
@@ -32951,7 +32988,6 @@ export default {
|
|
|
32951
32988
|
"gui.menuBar.settings": "Settings",
|
|
32952
32989
|
"gui.menuBar.isShared": "uPhiwe",
|
|
32953
32990
|
"gui.menuBar.share": "Yipha",
|
|
32954
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
32955
32991
|
"gui.modal.help": "Usizo",
|
|
32956
32992
|
"gui.modal.back": "Emuva",
|
|
32957
32993
|
"gui.monitor.listMonitor.empty": "(akukho)",
|
|
@@ -33355,6 +33391,8 @@ export default {
|
|
|
33355
33391
|
"gui.theme.default": "Original",
|
|
33356
33392
|
"gui.theme.dark": "Dark",
|
|
33357
33393
|
"gui.theme.highContrast": "High Contrast",
|
|
33394
|
+
"gui.blockTheme.default": "Default",
|
|
33395
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
33358
33396
|
"gui.gui.defaultProjectTitle": "iProject ka Scratch",
|
|
33359
33397
|
"boost.color.any": "Noma imuphi umbala",
|
|
33360
33398
|
"boost.color.black": "okumnyama",
|
|
@@ -33836,7 +33874,6 @@ export default {
|
|
|
33836
33874
|
"gui.menuBar.settings": "Settings",
|
|
33837
33875
|
"gui.menuBar.isShared": "Shared",
|
|
33838
33876
|
"gui.menuBar.share": "Deila",
|
|
33839
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
33840
33877
|
"gui.modal.help": "Hjálp",
|
|
33841
33878
|
"gui.modal.back": "Til baka",
|
|
33842
33879
|
"gui.monitor.listMonitor.empty": "(empty)",
|
|
@@ -34240,6 +34277,8 @@ export default {
|
|
|
34240
34277
|
"gui.theme.default": "Original",
|
|
34241
34278
|
"gui.theme.dark": "Dark",
|
|
34242
34279
|
"gui.theme.highContrast": "High Contrast",
|
|
34280
|
+
"gui.blockTheme.default": "Default",
|
|
34281
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
34243
34282
|
"gui.gui.defaultProjectTitle": "Scratch Project",
|
|
34244
34283
|
"boost.color.any": "any color",
|
|
34245
34284
|
"boost.color.black": "black",
|
|
@@ -34721,7 +34760,6 @@ export default {
|
|
|
34721
34760
|
"gui.menuBar.settings": "Impostazioni",
|
|
34722
34761
|
"gui.menuBar.isShared": "Condiviso",
|
|
34723
34762
|
"gui.menuBar.share": "Condividi",
|
|
34724
|
-
"gui.menuBar.colorMode": "Colori",
|
|
34725
34763
|
"gui.modal.help": "Aiuto",
|
|
34726
34764
|
"gui.modal.back": "Indietro",
|
|
34727
34765
|
"gui.monitor.listMonitor.empty": "(vuota)",
|
|
@@ -35125,6 +35163,8 @@ export default {
|
|
|
35125
35163
|
"gui.theme.default": "Originali",
|
|
35126
35164
|
"gui.theme.dark": "Scura",
|
|
35127
35165
|
"gui.theme.highContrast": "Elevato Contrasto",
|
|
35166
|
+
"gui.blockTheme.default": "Default",
|
|
35167
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
35128
35168
|
"gui.gui.defaultProjectTitle": "Progetto Scratch",
|
|
35129
35169
|
"boost.color.any": "colore qualunque",
|
|
35130
35170
|
"boost.color.black": "nero",
|
|
@@ -35606,7 +35646,6 @@ export default {
|
|
|
35606
35646
|
"gui.menuBar.settings": "Settings",
|
|
35607
35647
|
"gui.menuBar.isShared": "ზიარი",
|
|
35608
35648
|
"gui.menuBar.share": "გააზიარე",
|
|
35609
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
35610
35649
|
"gui.modal.help": "დახმარება",
|
|
35611
35650
|
"gui.modal.back": "უკან",
|
|
35612
35651
|
"gui.monitor.listMonitor.empty": "(ცარიელი)",
|
|
@@ -36010,6 +36049,8 @@ export default {
|
|
|
36010
36049
|
"gui.theme.default": "Original",
|
|
36011
36050
|
"gui.theme.dark": "Dark",
|
|
36012
36051
|
"gui.theme.highContrast": "High Contrast",
|
|
36052
|
+
"gui.blockTheme.default": "Default",
|
|
36053
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
36013
36054
|
"gui.gui.defaultProjectTitle": "Scratch პროექტი",
|
|
36014
36055
|
"boost.color.any": "ნებისმიერი ფერი",
|
|
36015
36056
|
"boost.color.black": "შავი",
|
|
@@ -36491,7 +36532,6 @@ export default {
|
|
|
36491
36532
|
"gui.menuBar.settings": "Settings",
|
|
36492
36533
|
"gui.menuBar.isShared": "Бөлісті",
|
|
36493
36534
|
"gui.menuBar.share": "Бөлісу",
|
|
36494
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
36495
36535
|
"gui.modal.help": "Көмек",
|
|
36496
36536
|
"gui.modal.back": "Артқа",
|
|
36497
36537
|
"gui.monitor.listMonitor.empty": "(бос)",
|
|
@@ -36895,6 +36935,8 @@ export default {
|
|
|
36895
36935
|
"gui.theme.default": "Original",
|
|
36896
36936
|
"gui.theme.dark": "Dark",
|
|
36897
36937
|
"gui.theme.highContrast": "High Contrast",
|
|
36938
|
+
"gui.blockTheme.default": "Default",
|
|
36939
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
36898
36940
|
"gui.gui.defaultProjectTitle": "Scratch проекті",
|
|
36899
36941
|
"boost.color.any": "кез келген түс",
|
|
36900
36942
|
"boost.color.black": "қара",
|
|
@@ -37376,7 +37418,6 @@ export default {
|
|
|
37376
37418
|
"gui.menuBar.settings": "Settings",
|
|
37377
37419
|
"gui.menuBar.isShared": "Rakisqa",
|
|
37378
37420
|
"gui.menuBar.share": "Rakiy",
|
|
37379
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
37380
37421
|
"gui.modal.help": "yanapay",
|
|
37381
37422
|
"gui.modal.back": "hipaman",
|
|
37382
37423
|
"gui.monitor.listMonitor.empty": "(Mana imayuq)",
|
|
@@ -37780,6 +37821,8 @@ export default {
|
|
|
37780
37821
|
"gui.theme.default": "Original",
|
|
37781
37822
|
"gui.theme.dark": "Dark",
|
|
37782
37823
|
"gui.theme.highContrast": "High Contrast",
|
|
37824
|
+
"gui.blockTheme.default": "Default",
|
|
37825
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
37783
37826
|
"gui.gui.defaultProjectTitle": "Scratch llamkay",
|
|
37784
37827
|
"boost.color.any": "mayqin kulurpas",
|
|
37785
37828
|
"boost.color.black": "yana",
|
|
@@ -38261,7 +38304,6 @@ export default {
|
|
|
38261
38304
|
"gui.menuBar.settings": "Settings",
|
|
38262
38305
|
"gui.menuBar.isShared": "Imesambazwa",
|
|
38263
38306
|
"gui.menuBar.share": "Sambaza",
|
|
38264
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
38265
38307
|
"gui.modal.help": "Usaidizi",
|
|
38266
38308
|
"gui.modal.back": "Rudi",
|
|
38267
38309
|
"gui.monitor.listMonitor.empty": "(tupu)",
|
|
@@ -38665,6 +38707,8 @@ export default {
|
|
|
38665
38707
|
"gui.theme.default": "Original",
|
|
38666
38708
|
"gui.theme.dark": "Dark",
|
|
38667
38709
|
"gui.theme.highContrast": "High Contrast",
|
|
38710
|
+
"gui.blockTheme.default": "Default",
|
|
38711
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
38668
38712
|
"gui.gui.defaultProjectTitle": "Mradi Wa Scratch",
|
|
38669
38713
|
"boost.color.any": "rangi yoyote",
|
|
38670
38714
|
"boost.color.black": "nyeusi",
|
|
@@ -39146,7 +39190,6 @@ export default {
|
|
|
39146
39190
|
"gui.menuBar.settings": "Settings",
|
|
39147
39191
|
"gui.menuBar.isShared": "Pataje",
|
|
39148
39192
|
"gui.menuBar.share": "Pataje",
|
|
39149
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
39150
39193
|
"gui.modal.help": "Èd",
|
|
39151
39194
|
"gui.modal.back": "Retounen",
|
|
39152
39195
|
"gui.monitor.listMonitor.empty": "(vid)",
|
|
@@ -39550,6 +39593,8 @@ export default {
|
|
|
39550
39593
|
"gui.theme.default": "Original",
|
|
39551
39594
|
"gui.theme.dark": "Dark",
|
|
39552
39595
|
"gui.theme.highContrast": "High Contrast",
|
|
39596
|
+
"gui.blockTheme.default": "Default",
|
|
39597
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
39553
39598
|
"gui.gui.defaultProjectTitle": "Pwojè Scratch",
|
|
39554
39599
|
"boost.color.any": "nenpòt koulè",
|
|
39555
39600
|
"boost.color.black": "nwa",
|
|
@@ -40031,7 +40076,6 @@ export default {
|
|
|
40031
40076
|
"gui.menuBar.settings": "Settings",
|
|
40032
40077
|
"gui.menuBar.isShared": "Parvekirî",
|
|
40033
40078
|
"gui.menuBar.share": "Parve bike",
|
|
40034
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
40035
40079
|
"gui.modal.help": "Alîkarî",
|
|
40036
40080
|
"gui.modal.back": "Paşve",
|
|
40037
40081
|
"gui.monitor.listMonitor.empty": "(vala)",
|
|
@@ -40435,6 +40479,8 @@ export default {
|
|
|
40435
40479
|
"gui.theme.default": "Original",
|
|
40436
40480
|
"gui.theme.dark": "Dark",
|
|
40437
40481
|
"gui.theme.highContrast": "High Contrast",
|
|
40482
|
+
"gui.blockTheme.default": "Default",
|
|
40483
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
40438
40484
|
"gui.gui.defaultProjectTitle": "Projeya Scratchê",
|
|
40439
40485
|
"boost.color.any": "her çi rengek",
|
|
40440
40486
|
"boost.color.black": "reş",
|
|
@@ -40916,7 +40962,6 @@ export default {
|
|
|
40916
40962
|
"gui.menuBar.settings": "ڕێکخستنەکان",
|
|
40917
40963
|
"gui.menuBar.isShared": "هاوبەش کراو",
|
|
40918
40964
|
"gui.menuBar.share": "هاوبەشی کردن",
|
|
40919
|
-
"gui.menuBar.colorMode": "دۆخی ڕەنگ",
|
|
40920
40965
|
"gui.modal.help": "یارمەتی",
|
|
40921
40966
|
"gui.modal.back": "دواوە",
|
|
40922
40967
|
"gui.monitor.listMonitor.empty": "(بەتاڵ)",
|
|
@@ -41320,6 +41365,8 @@ export default {
|
|
|
41320
41365
|
"gui.theme.default": "ڕەسەن",
|
|
41321
41366
|
"gui.theme.dark": "تاریک",
|
|
41322
41367
|
"gui.theme.highContrast": "کۆنتڕاستی بەرز",
|
|
41368
|
+
"gui.blockTheme.default": "Default",
|
|
41369
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
41323
41370
|
"gui.gui.defaultProjectTitle": "پڕۆژەی سکڕاچ",
|
|
41324
41371
|
"boost.color.any": "هەر ڕەنگێک",
|
|
41325
41372
|
"boost.color.black": "ڕەش",
|
|
@@ -41801,7 +41848,6 @@ export default {
|
|
|
41801
41848
|
"gui.menuBar.settings": "Settings",
|
|
41802
41849
|
"gui.menuBar.isShared": "Kopīgotie",
|
|
41803
41850
|
"gui.menuBar.share": "Kopīgot",
|
|
41804
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
41805
41851
|
"gui.modal.help": "Palīdzība",
|
|
41806
41852
|
"gui.modal.back": "Atpakaļ",
|
|
41807
41853
|
"gui.monitor.listMonitor.empty": "(tukšs)",
|
|
@@ -42205,6 +42251,8 @@ export default {
|
|
|
42205
42251
|
"gui.theme.default": "Original",
|
|
42206
42252
|
"gui.theme.dark": "Dark",
|
|
42207
42253
|
"gui.theme.highContrast": "High Contrast",
|
|
42254
|
+
"gui.blockTheme.default": "Default",
|
|
42255
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
42208
42256
|
"gui.gui.defaultProjectTitle": "Scratch projekts",
|
|
42209
42257
|
"boost.color.any": "any color",
|
|
42210
42258
|
"boost.color.black": "black",
|
|
@@ -42686,7 +42734,6 @@ export default {
|
|
|
42686
42734
|
"gui.menuBar.settings": "Settings",
|
|
42687
42735
|
"gui.menuBar.isShared": "Dalinamasi",
|
|
42688
42736
|
"gui.menuBar.share": "Dalintis",
|
|
42689
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
42690
42737
|
"gui.modal.help": "Pagalba",
|
|
42691
42738
|
"gui.modal.back": "Atgal",
|
|
42692
42739
|
"gui.monitor.listMonitor.empty": "(tuščia)",
|
|
@@ -43090,6 +43137,8 @@ export default {
|
|
|
43090
43137
|
"gui.theme.default": "Original",
|
|
43091
43138
|
"gui.theme.dark": "Dark",
|
|
43092
43139
|
"gui.theme.highContrast": "High Contrast",
|
|
43140
|
+
"gui.blockTheme.default": "Default",
|
|
43141
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
43093
43142
|
"gui.gui.defaultProjectTitle": "Mano projektas",
|
|
43094
43143
|
"boost.color.any": "bet kuri spalva",
|
|
43095
43144
|
"boost.color.black": "juoda",
|
|
@@ -43571,7 +43620,6 @@ export default {
|
|
|
43571
43620
|
"gui.menuBar.settings": "Settings",
|
|
43572
43621
|
"gui.menuBar.isShared": "Megosztva",
|
|
43573
43622
|
"gui.menuBar.share": "Megosztás",
|
|
43574
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
43575
43623
|
"gui.modal.help": "Súgó",
|
|
43576
43624
|
"gui.modal.back": "Vissza",
|
|
43577
43625
|
"gui.monitor.listMonitor.empty": "(üres)",
|
|
@@ -43975,6 +44023,8 @@ export default {
|
|
|
43975
44023
|
"gui.theme.default": "Original",
|
|
43976
44024
|
"gui.theme.dark": "Dark",
|
|
43977
44025
|
"gui.theme.highContrast": "High Contrast",
|
|
44026
|
+
"gui.blockTheme.default": "Default",
|
|
44027
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
43978
44028
|
"gui.gui.defaultProjectTitle": "Scratch project",
|
|
43979
44029
|
"boost.color.any": "bármely szín",
|
|
43980
44030
|
"boost.color.black": "fekete",
|
|
@@ -44456,7 +44506,6 @@ export default {
|
|
|
44456
44506
|
"gui.menuBar.settings": "Settings",
|
|
44457
44507
|
"gui.menuBar.isShared": "Kua tuaritia",
|
|
44458
44508
|
"gui.menuBar.share": "Tuaritia",
|
|
44459
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
44460
44509
|
"gui.modal.help": "Āwhina",
|
|
44461
44510
|
"gui.modal.back": "Hoki atu",
|
|
44462
44511
|
"gui.monitor.listMonitor.empty": "(kāore he mea kei roto)",
|
|
@@ -44860,6 +44909,8 @@ export default {
|
|
|
44860
44909
|
"gui.theme.default": "Original",
|
|
44861
44910
|
"gui.theme.dark": "Dark",
|
|
44862
44911
|
"gui.theme.highContrast": "High Contrast",
|
|
44912
|
+
"gui.blockTheme.default": "Default",
|
|
44913
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
44863
44914
|
"gui.gui.defaultProjectTitle": "Kaupapa Scratch",
|
|
44864
44915
|
"boost.color.any": "any color",
|
|
44865
44916
|
"boost.color.black": "black",
|
|
@@ -45341,7 +45392,6 @@ export default {
|
|
|
45341
45392
|
"gui.menuBar.settings": "Settings",
|
|
45342
45393
|
"gui.menuBar.isShared": "Хуваалцсан төсөл",
|
|
45343
45394
|
"gui.menuBar.share": "Хуваалцах",
|
|
45344
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
45345
45395
|
"gui.modal.help": "Тусламж",
|
|
45346
45396
|
"gui.modal.back": "Буцах",
|
|
45347
45397
|
"gui.monitor.listMonitor.empty": "(хоосон)",
|
|
@@ -45745,6 +45795,8 @@ export default {
|
|
|
45745
45795
|
"gui.theme.default": "Original",
|
|
45746
45796
|
"gui.theme.dark": "Dark",
|
|
45747
45797
|
"gui.theme.highContrast": "High Contrast",
|
|
45798
|
+
"gui.blockTheme.default": "Default",
|
|
45799
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
45748
45800
|
"gui.gui.defaultProjectTitle": "Scratch төсөл",
|
|
45749
45801
|
"boost.color.any": "ямар нэг өнгө",
|
|
45750
45802
|
"boost.color.black": "хар",
|
|
@@ -46226,7 +46278,6 @@ export default {
|
|
|
46226
46278
|
"gui.menuBar.settings": "Instellingen",
|
|
46227
46279
|
"gui.menuBar.isShared": "Gedeeld",
|
|
46228
46280
|
"gui.menuBar.share": "Delen",
|
|
46229
|
-
"gui.menuBar.colorMode": "Kleurmodus",
|
|
46230
46281
|
"gui.modal.help": "Help",
|
|
46231
46282
|
"gui.modal.back": "Terug",
|
|
46232
46283
|
"gui.monitor.listMonitor.empty": "(leeg)",
|
|
@@ -46630,6 +46681,8 @@ export default {
|
|
|
46630
46681
|
"gui.theme.default": "Origineel",
|
|
46631
46682
|
"gui.theme.dark": "Donker",
|
|
46632
46683
|
"gui.theme.highContrast": "Hoog contrast",
|
|
46684
|
+
"gui.blockTheme.default": "Default",
|
|
46685
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
46633
46686
|
"gui.gui.defaultProjectTitle": "Scratch Project",
|
|
46634
46687
|
"boost.color.any": "willekeurige kleur",
|
|
46635
46688
|
"boost.color.black": "zwart",
|
|
@@ -47111,7 +47164,6 @@ export default {
|
|
|
47111
47164
|
"gui.menuBar.settings": "設定",
|
|
47112
47165
|
"gui.menuBar.isShared": "共有されたもの",
|
|
47113
47166
|
"gui.menuBar.share": "共有する",
|
|
47114
|
-
"gui.menuBar.colorMode": "カラーモード",
|
|
47115
47167
|
"gui.modal.help": "ヘルプ",
|
|
47116
47168
|
"gui.modal.back": "戻る",
|
|
47117
47169
|
"gui.monitor.listMonitor.empty": "(空)",
|
|
@@ -47515,6 +47567,8 @@ export default {
|
|
|
47515
47567
|
"gui.theme.default": "オリジナル",
|
|
47516
47568
|
"gui.theme.dark": "ダーク",
|
|
47517
47569
|
"gui.theme.highContrast": "ハイコントラスト",
|
|
47570
|
+
"gui.blockTheme.default": "Default",
|
|
47571
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
47518
47572
|
"gui.gui.defaultProjectTitle": "Scratchのプロジェクト",
|
|
47519
47573
|
"boost.color.any": "どれかの色",
|
|
47520
47574
|
"boost.color.black": "黒",
|
|
@@ -47996,7 +48050,6 @@ export default {
|
|
|
47996
48050
|
"gui.menuBar.settings": "せってい",
|
|
47997
48051
|
"gui.menuBar.isShared": "きょうゆうされたもの",
|
|
47998
48052
|
"gui.menuBar.share": "きょうゆうする",
|
|
47999
|
-
"gui.menuBar.colorMode": "カラーモード",
|
|
48000
48053
|
"gui.modal.help": "ヘルプ",
|
|
48001
48054
|
"gui.modal.back": "もどる",
|
|
48002
48055
|
"gui.monitor.listMonitor.empty": "(から)",
|
|
@@ -48400,6 +48453,8 @@ export default {
|
|
|
48400
48453
|
"gui.theme.default": "オリジナル",
|
|
48401
48454
|
"gui.theme.dark": "ダーク",
|
|
48402
48455
|
"gui.theme.highContrast": "ハイコントラスト",
|
|
48456
|
+
"gui.blockTheme.default": "Default",
|
|
48457
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
48403
48458
|
"gui.gui.defaultProjectTitle": "Scratchのプロジェクト",
|
|
48404
48459
|
"boost.color.any": "どれかのいろ",
|
|
48405
48460
|
"boost.color.black": "くろ",
|
|
@@ -48881,7 +48936,6 @@ export default {
|
|
|
48881
48936
|
"gui.menuBar.settings": "Innstillinger",
|
|
48882
48937
|
"gui.menuBar.isShared": "Lagt ut",
|
|
48883
48938
|
"gui.menuBar.share": "Legg ut",
|
|
48884
|
-
"gui.menuBar.colorMode": "Farger",
|
|
48885
48939
|
"gui.modal.help": "Hjelp",
|
|
48886
48940
|
"gui.modal.back": "Tilbake",
|
|
48887
48941
|
"gui.monitor.listMonitor.empty": "(tom)",
|
|
@@ -49285,6 +49339,8 @@ export default {
|
|
|
49285
49339
|
"gui.theme.default": "Vanlig",
|
|
49286
49340
|
"gui.theme.dark": "Mørk",
|
|
49287
49341
|
"gui.theme.highContrast": "Ekstra tydelig",
|
|
49342
|
+
"gui.blockTheme.default": "Default",
|
|
49343
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
49288
49344
|
"gui.gui.defaultProjectTitle": "Mitt Scratch-prosjekt",
|
|
49289
49345
|
"boost.color.any": "hvilken som helst",
|
|
49290
49346
|
"boost.color.black": "svart",
|
|
@@ -49766,7 +49822,6 @@ export default {
|
|
|
49766
49822
|
"gui.menuBar.settings": "Settings",
|
|
49767
49823
|
"gui.menuBar.isShared": "Lagt ut",
|
|
49768
49824
|
"gui.menuBar.share": "Legg ut",
|
|
49769
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
49770
49825
|
"gui.modal.help": "Hjelp",
|
|
49771
49826
|
"gui.modal.back": "Tilbake",
|
|
49772
49827
|
"gui.monitor.listMonitor.empty": "(tom)",
|
|
@@ -50170,6 +50225,8 @@ export default {
|
|
|
50170
50225
|
"gui.theme.default": "Original",
|
|
50171
50226
|
"gui.theme.dark": "Dark",
|
|
50172
50227
|
"gui.theme.highContrast": "High Contrast",
|
|
50228
|
+
"gui.blockTheme.default": "Default",
|
|
50229
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
50173
50230
|
"gui.gui.defaultProjectTitle": "Scratch-prosjekt",
|
|
50174
50231
|
"boost.color.any": "vilkårleg farge",
|
|
50175
50232
|
"boost.color.black": "svart",
|
|
@@ -50651,7 +50708,6 @@ export default {
|
|
|
50651
50708
|
"gui.menuBar.settings": "Paramètres",
|
|
50652
50709
|
"gui.menuBar.isShared": "Partejat",
|
|
50653
50710
|
"gui.menuBar.share": "Partejar",
|
|
50654
|
-
"gui.menuBar.colorMode": "Mòde color",
|
|
50655
50711
|
"gui.modal.help": "Ajuda",
|
|
50656
50712
|
"gui.modal.back": "Endarrièr",
|
|
50657
50713
|
"gui.monitor.listMonitor.empty": "(void)",
|
|
@@ -51055,6 +51111,8 @@ export default {
|
|
|
51055
51111
|
"gui.theme.default": "Original",
|
|
51056
51112
|
"gui.theme.dark": "Fosc",
|
|
51057
51113
|
"gui.theme.highContrast": "Naut contraste",
|
|
51114
|
+
"gui.blockTheme.default": "Default",
|
|
51115
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
51058
51116
|
"gui.gui.defaultProjectTitle": "Projècte Scratch",
|
|
51059
51117
|
"boost.color.any": "quina color que siá",
|
|
51060
51118
|
"boost.color.black": "negre",
|
|
@@ -51536,7 +51594,6 @@ export default {
|
|
|
51536
51594
|
"gui.menuBar.settings": "Settings",
|
|
51537
51595
|
"gui.menuBar.isShared": "ଅଂଶୀଦାର",
|
|
51538
51596
|
"gui.menuBar.share": "ଅଂଶୀଦାର କରନ୍ତୁ",
|
|
51539
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
51540
51597
|
"gui.modal.help": "ସାହାଯ୍ୟ",
|
|
51541
51598
|
"gui.modal.back": "ପଛକୁ",
|
|
51542
51599
|
"gui.monitor.listMonitor.empty": "(ଖାଲି)",
|
|
@@ -51940,6 +51997,8 @@ export default {
|
|
|
51940
51997
|
"gui.theme.default": "Original",
|
|
51941
51998
|
"gui.theme.dark": "Dark",
|
|
51942
51999
|
"gui.theme.highContrast": "High Contrast",
|
|
52000
|
+
"gui.blockTheme.default": "Default",
|
|
52001
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
51943
52002
|
"gui.gui.defaultProjectTitle": "ସ୍କ୍ରାଚ୍ ପ୍ରୋଜେକ୍ଟ",
|
|
51944
52003
|
"boost.color.any": "ଯେକୌଣସି ରଙ୍ଗ",
|
|
51945
52004
|
"boost.color.black": "କଳା",
|
|
@@ -52421,7 +52480,6 @@ export default {
|
|
|
52421
52480
|
"gui.menuBar.settings": "Settings",
|
|
52422
52481
|
"gui.menuBar.isShared": "Ulashilgan",
|
|
52423
52482
|
"gui.menuBar.share": "Ulashish",
|
|
52424
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
52425
52483
|
"gui.modal.help": "Yordam",
|
|
52426
52484
|
"gui.modal.back": "Orqaga",
|
|
52427
52485
|
"gui.monitor.listMonitor.empty": "(Bo'sh)",
|
|
@@ -52825,6 +52883,8 @@ export default {
|
|
|
52825
52883
|
"gui.theme.default": "Original",
|
|
52826
52884
|
"gui.theme.dark": "Dark",
|
|
52827
52885
|
"gui.theme.highContrast": "High Contrast",
|
|
52886
|
+
"gui.blockTheme.default": "Default",
|
|
52887
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
52828
52888
|
"gui.gui.defaultProjectTitle": "Scratch loyihasi",
|
|
52829
52889
|
"boost.color.any": "ixtiyoriy rang",
|
|
52830
52890
|
"boost.color.black": "qora",
|
|
@@ -53306,7 +53366,6 @@ export default {
|
|
|
53306
53366
|
"gui.menuBar.settings": "Settings",
|
|
53307
53367
|
"gui.menuBar.isShared": "แบ่งปัน",
|
|
53308
53368
|
"gui.menuBar.share": "แชร์",
|
|
53309
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
53310
53369
|
"gui.modal.help": "ช่วยเหลือ",
|
|
53311
53370
|
"gui.modal.back": "ย้อนกลับ",
|
|
53312
53371
|
"gui.monitor.listMonitor.empty": "(ว่างเปล่า)",
|
|
@@ -53710,6 +53769,8 @@ export default {
|
|
|
53710
53769
|
"gui.theme.default": "Original",
|
|
53711
53770
|
"gui.theme.dark": "Dark",
|
|
53712
53771
|
"gui.theme.highContrast": "High Contrast",
|
|
53772
|
+
"gui.blockTheme.default": "Default",
|
|
53773
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
53713
53774
|
"gui.gui.defaultProjectTitle": "โครงงาน Scratch",
|
|
53714
53775
|
"boost.color.any": "any color",
|
|
53715
53776
|
"boost.color.black": "ดำ",
|
|
@@ -54191,7 +54252,6 @@ export default {
|
|
|
54191
54252
|
"gui.menuBar.settings": "Settings",
|
|
54192
54253
|
"gui.menuBar.isShared": "កិច្ចការបានចែករំលែក",
|
|
54193
54254
|
"gui.menuBar.share": "ចែករំលែក",
|
|
54194
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
54195
54255
|
"gui.modal.help": "ជំនួយ",
|
|
54196
54256
|
"gui.modal.back": "ក្រោយ",
|
|
54197
54257
|
"gui.monitor.listMonitor.empty": "(ទទេ)",
|
|
@@ -54595,6 +54655,8 @@ export default {
|
|
|
54595
54655
|
"gui.theme.default": "Original",
|
|
54596
54656
|
"gui.theme.dark": "Dark",
|
|
54597
54657
|
"gui.theme.highContrast": "High Contrast",
|
|
54658
|
+
"gui.blockTheme.default": "Default",
|
|
54659
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
54598
54660
|
"gui.gui.defaultProjectTitle": "កិច្ចការ Scratch",
|
|
54599
54661
|
"boost.color.any": "ពណ៌ណាមួយ",
|
|
54600
54662
|
"boost.color.black": "ខ្មៅ",
|
|
@@ -55076,7 +55138,6 @@ export default {
|
|
|
55076
55138
|
"gui.menuBar.settings": "Ustawienia",
|
|
55077
55139
|
"gui.menuBar.isShared": "Udostępnione",
|
|
55078
55140
|
"gui.menuBar.share": "Udostępnij",
|
|
55079
|
-
"gui.menuBar.colorMode": "Tryb Kolorów",
|
|
55080
55141
|
"gui.modal.help": "Pomoc",
|
|
55081
55142
|
"gui.modal.back": "Powrót",
|
|
55082
55143
|
"gui.monitor.listMonitor.empty": "(puste)",
|
|
@@ -55480,6 +55541,8 @@ export default {
|
|
|
55480
55541
|
"gui.theme.default": "Oryginalny",
|
|
55481
55542
|
"gui.theme.dark": "Ciemny",
|
|
55482
55543
|
"gui.theme.highContrast": "Wysoki Kontrast",
|
|
55544
|
+
"gui.blockTheme.default": "Default",
|
|
55545
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
55483
55546
|
"gui.gui.defaultProjectTitle": "Projekt Scratch",
|
|
55484
55547
|
"boost.color.any": "dowolny kolor",
|
|
55485
55548
|
"boost.color.black": "czarny",
|
|
@@ -55961,7 +56024,6 @@ export default {
|
|
|
55961
56024
|
"gui.menuBar.settings": "Settings",
|
|
55962
56025
|
"gui.menuBar.isShared": "Partilhado",
|
|
55963
56026
|
"gui.menuBar.share": "Partilhar",
|
|
55964
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
55965
56027
|
"gui.modal.help": "Ajuda",
|
|
55966
56028
|
"gui.modal.back": "Voltar",
|
|
55967
56029
|
"gui.monitor.listMonitor.empty": "(vazia)",
|
|
@@ -56365,6 +56427,8 @@ export default {
|
|
|
56365
56427
|
"gui.theme.default": "Original",
|
|
56366
56428
|
"gui.theme.dark": "Dark",
|
|
56367
56429
|
"gui.theme.highContrast": "High Contrast",
|
|
56430
|
+
"gui.blockTheme.default": "Default",
|
|
56431
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
56368
56432
|
"gui.gui.defaultProjectTitle": "Projecto Scratch",
|
|
56369
56433
|
"boost.color.any": "de qualquer cor",
|
|
56370
56434
|
"boost.color.black": "preto",
|
|
@@ -56846,7 +56910,6 @@ export default {
|
|
|
56846
56910
|
"gui.menuBar.settings": "Configurações",
|
|
56847
56911
|
"gui.menuBar.isShared": "Compartilhado",
|
|
56848
56912
|
"gui.menuBar.share": "Compartilhar",
|
|
56849
|
-
"gui.menuBar.colorMode": "Modo de Cor",
|
|
56850
56913
|
"gui.modal.help": "Ajuda",
|
|
56851
56914
|
"gui.modal.back": "Voltar",
|
|
56852
56915
|
"gui.monitor.listMonitor.empty": "(vazio)",
|
|
@@ -57250,6 +57313,8 @@ export default {
|
|
|
57250
57313
|
"gui.theme.default": "Original",
|
|
57251
57314
|
"gui.theme.dark": "Escuro",
|
|
57252
57315
|
"gui.theme.highContrast": "Alto Contraste",
|
|
57316
|
+
"gui.blockTheme.default": "Default",
|
|
57317
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
57253
57318
|
"gui.gui.defaultProjectTitle": "Projeto Scratch",
|
|
57254
57319
|
"boost.color.any": "qualquer cor",
|
|
57255
57320
|
"boost.color.black": "preto",
|
|
@@ -57731,7 +57796,6 @@ export default {
|
|
|
57731
57796
|
"gui.menuBar.settings": "Settings",
|
|
57732
57797
|
"gui.menuBar.isShared": "e amui",
|
|
57733
57798
|
"gui.menuBar.share": "vaʾai",
|
|
57734
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
57735
57799
|
"gui.modal.help": "hāʾuʾu",
|
|
57736
57800
|
"gui.modal.back": "a tuʾa ",
|
|
57737
57801
|
"gui.monitor.listMonitor.empty": "(kore)",
|
|
@@ -58135,6 +58199,8 @@ export default {
|
|
|
58135
58199
|
"gui.theme.default": "Original",
|
|
58136
58200
|
"gui.theme.dark": "Dark",
|
|
58137
58201
|
"gui.theme.highContrast": "High Contrast",
|
|
58202
|
+
"gui.blockTheme.default": "Default",
|
|
58203
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
58138
58204
|
"gui.gui.defaultProjectTitle": "Scratch Project",
|
|
58139
58205
|
"boost.color.any": "any color",
|
|
58140
58206
|
"boost.color.black": "black",
|
|
@@ -58616,7 +58682,6 @@ export default {
|
|
|
58616
58682
|
"gui.menuBar.settings": "Setări",
|
|
58617
58683
|
"gui.menuBar.isShared": "Partajat",
|
|
58618
58684
|
"gui.menuBar.share": "Partajează",
|
|
58619
|
-
"gui.menuBar.colorMode": "Mod de culoare",
|
|
58620
58685
|
"gui.modal.help": "Ajutor",
|
|
58621
58686
|
"gui.modal.back": "Înapoi",
|
|
58622
58687
|
"gui.monitor.listMonitor.empty": "(gol)",
|
|
@@ -59020,6 +59085,8 @@ export default {
|
|
|
59020
59085
|
"gui.theme.default": "Original",
|
|
59021
59086
|
"gui.theme.dark": "Întunecat",
|
|
59022
59087
|
"gui.theme.highContrast": "Contrast ridicat",
|
|
59088
|
+
"gui.blockTheme.default": "Default",
|
|
59089
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
59023
59090
|
"gui.gui.defaultProjectTitle": "Proiect Scratch",
|
|
59024
59091
|
"boost.color.any": "orice culoare",
|
|
59025
59092
|
"boost.color.black": "negru",
|
|
@@ -59501,7 +59568,6 @@ export default {
|
|
|
59501
59568
|
"gui.menuBar.settings": "Настройки",
|
|
59502
59569
|
"gui.menuBar.isShared": "Доступен всем",
|
|
59503
59570
|
"gui.menuBar.share": "Поделиться",
|
|
59504
|
-
"gui.menuBar.colorMode": "Цветовой режим",
|
|
59505
59571
|
"gui.modal.help": "Помощь",
|
|
59506
59572
|
"gui.modal.back": "Назад",
|
|
59507
59573
|
"gui.monitor.listMonitor.empty": "(пусто)",
|
|
@@ -59905,6 +59971,8 @@ export default {
|
|
|
59905
59971
|
"gui.theme.default": "Классический",
|
|
59906
59972
|
"gui.theme.dark": "Тёмная тема",
|
|
59907
59973
|
"gui.theme.highContrast": "Высокий контраст",
|
|
59974
|
+
"gui.blockTheme.default": "Default",
|
|
59975
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
59908
59976
|
"gui.gui.defaultProjectTitle": "Проект Scratch",
|
|
59909
59977
|
"boost.color.any": "любой цвет",
|
|
59910
59978
|
"boost.color.black": "черный",
|
|
@@ -60386,7 +60454,6 @@ export default {
|
|
|
60386
60454
|
"gui.menuBar.settings": "Settings",
|
|
60387
60455
|
"gui.menuBar.isShared": "Abelane",
|
|
60388
60456
|
"gui.menuBar.share": "Abela",
|
|
60389
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
60390
60457
|
"gui.modal.help": "Thuša",
|
|
60391
60458
|
"gui.modal.back": "Morago",
|
|
60392
60459
|
"gui.monitor.listMonitor.empty": "( a go na selo)",
|
|
@@ -60790,6 +60857,8 @@ export default {
|
|
|
60790
60857
|
"gui.theme.default": "Original",
|
|
60791
60858
|
"gui.theme.dark": "Dark",
|
|
60792
60859
|
"gui.theme.highContrast": "High Contrast",
|
|
60860
|
+
"gui.blockTheme.default": "Default",
|
|
60861
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
60793
60862
|
"gui.gui.defaultProjectTitle": "Projeke ya Scratch",
|
|
60794
60863
|
"boost.color.any": "mmala o mongwe le o mongwe",
|
|
60795
60864
|
"boost.color.black": "ntsho",
|
|
@@ -61271,7 +61340,6 @@ export default {
|
|
|
61271
61340
|
"gui.menuBar.settings": "Settings",
|
|
61272
61341
|
"gui.menuBar.isShared": "Abelanwe",
|
|
61273
61342
|
"gui.menuBar.share": "Abela",
|
|
61274
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
61275
61343
|
"gui.modal.help": "Thusa",
|
|
61276
61344
|
"gui.modal.back": "Morago",
|
|
61277
61345
|
"gui.monitor.listMonitor.empty": "(lolea)",
|
|
@@ -61675,6 +61743,8 @@ export default {
|
|
|
61675
61743
|
"gui.theme.default": "Original",
|
|
61676
61744
|
"gui.theme.dark": "Dark",
|
|
61677
61745
|
"gui.theme.highContrast": "High Contrast",
|
|
61746
|
+
"gui.blockTheme.default": "Default",
|
|
61747
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
61678
61748
|
"gui.gui.defaultProjectTitle": "Porojeke ya Scratch",
|
|
61679
61749
|
"boost.color.any": "mmala mongwe le mongwe",
|
|
61680
61750
|
"boost.color.black": "ntsho",
|
|
@@ -62156,7 +62226,6 @@ export default {
|
|
|
62156
62226
|
"gui.menuBar.settings": "Settings",
|
|
62157
62227
|
"gui.menuBar.isShared": "Zdieľaný",
|
|
62158
62228
|
"gui.menuBar.share": "Zdieľaj",
|
|
62159
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
62160
62229
|
"gui.modal.help": "Pomocník",
|
|
62161
62230
|
"gui.modal.back": "Späť",
|
|
62162
62231
|
"gui.monitor.listMonitor.empty": "(prázdny)",
|
|
@@ -62560,6 +62629,8 @@ export default {
|
|
|
62560
62629
|
"gui.theme.default": "Original",
|
|
62561
62630
|
"gui.theme.dark": "Dark",
|
|
62562
62631
|
"gui.theme.highContrast": "High Contrast",
|
|
62632
|
+
"gui.blockTheme.default": "Default",
|
|
62633
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
62563
62634
|
"gui.gui.defaultProjectTitle": "Projekt v prostredí Scratch",
|
|
62564
62635
|
"boost.color.any": "any color",
|
|
62565
62636
|
"boost.color.black": "black",
|
|
@@ -63041,7 +63112,6 @@ export default {
|
|
|
63041
63112
|
"gui.menuBar.settings": "Nastavitve",
|
|
63042
63113
|
"gui.menuBar.isShared": "Deljeno",
|
|
63043
63114
|
"gui.menuBar.share": "Deli",
|
|
63044
|
-
"gui.menuBar.colorMode": "Barvni način",
|
|
63045
63115
|
"gui.modal.help": "Pomoč",
|
|
63046
63116
|
"gui.modal.back": "Nazaj",
|
|
63047
63117
|
"gui.monitor.listMonitor.empty": "(prazno)",
|
|
@@ -63445,6 +63515,8 @@ export default {
|
|
|
63445
63515
|
"gui.theme.default": "Izvirnik",
|
|
63446
63516
|
"gui.theme.dark": "Temno",
|
|
63447
63517
|
"gui.theme.highContrast": "Velik kontrast",
|
|
63518
|
+
"gui.blockTheme.default": "Default",
|
|
63519
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
63448
63520
|
"gui.gui.defaultProjectTitle": "Scratch projekt",
|
|
63449
63521
|
"boost.color.any": "poljubna barva",
|
|
63450
63522
|
"boost.color.black": "črna",
|
|
@@ -63926,7 +63998,6 @@ export default {
|
|
|
63926
63998
|
"gui.menuBar.settings": "Подешавања",
|
|
63927
63999
|
"gui.menuBar.isShared": "Дељено",
|
|
63928
64000
|
"gui.menuBar.share": "Објави (дели)",
|
|
63929
|
-
"gui.menuBar.colorMode": "Режим боја",
|
|
63930
64001
|
"gui.modal.help": "Помоћ",
|
|
63931
64002
|
"gui.modal.back": "Назад",
|
|
63932
64003
|
"gui.monitor.listMonitor.empty": "(празно)",
|
|
@@ -64330,6 +64401,8 @@ export default {
|
|
|
64330
64401
|
"gui.theme.default": "Оригинал",
|
|
64331
64402
|
"gui.theme.dark": "Тамно",
|
|
64332
64403
|
"gui.theme.highContrast": "Велики контраст",
|
|
64404
|
+
"gui.blockTheme.default": "Default",
|
|
64405
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
64333
64406
|
"gui.gui.defaultProjectTitle": "Скрач пројекат",
|
|
64334
64407
|
"boost.color.any": "било која боја",
|
|
64335
64408
|
"boost.color.black": "црна",
|
|
@@ -64811,7 +64884,6 @@ export default {
|
|
|
64811
64884
|
"gui.menuBar.settings": "Asetukset",
|
|
64812
64885
|
"gui.menuBar.isShared": "Jaetut",
|
|
64813
64886
|
"gui.menuBar.share": "Jaa",
|
|
64814
|
-
"gui.menuBar.colorMode": "Väritila",
|
|
64815
64887
|
"gui.modal.help": "Apua",
|
|
64816
64888
|
"gui.modal.back": "Takaisin",
|
|
64817
64889
|
"gui.monitor.listMonitor.empty": "(tyhjä)",
|
|
@@ -65215,6 +65287,8 @@ export default {
|
|
|
65215
65287
|
"gui.theme.default": "Alkuperäinen",
|
|
65216
65288
|
"gui.theme.dark": "Tumma",
|
|
65217
65289
|
"gui.theme.highContrast": "Korkea kontrasti",
|
|
65290
|
+
"gui.blockTheme.default": "Default",
|
|
65291
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
65218
65292
|
"gui.gui.defaultProjectTitle": "Scratch-projekti",
|
|
65219
65293
|
"boost.color.any": "mikä tahansa väri",
|
|
65220
65294
|
"boost.color.black": "musta",
|
|
@@ -65696,7 +65770,6 @@ export default {
|
|
|
65696
65770
|
"gui.menuBar.settings": "Settings",
|
|
65697
65771
|
"gui.menuBar.isShared": "Delade",
|
|
65698
65772
|
"gui.menuBar.share": "Dela",
|
|
65699
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
65700
65773
|
"gui.modal.help": "Hjälp",
|
|
65701
65774
|
"gui.modal.back": "Tillbaka",
|
|
65702
65775
|
"gui.monitor.listMonitor.empty": "(tom)",
|
|
@@ -66100,6 +66173,8 @@ export default {
|
|
|
66100
66173
|
"gui.theme.default": "Original",
|
|
66101
66174
|
"gui.theme.dark": "Dark",
|
|
66102
66175
|
"gui.theme.highContrast": "High Contrast",
|
|
66176
|
+
"gui.blockTheme.default": "Default",
|
|
66177
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
66103
66178
|
"gui.gui.defaultProjectTitle": "Scratchprojekt",
|
|
66104
66179
|
"boost.color.any": "vilken färg som helst",
|
|
66105
66180
|
"boost.color.black": "svart",
|
|
@@ -66581,7 +66656,6 @@ export default {
|
|
|
66581
66656
|
"gui.menuBar.settings": "Settings",
|
|
66582
66657
|
"gui.menuBar.isShared": "Đã chia sẻ",
|
|
66583
66658
|
"gui.menuBar.share": "Chia sẻ",
|
|
66584
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
66585
66659
|
"gui.modal.help": "Trợ giúp",
|
|
66586
66660
|
"gui.modal.back": "Trở về",
|
|
66587
66661
|
"gui.monitor.listMonitor.empty": "(trống)",
|
|
@@ -66985,6 +67059,8 @@ export default {
|
|
|
66985
67059
|
"gui.theme.default": "Original",
|
|
66986
67060
|
"gui.theme.dark": "Dark",
|
|
66987
67061
|
"gui.theme.highContrast": "High Contrast",
|
|
67062
|
+
"gui.blockTheme.default": "Default",
|
|
67063
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
66988
67064
|
"gui.gui.defaultProjectTitle": "Dự án Scratch",
|
|
66989
67065
|
"boost.color.any": "any color",
|
|
66990
67066
|
"boost.color.black": "black",
|
|
@@ -67466,7 +67542,6 @@ export default {
|
|
|
67466
67542
|
"gui.menuBar.settings": "Ayarlar",
|
|
67467
67543
|
"gui.menuBar.isShared": "Paylaşılan",
|
|
67468
67544
|
"gui.menuBar.share": "Paylaş",
|
|
67469
|
-
"gui.menuBar.colorMode": "Renk Modu",
|
|
67470
67545
|
"gui.modal.help": "Yardım",
|
|
67471
67546
|
"gui.modal.back": "Geri",
|
|
67472
67547
|
"gui.monitor.listMonitor.empty": "(boş)",
|
|
@@ -67870,6 +67945,8 @@ export default {
|
|
|
67870
67945
|
"gui.theme.default": "Orijinal",
|
|
67871
67946
|
"gui.theme.dark": "Dark",
|
|
67872
67947
|
"gui.theme.highContrast": "Yüksek Kontrast",
|
|
67948
|
+
"gui.blockTheme.default": "Default",
|
|
67949
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
67873
67950
|
"gui.gui.defaultProjectTitle": "Scratch Projesi",
|
|
67874
67951
|
"boost.color.any": "herhangi bir renk",
|
|
67875
67952
|
"boost.color.black": "siyah",
|
|
@@ -68351,7 +68428,6 @@ export default {
|
|
|
68351
68428
|
"gui.menuBar.settings": "Settings",
|
|
68352
68429
|
"gui.menuBar.isShared": "Опубліковане",
|
|
68353
68430
|
"gui.menuBar.share": "Поділитись",
|
|
68354
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
68355
68431
|
"gui.modal.help": "Допомога",
|
|
68356
68432
|
"gui.modal.back": "Назад",
|
|
68357
68433
|
"gui.monitor.listMonitor.empty": "(порожньо)",
|
|
@@ -68755,6 +68831,8 @@ export default {
|
|
|
68755
68831
|
"gui.theme.default": "Original",
|
|
68756
68832
|
"gui.theme.dark": "Dark",
|
|
68757
68833
|
"gui.theme.highContrast": "High Contrast",
|
|
68834
|
+
"gui.blockTheme.default": "Default",
|
|
68835
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
68758
68836
|
"gui.gui.defaultProjectTitle": "Скретч-проєкт",
|
|
68759
68837
|
"boost.color.any": "будь-який колір",
|
|
68760
68838
|
"boost.color.black": "чорний",
|
|
@@ -69236,7 +69314,6 @@ export default {
|
|
|
69236
69314
|
"gui.menuBar.settings": "Settings",
|
|
69237
69315
|
"gui.menuBar.isShared": "已分享",
|
|
69238
69316
|
"gui.menuBar.share": "分享",
|
|
69239
|
-
"gui.menuBar.colorMode": "Color Mode",
|
|
69240
69317
|
"gui.modal.help": "帮助",
|
|
69241
69318
|
"gui.modal.back": "返回",
|
|
69242
69319
|
"gui.monitor.listMonitor.empty": "(空)",
|
|
@@ -69640,6 +69717,8 @@ export default {
|
|
|
69640
69717
|
"gui.theme.default": "Original",
|
|
69641
69718
|
"gui.theme.dark": "Dark",
|
|
69642
69719
|
"gui.theme.highContrast": "High Contrast",
|
|
69720
|
+
"gui.blockTheme.default": "Default",
|
|
69721
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
69643
69722
|
"gui.gui.defaultProjectTitle": "Scratch作品",
|
|
69644
69723
|
"boost.color.any": "任何颜色",
|
|
69645
69724
|
"boost.color.black": "黑色",
|
|
@@ -70121,7 +70200,6 @@ export default {
|
|
|
70121
70200
|
"gui.menuBar.settings": "設定",
|
|
70122
70201
|
"gui.menuBar.isShared": "已分享",
|
|
70123
70202
|
"gui.menuBar.share": "分享",
|
|
70124
|
-
"gui.menuBar.colorMode": "色彩模式",
|
|
70125
70203
|
"gui.modal.help": "幫助",
|
|
70126
70204
|
"gui.modal.back": "返回",
|
|
70127
70205
|
"gui.monitor.listMonitor.empty": "(empty)",
|
|
@@ -70525,6 +70603,8 @@ export default {
|
|
|
70525
70603
|
"gui.theme.default": "原始",
|
|
70526
70604
|
"gui.theme.dark": "深色",
|
|
70527
70605
|
"gui.theme.highContrast": "高對比",
|
|
70606
|
+
"gui.blockTheme.default": "Default",
|
|
70607
|
+
"gui.blockTheme.catBlocks": "Cat Blocks",
|
|
70528
70608
|
"gui.gui.defaultProjectTitle": "Scratch 專案",
|
|
70529
70609
|
"boost.color.any": "任何顏色",
|
|
70530
70610
|
"boost.color.black": "黑色",
|