summaryrefslogtreecommitdiffstats
path: root/lib/l10n/vi.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-11 01:59:39 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-11 01:59:39 -0400
commitb0ec38e2024846e29d382e2c0cdff2c408ad209f (patch)
treec4570289ac4321a5f998d5f9b9e4eb3410c65954 /lib/l10n/vi.php
parent26ec311cff896d7dc84209d155f6a70f3f59cb95 (diff)
downloadnextcloud-server-b0ec38e2024846e29d382e2c0cdff2c408ad209f.tar.gz
nextcloud-server-b0ec38e2024846e29d382e2c0cdff2c408ad209f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/vi.php')
-rw-r--r--lib/l10n/vi.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/l10n/vi.php b/lib/l10n/vi.php
index 5840283110e..0f89ae22121 100644
--- a/lib/l10n/vi.php
+++ b/lib/l10n/vi.php
@@ -5,6 +5,8 @@ $TRANSLATIONS = array(
"Settings" => "Cài đặt",
"Users" => "Người dùng",
"Admin" => "Quản trị",
+"Unknown filetype" => "Không biết kiểu tập tin",
+"Invalid image" => "Hình ảnh không hợp lệ",
"web services under your control" => "dịch vụ web dưới sự kiểm soát của bạn",
"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.",
@@ -18,13 +20,13 @@ $TRANSLATIONS = array(
"Images" => "Hình ảnh",
"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(""),
+"_%n minute ago_::_%n minutes ago_" => array("%n phút trước"),
+"_%n hour ago_::_%n hours ago_" => array("%n giờ trước"),
"today" => "hôm nay",
"yesterday" => "hôm qua",
-"_%n day go_::_%n days ago_" => array(""),
+"_%n day go_::_%n days ago_" => array("%n ngày trước"),
"last month" => "tháng trước",
-"_%n month ago_::_%n months ago_" => array(""),
+"_%n month ago_::_%n months ago_" => array("%n tháng trước"),
"last year" => "năm trước",
"years ago" => "năm trước"
);