[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2016-12-06 02:02:18 +00:00
Родитель a97a3f70fd
Коммит 5d82ce2ff6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
3 изменённых файлов: 14 добавлений и 19 удалений

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

@ -1,10 +1,12 @@
OC.L10N.register(
"twofactor_totp",
{
"Enable TOTP" : "TOTP Etkinleştir",
"This is your new TOTP secret:" : "Yeni TOTP sırrınız:",
"Scan this QR code with your TOTP app" : "Bu QR kodunu TOTP uygulamanızla tarayın",
"Authenticate with a TOTP app" : "Bir TOTP uygulamasıyla kimlik doğrulaması yapın",
"TOTP Second-factor Auth" : "TOTP İkinci Yöntem Doğrulaması"
"Enable TOTP" : "TOTP kullanılsın",
"This is your new TOTP secret:" : "Yeni TOTP parolanız:",
"Scan this QR code with your TOTP app" : "TOTP uygulamanızla bu QR kodunu tarayın",
"Authenticate with a TOTP app" : "TOTP uygulamasıyla doğrulama",
"Authentication code" : "Doğrulama kodu",
"Get the authentication code from the two-factor authentication app on your device." : "Aygıtınızdaki iki aşamalı doğrulama uygulamasından doğrulama kodunu alın.",
"TOTP second-factor auth" : "TOTP iki aşamalı doğrulama"
},
"nplurals=2; plural=(n > 1);");

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

@ -1,8 +1,10 @@
{ "translations": {
"Enable TOTP" : "TOTP Etkinleştir",
"This is your new TOTP secret:" : "Yeni TOTP sırrınız:",
"Scan this QR code with your TOTP app" : "Bu QR kodunu TOTP uygulamanızla tarayın",
"Authenticate with a TOTP app" : "Bir TOTP uygulamasıyla kimlik doğrulaması yapın",
"TOTP Second-factor Auth" : "TOTP İkinci Yöntem Doğrulaması"
"Enable TOTP" : "TOTP kullanılsın",
"This is your new TOTP secret:" : "Yeni TOTP parolanız:",
"Scan this QR code with your TOTP app" : "TOTP uygulamanızla bu QR kodunu tarayın",
"Authenticate with a TOTP app" : "TOTP uygulamasıyla doğrulama",
"Authentication code" : "Doğrulama kodu",
"Get the authentication code from the two-factor authentication app on your device." : "Aygıtınızdaki iki aşamalı doğrulama uygulamasından doğrulama kodunu alın.",
"TOTP second-factor auth" : "TOTP iki aşamalı doğrulama"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

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

@ -1,9 +0,0 @@
<?php
$TRANSLATIONS = array(
"Enable TOTP" => "TOTP Etkinleştir",
"This is your new TOTP secret:" => "Yeni TOTP sırrınız:",
"Scan this QR code with your TOTP app" => "Bu QR kodunu TOTP uygulamanızla tarayın",
"Authenticate with a TOTP app" => "Bir TOTP uygulamasıyla kimlik doğrulaması yapın",
"TOTP Second-factor Auth" => "TOTP İkinci Yöntem Doğrulaması"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";