1
0
Fork 0

New translations web.php (Vietnamese)

[ci skip]
This commit is contained in:
daniel 2021-12-27 20:52:57 -07:00
parent 4890528510
commit 4bb3d84fcb
1 changed files with 26 additions and 26 deletions

View File

@ -131,11 +131,11 @@ return [
'embed' => 'Nhúng', 'embed' => 'Nhúng',
'selectOneOption' => 'Vui lòng chọn một trong các tùy chọn sau', 'selectOneOption' => 'Vui lòng chọn một trong các tùy chọn sau',
'unlistFromTimelines' => 'Unlist from Timelines', 'unlistFromTimelines' => 'Ẩn khỏi trang chung',
'addCW' => 'Thêm cảnh báo nội dung', 'addCW' => 'Thêm cảnh báo nội dung',
'removeCW' => 'Xóa cảnh báo nội dung', 'removeCW' => 'Xóa cảnh báo nội dung',
'markAsSpammer' => 'Đánh dấu spam', 'markAsSpammer' => 'Đánh dấu spam',
'markAsSpammerText' => 'Unlist + CW existing and future posts', 'markAsSpammerText' => 'Ẩn khỏi trang chung và chèn cảnh báo nội dung cho tất cả ảnh',
'spam' => 'Spam', 'spam' => 'Spam',
'sensitive' => 'Nội dung nhạy cảm', 'sensitive' => 'Nội dung nhạy cảm',
'abusive' => 'Lạm dụng hoặc Gây hại', 'abusive' => 'Lạm dụng hoặc Gây hại',
@ -143,43 +143,43 @@ return [
'copyrightInfringement' => 'Vi phạm bản quyền', 'copyrightInfringement' => 'Vi phạm bản quyền',
'impersonation' => 'Giả mạo', 'impersonation' => 'Giả mạo',
'scamOrFraud' => 'Lừa đảo hoặc Gian lận', 'scamOrFraud' => 'Lừa đảo hoặc Gian lận',
'confirmReport' => 'Confirm Report', 'confirmReport' => 'Xác nhận báo cáo',
'confirmReportText' => 'Are you sure you want to report this post?', 'confirmReportText' => 'Bạn có chắc muốn báo cáo ảnh này?',
'reportSent' => 'Report Sent!', 'reportSent' => 'Đã gửi báo cáo!',
'reportSentText' => 'We have successfully received your report.', 'reportSentText' => 'Quản trị viên đã nhận báo cáo của bạn.',
'reportSentError' => 'There was an issue reporting this post.', 'reportSentError' => 'Xảy ra lỗi khi báo cáo ảnh này.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', 'modAddCWConfirm' => 'Bạn có chắc muốn chèn cảnh báo nội dung ảnh này?',
'modCWSuccess' => 'Successfully added content warning', 'modCWSuccess' => 'Đã chèn cảnh báo nội dung',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', 'modRemoveCWConfirm' => 'Bạn có chắc muốn gỡ cảnh báo nội dung ảnh này?',
'modRemoveCWSuccess' => 'Successfully removed content warning', 'modRemoveCWSuccess' => 'Đã gỡ cảnh báo nội dung',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?', 'modUnlistConfirm' => 'Bạn có chắc muốn ẩn ảnh này khỏi trang chung?',
'modUnlistSuccess' => 'Successfully unlisted post', 'modUnlistSuccess' => 'Đã ẩn khỏi trang chung',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', 'modMarkAsSpammerConfirm' => 'Bạn có chắc muốn đánh dấu người này là spam? Những ảnh của người này sẽ biến mất trong trang chung và cảnh báo nội dung sẽ được áp dụng.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', 'modMarkAsSpammerSuccess' => 'Đã đánh dấu người này là spam',
'toFollowers' => 'to Followers', 'toFollowers' => 'tới Người theo dõi',
'showCaption' => 'Show Caption', 'showCaption' => 'Hiện chú thích',
'showLikes' => 'Show Likes', 'showLikes' => 'Hiện lượt thích',
'compactMode' => 'Compact Mode', 'compactMode' => 'Chế độ đơn giản',
'embedConfirmText' => 'By using this embed, you agree to our', 'embedConfirmText' => 'Sử dụng mã nhúng này nghĩa là bạn đồng ý với',
'deletePostConfirm' => 'Are you sure you want to delete this post?', 'deletePostConfirm' => 'Bạn có chắc muốn xóa ảnh này?',
'archivePostConfirm' => 'Are you sure you want to archive this post?', 'archivePostConfirm' => 'Bạn có chắc muốn lưu trữ ảnh này?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', 'unarchivePostConfirm' => 'Bạn có chắc muốn bỏ lưu trữ ảnh này?',
], ],
'story' => [ 'story' => [
'add' => 'Add Story' 'add' => 'Thêm khoảnh khắc'
], ],
'timeline' => [ 'timeline' => [
'peopleYouMayKnow' => 'People you may know' 'peopleYouMayKnow' => 'Những người bạn có thể biết'
], ],
'hashtags' => [ 'hashtags' => [
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' 'emptyFeed' => 'Không tìm thấy ảnh nào với hashtag này'
], ],
]; ];