Fixed #4428 - updated translations

This commit is contained in:
snipe
2017-11-15 15:31:34 -08:00
parent 17ee904828
commit 876dde1280
100 changed files with 122 additions and 36 deletions
@@ -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',
+1
View File
@@ -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.',