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:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-07-03 07:41:36 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-07-03 07:41:36 +0300
commit52a11f659a118e237091202665d1ed235ee706cb (patch)
tree5c85e41e2c0aea371e7326033dfe107e08923b80 /l10n
parent946553dec6b5ca11e810a632c93f60bdae59fc92 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/th_TH.js10
-rw-r--r--l10n/th_TH.json8
-rw-r--r--l10n/th_TH.php9
3 files changed, 27 insertions, 0 deletions
diff --git a/l10n/th_TH.js b/l10n/th_TH.js
new file mode 100644
index 0000000..b65d86b
--- /dev/null
+++ b/l10n/th_TH.js
@@ -0,0 +1,10 @@
+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",
+ "TOTP Second-factor Auth" : "TOTP รับรองความถูกต้องสองชั้น"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/th_TH.json b/l10n/th_TH.json
new file mode 100644
index 0000000..2b0b868
--- /dev/null
+++ b/l10n/th_TH.json
@@ -0,0 +1,8 @@
+{ "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",
+ "TOTP Second-factor Auth" : "TOTP รับรองความถูกต้องสองชั้น"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/th_TH.php b/l10n/th_TH.php
new file mode 100644
index 0000000..28f34cd
--- /dev/null
+++ b/l10n/th_TH.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"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",
+"TOTP Second-factor Auth" => "TOTP รับรองความถูกต้องสองชั้น"
+);
+$PLURAL_FORMS = "nplurals=1; plural=0;";