forked from MetaCubeX/Yacd-meta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 3f4f07e Author: vuong2023 <[email protected]> Date: Wed Dec 27 21:30:52 2023 +0700 Update vi.ts commit 93356fb Author: vuong2023 <[email protected]> Date: Wed Dec 27 21:29:44 2023 +0700 Create vi.ts commit c5c7dae Author: vuong2023 <[email protected]> Date: Wed Dec 27 21:25:13 2023 +0700 Update i18n.ts Upadte: Add Vietnamese language i18n file!
- Loading branch information
Showing
2 changed files
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
export const data = { | ||
All: 'Tất cả', | ||
Overview: 'Tổng quan', | ||
Proxies: 'Proxy', | ||
Rules: 'Quy tắc', | ||
Conns: 'Kết nối', | ||
Config: 'Cấu hình', | ||
Logs: 'Nhật ký', | ||
Upload: 'Tải lên', | ||
Download: 'Tải xuống', | ||
'Upload Total': 'Tổng tải lên', | ||
'Download Total': 'Tổng tải xuống', | ||
'Active Connections': 'Kết nối hoạt động', | ||
'Memory Usage': 'Sử dụng bộ nhớ', | ||
'Pause Refresh': 'Tạm dừng làm mới', | ||
'Resume Refresh': 'Tiếp tục làm mới', | ||
close_all_connections: 'Đóng tất cả kết nối', | ||
close_filter_connections: 'Đóng tất cả kết nối sau khi lọc', | ||
Search: 'Tìm kiếm', | ||
Up: 'Lên', | ||
Down: 'Xuống', | ||
'Test Latency': 'Kiểm tra độ trễ', | ||
settings: 'Cài đặt', | ||
sort_in_grp: 'Sắp xếp trong nhóm', | ||
hide_unavail_proxies: 'Ẩn proxy không khả dụng', | ||
auto_close_conns: 'Tự động đóng kết nối cũ', | ||
order_natural: 'Thứ tự ban đầu trong tệp cấu hình', | ||
order_latency_asc: 'Theo độ trễ từ nhỏ đến lớn', | ||
order_latency_desc: 'Theo độ trễ từ lớn đến nhỏ', | ||
order_name_asc: 'Theo tên theo thứ tự bảng chữ cái (A-Z)', | ||
order_name_desc: 'Theo tên theo thứ tự bảng chữ cái (Z-A)', | ||
Connections: 'Kết nối', | ||
current_backend: 'Backend hiện tại', | ||
Active: 'Hoạt động', | ||
switch_backend: 'Chuyển đổi backend', | ||
Closed: 'Đã đóng', | ||
switch_theme: 'Chuyển đổi giao diện', | ||
theme: 'Giao diện', | ||
about: 'Về chúng tôi', | ||
no_logs: 'Chưa có nhật ký, hãy kiên nhẫn...', | ||
chart_style: 'Kiểu biểu đồ', | ||
latency_test_url: 'URL kiểm tra độ trễ', | ||
lang: 'Ngôn ngữ', | ||
update_all_rule_provider: 'Cập nhật tất cả nhà cung cấp quy tắc', | ||
update_all_proxy_provider: 'Cập nhật tất cả nhà cung cấp proxy', | ||
reload_config_file: 'Tải lại tệp cấu hình', | ||
restart_core: 'Khởi động lõi lại Clash', | ||
upgrade_core: 'Nâng cấp lõi Clash', | ||
update_geo_databases_file: 'Cập nhật tệp cơ sở dữ liệu GEO', | ||
flush_fake_ip_pool: 'Xóa bộ nhớ đệm fake-ip', | ||
enable_tun_device: 'Bật thiết bị TUN', | ||
allow_lan: 'Cho phép LAN', | ||
tls_sniffing: 'Bộ giám sát gói tin Sniffer', | ||
c_host: 'Máy chủ', | ||
c_sni: 'Phát hiện máy chủ Sniff ', | ||
c_process: 'Quá trình', | ||
c_dl: 'Tải Xuống', | ||
c_ul: 'Tải Lên', | ||
c_dl_speed: 'Tốc độ Tải Xuống', | ||
c_ul_speed: 'Tốc độ Tải lên', | ||
c_chains: 'Chuỗi', | ||
c_rule: 'Quy tắc', | ||
c_time: 'Thời gian', | ||
c_source: 'Nguồn', | ||
c_destination_ip: 'Địa chỉ IP đích', | ||
c_type: 'Loại', | ||
c_ctrl: 'Đóng', | ||
close_all_confirm: 'Bạn có chắc chắn muốn đóng tất cả kết nối không?', | ||
close_all_confirm_yes: 'Chắc chắn', | ||
close_all_confirm_no: 'Không', | ||
manage_column: 'Quản lý cột', | ||
reset_column: 'Đặt lại cột', | ||
device_name: 'Thẻ thiết bị', | ||
delete: 'Xóa', | ||
add_tag: 'Thêm thẻ', | ||
client_tag: 'Thẻ khách hàng', | ||
sourceip_tip: 'Thêm / vào đầu để sử dụng biểu thức chính quy, nếu không sẽ là kết quả khớp chính xác(By Ohoang7)', | ||
disconnect: 'Đóng kết nối', | ||
internel: 'Kết nối nội bộ', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters