diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/vi.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/vi.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/l10n/vi.js b/apps/comments/l10n/vi.js index 4a3313ca062..47de07158f1 100644 --- a/apps/comments/l10n/vi.js +++ b/apps/comments/l10n/vi.js @@ -21,6 +21,7 @@ OC.L10N.register( "More comments …" : "Xem thêm các bình luận...", "Save" : "Lưu", "Allowed characters {count} of {max}" : "Số ký tự được còn lại là {count} trong tổng số {max}", + "Error occurred while retrieving comment with ID {id}" : "Xảy ra lỗi khi trích xuất bình của ID{id}", "Error occurred while updating comment with id {id}" : "Có lỗi xảy ra khi cập nhật bình luận có id {id}", "Error occurred while posting comment" : "Có lỗi xảy ra khi đăng bình luận", "_%n unread comment_::_%n unread comments_" : ["%n bình luận chưa đọc"], diff --git a/apps/comments/l10n/vi.json b/apps/comments/l10n/vi.json index b044f7aca8e..5974456123a 100644 --- a/apps/comments/l10n/vi.json +++ b/apps/comments/l10n/vi.json @@ -19,6 +19,7 @@ "More comments …" : "Xem thêm các bình luận...", "Save" : "Lưu", "Allowed characters {count} of {max}" : "Số ký tự được còn lại là {count} trong tổng số {max}", + "Error occurred while retrieving comment with ID {id}" : "Xảy ra lỗi khi trích xuất bình của ID{id}", "Error occurred while updating comment with id {id}" : "Có lỗi xảy ra khi cập nhật bình luận có id {id}", "Error occurred while posting comment" : "Có lỗi xảy ra khi đăng bình luận", "_%n unread comment_::_%n unread comments_" : ["%n bình luận chưa đọc"], |