feat: addn more localization based texts to support german and english

This commit is contained in:
Patryk Hegenberg 2026-01-21 09:51:04 +01:00
parent 4df2b3668f
commit defecf958a
4 changed files with 71 additions and 24 deletions

View file

@ -370,10 +370,32 @@
},
"deleteAccountConfirmationMismatch": "Confirmation text does not match",
"consentAcceptPrefix": "I accept the ",
"consentAcceptPrefix": "I accept the ",
"consentPrivacyPolicy": "Privacy Policy",
"consentAnd": " and ",
"consentTermsOfService": "Terms of Service",
"consentRequired": "You must accept the privacy policy and terms to continue",
"termsOfServiceTitle": "Terms of Service"
"termsOfServiceTitle": "Terms of Service",
"multiplayerTitle": "MULTIPLAYER RAID",
"multiplayerDescription": "Join forces with other heroes to defeat epic bosses!",
"multiplayerJoinButton": "JOIN PARTY",
"multiplayerCreateButton": "CREATE PARTY",
"multiplayerEnterCodeTitle": "ENTER PARTY CODE",
"multiplayerCodeHint": "e.g. A1B2",
"multiplayerJoinAction": "JOIN",
"multiplayerCancelAction": "CANCEL",
"lobbyTitle": "RAID LOBBY",
"lobbyPartyCode": "PARTY CODE",
"lobbyTapToCopy": "(Tap to copy)",
"lobbyCodeCopied": "Code copied!",
"lobbyStartRaid": "START RAID",
"lobbyReady": "READY",
"lobbyNotReady": "NOT READY",
"lobbyStatusActive": "Raid is starting...",
"lobbyStatusEntering": "Entering Battle...",
"connectivityError": "No internet connection available.",
"connectivityMultiplayerError": "Active internet connection required for multiplayer."
}