diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-10 00:20:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-10 00:20:05 +0000 |
commit | bfb466f6b0b0953447c61c05daf456503a491c87 (patch) | |
tree | dff9fb7a5629b7a901b7253cfef4fab9b3b2628c /apps/files/l10n/vi.js | |
parent | 04a918cab3fbd05ab37ad686fa4d31f9937f5b16 (diff) | |
download | nextcloud-server-bfb466f6b0b0953447c61c05daf456503a491c87.tar.gz nextcloud-server-bfb466f6b0b0953447c61c05daf456503a491c87.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, 4 insertions, 3 deletions
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index e96975c42d3..9ccbc505321 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -196,6 +196,7 @@ OC.L10N.register( "{relative}% used" : "{tương đối}% đã sử dụng", "Could not refresh storage stats" : "Không thể làm mới số liệu thống kê bộ nhớ", "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", + "Create" : "Tạo", "Transfer ownership of a file or folder" : "Chuyển quyền sở hữu tệp hoặc thư mục", "Choose file or folder to transfer" : "Chọn tệp hoặc cặp để chuyển", "Change" : "Chỉnh sửa", @@ -237,7 +238,6 @@ OC.L10N.register( "Unable to change the favourite state of the file" : "Không thể thay đổi trạng thái yêu thích của tệp", "Error while loading the file data" : "Lỗi xảy ra trong khi tải dữ liệu tệp", "Pick a template for {name}" : "Chọn một mẫu cho {name}", - "Create" : "Tạo", "Create a new file with the selected template" : "Tạo tệp mới với mẫu đã chọn", "Creating file" : "Tạo tệp", "Blank" : "Trống", @@ -258,10 +258,11 @@ OC.L10N.register( "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}", + "Created new folder \"{name}\"" : "Đã tạo thư mục mới \"{name}\"", + "Filename" : "Tên tập tin", + "Unable to initialize the templates directory" : "Không thể khởi tạo thư mục mẫu", "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", - "Created new folder \"{name}\"" : "Đã tạo thư mục mới \"{name}\"", "_{folderCount} folder_::_{folderCount} folders_" : ["thư mục {folderCount}"], "_{fileCount} file_::_{fileCount} files_" : ["tệp {fileCount}"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tệp và thư mục {folderCount}"], |