From c9f3438efec6227b94e58892f8546cfc07e9851b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 6 Apr 2023 16:24:31 +0200 Subject: New Crowdin updates (#24378) Co-authored-by: Yamagishi Kazutoshi --- app/javascript/mastodon/locales/ko.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app/javascript/mastodon/locales/ko.json') diff --git a/app/javascript/mastodon/locales/ko.json b/app/javascript/mastodon/locales/ko.json index b08e0b45c..7d7659569 100644 --- a/app/javascript/mastodon/locales/ko.json +++ b/app/javascript/mastodon/locales/ko.json @@ -522,16 +522,16 @@ "report_notification.categories.spam": "스팸", "report_notification.categories.violation": "규칙 위반", "report_notification.open": "신고 열기", - "search.no_recent_searches": "No recent searches", + "search.no_recent_searches": "최근 검색 기록이 없습니다", "search.placeholder": "검색", - "search.quick_action.account_search": "Profiles matching {x}", - "search.quick_action.go_to_account": "Go to profile {x}", - "search.quick_action.go_to_hashtag": "Go to hashtag {x}", - "search.quick_action.open_url": "Open URL in Mastodon", - "search.quick_action.status_search": "Posts matching {x}", + "search.quick_action.account_search": "{x}에 맞는 프로필", + "search.quick_action.go_to_account": "{x} 프로필로 이동", + "search.quick_action.go_to_hashtag": "{x} 해시태그로 이동", + "search.quick_action.open_url": "마스토돈에서 URL 열기", + "search.quick_action.status_search": "{x}에 맞는 게시물", "search.search_or_paste": "검색하거나 URL 붙여넣기", - "search_popout.quick_actions": "Quick actions", - "search_popout.recent": "Recent searches", + "search_popout.quick_actions": "빠른 작업", + "search_popout.recent": "최근 검색", "search_results.accounts": "프로필", "search_results.all": "전부", "search_results.hashtags": "해시태그", -- cgit