scratch-l10n 6.1.15 → 6.1.17

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,20 @@
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
+ ## [6.1.17](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.16...v6.1.17) (2025-11-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** lock file maintenance ([758c674](https://github.com/scratchfoundation/scratch-l10n/commit/758c6748718ef7798678e71581c9f3ad0fdc3f7a))
12
+
13
+ ## [6.1.16](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.15...v6.1.16) (2025-11-11)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * pull new editor translations from Transifex ([65e5dfa](https://github.com/scratchfoundation/scratch-l10n/commit/65e5dfab359dd0a81e375c063870310b0ff64fec))
19
+
6
20
  ## [6.1.15](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.14...v6.1.15) (2025-11-08)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "6.1.15",
3
+ "version": "6.1.17",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.mjs",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "contactUs.title": "Contact",
3
3
  "contactUs.intro": "Je kan de antwoorden op de meeste vragen over Scratch vinden op onze {faqLink} pagina.",
4
- "contactUs.faqLinkText": "Help Center",
4
+ "contactUs.faqLinkText": "Helpdesk",
5
5
  "contactUs.forumsInfo": "Als je het antwoord niet kan vinden in de FAQ, zijn er veel ervaren Scratchers in de Discussie Forums die je met plezier zullen helpen.",
6
6
  "contactUs.forumsLinkText": "Discussieforums",
7
7
  "contactUs.questionsText": "{questionsLink}: Vraag anderen in de community over alles wat met Scratch te maken heeft.",
@@ -15,9 +15,9 @@
15
15
  "contactUs.bugsLinkText": "Bugs en andere foutjes",
16
16
  "contactUs.formIntro": "Als je nog steeds contact met ons wilt opnemen, vul dan onderstaand formulier zo gedetailleerd mogelijk in. Als je screenshots, bijlagen of links hebt die helpen je probleem uit te leggen, voeg deze dan toe. We krijgen veel e-mail, dus we kunnen mogelijk niet reageren op je bericht.",
17
17
  "contactUs.contactScratch": "Neem contact op met het Scratch Team",
18
- "contactUs.qTitle": "Help Center",
18
+ "contactUs.qTitle": "Helpdesk",
19
19
  "contactUs.seeFaq": "Zie de FAQ",
20
- "contactUs.faqInfo": "You can find a list of answers to many questions about Scratch on our {faqLink}.",
20
+ "contactUs.faqInfo": "Je kunt een lijst met antwoorden op de meest gestelde vragen over Scratch vinden op {faqLink}.",
21
21
  "contactUs.askCommunity": "Vraag het aan de community",
22
22
  "contactUs.forumsIntro": "Je kunt ook de Scratch Discussie Fora doorkijken en er vragen stellen.",
23
23
  "contactUs.forumsHelp": "Er zijn veel vriendelijke Scratch communityleden met ervaring die met de volgende onderwerpen en meer kunnen helpen:",
@@ -14,7 +14,7 @@
14
14
  "general.collaborators": "Medewerkers",
15
15
  "general.community": "Gemeenschap",
16
16
  "general.confirmEmail": "E-mail bevestigen",
17
- "general.contactUs": "Help Center",
17
+ "general.contactUs": "Help Centrum",
18
18
  "general.starterProjects": "Startersprojecten",
19
19
  "general.getHelp": "Krijg hulp",
20
20
  "general.contact": "Contact",
@@ -8,7 +8,7 @@
8
8
  "project.text2SpeechChip": "Tekst naar spraak",
9
9
  "project.translateChip": "Vertaal",
10
10
  "project.videoSensingChip": "Video waarneming",
11
- "project.faceSensingChip": "Face Sensing",
11
+ "project.faceSensingChip": "Gezichtsherkenning",
12
12
  "project.needsConnection": "Internetverbinding nodig",
13
13
  "project.comments.header": "Opmerkingen",
14
14
  "project.comments.toggleOff": "Commentaar uit",
@@ -70,7 +70,7 @@
70
70
  "project.journey.play": "Click the green flag to see what this project does.",
71
71
  "project.journey.remix": "Make your own version!",
72
72
  "project.updateThumbnailTooltip": "Hi! Try out our new feature.",
73
- "project.updateThumbnailInfoModal.title": "Set Thumbnail",
73
+ "project.updateThumbnailInfoModal.title": "Miniatuur instellen",
74
74
  "project.updateThumbnailInfoModal.description": "When you press the button, a snapshot of your project canvas is taken and saved as the project thumbnail. You can also use it while the project is playing.",
75
75
  "project.updateThumbnailInfoModal.button": "Okay, I got it",
76
76
  "project.updateThumbnail.success": "Thumbnail updated successfully.",