loveorigami / yii2-notification-wrapper

Yii2-notification-wrapper module renders a message from session flash (with ajax, pjax support and etc.) through Growl, Noty, Toastr and more libraries
MIT License
77 stars 20 forks source link

vn translation #21

Closed balrok closed 6 years ago

balrok commented 6 years ago

Hello, one more translation. This time vietnamese.

Thanks a lot!

return [
    'Cancel' => 'Hủy',
    'Confirmation Needed' => 'Yêu cầu xác nhận',
    'Error' => 'Có lỗi',
    'Info' => 'Thông tin',
    'Ok' => 'Tốt',
    'Question' => 'Câu hỏi',
    'Success' => 'Thành công',
    'Warning' => 'Cảnh báo',
];
loveorigami commented 6 years ago

@balrok Thanks!