scratch-l10n 4.0.27 → 4.0.28

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 CHANGED
@@ -3,6 +3,13 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.0.28](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.27...v4.0.28) (2024-11-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * pull new editor translations from Transifex ([e45189c](https://github.com/scratchfoundation/scratch-l10n/commit/e45189c690a4d751ee0c4b31cb720cc406135685))
12
+
6
13
  ## [4.0.27](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.26...v4.0.27) (2024-11-15)
7
14
 
8
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "4.0.27",
3
+ "version": "4.0.28",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.mjs",
@@ -50,22 +50,22 @@
50
50
  "project.mutedAddToStudio": "Potrai inserire nuovamente nelle gallerie {inDuration}.",
51
51
  "project.cloudDataAndVideoAlert": "Per ragioni di privaicy le variabili cloud sono state disabilitate in questo progetto perché contiene blocchi che controllano la webcam.",
52
52
  "project.journey.controls.create": "Crea",
53
- "project.journey.controls.choose.projectGenre": "What do you want to create?",
54
- "project.journey.controls.choose.type": "Which type?",
55
- "project.journey.controls.choose.start": "How do you want to start?",
56
- "project.journey.controls.game": "Game",
53
+ "project.journey.controls.choose.projectGenre": "Cosa vuoi provare a creare?",
54
+ "project.journey.controls.choose.type": "Che tipo?",
55
+ "project.journey.controls.choose.start": "Come vuoi iniziare?",
56
+ "project.journey.controls.game": "Giochi",
57
57
  "project.journey.controls.animation": "Animazioni",
58
58
  "project.journey.controls.music": "Musica",
59
- "project.journey.controls.game.clicker": "Clicker Game",
59
+ "project.journey.controls.game.clicker": "Gioco a click",
60
60
  "project.journey.controls.game.pong": "Gioco del Pong",
61
- "project.journey.controls.animation.character": "Animate a character",
62
- "project.journey.controls.animation.fly": "Make it fly",
63
- "project.journey.controls.music.record": "Record a sound",
64
- "project.journey.controls.music.make": "Make music",
61
+ "project.journey.controls.animation.character": "Anima un personaggio",
62
+ "project.journey.controls.animation.fly": "Fallo volare",
63
+ "project.journey.controls.music.record": "Registra un suono",
64
+ "project.journey.controls.music.make": "Crea della musica",
65
65
  "project.journey.controls.tutorial": "Tutorial",
66
- "project.journey.controls.starterProject": "Starter project",
67
- "project.journey.controls.onMyOwn": "On my own",
68
- "project.highlight.tutorials": "Click here for tutorials",
69
- "project.journey.play": "Click the green flag to see what this project does.",
70
- "project.journey.remix": "Make your own version!"
66
+ "project.journey.controls.starterProject": "Progetti per iniziare",
67
+ "project.journey.controls.onMyOwn": "Per conto mio",
68
+ "project.highlight.tutorials": "Clicca qui per accedere ai tutorial",
69
+ "project.journey.play": "Clicca la bandiera verde per vedere cosa fa questo progetto.",
70
+ "project.journey.remix": "Crea la tua versione personale!"
71
71
  }