From 6f896ce9173fb7de3a898b7c03439917828ae342 Mon Sep 17 00:00:00 2001 From: Stephen Hy Date: Wed, 29 Nov 2017 13:42:38 +0700 Subject: [PATCH] Added more translation (#15241) --- framework/messages/vi/yii.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/messages/vi/yii.php b/framework/messages/vi/yii.php index 0552548..d56cf29 100644 --- a/framework/messages/vi/yii.php +++ b/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ự.',