/
mikopbx
/
ModuleThaiLanguagePack
Обзор
Документация
Войти
/
mikopbx
/
ModuleThaiLanguagePack
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
Messages/th/AsteriskRestUsers.php
129 строк
14 KB
Nikolay Beketov
Initial commit: ModuleThaiLanguagePack language pack for MikoPBX
06 апр 2026, 10:21
06 апр 2026, 10:21
aa50b7f
Код
Авторство
О чём код?
<?php return [ /** * Asterisk REST Interface (ARI) users translations */ // Menu and breadcrumbs 'mm_AsteriskRestUsers' => 'การเข้าถึง AMI', 'ari_BreadcrumbAsteriskRestUsers' => 'ผู้ใช้ ARI', 'ari_BreadcrumbCreate' => 'สร้าง', 'ari_BreadcrumbModify' => 'แก้ไข', // Page titles and descriptions 'ari_Title' => 'การจัดการผู้ใช้ ARI', 'ari_UserSettingsDescription' => 'การตั้งค่าผู้ใช้สำหรับการเข้าถึงอินเทอร์เฟซ REST ของ Asterisk', 'ari_NewUser' => 'ผู้ใช้ ARI ใหม่', 'ari_EditUser' => 'การแก้ไขข้อมูลผู้ใช้ ARI', // Buttons 'ari_AddNewUser' => 'เพิ่มผู้ใช้', 'ari_CreateFirstUser' => 'สร้างผู้ใช้คนแรกของคุณ', 'ari_SaveUser' => 'บันทึกผู้ใช้', 'ari_DeleteUser' => 'ลบผู้ใช้', // Table columns 'ari_Username' => 'ชื่อผู้ใช้', 'ari_Password' => 'รหัสผ่าน', 'ari_Description' => 'Asterisk REST Interface (ARI) ช่วยให้คุณสามารถจัดการ Asterisk ผ่านทาง WebSocket และ REST API ได้', 'ari_Applications' => 'แอปพลิเคชัน', 'ari_Status' => 'สถานะ', 'ari_Enabled' => 'เปิดใช้งาน', 'ari_Disabled' => 'ปิดเครื่องแล้ว', 'ari_EnableUser' => 'เปิดใช้งานผู้ใช้', // Form fields and placeholders 'ari_UsernamePlaceholder' => 'ตัวอย่างเช่น ari_user', 'ari_PasswordPlaceholder' => 'ป้อนรหัสผ่านหรือสร้างรหัสผ่านใหม่', 'ari_DescriptionPlaceholder' => 'คำอธิบายผู้ใช้ (ไม่บังคับ)', 'ari_ApplicationsPlaceholder' => 'แอปพลิเคชันทั้งหมด (เว้นแต่จะระบุไว้เป็นอย่างอื่น)', 'ari_EnabledTooltip' => 'เปิดใช้งานหรือปิดใช้งานการเข้าถึงสำหรับผู้ใช้รายนี้', // Applications help 'ari_ApplicationsHelp' => 'ระบุชื่อแอปพลิเคชัน Stasis ที่ผู้ใช้สามารถเข้าถึงได้ หากต้องการเข้าถึงแอปพลิเคชันทั้งหมด ให้เว้นว่างไว้', // Connection info 'ari_ConnectionInfo' => 'ข้อมูลการเชื่อมต่อ', 'ari_WebSocketURL' => 'URL ของ WebSocket', 'ari_RESTURL' => 'URL ของ REST API', 'ari_SecureWebSocketURL' => 'URL WebSocket ที่ปลอดภัย (TLS)', // Messages 'ari_NoUsersFound' => 'ไม่พบผู้ใช้งาน ARI', 'ari_PasswordGenerated' => 'ระบบได้สร้างรหัสผ่านใหม่แล้ว', 'ari_SaveSuccess' => 'ผู้ใช้ ARI บันทึกข้อมูลสำเร็จแล้ว', 'ari_SaveError' => 'เกิดข้อผิดพลาดในการบันทึกผู้ใช้ ARI', 'ari_DeleteSuccess' => 'ผู้ใช้ ARI ถูกลบเรียบร้อยแล้ว', 'ari_DeleteError' => 'เกิดข้อผิดพลาดในการลบผู้ใช้ ARI', 'ari_ConfirmDelete' => 'คุณแน่ใจหรือไม่ว่าต้องการลบผู้ใช้ "{0}"?', 'ari_UsernameNotUnique' => 'ชื่อผู้ใช้นี้ถูกใช้งานอยู่แล้ว', 'ari_EmptyTableTitle' => 'ยังไม่ได้สร้างบัญชีผู้ใช้ ARI', 'ari_EmptyTableDescription' => 'สร้างผู้ใช้รายแรกของคุณเพื่อเข้าถึงอินเทอร์เฟซ REST ของ Asterisk', 'ari_ErrorThisUsernameInNotAvailable' => 'ชื่อผู้ใช้นี้ถูกใช้งานไปแล้ว', // Validation messages 'ari_ValidateUsernameEmpty' => 'ชื่อผู้ใช้ต้องไม่ว่างเปล่า', 'ari_ValidateUsernameFormat' => 'ชื่อผู้ใช้สามารถประกอบด้วยตัวอักษรละติน ตัวเลข และเครื่องหมายขีดล่างเท่านั้น', 'ari_ValidatePasswordEmpty' => 'รหัสผ่านไม่สามารถเป็นค่าว่างได้', // Info messages 'ari_InfoSystemUser' => 'นี่คือผู้ใช้ระบบและไม่สามารถลบได้', 'ari_InfoWebSocketConnection' => 'ใช้ URL เหล่านี้เพื่อเชื่อมต่อกับ ARI ผ่าน WebSocket หรือ REST API', 'ari_InfoApplicationsAccess' => 'ผู้ใช้สามารถเข้าถึงได้เฉพาะแอปพลิเคชันที่ Stasis กำหนดไว้เท่านั้น', 'ari_InfoFullAccess' => 'ผู้ใช้สามารถเข้าถึงแอปพลิเคชัน Stasis ทั้งหมดได้', // Settings 'ari_SettingsEnabled' => 'ARI เปิดใช้งานแล้ว', 'ari_SettingsAllowedOrigins' => 'ต้นทาง CORS ที่อนุญาต', 'ari_SettingsAllowedOriginsHelp' => 'รายการโดเมนที่คั่นด้วยเครื่องหมายจุลภาคสำหรับ CORS ใช้ * เพื่ออนุญาตทุกต้นทาง', // Connection info summary 'ari_ConnectionInfoSummary' => 'ใช้ข้อมูลประจำตัวผู้ใช้เพื่อเชื่อมต่อกับ ARI ผ่าน WebSocket หรือ REST API', // Tooltips for Applications field 'ari_ApplicationsTooltip_header' => 'การใช้งาน Stasis', 'ari_ApplicationsTooltip_desc' => 'ระบุชื่อแอปพลิเคชัน Stasis ที่ผู้ใช้สามารถเข้าถึงได้', 'ari_ApplicationsTooltip_usage_header' => 'การใช้งาน', 'ari_ApplicationsTooltip_usage_desc' => 'เว้นช่องนี้ว่างไว้เพื่อเข้าถึงแอปทั้งหมด ระบุแอปที่ต้องการจำกัดการเข้าถึง', 'ari_ApplicationsTooltip_common_header' => 'การใช้งานทั่วไป', 'ari_ApplicationsTooltip_common_ari_app' => 'การใช้งานหลักของ ARI', 'ari_ApplicationsTooltip_common_stasis' => 'การใช้งาน Stasis ขั้นพื้นฐาน', 'ari_ApplicationsTooltip_common_external_media' => 'การทำงานร่วมกับสื่อภายนอก', 'ari_ApplicationsTooltip_common_bridge_app' => 'การจัดการสายเชื่อมต่อการโทร', 'ari_ApplicationsTooltip_common_channel_spy' => 'กำลังฟังช่องต่างๆ', 'ari_ApplicationsTooltip_warning_header' => 'ความสนใจ', 'ari_ApplicationsTooltip_warning' => 'การจำกัดการเข้าถึงแอปพลิเคชันจะส่งผลกระทบต่อการทำงานของไคลเอ็นต์ ARI', // Tooltips for Connection Info 'ari_ConnectionInfoTooltip_header' => 'พารามิเตอร์การเชื่อมต่อ', 'ari_ConnectionInfoTooltip_desc' => 'ใช้พารามิเตอร์เหล่านี้เพื่อกำหนดค่าการเชื่อมต่อกับอินเทอร์เฟซ REST ของ Asterisk', 'ari_ConnectionInfoTooltip_websocket_header' => 'การเชื่อมต่อ WebSocket', 'ari_ConnectionInfoTooltip_websocket_url' => 'เว็บซ็อกเก็ตปกติ', 'ari_ConnectionInfoTooltip_websocket_secure' => 'เว็บซ็อกเก็ตที่ปลอดภัย (TLS)', 'ari_ConnectionInfoTooltip_rest_header' => 'REST API', 'ari_ConnectionInfoTooltip_rest_url' => 'จุดสิ้นสุด HTTP', 'ari_ConnectionInfoTooltip_rest_secure' => 'จุดสิ้นสุด HTTPS', 'ari_ConnectionInfoTooltip_auth_header' => 'การยืนยันตัวตน', 'ari_ConnectionInfoTooltip_auth_desc' => 'ใช้ชื่อผู้ใช้และรหัสผ่านจากแบบฟอร์มนี้สำหรับการยืนยันตัวตนขั้นพื้นฐาน', 'ari_ConnectionInfoTooltip_examples_header' => 'ตัวอย่างการเชื่อมต่อ', 'ari_ConnectionInfoTooltip_examples' => 'curl -u username:password http://server:8088/ari/channels', 'ari_ConnectionInfoTooltip_note' => 'แทนที่ [application] ด้วยชื่อแอปพลิเคชัน Stasis ของคุณ', 'ari_ConnectionInfoTooltip_server_placeholder' => 'เซิร์ฟเวอร์ของคุณ', // Other tooltips 'ari_SystemUserReadOnly' => 'ผู้ใช้ระบบมีสิทธิ์อ่านอย่างเดียว', 'ari_ErrorLoadingUser' => 'เกิดข้อผิดพลาดในการโหลดข้อมูล AMI ของผู้ใช้', // REST API operation descriptions 'rest_aru_GetList' => 'รับรายชื่อผู้ใช้ ARI', 'rest_aru_Update' => 'อัปเดตผู้ใช้ ARI', 'rest_aru_UpdateDesc' => 'แทนที่ข้อมูลผู้ใช้ ARI เดิมทั้งหมด (ทุกช่องต้องกรอกข้อมูล)', 'rest_aru_Patch' => 'อัปเดตผู้ใช้ ARI บางส่วน', 'rest_aru_PatchDesc' => 'อัปเดตเฉพาะฟิลด์ที่ระบุไว้ของผู้ใช้ ARI ที่มีอยู่แล้วเท่านั้น', 'rest_aru_Delete' => 'ลบผู้ใช้ ARI', 'rest_aru_DeleteDesc' => 'ลบผู้ใช้ ARI ออกจากระบบโดยใช้รหัสประจำตัวของผู้ใช้', 'rest_aru_GetDefault' => 'รับเทมเพลตผู้ใช้ ARI ใหม่', 'rest_aru_GetDefaultDesc' => 'ส่งคืนอ็อบเจ็กต์ที่มีการตั้งค่าเริ่มต้นสำหรับการสร้างผู้ใช้ ARI ใหม่', // REST API parameter descriptions (request fields) 'rest_param_aru_username' => 'ชื่อผู้ใช้สำหรับเข้าถึง ARI', 'rest_param_aru_password' => 'รหัสผ่านการตรวจสอบสิทธิ์ ARI', 'rest_param_aru_applications' => 'รายชื่อแอปพลิเคชัน Stasis ที่ผู้ใช้สามารถเข้าถึงได้ (อาร์เรย์ว่าง = แอปพลิเคชันทั้งหมด)', 'rest_param_aru_description' => 'คำอธิบายผู้ใช้ ARI', 'rest_param_aru_weak_password' => 'ตัวบ่งชี้ความแข็งแกร่งของรหัสผ่าน (0 - ไม่ทราบ, 1 - แข็งแกร่ง, 2 - อ่อนแอ)', 'rest_param_aru_object' => 'อ็อบเจ็กต์ผู้ใช้ Asterisk REST Interface (ARI)', // REST API schema descriptions (response fields) 'rest_schema_aru_id' => 'รหัสผู้ใช้เฉพาะของ ARI', 'rest_schema_aru_applications_summary' => 'คำอธิบายโดยย่อของแอปพลิเคชันที่มีให้ใช้งาน', 'rest_schema_aru_applications_count' => 'จำนวนแอปพลิเคชันที่ผู้ใช้สามารถเข้าถึงได้', 'rest_schema_aru_object' => 'อ็อบเจ็กต์ผู้ใช้ Asterisk REST Interface (ARI)', 'rest_schema_aru_represent' => 'รูปแบบสตริงผู้ใช้ ARI ที่จะแสดงในรายการดรอปดาวน์', 'rest_aru_GetListDesc' => 'ส่งคืนรายการผู้ใช้ Asterisk REST Interface ทั้งหมด พร้อมรองรับการแบ่งหน้าและการกรองข้อมูล', 'rest_aru_GetRecord' => 'รับผู้ใช้ ARI', 'rest_aru_GetRecordDesc' => 'ส่งคืนข้อมูลโดยละเอียดเกี่ยวกับผู้ใช้ ARI เฉพาะรายตามรหัสประจำตัว', 'rest_aru_Create' => 'สร้างผู้ใช้ ARI', 'rest_aru_CreateDesc' => 'สร้างผู้ใช้ใหม่เพื่อเข้าถึง Asterisk REST Interface ด้วยพารามิเตอร์ที่ระบุ', ];