diff options
Diffstat (limited to 'core/l10n/vi.js')
-rw-r--r-- | core/l10n/vi.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/vi.js b/core/l10n/vi.js index 7b22a6a83b9..42e403a5ce3 100644 --- a/core/l10n/vi.js +++ b/core/l10n/vi.js @@ -92,6 +92,8 @@ OC.L10N.register( "More apps" : "Thêm ứng dụng", "Currently open" : "Hiện đang mở", "_{count} notification_::_{count} notifications_" : ["{count} thông báo"], + "No" : "Không", + "Yes" : "Có", "Log in" : "Đăng nhập", "Logging in …" : "Đang đăng nhập", "Server side authentication failed!" : "Xác thực phía máy chủ không thành công!", @@ -168,8 +170,6 @@ OC.L10N.register( "Supported versions" : "Các phiên bản được hỗ trợ", "{name} version {version} and above" : "{name} phiên bản {version} trở lên", "Settings menu" : "Trình đơn thiết lập", - "No" : "Không", - "Yes" : "Có", "Choose {file}" : "Chọn {tập tin}", "Choose" : "Chọn", "Copy to {target}" : "Sao chép vào {mục tiêu}", @@ -177,7 +177,6 @@ OC.L10N.register( "Move to {target}" : "Di chuyển đến {mục tiêu}", "Move" : "Chuyển", "OK" : "Đồng ý", - "Error loading message template: {error}" : "Lỗi khi tải mẫu thông điệp: {error}", "read-only" : "Chỉ đọc", "_{count} file conflict_::_{count} file conflicts_" : ["{count} tập tin xung đột"], "One file conflict" : "Một tập tin xung đột", @@ -407,6 +406,7 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "\"{name}\" không phải là loại tập tin được cho phép", "{newName} already exists" : "{newName} đã có", "Error loading file picker template: {error}" : "Lỗi khi tải mẫu tập tin picker: {error}", + "Error loading message template: {error}" : "Lỗi khi tải mẫu thông điệp: {error}", "Show list view" : "Hiển thị chế độ xem danh sách", "Show grid view" : "Hiển thị chế độ xem lưới", "Pending" : "Đang chờ được phê duyệt", |