From 9cfc5510afa474237163fe85ba21957cad1818d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VenusGirl=E2=9D=A4?= <53147200+VenusGirl@users.noreply.github.com> Date: Tue, 8 Aug 2023 05:05:27 +0900 Subject: [PATCH 1/2] Add files via upload --- modules/locales/ko.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/locales/ko.ts diff --git a/modules/locales/ko.ts b/modules/locales/ko.ts new file mode 100644 index 0000000..e3c39e3 --- /dev/null +++ b/modules/locales/ko.ts @@ -0,0 +1,24 @@ +export default { + about: '{0} 정보', + file: '파일', + open: '열기...', + add: '추가', + save: '저장', + save_cover: '저장 및 덮어쓰기', + save_new: '새 이름으로 자동 저장', + save_dir: '내보내기 위치', + save_as: '다음으로 저장', + save_success: '저장 성공', + clear: '모두 지우기', + clear_increased: '증가된 파일 지우기', + choose_images: '이미지 선택', + drag_files: '로컬 폴더에서 여기로 사진 끌어오기', + colors: '색상', + quality: '품질', + visit: '홈페이지 방문', + ok: '확인', + before_optimized: '이전', + after_optimized: '이후', + new_version: '업그레이드', + apply_now: '지금 적용', +} \ No newline at end of file From 9612578c408d5338ee71783bac81d28f6a9070c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VenusGirl=E2=9D=A4?= <53147200+VenusGirl@users.noreply.github.com> Date: Tue, 8 Aug 2023 05:10:06 +0900 Subject: [PATCH 2/2] Update ko.ts --- modules/locales/ko.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/locales/ko.ts b/modules/locales/ko.ts index e3c39e3..062d543 100644 --- a/modules/locales/ko.ts +++ b/modules/locales/ko.ts @@ -1,4 +1,4 @@ -export default { +export default { about: '{0} 정보', file: '파일', open: '열기...', @@ -7,7 +7,7 @@ save_cover: '저장 및 덮어쓰기', save_new: '새 이름으로 자동 저장', save_dir: '내보내기 위치', - save_as: '다음으로 저장', + save_as: '다른 이름으로 저장', save_success: '저장 성공', clear: '모두 지우기', clear_increased: '증가된 파일 지우기', @@ -17,8 +17,8 @@ quality: '품질', visit: '홈페이지 방문', ok: '확인', - before_optimized: '이전', - after_optimized: '이후', + before_optimized: '변경 전', + after_optimized: '변경 후', new_version: '업그레이드', apply_now: '지금 적용', -} \ No newline at end of file +}