Translate battlesuit show page

This commit is contained in:
Sakura Knoll
2022-01-04 00:02:56 +09:00 Unverified
parent c91913af04
commit f2fe200af5
5 changed files with 48 additions and 14 deletions
+9
View File
@@ -15,5 +15,14 @@
"heading": "Battlesuits",
"filter-by-features": "Filter by Features",
"filter-by-valkyries": "Filter by Valkyries"
},
"battlesuit-show": {
"leader": "Leader",
"passive": "Passive",
"evasion": "Evasion",
"special-attack": "Special Attack",
"ultimate": "Ultimate",
"basic-attack": "Basic Attack",
"sp-skill": "SP Skill"
}
}
+9
View File
@@ -15,5 +15,14 @@
"heading": "발키리",
"filter-by-features": "특성 필터",
"filter-by-valkyries": "발키리 필터"
},
"battlesuit-show": {
"leader": "리더 스킬",
"passive": "패시브 스킬",
"evasion": "회피",
"special-attack": "특수 공격",
"ultimate": "필살기",
"basic-attack": "기본 공격",
"sp-skill": "SP 스킬"
}
}