Browse Source

Added more translation (#15241)

tags/2.0.14
Stephen Hy 7 years ago committed by Alexander Makarov
parent
commit
6f896ce917
  1. 3
      framework/messages/vi/yii.php

3
framework/messages/vi/yii.php

@ -23,6 +23,7 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
' and ' => ' và ',
'(not set)' => '(không có)',
'An internal server error occurred.' => 'Máy chủ đã gặp sự cố nội bộ.',
'Are you sure you want to delete this item?' => 'Bạn có chắc là sẽ xóa mục này không?',
@ -69,6 +70,7 @@ return [
'in {delta, plural, =1{a second} other{# seconds}}' => 'trong {delta} giây',
'in {delta, plural, =1{a year} other{# years}}' => 'trong {delta} năm',
'in {delta, plural, =1{an hour} other{# hours}}' => 'trong {delta} giờ',
'just now' => 'ngay bây giờ',
'the input value' => 'giá trị đã nhập',
'{attribute} "{value}" has already been taken.' => '{attribute} "{value}" đã bị sử dụng.',
'{attribute} cannot be blank.' => '{attribute} không được để trống.',
@ -88,6 +90,7 @@ return [
'{attribute} must be no less than {min}.' => '{attribute} không được nhỏ hơn {min}',
'{attribute} must be repeated exactly.' => '{attribute} phải lặp lại chính xác.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} không được phép bằng "{compareValue}"',
'{attribute} must be equal to "{compareValue}".' => '{attribute} phải bằng "{compareValue}"',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} phải chứa ít nhất {min, number} ký tự.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} phải chứa nhiều nhất {max, number} ký tự.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} phải bao gồm {length, number} ký tự.',

Loading…
Cancel
Save