scratch-l10n 5.0.129 → 5.0.131

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
+ ## [5.0.131](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.130...v5.0.131) (2025-02-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** lock file maintenance ([#612](https://github.com/scratchfoundation/scratch-l10n/issues/612)) ([6af40a5](https://github.com/scratchfoundation/scratch-l10n/commit/6af40a522330587f68c23ce4866f861e9e6d8d11))
12
+
13
+ ## [5.0.130](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.129...v5.0.130) (2025-02-17)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * pull new editor translations from Transifex ([8264993](https://github.com/scratchfoundation/scratch-l10n/commit/8264993450e0cc9771921dadedb00a55901fd588))
19
+
6
20
  ## [5.0.129](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.128...v5.0.129) (2025-02-16)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "5.0.129",
3
+ "version": "5.0.131",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.mjs",
@@ -53,13 +53,13 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@babel/cli": "7.26.4",
56
- "@babel/core": "7.26.8",
56
+ "@babel/core": "7.26.9",
57
57
  "@babel/eslint-parser": "7.26.8",
58
58
  "@babel/node": "7.26.0",
59
59
  "@babel/plugin-proposal-object-rest-spread": "7.20.7",
60
60
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
61
61
  "@babel/plugin-transform-async-to-generator": "7.25.9",
62
- "@babel/preset-env": "7.26.8",
62
+ "@babel/preset-env": "7.26.9",
63
63
  "@babel/preset-react": "7.26.3",
64
64
  "@commitlint/cli": "18.6.1",
65
65
  "@commitlint/config-conventional": "18.6.3",
@@ -284,7 +284,7 @@
284
284
  "emailConfirmationModal.parentEmail.tipCheckSpam": "Ask your parent to check their spam folder.",
285
285
  "emailConfirmationModal.parentEmail.correctEmail": "Make sure your parent's email address is correct. Check your {accountSettings}.",
286
286
  "emailConfirmationModal.parentEmail.accountSettings": "Account instellingen",
287
- "emailConfirmationModal.parentEmail.havingTrouble": "Heeft U problemen? {tipsLink}",
287
+ "emailConfirmationModal.parentEmail.havingTrouble": "Heb je problemen? {tipsLink}",
288
288
  "emailConfirmationModal.parentEmail.checkOutTips": "Bekijk deze tips",
289
289
  "thumbnail.by": "door",
290
290
  "report.error": "Er is iets fout gegaan bij het versturen van je bericht. Probeer opnieuw.",
@@ -1,5 +1,5 @@
1
1
  {
2
- "guidelines.title": "Scratch Community-richtlijnen",
2
+ "guidelines.title": "Scratch Gemeenschaps-richtlijnen",
3
3
  "guidelines.header1": "Scratch is een vriendelijke en gastvrije gemeenschap voor iedereen, waar mensen samen maken, delen en leren.",
4
4
  "guidelines.header2": "We verwelkomen mensen van alle leeftijden, rassen, etniciteiten, religies, capaciteiten, seksuele geaardheden en genderidentiteiten.",
5
5
  "guidelines.header3": "Help Scratch een gastvrije, ondersteunende en creatieve plek te laten blijven voor iedereen door deze communityrichtlijnen te volgen:",
@@ -27,7 +27,7 @@
27
27
  "intro.watchVideo": "Bekijk de video",
28
28
  "news.scratchNews": "Scratchnieuws",
29
29
  "donatebanner.askSupport": "Scratch is 's werelds grootste gratis codeergemeenschap voor kinderen. Uw steun maakt een verschil.",
30
- "donatebanner.eoyCampaign": "Scratch is a nonprofit that relies on donations to keep our platform free for all kids. Your gift of $5 will make a difference.",
30
+ "donatebanner.eoyCampaign": "Scratch is een organisatie zonder winstoogmerk en moet het hebben van donaties om ons platform gratis te houden voor alle kinderen. Jouw gift van $5 maakt een verschil.",
31
31
  "donatebanner.scratchWeek": "19-20 mei is de 15e verjaardag van Scratch! {celebrationLink}. Doneer om wereldwijd creatief coderen te ondersteunen.",
32
32
  "donatebanner.learnMore": "Meer leren",
33
33
  "teacherbanner.greeting": "Hallo",
@@ -46,9 +46,9 @@
46
46
  "hocbanner.createAStory": "Schrijf een verhaal",
47
47
  "hocbanner.animateACharacter": "Animeer een sprite",
48
48
  "welcome.welcomeToScratch": "Welkom bij Scratch!",
49
- "welcome.explore": "Verken Start Projecten",
49
+ "welcome.explore": "Verken Startersprojecten",
50
50
  "welcome.exploreAlt": "Startersprojecten",
51
- "welcome.community": "Learn about the community",
51
+ "welcome.community": "Leer over de gemeenschap",
52
52
  "welcome.communityAlt": "Gemeenschapsrichtlijnen",
53
53
  "welcome.create": "Maak een project",
54
54
  "welcome.createAlt": "Aan de slag",