HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpdeskera/wp-content/plugins/defender-security/vendor/vlucas/valitron/lang/th.php
<?php

return array(
    'required'      => "นั้นจำเป็นต้องมี",
    'equals'        => "ต้องเหมือนกับ '%s'",
    'different'     => "ต้องแตกต่างจาก '%s'",
    'accepted'      => "ต้องถูกยอมรับ",
    'numeric'       => "ต้องเป็นตัวเลข",
    'integer'       => "ต้องเป็นตัวเลข integer",
    'length'        => "ต้องมีความยาวมากกว่า %d",
    'min'           => "ต้องมีอย่างน้อย %s",
    'max'           => "ต้องไม่มากเกิน %s",
    'listContains'  => "ประกอบด้วยค่าที่ไม่ถูกต้อง",
    'in'            => "ประกอบด้วยค่าที่ไม่ถูกต้อง",
    'notIn'         => "ประกอบด้วยค่าที่ไม่ถูกต้อง",
    'ip'            => "ไม่ใช่ IP ที่ถูกต้อง",
    'email'         => "ไม่ใช่อีเมลที่ถูกต้อง",
    'url'           => "ไม่ใช่ลิงก์",
    'urlActive'     => "ต้องไม่ใช่โดเมนที่ใช้งานอยู่",
    'alpha'         => "ต้องมีแค่ตัวอักษร a-z",
    'alphaNum'      => "ต้องมีแค่ตัวอักษร a-z และ/หรือ ตัวเลข 0-9",
    'slug'          => "ต้องมีแค่ตัวอักษร a-z ตัวเลข 0-9 / และ _",
    'regex'         => "มีตัวอักษรที่ไม่ถูกต้อง",
    'date'          => "ไม่ใช่วันที่ที่ถูกต้อง",
    'dateFormat'    => "ต้องเป็นวันที่ในรูปแบบ '%s'",
    'dateBefore'    => "ต้องเป็นวันที่ก่อน '%s'",
    'dateAfter'     => "ต้องเป็นวันที่หลัง '%s'",
    'contains'      => "ต้องมี %s",
    'boolean'       => "ต้องเป็น boolean",
    'lengthBetween' => "ต้องอยู่ระหว่าง %d ถึง %d ตัวอักษร",
    'creditCard'    => "ต้องเป็นหมายเลขบัตรเครดิตที่ถูกต้อง",
    "lengthMin"     => "ต้องมีมากกว่า %d ตัวอักษร",
    "lengthMax"     => "ต้องมีน้อยกว่า %d ตัวอักษร",
    "instanceOf"    => "ต้องเป็นส่วนหนึ่งของ '%s'"
);