From 8937502fa981bb97b6ae54d4da09986b3451cac1 Mon Sep 17 00:00:00 2001 From: Ai Suzuki Date: Thu, 27 Oct 2022 19:14:25 +0200 Subject: [PATCH] refine transalation --- public/locales/ja/builds.json | 4 ++-- public/locales/ja/calendar.json | 6 +++--- public/locales/ja/common.json | 2 +- public/locales/ja/front.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/ja/builds.json b/public/locales/ja/builds.json index 41bcff00c..08f30af87 100644 --- a/public/locales/ja/builds.json +++ b/public/locales/ja/builds.json @@ -1,6 +1,6 @@ { - "addBuild": "カードを追加", - "noBuilds": "カードは作成されていません。最初のカードを作成しましょう!", + "addBuild": "セットアップを追加", + "noBuilds": "セットアップは作成されていません。最初のセットアップを作成しましょう!", "buildCard.info": "詳細", "buildCard.edit": "編集", diff --git a/public/locales/ja/calendar.json b/public/locales/ja/calendar.json index 2054db8da..53712b932 100644 --- a/public/locales/ja/calendar.json +++ b/public/locales/ja/calendar.json @@ -1,5 +1,5 @@ { - "inYourTimeZone": "あなたのタイムゾーンでの時間:", + "inYourTimeZone": "あなたのタイムゾーン:", "addNew": "新規追加", "noEvents": "選択された週にイベントはありません", "reportResults": "結果を報告することができます:", @@ -8,7 +8,7 @@ "participatedCount": "{{count}} チームが参加しました", "members": "メンバー", "results": "結果", - "createMapList": "マップリストを作成する", + "createMapList": "ステージリストを作成する", "forms.dates": "日", "forms.bracketUrl": "対戦表 URL", @@ -18,7 +18,7 @@ "forms.tags.info": "\"バッジプライズ\" タグは可能な場合に自動的に適用されます", "forms.badges": "バッジプライズ", "forms.badges.placeholder": "バッジプライズを選択する", - "forms.mapPool": "マッププール", + "forms.mapPool": "ステージプール", "forms.participantCount": "参加者数", "forms.reportResultsHeader": "{{eventName}} の報告結果", diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index fa39c66fc..7b727d453 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -6,7 +6,7 @@ "pages.s2": "Splatoon 2", "pages.calendar": "カレンダー", "pages.faq": "FAQ", - "pages.builds": "カード", + "pages.builds": "セットアップ", "pages.analyzer": "セットアップ・アナライザー", "pages.maps": "ステージ一覧", "pages.object-damage-calculator": "オブジェクトダメージ計算", diff --git a/public/locales/ja/front.json b/public/locales/ja/front.json index c9fd38d24..6d5c6aa9e 100644 --- a/public/locales/ja/front.json +++ b/public/locales/ja/front.json @@ -8,7 +8,7 @@ "analyzer.description": "アナライザーでギアとブキの効果を見る", "maps.description": "Turn pool of maps into a list to play on", "object-damage-calculator.description": "オブジェクトに対するダメージを計算する", - "recentWinners": "最近の勝者", + "recentWinners": "直近の優勝者", "upcomingEvents": "開催予定のイベント", "articleBy": "by {{author}}" }