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

nl.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7023cf5d0af0294792863b5ffccf374889c859f0 (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 is je Nextcloud authenticatiecode",
    "Signal verification" : "Signal verificatie",
    "Authenticate via Signal" : "Authenticeren via Signal",
    "Message gateway verification" : "Message gateway verificatie",
    "Authenticate via SMS" : "Authenticeren via SMS",
    "Telegram verification" : "Telegram verificatie",
    "Authenticate via Telegram" : "Authenticeren via Telegram",
    "Two-Factor Gateway" : "Two-Factor Gateway",
    "Two-factor gateway providers (SMS, Telegram, Signal)" : "Two-factor gateway providers (SMS, Telegram, Signal)",
    "A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS and Telegram." : "Een stel Nextcloud two-factor providers om authenticatiecodes via Signal, SMS of Telegram te versturen",
    "Authentication code" : "Authenticatie code",
    "An access code has been sent to %s" : "Er is een toegangscode verzonden aan %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Fout bij versturen bericht. Probeer het later opnieuw of neem contact op met je beheerder.",
    "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Je telefoonnummer is gewijzigd en is nog niet geverifieerd. Gebruik een ander two-factor mechanisme of neem contact op met je beheerder."
},
"nplurals=2; plural=(n != 1);");