Fixed #4428 - updated translations
This commit is contained in:
@@ -20,6 +20,7 @@ return array(
|
||||
'field_element_short' => 'Thành phần',
|
||||
'field_format' => 'định dạng',
|
||||
'field_custom_format' => 'Định dạng Tuỳ chỉnh',
|
||||
'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use <code>regex:/^[0-9]{15}$/</code>.',
|
||||
'required' => 'Cần thiết',
|
||||
'req' => 'Req.',
|
||||
'used_by_models' => 'Được sử dụng theo mô hình',
|
||||
|
||||
@@ -67,6 +67,7 @@ return array(
|
||||
'not_in' => ':attribute đã chọn không hợp lý.',
|
||||
'numeric' => ':attribute phải là một số.',
|
||||
'present' => 'Trường thuộc tính: phải có mặt.',
|
||||
'valid_regex' => 'That is not a valid regex. ',
|
||||
'regex' => 'Định dạng :attribute thì không hợp lý.',
|
||||
'required' => 'Trường :attribute thì bắt buộc.',
|
||||
'required_if' => 'Trường :attribute thì bắt buộc khi :other là :value.',
|
||||
|
||||
Reference in New Issue
Block a user