scratch-l10n 5.0.175 → 5.0.177
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.177](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.176...v5.0.177) (2025-03-24)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* pull new editor translations from Transifex ([2092cc0](https://github.com/scratchfoundation/scratch-l10n/commit/2092cc07cbeb8718594e7c365244031f0d4f166c))
|
12
|
+
|
13
|
+
## [5.0.176](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.175...v5.0.176) (2025-03-22)
|
14
|
+
|
15
|
+
|
16
|
+
### Bug Fixes
|
17
|
+
|
18
|
+
* **deps:** lock file maintenance ([95bd2fa](https://github.com/scratchfoundation/scratch-l10n/commit/95bd2fae0d1aa55fb772e0996755a78f229668f5))
|
19
|
+
|
6
20
|
## [5.0.175](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.174...v5.0.175) (2025-03-22)
|
7
21
|
|
8
22
|
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
|
-
"ideas.headerTitle": "
|
3
|
-
"ideas.headerDescription": "
|
4
|
-
"ideas.headerImageDescription": "
|
2
|
+
"ideas.headerTitle": "プロジェクトのアイデアを探していますか?",
|
3
|
+
"ideas.headerDescription": "あなたのアイデアジェネレーターをリミックスしてください!可能性は無限大です。",
|
4
|
+
"ideas.headerImageDescription": "電球とブロックを持つスクラッチキャット",
|
5
5
|
"ideas.headerButtonMessage": "チュートリアルをえらぶ",
|
6
|
-
"ideas.startHereText": "
|
7
|
-
"ideas.gettingStartedButtonText": "
|
8
|
-
"ideas.seeTutorialsLibraryButtonText": "
|
6
|
+
"ideas.startHereText": "スクラッチは初めて?ここから始めましょう!",
|
7
|
+
"ideas.gettingStartedButtonText": "チュートリアル",
|
8
|
+
"ideas.seeTutorialsLibraryButtonText": "チュートリアルを見る",
|
9
9
|
"ideas.gettingStartedImageDescription": "イラストの少年が、描きたての山頂に旗を立てています。",
|
10
10
|
"ideas.seeTutorialsLibraryImageDescription": "An illustration of three tutorial thumbnails.",
|
11
11
|
"ideas.animateANameTitle": "なまえをうごかそう",
|
@@ -32,10 +32,10 @@
|
|
32
32
|
"ideas.tryTheTutorial": "チュートリアルをためす",
|
33
33
|
"ideas.codingCards": "コーディングカード",
|
34
34
|
"ideas.educatorGuide": "教育者向け(きょういくしゃむけ)ガイド",
|
35
|
-
"ideas.scratchYouTubeChannel": "
|
36
|
-
"ideas.scratchYouTubeChannelDescription": "
|
37
|
-
"ideas.spritesAndVector": "
|
38
|
-
"ideas.tipsAndTricks": "
|
35
|
+
"ideas.scratchYouTubeChannel": "スクラッチチームチャンネル",
|
36
|
+
"ideas.scratchYouTubeChannelDescription": "スクラッチ公式<a>YouTubeチャンネル</a>です。スクラッチに関するリソース、チュートリアル、ストーリーを発信しています。",
|
37
|
+
"ideas.spritesAndVector": "スプライトとベクター描画",
|
38
|
+
"ideas.tipsAndTricks": "ヒントとコツ",
|
39
39
|
"ideas.advancedTopics": "Advanced Topics",
|
40
40
|
"ideas.physicalPlayIdeas": "Physical Play Ideas",
|
41
41
|
"ideas.microBitHeader": "Have a micro:bit?",
|
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
|
-
"ideas.headerTitle": "
|
3
|
-
"ideas.headerDescription": "
|
4
|
-
"ideas.headerImageDescription": "
|
2
|
+
"ideas.headerTitle": "プロジェクトのアイデアを探していますか?",
|
3
|
+
"ideas.headerDescription": "あなたのアイデアジェネレーターで<a>リミックスしてみてください!</a>可能性は無限大です。",
|
4
|
+
"ideas.headerImageDescription": "電球とブロックを持つスクラッチキャット",
|
5
5
|
"ideas.headerButtonMessage": "チュートリアルを選ぶ",
|
6
|
-
"ideas.startHereText": "
|
7
|
-
"ideas.gettingStartedButtonText": "
|
8
|
-
"ideas.seeTutorialsLibraryButtonText": "
|
6
|
+
"ideas.startHereText": "スクラッチは初めて?ここから始めましょう!",
|
7
|
+
"ideas.gettingStartedButtonText": "チュートリアルを試してみよう",
|
8
|
+
"ideas.seeTutorialsLibraryButtonText": "チュートリアルを見る",
|
9
9
|
"ideas.gettingStartedImageDescription": "イラストの少年が、描いたばかりの山頂に旗を立てています。",
|
10
10
|
"ideas.seeTutorialsLibraryImageDescription": "An illustration of three tutorial thumbnails.",
|
11
11
|
"ideas.animateANameTitle": "名前を動かそう",
|
@@ -32,10 +32,10 @@
|
|
32
32
|
"ideas.tryTheTutorial": "チュートリアルを試す",
|
33
33
|
"ideas.codingCards": "コーディングカード",
|
34
34
|
"ideas.educatorGuide": "教育者向けガイド",
|
35
|
-
"ideas.scratchYouTubeChannel": "
|
36
|
-
"ideas.scratchYouTubeChannelDescription": "
|
37
|
-
"ideas.spritesAndVector": "
|
38
|
-
"ideas.tipsAndTricks": "
|
35
|
+
"ideas.scratchYouTubeChannel": "スクラッチチームチャンネル",
|
36
|
+
"ideas.scratchYouTubeChannelDescription": "スクラッチ公式<a>YouTubeチャンネル</a>です。スクラッチに関するリソース、チュートリアル、ストーリーを発信しています。",
|
37
|
+
"ideas.spritesAndVector": "スプライトとベクター描画",
|
38
|
+
"ideas.tipsAndTricks": "ヒントとコツ",
|
39
39
|
"ideas.advancedTopics": "Advanced Topics",
|
40
40
|
"ideas.physicalPlayIdeas": "Physical Play Ideas",
|
41
41
|
"ideas.microBitHeader": "Have a micro:bit?",
|