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: 87bb94464f97df20a5bc7b04dc6dce6f52e1266d (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS-Bestätigung",
    "%s is your Nextcloud authentication code" : "%s ist dein Nextcloud-Authentifizierungscode",
    "Two Factor SMS Provider" : "Zwei-Faktor SMS-Anbieter",
    "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."
},
"nplurals=2; plural=(n != 1);");