mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
국가 국가번호를 포함한 전화번호 언어 시간대 선택하는 확장변수 추가
This commit is contained in:
parent
6b3d201539
commit
017f1ec184
13 changed files with 168 additions and 4 deletions
|
|
@ -207,11 +207,15 @@ $lang->column_type_list['text'] = 'Ô nhập liệu';
|
|||
$lang->column_type_list['homepage'] = 'URL';
|
||||
$lang->column_type_list['email_address'] = 'Email';
|
||||
$lang->column_type_list['tel'] = 'Số điện thoại';
|
||||
$lang->column_type_list['tel_intl'] = 'Số điện thoại (số quốc tế)';
|
||||
$lang->column_type_list['textarea'] = 'Khu vực nội dung';
|
||||
$lang->column_type_list['select'] = 'Ô chọn(Một lựa chọn)';
|
||||
$lang->column_type_list['checkbox'] = 'Ô chọn(Nhiều lựa chọn)';
|
||||
$lang->column_type_list['kr_zip'] = 'Mã số bưu điện(Korean)';
|
||||
$lang->column_type_list['date'] = 'Ngày(yyyy/mm/dd)';
|
||||
$lang->column_type_list['country'] = 'đất nước';
|
||||
$lang->column_type_list['language'] = 'ngôn ngữ';
|
||||
$lang->column_type_list['timezone'] = 'Múi giờ';
|
||||
$lang->column_name = 'Tên cột';
|
||||
$lang->column_title = 'Tiêu đề cột';
|
||||
$lang->default_value = 'Giá trị mặc định';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue