From 32721d0cd830b3130d2ea6a75d30cd731c25d3ef Mon Sep 17 00:00:00 2001 From: X-20A <155217226+X-20A@users.noreply.github.com> Date: Sat, 6 Jul 2024 05:04:48 +0900 Subject: [PATCH] wip --- js/data/strings_ja.json | 11 ++++++----- simulator.html | 10 ++++++++-- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/js/data/strings_ja.json b/js/data/strings_ja.json index b498e069..67996aef 100644 --- a/js/data/strings_ja.json +++ b/js/data/strings_ja.json @@ -162,7 +162,7 @@ "submarine_only": "潜水艦のみ", "add_cost": "追加コスト(戦闘開始前に現在の残り資源から)", "add_cost_max": "Max", - "add_cost_max_tooltip": "Fixed max amount that can be subtracted.\nExample: 5-5-D maelstrom has Max = 80. If fuel cost = 35% and fuel supply = 253, then cost is normally 88, but Max caps it to 80.", + "add_cost_max_tooltip": "各渦潮マスでの燃料喪失量には上限があり、例えば5-5-Dの渦潮における喪失量は燃料供給量:253のとき35%、つまり88となりますが最大値置換で80になります。", "player_formation": "自艦隊陣形", "use_form_if_special_impossible": "特殊砲撃が不可能な場合、\u00a0{img_form}\u00a0を使用", "line_ahead": "単縦陣", @@ -195,9 +195,9 @@ "from_text_note": "本シミュ、デッキビルダー、KC3 ReplayのJSONファイルが読み込み可能です", "load": "Load", "fleet": "艦隊", - "CTF": "空母機動部隊", - "STF": "水上打撃部隊", - "TCF": "輸送護衛部隊", + "CTF": "機動", + "STF": "水上", + "TCF": "輸送", "from_kc3_file": ".kc3 ファイルから", "from_preset": "プリセットから", "clear_all": "艦隊リセット", @@ -275,7 +275,8 @@ "aaci_none": "不発", "aaci_planes": "固定ボーナス", "aaci_rate": "発動率", - "aaci_rate_fleet": "艦隊全体の中での発動割合", + "aaci_rate_fleet": "比率", + "aaci_rate_fleet_tooltip": "艦隊全体の中での発動割合", "aaci_multiplier": "変動ボーナス", "rocket_barrage": "噴進弾幕発動率", "plane_proficiency": "艦載機熟練度", diff --git a/simulator.html b/simulator.html index 67ad3c3f..7c2ed196 100644 --- a/simulator.html +++ b/simulator.html @@ -543,7 +543,13 @@