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

th_TH.php « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c8e3131727c92c4360d578948705d1d4f69058d (plain)
1
2
3
4
5
6
7
8
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;";