diff options
Diffstat (limited to 'apps/files/l10n/vi.js')
-rw-r--r-- | apps/files/l10n/vi.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index dbea94f5508..ecd5e7253e5 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -171,7 +171,7 @@ OC.L10N.register( "\"{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", - "File name" : "Tên tệp tin", + "Filename" : "Tên tập tin", "Folder name" : "Tên thư mụ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}", @@ -193,8 +193,6 @@ OC.L10N.register( "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", - "\"{char}\" is not allowed inside a file name." : "\"{char}\" không được phép bên trong tên tệp.", - "\"{name}\" is not an allowed filetype." : "\"{name}\" không phải là định dạng được cho phép", "Submit" : "Gửi đi", "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", @@ -258,7 +256,6 @@ OC.L10N.register( "Audio" : "Âm thanh", "Videos" : "Phim", "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", @@ -309,6 +306,9 @@ OC.L10N.register( "Shared with you" : "Đã chia sẻ với bạn", "Deleted shares" : "Chia sẻ đã xóa", "Pending shares" : "Chia sẻ đang chờ xử lý", + "File name" : "Tên tệp tin", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" không được phép bên trong tên tệp.", + "\"{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.", "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", |