Add localizations
This commit is contained in:
parent
387b02d9ff
commit
8d0ea633ee
2 changed files with 12 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
||||||
"roadmap": "Roadmap"
|
"roadmap": "Roadmap"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"accessories": {
|
||||||
|
"paladin": "shield",
|
||||||
|
"manadiver": "manatura"
|
||||||
|
},
|
||||||
"alert": {
|
"alert": {
|
||||||
"incompatible_weapon": "You've selected a weapon that can't be added to the Additional Weapon slots."
|
"incompatible_weapon": "You've selected a weapon that can't be added to the Additional Weapon slots."
|
||||||
},
|
},
|
||||||
|
|
@ -378,7 +382,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extra_weapons": "Additional Weapons",
|
"extra_weapons": "Additional Weapons",
|
||||||
|
"equipped": "Equipped",
|
||||||
"coming_soon": "Coming Soon",
|
"coming_soon": "Coming Soon",
|
||||||
|
"no_accessory": "No {{accessory}} equipped",
|
||||||
"no_title": "Untitled",
|
"no_title": "Untitled",
|
||||||
"no_raid": "No raid",
|
"no_raid": "No raid",
|
||||||
"no_user": "Anonymous",
|
"no_user": "Anonymous",
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,10 @@
|
||||||
"roadmap": "ロードマップ"
|
"roadmap": "ロードマップ"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"accessories": {
|
||||||
|
"paladin": "盾",
|
||||||
|
"manadiver": "マナベリ"
|
||||||
|
},
|
||||||
"alert": {
|
"alert": {
|
||||||
"incompatible_weapon": "Additional Weaponsに装備できない武器を入れました。"
|
"incompatible_weapon": "Additional Weaponsに装備できない武器を入れました。"
|
||||||
},
|
},
|
||||||
|
|
@ -378,8 +382,10 @@
|
||||||
"no_skill": "設定されていません"
|
"no_skill": "設定されていません"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"equipped": "装備した",
|
||||||
"extra_weapons": "Additional Weapons",
|
"extra_weapons": "Additional Weapons",
|
||||||
"coming_soon": "開発中",
|
"coming_soon": "開発中",
|
||||||
|
"no_accessory": "{{accessory}}は装備していません",
|
||||||
"no_title": "無題",
|
"no_title": "無題",
|
||||||
"no_raid": "マルチなし",
|
"no_raid": "マルチなし",
|
||||||
"no_user": "無名",
|
"no_user": "無名",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue