vi.js 2.2 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Các bình luận",
  5. "You commented" : "Bạn đã bình luận",
  6. "{author} commented" : "{author} đã bình luận",
  7. "You commented on %1$s" : "Bạn đã bình luận về %1$s",
  8. "You commented on {file}" : "Bạn đã bình luận đối với tệp tin {file}",
  9. "%1$s commented on %2$s" : "%1$s đã bình luận về%2$s",
  10. "{author} commented on {file}" : "{author} đã bình luận về tệp tin {file}",
  11. "<strong>Comments</strong> for files" : "<strong>bình luận</strong> đối với các tệp tin",
  12. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Bạn đã được nhắc tới trên \"{file}\", trong một bình luận bởi một người dùng đã bị xoá",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} đã nhắc tới bạn trong một bình luận trên \"{file}\"",
  14. "Files app plugin to add comments to files" : "Plugin ứng dụng Tệp để thêm bình luận vào tệp",
  15. "Edit comment" : "Sửa bình luận",
  16. "Delete comment" : "Xóa bình luận",
  17. "Cancel edit" : "Hủy chỉnh sửa",
  18. "Post comment" : "Đăng bình luận",
  19. "No comments yet, start the conversation!" : "Không có bình luận nào, bắt đầu cuộc hội thoại!",
  20. "No more messages" : "Không có thêm tin nhắn",
  21. "Retry" : "Thử lại",
  22. "Unable to load the comments list" : "Không thể tải danh sách bình luận",
  23. "_%n unread comment_::_%n unread comments_" : ["%n bình luận chưa đọc"],
  24. "_1 new comment_::_{unread} new comments_" : ["{unread} bình luận mới"],
  25. "Comment" : "Bình luận",
  26. "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",
  27. "Comment deleted" : "Đã xóa bình luận",
  28. "An error occurred while trying to delete the comment" : "Đã xảy ra lỗi khi cố gắng xóa bình luận",
  29. "An error occurred while trying to create the comment" : "Đã xảy ra lỗi khi cố gắng tạo bình luận",
  30. "%1$s commented" : "%1$s được bình luận"
  31. },
  32. "nplurals=1; plural=0;");