feat: addn more localization based texts to support german and english
This commit is contained in:
parent
4df2b3668f
commit
defecf958a
4 changed files with 71 additions and 24 deletions
|
|
@ -361,5 +361,27 @@
|
|||
"consentAnd": " und die ",
|
||||
"consentTermsOfService": "Nutzungsbedingungen",
|
||||
"consentRequired": "Du musst die Datenschutzerklärung und Nutzungsbedingungen akzeptieren",
|
||||
"termsOfServiceTitle": "Nutzungsbedingungen"
|
||||
"termsOfServiceTitle": "Nutzungsbedingungen",
|
||||
|
||||
"multiplayerTitle": "MULTIPLAYER RAID",
|
||||
"multiplayerDescription": "Verbünde dich mit anderen Helden, um epische Bosse zu besiegen!",
|
||||
"multiplayerJoinButton": "PARTY BEITRETEN",
|
||||
"multiplayerCreateButton": "PARTY ERSTELLEN",
|
||||
"multiplayerEnterCodeTitle": "PARTY-CODE EINGEBEN",
|
||||
"multiplayerCodeHint": "z.B. A1B2",
|
||||
"multiplayerJoinAction": "BEITRETEN",
|
||||
"multiplayerCancelAction": "ABBRECHEN",
|
||||
|
||||
"lobbyTitle": "RAID LOBBY",
|
||||
"lobbyPartyCode": "PARTY CODE",
|
||||
"lobbyTapToCopy": "(Tippen zum Kopieren)",
|
||||
"lobbyCodeCopied": "Code kopiert!",
|
||||
"lobbyStartRaid": "RAID STARTEN",
|
||||
"lobbyReady": "BEREIT",
|
||||
"lobbyNotReady": "NICHT BEREIT",
|
||||
"lobbyStatusActive": "Raid startet...",
|
||||
"lobbyStatusEntering": "Betrete das Schlachtfeld...",
|
||||
|
||||
"connectivityError": "Keine Internetverbindung verfügbar.",
|
||||
"connectivityMultiplayerError": "Für Multiplayer wird eine Internetverbindung benötigt."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue