mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-30 23:01:52 +00:00
Add zh-tw translation for Taiwan and Hong Kong
This commit is contained in:
parent
c984bc100e
commit
0684a240b8
28
lang/zh-tw.php
Normal file
28
lang/zh-tw.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'required' => "不能為空",
|
||||
'equals' => "必須和 '%s' 一致",
|
||||
'different' => "必須和 '%s' 不一致",
|
||||
'accepted' => "必須接受",
|
||||
'numeric' => "只能是數字",
|
||||
'integer' => "只能是整數(0-9)",
|
||||
'length' => "長度必須大於 %d",
|
||||
'min' => "必須大於 %s",
|
||||
'max' => "必須小於 %s",
|
||||
'in' => "無效的值",
|
||||
'notIn' => "無效的值",
|
||||
'ip' => "無效IP地址",
|
||||
'email' => "無效郵箱地址",
|
||||
'url' => "無效的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"
|
||||
);
|
||||
Loading…
x
Reference in New Issue
Block a user