scratch-l10n 5.0.244 → 5.0.246

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.246](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.245...v5.0.246) (2025-05-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * pull new editor translations from Transifex ([d6c954e](https://github.com/scratchfoundation/scratch-l10n/commit/d6c954e59f87261d40f2deb7dcbdb52b16f6f160))
12
+
13
+ ## [5.0.245](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.244...v5.0.245) (2025-05-20)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** lock file maintenance ([18b5195](https://github.com/scratchfoundation/scratch-l10n/commit/18b51953516f85ca0ba69325b2f480f7c7fa7529))
19
+
6
20
  ## [5.0.244](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.243...v5.0.244) (2025-05-18)
7
21
 
8
22
 
@@ -128,11 +128,11 @@
128
128
  "gui.debugModal.askForHelp.title": "Ask for Help",
129
129
  "gui.debugModal.askForHelp.description1": "If you are still stuck, you can ask for help from a peer. Try finding a debugging/help studio and share your project, asking for help in a comment or the project notes.",
130
130
  "gui.debugModal.askForHelp.description2": "Ask one to three people to try your code, as different people may have different perspectives or solutions!",
131
- "gui.gui.shouldDeleteSprite": "Are you sure you want to delete this sprite?",
132
- "gui.gui.shouldDeleteCostume": "Are you sure you want to delete this costume?",
133
- "gui.gui.shouldDeleteSound": "Are you sure you want to delete this sound?",
134
- "gui.gui.confirm": "yes",
135
- "gui.gui.cancel": "no",
131
+ "gui.gui.shouldDeleteSprite": "Ианыхтәума ари анагӡаҩ?",
132
+ "gui.gui.shouldDeleteCostume": "Ианыхтәума ари акостиум?",
133
+ "gui.gui.shouldDeleteSound": "Ианыхтәума ари абжьы?",
134
+ "gui.gui.confirm": "ааи",
135
+ "gui.gui.cancel": "мап",
136
136
  "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
137
137
  "gui.SpriteInfo.direction": "Ахырхарҭа",
138
138
  "gui.directionPicker.rotationStyles.allAround": "Иргьежьтәуп",
@@ -148,10 +148,10 @@
148
148
  "gui.extensionLibrary.collaboration": "Аус рыцутәуп",
149
149
  "gui.library.filterPlaceholder": "Аԥшаара",
150
150
  "gui.library.allTag": "Зегьы",
151
- "gui.library.gettingStarted": "Getting Started",
152
- "gui.library.basics": "Basics",
153
- "gui.library.intermediate": "Intermediate",
154
- "gui.library.prompts": "Prompts",
151
+ "gui.library.gettingStarted": "Излалагатәу",
152
+ "gui.library.basics": "Ашьаҭақәа",
153
+ "gui.library.intermediate": "Абжьаратәи",
154
+ "gui.library.prompts": "Аҵаҳәарақәа",
155
155
  "gui.loader.message1": "Аблокқәа раԥҵара...",
156
156
  "gui.loader.message2": "Анагӡаҩцәа рҭагалара...",
157
157
  "gui.loader.message3": "Абжьқәа рҭагалара...",
@@ -177,7 +177,7 @@
177
177
  "login.needHelp": "Ишәҭахума ацхыраара?",
178
178
  "form.validationRequired": "Ари аҭыԥ ахарҭәаара хымԥадатәиуп",
179
179
  "gui.menuBar.tutorialsLibrary": "Ахархәагақәа",
180
- "gui.menuBar.debug": "Debug",
180
+ "gui.menuBar.debug": "Арҽеира",
181
181
  "gui.menuBar.restoreSprite": "Дырхынҳәтәуп Анагӡаҩ",
182
182
  "gui.menuBar.restoreSound": "Ирхынҳәтәуп Абжьы",
183
183
  "gui.menuBar.restoreCostume": "Ирхынҳәтәуп Акостиум",
@@ -330,8 +330,8 @@
330
330
  "gui.alerts.cloudInfo": "Ишәхашәмыршҭын, аԥсҭҳәатә ҽеиҭакқәа цифрақәа мацараз ауп, инбанзар ма исимволзар ауам. {learnMoreLink}",
331
331
  "gui.alerts.cloudInfoLearnMore": "Еиҳаны аилкаара.",
332
332
  "gui.alerts.importing": "Аимпорт...",
333
- "gui.defaultProject.meow": "Meow",
334
- "gui.defaultProject.variable": "my variable",
333
+ "gui.defaultProject.meow": "Миау",
334
+ "gui.defaultProject.variable": "исхатәу аҽеиҭак",
335
335
  "gui.howtos.intro-move-sayhello-hat.name": "Излалагатәу",
336
336
  "gui.howtos.intro-move.step_stepMove": "Иацышәҵа аиҭаҵратә блок",
337
337
  "gui.howtos.add-a-move-block.step_stepSay": "Иацҵатәуп аблок \"иҳәатәуп\"",
@@ -130,11 +130,11 @@ export default {
130
130
  "gui.debugModal.askForHelp.title": "Ask for Help",
131
131
  "gui.debugModal.askForHelp.description1": "If you are still stuck, you can ask for help from a peer. Try finding a debugging/help studio and share your project, asking for help in a comment or the project notes.",
132
132
  "gui.debugModal.askForHelp.description2": "Ask one to three people to try your code, as different people may have different perspectives or solutions!",
133
- "gui.gui.shouldDeleteSprite": "Are you sure you want to delete this sprite?",
134
- "gui.gui.shouldDeleteCostume": "Are you sure you want to delete this costume?",
135
- "gui.gui.shouldDeleteSound": "Are you sure you want to delete this sound?",
136
- "gui.gui.confirm": "yes",
137
- "gui.gui.cancel": "no",
133
+ "gui.gui.shouldDeleteSprite": "Ианыхтәума ари анагӡаҩ?",
134
+ "gui.gui.shouldDeleteCostume": "Ианыхтәума ари акостиум?",
135
+ "gui.gui.shouldDeleteSound": "Ианыхтәума ари абжьы?",
136
+ "gui.gui.confirm": "ааи",
137
+ "gui.gui.cancel": "мап",
138
138
  "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
139
139
  "gui.SpriteInfo.direction": "Ахырхарҭа",
140
140
  "gui.directionPicker.rotationStyles.allAround": "Иргьежьтәуп",
@@ -150,10 +150,10 @@ export default {
150
150
  "gui.extensionLibrary.collaboration": "Аус рыцутәуп",
151
151
  "gui.library.filterPlaceholder": "Аԥшаара",
152
152
  "gui.library.allTag": "Зегьы",
153
- "gui.library.gettingStarted": "Getting Started",
154
- "gui.library.basics": "Basics",
155
- "gui.library.intermediate": "Intermediate",
156
- "gui.library.prompts": "Prompts",
153
+ "gui.library.gettingStarted": "Излалагатәу",
154
+ "gui.library.basics": "Ашьаҭақәа",
155
+ "gui.library.intermediate": "Абжьаратәи",
156
+ "gui.library.prompts": "Аҵаҳәарақәа",
157
157
  "gui.loader.message1": "Аблокқәа раԥҵара...",
158
158
  "gui.loader.message2": "Анагӡаҩцәа рҭагалара...",
159
159
  "gui.loader.message3": "Абжьқәа рҭагалара...",
@@ -179,7 +179,7 @@ export default {
179
179
  "login.needHelp": "Ишәҭахума ацхыраара?",
180
180
  "form.validationRequired": "Ари аҭыԥ ахарҭәаара хымԥадатәиуп",
181
181
  "gui.menuBar.tutorialsLibrary": "Ахархәагақәа",
182
- "gui.menuBar.debug": "Debug",
182
+ "gui.menuBar.debug": "Арҽеира",
183
183
  "gui.menuBar.restoreSprite": "Дырхынҳәтәуп Анагӡаҩ",
184
184
  "gui.menuBar.restoreSound": "Ирхынҳәтәуп Абжьы",
185
185
  "gui.menuBar.restoreCostume": "Ирхынҳәтәуп Акостиум",
@@ -332,8 +332,8 @@ export default {
332
332
  "gui.alerts.cloudInfo": "Ишәхашәмыршҭын, аԥсҭҳәатә ҽеиҭакқәа цифрақәа мацараз ауп, инбанзар ма исимволзар ауам. {learnMoreLink}",
333
333
  "gui.alerts.cloudInfoLearnMore": "Еиҳаны аилкаара.",
334
334
  "gui.alerts.importing": "Аимпорт...",
335
- "gui.defaultProject.meow": "Meow",
336
- "gui.defaultProject.variable": "my variable",
335
+ "gui.defaultProject.meow": "Миау",
336
+ "gui.defaultProject.variable": "исхатәу аҽеиҭак",
337
337
  "gui.howtos.intro-move-sayhello-hat.name": "Излалагатәу",
338
338
  "gui.howtos.intro-move.step_stepMove": "Иацышәҵа аиҭаҵратә блок",
339
339
  "gui.howtos.add-a-move-block.step_stepSay": "Иацҵатәуп аблок \"иҳәатәуп\"",
@@ -130,11 +130,11 @@ export default {
130
130
  "gui.debugModal.askForHelp.title": "Ask for Help",
131
131
  "gui.debugModal.askForHelp.description1": "If you are still stuck, you can ask for help from a peer. Try finding a debugging/help studio and share your project, asking for help in a comment or the project notes.",
132
132
  "gui.debugModal.askForHelp.description2": "Ask one to three people to try your code, as different people may have different perspectives or solutions!",
133
- "gui.gui.shouldDeleteSprite": "Are you sure you want to delete this sprite?",
134
- "gui.gui.shouldDeleteCostume": "Are you sure you want to delete this costume?",
135
- "gui.gui.shouldDeleteSound": "Are you sure you want to delete this sound?",
136
- "gui.gui.confirm": "yes",
137
- "gui.gui.cancel": "no",
133
+ "gui.gui.shouldDeleteSprite": "Ианыхтәума ари анагӡаҩ?",
134
+ "gui.gui.shouldDeleteCostume": "Ианыхтәума ари акостиум?",
135
+ "gui.gui.shouldDeleteSound": "Ианыхтәума ари абжьы?",
136
+ "gui.gui.confirm": "ааи",
137
+ "gui.gui.cancel": "мап",
138
138
  "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
139
139
  "gui.SpriteInfo.direction": "Ахырхарҭа",
140
140
  "gui.directionPicker.rotationStyles.allAround": "Иргьежьтәуп",
@@ -150,10 +150,10 @@ export default {
150
150
  "gui.extensionLibrary.collaboration": "Аус рыцутәуп",
151
151
  "gui.library.filterPlaceholder": "Аԥшаара",
152
152
  "gui.library.allTag": "Зегьы",
153
- "gui.library.gettingStarted": "Getting Started",
154
- "gui.library.basics": "Basics",
155
- "gui.library.intermediate": "Intermediate",
156
- "gui.library.prompts": "Prompts",
153
+ "gui.library.gettingStarted": "Излалагатәу",
154
+ "gui.library.basics": "Ашьаҭақәа",
155
+ "gui.library.intermediate": "Абжьаратәи",
156
+ "gui.library.prompts": "Аҵаҳәарақәа",
157
157
  "gui.loader.message1": "Аблокқәа раԥҵара...",
158
158
  "gui.loader.message2": "Анагӡаҩцәа рҭагалара...",
159
159
  "gui.loader.message3": "Абжьқәа рҭагалара...",
@@ -179,7 +179,7 @@ export default {
179
179
  "login.needHelp": "Ишәҭахума ацхыраара?",
180
180
  "form.validationRequired": "Ари аҭыԥ ахарҭәаара хымԥадатәиуп",
181
181
  "gui.menuBar.tutorialsLibrary": "Ахархәагақәа",
182
- "gui.menuBar.debug": "Debug",
182
+ "gui.menuBar.debug": "Арҽеира",
183
183
  "gui.menuBar.restoreSprite": "Дырхынҳәтәуп Анагӡаҩ",
184
184
  "gui.menuBar.restoreSound": "Ирхынҳәтәуп Абжьы",
185
185
  "gui.menuBar.restoreCostume": "Ирхынҳәтәуп Акостиум",
@@ -332,8 +332,8 @@ export default {
332
332
  "gui.alerts.cloudInfo": "Ишәхашәмыршҭын, аԥсҭҳәатә ҽеиҭакқәа цифрақәа мацараз ауп, инбанзар ма исимволзар ауам. {learnMoreLink}",
333
333
  "gui.alerts.cloudInfoLearnMore": "Еиҳаны аилкаара.",
334
334
  "gui.alerts.importing": "Аимпорт...",
335
- "gui.defaultProject.meow": "Meow",
336
- "gui.defaultProject.variable": "my variable",
335
+ "gui.defaultProject.meow": "Миау",
336
+ "gui.defaultProject.variable": "исхатәу аҽеиҭак",
337
337
  "gui.howtos.intro-move-sayhello-hat.name": "Излалагатәу",
338
338
  "gui.howtos.intro-move.step_stepMove": "Иацышәҵа аиҭаҵратә блок",
339
339
  "gui.howtos.add-a-move-block.step_stepSay": "Иацҵатәуп аблок \"иҳәатәуп\"",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "5.0.244",
3
+ "version": "5.0.246",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.mjs",
@@ -66,8 +66,8 @@
66
66
  "async": "3.2.6",
67
67
  "babel-loader": "8.4.1",
68
68
  "babel-plugin-react-intl": "3.5.1",
69
- "eslint": "9.26.0",
70
- "eslint-config-scratch": "11.0.8",
69
+ "eslint": "9.27.0",
70
+ "eslint-config-scratch": "11.0.9",
71
71
  "format-message-cli": "6.2.4",
72
72
  "format-message-parse": "6.2.4",
73
73
  "glob": "7.2.3",
@@ -8,7 +8,7 @@
8
8
  "about.whoUsesScratch": "Kven brukar Scratch?",
9
9
  "about.whoUsesScratchDescription": "Scratch er laga for ungar frå 8 til 16 år, men kan brukast av alle. Millionar av folk lagar Scratch-prosjekt i mange slag samanhengar, for eksempel heime, på skulen, på bibliotek og i fritidsklubbar.",
10
10
  "about.aroundTheWorld": "I heile verda",
11
- "about.aroundTheWorldDescription": "Scratch er omsett til over {languageCount} språk og vert brukt i meir enn {languageCount} land. Du kan velja språk med menyen nedst på sida, eller ved å trykkja på globusen mens du redigerer eit prosjekt. Viss du vil leggja til ei ny omsetjing, sjå {translationLink}.",
11
+ "about.aroundTheWorldDescription": "Scratch er omsett til over {languageCount} språk og vert brukt i meir enn {countryCount} land. Du kan velja språk med menyen nedst på sida, eller ved å trykkja på globusen mens du redigerer eit prosjekt. Viss du vil leggja til ei ny omsetjing, sjå {translationLink}.",
12
12
  "about.translationLinkText": "omsetjingssida vår",
13
13
  "about.quotes": "Sitat",
14
14
  "about.quotesDescription": "Mange barn, ungdommar, foreldre og lærarar har sendt oss e-post og takka for Scratch. Her er nokre {quotesLink} frå meldingar me har fått. ",
@@ -2,7 +2,7 @@
2
2
  "teacherfaq.title": "Cwestiynau Cyfrif Athro Scratch",
3
3
  "teacherfaq.educatorTitle": "Cwestiynau Cyffredin Addysgwyr Scratch",
4
4
  "teacherfaq.educatorGetStartedTitle": "Rwy'n addysgwr sy'n newydd i Scratch, sut fedra i ddechrau?",
5
- "teacherfaq.educatorGetStartedBody": "Mae gan Scratch lawer o adnoddau ar gael i'ch helpu i ddechrau! Gweler ein {EducatorResourcesLink} ar gyfer Canllawiau, Tiwtorialau, a llawer o adnoddau eraill i'ch helpu i redeg eich dosbarth gyda Scratch!",
5
+ "teacherfaq.educatorGetStartedBody": "Mae gan Scratch lawer o adnoddau ar gael i'ch helpu i ddechrau! Gweler ein {educatorResourcesLink} ar gyfer Canllawiau, Tiwtorialau, a llawer o adnoddau eraill i'ch helpu i redeg eich dosbarth gyda Scratch!",
6
6
  "teacherfaq.educatorResourcesLink": "Tudalen Adnoddau Addysgwyr",
7
7
  "teacherfaq.teacherWhatTitle": "Beth yw cyfrif athro?",
8
8
  "teacherfaq.teacherWhatBody": "Mae Cyfrif Athro Scratch yn darparu nodweddion ychwanegol i addysgwyr reoli cyfranogiad dysgwyr ar Scratch, gan gynnwys y gallu i greu cyfrifon dysgwyr, trefnu prosiectau dysgwyr mewn stiwdios, a monitro sylwadau dysgwyr. Dysgwch ragor am Gyfrifon Athrawon yn y fideo isod:",