[QoL] Add line break for chinese TM item name (#2677)
Add line break for chinese TM item name
This commit is contained in:
parent
c9c1249995
commit
4f9bd85f57
|
@ -96,12 +96,12 @@ export const modifierType: ModifierTypeTranslationEntries = {
|
||||||
description: "攻击以40/25/12.5%的伤害造成2/3/4次伤害",
|
description: "攻击以40/25/12.5%的伤害造成2/3/4次伤害",
|
||||||
},
|
},
|
||||||
"TmModifierType": {
|
"TmModifierType": {
|
||||||
name: "招式学习器 {{moveId}} - {{moveName}}",
|
name: "招式学习器\n{{moveId}} - {{moveName}}",
|
||||||
description: "教会一只宝可梦{{moveName}}。",
|
description: "教会一只宝可梦{{moveName}}。",
|
||||||
},
|
},
|
||||||
"TmModifierTypeWithInfo": {
|
"TmModifierTypeWithInfo": {
|
||||||
name: "招式学习器 {{moveId}} - {{moveName}}",
|
name: "招式学习器\n{{moveId}} - {{moveName}}",
|
||||||
description: "教会一只宝可梦{{moveName}}\n(Hold C or Shift for more info)。",
|
description: "教会一只宝可梦{{moveName}}\n(按住C或者Shift查看更多信息)。",
|
||||||
},
|
},
|
||||||
"EvolutionItemModifierType": {
|
"EvolutionItemModifierType": {
|
||||||
description: "使某些宝可梦进化。",
|
description: "使某些宝可梦进化。",
|
||||||
|
|
Loading…
Reference in New Issue