mirror of https://github.com/pixelfed/pixelfed.git
parent
0a1b2eafc3
commit
10db7eedb4
|
@ -13,7 +13,7 @@ return [
|
||||||
'shared' => 'Đã chia sẻ',
|
'shared' => 'Đã chia sẻ',
|
||||||
'shares' => 'Lượt chia sẻ',
|
'shares' => 'Lượt chia sẻ',
|
||||||
'unshare' => 'Hủy chia sẻ',
|
'unshare' => 'Hủy chia sẻ',
|
||||||
'bookmark' => 'Bookmark',
|
'bookmark' => 'Lưu',
|
||||||
|
|
||||||
'cancel' => 'Hủy',
|
'cancel' => 'Hủy',
|
||||||
'copyLink' => 'Chép link',
|
'copyLink' => 'Chép link',
|
||||||
|
@ -24,10 +24,10 @@ return [
|
||||||
'other' => 'Khác',
|
'other' => 'Khác',
|
||||||
'readMore' => 'Xem thêm',
|
'readMore' => 'Xem thêm',
|
||||||
'success' => 'Hoàn tất',
|
'success' => 'Hoàn tất',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => 'Tiếp tục',
|
||||||
'next' => 'Next',
|
'next' => 'Tiếp theo',
|
||||||
'close' => 'Close',
|
'close' => 'Đóng',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'nhấn vào đây',
|
||||||
|
|
||||||
'sensitive' => 'Nhạy cảm',
|
'sensitive' => 'Nhạy cảm',
|
||||||
'sensitiveContent' => 'Nội dung nhạy cảm',
|
'sensitiveContent' => 'Nội dung nhạy cảm',
|
||||||
|
@ -102,7 +102,7 @@ return [
|
||||||
'modlog' => 'nhật ký kiểm duyệt',
|
'modlog' => 'nhật ký kiểm duyệt',
|
||||||
'post' => 'bài đăng',
|
'post' => 'bài đăng',
|
||||||
'story' => 'khoảnh khắc',
|
'story' => 'khoảnh khắc',
|
||||||
'noneFound' => 'No notifications found',
|
'noneFound' => 'Không có thông báo mới',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -185,10 +185,10 @@ return [
|
||||||
'peopleYouMayKnow' => 'Những người bạn có thể biết',
|
'peopleYouMayKnow' => 'Những người bạn có thể biết',
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'Welcome',
|
'welcome' => 'Chào mừng',
|
||||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
'thisIsYourHomeFeed' => 'Đây là bảng tin của bạn, được xếp theo thứ tự thời gian với những tài khoản mà bạn theo dõi.',
|
||||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
'letUsHelpYouFind' => 'Đây là vài người thú vị mà bạn nên theo dõi',
|
||||||
'refreshFeed' => 'Refresh my feed',
|
'refreshFeed' => 'Làm tươi bảng tin',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -197,12 +197,12 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'report' => [
|
'report' => [
|
||||||
'report' => 'Report',
|
'report' => 'Báo cáo',
|
||||||
'selectReason' => 'Select a reason',
|
'selectReason' => 'Chọn một lý do',
|
||||||
'reported' => 'Reported',
|
'reported' => 'Bị báo cáo',
|
||||||
'sendingReport' => 'Sending report',
|
'sendingReport' => 'Đang gửi báo cáo...',
|
||||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
'thanksMsg' => 'Cảm ơn đã gửi báo cáo, bạn đã giúp cộng đồng sạch hơn!',
|
||||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
'contactAdminMsg' => 'Nếu cần thiết, hãy liên hệ quản trị viên về ảnh này hoặc báo cáo',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue