f7cloud_client/apps/twofactor_totp/l10n/th_TH.php
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

10 lines
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;";