diff options
Diffstat (limited to 'apps/files/l10n/vi.js')
-rw-r--r-- | apps/files/l10n/vi.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index c9a33f3b400..d0a1c8a71f6 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -135,9 +135,9 @@ OC.L10N.register( "Choose {file}" : "Chọn {tập tin}", "New" : "Tạo mới", "Loading current folder" : "Đang tải thư mục hiện tại", + "Retry" : "Thử lại", "No files in here" : "Không có tệp nào", "Upload some content or sync with your devices!" : "Tải lên một số nội dung hoặc đồng bộ với thiết bị của bạn!", - "Go to the previous folder" : "Chuyển đến thư mục trước đó", "Go back" : "Quay lại", "Share" : "Chia sẽ", "Shared by link" : "Được chia sẻ bởi liên kết", @@ -256,6 +256,9 @@ OC.L10N.register( "Files moved successfully" : "Tệp tin được di chuyển thành công", "Conflicts resolution skipped" : "Đã bỏ qua giải quyết xung đột", "Upload cancelled" : "Hủy tải lên", + "This operation is forbidden" : "Thao tác bị cấm", + "This directory is unavailable, please check the logs or contact the administrator" : "Thư mục này không sẵn có, hãy kiểm tra log hoặc liên hệ người quản lý", + "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng", "_{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}"], @@ -315,9 +318,6 @@ OC.L10N.register( "Select directory \"{dirName}\"" : "Chọn thư mục \"{dirName}\"", "Select file \"{fileName}\"" : "Chọn tệp tin \"{fileName}\"", "Unable to determine date" : "Không thể xác định ngày", - "This operation is forbidden" : "Thao tác bị cấm", - "This directory is unavailable, please check the logs or contact the administrator" : "Thư mục này không sẵn có, hãy kiểm tra log hoặc liên hệ người quản lý", - "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng", "Could not move \"{file}\", target exists" : "Không thể di chuyển \"{file}\", trùng đích đến", "Could not move \"{file}\"" : "Không thể di chuyển \"{file}\"", "copy" : "sao chép", @@ -378,6 +378,7 @@ OC.L10N.register( "Could not rename \"{oldName}\"" : "Không thể đổi tên \"{oldName}\"", "Storage informations" : "Thông tin lưu trữ", "Choose file" : "Chọn tập tin", + "Go to the previous folder" : "Chuyển đến thư mục trước đó", "Open the files app settings" : "Mở cài đặt ứng dụng tệp", "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ó", "The files is locked" : "Các tập tin bị khóa", |