Translate weapon list page

This commit is contained in:
Sakura Knoll
2022-01-08 20:20:46 +09:00 Unverified
parent 47092ee950
commit 0fbbb45c80
6 changed files with 77 additions and 23 deletions
+6 -1
View File
@@ -10,7 +10,8 @@
"breadcrumb": {
"honkai-3rd": "Honkai 3rd",
"battlesuits": "Battlesuits",
"stigmata": "Stigmata"
"stigmata": "Stigmata",
"weapons": "Weapons"
},
"battlesuits-list": {
"heading": "Battlesuits",
@@ -34,5 +35,9 @@
"top": "Top",
"mid": "Mid",
"bot": "Bot"
},
"weapons-list": {
"weapons": "Weapons",
"filter-by-category": "Filter by Category"
}
}
+6 -1
View File
@@ -13,7 +13,8 @@
"stigmata": "성흔",
"top": "(상)",
"mid": "(중)",
"bot": "(하)"
"bot": "(하)",
"weapons": "무기"
},
"battlesuits-list": {
"heading": "발키리",
@@ -37,5 +38,9 @@
"top": "(상)",
"mid": "(중)",
"bot": "(하)"
},
"weapons-list": {
"weapons": "무기",
"filter-by-category": "카테고리 필터"
}
}