blob: 1a2e90a2b707912be56ea3b89bb32170c22526ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
/**
* UserFrosting (http://www.userfrosting.com)
*
* @link https://github.com/userfrosting/UserFrosting
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
*
* Thai message token translations for the 'account' sprinkle.
*
* @package userfrosting\i18n\th
* @author Karuhut Komol
*/
return [
"VALIDATE" => [
"PASSWORD_MISMATCH" => "รหัสผ่านและรหัสผ่านยืนยันของคุณจะต้องตรงกัน"
]
];
|