scratch-l10n 5.0.81 → 5.0.82

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
+ ## [5.0.82](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.81...v5.0.82) (2025-01-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * pull new editor translations from Transifex ([b1619d4](https://github.com/scratchfoundation/scratch-l10n/commit/b1619d490d236c744f979e572c33dde80c6d77e8))
12
+
6
13
  ## [5.0.81](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.80...v5.0.81) (2025-01-11)
7
14
 
8
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "5.0.81",
3
+ "version": "5.0.82",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.mjs",
@@ -1,5 +1,5 @@
1
1
  {
2
- "ideas.headerTitle": "Looking for a project idea?",
2
+ "ideas.headerTitle": "किसी प्रोजेक्ट विचार की तलाश है?",
3
3
  "ideas.headerDescription": "Try Scratch’s Project Idea Generator! Pick as many ideas as you’d like. Mix and match ideas! <a>Remix your own</a> idea generator! The possibilities are endless.",
4
4
  "ideas.headerImageDescription": "Scratch cat holding a lightning bulb and a block",
5
5
  "ideas.headerButtonMessage": "एक ट्यूटोरियल चुनें ",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "parents.title": "अभिभावक हेतु ",
3
- "parents.emailConfirmedTitle": "Your child's account has been confirmed",
3
+ "parents.emailConfirmedTitle": "आपके बच्चे के खाते की पुष्टि हो गई है",
4
4
  "parents.intro": "स्क्रैच एक प्रोग्रामिंग भाषा और एक ऑनलाइन समुदाय है जहां बच्चे\n कहानियां, खेल और एनिमेशन जैसे इंटरैक्टिव मीडिया बना सकते हैं \nऔर विश्व भर के लोगों के साथ साझा कर सकते हैं। \nस्क्रैच के माध्यम से बच्चे रचनात्मक रूप से सोचना सीखते हैं, सहयोग से काम करना सीखते हैं, \nऔर तर्कसंगत रूप से विचार करना सीखते हैं। स्क्रैच का विकास, विकसित,\n और मॉडरेट {scratchFoundation} किया गया है, एक गैर-लाभकारी संगठन द्वारा।",
5
5
  "parents.scratchFoundationLinkText": "स्क्रॅच फॉउंडेशन ",
6
6
  "parents.overview": "यह कैसे काम करता है ",
@@ -66,6 +66,6 @@
66
66
  "project.journey.controls.starterProject": "स्टार्टर प्रोजेक्ट",
67
67
  "project.journey.controls.onMyOwn": "अपने दम पर",
68
68
  "project.highlight.tutorials": "ट्यूटोरियल के लिए यहां क्लिक करें",
69
- "project.journey.play": "Click the green flag to see what this project does.",
70
- "project.journey.remix": "Make your own version!"
69
+ "project.journey.play": "यह प्रोजेक्ट क्या करता है यह देखने के लिए हरे झंडे पर क्लिक करें।",
70
+ "project.journey.remix": "अपना स्वयं का संस्करण बनाएं!"
71
71
  }