Add new roadmap localization file
This commit is contained in:
parent
ad72bcdcf9
commit
f0e734b36e
2 changed files with 88 additions and 0 deletions
44
public/locales/en/roadmap.json
Normal file
44
public/locales/en/roadmap.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"modals": {
|
||||
"roadmap": {
|
||||
"title": "Roadmap"
|
||||
}
|
||||
},
|
||||
"title": "Roadmap",
|
||||
"subtitle": "Next update",
|
||||
"blurb": "I'm aiming for this update to release between late-January and early-February. I'm losing a week to top 2k in Guild Wars and after that I'm back at my full-time job, so progress will be a bit slower.",
|
||||
"link": {
|
||||
"intro": "You can see the full roadmap on Github below:",
|
||||
"title": "granblue.team Roadmap"
|
||||
},
|
||||
"roadmap": {
|
||||
"item1": {
|
||||
"title": "Remix teams",
|
||||
"description": "See a team you want to riff off of? This update will let you remix other teams, which will add a copy to your account to make something new."
|
||||
},
|
||||
"item2": {
|
||||
"title": "Character mods",
|
||||
"description": "This update will allow you to add rings, earrings, perpetuity rings and awakenings to your characters."
|
||||
},
|
||||
"item3": {
|
||||
"title": "Remove from grid",
|
||||
"description": "This update will allow you to remove characters, summons, or weapons from your grid."
|
||||
},
|
||||
"item4": {
|
||||
"title": "Transcendence",
|
||||
"description": "This update will allow you to set which transcendence stage characters or summons in your team are at."
|
||||
},
|
||||
"item5": {
|
||||
"title": "URL state for team tabs",
|
||||
"description": "This update will allow you to append /characters, /weapons, /summons to link to individual tabs, and also /all to see everything at once."
|
||||
},
|
||||
"item6": {
|
||||
"title": "Add R characters",
|
||||
"description": "I will spend several hours manually inputting R characters, just for you."
|
||||
},
|
||||
"item7": {
|
||||
"title": "Private and unlisted teams",
|
||||
"description": "If you just want to save something for yourself, this update will let you change the visibility of teams so only you or people you share the link with can see them."
|
||||
}
|
||||
}
|
||||
}
|
||||
44
public/locales/ja/roadmap.json
Normal file
44
public/locales/ja/roadmap.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"modals": {
|
||||
"roadmap": {
|
||||
"title": "ロードマップ"
|
||||
}
|
||||
},
|
||||
"title": "ロードマップ",
|
||||
"subtitle": "次回更新予定",
|
||||
"blurb": "1月下旬〜2月上旬に更新する予定があります。火古戦場に2000位を狙っており、その後は仕事に戻るので開発はちょっとだけ遅くなります。",
|
||||
"link": {
|
||||
"intro": "全部のロードマップは以下のGithubリンクで:",
|
||||
"title": "granblue.teamのロードマップ"
|
||||
},
|
||||
"roadmap": {
|
||||
"item1": {
|
||||
"title": "編成をリミックス",
|
||||
"description": "面白い編成を見出したら、リミックス機能で自分のアカウントにコピーし、アイテムを変えて新らたな編成を作れる"
|
||||
},
|
||||
"item2": {
|
||||
"title": "キャラクター変更",
|
||||
"description": "指輪・御耳飾り・覚醒などキャラクターに付けるようになる"
|
||||
},
|
||||
"item3": {
|
||||
"title": "編成から外す",
|
||||
"description": "キャラクター・武器・召喚石などを編成から外すようになる"
|
||||
},
|
||||
"item4": {
|
||||
"title": "限界超越",
|
||||
"description": "編成にあるキャラクターや召喚石の限界超越のステージを記録するようになる"
|
||||
},
|
||||
"item5": {
|
||||
"title": "編成タブをURLで直接アクセス",
|
||||
"description": "編成URLに/characters・/weapons・/summonsを追加したら、そのタブを直接にアクセスできるようになり、/allを追加したら全てのタブを一気に見えるようになる。"
|
||||
},
|
||||
"item6": {
|
||||
"title": "Rキャラ追加",
|
||||
"description": "何時間もかかりますが追加します。"
|
||||
},
|
||||
"item7": {
|
||||
"title": "プライベートや未公開編成",
|
||||
"description": "自分や友達だけのために編成を作成したいなら、プライベートまたは未公開設定でできる。"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue