Add Vietnamese language (#853)

Thank you @quyvsquy!
This commit is contained in:
Philip H 2024-02-19 12:42:16 +01:00 committed by GitHub
commit a285ae3d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 29 additions and 1 deletions

View File

@ -4,3 +4,4 @@ updates:
directory: "/"
schedule:
interval: "weekly"
rebase-strategy: "auto"

View File

@ -97,7 +97,7 @@ These options can be configured by setting environment variables using `-e KEY="
| `WG_POST_UP` | `...` | `iptables ...` | See [config.js](https://github.com/wg-easy/wg-easy/blob/master/src/config.js#L20) for the default value. |
| `WG_PRE_DOWN` | `...` | - | See [config.js](https://github.com/wg-easy/wg-easy/blob/master/src/config.js#L27) for the default value. |
| `WG_POST_DOWN` | `...` | `iptables ...` | See [config.js](https://github.com/wg-easy/wg-easy/blob/master/src/config.js#L28) for the default value. |
| `LANG` | `en` | `de` | Web UI language (Supports: en, ru, tr, no, pl, fr, de, ca, es). |
| `LANG` | `en` | `de` | Web UI language (Supports: en, ru, tr, no, pl, fr, de, ca, es, vi). |
> If you change `WG_PORT`, make sure to also change the exposed port.

View File

@ -272,4 +272,31 @@ const messages = { // eslint-disable-line no-unused-vars
madeBy: '만든 사람',
donate: '기부',
},
vi: {
name: 'Tên',
password: 'Mật khẩu',
signIn: 'Đăng nhập',
logout: 'Đăng xuất',
updateAvailable: 'Có bản cập nhật mới!',
update: 'Cập nhật',
clients: 'Danh sách người dùng',
new: 'Mới',
deleteClient: 'Xóa người dùng',
deleteDialog1: 'Bạn có chắc chắn muốn xóa',
deleteDialog2: 'Thao tác này không thể hoàn tác.',
cancel: 'Huỷ',
create: 'Tạo',
createdOn: 'Được tạo lúc ',
lastSeen: 'Lần xem cuối vào ',
totalDownload: 'Tổng dung lượng tải xuống: ',
totalUpload: 'Tổng dung lượng tải lên: ',
newClient: 'Người dùng mới',
disableClient: 'Vô hiệu hóa người dùng',
enableClient: 'Kích hoạt người dùng',
noClients: 'Hiện chưa có người dùng nào.',
showQR: 'Hiển thị mã QR',
downloadConfig: 'Tải xuống cấu hình',
madeBy: 'Được tạo bởi',
donate: 'Ủng hộ',
},
};