You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_sharing/l10n/vi.php

12 lines
446 B

<?php
$TRANSLATIONS = array(
"Password" => "Mật khẩu",
"Submit" => "Xác nhận",
"%s shared the folder %s with you" => "%s đã chia sẻ thư mục %s với bạn",
"%s shared the file %s with you" => "%s đã chia sẻ tập tin %s với bạn",
"Download" => "Tải về",
"Upload" => "Tải lên",
"Cancel upload" => "Hủy upload",
"No preview available for" => "Không có xem trước cho"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";