Skip to content

Update ko-KR/plugin.ts #15103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web/i18n/ko-KR/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ const translation = {
},
operation: {
detail: '세부 정보',
install: '설치하다',
install: '설치',
viewDetail: '자세히보기',
info: '플러그인 정보',
update: '업데이트',
remove: '제거하다',
remove: '제거',
checkUpdate: '업데이트 확인',
},
toolSelector: {
Expand Down Expand Up @@ -178,7 +178,7 @@ const translation = {
pluginsResult: '{{num}} 결과',
discover: '발견하다',
moreFrom: 'Marketplace에서 더 보기',
sortBy: '블랙 시티',
sortBy: '정렬',
and: '그리고',
},
task: {
Expand Down
Loading