diff options
Diffstat (limited to 'apps/files/l10n/vi.js')
-rw-r--r-- | apps/files/l10n/vi.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index 47e5873e250..69ec719ef14 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -257,11 +257,8 @@ OC.L10N.register( "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}"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["tệp {fileCount} và 1 thư mục"], - "{fileCount} files and {folderCount} folders" : "Tệp {fileCount} và thư mục {folderCount}", + "_%n file_::_%n files_" : ["%n tập tin"], + "_%n folder_::_%n folders_" : ["%n thư mục"], "Filename must not be empty." : "Tên tập tin không thể trống", "\"{char}\" is not allowed inside a filename." : "\"{char}\" không được phép bên trong tên tệp.", "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" là tên dành riêng và không được phép cho tên tệp.", @@ -333,8 +330,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "Lỗi khi xóa tập tin \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "Không có kết quả tìm kiếm trong các thư mục khác cho {tag}{filter}{endtag}", "Enter more than two characters to search in other folders" : "Nhập nhiều hơn hai ký tự để tìm kiếm trong các thư mục khác", - "_%n folder_::_%n folders_" : ["%n thư mục"], - "_%n file_::_%n files_" : ["%n tập tin"], "{dirs} and {files}" : "{dirs} và {files}", "_including %n hidden_::_including %n hidden_" : ["Bao gồm %n ẩn"], "You do not have permission to upload or create files here" : "Bạn không đủ quyền để Tải lên hoặc Tạo tập tin ở đây", @@ -372,6 +367,11 @@ OC.L10N.register( "Edit file locally" : "Chỉnh sửa tập tin ngoại tuyến", "Edit online" : "Chỉnh sửa trực tuyến", "Create new templates folder" : "Tạo thư mục mẫu mới", + "_{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}"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["tệp {fileCount} và 1 thư mục"], + "{fileCount} files and {folderCount} folders" : "Tệp {fileCount} và thư mục {folderCount}", "List of favorites files and folders." : "Danh sách các tập tin và thư mục yêu thích.", "Personal Files" : "Tệp tin cá nhân", "Text file" : "Tập tin văn bản", |