feat: Internationalize login and registration pages by adding new translation keys and applying them to UI texts.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"{{count}} selected_one": "{{count}} ausgewählt",
|
||||
"{{count}} selected_other": "{{count}} ausgewählt",
|
||||
"Add a new note to your collection.": "Füge eine neue Notiz zu deiner Sammlung hinzu.",
|
||||
"Already have an account?": "Hast du schon ein Konto?",
|
||||
"API Configuration": "API-Konfiguration",
|
||||
"API URL reset to default. Please reload the page.": "API-URL auf Standard zurückgesetzt. Bitte Seite neu laden.",
|
||||
"API URL updated successfully. Please reload the page.": "API-URL erfolgreich aktualisiert. Bitte Seite neu laden.",
|
||||
@@ -14,12 +15,16 @@
|
||||
"Backend URL": "Backend-URL",
|
||||
"Choose your preferred language": "Wähle deine bevorzugte Sprache",
|
||||
"Color": "Farbe",
|
||||
"Confirm Password": "Passwort bestätigen",
|
||||
"Configure the application settings.": "Konfiguriere die Anwendungseinstellungen.",
|
||||
"Configure the backend API URL for this application": "Konfiguriere die Backend-API-URL für diese Anwendung",
|
||||
"Content": "Inhalt",
|
||||
"Copy note": "Notiz kopieren",
|
||||
"Create": "Erstellen",
|
||||
"Create account": "Konto erstellen",
|
||||
"Create an account": "Konto erstellen",
|
||||
"Create Note": "Notiz erstellen",
|
||||
"Creating account...": "Konto wird erstellt...",
|
||||
"Current API URL": "Aktuelle API-URL",
|
||||
"Custom API URL": "Benutzerdefinierte API-URL",
|
||||
"Data Management": "Datenverwaltung",
|
||||
@@ -27,12 +32,18 @@
|
||||
"Delete tag \"{{name}}\"? Notes will keep their content.": "Tag \"{{name}}\" löschen? Notizen behalten ihren Inhalt.",
|
||||
"Deleted {{count}} note_one": "{{count}} Notiz gelöscht",
|
||||
"Deleted {{count}} note_other": "{{count}} Notizen gelöscht",
|
||||
"Don't have an account?": "Hast du noch kein Konto?",
|
||||
"Edit Note": "Notiz bearbeiten",
|
||||
"Email": "E-Mail",
|
||||
"Enter your email below to create your account": "Gib deine E-Mail ein, um dein Konto zu erstellen",
|
||||
"Enter your email to sign in to your account": "Gib deine E-Mail ein, um dich anzumelden",
|
||||
"Export Data": "Daten exportieren",
|
||||
"Export failed": "Export fehlgeschlagen",
|
||||
"Export successful": "Export erfolgreich",
|
||||
"Export your notes for backup or import from a JSON file.": "Exportiere deine Notizen für ein Backup oder importiere aus einer JSON-Datei.",
|
||||
"Failed to copy note": "Fehler beim Kopieren der Notiz",
|
||||
"Failed to login": "Anmeldung fehlgeschlagen",
|
||||
"Failed to register": "Registrierung fehlgeschlagen",
|
||||
"Grid View": "Rasteransicht",
|
||||
"History": "Verlauf",
|
||||
"Import Data": "Daten importieren",
|
||||
@@ -53,24 +64,24 @@
|
||||
"Note created": "Notiz erstellt",
|
||||
"Note title": "Notiztitel",
|
||||
"Note updated": "Notiz aktualisiert",
|
||||
"Notes": "Notizen",
|
||||
"Others": "Andere",
|
||||
"Password": "Passwort",
|
||||
"Pin this note": "Diese Notiz anheften",
|
||||
"Pinned": "Angeheftet",
|
||||
"Please enter a URL": "Bitte gib eine URL ein",
|
||||
"Registration is currently disabled": "Registrierung ist derzeit deaktiviert",
|
||||
"Reload": "Neu laden",
|
||||
"Rename": "Umbenennen",
|
||||
"Reset to Default": "Auf Standard zurücksetzen",
|
||||
"Save": "Speichern",
|
||||
"Save changes": "Änderungen speichern",
|
||||
"Saving": {
|
||||
"": {
|
||||
"": {
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Saving...": "Speichern...",
|
||||
"Search your notes...": "Durchsuche deine Notizen...",
|
||||
"Settings": "Einstellungen",
|
||||
"Sign in": "Anmelden",
|
||||
"Sign up": "Registrieren",
|
||||
"Signing in...": "Anmeldung läuft...",
|
||||
"Tag deleted": "Tag gelöscht",
|
||||
"Tag renamed": "Tag umbenannt",
|
||||
"Tags": "Tags",
|
||||
@@ -79,6 +90,7 @@
|
||||
"Title is required": "Titel ist erforderlich",
|
||||
"Title too long": "Titel zu lang",
|
||||
"Update": "Aktualisieren",
|
||||
"Welcome back": "Willkommen zurück",
|
||||
"work, todo, ideas": "Arbeit, Aufgaben, Ideen",
|
||||
"Your notes will appear here. Click + to create one.": "Deine Notizen werden hier erscheinen. Klicke +, um eine zu erstellen."
|
||||
}
|
||||
Reference in New Issue
Block a user