scratch-l10n 5.0.234 → 5.0.235

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.235](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.234...v5.0.235) (2025-05-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * pull new editor translations from Transifex ([3f6a921](https://github.com/scratchfoundation/scratch-l10n/commit/3f6a9213dbc524569ad1e3dc206d5ad81d7c5edd))
12
+
6
13
  ## [5.0.234](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.233...v5.0.234) (2025-05-09)
7
14
 
8
15
 
@@ -58,7 +58,7 @@
58
58
  "gui.connection.updatePeripheral.progress": "Updating {progressPercentage}%",
59
59
  "gui.connection.updatePeripheral.updateSuccessful": "Update successful!",
60
60
  "gui.connection.updatePeripheral.updateFailed": "Update failed.",
61
- "gui.connection.updatePeripheral.goBackButton": "Go Back",
61
+ "gui.connection.updatePeripheral.goBackButton": "Назад",
62
62
  "gui.connection.updatePeripheral.updateNowButton": "Do Update",
63
63
  "gui.connection.updatePeripheral.updateAgainButton": "Try Again",
64
64
  "gui.controls.go": "Старт",
@@ -170,7 +170,7 @@
170
170
  "gui.accountMenu.signOut": "Изход",
171
171
  "gui.authorInfo.byUser": "от {username}",
172
172
  "gui.menuBar.seeProjectPage": "Виж Страницата на Проекта",
173
- "gui.menuBar.language": "Language",
173
+ "gui.menuBar.language": "Език",
174
174
  "general.username": "Потребителско име",
175
175
  "general.password": "Парола",
176
176
  "general.signIn": "Вход",
@@ -8590,7 +8590,7 @@ export default {
8590
8590
  "gui.connection.updatePeripheral.progress": "Updating {progressPercentage}%",
8591
8591
  "gui.connection.updatePeripheral.updateSuccessful": "Update successful!",
8592
8592
  "gui.connection.updatePeripheral.updateFailed": "Update failed.",
8593
- "gui.connection.updatePeripheral.goBackButton": "Go Back",
8593
+ "gui.connection.updatePeripheral.goBackButton": "Назад",
8594
8594
  "gui.connection.updatePeripheral.updateNowButton": "Do Update",
8595
8595
  "gui.connection.updatePeripheral.updateAgainButton": "Try Again",
8596
8596
  "gui.controls.go": "Старт",
@@ -8702,7 +8702,7 @@ export default {
8702
8702
  "gui.accountMenu.signOut": "Изход",
8703
8703
  "gui.authorInfo.byUser": "от {username}",
8704
8704
  "gui.menuBar.seeProjectPage": "Виж Страницата на Проекта",
8705
- "gui.menuBar.language": "Language",
8705
+ "gui.menuBar.language": "Език",
8706
8706
  "general.username": "Потребителско име",
8707
8707
  "general.password": "Парола",
8708
8708
  "general.signIn": "Вход",
@@ -6060,7 +6060,7 @@ export default {
6060
6060
  "gui.connection.updatePeripheral.progress": "Updating {progressPercentage}%",
6061
6061
  "gui.connection.updatePeripheral.updateSuccessful": "Update successful!",
6062
6062
  "gui.connection.updatePeripheral.updateFailed": "Update failed.",
6063
- "gui.connection.updatePeripheral.goBackButton": "Go Back",
6063
+ "gui.connection.updatePeripheral.goBackButton": "Назад",
6064
6064
  "gui.connection.updatePeripheral.updateNowButton": "Do Update",
6065
6065
  "gui.connection.updatePeripheral.updateAgainButton": "Try Again",
6066
6066
  "gui.controls.go": "Старт",
@@ -6172,7 +6172,7 @@ export default {
6172
6172
  "gui.accountMenu.signOut": "Изход",
6173
6173
  "gui.authorInfo.byUser": "от {username}",
6174
6174
  "gui.menuBar.seeProjectPage": "Виж Страницата на Проекта",
6175
- "gui.menuBar.language": "Language",
6175
+ "gui.menuBar.language": "Език",
6176
6176
  "general.username": "Потребителско име",
6177
6177
  "general.password": "Парола",
6178
6178
  "general.signIn": "Вход",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "5.0.234",
3
+ "version": "5.0.235",
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
  "transifex": "1.6.6"
54
54
  },
55
55
  "devDependencies": {
56
- "@babel/cli": "7.27.1",
56
+ "@babel/cli": "7.27.2",
57
57
  "@babel/core": "7.27.1",
58
58
  "@babel/node": "7.27.1",
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.27.1",
62
- "@babel/preset-env": "7.27.1",
62
+ "@babel/preset-env": "7.27.2",
63
63
  "@babel/preset-react": "7.27.1",
64
64
  "@commitlint/cli": "18.6.1",
65
65
  "@commitlint/config-conventional": "18.6.3",
@@ -67,7 +67,7 @@
67
67
  "babel-loader": "8.4.1",
68
68
  "babel-plugin-react-intl": "3.5.1",
69
69
  "eslint": "9.26.0",
70
- "eslint-config-scratch": "11.0.1",
70
+ "eslint-config-scratch": "11.0.2",
71
71
  "format-message-cli": "6.2.4",
72
72
  "format-message-parse": "6.2.4",
73
73
  "glob": "7.2.3",
@@ -284,12 +284,12 @@
284
284
  "annualReport.2020.altBrazil": "Children sit in front of a laptop connected to five spoons with wires.",
285
285
  "annualReport.2020.altIndia": "A woman instructs girls sitting in front of a computer.",
286
286
  "annualReport.2020.altUSA": "A small video thumbnail is displayed next to a screenshot of the Scratch user interface",
287
- "annualReport.2020.altChileIcon": "The Scratch mascot",
288
- "annualReport.2020.altBrazilIcon": "A green swirl",
289
- "annualReport.2020.altIndiaIcon": "A star interlocked with a circle",
290
- "annualReport.2020.altUSAIcon": "A cartoon raspberry, the Raspberry Pi Foundation logo",
291
- "annualReport.2020.altTutorial": "A Scratch tutorial in Spanish",
292
- "annualReport.2020.altGettingStarted": "A play button sits on top of the Scratch UI.",
287
+ "annualReport.2020.altChileIcon": "स्क्रैच शुभंकर",
288
+ "annualReport.2020.altBrazilIcon": "एक हरा भंवर",
289
+ "annualReport.2020.altIndiaIcon": "एक तारा एक वृत्त से जुड़ा हुआ है",
290
+ "annualReport.2020.altUSAIcon": "एक कार्टून रास्पबेरी, रास्पबेरी पाई फाउंडेशन का लोगो",
291
+ "annualReport.2020.altTutorial": "स्पैनिश में स्क्रैच ट्यूटोरियल",
292
+ "annualReport.2020.altGettingStarted": "स्क्रैच यूआई के शीर्ष पर एक प्ले बटन है।",
293
293
  "annualReport.2020.altEditor": "The Scratch UI along with a preview of the progam currently being built showing two people talking to each other.",
294
294
  "annualReport.2020.altHackYourWindow": "A dog in a space helmet, a star, and a donut float outside a window in space.",
295
295
  "annualReport.2020.altScratchInteraction": "Two people talk amongst scratch components. One is handing a component to the other one.",
@@ -21,8 +21,8 @@
21
21
  "messages.profileOther": "Profilo di {username}",
22
22
  "messages.profileSelf": "il tuo profilo",
23
23
  "messages.projectComment": "{profileLink} ha aggiunto un commento al tuo progetto {commentLink}",
24
- "messages.remixText": "{profileLink} remixed your project {remixedProjectLink}. Check out {theRemixLink}!",
25
- "messages.theRemixLinkText": "the remix",
24
+ "messages.remixText": "{profileLink} ha remixato il tuo progetto {remixedProjectLink}. Dai un'occhiata {theRemixLink}!",
25
+ "messages.theRemixLinkText": "Il remix",
26
26
  "messages.scratcherInvite": "Sei invitato a diventare un membro della comunità di Scratch! {learnMore}!",
27
27
  "messages.scratchTeamTitle": "Messaggi dallo Scratch Team",
28
28
  "messages.studioActivityText": "Oggi ci sono nuove attività in {studioLink}",