nextcloud/apps/files_sharing/l10n/vi.php

11 lines
405 B
PHP

<?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"
);