1
0
Fork 0
forked from mirror/pixelfed

New translations web.php (Korean)

[ci skip]
This commit is contained in:
daniel 2021-12-22 18:08:39 -07:00
parent 6f11eb4885
commit 882d1b37f2

View file

@ -3,74 +3,74 @@
return [ return [
'common' => [ 'common' => [
'comment' => 'Comment', 'comment' => '댓글',
'commented' => 'Commented', 'commented' => 'Commented',
'comments' => 'Comments', 'comments' => 'Comments',
'like' => 'Like', 'like' => '좋아요',
'liked' => 'Liked', 'liked' => 'Liked',
'likes' => 'Likes', 'likes' => 'Likes',
'share' => 'Share', 'share' => '공유',
'shared' => 'Shared', 'shared' => 'Shared',
'shares' => 'Shares', 'shares' => 'Shares',
'unshare' => 'Unshare', 'unshare' => 'Unshare',
'cancel' => 'Cancel', 'cancel' => '취소',
'copyLink' => 'Copy Link', 'copyLink' => 'Copy Link',
'delete' => 'Delete', 'delete' => 'Delete',
'error' => 'Error', 'error' => '오류',
'errorMsg' => 'Something went wrong. Please try again later.', 'errorMsg' => '문제가 발생했습니다. 나중에 다시 시도하세요.',
'oops' => 'Oops!', 'oops' => '이런!',
'other' => 'Other', 'other' => '기타',
'readMore' => 'Read more', 'readMore' => '더보기',
'success' => 'Success', 'success' => '성공',
'sensitive' => 'Sensitive', 'sensitive' => '민감함 ',
'sensitiveContent' => 'Sensitive Content', 'sensitiveContent' => '민감한 내용',
'sensitiveContentWarning' => 'This post may contain sensitive content', 'sensitiveContentWarning' => '이 게시물은 민감한 내용을 포함합니다',
], ],
'site' => [ 'site' => [
'terms' => 'Terms of Use', 'terms' => '이용약관',
'privacy' => 'Privacy Policy', 'privacy' => '개인정보 취급방침',
], ],
'navmenu' => [ 'navmenu' => [
'search' => 'Search', 'search' => '검색',
'admin' => 'Admin Dashboard', 'admin' => '관리자 대시보드',
// Timelines // Timelines
'homeFeed' => 'Home Feed', 'homeFeed' => '홈 피드',
'localFeed' => 'Local Feed', 'localFeed' => '로컬 피드',
'globalFeed' => 'Global Feed', 'globalFeed' => '글로벌 피드',
// Core features // Core features
'discover' => 'Discover', 'discover' => '발견하기',
'directMessages' => 'Direct Messages', 'directMessages' => '쪽지',
'notifications' => 'Notifications', 'notifications' => '알림',
'groups' => 'Groups', 'groups' => '그룹',
'stories' => 'Stories', 'stories' => '스토리',
// Self links // Self links
'profile' => 'Profile', 'profile' => '프로필',
'drive' => 'Drive', 'drive' => '드라이브',
'settings' => 'Settings', 'settings' => '설정',
'compose' => 'Create New', 'compose' => '새로 만들기',
// Nav footer // Nav footer
'about' => 'About', 'about' => '정보',
'help' => 'Help', 'help' => '도움말',
'language' => 'Language', 'language' => '언어',
'privacy' => 'Privacy', 'privacy' => '개인정보',
'terms' => 'Terms', 'terms' => '약관',
// Temporary links // Temporary links
'backToPreviousDesign' => 'Go back to previous design' 'backToPreviousDesign' => '이전 디자인으로 돌아가기'
], ],
'directMessages' => [ 'directMessages' => [
'inbox' => 'Inbox', 'inbox' => '받은 편지함',
'sent' => 'Sent', 'sent' => '보냄',
'requests' => 'Requests' 'requests' => '요청 내역'
], ],
'notifications' => [ 'notifications' => [
@ -133,8 +133,8 @@ return [
'removeCW' => 'Remove Content Warning', 'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer', 'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts', 'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam', 'spam' => '스팸',
'sensitive' => 'Sensitive Content', 'sensitive' => '민감한 내용',
'abusive' => 'Abusive or Harmful', 'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account', 'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement', 'copyrightInfringement' => 'Copyright Infringement',