Skip to content

Commit 86e4e1b

Browse files
committed
Fix Japanese localization
1 parent 6487784 commit 86e4e1b

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

localization/ja.lua

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- 気になる点がありましたらサーバー内でもDMでもお気軽にご相談ください!
33
return {
44
descriptions = {
5-
Tag = {
5+
Tag = {
66
tag_mp_sandbox_rare = {
77
name = "ギャンブルタグ",
88
text = {
@@ -46,7 +46,7 @@ return {
4646
"PvPブラインド中では",
4747
"{C:green}#6#分の#5#{} の確率で",
4848
"{X:purple,C:white}相手{} が {C:money}$#7#{} 獲得する",
49-
"こともある"
49+
"こともある",
5050
},
5151
},
5252
j_mp_speedrun = {
@@ -97,7 +97,7 @@ return {
9797
text = {
9898
"自分のディスカード{C:red}+#1#{}",
9999
"{X:purple,C:white}相手{} のディスカード {C:red}+#2#{}",
100-
"{C:inactive}({C:attention}PvPブラインド{} {C:inactive}終了後に消滅する)"
100+
"{C:inactive}({C:attention}PvPブラインド{} {C:inactive}終了後に消滅する)",
101101
},
102102
},
103103
j_mp_pacifist = {
@@ -107,15 +107,15 @@ return {
107107
"倍率 {X:mult,C:white}X#1#{}",
108108
},
109109
},
110-
j_hanging_chad_mp_standard = {
110+
j_mp_hanging_chad = {
111111
name = "ハンギングチャド",
112112
text = {
113113
"プレイしたカードで、",
114114
"{C:attention}最初{} と {C:attention}2番目{} にスコアされたものを",
115115
"再発動する",
116116
},
117117
},
118-
j_mp_cloud_9 = {
118+
j_mp_cloud_9 = {
119119
name = "クラウド9",
120120
text = {
121121
"ラウンド終了時",
@@ -127,10 +127,9 @@ return {
127127
j_mp_bloodstone = {
128128
name = "ブラッドストーン",
129129
text = {
130-
"出した {C:hearts}ハートのカード{} が",
131-
"得点されるたびに",
132-
"{C:green}#2#分の#1#{} の確率で 倍率 {X:mult,C:white}X#3#{}",
133-
"{C:inactive}両者との発動誤差を調整(β){}",
130+
"出した {C:hearts}ハートのカード{} が",
131+
"得点されるたびに",
132+
"{C:green}#2#分の#1#{} の確率で 倍率 {X:mult,C:white}X#3#{}",
134133
},
135134
},
136135
},
@@ -140,7 +139,7 @@ return {
140139
text = {
141140
"{X:purple,C:white}相手{} の一番高い",
142141
"{C:legendary,E:1} ポーカーハンド{} のレベルを #1# 下げる",
143-
"{C:inactive}({C:attention}PvPブラインド開始時{} {C:inactive}に効果が発動する)"
142+
"{C:inactive}({C:attention}PvPブラインド開始時{} {C:inactive}に効果が発動する)",
144143
},
145144
},
146145
},
@@ -382,11 +381,15 @@ return {
382381
k_ante_number = "アンティ #1#",
383382
k_ante_range = "アンティ #1#、#2#", -- For example, "Ante 1-2"
384383
k_ante_min = "アンティ #1#以降", -- For example, "Ante 2+"
385-
k_credits_list = "#1# など..." -- #1# gets replaced with a list of names
384+
k_credits_list = "#1# など...", -- #1# gets replaced with a list of names
386385
},
387386
v_text = {
388-
ch_c_hanging_chad_rework = { "{C:attention}ハンギングチャド{}は{C:dark_edition}マルチ用に改良されています。" },
389-
ch_c_glass_cards_rework = { "{C:attention}グラスカード{}は{C:dark_edition}マルチ用に改良されています。" },
387+
ch_c_hanging_chad_rework = {
388+
"{C:attention}ハンギングチャド{}は{C:dark_edition}マルチ用に改良されています。",
389+
},
390+
ch_c_glass_cards_rework = {
391+
"{C:attention}グラスカード{}は{C:dark_edition}マルチ用に改良されています。",
392+
},
390393
},
391394
challenge_names = {
392395
c_mp_misprint_deck = "バグシードデッキ",

0 commit comments

Comments
 (0)