Blame view
sources/lib/l10n/vi.php
1.36 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 6 |
"Help" => "Giúp đỡ", "Personal" => "Cá nhân", "Settings" => "Cài đặt", "Users" => "Người dùng", |
|
03e52840d
|
7 |
"Admin" => "Quản trị", |
|
31b7f2792
|
8 |
"web services under your control" => "dịch vụ web dưới sự kiểm soát của bạn", |
|
03e52840d
|
9 10 11 12 |
"ZIP download is turned off." => "Tải về ZIP đã bị tắt.", "Files need to be downloaded one by one." => "Tập tin cần phải được tải về từng người một.", "Back to Files" => "Trở lại tập tin", "Selected files too large to generate zip file." => "Tập tin được chọn quá lớn để tạo tập tin ZIP.", |
|
03e52840d
|
13 14 15 |
"Application is not enabled" => "Ứng dụng không được BẬT", "Authentication error" => "Lỗi xác thực", "Token expired. Please reload page." => "Mã Token đã hết hạn. Hãy tải lại trang.", |
|
31b7f2792
|
16 |
"Files" => "Tập tin", |
|
03e52840d
|
17 18 |
"Text" => "Văn bản", "Images" => "Hình ảnh", |
|
31b7f2792
|
19 20 21 22 |
"Could not find category \"%s\"" => "không thể tìm thấy mục \"%s\"",
"seconds ago" => "vài giây trước",
"_%n minute ago_::_%n minutes ago_" => array(""),
"_%n hour ago_::_%n hours ago_" => array(""),
|
|
03e52840d
|
23 24 |
"today" => "hôm nay", "yesterday" => "hôm qua", |
|
31b7f2792
|
25 |
"_%n day go_::_%n days ago_" => array(""),
|
|
03e52840d
|
26 |
"last month" => "tháng trước", |
|
31b7f2792
|
27 |
"_%n month ago_::_%n months ago_" => array(""),
|
|
03e52840d
|
28 |
"last year" => "năm trước", |
|
31b7f2792
|
29 |
"years ago" => "năm trước" |
|
03e52840d
|
30 |
); |
|
31b7f2792
|
31 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |