[tx-robot] updated from transifex
This commit is contained in:
Родитель
e67c1eee06
Коммит
1cc2d48f90
|
@ -5,6 +5,8 @@ OC.L10N.register(
|
|||
"This is your new TOTP secret:" : "Este é o seu novo segredo TOTP:",
|
||||
"Scan this QR code with your TOTP app" : "Ler este código QR com o seu app TOTP",
|
||||
"Authenticate with a TOTP app" : "Autenticar com um aplicativo TOTP",
|
||||
"TOTP Second-factor Auth" : "TOTP Segundo-fator Auto"
|
||||
"Authentication code" : "Código de autenticação",
|
||||
"Get the authentication code from the two-factor authentication app on your device." : "Obtenha o código de autenticação do aplicativo de autenticação de dois fatores em seu dispositivo.",
|
||||
"TOTP second-factor auth" : "Autenticação do segundo fator do TOTP"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
"This is your new TOTP secret:" : "Este é o seu novo segredo TOTP:",
|
||||
"Scan this QR code with your TOTP app" : "Ler este código QR com o seu app TOTP",
|
||||
"Authenticate with a TOTP app" : "Autenticar com um aplicativo TOTP",
|
||||
"TOTP Second-factor Auth" : "TOTP Segundo-fator Auto"
|
||||
"Authentication code" : "Código de autenticação",
|
||||
"Get the authentication code from the two-factor authentication app on your device." : "Obtenha o código de autenticação do aplicativo de autenticação de dois fatores em seu dispositivo.",
|
||||
"TOTP second-factor auth" : "Autenticação do segundo fator do TOTP"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Enable TOTP" => "Ativar TOTP",
|
||||
"This is your new TOTP secret:" => "Este é o seu novo segredo TOTP:",
|
||||
"Scan this QR code with your TOTP app" => "Ler este código QR com o seu app TOTP",
|
||||
"Authenticate with a TOTP app" => "Autenticar com um aplicativo TOTP",
|
||||
"TOTP Second-factor Auth" => "TOTP Segundo-fator Auto"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|
Загрузка…
Ссылка в новой задаче