scratch-l10n 6.1.45 → 6.1.46

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
+ ## [6.1.46](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.45...v6.1.46) (2025-12-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * pull new editor translations from Transifex ([b718c04](https://github.com/scratchfoundation/scratch-l10n/commit/b718c041544a7607037f759f79181e8ca38c8e6b))
12
+
6
13
  ## [6.1.45](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.44...v6.1.45) (2025-12-19)
7
14
 
8
15
 
@@ -133,7 +133,7 @@
133
133
  "gui.gui.shouldDeleteSound": "本当にこの音を削除しますか?",
134
134
  "gui.gui.confirm": "はい",
135
135
  "gui.gui.cancel": "いいえ",
136
- "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
136
+ "gui.gui.deleteAssetHeading": "素材の削除を確認しましょう。",
137
137
  "gui.SpriteInfo.direction": "向き",
138
138
  "gui.directionPicker.rotationStyles.allAround": "自由に回転",
139
139
  "gui.directionPicker.rotationStyles.leftRight": "左右のみ",
@@ -153,7 +153,7 @@
153
153
  "gui.library.faceSensingCallout": "You can now use your face to control your projects, like making a sprite follow wherever your nose goes!",
154
154
  "gui.library.gettingStarted": "始めましょう",
155
155
  "gui.library.basics": "基本",
156
- "gui.library.intermediate": "Intermediate",
156
+ "gui.library.intermediate": "中級者向け",
157
157
  "gui.library.prompts": "プロンプト",
158
158
  "gui.loader.message1": "ブロックを作成中…",
159
159
  "gui.loader.message2": "スプライトを読み込み中…",
@@ -47093,7 +47093,7 @@ export default {
47093
47093
  "gui.gui.shouldDeleteSound": "本当にこの音を削除しますか?",
47094
47094
  "gui.gui.confirm": "はい",
47095
47095
  "gui.gui.cancel": "いいえ",
47096
- "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
47096
+ "gui.gui.deleteAssetHeading": "素材の削除を確認しましょう。",
47097
47097
  "gui.SpriteInfo.direction": "向き",
47098
47098
  "gui.directionPicker.rotationStyles.allAround": "自由に回転",
47099
47099
  "gui.directionPicker.rotationStyles.leftRight": "左右のみ",
@@ -47113,7 +47113,7 @@ export default {
47113
47113
  "gui.library.faceSensingCallout": "You can now use your face to control your projects, like making a sprite follow wherever your nose goes!",
47114
47114
  "gui.library.gettingStarted": "始めましょう",
47115
47115
  "gui.library.basics": "基本",
47116
- "gui.library.intermediate": "Intermediate",
47116
+ "gui.library.intermediate": "中級者向け",
47117
47117
  "gui.library.prompts": "プロンプト",
47118
47118
  "gui.loader.message1": "ブロックを作成中…",
47119
47119
  "gui.loader.message2": "スプライトを読み込み中…",
@@ -32624,7 +32624,7 @@ export default {
32624
32624
  "gui.gui.shouldDeleteSound": "本当にこの音を削除しますか?",
32625
32625
  "gui.gui.confirm": "はい",
32626
32626
  "gui.gui.cancel": "いいえ",
32627
- "gui.gui.deleteAssetHeading": "Confirm Asset Deletion",
32627
+ "gui.gui.deleteAssetHeading": "素材の削除を確認しましょう。",
32628
32628
  "gui.SpriteInfo.direction": "向き",
32629
32629
  "gui.directionPicker.rotationStyles.allAround": "自由に回転",
32630
32630
  "gui.directionPicker.rotationStyles.leftRight": "左右のみ",
@@ -32644,7 +32644,7 @@ export default {
32644
32644
  "gui.library.faceSensingCallout": "You can now use your face to control your projects, like making a sprite follow wherever your nose goes!",
32645
32645
  "gui.library.gettingStarted": "始めましょう",
32646
32646
  "gui.library.basics": "基本",
32647
- "gui.library.intermediate": "Intermediate",
32647
+ "gui.library.intermediate": "中級者向け",
32648
32648
  "gui.library.prompts": "プロンプト",
32649
32649
  "gui.loader.message1": "ブロックを作成中…",
32650
32650
  "gui.loader.message2": "スプライトを読み込み中…",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "6.1.45",
3
+ "version": "6.1.46",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.mjs",