Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Vietnamese translations #49

Merged
merged 2 commits into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions resources/lang/vi/message.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?php

return [
'period' => 'Giai đoạn',
'su' => 'CN',
'mo' => 'T2',
'tu' => 'T3',
'we' => 'T4',
'th' => 'T5',
'fr' => 'T6',
'sa' => 'T7',
'custom' => 'Tùy chỉnh',
'apply' => 'Áp dụng',
'cancel' => 'Hủy bỏ',
'from' => 'Từ',
'to' => 'Đến',
'january' => 'Tháng 1',
'february' => 'Tháng 2',
'march' => 'Tháng 3',
'april' => 'Tháng 4',
'may' => 'Tháng 5',
'june' => 'Tháng 6',
'july' => 'Tháng 7',
'august' => 'Tháng 8',
'september' => 'Tháng 9',
'october' => 'Tháng 10',
'november' => 'Tháng 11',
'december' => 'Tháng 12',
'today' => 'Hôm nay',
'yesterday' => 'Hôm qua',
'last_7_days' => '7 ngày qua',
'last_30_days' => '30 ngày qua',
'this_month' => 'Tháng này',
'last_month' => 'Tháng trước',
'this_year' => 'Năm nay',
'last_year' => 'Năm trước',
];
Loading