mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
New translations web.php (Vietnamese)
[ci skip]
This commit is contained in:
parent
11cf631506
commit
d81c9a15ad
1 changed files with 34 additions and 30 deletions
|
@ -26,57 +26,57 @@ return [
|
||||||
|
|
||||||
'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',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'Ảnh này có thể chứa nội dung nhạy cảm',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'Điều khoản sử dụng',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'Chính sách bảo mật',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => 'Tìm kiếm',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'Trang quản trị',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Home Feed',
|
'homeFeed' => 'Trang chính',
|
||||||
'localFeed' => 'Local Feed',
|
'localFeed' => 'Máy chủ',
|
||||||
'globalFeed' => 'Global Feed',
|
'globalFeed' => 'Liên hợp',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Discover',
|
'discover' => 'Khám phá',
|
||||||
'directMessages' => 'Direct Messages',
|
'directMessages' => 'Nhắn riêng',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => 'Thông báo',
|
||||||
'groups' => 'Groups',
|
'groups' => 'Nhóm',
|
||||||
'stories' => 'Stories',
|
'stories' => 'Khoảnh khắc',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Profile',
|
'profile' => 'Trang cá nhân',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Lưu trữ',
|
||||||
'settings' => 'Settings',
|
'settings' => 'Thiết lập',
|
||||||
'compose' => 'Create New',
|
'compose' => 'Ảnh mới',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'About',
|
'about' => 'Giới thiệu',
|
||||||
'help' => 'Help',
|
'help' => 'Trợ giúp',
|
||||||
'language' => 'Language',
|
'language' => 'Ngôn ngữ',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => 'Bảo mật',
|
||||||
'terms' => 'Terms',
|
'terms' => 'Quy tắc',
|
||||||
|
|
||||||
// Temporary links
|
// Temporary links
|
||||||
'backToPreviousDesign' => 'Go back to previous design'
|
'backToPreviousDesign' => 'Dùng giao diện cũ'
|
||||||
],
|
],
|
||||||
|
|
||||||
'directMessages' => [
|
'directMessages' => [
|
||||||
'inbox' => 'Inbox',
|
'inbox' => 'Hộp thư',
|
||||||
'sent' => 'Sent',
|
'sent' => 'Đã gửi',
|
||||||
'requests' => 'Requests'
|
'requests' => 'Yêu cầu'
|
||||||
],
|
],
|
||||||
|
|
||||||
'notifications' => [
|
'notifications' => [
|
||||||
'liked' => 'liked your',
|
'liked' => 'đã thích ảnh',
|
||||||
'commented' => 'commented on your',
|
'commented' => 'bình luận về ảnh',
|
||||||
'reacted' => 'reacted to your',
|
'reacted' => 'xem ảnh',
|
||||||
'shared' => 'shared your',
|
'shared' => 'shared your',
|
||||||
'tagged' => 'tagged you in a',
|
'tagged' => 'tagged you in a',
|
||||||
|
|
||||||
|
@ -176,6 +176,10 @@ return [
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => 'People you may know'
|
'peopleYouMayKnow' => 'People you may know'
|
||||||
]
|
],
|
||||||
|
|
||||||
|
'hashtags' => [
|
||||||
|
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue