Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40ad6b7636d92a29234639b18e2933a87a27f6b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "twofactor_gateway",
    {
    "%s is your Nextcloud authentication code" : "%s ist Dein Nextcloud-Authentifizierungscode",
    "Signal verification" : "Signal-Bestätigung",
    "Authenticate via Signal" : "Authentifizierung über Signal",
    "Message gateway verification" : "Nachrichten-Gateway-Überprüfung",
    "Authenticate via SMS" : "Authentifizierung über SMS",
    "Telegram verification" : "Telegram-Bestätigung",
    "Authenticate via Telegram" : "Authentifizierung über Telegram",
    "Two-Factor Gateway" : "Zwei-Faktor-Gateway",
    "Two-factor gateway providers (SMS, Telegram, Signal)" : "Zwei-Faktor-Gateway-Anbieter (SMS, Telegram, Signal)",
    "A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS and Telegram." : "Eine Liste von Zwei-Faktor-Gateway-Anbietern, welche Authentifizierungscodes via SMS, Telegram oder Signal senden.",
    "Authentication code" : "Authentifizierungscode",
    "An access code has been sent to %s" : "Ein Zugriffscode wurde an %s versendet",
    "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuche es noch einmal oder kontaktiere Deinen Administrator.",
    "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Deine Telefonnummer hat sich geändert und wurde nicht erneut verifiziert. Nutze einen anderen Zwei-Faktor-Mechanismus oder wende Dich an den Administrator."
},
"nplurals=2; plural=(n != 1);");