diff options
Diffstat (limited to 'apps/files/l10n/vi.js')
-rw-r--r-- | apps/files/l10n/vi.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index 11caee6e5b4..8a36d71d492 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "Một lỗi không rõ đã xảy ra", "File could not be uploaded" : "Không thể tải lên tập tin", "Uploading …" : "Đang tải lên …", + "{remainingTime} ({currentNumber}/{total})" : "{thời gian còn lại} ({số lượng hiện tại}/{tổng số})", + "Uploading … ({currentNumber}/{total})" : "Đang tải lên … ({số lượng hiện tại}/{tổng số})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} trong tổng số {totalSize} ({bitrate})", "Uploading that item is not supported" : "Tải lên mục đó không được hỗ trợ", "Target folder does not exist any more" : "Thư mục đích không còn tồn tại nữa", @@ -32,6 +34,7 @@ OC.L10N.register( "Move" : "Dịch chuyển", "Copy" : "Sao chép", "Choose target folder" : "Chọn thư mục đích", + "Set reminder" : "Thiết lập nhắc nhở", "Edit locally" : "Chỉnh sửa cục bộ/ngoại tuyến", "Open" : "Mở", "Delete file" : "Xóa tệp", @@ -81,6 +84,7 @@ OC.L10N.register( "New" : "Tạo mới", "New file/folder menu" : "Menu tệp tin/thư mục mới", "Select file range" : "Chọn phạm vi tệp", + "{used}%" : "{Đã sử dụng}%", "{used} of {quota} used" : "{used} trong { quota } được sử dụng", "{used} used" : "{used} được sử dụng", "\"{name}\" is an invalid file name." : "\"{name}\" không được chấp nhận", @@ -170,6 +174,7 @@ OC.L10N.register( "Select the row for {displayName}" : "Chọn hàng cho {displayName}", "Rename file" : "Đổi tên tệp tin", "A long time ago" : "Một khoảng thời gian trước", + "This node is unavailable" : "Nút này không có sẵn", "Download file {name}" : "Tải xuống tệp tin {name}", "File name" : "Tên tệp tin", "Folder name" : "Tên thư mục", @@ -177,6 +182,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "Hành động \"{displayName}\" thất bại", "\"{name}\" is not an allowed filetype." : "\"{name}\" không phải là định dạng được cho phép", "{newName} already exists." : "{newName} đã tồn tại.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" không được phép bên trong tên tệp.", "Name cannot be empty" : "Tên không thể trống", "Another entry with the same name already exists" : "Đã tồn tại mục cùng tên", "Renamed \"{oldName}\" to \"{newName}\"" : "Đã đổi tên \"{oldName}\" thành \"{newName}\"", @@ -213,6 +219,8 @@ 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", + "Copy to {target}" : "Copy to {mục tiêu}", + "Move to {target}" : "Di chuyển đến {mục tiêu}", "Set up templates folder" : "Thiết lập thư mục mẫu", "Templates" : "Mẫu", "Unable to initialize the templates directory" : "Không thể khởi tạo thư mục mẫu", |