Fix stigmata type locales

This commit is contained in:
Sakura Knoll
2022-01-08 19:34:49 +09:00 Unverified
parent 47ba4834f4
commit 2a2db93ded
3 changed files with 20 additions and 5 deletions
+10 -4
View File
@@ -10,10 +10,7 @@
"breadcrumb": {
"honkai-3rd": "Honkai 3rd",
"battlesuits": "Battlesuits",
"stigmata": "Stigmata",
"top": "Top",
"mid": "Mid",
"bot": "Bot"
"stigmata": "Stigmata"
},
"battlesuits-list": {
"heading": "Battlesuits",
@@ -28,5 +25,14 @@
"ultimate": "Ultimate",
"basic-attack": "Basic Attack",
"sp-skill": "SP Skill"
},
"stigmata-list": {
"stigmata": "Stigmata",
"set-list": "Set List"
},
"stigmata-show": {
"top": "Top",
"mid": "Mid",
"bot": "Bot"
}
}
+9
View File
@@ -28,5 +28,14 @@
"ultimate": "필살기",
"basic-attack": "기본 공격",
"sp-skill": "SP 스킬"
},
"stigmata-list": {
"stigmata": "성흔",
"set-list": "세트 일람"
},
"stigmata-show": {
"top": "(상)",
"mid": "(중)",
"bot": "(하)"
}
}