diff --git a/extras/feature-locales/ja.json b/extras/feature-locales/ja.json index d8978b78..929d7bd9 100644 --- a/extras/feature-locales/ja.json +++ b/extras/feature-locales/ja.json @@ -1,4 +1,28 @@ { + "wrap-lists/title": { "message": "リストの項目を省略しない" }, + "wrap-lists/description": { + "message": "リスト内のテキストが長すぎる場合でも、それを省略せずに表示します。" + }, + "live-stats/title": { "message": "ステータスをリアルタイムで更新" }, + "live-stats/description": { + "message": "ページを再読み込みすることなく、プロジェクトの好き、お気に入り、リミックス、参照数をリアルタイムで更新します。" + }, + "hide-scratch-news/title": { "message": "Scratchニュースの非表示" }, + "hide-scratch-news/description": { + "message": "トップページにあるScratchニュースを非表示にします。" + }, + "watch-later/title": { "message": "プロジェクトを後で見る" }, + "watch-later/description": { + "message": "後で見たいプロジェクトとして保存したものを、「後で見る」ページに表示します。" + }, + "remove-project-button/title": { "message": "プロジェクト削除ボタン" }, + "remove-project-button/description": { + "message": "スタジオ内のプロジェクトを簡単に削除するためのボタンを追加します。メニューを開かずに削除することができます。" + }, + "right-side-flag/title": { "message": "緑の旗を右に表示する" }, + "right-side-flag/description": { + "message": "緑の旗と停止ボタンをステージの右側に移動させます。" + }, "love-fave-animate/title": { "message": "「好き」ボタンのアニメーション" }, "love-fave-animate/description": { "message": "プロジェクトページ上の「いいね」ボタンと「お気に入り」ボタンのクリックしたときの動作をアニメーション化します。" @@ -183,6 +207,10 @@ "box-shadows/description": { "message": "すべてのコンテンツボックスに影を追加します。カーソルを合わせると、影が濃くなります。" }, + "admin-notifications/title": { "message": "STからのメッセージを赤く表示" }, + "admin-notifications/description": { + "message": "Scratch Teamからの管理者通知がある場合、上のバーのメッセージボタンはオレンジ色ではなく、赤色に表示されます。" + }, "nicknames/title": { "message": "ニックネーム" }, "nicknames/description": { "message": "他のScratcherにニックネームを設定することができます。ニックネームは自分だけが見ることができ、相手のユーザーネームを見たときにユーザー名がニックネームに置き換えられます。" @@ -373,10 +401,6 @@ "scrollable-list-items/description": { "message": "リスト自体の幅より長い値が書かれているリストの項目を左右にスクロールできるようになります。" }, - "admin-notifications/title": { "message": "STからのメッセージを赤く表示" }, - "admin-notifications/description": { - "message": "Scratch Teamからの管理者通知がある場合、上のバーのメッセージボタンはオレンジ色ではなく、赤色に表示されます。" - }, "custom-fonts/title": { "message": "サイトのフォントの変更" }, "custom-fonts/description": { "message": "Scratch上で表示されるフォントをGoogle Fontsのサイトにある好きなフォントに設定することができます。大文字と小文字は区別されます。" @@ -565,20 +589,12 @@ "compact-editor/description": { "message": "スプライトや背景の情報をよりコンパクトにします。" }, - "right-side-flag/title": { "message": "緑の旗を右に表示する" }, - "right-side-flag/description": { - "message": "緑の旗と停止ボタンをステージの右側に移動させます。" - }, "my-recent-projects/title": { "message": "Scratchニュースを最近のプロジェクトに置き換える" }, "my-recent-projects/description": { "message": "トップページのScratchニュースを最近のプロジェクトに置き換えます。" }, - "hide-scratch-news/title": { "message": "Scratchニュースの非表示" }, - "hide-scratch-news/description": { - "message": "トップページにあるScratchニュースを非表示にします。この機能は、Scratchニュースを最近のプロジェクトに置き換える機能を有効にした場合、競合します。" - }, "focus-mode/title": { "message": "フォーカスモード" }, "focus-mode/description": { "message": "ボタンをクリックすると、プロジェクトページのコメント、スタジオ、リミックス、ヘッダー、フッターを削除します。" diff --git a/feature-locales/isonline/en.json b/feature-locales/isonline/en.json index ffff9f41..8414fdd6 100644 --- a/feature-locales/isonline/en.json +++ b/feature-locales/isonline/en.json @@ -1,5 +1,5 @@ { - "online": "Online", - "offline": "Offline", - "unavailable": "(Doesn't use ScratchTools online detection)" -} \ No newline at end of file + "online": "Online", + "offline": "Offline", + "unavailable": "(Doesn't use ScratchTools online detection)" +} diff --git a/feature-locales/isonline/ja.json b/feature-locales/isonline/ja.json new file mode 100644 index 00000000..8018d13a --- /dev/null +++ b/feature-locales/isonline/ja.json @@ -0,0 +1,5 @@ +{ + "online": "オンライン", + "offline": "オフライン", + "unavailable": "ScratchToolsのオンライン表示機能を使用していません" +} diff --git a/feature-locales/isonline/tr.json b/feature-locales/isonline/tr.json index 41a96831..3a667c26 100644 --- a/feature-locales/isonline/tr.json +++ b/feature-locales/isonline/tr.json @@ -2,4 +2,4 @@ "online": "Çevrimiçi", "offline": "Çevrimdışı", "unavailable": "(ScratchTools çevrimiçi tespiti kullanmaz)" -} \ No newline at end of file +} diff --git a/feature-locales/watch-later/en.json b/feature-locales/watch-later/en.json index 6dfba400..7596691b 100644 --- a/feature-locales/watch-later/en.json +++ b/feature-locales/watch-later/en.json @@ -1,5 +1,5 @@ { - "save": "Save", - "unsave": "Unsave", - "watch-later": "Watch Later" -} \ No newline at end of file + "save": "Save", + "unsave": "Unsave", + "watch-later": "Watch Later" +} diff --git a/feature-locales/watch-later/ja.json b/feature-locales/watch-later/ja.json new file mode 100644 index 00000000..91b2c6f1 --- /dev/null +++ b/feature-locales/watch-later/ja.json @@ -0,0 +1,5 @@ +{ + "save": "保存", + "unsave": "保存を破棄", + "watch-later": "後で見る" +} diff --git a/feature-locales/watch-later/tr.json b/feature-locales/watch-later/tr.json index 3bd31229..c7aed252 100644 --- a/feature-locales/watch-later/tr.json +++ b/feature-locales/watch-later/tr.json @@ -1,5 +1,5 @@ { - "save": "Kaydet", - "unsave": "Kaydetme", - "watch-later": "Sonra İzle" -} \ No newline at end of file + "save": "Kaydet", + "unsave": "Kaydetme", + "watch-later": "Sonra İzle" +}