From 2618da9bf57dac47a9e7acc9bb40d763844a6a1a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 20 Dec 2016 12:12:32 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/hu_HU.js | 3 ++- l10n/hu_HU.json | 3 ++- l10n/hu_HU.php | 9 --------- l10n/ko.js | 12 ++++++++++++ l10n/ko.json | 10 ++++++++++ 5 files changed, 26 insertions(+), 11 deletions(-) delete mode 100644 l10n/hu_HU.php create mode 100644 l10n/ko.js create mode 100644 l10n/ko.json diff --git a/l10n/hu_HU.js b/l10n/hu_HU.js index 092550b..5192c4c 100644 --- a/l10n/hu_HU.js +++ b/l10n/hu_HU.js @@ -5,6 +5,7 @@ OC.L10N.register( "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" + "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);"); diff --git a/l10n/hu_HU.json b/l10n/hu_HU.json index 9e4ff6e..e1bbeee 100644 --- a/l10n/hu_HU.json +++ b/l10n/hu_HU.json @@ -3,6 +3,7 @@ "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" + "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);" } \ No newline at end of file diff --git a/l10n/hu_HU.php b/l10n/hu_HU.php deleted file mode 100644 index fffdc53..0000000 --- a/l10n/hu_HU.php +++ /dev/null @@ -1,9 +0,0 @@ - "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);"; diff --git a/l10n/ko.js b/l10n/ko.js new file mode 100644 index 0000000..893ab63 --- /dev/null +++ b/l10n/ko.js @@ -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;"); diff --git a/l10n/ko.json b/l10n/ko.json new file mode 100644 index 0000000..18ce5e7 --- /dev/null +++ b/l10n/ko.json @@ -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;" +} \ No newline at end of file