[tx-robot] updated from transifex
This commit is contained in:
Родитель
bab0dce0e0
Коммит
db6f9e81d3
|
@ -0,0 +1,10 @@
|
|||
OC.L10N.register(
|
||||
"twofactor_totp",
|
||||
{
|
||||
"Enable TOTP" : "Inschakelen TOTP",
|
||||
"This is your new TOTP secret:" : "Dit is uw nieuwe TOTP geheim:",
|
||||
"Scan this QR code with your TOTP app" : "Scan deze QR code met uw TOTP app",
|
||||
"Authenticate with a TOTP app" : "Authenticeren met een TOTP app",
|
||||
"TOTP Second-factor Auth" : "TOTP tweede factor Auth"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,8 @@
|
|||
{ "translations": {
|
||||
"Enable TOTP" : "Inschakelen TOTP",
|
||||
"This is your new TOTP secret:" : "Dit is uw nieuwe TOTP geheim:",
|
||||
"Scan this QR code with your TOTP app" : "Scan deze QR code met uw TOTP app",
|
||||
"Authenticate with a TOTP app" : "Authenticeren met een TOTP app",
|
||||
"TOTP Second-factor Auth" : "TOTP tweede factor Auth"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Enable TOTP" => "Inschakelen TOTP",
|
||||
"This is your new TOTP secret:" => "Dit is uw nieuwe TOTP geheim:",
|
||||
"Scan this QR code with your TOTP app" => "Scan deze QR code met uw TOTP app",
|
||||
"Authenticate with a TOTP app" => "Authenticeren met een TOTP app",
|
||||
"TOTP Second-factor Auth" => "TOTP tweede factor Auth"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
Загрузка…
Ссылка в новой задаче