[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2016-11-24 02:02:18 +00:00
Родитель e67c1eee06
Коммит 1cc2d48f90
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
3 изменённых файлов: 6 добавлений и 11 удалений

Просмотреть файл

@ -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);";