Add raid placeholder string to locale
This commit is contained in:
parent
715fa021de
commit
9ab9520ac9
2 changed files with 8 additions and 1 deletions
|
|
@ -384,6 +384,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"raids": {
|
||||
"placeholder": "Select a raid..."
|
||||
},
|
||||
"saved": {
|
||||
"title": "Your saved Teams",
|
||||
"loading": "Loading saved teams...",
|
||||
|
|
@ -403,7 +406,8 @@
|
|||
"summon": "Search for a summon...",
|
||||
"character": "Search for a character...",
|
||||
"job_skill": "Search job skills...",
|
||||
"guidebook": "Search guidebooks..."
|
||||
"guidebook": "Search guidebooks...",
|
||||
"raid": "Search raids..."
|
||||
}
|
||||
},
|
||||
"teams": {
|
||||
|
|
|
|||
|
|
@ -385,6 +385,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"raids": {
|
||||
"placeholder": "バトルを選択..."
|
||||
},
|
||||
"saved": {
|
||||
"title": "保存した編成",
|
||||
"loading": "ロード中...",
|
||||
|
|
|
|||
Loading…
Reference in a new issue