2024-12-10 20:40:59 +05:30
{
"login" : {
"title" : "Willkommen zurück!" ,
"email" : "E-Mail" ,
"password" : "Passwort" ,
"button" : "Einloggen" ,
"loading" : "Lädt" ,
"register_prompt" : "Noch keinen Account?" ,
"register_link" : "Registrieren" ,
"welcome_notification" : "Willkommen bei Maxun!" ,
"error_notification" : "Anmeldung fehlgeschlagen. Bitte versuchen Sie es erneut."
} ,
"register" : {
"title" : "Konto registrieren" ,
"email" : "E-Mail" ,
"password" : "Passwort" ,
"button" : "Registrieren" ,
"loading" : "Lädt" ,
"register_prompt" : "Bereits ein Konto?" ,
"login_link" : "Einloggen" ,
"welcome_notification" : "Willkommen bei Maxun!" ,
"error_notification" : "Registrierung fehlgeschlagen. Bitte versuchen Sie es erneut."
} ,
"recordingtable" : {
"run" : "Ausführen" ,
"name" : "Name" ,
"schedule" : "Zeitplan" ,
"integrate" : "Integrieren" ,
"settings" : "Einstellungen" ,
"options" : "Optionen" ,
"heading" : "Meine Roboter" ,
"new" : "Roboter erstellen" ,
"modal" : {
"title" : "Geben Sie die URL ein" ,
"label" : "URL" ,
"button" : "Aufnahme starten"
} ,
"edit" : "Bearbeiten" ,
"delete" : "Löschen" ,
"duplicate" : "Duplizieren"
} ,
"mainmenu" : {
"recordings" : "Roboter" ,
"runs" : "Ausführungen" ,
"proxy" : "Proxy" ,
"apikey" : "API-Schlüssel" ,
"feedback" : "Maxun Cloud beitreten" ,
"apidocs" : "API-Dokumentation"
2024-12-20 14:47:39 +05:30
} ,
"runstable" : {
"runs" : "Alle Ausführungen" ,
"runStatus" : "Status" ,
"runName" : "Name" ,
"startedAt" : "Gestartet am" ,
"finishedAt" : "Beendet am" ,
"delete" : "Löschen" ,
"settings" : "Einstellungen" ,
"search" : "Ausführungen suchen..."
2024-12-20 21:02:01 +05:30
} ,
"proxy" : {
"title" : "Proxy-Konfiguration" ,
"tab_standard" : "Standard-Proxy" ,
"tab_rotation" : "Automatische Proxy-Rotation" ,
"server_url" : "Proxy-Server-URL" ,
"server_url_helper" : "Proxy für alle Roboter. HTTP- und SOCKS-Proxys werden unterstützt. Beispiel http://myproxy.com:3128 oder socks5://myproxy.com:3128. Kurzform myproxy.com:3128 wird als HTTP-Proxy behandelt." ,
"requires_auth" : "Authentifizierung erforderlich?" ,
"username" : "Benutzername" ,
"password" : "Passwort" ,
"add_proxy" : "Proxy hinzufügen" ,
"test_proxy" : "Proxy testen" ,
"remove_proxy" : "Proxy entfernen" ,
"table" : {
"proxy_url" : "Proxy-URL" ,
"requires_auth" : "Authentifizierung erforderlich"
} ,
"coming_soon" : "Demnächst verfügbar - In Open Source (Basis-Rotation) & Cloud (Erweiterte Rotation). Wenn Sie die Infrastruktur nicht selbst verwalten möchten, tragen Sie sich in unsere Cloud-Warteliste ein." ,
"join_waitlist" : "Maxun Cloud Warteliste beitreten" ,
"alert" : {
"title" : "Wenn Ihr Proxy einen Benutzernamen und ein Passwort erfordert, geben Sie diese immer separat von der Proxy-URL an." ,
"right_way" : "Der richtige Weg" ,
"wrong_way" : "Der falsche Weg" ,
"proxy_url" : "Proxy-URL:" ,
"username" : "Benutzername:" ,
"password" : "Passwort:"
} ,
"notifications" : {
"config_success" : "Proxy-Konfiguration erfolgreich übermittelt" ,
"config_error" : "Fehler beim Übermitteln der Proxy-Konfiguration. Bitte erneut versuchen." ,
"test_success" : "Proxy-Konfiguration funktioniert" ,
"test_error" : "Fehler beim Testen der Proxy-Konfiguration. Bitte erneut versuchen." ,
"fetch_success" : "Proxy-Konfiguration erfolgreich abgerufen" ,
"remove_success" : "Proxy-Konfiguration erfolgreich entfernt" ,
"remove_error" : "Fehler beim Entfernen der Proxy-Konfiguration. Bitte erneut versuchen."
}
2024-12-20 21:10:41 +05:30
} ,
"apikey" : {
"title" : "API-Schlüssel verwalten" ,
"default_name" : "Maxun API-Schlüssel" ,
"table" : {
"name" : "API-Schlüssel Name" ,
"key" : "API-Schlüssel" ,
"actions" : "Aktionen"
} ,
"actions" : {
"copy" : "Kopieren" ,
"show" : "Anzeigen" ,
"hide" : "Ausblenden" ,
"delete" : "Löschen"
} ,
"no_key_message" : "Sie haben noch keinen API-Schlüssel generiert." ,
"generate_button" : "API-Schlüssel generieren" ,
"notifications" : {
"fetch_error" : "API-Schlüssel konnte nicht abgerufen werden - ${error}" ,
"generate_success" : "API-Schlüssel erfolgreich generiert" ,
"generate_error" : "API-Schlüssel konnte nicht generiert werden - ${error}" ,
"delete_success" : "API-Schlüssel erfolgreich gelöscht" ,
"delete_error" : "API-Schlüssel konnte nicht gelöscht werden - ${error}" ,
"copy_success" : "API-Schlüssel erfolgreich kopiert"
}
2024-12-10 20:40:59 +05:30
}
}