Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-12-20 15:12:32 +0300
committerNextcloud bot <bot@nextcloud.com>2016-12-20 15:12:32 +0300
commit2618da9bf57dac47a9e7acc9bb40d763844a6a1a (patch)
tree50e7e562fa8ff166dda0ef5a7c4e9a0dc092c661 /l10n
parent437c83988b638d713de926a06d60a5cc71f50fbf (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/hu_HU.js3
-rw-r--r--l10n/hu_HU.json3
-rw-r--r--l10n/hu_HU.php9
-rw-r--r--l10n/ko.js12
-rw-r--r--l10n/ko.json10
5 files changed, 26 insertions, 11 deletions
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 @@
-<?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);";
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