feat: add missing translation keys for modals

- Add summon modal messages for remove confirmation
- Add weapon modal messages for remove confirmation
- Update translation variable format from {{var}} to {var} for next-intl
- Add version formatting keys for updates

🤖 Generated with Claude Code
https://claude.ai/code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Justin Edmund 2025-09-02 19:53:56 -07:00
parent b34cc8a4eb
commit 3b6fb6fe04
3 changed files with 24 additions and 15 deletions

View file

@ -203,7 +203,7 @@
"awakening": "Awakening"
},
"messages": {
"remove": "Are you sure you want to remove <strong>{{character}}</strong> from your team?"
"remove": "Are you sure you want to remove <strong>{character}</strong> from your team?"
},
"buttons": {
"confirm": "Save character",
@ -310,13 +310,16 @@
}
},
"guidebooks": {
"messages": {
"remove": "Are you sure you want to remove <strong>{guidebook}</strong> from your team?"
},
"buttons": {
"remove": "Remove guidebook"
}
},
"job_skills": {
"messages": {
"remove": "Are you sure you want to remove <strong>{{job_skill}}</strong> from your team?"
"remove": "Are you sure you want to remove <strong>{job_skill}</strong> from your team?"
},
"buttons": {
"remove": "Remove class skill"
@ -341,8 +344,8 @@
"remix_team": {
"title": "Remix team",
"description": {
"creator": "You're already the creator of <strong>{{name}}</strong>. Are you sure you want to make a copy by remixing it?",
"viewer": "Remixing a team makes a copy of it in your account so you can make your own changes.\n\nWould you like to remix <strong>{{name}}</strong>?"
"creator": "You're already the creator of <strong>{name}</strong>. Are you sure you want to make a copy by remixing it?",
"viewer": "Remixing a team makes a copy of it in your account so you can make your own changes.\n\nWould you like to remix <strong>{name}</strong>?"
},
"buttons": {
"confirm": "Yes, remix team",
@ -406,6 +409,9 @@
}
},
"summon": {
"messages": {
"remove": "Are you sure you want to remove <strong>{summon}</strong> from your team?"
},
"buttons": {
"remove": "Remove summon"
}
@ -439,6 +445,9 @@
},
"weapon": {
"title": "Modify weapon",
"messages": {
"remove": "Are you sure you want to remove <strong>{weapon}</strong> from your team?"
},
"buttons": {
"confirm": "Save weapon",
"remove": "Remove weapon"
@ -623,7 +632,7 @@
},
"toasts": {
"copied": "This party's URL was copied to your clipboard",
"remixed": "You remixed {{title}}",
"remixed": "You remixed <strong>{title}</strong>",
"update": {
"title": "New update",
"description": {

View file

@ -87,7 +87,7 @@
"2023-09U": {
"features": ["Added new Manatura \"Ouroboros Mino\""]
},
"1.2.1": {
"v1_2_1": {
"bugs": [
"Class accessory popover has been fixed, so Paladin shields and Manadiver manatura can be selected again",
"The AX skill section no longer shows up in the weapon hovercard if no AX skills are set",
@ -97,7 +97,7 @@
"Fixed a bug that prevented setting the value for Rupee Gain or EXP Gain AX skills on weapons"
]
},
"1.2.0": {
"v1_2_0": {
"notes": "I'm very bad at writing actual release notes, so this is a consolidation of the bigger features released in the last six months. Don't worry: there's some new stuff here too!\nThe next features (in no particular order) will be: a way to define roles and substitutions for characters, a collection tracker and hopefully making progress on guides. That's a lot, but I'll chip away at it bit by bit.\nAs always, if you have any feedback, feel free to reach out in the granblue-tools Discord. Thanks for using granblue.team!",
"features": [
{
@ -176,7 +176,7 @@
"2023-02-U2": {
"features": ["Added official names for Proven Weapons and Revans Weapons"]
},
"1.1.0": {
"v1_1_0": {
"features": [
{
"title": "Remix parties",
@ -226,7 +226,7 @@
"Fixed a bug that made it so you could not set Row IV EMP skills in Row V"
]
},
"1.0.1": {
"v1_0_1": {
"features": [
"Extra party fields: Full Auto, Clear Time, and more",
"Support for Youtube short URLs",
@ -234,7 +234,7 @@
"Many other bug fixes"
]
},
"1.0.0": {
"v1_0_0": {
"features": [
"First release!",
"You can embed Youtube videos now",

View file

@ -87,7 +87,7 @@
"2023-09U": {
"features": ["マナベリー「ウロボロス・ミニステル」を追加"]
},
"1.2.1": {
"v1_2_1": {
"bugs": [
"ジョブアクセサリーのメニューが修正され、パラディンの盾やマナダイバーのマナベリーが再び選択できるようになりました",
"EXスキルが設定されていない場合、武器ホバーカードにEXスキルの項目が表示されなくなりました",
@ -97,7 +97,7 @@
"武器にルピーUPまたはEXP UPのEXスキルの値を設定できないバグを修正しました"
]
},
"1.2.0": {
"v1_2_0": {
"notes": "I'm very bad at writing actual release notes, so this is a consolidation of the bigger features released in the last six months. Don't worry: there's some new stuff here too!\nThe next features (in no particular order) will be: a way to define roles and substitutions for characters, a collection tracker and hopefully making progress on guides. That's a lot, but I'll chip away at it bit by bit.\nAs always, if you have any feedback, feel free to reach out in the granblue-tools Discord. Thanks for using granblue.team!",
"features": [
{
@ -170,7 +170,7 @@
"2023-02-U2": {
"features": ["ブレイブウェポンとレヴァンスウェポンの公式名を追加"]
},
"1.1.0": {
"v1_1_0": {
"features": [
{
"title": "編成をリミックス",
@ -220,7 +220,7 @@
"クラス4のリミットボーナススキルをクラス5に装備できない不具合を修正"
]
},
"1.0.1": {
"v1_0_1": {
"features": [
"編成にフルオート、討伐時間などを入力できるようになりました",
"YouTubeの短いURLを入力できるようになりましたSupport for Youtube short URLs",
@ -228,7 +228,7 @@
"その他のバグを多め修正"
]
},
"1.0.0": {
"v1_0_0": {
"features": [
"初アップデート!",
"YouTubeの動画を埋め込めるようになりました",