scratch-l10n 6.1.5 → 6.1.7

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.7](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.6...v6.1.7) (2025-11-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** lock file maintenance ([0e321a1](https://github.com/scratchfoundation/scratch-l10n/commit/0e321a13b202bff09410a3f3b16903755b63e796))
12
+
13
+ ## [6.1.6](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.5...v6.1.6) (2025-11-03)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * pull new editor translations from Transifex ([20fe45f](https://github.com/scratchfoundation/scratch-l10n/commit/20fe45f032877242f8be14c3aaeaf4036df946a2))
19
+
6
20
  ## [6.1.5](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.4...v6.1.5) (2025-11-02)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "6.1.5",
3
+ "version": "6.1.7",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.mjs",
@@ -10,9 +10,9 @@
10
10
  "cookies.table.provider": "प्रदाता",
11
11
  "cookies.table.purpose": "उद्देश्य",
12
12
  "cookies.table.expiration": "समय सीमा समाप्ति",
13
- "cookies.table.session": "Session",
14
- "cookies.table.persistent": "Persistent",
15
- "cookies.table.days.1": "1 day",
13
+ "cookies.table.session": "सत्र",
14
+ "cookies.table.persistent": "ज़िद्दी",
15
+ "cookies.table.days.1": "1 दिन",
16
16
  "cookies.table.days.180": "180 days",
17
17
  "cookies.table.weeks.2": "2 weeks",
18
18
  "cookies.table.weeks.3": "3 weeks",
@@ -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": "Nastavi predogledno sličico",
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.",