scratch-l10n 5.0.94 → 5.0.96

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.96](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.95...v5.0.96) (2025-01-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * pull new editor translations from Transifex ([4c1279a](https://github.com/scratchfoundation/scratch-l10n/commit/4c1279a078ba275515ef893c8320e76e139d8128))
12
+
13
+ ## [5.0.95](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.94...v5.0.95) (2025-01-23)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** lock file maintenance ([#590](https://github.com/scratchfoundation/scratch-l10n/issues/590)) ([e43e0f0](https://github.com/scratchfoundation/scratch-l10n/commit/e43e0f0659853fdf42d97a05e66261ae2a6ebc67))
19
+
6
20
  ## [5.0.94](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.93...v5.0.94) (2025-01-23)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "5.0.94",
3
+ "version": "5.0.96",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.mjs",
@@ -178,9 +178,9 @@
178
178
  "annualReport.2020.yearInReviewCard9Text": "स्क्रैचर्स ने दैनिक थीम वाले संकेतों के आधार पर सैकड़ों रचनात्मक कहानियां, गेम और एनिमेशन बनाए।",
179
179
  "annualReport.2020.communityQuote2Name": "एना लिटिकल, स्क्रैच एलम",
180
180
  "annualReport.2020.communityQuote2Title": "Google क्लाउड प्लेटफ़ॉर्म डेवलपर रिलेशन इंजीनियर, और कोडिंग ड्रैग क्वीन",
181
- "annualReport.2020.communityQuote2Text": "Seeing the power you have when you’re creating something and can represent yourself and your problems and express them or solve them with code is a really magical experience and has real world impact.",
181
+ "annualReport.2020.communityQuote2Text": "जब आप कुछ बना रहे होते हैं और खुद को और अपनी समस्याओं को प्रस्तुत कर सकते हैं और उन्हें व्यक्त कर सकते हैं या कोड के साथ हल कर सकते हैं, तो आपके पास जो शक्ति है, उसे देखना वास्तव में एक जादुई अनुभव है और इसका वास्तविक दुनिया पर प्रभाव पड़ता है।",
182
182
  "annualReport.2020.communitySnapshotTitle": "हमारे उपकरण में सुधार\n ",
183
- "annualReport.2020.communitySnapshotText": "Our Community Team uses a wide variety of tools and strategies to encourage good digital citizenship and maintain a positive environment for Scratchers to create in. In 2020, we developed a new, more intuitive interface to help Scratchers flag inappropriate content, and improved the tools used by our community moderation team. As a result, we received higher quality reports from the community, and our community moderators were able to work more quickly and efficiently—keeping the site safer and friendlier for everyone.",
183
+ "annualReport.2020.communitySnapshotText": "हमारी सामुदायिक टीम अच्छी डिजिटल नागरिकता को प्रोत्साहित करने और स्क्रैचर्स के लिए एक सकारात्मक वातावरण बनाए रखने के लिए विभिन्न प्रकार के टूल और रणनीतियों का उपयोग करती है। 2020 में, हमने स्क्रैचर्स को अनुचित सामग्री को चिह्नित करने में मदद करने के लिए एक नया, अधिक सहज ज्ञान युक्त इंटरफ़ेस विकसित किया, और उपयोग किए गए टूल में सुधार किया। हमारी सामुदायिक मॉडरेशन टीम द्वारा। परिणामस्वरूप, हमें समुदाय से उच्च गुणवत्ता वाली रिपोर्टें प्राप्त हुईं, और हमारे समुदाय मॉडरेटर अधिक तेज़ी से और कुशलता से काम करने में सक्षम हुए—जिससे साइट सभी के लिए सुरक्षित और मित्रवत बनी रही।",
184
184
  "annualReport.2020.communitySnapshot2Title": "New Scratch Tutorials on YouTube",
185
185
  "annualReport.2020.communitySnapshot2Text": "The Scratch Team began sharing tutorials on our YouTube channel in March 2020 to help Scratchers gain the skills to create whatever they can imagine. From pixel art to virtual pets, these tutorials are a hit with Scratchers of all ages, gaining 1.3 million views in 2020.",
186
186
  "annualReport.2020.tutorial1": "Virtual Town",
@@ -1,8 +1,8 @@
1
1
  {
2
- "becomeAScratcher.buttons.back": "Παρασκήνιο",
2
+ "becomeAScratcher.buttons.back": "Προηγούμενο",
3
3
  "becomeAScratcher.buttons.next": "Επόμενο",
4
4
  "becomeAScratcher.buttons.communityGuidelines": "Οδηγίες Kοινότητας",
5
- "becomeAScratcher.buttons.getStarted": "Ξεκινήστε",
5
+ "becomeAScratcher.buttons.getStarted": "Ξεκινήνα",
6
6
  "becomeAScratcher.buttons.finishLater": "Finish Later",
7
7
  "becomeAScratcher.buttons.goBack": "Πήγαινε Πίσω",
8
8
  "becomeAScratcher.buttons.iAgree": "I Agree",
@@ -20,7 +20,7 @@
20
20
  "becomeAScratcher.invitation.header": "{username}, we invite you to become a Scratcher.",
21
21
  "becomeAScratcher.invitation.body": "Scratch is a friendly and welcoming community for everyone. If you agree to be respectful, be safe, give helpful feedback, embrace remix culture, be honest, and help keep the site friendly, click “I agree!”",
22
22
  "becomeAScratcher.invitation.finishLater": "You get to decide if you want to become a Scratcher. If you do not want to be a Scratcher yet, just click “Finish Later” above.",
23
- "registration.success.error": "Συγνώμη, συνέβη ένα απροσδόκητο σφάλμα.",
23
+ "registration.success.error": "Συγγνώμη, συνέβη ένα απροσδόκητο σφάλμα.",
24
24
  "becomeAScratcher.success.header": "Hooray! You are now officially a Scratcher.",
25
25
  "becomeAScratcher.success.body": "Here are some links that might be helpful for you.",
26
26
  "becomeAScratcher.success.communityGuidelines": "Οδηγίες Kοινότητας",