nextcloud/apps/files_external/l10n/vi.php

29 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-04-30 09:57:53 +04:00
"Location" => "Vị trí",
2014-05-17 09:57:38 +04:00
"Host" => "Máy chủ",
2014-04-30 09:57:53 +04:00
"Username" => "Tên đăng nhập",
"Password" => "Mật khẩu",
"Share" => "Chia sẻ",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2012-10-27 02:02:05 +04:00
"Access granted" => "Đã cấp quyền truy cập",
"Error configuring Dropbox storage" => "Lỗi cấu hình lưu trữ Dropbox ",
"Grant access" => "Cấp quyền truy cập",
2012-11-10 03:02:29 +04:00
"Please provide a valid Dropbox app key and secret." => "Xin vui lòng cung cấp một ứng dụng Dropbox hợp lệ và mã bí mật.",
2012-10-27 02:02:05 +04:00
"Error configuring Google Drive storage" => "Lỗi cấu hình lưu trữ Google Drive",
2012-09-08 04:05:41 +04:00
"External Storage" => "Lưu trữ ngoài",
2013-03-01 03:07:02 +04:00
"Folder name" => "Tên thư mục",
2013-05-12 04:05:29 +04:00
"External storage" => "Lưu trữ ngoài",
2012-09-08 04:05:41 +04:00
"Configuration" => "Cấu hình",
"Options" => "Tùy chọn",
2013-05-12 04:05:29 +04:00
"Add storage" => "Thêm bộ nhớ",
2012-09-08 04:05:41 +04:00
"All Users" => "Tất cả người dùng",
"Groups" => "Nhóm",
"Users" => "Người dùng",
"Delete" => "Xóa",
"Enable User External Storage" => "Kích hoạt tính năng lưu trữ ngoài",
2012-10-03 01:18:26 +04:00
"SSL root certificates" => "Chứng chỉ SSL root",
"Import Root Certificate" => "Nhập Root Certificate"
2012-09-08 04:05:41 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";