diff options
Diffstat (limited to 'apps/comments/l10n/vi.js')
-rw-r--r-- | apps/comments/l10n/vi.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/vi.js b/apps/comments/l10n/vi.js index 812c670f228..a656430b5e6 100644 --- a/apps/comments/l10n/vi.js +++ b/apps/comments/l10n/vi.js @@ -21,13 +21,13 @@ OC.L10N.register( "Retry" : "Thử lại", "Failed to mark comments as read" : "Không thể đánh dấu bình luận là đã đọc", "Unable to load the comments list" : "Không thể tải danh sách bình luận", - "_%n unread comment_::_%n unread comments_" : ["%n bình luận chưa đọc"], "_1 new comment_::_{unread} new comments_" : ["{unread} bình luận mới"], "Comment" : "Bình luận", "An error occurred while trying to edit the comment" : "Đã xảy ra lỗi khi cố gắng chỉnh sửa bình luận", "Comment deleted" : "Đã xóa bình luận", "An error occurred while trying to delete the comment" : "Đã xảy ra lỗi khi cố gắng xóa bình luận", "An error occurred while trying to create the comment" : "Đã xảy ra lỗi khi cố gắng tạo bình luận", - "%1$s commented" : "%1$s được bình luận" + "%1$s commented" : "%1$s được bình luận", + "_%n unread comment_::_%n unread comments_" : ["%n bình luận chưa đọc"] }, "nplurals=1; plural=0;"); |