Livewire UI installed

This commit is contained in:
Benjamin Takats
2022-11-30 00:04:07 +01:00
parent 3f5e714177
commit 8f0e818ec9
516 changed files with 3973 additions and 8 deletions

18
lang/vendor/wireui/vi/messages.php vendored Normal file
View File

@@ -0,0 +1,18 @@
<?php
return [
'selectTime' => 'Chọn giờ',
'empty_options' => 'Trống',
'loading' => 'Đang tải...',
'searchHere' => 'Tìm kiếm...',
'datePicker' => [
'months' => "['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6', 'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12']",
'days' => "['Chủ nhật', 'Thứ hai', 'Thứ ba', 'Thứ tư', 'Thứ năm', 'Thứ sáu', 'Thứ bảy']",
'tomorrow' => 'Ngày mai',
'today' => 'Hôm nay',
'yesterday' => 'Hôm qua',
],
'errors' => [
'title' => 'Có {errors} lỗi khi gửi',
],
];