[tx-robot] updated from transifex
This commit is contained in:
Родитель
437c83988b
Коммит
2618da9bf5
|
@ -5,6 +5,7 @@ OC.L10N.register(
|
||||||
"This is your new TOTP secret:" : "Az új időalapú egyszeri titkos jelszava (TOTP):",
|
"This is your new TOTP secret:" : "Az új időalapú egyszeri titkos jelszava (TOTP):",
|
||||||
"Scan this QR code with your TOTP app" : "Olvassa be ezt a QR kódot a TOTP alkalmazásával",
|
"Scan this QR code with your TOTP app" : "Olvassa be ezt a QR kódot a TOTP alkalmazásával",
|
||||||
"Authenticate with a TOTP app" : "Hitelesítés TOTP alkalmazással",
|
"Authenticate with a TOTP app" : "Hitelesítés TOTP alkalmazással",
|
||||||
"TOTP Second-factor Auth" : "TOTP kétlépcsős hitelesítés"
|
"Authentication code" : "Azonosítási kód",
|
||||||
|
"TOTP second-factor auth" : "TOTP második lépcsős hitelesítés"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"This is your new TOTP secret:" : "Az új időalapú egyszeri titkos jelszava (TOTP):",
|
"This is your new TOTP secret:" : "Az új időalapú egyszeri titkos jelszava (TOTP):",
|
||||||
"Scan this QR code with your TOTP app" : "Olvassa be ezt a QR kódot a TOTP alkalmazásával",
|
"Scan this QR code with your TOTP app" : "Olvassa be ezt a QR kódot a TOTP alkalmazásával",
|
||||||
"Authenticate with a TOTP app" : "Hitelesítés TOTP alkalmazással",
|
"Authenticate with a TOTP app" : "Hitelesítés TOTP alkalmazással",
|
||||||
"TOTP Second-factor Auth" : "TOTP kétlépcsős hitelesítés"
|
"Authentication code" : "Azonosítási kód",
|
||||||
|
"TOTP second-factor auth" : "TOTP második lépcsős hitelesítés"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
|
@ -1,9 +0,0 @@
|
||||||
<?php
|
|
||||||
$TRANSLATIONS = array(
|
|
||||||
"Enable TOTP" => "Időalapú egyszeri jelszó (TOTP) engedélyezése",
|
|
||||||
"This is your new TOTP secret:" => "Az új időalapú egyszeri titkos jelszava (TOTP):",
|
|
||||||
"Scan this QR code with your TOTP app" => "Olvassa be ezt a QR kódot a TOTP alkalmazásával",
|
|
||||||
"Authenticate with a TOTP app" => "Hitelesítés TOTP alkalmazással",
|
|
||||||
"TOTP Second-factor Auth" => "TOTP kétlépcsős hitelesítés"
|
|
||||||
);
|
|
||||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
OC.L10N.register(
|
||||||
|
"twofactor_totp",
|
||||||
|
{
|
||||||
|
"Enable TOTP" : "TOTP 활성화",
|
||||||
|
"This is your new TOTP secret:" : "이것은 새 TOTP 비밀 키입니다:",
|
||||||
|
"Scan this QR code with your TOTP app" : "이 QR 코드를 TOTP 앱으로 스캔하십시오",
|
||||||
|
"Authenticate with a TOTP app" : "TOTP 앱으로 인증",
|
||||||
|
"Authentication code" : "인증 코드",
|
||||||
|
"Get the authentication code from the two-factor authentication app on your device." : "사용자 장치에 있는 이중 인증 앱에서 인증 코드를 확인하십시오.",
|
||||||
|
"TOTP second-factor auth" : "TOTP 이중 인증"
|
||||||
|
},
|
||||||
|
"nplurals=1; plural=0;");
|
|
@ -0,0 +1,10 @@
|
||||||
|
{ "translations": {
|
||||||
|
"Enable TOTP" : "TOTP 활성화",
|
||||||
|
"This is your new TOTP secret:" : "이것은 새 TOTP 비밀 키입니다:",
|
||||||
|
"Scan this QR code with your TOTP app" : "이 QR 코드를 TOTP 앱으로 스캔하십시오",
|
||||||
|
"Authenticate with a TOTP app" : "TOTP 앱으로 인증",
|
||||||
|
"Authentication code" : "인증 코드",
|
||||||
|
"Get the authentication code from the two-factor authentication app on your device." : "사용자 장치에 있는 이중 인증 앱에서 인증 코드를 확인하십시오.",
|
||||||
|
"TOTP second-factor auth" : "TOTP 이중 인증"
|
||||||
|
},"pluralForm" :"nplurals=1; plural=0;"
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче