2016-02-17 01:56:11 -05:00
|
|
|
OC.L10N.register(
|
|
|
|
|
"comments",
|
|
|
|
|
{
|
2023-08-09 20:26:45 -04:00
|
|
|
"Comments" : "Bình luận",
|
2019-02-26 20:12:05 -05:00
|
|
|
"You commented" : "Bạn đã bình luận",
|
|
|
|
|
"{author} commented" : "{author} đã bình luận",
|
|
|
|
|
"You commented on %1$s" : "Bạn đã bình luận về %1$s",
|
|
|
|
|
"You commented on {file}" : "Bạn đã bình luận đối với tệp tin {file}",
|
|
|
|
|
"%1$s commented on %2$s" : "%1$s đã bình luận về%2$s",
|
|
|
|
|
"{author} commented on {file}" : "{author} đã bình luận về tệp tin {file}",
|
|
|
|
|
"<strong>Comments</strong> for files" : "<strong>bình luận</strong> đối với các tệp tin",
|
2024-08-01 20:19:37 -04:00
|
|
|
"Files" : "Tệp tin",
|
2022-01-20 21:26:59 -05:00
|
|
|
"{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}\"",
|
2021-09-21 22:26:37 -04:00
|
|
|
"Files app plugin to add comments to files" : "Plugin ứng dụng Tệp để thêm bình luận vào tệp",
|
2018-04-11 20:19:20 -04:00
|
|
|
"Edit comment" : "Sửa bình luận",
|
2017-09-29 20:08:25 -04:00
|
|
|
"Delete comment" : "Xóa bình luận",
|
2021-09-21 22:26:37 -04:00
|
|
|
"Cancel edit" : "Hủy chỉnh sửa",
|
|
|
|
|
"Post comment" : "Đăng bình luận",
|
2025-02-26 19:22:16 -05:00
|
|
|
"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",
|
2020-10-20 22:18:44 -04:00
|
|
|
"No comments yet, start the conversation!" : "Không có bình luận nào, bắt đầu cuộc hội thoại!",
|
2021-09-21 22:26:37 -04:00
|
|
|
"No more messages" : "Không có thêm tin nhắn",
|
|
|
|
|
"Retry" : "Thử lại",
|
|
|
|
|
"_1 new comment_::_{unread} new comments_" : ["{unread} bình luận mới"],
|
2020-10-20 22:18:44 -04:00
|
|
|
"Comment" : "Bình luận",
|
2021-09-21 22:26:37 -04:00
|
|
|
"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",
|
2025-01-23 08:39:30 -05:00
|
|
|
"An error occurred while trying to create the comment" : "Đã xảy ra lỗi khi cố gắng tạo bình luận"
|
2016-02-17 01:56:11 -05:00
|
|
|
},
|
|
|
|
|
"nplurals=1; plural=0;");
|