nextcloud/lib/l10n/vi.php

33 lines
1.4 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-09-08 04:05:41 +04:00
"Help" => "Giúp đỡ",
"Personal" => "Cá nhân",
"Settings" => "Cài đặt",
"Users" => "Người dùng",
"Admin" => "Quản trị",
2013-07-06 04:08:38 +04:00
"web services under your control" => "dịch vụ web dưới sự kiểm soát của bạn",
2012-09-08 04:05:41 +04:00
"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.",
2013-02-10 03:10:29 +04:00
"couldn't be determined" => "không thể phát hiện được",
2012-09-08 04:05:41 +04:00
"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.",
2013-04-27 04:24:29 +04:00
"Files" => "Tập tin",
2012-10-25 04:11:53 +04:00
"Text" => "Văn bản",
2012-10-27 02:02:05 +04:00
"Images" => "Hình ảnh",
2013-04-27 04:24:29 +04:00
"seconds ago" => "vài giây trước",
2013-08-15 17:41:45 +04:00
"_%n minute ago_::_%n minutes ago_" => array(""),
"_%n hour ago_::_%n hours ago_" => array(""),
2012-09-08 04:05:41 +04:00
"today" => "hôm nay",
"yesterday" => "hôm qua",
2013-08-15 17:41:45 +04:00
"_%n day go_::_%n days ago_" => array(""),
2012-09-08 04:05:41 +04:00
"last month" => "tháng trước",
2013-08-15 17:41:45 +04:00
"_%n month ago_::_%n months ago_" => array(""),
2012-09-08 04:05:41 +04:00
"last year" => "năm trước",
"years ago" => "năm trước",
2012-11-21 03:02:33 +04:00
"Could not find category \"%s\"" => "không thể tìm thấy mục \"%s\""
2012-09-08 04:05:41 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";