nextcloud/apps/files_sharing/l10n/vi.php

11 lines
259 B
PHP

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Được chia sẽ bởi {owner}",
"Shared by" => "Chia sẻ bởi",
"Password" => "Mật khẩu",
"Name" => "Tên",
"Save" => "Lưu",
"Download" => "Tải về"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";