Translate weapon pages

This commit is contained in:
Sakura Knoll
2022-01-08 20:31:09 +09:00 Unverified
parent 0fbbb45c80
commit 88f91c1a27
4 changed files with 44 additions and 13 deletions
+11
View File
@@ -39,5 +39,16 @@
"weapons-list": {
"weapons": "Weapons",
"filter-by-category": "Filter by Category"
},
"weapons-show": {
"pistol": "Pistol",
"cannon": "Cannon",
"katana": "Katana",
"cross": "Cross",
"greatsword": "Greatsword",
"scythe": "Scythe",
"lance": "Lance",
"gauntlet": "Gauntlet",
"bow": "Bow"
}
}
+11
View File
@@ -42,5 +42,16 @@
"weapons-list": {
"weapons": "무기",
"filter-by-category": "카테고리 필터"
},
"weapons-show": {
"pistol": "쌍권총",
"cannon": "대포",
"katana": "태도",
"cross": "십자가",
"greatsword": "대검",
"scythe": "낫",
"lance": "랜스",
"gauntlet": "건틀릿",
"bow": "활"
}
}