diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-08 00:19:44 +0000 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-02-08 18:27:25 +0100 |
commit | 181abb52d4310a0c9e0ad4964f7439f1d491c21a (patch) | |
tree | 6fc61c68c5f6fdcd9fcde76e6a0c664a61cefb09 /apps/files/l10n/vi.js | |
parent | b957c69fab97d7f8684e2181dfc80f03f89ce93e (diff) | |
download | nextcloud-server-181abb52d4310a0c9e0ad4964f7439f1d491c21a.tar.gz nextcloud-server-181abb52d4310a0c9e0ad4964f7439f1d491c21a.zip |
Fix(l10n): Update translations 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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index c1cf63b6fed..e96975c42d3 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -169,7 +169,6 @@ OC.L10N.register( "Go to the \"{dir}\" directory" : "Đi đến thư mục \"{dir}\"", "Drag and drop files here to upload" : "Kéo thả file vào đây để tải lên", "You don’t have permission to upload or create files here" : "Bạn không có quyền upload hoặc tạo files ở đây", - "Upload successful" : "Tải lên thành công", "\"{displayName}\" action executed successfully" : "Hành động \"{displayName}\" đã thực thi thành công", "\"{displayName}\" action failed" : "Hành động \"{displayName}\" thất bại", "Rename file" : "Đổi tên tệp tin", @@ -186,8 +185,6 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Không thể đổi tên \"{oldName}\", tệp tin không còn tồn tại", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tên \"{newName}\" đã được sử dụng trong thư mục \"{dir}\". Vui lòng chọn một tên khác.", "Could not rename \"{oldName}\"" : "Could not rename \"{oldName}\"", - "Could not copy {file}. {message}" : "Không thể sao chép {tệp}. {tin nhắn}", - "Could not move {file}. {message}" : "Không thể di chuyển {tệp}. {tin nhắn}", "Total rows summary" : "Tóm tắt tổng số hàng", "\"{displayName}\" failed on some elements " : "\"{displayName}\" không thành công trên một số thành phần", "\"{displayName}\" batch action executed successfully" : "Hành động hàng loạt \"{displayName}\" được thực hiện thành công", @@ -246,6 +243,7 @@ OC.L10N.register( "Blank" : "Trống", "Unable to create new file from template" : "Không thể tạo tệp mới từ mẫu", "Delete permanently" : "Xoá vĩnh viễn", + "Cancel" : "Hủy bỏ", "Destination is not a folder" : "Đích đến không phải là một thư mục", "This file/folder is already in that directory" : "Tệp/thư mục này đã có trong thư mục đó", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Bạn không thể di chuyển một tập tin/thư mục vào chính nó hoặc vào một thư mục con của chính nó", @@ -258,6 +256,8 @@ OC.L10N.register( "Open folder {displayName}" : "Mở thư mục {displayName}", "Open in Files" : "Mở trong Tệp", "Open details" : "Mở chi tiết", + "Could not copy {file}. {message}" : "Không thể sao chép {tệp}. {tin nhắn}", + "Could not move {file}. {message}" : "Không thể di chuyển {tệp}. {tin nhắn}", "Create new templates folder" : "Tạo thư mục mẫu mới", "Templates" : "Mẫu", "Unable to initialize the templates directory" : "Không thể khởi tạo thư mục mẫu", @@ -284,7 +284,6 @@ OC.L10N.register( "You can only favorite a single file or folder at a time" : "Bạn chỉ có thể chọn yêu thích một tệp hoặc thư mục duy nhất tại một thời điểm", "Search users" : "Tìm kiếm người dùng", "You might not have have permissions to view it, ask the sender to share it" : "Bạn có thể không có quyền xem nó, hãy yêu cầu người gửi chia sẻ nó", - "Cancel" : "Hủy bỏ", "Set up templates folder" : "Thiết lập thư mục mẫu", "Toggle %1$s sublist" : "Chuyển đổi danh sách phụ %1$s", "Toggle grid view" : "Chuyển đổi dạng xem lưới", |