scratch-l10n 6.1.92 → 6.1.93

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 (88) hide show
  1. package/editor/blocks/hy.json +1 -1
  2. package/editor/extensions/hy.json +20 -20
  3. package/editor/interface/ab.json +30 -12
  4. package/editor/interface/af.json +30 -12
  5. package/editor/interface/am.json +30 -12
  6. package/editor/interface/an.json +30 -12
  7. package/editor/interface/ar.json +30 -12
  8. package/editor/interface/ast.json +30 -12
  9. package/editor/interface/az.json +30 -12
  10. package/editor/interface/be.json +30 -12
  11. package/editor/interface/bg.json +30 -12
  12. package/editor/interface/bn.json +30 -12
  13. package/editor/interface/ca.json +30 -12
  14. package/editor/interface/ckb.json +30 -12
  15. package/editor/interface/cs.json +30 -12
  16. package/editor/interface/cy.json +30 -12
  17. package/editor/interface/da.json +30 -12
  18. package/editor/interface/de.json +30 -12
  19. package/editor/interface/el.json +30 -12
  20. package/editor/interface/en.json +30 -12
  21. package/editor/interface/eo.json +30 -12
  22. package/editor/interface/es-419.json +30 -12
  23. package/editor/interface/es.json +30 -12
  24. package/editor/interface/et.json +30 -12
  25. package/editor/interface/eu.json +30 -12
  26. package/editor/interface/fa.json +30 -12
  27. package/editor/interface/fi.json +30 -12
  28. package/editor/interface/fil.json +30 -12
  29. package/editor/interface/fr.json +30 -12
  30. package/editor/interface/fy.json +30 -12
  31. package/editor/interface/ga.json +30 -12
  32. package/editor/interface/gd.json +30 -12
  33. package/editor/interface/gl.json +30 -12
  34. package/editor/interface/ha.json +30 -12
  35. package/editor/interface/he.json +30 -12
  36. package/editor/interface/hi.json +30 -12
  37. package/editor/interface/hr.json +30 -12
  38. package/editor/interface/ht.json +30 -12
  39. package/editor/interface/hu.json +30 -12
  40. package/editor/interface/hy.json +81 -63
  41. package/editor/interface/id.json +30 -12
  42. package/editor/interface/is.json +30 -12
  43. package/editor/interface/it.json +30 -12
  44. package/editor/interface/ja-Hira.json +30 -12
  45. package/editor/interface/ja.json +30 -12
  46. package/editor/interface/ka.json +30 -12
  47. package/editor/interface/kk.json +30 -12
  48. package/editor/interface/km.json +30 -12
  49. package/editor/interface/ko.json +30 -12
  50. package/editor/interface/ku.json +30 -12
  51. package/editor/interface/lt.json +30 -12
  52. package/editor/interface/lv.json +30 -12
  53. package/editor/interface/mi.json +30 -12
  54. package/editor/interface/mn.json +30 -12
  55. package/editor/interface/nb.json +30 -12
  56. package/editor/interface/nl.json +30 -12
  57. package/editor/interface/nn.json +30 -12
  58. package/editor/interface/nso.json +30 -12
  59. package/editor/interface/oc.json +30 -12
  60. package/editor/interface/or.json +30 -12
  61. package/editor/interface/pl.json +30 -12
  62. package/editor/interface/pt-br.json +30 -12
  63. package/editor/interface/pt.json +30 -12
  64. package/editor/interface/qu.json +30 -12
  65. package/editor/interface/rap.json +30 -12
  66. package/editor/interface/ro.json +30 -12
  67. package/editor/interface/ru.json +30 -12
  68. package/editor/interface/sk.json +30 -12
  69. package/editor/interface/sl.json +30 -12
  70. package/editor/interface/sr.json +30 -12
  71. package/editor/interface/sv.json +30 -12
  72. package/editor/interface/sw.json +30 -12
  73. package/editor/interface/th.json +30 -12
  74. package/editor/interface/tn.json +30 -12
  75. package/editor/interface/tr.json +30 -12
  76. package/editor/interface/uk.json +30 -12
  77. package/editor/interface/uz.json +30 -12
  78. package/editor/interface/vi.json +30 -12
  79. package/editor/interface/xh.json +30 -12
  80. package/editor/interface/zh-cn.json +30 -12
  81. package/editor/interface/zh-tw.json +30 -12
  82. package/editor/interface/zu.json +30 -12
  83. package/locales/blocks-msgs.js +1 -1
  84. package/locales/editor-msgs.js +2471 -1031
  85. package/locales/extensions-msgs.js +20 -20
  86. package/locales/interface-msgs.js +2451 -1011
  87. package/package.json +1 -1
  88. package/www/scratch-website.preview-l10njson/hy.json +1 -1
@@ -19,6 +19,14 @@
19
19
  "gui.unsupportedBrowser.back": "Atrás",
20
20
  "gui.unsupportedBrowser.previewfaq": "To learn more, go to the <a>{previewFaqLink}</a>.",
21
21
  "gui.unsupportedBrowser.previewfaqlinktext": "FAQ",
22
+ "gui.cards.tutorialsIcon": "Tutorials icon",
23
+ "gui.cards.shrinkIcon": "Shrink icon",
24
+ "gui.cards.expandIcon": "Expand icon",
25
+ "gui.cards.closeIcon": "Close icon",
26
+ "gui.cards.leftArrowIcon": "Left arrow icon",
27
+ "gui.cards.rightArrowIcon": "Right arrow icon",
28
+ "gui.cards.previousStepButton": "Previous step",
29
+ "gui.cards.nextStepButton": "Next step",
22
30
  "gui.cards.all-tutorials": "Tutoriales",
23
31
  "gui.cards.shrink": "Encoyer",
24
32
  "gui.cards.expand": "Espurrir",
@@ -28,6 +36,8 @@
28
36
  "gui.comingSoon.message1": "Nun t'esmolezas, tamos nello {emoji}",
29
37
  "gui.comingSoon.message2": "Aportando en Breve...",
30
38
  "gui.comingSoon.message3": "Tamos trabayando nello {emoji}",
39
+ "gui.confirmationPrompt.confirm": "yes",
40
+ "gui.confirmationPrompt.cancel": "no",
31
41
  "gui.connection.auto-scanning.prescan": "Ten el preséu cerca y entama la gueta.",
32
42
  "gui.connection.auto-scanning.scanBeginMessage": "Press the button on your device.",
33
43
  "gui.connection.auto-scanning.noPeripheralsFound": "Nun s'atoparon preseos",
@@ -77,6 +87,8 @@
77
87
  "gui.customProcedures.cancel": "Encaboxar",
78
88
  "gui.customProcedures.ok": "OK",
79
89
  "gui.debugModal.title": "Debugging | Getting Unstuck",
90
+ "gui.debugModal.previous": "Previous",
91
+ "gui.debugModal.next": "Next",
80
92
  "gui.debugModal.readAloud.title": "Read Aloud",
81
93
  "gui.debugModal.readAloud.description1": "As you read your code aloud, think from the computer’s perspective.",
82
94
  "gui.debugModal.readAloud.description2": "Are you including steps that aren’t there?",
@@ -131,8 +143,6 @@
131
143
  "gui.gui.shouldDeleteSprite": "Are you sure you want to delete this sprite?",
132
144
  "gui.gui.shouldDeleteCostume": "Are you sure you want to delete this costume?",
133
145
  "gui.gui.shouldDeleteSound": "Are you sure you want to delete this sound?",
134
- "gui.gui.confirm": "yes",
135
- "gui.gui.cancel": "no",
136
146
  "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
137
147
  "gui.SpriteInfo.direction": "Direición",
138
148
  "gui.directionPicker.rotationStyles.allAround": "Too alredor",
@@ -183,6 +193,14 @@
183
193
  "gui.accountMenu.signOut": "Salir",
184
194
  "gui.authorInfo.byUser": "by <span>{name}</span>",
185
195
  "gui.menuBar.seeProjectPage": "Ver la Páxina del Proyeutu",
196
+ "gui.menuBar.edit": "Editar",
197
+ "gui.menuBar.turboModeOff": "Desactivar Mou Turbu",
198
+ "gui.menuBar.turboModeOn": "Prender Mou Turbu",
199
+ "gui.menuBar.saveNow": "Guardar agora",
200
+ "gui.menuBar.saveAsCopy": "Guardar como una copia",
201
+ "gui.menuBar.new": "Nuevu",
202
+ "gui.menuBar.file": "Ficheru",
203
+ "gui.menuBar.downloadToComputer": "Guardar nel ordenador",
186
204
  "gui.menuBar.language": "Language",
187
205
  "general.username": "Nome d'usuariu",
188
206
  "general.password": "Contraseña",
@@ -191,24 +209,18 @@
191
209
  "form.validationRequired": "Esti campu ye necesariu",
192
210
  "gui.menuBar.tutorialsLibrary": "Tutoriales",
193
211
  "gui.menuBar.debug": "Debug",
212
+ "gui.menuBar.home": "Home",
213
+ "gui.menuBar.myStuff": "My Stuff",
194
214
  "gui.menuBar.restoreSprite": "Restaurar Personaxe",
195
215
  "gui.menuBar.restoreSound": "Restaurar Soníu",
196
216
  "gui.menuBar.restoreCostume": "Restaurar Disfraz",
197
217
  "gui.menuBar.restore": "Restaurar",
198
- "gui.menuBar.saveNow": "Guardar agora",
199
- "gui.menuBar.saveAsCopy": "Guardar como una copia",
200
218
  "gui.menuBar.remix": "Remecer",
201
- "gui.menuBar.new": "Nuevu",
202
- "gui.menuBar.file": "Ficheru",
203
- "gui.menuBar.downloadToComputer": "Guardar nel ordenador",
204
- "gui.menuBar.edit": "Editar",
205
- "gui.menuBar.turboModeOff": "Desactivar Mou Turbu",
206
- "gui.menuBar.turboModeOn": "Prender Mou Turbu",
219
+ "gui.menuBar.joinScratch": "Xunise a Scratch",
220
+ "gui.menuBar.signIn": "Entrar",
207
221
  "gui.menuBar.modeMenu": "Mode",
208
222
  "gui.menuBar.normalMode": "Normal mode",
209
223
  "gui.menuBar.caturdayMode": "Caturday mode",
210
- "gui.menuBar.joinScratch": "Xunise a Scratch",
211
- "gui.menuBar.signIn": "Entrar",
212
224
  "gui.gui.projectTitlePlaceholder": "Títulu del Proyeutu",
213
225
  "gui.menuBar.saveNowLink": "Guardar Agora",
214
226
  "gui.menuBar.settings": "Settings",
@@ -287,6 +299,9 @@
287
299
  "gui.stageHeader.stageSizeFull": "Pasar a mou de pantala completa",
288
300
  "gui.stageHeader.stageSizeUnFull": "Salir del mou de pantalla completa",
289
301
  "gui.stageHeader.saveThumbnail": "Set Thumbnail",
302
+ "gui.stageHeader.saveThumbnailMessage": "Are you sure you want to set your thumbnail?",
303
+ "gui.stageHeader.thumbnailTooltipTitle": "Hey there! 👋",
304
+ "gui.stageHeader.thumbnailTooltipBody": "<b>\"Set Thumbnail\"</b> has a new spot. It works by taking a snapshot of your stage and setting it as your project thumbnail.",
290
305
  "gui.stageHeader.fullscreenControl": "Control Pantalla Completa",
291
306
  "gui.spriteSelector.addBackdropFromLibrary": "Escueyi un Fondu",
292
307
  "gui.stageSelector.addBackdropFromPaint": "Pintar",
@@ -344,6 +359,9 @@
344
359
  "gui.alerts.cloudInfoLearnMore": "Aprendi más.",
345
360
  "gui.alerts.importing": "Importando...",
346
361
  "gui.alerts.loadingExtensionData": "Loading extension...",
362
+ "gui.alerts.settingThumbnail": "Setting thumbnail…",
363
+ "gui.alerts.thumbnailSuccess": "Thumbnail set successfully.",
364
+ "gui.alerts.thumbnailError": "Couldn’t set thumbnail. Please try again later.",
347
365
  "gui.defaultProject.meow": "Meow",
348
366
  "gui.defaultProject.variable": "my variable",
349
367
  "gui.howtos.intro-move-sayhello-hat.name": "Entamando",
@@ -19,6 +19,14 @@
19
19
  "gui.unsupportedBrowser.back": "Geri",
20
20
  "gui.unsupportedBrowser.previewfaq": "To learn more, go to the <a>{previewFaqLink}</a>.",
21
21
  "gui.unsupportedBrowser.previewfaqlinktext": "FAQ",
22
+ "gui.cards.tutorialsIcon": "Tutorials icon",
23
+ "gui.cards.shrinkIcon": "Shrink icon",
24
+ "gui.cards.expandIcon": "Expand icon",
25
+ "gui.cards.closeIcon": "Close icon",
26
+ "gui.cards.leftArrowIcon": "Left arrow icon",
27
+ "gui.cards.rightArrowIcon": "Right arrow icon",
28
+ "gui.cards.previousStepButton": "Previous step",
29
+ "gui.cards.nextStepButton": "Next step",
22
30
  "gui.cards.all-tutorials": "Təlimatlar",
23
31
  "gui.cards.shrink": "Shrink",
24
32
  "gui.cards.expand": "Expand",
@@ -28,6 +36,8 @@
28
36
  "gui.comingSoon.message1": "Narahat olmayın, biz bunun üzərində çalışırıq {emoji}",
29
37
  "gui.comingSoon.message2": "Tezliklə ...",
30
38
  "gui.comingSoon.message3": "Biz bunun üzərində çalışırıq {emoji}",
39
+ "gui.confirmationPrompt.confirm": "yes",
40
+ "gui.confirmationPrompt.cancel": "no",
31
41
  "gui.connection.auto-scanning.prescan": "Axtarışı başlatmaq üçün cihazınızı yaxınlıqda yerləşdirin.",
32
42
  "gui.connection.auto-scanning.scanBeginMessage": "Press the button on your device.",
33
43
  "gui.connection.auto-scanning.noPeripheralsFound": "No devices found",
@@ -77,6 +87,8 @@
77
87
  "gui.customProcedures.cancel": "Ləğv et",
78
88
  "gui.customProcedures.ok": "Oldu",
79
89
  "gui.debugModal.title": "Debugging | Getting Unstuck",
90
+ "gui.debugModal.previous": "Previous",
91
+ "gui.debugModal.next": "Next",
80
92
  "gui.debugModal.readAloud.title": "Read Aloud",
81
93
  "gui.debugModal.readAloud.description1": "As you read your code aloud, think from the computer’s perspective.",
82
94
  "gui.debugModal.readAloud.description2": "Are you including steps that aren’t there?",
@@ -131,8 +143,6 @@
131
143
  "gui.gui.shouldDeleteSprite": "Are you sure you want to delete this sprite?",
132
144
  "gui.gui.shouldDeleteCostume": "Are you sure you want to delete this costume?",
133
145
  "gui.gui.shouldDeleteSound": "Are you sure you want to delete this sound?",
134
- "gui.gui.confirm": "yes",
135
- "gui.gui.cancel": "no",
136
146
  "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
137
147
  "gui.SpriteInfo.direction": "İstiqamət",
138
148
  "gui.directionPicker.rotationStyles.allAround": "Ətrafında",
@@ -183,6 +193,14 @@
183
193
  "gui.accountMenu.signOut": "Sign out",
184
194
  "gui.authorInfo.byUser": "by <span>{name}</span>",
185
195
  "gui.menuBar.seeProjectPage": "See Project Page",
196
+ "gui.menuBar.edit": "Düzəliş et",
197
+ "gui.menuBar.turboModeOff": "Turn off Turbo Mode",
198
+ "gui.menuBar.turboModeOn": "Turn on Turbo Mode",
199
+ "gui.menuBar.saveNow": "İndi saxla",
200
+ "gui.menuBar.saveAsCopy": "Save as a copy",
201
+ "gui.menuBar.new": "Yeni",
202
+ "gui.menuBar.file": "Fayl",
203
+ "gui.menuBar.downloadToComputer": "Kompüterə yüklə",
186
204
  "gui.menuBar.language": "Language",
187
205
  "general.username": "Username",
188
206
  "general.password": "Password",
@@ -191,24 +209,18 @@
191
209
  "form.validationRequired": "This field is required",
192
210
  "gui.menuBar.tutorialsLibrary": "Təlimatlar",
193
211
  "gui.menuBar.debug": "Debug",
212
+ "gui.menuBar.home": "Home",
213
+ "gui.menuBar.myStuff": "My Stuff",
194
214
  "gui.menuBar.restoreSprite": "Spraytı bərpa edin",
195
215
  "gui.menuBar.restoreSound": "Restore Sound",
196
216
  "gui.menuBar.restoreCostume": "Restore Costume",
197
217
  "gui.menuBar.restore": "Restore",
198
- "gui.menuBar.saveNow": "İndi saxla",
199
- "gui.menuBar.saveAsCopy": "Save as a copy",
200
218
  "gui.menuBar.remix": "Remix",
201
- "gui.menuBar.new": "Yeni",
202
- "gui.menuBar.file": "Fayl",
203
- "gui.menuBar.downloadToComputer": "Kompüterə yüklə",
204
- "gui.menuBar.edit": "Düzəliş et",
205
- "gui.menuBar.turboModeOff": "Turn off Turbo Mode",
206
- "gui.menuBar.turboModeOn": "Turn on Turbo Mode",
219
+ "gui.menuBar.joinScratch": "Join Scratch",
220
+ "gui.menuBar.signIn": "Sign in",
207
221
  "gui.menuBar.modeMenu": "Mode",
208
222
  "gui.menuBar.normalMode": "Normal mode",
209
223
  "gui.menuBar.caturdayMode": "Caturday mode",
210
- "gui.menuBar.joinScratch": "Join Scratch",
211
- "gui.menuBar.signIn": "Sign in",
212
224
  "gui.gui.projectTitlePlaceholder": "Project title here",
213
225
  "gui.menuBar.saveNowLink": "Save Now",
214
226
  "gui.menuBar.settings": "Settings",
@@ -287,6 +299,9 @@
287
299
  "gui.stageHeader.stageSizeFull": "Tam ekran rejiminə daxil ol",
288
300
  "gui.stageHeader.stageSizeUnFull": "Tam ekran rejimindən çıx",
289
301
  "gui.stageHeader.saveThumbnail": "Set Thumbnail",
302
+ "gui.stageHeader.saveThumbnailMessage": "Are you sure you want to set your thumbnail?",
303
+ "gui.stageHeader.thumbnailTooltipTitle": "Hey there! 👋",
304
+ "gui.stageHeader.thumbnailTooltipBody": "<b>\"Set Thumbnail\"</b> has a new spot. It works by taking a snapshot of your stage and setting it as your project thumbnail.",
290
305
  "gui.stageHeader.fullscreenControl": "Tam ekran idarəedicisi",
291
306
  "gui.spriteSelector.addBackdropFromLibrary": "Fon seç",
292
307
  "gui.stageSelector.addBackdropFromPaint": "Paint",
@@ -344,6 +359,9 @@
344
359
  "gui.alerts.cloudInfoLearnMore": "Learn more.",
345
360
  "gui.alerts.importing": "Importing…",
346
361
  "gui.alerts.loadingExtensionData": "Loading extension...",
362
+ "gui.alerts.settingThumbnail": "Setting thumbnail…",
363
+ "gui.alerts.thumbnailSuccess": "Thumbnail set successfully.",
364
+ "gui.alerts.thumbnailError": "Couldn’t set thumbnail. Please try again later.",
347
365
  "gui.defaultProject.meow": "Meow",
348
366
  "gui.defaultProject.variable": "my variable",
349
367
  "gui.howtos.intro-move-sayhello-hat.name": "Yeni başlayanlar",
@@ -19,6 +19,14 @@
19
19
  "gui.unsupportedBrowser.back": "Назад",
20
20
  "gui.unsupportedBrowser.previewfaq": "To learn more, go to the <a>{previewFaqLink}</a>.",
21
21
  "gui.unsupportedBrowser.previewfaqlinktext": "Частыя пытанні (FAQ)",
22
+ "gui.cards.tutorialsIcon": "Tutorials icon",
23
+ "gui.cards.shrinkIcon": "Shrink icon",
24
+ "gui.cards.expandIcon": "Expand icon",
25
+ "gui.cards.closeIcon": "Close icon",
26
+ "gui.cards.leftArrowIcon": "Left arrow icon",
27
+ "gui.cards.rightArrowIcon": "Right arrow icon",
28
+ "gui.cards.previousStepButton": "Previous step",
29
+ "gui.cards.nextStepButton": "Next step",
22
30
  "gui.cards.all-tutorials": "Падручнікі",
23
31
  "gui.cards.shrink": "Сціснуць",
24
32
  "gui.cards.expand": "Разгарнуць",
@@ -28,6 +36,8 @@
28
36
  "gui.comingSoon.message1": "Не хвалюйцеся, мы працуем над гэтым {emoji}",
29
37
  "gui.comingSoon.message2": "У бліжэйшы час...",
30
38
  "gui.comingSoon.message3": "Мы працуем над гэтым {emoji}",
39
+ "gui.confirmationPrompt.confirm": "yes",
40
+ "gui.confirmationPrompt.cancel": "no",
31
41
  "gui.connection.auto-scanning.prescan": "Размясціце вашу прыладу паблізу і пачніце пошук.",
32
42
  "gui.connection.auto-scanning.scanBeginMessage": "Press the button on your device.",
33
43
  "gui.connection.auto-scanning.noPeripheralsFound": "Прылады не знойдзены",
@@ -77,6 +87,8 @@
77
87
  "gui.customProcedures.cancel": "Скасаваць",
78
88
  "gui.customProcedures.ok": "OK",
79
89
  "gui.debugModal.title": "Debugging | Getting Unstuck",
90
+ "gui.debugModal.previous": "Previous",
91
+ "gui.debugModal.next": "Next",
80
92
  "gui.debugModal.readAloud.title": "Read Aloud",
81
93
  "gui.debugModal.readAloud.description1": "As you read your code aloud, think from the computer’s perspective.",
82
94
  "gui.debugModal.readAloud.description2": "Are you including steps that aren’t there?",
@@ -131,8 +143,6 @@
131
143
  "gui.gui.shouldDeleteSprite": "Are you sure you want to delete this sprite?",
132
144
  "gui.gui.shouldDeleteCostume": "Are you sure you want to delete this costume?",
133
145
  "gui.gui.shouldDeleteSound": "Are you sure you want to delete this sound?",
134
- "gui.gui.confirm": "yes",
135
- "gui.gui.cancel": "no",
136
146
  "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
137
147
  "gui.SpriteInfo.direction": "Кірунак",
138
148
  "gui.directionPicker.rotationStyles.allAround": "Кругом",
@@ -183,6 +193,14 @@
183
193
  "gui.accountMenu.signOut": "Выйсці",
184
194
  "gui.authorInfo.byUser": "by <span>{name}</span>",
185
195
  "gui.menuBar.seeProjectPage": "Старонка праекта",
196
+ "gui.menuBar.edit": "Змяніць",
197
+ "gui.menuBar.turboModeOff": "Выключыць Турба рэжым",
198
+ "gui.menuBar.turboModeOn": "Уключыць Турба рэжым",
199
+ "gui.menuBar.saveNow": "Захаваць",
200
+ "gui.menuBar.saveAsCopy": "Захаваць як копію",
201
+ "gui.menuBar.new": "Новы",
202
+ "gui.menuBar.file": "Файл",
203
+ "gui.menuBar.downloadToComputer": "Захаваць на свой камп'ютар",
186
204
  "gui.menuBar.language": "Language",
187
205
  "general.username": "Імя карыстальніка",
188
206
  "general.password": "Пароль",
@@ -191,24 +209,18 @@
191
209
  "form.validationRequired": "Гэта поле абавязковае",
192
210
  "gui.menuBar.tutorialsLibrary": "Падручнікі",
193
211
  "gui.menuBar.debug": "Debug",
212
+ "gui.menuBar.home": "Home",
213
+ "gui.menuBar.myStuff": "My Stuff",
194
214
  "gui.menuBar.restoreSprite": "Аднавіць спрайт",
195
215
  "gui.menuBar.restoreSound": "Аднавіць гук",
196
216
  "gui.menuBar.restoreCostume": "Аднавіць касцюм",
197
217
  "gui.menuBar.restore": "Аднавіць",
198
- "gui.menuBar.saveNow": "Захаваць",
199
- "gui.menuBar.saveAsCopy": "Захаваць як копію",
200
218
  "gui.menuBar.remix": "Рэмікс",
201
- "gui.menuBar.new": "Новы",
202
- "gui.menuBar.file": "Файл",
203
- "gui.menuBar.downloadToComputer": "Захаваць на свой камп'ютар",
204
- "gui.menuBar.edit": "Змяніць",
205
- "gui.menuBar.turboModeOff": "Выключыць Турба рэжым",
206
- "gui.menuBar.turboModeOn": "Уключыць Турба рэжым",
219
+ "gui.menuBar.joinScratch": "Далучыцца да Scratch",
220
+ "gui.menuBar.signIn": "Увайсці",
207
221
  "gui.menuBar.modeMenu": "Mode",
208
222
  "gui.menuBar.normalMode": "Normal mode",
209
223
  "gui.menuBar.caturdayMode": "Caturday mode",
210
- "gui.menuBar.joinScratch": "Далучыцца да Scratch",
211
- "gui.menuBar.signIn": "Увайсці",
212
224
  "gui.gui.projectTitlePlaceholder": "Назва праекта",
213
225
  "gui.menuBar.saveNowLink": "Захаваць",
214
226
  "gui.menuBar.settings": "Settings",
@@ -287,6 +299,9 @@
287
299
  "gui.stageHeader.stageSizeFull": "Поўнаэкранны рэжым",
288
300
  "gui.stageHeader.stageSizeUnFull": "Выхад з поўнаэкраннага рэжыму",
289
301
  "gui.stageHeader.saveThumbnail": "Set Thumbnail",
302
+ "gui.stageHeader.saveThumbnailMessage": "Are you sure you want to set your thumbnail?",
303
+ "gui.stageHeader.thumbnailTooltipTitle": "Hey there! 👋",
304
+ "gui.stageHeader.thumbnailTooltipBody": "<b>\"Set Thumbnail\"</b> has a new spot. It works by taking a snapshot of your stage and setting it as your project thumbnail.",
290
305
  "gui.stageHeader.fullscreenControl": "Поўнаэкранны рэжым",
291
306
  "gui.spriteSelector.addBackdropFromLibrary": "Выбраць фон",
292
307
  "gui.stageSelector.addBackdropFromPaint": "Намаляваць",
@@ -344,6 +359,9 @@
344
359
  "gui.alerts.cloudInfoLearnMore": "Даведацца больш.",
345
360
  "gui.alerts.importing": "Імпарт...",
346
361
  "gui.alerts.loadingExtensionData": "Loading extension...",
362
+ "gui.alerts.settingThumbnail": "Setting thumbnail…",
363
+ "gui.alerts.thumbnailSuccess": "Thumbnail set successfully.",
364
+ "gui.alerts.thumbnailError": "Couldn’t set thumbnail. Please try again later.",
347
365
  "gui.defaultProject.meow": "Meow",
348
366
  "gui.defaultProject.variable": "my variable",
349
367
  "gui.howtos.intro-move-sayhello-hat.name": "З чаго пачаць",
@@ -19,6 +19,14 @@
19
19
  "gui.unsupportedBrowser.back": "Назад",
20
20
  "gui.unsupportedBrowser.previewfaq": "To learn more, go to the <a>{previewFaqLink}</a>.",
21
21
  "gui.unsupportedBrowser.previewfaqlinktext": "ЧЗВ",
22
+ "gui.cards.tutorialsIcon": "Tutorials icon",
23
+ "gui.cards.shrinkIcon": "Shrink icon",
24
+ "gui.cards.expandIcon": "Expand icon",
25
+ "gui.cards.closeIcon": "Close icon",
26
+ "gui.cards.leftArrowIcon": "Left arrow icon",
27
+ "gui.cards.rightArrowIcon": "Right arrow icon",
28
+ "gui.cards.previousStepButton": "Previous step",
29
+ "gui.cards.nextStepButton": "Next step",
22
30
  "gui.cards.all-tutorials": "Обучения",
23
31
  "gui.cards.shrink": "Смаляване",
24
32
  "gui.cards.expand": "Разширяване",
@@ -28,6 +36,8 @@
28
36
  "gui.comingSoon.message1": "Не се притеснявайте, заели сме се с това{emoji}",
29
37
  "gui.comingSoon.message2": "Очаквайте скоро…",
30
38
  "gui.comingSoon.message3": "Работим по това {emoji}",
39
+ "gui.confirmationPrompt.confirm": "yes",
40
+ "gui.confirmationPrompt.cancel": "no",
31
41
  "gui.connection.auto-scanning.prescan": "Приближи устройствата и започни търсенето.",
32
42
  "gui.connection.auto-scanning.scanBeginMessage": "Press the button on your device.",
33
43
  "gui.connection.auto-scanning.noPeripheralsFound": "Не са открити устройства",
@@ -77,6 +87,8 @@
77
87
  "gui.customProcedures.cancel": "Отказ",
78
88
  "gui.customProcedures.ok": "Добре",
79
89
  "gui.debugModal.title": "Отстраняване на грешки (дебъгване)",
90
+ "gui.debugModal.previous": "Previous",
91
+ "gui.debugModal.next": "Next",
80
92
  "gui.debugModal.readAloud.title": "Read Aloud",
81
93
  "gui.debugModal.readAloud.description1": "As you read your code aloud, think from the computer’s perspective.",
82
94
  "gui.debugModal.readAloud.description2": "Are you including steps that aren’t there?",
@@ -131,8 +143,6 @@
131
143
  "gui.gui.shouldDeleteSprite": "Наистина ли искаш да изтриеш този спрайт?",
132
144
  "gui.gui.shouldDeleteCostume": "Наистина ли искаш да изтриеш този костюм?",
133
145
  "gui.gui.shouldDeleteSound": "Наистина ли искаш да изтриеш този звук?",
134
- "gui.gui.confirm": "yes",
135
- "gui.gui.cancel": "no",
136
146
  "gui.gui.deleteAssetHeading": "Потвърждение на изтриването",
137
147
  "gui.SpriteInfo.direction": "Посока",
138
148
  "gui.directionPicker.rotationStyles.allAround": "Пълно завъртане",
@@ -183,6 +193,14 @@
183
193
  "gui.accountMenu.signOut": "Изход",
184
194
  "gui.authorInfo.byUser": "by <span>{name}</span>",
185
195
  "gui.menuBar.seeProjectPage": "Към страницата на проекта",
196
+ "gui.menuBar.edit": "Редактиране",
197
+ "gui.menuBar.turboModeOff": "Изключване на режима Турбо",
198
+ "gui.menuBar.turboModeOn": "Включване на режима Турбо",
199
+ "gui.menuBar.saveNow": "Запазване сега",
200
+ "gui.menuBar.saveAsCopy": "Запазване като копие",
201
+ "gui.menuBar.new": "Нов",
202
+ "gui.menuBar.file": "Файл",
203
+ "gui.menuBar.downloadToComputer": "Запазване на моя компютър",
186
204
  "gui.menuBar.language": "Език",
187
205
  "general.username": "Потребителско име",
188
206
  "general.password": "Парола",
@@ -191,24 +209,18 @@
191
209
  "form.validationRequired": "Това поле е задължително",
192
210
  "gui.menuBar.tutorialsLibrary": "Обучения",
193
211
  "gui.menuBar.debug": "Дебъгване",
212
+ "gui.menuBar.home": "Home",
213
+ "gui.menuBar.myStuff": "My Stuff",
194
214
  "gui.menuBar.restoreSprite": "Възстанови спрайта",
195
215
  "gui.menuBar.restoreSound": "Възстанови звука",
196
216
  "gui.menuBar.restoreCostume": "Възстанови костюма",
197
217
  "gui.menuBar.restore": "Възстановяване",
198
- "gui.menuBar.saveNow": "Запазване сега",
199
- "gui.menuBar.saveAsCopy": "Запазване като копие",
200
218
  "gui.menuBar.remix": "Ремиксиране",
201
- "gui.menuBar.new": "Нов",
202
- "gui.menuBar.file": "Файл",
203
- "gui.menuBar.downloadToComputer": "Запазване на моя компютър",
204
- "gui.menuBar.edit": "Редактиране",
205
- "gui.menuBar.turboModeOff": "Изключване на режима Турбо",
206
- "gui.menuBar.turboModeOn": "Включване на режима Турбо",
219
+ "gui.menuBar.joinScratch": "Присъединяване в Scratch",
220
+ "gui.menuBar.signIn": "Вход",
207
221
  "gui.menuBar.modeMenu": "Режим",
208
222
  "gui.menuBar.normalMode": "Нормален режим",
209
223
  "gui.menuBar.caturdayMode": "Котешки режим",
210
- "gui.menuBar.joinScratch": "Присъединяване в Scratch",
211
- "gui.menuBar.signIn": "Вход",
212
224
  "gui.gui.projectTitlePlaceholder": "Заглавие на проекта тук",
213
225
  "gui.menuBar.saveNowLink": "Запазване сега",
214
226
  "gui.menuBar.settings": "Настройки",
@@ -287,6 +299,9 @@
287
299
  "gui.stageHeader.stageSizeFull": "Преминаване към режим на цял екран",
288
300
  "gui.stageHeader.stageSizeUnFull": "Излизане от режима на цял екран",
289
301
  "gui.stageHeader.saveThumbnail": "Set Thumbnail",
302
+ "gui.stageHeader.saveThumbnailMessage": "Are you sure you want to set your thumbnail?",
303
+ "gui.stageHeader.thumbnailTooltipTitle": "Hey there! 👋",
304
+ "gui.stageHeader.thumbnailTooltipBody": "<b>\"Set Thumbnail\"</b> has a new spot. It works by taking a snapshot of your stage and setting it as your project thumbnail.",
290
305
  "gui.stageHeader.fullscreenControl": "Цял екран",
291
306
  "gui.spriteSelector.addBackdropFromLibrary": "Избор на фон",
292
307
  "gui.stageSelector.addBackdropFromPaint": "Нарисувай",
@@ -344,6 +359,9 @@
344
359
  "gui.alerts.cloudInfoLearnMore": "Научи повече",
345
360
  "gui.alerts.importing": "Внасяне…",
346
361
  "gui.alerts.loadingExtensionData": "Loading extension...",
362
+ "gui.alerts.settingThumbnail": "Setting thumbnail…",
363
+ "gui.alerts.thumbnailSuccess": "Thumbnail set successfully.",
364
+ "gui.alerts.thumbnailError": "Couldn’t set thumbnail. Please try again later.",
347
365
  "gui.defaultProject.meow": "Мяу",
348
366
  "gui.defaultProject.variable": "моята променлива",
349
367
  "gui.howtos.intro-move-sayhello-hat.name": "Първи стъпки",
@@ -19,6 +19,14 @@
19
19
  "gui.unsupportedBrowser.back": "পিছনে",
20
20
  "gui.unsupportedBrowser.previewfaq": "To learn more, go to the <a>{previewFaqLink}</a>.",
21
21
  "gui.unsupportedBrowser.previewfaqlinktext": "বজিপ্র",
22
+ "gui.cards.tutorialsIcon": "Tutorials icon",
23
+ "gui.cards.shrinkIcon": "Shrink icon",
24
+ "gui.cards.expandIcon": "Expand icon",
25
+ "gui.cards.closeIcon": "Close icon",
26
+ "gui.cards.leftArrowIcon": "Left arrow icon",
27
+ "gui.cards.rightArrowIcon": "Right arrow icon",
28
+ "gui.cards.previousStepButton": "Previous step",
29
+ "gui.cards.nextStepButton": "Next step",
22
30
  "gui.cards.all-tutorials": "টিউটোরিয়াল",
23
31
  "gui.cards.shrink": "সংকোচন",
24
32
  "gui.cards.expand": "বৃদ্ধি",
@@ -28,6 +36,8 @@
28
36
  "gui.comingSoon.message1": "চিন্তা কর না, আমরা এটা করছি{emoji}",
29
37
  "gui.comingSoon.message2": "শীঘ্রই আসছে...",
30
38
  "gui.comingSoon.message3": "আমরা এটা নিয়ে কাজ করছি {emoji}",
39
+ "gui.confirmationPrompt.confirm": "yes",
40
+ "gui.confirmationPrompt.cancel": "no",
31
41
  "gui.connection.auto-scanning.prescan": "তোমার ডিভাইসটি কি কাছাকাছি, তাহলে খোঁজা শুরু কর।",
32
42
  "gui.connection.auto-scanning.scanBeginMessage": "Press the button on your device.",
33
43
  "gui.connection.auto-scanning.noPeripheralsFound": "কোন ডিভাইস খুঁজে পাওয়া যায়নি",
@@ -77,6 +87,8 @@
77
87
  "gui.customProcedures.cancel": "বাতিল কর",
78
88
  "gui.customProcedures.ok": "ঠিক আছে",
79
89
  "gui.debugModal.title": "Debugging | Getting Unstuck",
90
+ "gui.debugModal.previous": "Previous",
91
+ "gui.debugModal.next": "Next",
80
92
  "gui.debugModal.readAloud.title": "Read Aloud",
81
93
  "gui.debugModal.readAloud.description1": "As you read your code aloud, think from the computer’s perspective.",
82
94
  "gui.debugModal.readAloud.description2": "Are you including steps that aren’t there?",
@@ -131,8 +143,6 @@
131
143
  "gui.gui.shouldDeleteSprite": "Are you sure you want to delete this sprite?",
132
144
  "gui.gui.shouldDeleteCostume": "Are you sure you want to delete this costume?",
133
145
  "gui.gui.shouldDeleteSound": "Are you sure you want to delete this sound?",
134
- "gui.gui.confirm": "yes",
135
- "gui.gui.cancel": "no",
136
146
  "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
137
147
  "gui.SpriteInfo.direction": "দিক",
138
148
  "gui.directionPicker.rotationStyles.allAround": "চারপাশে ",
@@ -183,6 +193,14 @@
183
193
  "gui.accountMenu.signOut": "সাইন আউট ",
184
194
  "gui.authorInfo.byUser": "by <span>{name}</span>",
185
195
  "gui.menuBar.seeProjectPage": "প্রজেক্ট পেইজ দেখ",
196
+ "gui.menuBar.edit": "সম্পাদনা",
197
+ "gui.menuBar.turboModeOff": "টার্বো মোড বন্ধ কর",
198
+ "gui.menuBar.turboModeOn": "টার্বো মোড চালু কর ",
199
+ "gui.menuBar.saveNow": "এখনই সংরক্ষন কর",
200
+ "gui.menuBar.saveAsCopy": "একটি কপি হিসেবে সংরক্ষন কর",
201
+ "gui.menuBar.new": "নতুন",
202
+ "gui.menuBar.file": "ফাইল",
203
+ "gui.menuBar.downloadToComputer": "তোমার কম্পিউটারে সংরক্ষন কর",
186
204
  "gui.menuBar.language": "ভাষা",
187
205
  "general.username": "ইউজারনেম",
188
206
  "general.password": "পাসওয়ার্ড",
@@ -191,24 +209,18 @@
191
209
  "form.validationRequired": "ঘরটি অবশ্যই পূরণ করতে হবে",
192
210
  "gui.menuBar.tutorialsLibrary": "টিউটোরিয়াল",
193
211
  "gui.menuBar.debug": "Debug",
212
+ "gui.menuBar.home": "Home",
213
+ "gui.menuBar.myStuff": "My Stuff",
194
214
  "gui.menuBar.restoreSprite": "স্প্রাইট পুনরুদ্ধার কর",
195
215
  "gui.menuBar.restoreSound": "শব্দ পুনরুদ্ধার কর",
196
216
  "gui.menuBar.restoreCostume": "পোশাক পুনরুদ্ধার কর",
197
217
  "gui.menuBar.restore": "পুনরুদ্ধার",
198
- "gui.menuBar.saveNow": "এখনই সংরক্ষন কর",
199
- "gui.menuBar.saveAsCopy": "একটি কপি হিসেবে সংরক্ষন কর",
200
218
  "gui.menuBar.remix": "রিমিক্স",
201
- "gui.menuBar.new": "নতুন",
202
- "gui.menuBar.file": "ফাইল",
203
- "gui.menuBar.downloadToComputer": "তোমার কম্পিউটারে সংরক্ষন কর",
204
- "gui.menuBar.edit": "সম্পাদনা",
205
- "gui.menuBar.turboModeOff": "টার্বো মোড বন্ধ কর",
206
- "gui.menuBar.turboModeOn": "টার্বো মোড চালু কর ",
219
+ "gui.menuBar.joinScratch": "Scratch এ যুক্ত হও",
220
+ "gui.menuBar.signIn": "সাইন ইন",
207
221
  "gui.menuBar.modeMenu": "মোড",
208
222
  "gui.menuBar.normalMode": "সাধারন মোড",
209
223
  "gui.menuBar.caturdayMode": "ক্যাটারডে মোড",
210
- "gui.menuBar.joinScratch": "Scratch এ যুক্ত হও",
211
- "gui.menuBar.signIn": "সাইন ইন",
212
224
  "gui.gui.projectTitlePlaceholder": "প্রজেক্ট এর নাম এখানে",
213
225
  "gui.menuBar.saveNowLink": "সংরক্ষন কর",
214
226
  "gui.menuBar.settings": "সেটিংস",
@@ -287,6 +299,9 @@
287
299
  "gui.stageHeader.stageSizeFull": "ফুলস্ক্রিন মুডে প্রবেশ কর",
288
300
  "gui.stageHeader.stageSizeUnFull": "ফুলস্ক্রিন মুড থেকে বাহির হও",
289
301
  "gui.stageHeader.saveThumbnail": "Set Thumbnail",
302
+ "gui.stageHeader.saveThumbnailMessage": "Are you sure you want to set your thumbnail?",
303
+ "gui.stageHeader.thumbnailTooltipTitle": "Hey there! 👋",
304
+ "gui.stageHeader.thumbnailTooltipBody": "<b>\"Set Thumbnail\"</b> has a new spot. It works by taking a snapshot of your stage and setting it as your project thumbnail.",
290
305
  "gui.stageHeader.fullscreenControl": "ফুলস্ক্রিন নিয়ন্ত্রণ",
291
306
  "gui.spriteSelector.addBackdropFromLibrary": "একটি ব্যাকড্রপ বাছাই কর",
292
307
  "gui.stageSelector.addBackdropFromPaint": "আঁক",
@@ -344,6 +359,9 @@
344
359
  "gui.alerts.cloudInfoLearnMore": "আরও জানো।",
345
360
  "gui.alerts.importing": "ইম্পোর্ট হচ্ছে…",
346
361
  "gui.alerts.loadingExtensionData": "Loading extension...",
362
+ "gui.alerts.settingThumbnail": "Setting thumbnail…",
363
+ "gui.alerts.thumbnailSuccess": "Thumbnail set successfully.",
364
+ "gui.alerts.thumbnailError": "Couldn’t set thumbnail. Please try again later.",
347
365
  "gui.defaultProject.meow": "Meow",
348
366
  "gui.defaultProject.variable": "my variable",
349
367
  "gui.howtos.intro-move-sayhello-hat.name": "শুরু কর",
@@ -19,6 +19,14 @@
19
19
  "gui.unsupportedBrowser.back": "Enrere",
20
20
  "gui.unsupportedBrowser.previewfaq": "To learn more, go to the <a>{previewFaqLink}</a>.",
21
21
  "gui.unsupportedBrowser.previewfaqlinktext": "Preguntes freqüents",
22
+ "gui.cards.tutorialsIcon": "Tutorials icon",
23
+ "gui.cards.shrinkIcon": "Shrink icon",
24
+ "gui.cards.expandIcon": "Expand icon",
25
+ "gui.cards.closeIcon": "Close icon",
26
+ "gui.cards.leftArrowIcon": "Left arrow icon",
27
+ "gui.cards.rightArrowIcon": "Right arrow icon",
28
+ "gui.cards.previousStepButton": "Previous step",
29
+ "gui.cards.nextStepButton": "Next step",
22
30
  "gui.cards.all-tutorials": "Tutorials",
23
31
  "gui.cards.shrink": "Encongeix",
24
32
  "gui.cards.expand": "Desplega",
@@ -28,6 +36,8 @@
28
36
  "gui.comingSoon.message1": "Hi estem treballant {emoji}",
29
37
  "gui.comingSoon.message2": "Properament...",
30
38
  "gui.comingSoon.message3": "Hi estem treballant {emoji}",
39
+ "gui.confirmationPrompt.confirm": "yes",
40
+ "gui.confirmationPrompt.cancel": "no",
31
41
  "gui.connection.auto-scanning.prescan": "Situa el dispositiu a prop i llavors inicia la cerca.",
32
42
  "gui.connection.auto-scanning.scanBeginMessage": "Press the button on your device.",
33
43
  "gui.connection.auto-scanning.noPeripheralsFound": "No s'ha trobat cap dispositiu",
@@ -77,6 +87,8 @@
77
87
  "gui.customProcedures.cancel": "Cancel·la",
78
88
  "gui.customProcedures.ok": "D'acord",
79
89
  "gui.debugModal.title": "Depuració | Getting Unstuck",
90
+ "gui.debugModal.previous": "Previous",
91
+ "gui.debugModal.next": "Next",
80
92
  "gui.debugModal.readAloud.title": "Read Aloud",
81
93
  "gui.debugModal.readAloud.description1": "As you read your code aloud, think from the computer’s perspective.",
82
94
  "gui.debugModal.readAloud.description2": "Are you including steps that aren’t there?",
@@ -131,8 +143,6 @@
131
143
  "gui.gui.shouldDeleteSprite": "Estàs segur que vols esborrar aquest personatge?",
132
144
  "gui.gui.shouldDeleteCostume": "Estàs segur que vols esborrar aquest vestit?",
133
145
  "gui.gui.shouldDeleteSound": "Estàs segur que vols esborrar aquest so?",
134
- "gui.gui.confirm": "yes",
135
- "gui.gui.cancel": "no",
136
146
  "gui.gui.deleteAssetHeading": "Confirma que ho vols esborrar",
137
147
  "gui.SpriteInfo.direction": "Direcció",
138
148
  "gui.directionPicker.rotationStyles.allAround": "Al voltant",
@@ -183,6 +193,14 @@
183
193
  "gui.accountMenu.signOut": "Finalitza la sessió",
184
194
  "gui.authorInfo.byUser": "by <span>{name}</span>",
185
195
  "gui.menuBar.seeProjectPage": "Veure la pàgina del projecte",
196
+ "gui.menuBar.edit": "Edita",
197
+ "gui.menuBar.turboModeOff": "Desactiva el Mode Turbo",
198
+ "gui.menuBar.turboModeOn": "Activa el Mode Turbo",
199
+ "gui.menuBar.saveNow": "Desa ara",
200
+ "gui.menuBar.saveAsCopy": "Desa una còpia",
201
+ "gui.menuBar.new": "Nou",
202
+ "gui.menuBar.file": "Fitxer",
203
+ "gui.menuBar.downloadToComputer": "Desa al teu ordinador",
186
204
  "gui.menuBar.language": "Idioma",
187
205
  "general.username": "Nom d'usuari",
188
206
  "general.password": "Contrasenya",
@@ -191,24 +209,18 @@
191
209
  "form.validationRequired": "Aquest camp és necessari",
192
210
  "gui.menuBar.tutorialsLibrary": "Tutorials",
193
211
  "gui.menuBar.debug": "Depuració",
212
+ "gui.menuBar.home": "Home",
213
+ "gui.menuBar.myStuff": "My Stuff",
194
214
  "gui.menuBar.restoreSprite": "Recupera el personatge",
195
215
  "gui.menuBar.restoreSound": "Recupera el so",
196
216
  "gui.menuBar.restoreCostume": "Recupera el vestit",
197
217
  "gui.menuBar.restore": "Recupera",
198
- "gui.menuBar.saveNow": "Desa ara",
199
- "gui.menuBar.saveAsCopy": "Desa una còpia",
200
218
  "gui.menuBar.remix": "Reinventa",
201
- "gui.menuBar.new": "Nou",
202
- "gui.menuBar.file": "Fitxer",
203
- "gui.menuBar.downloadToComputer": "Desa al teu ordinador",
204
- "gui.menuBar.edit": "Edita",
205
- "gui.menuBar.turboModeOff": "Desactiva el Mode Turbo",
206
- "gui.menuBar.turboModeOn": "Activa el Mode Turbo",
219
+ "gui.menuBar.joinScratch": "Uneix-te a l'Scratch",
220
+ "gui.menuBar.signIn": "Inicia la sessió",
207
221
  "gui.menuBar.modeMenu": "Mode",
208
222
  "gui.menuBar.normalMode": "Mode normal",
209
223
  "gui.menuBar.caturdayMode": "Mode de gat",
210
- "gui.menuBar.joinScratch": "Uneix-te a l'Scratch",
211
- "gui.menuBar.signIn": "Inicia la sessió",
212
224
  "gui.gui.projectTitlePlaceholder": "Títol del projecte aquí",
213
225
  "gui.menuBar.saveNowLink": "Desa ara",
214
226
  "gui.menuBar.settings": "Configuració",
@@ -287,6 +299,9 @@
287
299
  "gui.stageHeader.stageSizeFull": "Canvia a mode Pantalla completa",
288
300
  "gui.stageHeader.stageSizeUnFull": "Surt del mode Pantalla completa",
289
301
  "gui.stageHeader.saveThumbnail": "Set Thumbnail",
302
+ "gui.stageHeader.saveThumbnailMessage": "Are you sure you want to set your thumbnail?",
303
+ "gui.stageHeader.thumbnailTooltipTitle": "Hey there! 👋",
304
+ "gui.stageHeader.thumbnailTooltipBody": "<b>\"Set Thumbnail\"</b> has a new spot. It works by taking a snapshot of your stage and setting it as your project thumbnail.",
290
305
  "gui.stageHeader.fullscreenControl": "Control de pantalla completa",
291
306
  "gui.spriteSelector.addBackdropFromLibrary": "Tria un fons",
292
307
  "gui.stageSelector.addBackdropFromPaint": "Pintar",
@@ -344,6 +359,9 @@
344
359
  "gui.alerts.cloudInfoLearnMore": "Aprèn més.",
345
360
  "gui.alerts.importing": "Important...",
346
361
  "gui.alerts.loadingExtensionData": "Loading extension...",
362
+ "gui.alerts.settingThumbnail": "Setting thumbnail…",
363
+ "gui.alerts.thumbnailSuccess": "Thumbnail set successfully.",
364
+ "gui.alerts.thumbnailError": "Couldn’t set thumbnail. Please try again later.",
347
365
  "gui.defaultProject.meow": "Mèu",
348
366
  "gui.defaultProject.variable": "la meva variable",
349
367
  "gui.howtos.intro-move-sayhello-hat.name": "Comença",