diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-09-09 02:27:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-09-09 02:27:55 +0000 |
commit | 412888cd22d677c99d37c1e57271c3f6acb89b0c (patch) | |
tree | e35deb84ec4e18100484d8210c78214dbeb64922 /apps/files/l10n/vi.js | |
parent | 2693573be23d7e939ae979bbd910d78c3649fad4 (diff) | |
download | nextcloud-server-412888cd22d677c99d37c1e57271c3f6acb89b0c.tar.gz nextcloud-server-412888cd22d677c99d37c1e57271c3f6acb89b0c.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/vi.js')
-rw-r--r-- | apps/files/l10n/vi.js | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index 13a4fb42a55..4c38f0fd48a 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -39,6 +39,8 @@ OC.L10N.register( "Could not load info for file \"{file}\"" : "Không thể tải thông tin cho tệp \"{file}\"", "Files" : "Tập tin", "Details" : "Chi tiết", + "Please select tag(s) to add to the selection" : "Vui lòng chọn (các) thẻ để thêm vào lựa chọn", + "Apply tag(s) to selection" : "Áp dụng (các) thẻ cho lựa chọn", "Select" : "Chọn", "Pending" : "Đang chờ", "Unable to determine date" : "Không thể xác định ngày", @@ -79,13 +81,18 @@ OC.L10N.register( "File name cannot be empty." : "Tên file không được rỗng", "\"/\" is not allowed inside a file name." : "\"/\" không được phép có trong tên tệp.", "\"{name}\" is not an allowed filetype" : "\"{name}\" không phải là loại tập tin được cho phép", + "Storage of {owner} is full, files cannot be updated or synced anymore!" : "Bộ nhớ của {owner} đã đầy, không thể cập nhật hoặc đồng bộ hóa tệp được nữa!", + "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Thư mục nhóm \"{mountPoint}\" đã đầy, không thể cập nhật hoặc đồng bộ hóa tệp được nữa!", + "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "Bộ nhớ ngoài \"{mountPoint}\" đã đầy, không thể cập nhật hoặc đồng bộ hóa tệp được nữa!", + "Your storage is full, files cannot be updated or synced anymore!" : "Bộ nhớ của bạn đã đầy, không thể cập nhật hoặc đồng bộ hóa tệp được nữa!", "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Dung lượng lưu trữ {owner} gần đầy ({usedSpacePercent}%).", "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Thư mục nhóm \"{mountPoint}\" gần đầy ({usedSpacePercent}%).", "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "Bộ nhớ ngoài \"{mountPoint}\" gần đầy ({usedSpacePercent}%).", "Your storage is almost full ({usedSpacePercent}%)." : "Dung lượng lưu trữ của bạn gần đầy rồi ({usedSpacePercent}%).", + "_matches \"{filter}\"_::_match \"{filter}\"_" : ["khớp với \"{filter}\""], "View in folder" : "Xem trong thư mục", "Copied!" : "Đã sao chép!", - "Copy direct link (only works for users who have access to this file/folder)" : "Sao chép liên kết trực tiếp (chỉ hoạt động đối với người dùng có quyền truy nhập tới tệp tin/thư mục này)", + "Copy direct link (only works for users who have access to this file/folder)" : "Sao chép liên kết trực tiếp (chỉ hoạt động đối với những người dùng có quyền truy cập vào tệp / thư mục này)", "Path" : "Đường dẫn", "_%n byte_::_%n bytes_" : ["%n bytes"], "Favorited" : "Được ưa thích", |