10 строки
614 B
PHP
10 строки
614 B
PHP
<?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;";
|