Add localizations

This commit is contained in:
Justin Edmund 2023-01-06 00:45:40 -08:00
parent e53237d94a
commit bf300e6026
2 changed files with 26 additions and 2 deletions

View file

@ -137,6 +137,17 @@
"changelog": { "changelog": {
"title": "Changelog" "title": "Changelog"
}, },
"characters": {
"title": "Character",
"subtitles": {
"ring": "Over Mastery",
"earring": "Aetherial Mastery",
"awakening": "Awakening"
},
"buttons": {
"confirm": "Save character"
}
},
"conflict": { "conflict": {
"character": "Only one <strong>version of a character</strong> can be included in each party. Do you want to change your party members?", "character": "Only one <strong>version of a character</strong> can be included in each party. Do you want to change your party members?",
"weapon": { "weapon": {
@ -339,5 +350,6 @@
"no_title": "Untitled", "no_title": "Untitled",
"no_raid": "No raid", "no_raid": "No raid",
"no_user": "Anonymous", "no_user": "Anonymous",
"no_job": "No class" "no_job": "No class",
"no_value": "No value"
} }

View file

@ -137,6 +137,17 @@
"changelog": { "changelog": {
"title": "変更ログ" "title": "変更ログ"
}, },
"characters": {
"title": "キャラクター",
"subtitles": {
"ring": "EXリミットボーナス",
"earring": "エーテリアルプラス",
"awakening": "覚醒"
},
"buttons": {
"confirm": "キャラクターを変更する"
}
},
"conflict": { "conflict": {
"character": "<strong>同じ名前のキャラクター</strong>がパーティに編成されています。<br />以下のキャラクターを入れ替えますか?", "character": "<strong>同じ名前のキャラクター</strong>がパーティに編成されています。<br />以下のキャラクターを入れ替えますか?",
"weapon": { "weapon": {
@ -340,5 +351,6 @@
"no_title": "無題", "no_title": "無題",
"no_raid": "マルチなし", "no_raid": "マルチなし",
"no_user": "無名", "no_user": "無名",
"no_job": "ジョブなし" "no_job": "ジョブなし",
"no_value": "値なし"
} }