Skip to content
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

Korean #164

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions modules/locales/ko.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
export default {

Check failure on line 1 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
about: '{0} 정보',

Check failure on line 2 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
file: '파일',

Check failure on line 3 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
open: '열기...',

Check failure on line 4 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
add: '추가',

Check failure on line 5 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
save: '저장',

Check failure on line 6 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
save_cover: '저장 및 덮어쓰기',

Check failure on line 7 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
save_new: '새 이름으로 자동 저장',

Check failure on line 8 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
save_dir: '내보내기 위치',

Check failure on line 9 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
save_as: '다른 이름으로 저장',

Check failure on line 10 in modules/locales/ko.ts

View workflow job for this annotation

GitHub Actions / build

Expected linebreaks to be 'LF' but found 'CRLF'
save_success: '저장 성공',
clear: '모두 지우기',
clear_increased: '증가된 파일 지우기',
choose_images: '이미지 선택',
drag_files: '로컬 폴더에서 여기로 사진 끌어오기',
colors: '색상',
quality: '품질',
visit: '홈페이지 방문',
ok: '확인',
before_optimized: '변경 전',
after_optimized: '변경 후',
new_version: '업그레이드',
apply_now: '지금 적용',
}