mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
New translations web.php (Vietnamese)
[ci skip]
This commit is contained in:
parent
936d0b8f95
commit
4890528510
1 changed files with 31 additions and 31 deletions
|
@ -101,48 +101,48 @@ return [
|
|||
'post' => [
|
||||
'shareToFollowers' => 'Chia sẻ đến người theo dõi',
|
||||
'shareToOther' => 'Chia sẻ tới những người khác',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'noLikes' => 'Chưa có lượt thích',
|
||||
'uploading' => 'Đang tải lên',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Posts',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
'collections' => 'Collections',
|
||||
'follow' => 'Follow',
|
||||
'unfollow' => 'Unfollow',
|
||||
'editProfile' => 'Edit Profile',
|
||||
'followRequested' => 'Follow Requested',
|
||||
'joined' => 'Joined',
|
||||
'posts' => 'Ảnh',
|
||||
'followers' => 'Người theo dõi',
|
||||
'following' => 'Theo dõi',
|
||||
'admin' => 'Quản trị viên',
|
||||
'collections' => 'Bộ sưu tập',
|
||||
'follow' => 'Theo dõi',
|
||||
'unfollow' => 'Ngưng theo dõi',
|
||||
'editProfile' => 'Sửa trang cá nhân',
|
||||
'followRequested' => 'Yêu cầu theo dõi',
|
||||
'joined' => 'Đã tham gia',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Không tìm thấy bộ sưu tập nào',
|
||||
'emptyPosts' => 'Không tìm thấy ảnh nào',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'View Post',
|
||||
'viewProfile' => 'View Profile',
|
||||
'moderationTools' => 'Moderation Tools',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'embed' => 'Embed',
|
||||
'viewPost' => 'Xem ảnh',
|
||||
'viewProfile' => 'Xem trang cá nhân',
|
||||
'moderationTools' => 'Kiểm duyệt',
|
||||
'report' => 'Báo cáo',
|
||||
'archive' => 'Lưu trữ',
|
||||
'unarchive' => 'Bỏ lưu trữ',
|
||||
'embed' => 'Nhúng',
|
||||
|
||||
'selectOneOption' => 'Select one of the following options',
|
||||
'selectOneOption' => 'Vui lòng chọn một trong các tùy chọn sau',
|
||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||
'addCW' => 'Add Content Warning',
|
||||
'removeCW' => 'Remove Content Warning',
|
||||
'markAsSpammer' => 'Mark as Spammer',
|
||||
'addCW' => 'Thêm cảnh báo nội dung',
|
||||
'removeCW' => 'Xóa cảnh báo nội dung',
|
||||
'markAsSpammer' => 'Đánh dấu spam',
|
||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||
'spam' => 'Spam',
|
||||
'sensitive' => 'Sensitive Content',
|
||||
'abusive' => 'Abusive or Harmful',
|
||||
'underageAccount' => 'Underage Account',
|
||||
'copyrightInfringement' => 'Copyright Infringement',
|
||||
'impersonation' => 'Impersonation',
|
||||
'scamOrFraud' => 'Scam or Fraud',
|
||||
'sensitive' => 'Nội dung nhạy cảm',
|
||||
'abusive' => 'Lạm dụng hoặc Gây hại',
|
||||
'underageAccount' => 'Tài khoản trẻ em',
|
||||
'copyrightInfringement' => 'Vi phạm bản quyền',
|
||||
'impersonation' => 'Giả mạo',
|
||||
'scamOrFraud' => 'Lừa đảo hoặc Gian lận',
|
||||
'confirmReport' => 'Confirm Report',
|
||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
||||
'reportSent' => 'Report Sent!',
|
||||
|
|
Loading…
Reference in a new issue