feat: localizations
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"account": {
|
||||
"address": "Adresse",
|
||||
"addressPlaceholder": "Musterstraße 123",
|
||||
"city": "Stadt",
|
||||
"cityPlaceholder": "Berlin",
|
||||
"countries": {
|
||||
"australia": "Australien",
|
||||
"brazil": "Brasilien",
|
||||
"canada": "Kanada",
|
||||
"china": "China",
|
||||
"france": "Frankreich",
|
||||
"germany": "Deutschland",
|
||||
"india": "Indien",
|
||||
"japan": "Japan",
|
||||
"mexico": "Mexiko",
|
||||
"southAfrica": "Südafrika",
|
||||
"unitedKingdom": "Vereinigtes Königreich",
|
||||
"unitedStates": "Vereinigte Staaten"
|
||||
},
|
||||
"country": "Land",
|
||||
"email": "E-Mail",
|
||||
"firstName": "Vorname",
|
||||
"firstNamePlaceholder": "Max",
|
||||
"lastName": "Nachname",
|
||||
"lastNamePlaceholder": "Mustermann",
|
||||
"managedFieldHint": "Wird vom Authentifizierungsanbieter verwaltet",
|
||||
"phoneNumber": "Telefonnummer",
|
||||
"photoRequirements": "Zulässig sind JPG, GIF oder PNG. Maximale Größe: 800 KB",
|
||||
"selectCountry": "Land auswählen",
|
||||
"stateOrProvince": "Bundesland/Provinz",
|
||||
"statePlaceholder": "Bundesland",
|
||||
"title": "Kontodetails",
|
||||
"uploadPhoto": "Neues Foto hochladen",
|
||||
"zipCode": "Postleitzahl"
|
||||
},
|
||||
"actions": {
|
||||
"reset": "Zurücksetzen",
|
||||
"saveChanges": "Änderungen speichern"
|
||||
},
|
||||
"nav": {
|
||||
"preferences": "Einstellungen",
|
||||
"profile": "Profil",
|
||||
"profileSettings": "Profil & Einstellungen",
|
||||
"security": "Sicherheit"
|
||||
},
|
||||
"notifications": {
|
||||
"columns": {
|
||||
"app": "App",
|
||||
"browser": "BROWSER",
|
||||
"email": "E-MAIL",
|
||||
"type": "Typ"
|
||||
},
|
||||
"permissionDescription": "Wir benötigen die Berechtigung Ihres Browsers, um Benachrichtigungen anzuzeigen.",
|
||||
"requestPermission": "Berechtigung anfordern",
|
||||
"timing": {
|
||||
"anytime": "Jederzeit",
|
||||
"online": "Nur wenn ich online bin"
|
||||
},
|
||||
"timingQuestion": "Wann sollen wir Ihnen Benachrichtigungen senden?",
|
||||
"title": "Benachrichtigungen",
|
||||
"types": {
|
||||
"accountActivity": "Kontoaktivität",
|
||||
"newBrowserSignIn": "Anmeldung über einen neuen Browser",
|
||||
"newDeviceLinked": "Ein neues Gerät wurde verknüpft",
|
||||
"newForYou": "Neu für Sie"
|
||||
}
|
||||
},
|
||||
"preferences": {
|
||||
"languageHint": "Wird sofort angewendet und in Ihrem Konto gespeichert",
|
||||
"languageLabel": "Anzeigesprache",
|
||||
"languageTitle": "Sprache"
|
||||
},
|
||||
"security": {
|
||||
"emptyDescription": "Derzeit sind keine Sicherheitsmodule aktiviert oder installiert.",
|
||||
"emptyTitle": "Keine Sicherheitseinstellungen verfügbar"
|
||||
},
|
||||
"tabs": {
|
||||
"account": "Konto",
|
||||
"notifications": "Benachrichtigungen",
|
||||
"preferences": "Einstellungen",
|
||||
"security": "Sicherheit"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"account": {
|
||||
"address": "Address",
|
||||
"addressPlaceholder": "123 Main St",
|
||||
"city": "City",
|
||||
"cityPlaceholder": "New York",
|
||||
"countries": {
|
||||
"australia": "Australia",
|
||||
"brazil": "Brazil",
|
||||
"canada": "Canada",
|
||||
"china": "China",
|
||||
"france": "France",
|
||||
"germany": "Germany",
|
||||
"india": "India",
|
||||
"japan": "Japan",
|
||||
"mexico": "Mexico",
|
||||
"southAfrica": "South Africa",
|
||||
"unitedKingdom": "United Kingdom",
|
||||
"unitedStates": "United States"
|
||||
},
|
||||
"country": "Country",
|
||||
"email": "E-mail",
|
||||
"firstName": "First Name",
|
||||
"firstNamePlaceholder": "John",
|
||||
"lastName": "Last Name",
|
||||
"lastNamePlaceholder": "Doe",
|
||||
"managedFieldHint": "Managed by authentication provider",
|
||||
"phoneNumber": "Phone Number",
|
||||
"photoRequirements": "Allowed JPG, GIF or PNG. Max size of 800K",
|
||||
"selectCountry": "Select Country",
|
||||
"stateOrProvince": "State/Province",
|
||||
"statePlaceholder": "State",
|
||||
"title": "Account Details",
|
||||
"uploadPhoto": "Upload new photo",
|
||||
"zipCode": "Zip Code"
|
||||
},
|
||||
"actions": {
|
||||
"reset": "Reset",
|
||||
"saveChanges": "Save changes"
|
||||
},
|
||||
"nav": {
|
||||
"preferences": "Preferences",
|
||||
"profile": "Profile",
|
||||
"profileSettings": "Profile & Settings",
|
||||
"security": "Security"
|
||||
},
|
||||
"notifications": {
|
||||
"columns": {
|
||||
"app": "App",
|
||||
"browser": "BROWSER",
|
||||
"email": "EMAIL",
|
||||
"type": "Type"
|
||||
},
|
||||
"permissionDescription": "We need permission from your browser to show notifications.",
|
||||
"requestPermission": "Request Permission",
|
||||
"timing": {
|
||||
"anytime": "Anytime",
|
||||
"online": "Only when I'm online"
|
||||
},
|
||||
"timingQuestion": "When should we send you notifications?",
|
||||
"title": "Notifications",
|
||||
"types": {
|
||||
"accountActivity": "Account activity",
|
||||
"newBrowserSignIn": "A new browser used to sign in",
|
||||
"newDeviceLinked": "A new device is linked",
|
||||
"newForYou": "New for you"
|
||||
}
|
||||
},
|
||||
"preferences": {
|
||||
"languageHint": "Applies immediately and is saved to your account",
|
||||
"languageLabel": "Display language",
|
||||
"languageTitle": "Language"
|
||||
},
|
||||
"security": {
|
||||
"emptyDescription": "No security modules are currently enabled or installed.",
|
||||
"emptyTitle": "No Security Settings Available"
|
||||
},
|
||||
"tabs": {
|
||||
"account": "Account",
|
||||
"notifications": "Notifications",
|
||||
"preferences": "Preferences",
|
||||
"security": "Security"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"nav": {
|
||||
"preferences": "Preferences",
|
||||
"profile": "Profile",
|
||||
"profileSettings": "Profile & Settings",
|
||||
"security": "Security"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user