Initial commit
This commit is contained in:
53
app/i18n/locales/de.json
Normal file
53
app/i18n/locales/de.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Nuxt PocketBase Starter Template",
|
||||
"description": "Eine Starter-Vorlage mit vorgegebenen Frameworks, die von Nuxt und PocketBase sowie weiteren Tools unterstützt wird, um eine schnelle Veröffentlichung von Apps zu ermöglichen.",
|
||||
"signUp": "Registrieren",
|
||||
"profile": "Profil"
|
||||
},
|
||||
"login": {
|
||||
"title": "Anmelden",
|
||||
"email": "E-Mail",
|
||||
"emailPlaceholder": "Geben Sie Ihre E-Mail ein",
|
||||
"otp": "Code",
|
||||
"continue": "Weiter",
|
||||
"agree": "Mit der Anmeldung stimmen Sie unseren",
|
||||
"terms": "Nutzungsbedingungen",
|
||||
"google": "Mit Google anmelden",
|
||||
"invalidEmail": "Ungültige E-Mail",
|
||||
"invalidCharacterCount": "Muss mindestens 8 Zeichen lang sein",
|
||||
"emailSent": "E-Mail gesendet",
|
||||
"emailSentDescription": "Überprüfen Sie Ihr Postfach und geben Sie den Code aus der E-Email im angezeigten Feld ein."
|
||||
},
|
||||
"confirm": {
|
||||
"signingIn": "Anmelden",
|
||||
"redirectedSoon": "Sie werden in Kürze weitergeleitet..."
|
||||
},
|
||||
"profile": {
|
||||
"title": "Profil",
|
||||
"description": "Diese Informationen werden öffentlich angezeigt.",
|
||||
"save": "Änderungen speichern",
|
||||
"name": "Name",
|
||||
"nameDescription": "Wird auf Quittungen, Rechnungen und in anderer Kommunikation angezeigt.",
|
||||
"email": "E-Mail",
|
||||
"emailDescription": "Wird für die Anmeldung, E-Mail-Quittungen und Produkt-Updates verwendet.",
|
||||
"avatar": "Profilbild",
|
||||
"avatarDescription": "JPG, GIF oder PNG. Maximal 1MB.",
|
||||
"choose": "Auswählen",
|
||||
"tooShort": "Zu kurz",
|
||||
"invalidEmail": "Ungültige E-Mail",
|
||||
"success": "Erfolg",
|
||||
"settingsUpdated": "Ihre Einstellungen wurden aktualisiert.",
|
||||
"avatarUploaded": "Ihr Profilbild wurde hochgeladen",
|
||||
"delete": "Konto löschen",
|
||||
"deleteDescription": "Hier können Sie Ihre Daten löschen.",
|
||||
"deleteWarning": "Wenn Sie Ihr Konto löschen, werden alle Ihre Daten gelöscht. Dies kann nicht rückgängig gemacht werden."
|
||||
},
|
||||
"cancel": "Abbrechen",
|
||||
"notifications": "Benachrichtigungen",
|
||||
"counter": {
|
||||
"reset": "Zurücksetzen",
|
||||
"notAuthenticated": "Nicht angemeldet",
|
||||
"signInToUse": "Bitte melden Sie sich an um das Beispiel Zähler-Widget auszuprobieren"
|
||||
}
|
||||
}
|
||||
53
app/i18n/locales/en.json
Normal file
53
app/i18n/locales/en.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Nuxt PocketBase Starter Template",
|
||||
"description": "A highly opinionated starter template powered by Nuxt and PocketBase among others to enable quick release of Apps.",
|
||||
"signUp": "Sign Up",
|
||||
"profile": "Profile"
|
||||
},
|
||||
"login": {
|
||||
"title": "Sign In",
|
||||
"email": "Email",
|
||||
"emailPlaceholder": "Enter your email",
|
||||
"otp": "Code",
|
||||
"continue": "Continue",
|
||||
"agree": "By signing in, you agree to our",
|
||||
"terms": "Terms of Service",
|
||||
"google": "Login with Google",
|
||||
"invalidEmail": "Invalid email",
|
||||
"invalidCharacterCount": "Must be at least 8 characters",
|
||||
"emailSent": "Email sent",
|
||||
"emailSentDescription": "Check your email and enter the code from the email in the field."
|
||||
},
|
||||
"confirm": {
|
||||
"signingIn": "Signing you in",
|
||||
"redirectedSoon": "You will be redirected soon..."
|
||||
},
|
||||
"profile": {
|
||||
"title": "Profile",
|
||||
"description": "These informations will be displayed publicly.",
|
||||
"save": "Save changes",
|
||||
"name": "Name",
|
||||
"nameDescription": "Will appear on receipts, invoices, and other communication.",
|
||||
"email": "Email",
|
||||
"emailDescription": "Used to sign in, for email receipts and product updates.",
|
||||
"avatar": "Avatar",
|
||||
"avatarDescription": "JPG, GIF or PNG. 1MB Max.",
|
||||
"choose": "Choose",
|
||||
"tooShort": "Too short",
|
||||
"invalidEmail": "Invalid email",
|
||||
"success": "Success",
|
||||
"settingsUpdated": "Your settings have been updated.",
|
||||
"avatarUploaded": "Your avatar was uploaded.",
|
||||
"delete": "Delete account",
|
||||
"deleteDescription": "Here you can delete your account.",
|
||||
"deleteWarning": "If you delete your account, all your data will be deleted. This cannot be undone."
|
||||
},
|
||||
"cancel": "Cancel",
|
||||
"notifications": "Notifications",
|
||||
"counter": {
|
||||
"reset": "Reset",
|
||||
"notAuthenticated": "Not authenticated",
|
||||
"signInToUse": "Please sign in to try the example counter widget"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user