diff --git a/resources/lang/vi/web.php b/resources/lang/vi/web.php index a4219dd9b..7efa81045 100644 --- a/resources/lang/vi/web.php +++ b/resources/lang/vi/web.php @@ -3,29 +3,29 @@ return [ 'common' => [ - 'comment' => 'Comment', - 'commented' => 'Commented', - 'comments' => 'Comments', - 'like' => 'Like', - 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', - 'shared' => 'Shared', - 'shares' => 'Shares', - 'unshare' => 'Unshare', + 'comment' => 'Bình luận', + 'commented' => 'Đã bình luận', + 'comments' => 'Bình luận', + 'like' => 'Thích', + 'liked' => 'Đã thích', + 'likes' => 'Lượt thích', + 'share' => 'Chia sẻ', + 'shared' => 'Đã chia sẻ', + 'shares' => 'Lượt chia sẻ', + 'unshare' => 'Hủy chia sẻ', - 'cancel' => 'Cancel', - 'copyLink' => 'Copy Link', - 'delete' => 'Delete', - 'error' => 'Error', - 'errorMsg' => 'Something went wrong. Please try again later.', - 'oops' => 'Oops!', - 'other' => 'Other', - 'readMore' => 'Read more', - 'success' => 'Success', + 'cancel' => 'Hủy', + 'copyLink' => 'Chép link', + 'delete' => 'Xóa', + 'error' => 'Lỗi', + 'errorMsg' => 'Đã xảy ra lỗi. Vui lòng thử lại sau.', + 'oops' => 'Rất tiếc!', + 'other' => 'Khác', + 'readMore' => 'Xem thêm', + 'success' => 'Hoàn tất', - 'sensitive' => 'Sensitive', - 'sensitiveContent' => 'Sensitive Content', + 'sensitive' => 'Nhạy cảm', + 'sensitiveContent' => 'Nội dung nhạy cảm', 'sensitiveContentWarning' => 'This post may contain sensitive content', ],