From 57e1b50c771205da3a3378dceb045ea66796a06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EA=B4=80=EC=98=81?= Date: Mon, 11 Dec 2017 20:01:49 +0900 Subject: [PATCH 1/4] Adding translation support for Korean (ko) --- .../Resources/lang/core/ko/core.php | 85 +++++++++++++ .../Resources/lang/core/ko/settings.php | 10 ++ .../Resources/lang/core/ko/sidebar.php | 6 + .../Resources/lang/dashboard/ko/dashboard.php | 21 ++++ .../Resources/lang/media/ko/folders.php | 11 ++ .../Resources/lang/media/ko/media.php | 44 +++++++ .../Resources/lang/media/ko/messages.php | 9 ++ .../Resources/lang/menu/ko/menu-items.php | 24 ++++ .../Resources/lang/menu/ko/menu.php | 42 +++++++ .../Resources/lang/menu/ko/messages.php | 14 +++ .../Resources/lang/menu/ko/validation.php | 6 + .../lang/notification/ko/messages.php | 20 +++ .../Resources/lang/page/ko/messages.php | 14 +++ .../Resources/lang/page/ko/pages.php | 43 +++++++ .../Resources/lang/setting/ko/messages.php | 5 + .../Resources/lang/setting/ko/settings.php | 16 +++ .../Resources/lang/tag/ko/tags.php | 15 +++ .../lang/translation/ko/translations.php | 40 ++++++ .../Resources/lang/user/ko/auth.php | 23 ++++ .../Resources/lang/user/ko/button.php | 8 ++ .../Resources/lang/user/ko/messages.php | 29 +++++ .../Resources/lang/user/ko/roles.php | 43 +++++++ .../Resources/lang/user/ko/users.php | 72 +++++++++++ .../Resources/lang/workshop/ko/modules.php | 39 ++++++ .../Resources/lang/workshop/ko/themes.php | 14 +++ .../Resources/lang/workshop/ko/workbench.php | 25 ++++ .../Resources/lang/workshop/ko/workshop.php | 8 ++ resources/lang/ko/auth.php | 19 +++ resources/lang/ko/pagination.php | 19 +++ resources/lang/ko/passwords.php | 22 ++++ resources/lang/ko/validation.php | 119 ++++++++++++++++++ 31 files changed, 865 insertions(+) create mode 100644 Modules/Translation/Resources/lang/core/ko/core.php create mode 100644 Modules/Translation/Resources/lang/core/ko/settings.php create mode 100644 Modules/Translation/Resources/lang/core/ko/sidebar.php create mode 100644 Modules/Translation/Resources/lang/dashboard/ko/dashboard.php create mode 100644 Modules/Translation/Resources/lang/media/ko/folders.php create mode 100644 Modules/Translation/Resources/lang/media/ko/media.php create mode 100644 Modules/Translation/Resources/lang/media/ko/messages.php create mode 100644 Modules/Translation/Resources/lang/menu/ko/menu-items.php create mode 100644 Modules/Translation/Resources/lang/menu/ko/menu.php create mode 100644 Modules/Translation/Resources/lang/menu/ko/messages.php create mode 100644 Modules/Translation/Resources/lang/menu/ko/validation.php create mode 100644 Modules/Translation/Resources/lang/notification/ko/messages.php create mode 100644 Modules/Translation/Resources/lang/page/ko/messages.php create mode 100644 Modules/Translation/Resources/lang/page/ko/pages.php create mode 100644 Modules/Translation/Resources/lang/setting/ko/messages.php create mode 100644 Modules/Translation/Resources/lang/setting/ko/settings.php create mode 100644 Modules/Translation/Resources/lang/tag/ko/tags.php create mode 100644 Modules/Translation/Resources/lang/translation/ko/translations.php create mode 100644 Modules/Translation/Resources/lang/user/ko/auth.php create mode 100644 Modules/Translation/Resources/lang/user/ko/button.php create mode 100644 Modules/Translation/Resources/lang/user/ko/messages.php create mode 100644 Modules/Translation/Resources/lang/user/ko/roles.php create mode 100644 Modules/Translation/Resources/lang/user/ko/users.php create mode 100644 Modules/Translation/Resources/lang/workshop/ko/modules.php create mode 100644 Modules/Translation/Resources/lang/workshop/ko/themes.php create mode 100644 Modules/Translation/Resources/lang/workshop/ko/workbench.php create mode 100644 Modules/Translation/Resources/lang/workshop/ko/workshop.php create mode 100644 resources/lang/ko/auth.php create mode 100644 resources/lang/ko/pagination.php create mode 100644 resources/lang/ko/passwords.php create mode 100644 resources/lang/ko/validation.php diff --git a/Modules/Translation/Resources/lang/core/ko/core.php b/Modules/Translation/Resources/lang/core/ko/core.php new file mode 100644 index 000000000..04062fdcd --- /dev/null +++ b/Modules/Translation/Resources/lang/core/ko/core.php @@ -0,0 +1,85 @@ + [ + 'title' => '확인', + 'confirmation-message' => '정말 이 레코드를 삭제하시겠습니까?', + ], + 'table' => [ + 'created at' => '생성일시', + 'actions' => '작업', + 'thumbnail' => '썸네일', + ], + 'tab' => [ + 'english' => 'English', + 'french' => 'French', + 'dutch' => 'Dutch', + 'italian' => 'Italian', + 'greek' => 'Ελληνικά', + 'spanish' => 'Spanish', + 'polish' => 'Polish', + 'portuguese' => 'Portuguese', + 'arabic' => 'Arabic', + 'macedonian' => 'Македонски', + 'turkish' => 'Türkçe', + 'czech' => 'Czech', + 'swedish' => 'Svenska', + 'korean' => '한국어', + ], + 'button' => [ + 'cancel' => '취소', + 'create' => '생성', + 'update' => '수정', + 'delete' => '삭제', + 'reset' => '초기화', + 'update and back' => '수정 및 돌아가기', + ], + 'save' => '저장', + 'confirm' => '확인', + 'move' => '이동', + 'breadcrumb' => [ + 'home' => '홈', + ], + 'title' => [ + 'translatable fields' => '번역가능한 필드', + 'non translatable fields' => '번역불가한 필드', + 'create resource' => ':name 생성', + 'edit resource' => ':name 수정', + ], + 'general' => [ + 'available keyboard shortcuts' => '사용가능한 키보드 단축키', + 'view website' => '웹사이트 보기', + 'complete your profile' => '프로필 완성하기', + 'profile' => '프로필', + 'sign out' => '로그아웃', + ], + 'messages' => [ + 'resource created' => ':name 이(가) 생성되었습니다.', + 'resource not found' => ':name 을(를) 찾지 못했습니다', + 'resource updated' => ':name 이(가) 수정되었습니다.', + 'resource deleted' => ':name 이(가) 삭제되었습니다.', + ], + 'back' => '뒤로', + 'back to index' => ':name 목록으로 가기', + 'permission denied' => '권한이 없습니다. (필요권한: ":permission")', + 'list resource' => ':name 목록', + 'create resource' => ':name 생성', + 'edit resource' => ':name 수정', + 'destroy resource' => ':name 삭제', + 'error token mismatch' => '세션이 만료되었습니다. 폼을 다시 전송해주세요.', + 'error 404' => '404', + 'error 404 title' => '앗 이런! 페이지를 찾을수 없습니다.', + 'error 404 description' => '요청하신 페이지를 찾을 수 없습니다.', + 'error 500' => '500', + 'error 500 title' => '앗 이런! 문제가 발생했습니다.', + 'error 500 description' => '관리자에게 보고되었습니다.', + 'delete cancelled' => '삭제 취소됨', + 'unauthorized' => '권한이 없습니다', + 'unauthorized-access' => '해당 페이지에 액세스 할 수있는 적절한 권한이 없습니다.', + 'unauthenticated' => '인증되지 않았습니다', + 'unauthenticated-access' => '이 페이지에 액세스하려면 로그인해야합니다.', + 'something went wrong' => '앗 이런! 문제가 발생했습니다.', + 'mark as online' => '온라인으로 표시', + 'mark as offline' => '오프라인으로 표시', + 'back to backend' => '관리자화면으로 돌아가기', +]; diff --git a/Modules/Translation/Resources/lang/core/ko/settings.php b/Modules/Translation/Resources/lang/core/ko/settings.php new file mode 100644 index 000000000..24d30048a --- /dev/null +++ b/Modules/Translation/Resources/lang/core/ko/settings.php @@ -0,0 +1,10 @@ + '사이트 이름', + 'site-name-mini' => '간소화된 사이트 이름', + 'site-description' => '사이트 설명', + 'template' => '프론트엔드 템플릿', + 'analytics-script' => 'Analytics 스크립트', + 'locales' => '사이트 언어', +]; diff --git a/Modules/Translation/Resources/lang/core/ko/sidebar.php b/Modules/Translation/Resources/lang/core/ko/sidebar.php new file mode 100644 index 000000000..6fb748c00 --- /dev/null +++ b/Modules/Translation/Resources/lang/core/ko/sidebar.php @@ -0,0 +1,6 @@ + '내용', + 'show group' => '사이트바 그룹 보이기', +]; diff --git a/Modules/Translation/Resources/lang/dashboard/ko/dashboard.php b/Modules/Translation/Resources/lang/dashboard/ko/dashboard.php new file mode 100644 index 000000000..ce77793ac --- /dev/null +++ b/Modules/Translation/Resources/lang/dashboard/ko/dashboard.php @@ -0,0 +1,21 @@ + '대시보드', + 'edit grid' => '그리드 수정', + 'reset grid' => '그리드 초기화', + 'save grid' => '그리드 저장', + 'add widget' => '위젯 추가', + 'add widget to dashboard' => '대시보드에 위젯 추가', + 'reset not needed' => 'Dashboard didn\'t need resetting', + 'dashboard reset' => '대시보드가 초기화 되었습니다', + 'list resource' => '대시보드 보기', + 'edit resource' => '대시보드 수정', + 'reset resource' => '대시보드 초기화', + 'welcome-title' => '환영합니다 제목', + 'welcome-description' => '환영합니다 설명', + 'welcome-enabled' => '환영합니다 박스 활성화', + 'configure your website' => '웹사이트를 설정하세요', + 'add pages' => '페이지 추가', + 'add menus' => '메뉴 추가', +]; diff --git a/Modules/Translation/Resources/lang/media/ko/folders.php b/Modules/Translation/Resources/lang/media/ko/folders.php new file mode 100644 index 000000000..8abacbc78 --- /dev/null +++ b/Modules/Translation/Resources/lang/media/ko/folders.php @@ -0,0 +1,11 @@ + '폴더 목록', + 'create resource' => '새 폴더', + 'edit resource' => '폴더 수정', + 'destroy resource' => '폴더 삭제', + 'folder was created' => '폴더가 성공적으로 생성되었습니다', + 'folder was updated' => '폴더가 성공적으로 수정되었습니다', + 'folder name' => '폴더명', +]; diff --git a/Modules/Translation/Resources/lang/media/ko/media.php b/Modules/Translation/Resources/lang/media/ko/media.php new file mode 100644 index 000000000..43c34aa0a --- /dev/null +++ b/Modules/Translation/Resources/lang/media/ko/media.php @@ -0,0 +1,44 @@ + [ + 'media' => '미디어', + 'edit media' => '미디어 수정', + ], + 'breadcrumb' => [ + 'media' => '미디어', + ], + 'table' => [ + 'filename' => '파일명', + 'width' => '너비', + 'height' => '높이', + ], + 'form' => [ + 'alt_attribute' => '대체 속성', + 'description' => '설명', + 'keywords' => '키워드', + ], + 'validation' => [ + 'max_size' => '최대 폴더용량 (:size) 에 도달했습니다.', + ], + 'file-sizes' => [ + 'B' => 'Bytes', + 'KB' => 'Kb', + 'MB' => 'Mb', + 'GB' => 'Gb', + 'TB' => 'Tb', + ], + 'choose file' => '파일 선택', + 'insert' => '이 파일 삽입', + 'file picker' => '파일 선택기', + 'Browse' => '열기 ...', + 'upload file' => '파일 업로드', + 'remove media' => '미디어 삭제', + 'list resource' => '미디어 목록', + 'create resource' => '미디어 생성', + 'edit resource' => '미디어 수정', + 'destroy resource' => '미디어 삭제', + 'file too large' => '파일이 너무 큽니다. 최대 :size MB 까지만 허용됩니다.', + 'some files not moved' => '일부 파일들은 옮겨지지 않았습니다', + 'files moved successfully' => '성공적으로 파일들이 옮겨졌습니다', +]; diff --git a/Modules/Translation/Resources/lang/media/ko/messages.php b/Modules/Translation/Resources/lang/media/ko/messages.php new file mode 100644 index 000000000..a2e0c3774 --- /dev/null +++ b/Modules/Translation/Resources/lang/media/ko/messages.php @@ -0,0 +1,9 @@ + '파일 업데이트됨', + 'file deleted' => '파일 삭제됨', + 'folder updated' => '폴더 업데이트됨', + 'folder deleted' => '폴더 삭제됨', + 'selected items deleted' => '선택된 항목들이 삭제되었습니다', +]; diff --git a/Modules/Translation/Resources/lang/menu/ko/menu-items.php b/Modules/Translation/Resources/lang/menu/ko/menu-items.php new file mode 100644 index 000000000..8607eb0b1 --- /dev/null +++ b/Modules/Translation/Resources/lang/menu/ko/menu-items.php @@ -0,0 +1,24 @@ + [ + 'page' => '페이지', + 'module' => '모듈', + 'target' => '타겟', + 'same tab' => '동일 탭', + 'new tab' => '새로운 탭', + 'icon' => '아이콘', + 'class' => 'CSS 클래스', + 'parent menu item' => '부모 메뉴 아이템', + ], + 'link-type' => [ + 'link type' => '링크 타입', + 'page' => '페이지', + 'internal' => '내부', + 'external' => '외부', + ], + 'list resource' => '메뉴 아이템 목록', + 'create resource' => '메뉴 아이템 생성', + 'edit resource' => '메뉴 아이템 수정', + 'destroy resource' => '메뉴 아이템 삭제', +]; diff --git a/Modules/Translation/Resources/lang/menu/ko/menu.php b/Modules/Translation/Resources/lang/menu/ko/menu.php new file mode 100644 index 000000000..a40d78d15 --- /dev/null +++ b/Modules/Translation/Resources/lang/menu/ko/menu.php @@ -0,0 +1,42 @@ + '메뉴', + 'titles' => [ + 'menu' => '메뉴 관리', + 'create menu' => '메뉴 생성', + 'edit menu' => '메뉴 수정', + 'create menu item' => '메뉴 항목 생성', + 'edit menu item' => '메뉴 항목 수정', + ], + 'breadcrumb' => [ + 'menu' => '메뉴 관리', + 'create menu' => '메뉴 생성', + 'edit menu' => '메뉴 수정', + 'create menu item' => '메뉴 항목 생성', + 'edit menu item' => '메뉴 항목 수정', + ], + 'button' => [ + 'create menu item' => '메뉴 항목 생성', + 'create menu' => '메뉴 생성', + ], + 'table' => [ + 'name' => '이름', + 'title' => '제목', + ], + 'form' => [ + 'title' => '제목', + 'name' => '이름', + 'status' => '온라인', + 'uri' => 'URI', + 'url' => 'URL', + 'primary' => '주 메뉴 (프론트엔드 라우팅에 사용됨)', + ], + 'navigation' => [ + 'back to index' => '메뉴 목록으로 돌아가기', + ], + 'list resource' => '메뉴 목록', + 'create resource' => '메뉴 생성', + 'edit resource' => '메뉴 수정', + 'destroy resource' => '메뉴 삭제', +]; diff --git a/Modules/Translation/Resources/lang/menu/ko/messages.php b/Modules/Translation/Resources/lang/menu/ko/messages.php new file mode 100644 index 000000000..048bd8351 --- /dev/null +++ b/Modules/Translation/Resources/lang/menu/ko/messages.php @@ -0,0 +1,14 @@ + '메뉴가 성공적으로 생성되었습니다.', + 'menu not found' => '메뉴를 찾을 수 없습니다.', + 'menu updated' => '메뉴가 성공적으로 수정되었습니다.', + 'menu deleted' => '메뉴가 성공적으로 삭제되었습니다.', + /* MenuItem management */ + 'menuitem created' => '메뉴 아이템이 성공적으로 생성되었습니다.', + 'menuitem not found' => '메뉴 아이템을 찾을 수 없습니다.', + 'menuitem updated' => '메뉴 아이템이 성공적으로 수정되었습니다.', + 'menuitem deleted' => '메뉴 아이템이 성공적으로 삭제되었습니다.', +]; diff --git a/Modules/Translation/Resources/lang/menu/ko/validation.php b/Modules/Translation/Resources/lang/menu/ko/validation.php new file mode 100644 index 000000000..5aaca296a --- /dev/null +++ b/Modules/Translation/Resources/lang/menu/ko/validation.php @@ -0,0 +1,6 @@ + '주 메뉴는 한번에 하나만 지정 가능합니다', + 'name is required' => '이름은 필수항목 입니다', +]; diff --git a/Modules/Translation/Resources/lang/notification/ko/messages.php b/Modules/Translation/Resources/lang/notification/ko/messages.php new file mode 100644 index 000000000..b5802bb29 --- /dev/null +++ b/Modules/Translation/Resources/lang/notification/ko/messages.php @@ -0,0 +1,20 @@ + '알림이 없습니다.', + 'notifications' => '알림', + 'delete all confirmation' => '정말 모든 알림을 삭제하시겠습니까?', + 'time' => '시간', + 'title' => '제목', + 'message' => '메세지', + 'is read' => '읽음여부', + 'mark all as read' => '읽음으로 표시하기', + 'delete all' => '전체 삭제', + 'all notifications deleted' => '모든 알림이 성공적으로 삭제되었습니다.', + 'all notifications marked as read' => '모든 알림이 성공적으로 읽음처리되었습니다.', + 'view all' => '전체 보기', + 'list resource' => '알림 목록', + 'destroy resource' => '알림 삭제', + 'destroy all resource' => '모든 알림 삭제', + 'markAllAsRead resource' => '모든 알림 읽음표시', +]; diff --git a/Modules/Translation/Resources/lang/page/ko/messages.php b/Modules/Translation/Resources/lang/page/ko/messages.php new file mode 100644 index 000000000..8c6339681 --- /dev/null +++ b/Modules/Translation/Resources/lang/page/ko/messages.php @@ -0,0 +1,14 @@ + '페이지가 성공적으로 생성되었습니다.', + 'page not found' => '페이지를 찾을 수 없습니다.', + 'page updated' => '페이지가 성공적으로 수정되었습니다.', + 'page deleted' => '페이지가 성공적으로 삭제되었습니다.', + + 'template is required' => '템플릿 이름은 필수항목 입니다.', + 'title is required' => '제목은 필수항목 입니다.', + 'slug is required' => '슬러그는 필수항목 입니다.', + 'body is required' => '내용은 필수항목 입니다.', + 'only one homepage allowed' => '홈페이지는 하나만 지정할 수 있습니다', +]; diff --git a/Modules/Translation/Resources/lang/page/ko/pages.php b/Modules/Translation/Resources/lang/page/ko/pages.php new file mode 100644 index 000000000..d4a7288a4 --- /dev/null +++ b/Modules/Translation/Resources/lang/page/ko/pages.php @@ -0,0 +1,43 @@ + '페이지', + 'create page' => '페이지 생성', + 'edit page' => '페이지 수정', + + 'slug' => '슬러그', + 'title' => '제목', + + 'meta_data' => '메타 데이터', + 'meta_title' => '메타 제목', + 'meta_description' => '메타 설명', + 'facebook_data' => '페이스북 데이터', + 'og_title' => '오픈그래프(페이스북SEO) 제목', + 'og_description' => '오픈그래프(페이스북SEO) 설명', + 'og_type' => '오픈그래프(페이스북SEO) 타입', + 'template' => '페이지 템플릿 이름', + 'is homepage' => '홈페이지 인가요?', + 'body' => '본문', + 'status' => '상태', + 'pages were updated' => '페이지들이 수정되었습니다', + + 'back to index' => '페이지 목록으로 돌아가기', + 'list resource' => '페이지 목록', + 'create resource' => '페이지 생성', + 'edit resource' => '페이지 수정', + 'destroy resource' => '페이지 삭제', + + 'view-page' => '페이지 보기', + 'edit-page' => '페이지 수정', + 'validation' => [ + 'attributes' => [ + 'title' => '제목', + 'body' => '본문', + ], + ], + 'facebook-types' => [ + 'website' => '웹사이트', + 'product' => '상품', + 'article' => '기사', + ], +]; diff --git a/Modules/Translation/Resources/lang/setting/ko/messages.php b/Modules/Translation/Resources/lang/setting/ko/messages.php new file mode 100644 index 000000000..54e05f51d --- /dev/null +++ b/Modules/Translation/Resources/lang/setting/ko/messages.php @@ -0,0 +1,5 @@ + '설정이 저장되었습니다!', +]; diff --git a/Modules/Translation/Resources/lang/setting/ko/settings.php b/Modules/Translation/Resources/lang/setting/ko/settings.php new file mode 100644 index 000000000..8902cb5b1 --- /dev/null +++ b/Modules/Translation/Resources/lang/setting/ko/settings.php @@ -0,0 +1,16 @@ + [ + 'settings' => '설정', + 'general settings' => '일반 설정', + 'module settings' => '모듈 설정', + 'module name settings' => ':module 모듈 설정', + ], + 'breadcrumb' => [ + 'settings' => '설정', + 'module settings' => ':module 모듈 설정', + ], + 'list resource' => '설정 목록', + 'edit resource' => '설정 수정', +]; diff --git a/Modules/Translation/Resources/lang/tag/ko/tags.php b/Modules/Translation/Resources/lang/tag/ko/tags.php new file mode 100644 index 000000000..a0b171fc7 --- /dev/null +++ b/Modules/Translation/Resources/lang/tag/ko/tags.php @@ -0,0 +1,15 @@ + '태그 목록', + 'create resource' => '태그 생성', + 'edit resource' => '태그 수정', + 'destroy resource' => '태그 삭제', + 'tags' => '태그', + 'tag' => '태그', + 'create tag' => '태그 생성', + 'edit tag' => '태그 수정', + 'name' => '이름', + 'slug' => '슬러그', + 'namespace' => '네임스페이스', +]; diff --git a/Modules/Translation/Resources/lang/translation/ko/translations.php b/Modules/Translation/Resources/lang/translation/ko/translations.php new file mode 100644 index 000000000..2bea0fbe3 --- /dev/null +++ b/Modules/Translation/Resources/lang/translation/ko/translations.php @@ -0,0 +1,40 @@ + [ + 'translations' => '번역', + 'edit translation' => '번역 수정', + ], + 'button' => [ + 'create translation' => '번역 생성', + ], + 'table' => [ + ], + 'form' => [ + ], + 'messages' => [ + ], + 'validation' => [ + ], + 'Clear translation cache' => '번역 캐시 초기화', + 'Export' => '내보내기', + 'Import' => '가져오기', + 'Import csv translations file' => 'CSV 번역파일 가져오기', + 'only for developers' => '버전관리를 필요로 합니다!', + 'Translations exported' => '번역 내보내기가 성공했습니다.', + 'Translations imported' => '번역 가져오기가 성공했습니다.', + 'select CSV file' => 'CSV 파일 선택 ...', + 'csv only allowed' => 'CSV 형식 파일만 허용됩니다.', + 'time' => '시간', + 'author' => '저자', + 'history' => '히스토리', + 'No Revisions yet' => '아직 리비전이 없습니다', + 'event' => '이벤트', + 'created' => '생성됨', + 'edited' => '수정됨', + 'revert history' => '히스토리로 되돌리기', + 'list resource' => '번역 목록', + 'edit resource' => '번역 수정', + 'import resource' => '번역 가져오기', + 'export resource' => '번역 내보내기', +]; diff --git a/Modules/Translation/Resources/lang/user/ko/auth.php b/Modules/Translation/Resources/lang/user/ko/auth.php new file mode 100644 index 000000000..18dfbeb43 --- /dev/null +++ b/Modules/Translation/Resources/lang/user/ko/auth.php @@ -0,0 +1,23 @@ + '로그인', + 'email' => '이메일', + 'remember me' => '아이디 저장', + 'forgot password' => '비밀번호 찾기', + 'register' => '회원가입', + 'password' => '비밀번호', + 'password confirmation' => '비밀번호 확인', + 'register me' => '가입', + 'I already have a membership' => '이미 가입된 회원입니다', + 'reset password' => '비밀번호 초기화', + 'I remembered my password' => '비밀번호를 기업합니다', + 'to reset password complete this form' => '비밀번호를 초기화하려면, 이 양식을 작성해주세요 : ', + 'welcome title' => '환영합니다', + 'please confirm email' => '아래 링크를 클릭하여 이메일을 인증하십시오.', + 'additional confirm email message' => '중요한 정보를 알려드려야 할 경우가 있기때문에, 정확한 이메일 주소를 입력해주셔야 합니다.', + 'confirm email button' => '이메일 주소 확인', + 'end greeting' => '팀 ', + 'sign in welcome message' => '로그인 하기', + 'reset password email was sent' => '비밀번호 초기화 메일이 발송되었습니다.', +]; diff --git a/Modules/Translation/Resources/lang/user/ko/button.php b/Modules/Translation/Resources/lang/user/ko/button.php new file mode 100644 index 000000000..66f93ed3a --- /dev/null +++ b/Modules/Translation/Resources/lang/user/ko/button.php @@ -0,0 +1,8 @@ + '취소', + 'delete' => '삭제', + 'create' => '생성', + 'update' => '수정', +]; diff --git a/Modules/Translation/Resources/lang/user/ko/messages.php b/Modules/Translation/Resources/lang/user/ko/messages.php new file mode 100644 index 000000000..bf979913c --- /dev/null +++ b/Modules/Translation/Resources/lang/user/ko/messages.php @@ -0,0 +1,29 @@ + '성공적으로 로그인 되었습니다', + 'account created check email for activation' => '계정이 생성되었습니다. 계정을 활성화하려면 이메일을 확인하십시오.', + 'account activated you can now login' => '계정이 활성화되었습니다. 이제 로그인 할 수 있습니다.', + 'there was an error with the activation' => '사용자가 이미 활성화되었습니다.', + 'no user found' => '해당 이메일 주소로 가입된 사용자가 없습니다.', + 'check email to reset password' => '비밀번호를 재설정하려면 이메일을 확인하십시오.', + 'user no longer exists' => '해당 사용자가 더 이상 존재하지 않습니다.', + 'invalid reset code' => '유효하지 않거나 만료 된 재설정 코드입니다.', + 'password reset' => '비밀번호가 재설정되었습니다. 이제 새 비밀번호로 로그인 할 수 있습니다.', + /* Email subjects */ + 'welcome' => '환영합니다.', + 'reset password' => '계정 비밀번호 재설정', + /* User management */ + 'user created' => '사용자가 생성되었습니다.', + 'user not found' => '사용자를 찾을 수 없습니다.', + 'user updated' => '사용자가 수정되었습니다.', + 'user deleted' => '사용자가 삭제되었습니다.', + /* Role management */ + 'role created' => '역할이 생성되었습니다.', + 'role not found' => '역할을 찾을 수 없습니다.', + 'role updated' => '역할이 수정되었습니다.', + 'role deleted' => '역할이 삭제되었습니다.', + /* Profile management */ + 'profile updated' => '프로필이 수정되었습니다.', +]; diff --git a/Modules/Translation/Resources/lang/user/ko/roles.php b/Modules/Translation/Resources/lang/user/ko/roles.php new file mode 100644 index 000000000..f45ee9449 --- /dev/null +++ b/Modules/Translation/Resources/lang/user/ko/roles.php @@ -0,0 +1,43 @@ + '새 역할', + 'title' => [ + 'roles' => '역할', + 'edit' => '역할 수정', + 'users-with-roles' => '이 역할을 가진 사용자', + ], + 'breadcrumb' => [ + 'roles' => '역할', + 'new' => '새로운', + 'edit' => '역할 수정', + ], + 'table' => [ + 'name' => '이름', + 'slug' => '슬러그', + ], + 'tabs' => [ + 'data' => '데이터', + 'permissions' => '권한', + ], + 'form' => [ + 'name' => '역할 이름', + 'slug' => '역할 슬러그', + ], + 'navigation' => [ + 'back to index' => '역할목록으로 돌아가기', + ], + 'select all' => '전체 선택', + 'deselect all' => '전체 선택해제', + 'swap' => '교환', + 'allow all' => '모두 허용', + 'deny all' => '모두 거부', + 'inherit all' => '모두 상속', + 'allow' => '허용', + 'deny' => '거부', + 'inherit' => '역할에서 상속', + 'list resource' => '역할 목록', + 'create resource' => '역할 생성', + 'edit resource' => '역할 수정', + 'destroy resource' => '역할 삭제', +]; diff --git a/Modules/Translation/Resources/lang/user/ko/users.php b/Modules/Translation/Resources/lang/user/ko/users.php new file mode 100644 index 000000000..93fcdccf8 --- /dev/null +++ b/Modules/Translation/Resources/lang/user/ko/users.php @@ -0,0 +1,72 @@ + [ + 'new-user' => '새 사용자', + ], + 'title' => [ + 'users' => '사용자', + 'new-user' => '새 사용자', + 'edit-user' => '사용자 수정', + 'edit-profile' => '프로필 수정', + ], + 'breadcrumb' => [ + 'home' => '홈', + 'users' => '사용자', + 'new' => '새로운', + 'edit-user' => '사용자 수정', + 'edit-profile' => '프로필 수정', + ], + 'tabs' => [ + 'data' => '데이터', + 'roles' => '역할', + 'permissions' => '권한', + 'new password' => '새 비밀번호', + 'or send reset password mail' => '또는, 비밀번호 초기화 메일 발송', + ], + 'form' => [ + 'first-name' => '이름', + 'last-name' => '성', + 'email' => '이메일', + 'status' => '상태', + 'password' => '비밀번호', + 'password-confirmation' => '비밀번호 확인', + 'new password' => '새 비밀번호', + 'new password confirmation' => '새 비밀번호 확인', + 'is activated' => '활성화됨', + ], + 'table' => [ + 'created-at' => '생성일시', + 'first-name' => '이름', + 'last-name' => '성', + 'email' => '이메일', + 'actions' => '작업', + ], + 'navigation' => [ + 'back to index' => '사용자 목록으로 돌아가기', + ], + 'new password setup' => '새 비밀번호 설정', + 'or send reset password mail' => '또는, 비밀번호 초기화 메일 발송', + 'send reset password email' => '비밀번호 초기화 메일 발송', + 'my account' => '내 계정', + 'profile' => '프로필', + 'api-keys' => 'API 키', + 'generate new api key' => '새로운 API 키', + 'delete api key confirm' => 'API 키를 삭제하면 응용 프로그램이 해당 키를 더이상 사용할 수 없게됩니다.', + 'your api keys' => '나의 API 키', + 'you have no api keys' => 'API 키가 없습니다.', + 'generate one' => '키 생성하기.', + 'token generated' => 'API 토큰이 생성되었습니다', + 'token deleted' => 'API 토큰이 삭제되었습니다', + 'list user' => '사용자 목록', + 'create user' => '사용자 생성', + 'edit user' => '사용자 수정', + 'destroy user' => '사용자 삭제', + 'edit profile' => '프로필 수정', + 'list api key' => 'API 키 목록', + 'create api key' => 'API 키 생성', + 'destroy api key' => 'API 키 삭제', + 'invalid login or password' => '로그인 또는 비밀번호가 틀립니다.', + 'account not validated' => '아직 계정이 인증되지 않았습니다. 이메일을 확인하십시오.', + 'account is blocked' => '계정이 차단되었습니다. 남은시간 :delay 초.', +]; diff --git a/Modules/Translation/Resources/lang/workshop/ko/modules.php b/Modules/Translation/Resources/lang/workshop/ko/modules.php new file mode 100644 index 000000000..41408eba6 --- /dev/null +++ b/Modules/Translation/Resources/lang/workshop/ko/modules.php @@ -0,0 +1,39 @@ + '모듈 관리', + 'breadcrumb' => [ + 'modules' => '모듈', + ], + 'tab' => [ + 'module list' => '모듈 목록', + ], + 'button' => [ + 'save module configuration' => '모듈 설정 저장', + ], + 'table' => [ + 'vendor' => '벤더', + 'name' => '이름', + 'enabled' => '활성화', + 'version' => '버전', + ], + 'enabled' => '활성화됨', + 'enable' => '활성화', + 'disabled' => '비활성화됨', + 'disable' => '비활성화', + 'viewing module' => ':module 모듈 보기', + 'module' => '모듈', + 'publish assets' => 'assets 퍼블리시', + 'module enabled' => '모듈이 활성화 되었습니다.', + 'module disabled' => '모듈이 비활성화 되었습니다.', + 'module cannot be disabled' => '코어모듈은 비활성화 될 수 없습니다.', + 'changelog' => '변경 로그', + 'added' => '추가됨', + 'changed' => '변경됨', + 'removed' => '삭제됨', + 'list resource' => '모듈 목록', + 'show resource' => '모듈 보기', + 'update resource' => '모듈 수정', + 'disable resource' => '모듈 비활성화', + 'enable resource' => '모듈 활성화', +]; diff --git a/Modules/Translation/Resources/lang/workshop/ko/themes.php b/Modules/Translation/Resources/lang/workshop/ko/themes.php new file mode 100644 index 000000000..88550fc26 --- /dev/null +++ b/Modules/Translation/Resources/lang/workshop/ko/themes.php @@ -0,0 +1,14 @@ + '테마 관리', + 'breadcrumb' => [ + 'themes' => '테마', + ], + 'theme' => '테마', + 'viewing theme' => ':theme 테마 보기', + 'type' => '타입', + 'list resource' => '테마 목록', + 'show resource' => '테마 보기', + 'publish assets' => 'assets 퍼블리시', +]; diff --git a/Modules/Translation/Resources/lang/workshop/ko/workbench.php b/Modules/Translation/Resources/lang/workshop/ko/workbench.php new file mode 100644 index 000000000..1ccbb6916 --- /dev/null +++ b/Modules/Translation/Resources/lang/workshop/ko/workbench.php @@ -0,0 +1,25 @@ + '모듈 헬퍼', + 'subtitle' => [ + 'generate new module' => '새 모듈 생성', + 'install new module by vendor name' => 'vendor/name 으로 모듈 설치', + ], + 'tab' => [ + 'generators' => '제너레이터', + 'migrations' => '마이그레이션', + 'seeds' => '시드', + ], + 'form' => [ + 'module name' => '모듈 이름', + 'vendor name of the module' => '모듈의 vendor/name', + 'install as subtree' => '하위트리로 설치할까요?', + ], + 'button' => [ + 'generate new module' => '새 모듈 생성', + 'install new module' => '새 모듈 설치', + 'migrate' => '마이그레이션', + 'seed' => '시드', + ], +]; diff --git a/Modules/Translation/Resources/lang/workshop/ko/workshop.php b/Modules/Translation/Resources/lang/workshop/ko/workshop.php new file mode 100644 index 000000000..9cb574ad3 --- /dev/null +++ b/Modules/Translation/Resources/lang/workshop/ko/workshop.php @@ -0,0 +1,8 @@ + '작업장', + 'modules' => '모듈', + 'themes' => '테마', + 'show sidebar group' => '사이드바 그룹 보기', +]; diff --git a/resources/lang/ko/auth.php b/resources/lang/ko/auth.php new file mode 100644 index 000000000..f55e6aeb4 --- /dev/null +++ b/resources/lang/ko/auth.php @@ -0,0 +1,19 @@ + '아이디 또는 비밀번호가 일치하지 않습니다.', + 'throttle' => '너무 많은 로그인시도가 있었습니다. :seconds초뒤에 다시 시도해주세요.', + +]; diff --git a/resources/lang/ko/pagination.php b/resources/lang/ko/pagination.php new file mode 100644 index 000000000..6c0707734 --- /dev/null +++ b/resources/lang/ko/pagination.php @@ -0,0 +1,19 @@ + '« 이전', + 'next' => '다음 »', + +]; diff --git a/resources/lang/ko/passwords.php b/resources/lang/ko/passwords.php new file mode 100644 index 000000000..f5e854834 --- /dev/null +++ b/resources/lang/ko/passwords.php @@ -0,0 +1,22 @@ + '비밀번호는 6자리 이상이어야 하며, 비밀번호 확인과 일치해야 합니다.', + 'reset' => '비밀번호가 초기화 되었습니다!', + 'sent' => '비밀번호 초기화 링크가 메일로 발송되었습니다!', + 'token' => '비밀번호 초기화 토큰이 올바르지 않습니다.', + 'user' => "이 이메일주소를 사용하는 사용자를 찾지 못했습니다.", + +]; diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php new file mode 100644 index 000000000..542ed9b97 --- /dev/null +++ b/resources/lang/ko/validation.php @@ -0,0 +1,119 @@ + ':attribute(을|를) 반드시 동의해야 합니다.', + 'active_url' => ':attribute(은|는) 유효한 URL이 아닙니다.', + 'after' => ':attribute(은|는) 반드시 :date 이후 날짜여야 합니다.', + 'after_or_equal' => ':attribute(은|는) 반드시 :date와 동일하거나 이후 날짜여야 합니다.', + 'alpha' => ':attribute(은|는) 문자만 포함할 수 있습니다.', + 'alpha_dash' => ':attribute(은|는) 문자, 숫자, 대쉬(-)만 포함할 수 있습니다.', + 'alpha_num' => ':attribute(은|는) 문자와 숫자만 포함할 수 있습니다.', + 'array' => ':attribute(은|는) 반드시 배열이어야 합니다.', + 'before' => ':attribute(은|는) 반드시 :date 이전 날짜여야 합니다.', + 'before_or_equal' => ':attribute(은|는) 반드시 :date와 동일하거나 이전 날짜여야 합니다.', + 'between' => [ + 'numeric' => ':attribute(은|는) 반드시 :min에서 :max 사이여야 합니다.', + 'file' => ':attribute(은|는) 반드시 :min kb에서 :max kb사이여야 합니다.', + 'string' => ':attribute(은|는) 반드시 :min에서 :max 문자 사이여야 합니다.', + 'array' => ':attribute(은|는) 반드시 :min에서 :max 항목 사이여야 합니다.', + ], + 'boolean' => ':attribute는 예/아니오 중 하나여야 합니다.', + 'confirmed' => ':attribute의 확인 항목이 일치하지 않습니다.', + 'date' => ':attribute(은|는) 유효한 날짜가 아닙니다.', + 'date_format' => ':attribute(은|는) :format 형식과 일치하지 않습니다.', + 'different' => ':attribute(와|과) :other(은|는) 반드시 서로 달라야 합니다.', + 'digits' => ':attribute(은|는) :digits 자릿수여야 합니다.', + 'digits_between' => ':attribute(은|는) :min에서 :max 자릿수 사이여야 합니다.', + 'dimensions' => ':attribute의 이미지 크기가 올바르지 않습니다.', + 'distinct' => ':attribute(은|는) 이미 존재하는 값입니다.', + 'email' => '올바르지 않은 이메일 형식입니다.', + 'exists' => '선택된 :attribute(은|는) 존재하지 않습니다.', + 'file' => ':attribute(은|는) 반드시 파일이어야 합니다.', + 'filled' => ':attribute(은|는) 반드시 값이 입력되어야 합니다.', + 'image' => ':attribute(은|는) 반드시 이미지여야 합니다.', + 'in' => '선택된 :attribute(은|는) 유효하지 않습니다.', + 'in_array' => 'The :attribute field does not exist in :other.', + 'integer' => ':attribute(은|는) 반드시 정수여야 합니다.', + 'ip' => ':attribute(은|는) 반드시 유효한 IP 주소여야 합니다.', + 'json' => ':attribute(은|는) 반드시 JSON형식 이어야 합니다.', + 'max' => [ + 'numeric' => ':attribute(은|는) :max 보다 작아야 합니다.', + 'file' => ':attribute(은|는) :max kb보다 작아야 합니다.', + 'string' => ':attribute(은|는) :max 자리보다 작아야 합니다.', + 'array' => ':attribute(은|는) :max 항목보다 작아야 합니다.', + ], + 'mimes' => ':attribute(은|는) 다음의 파일 타입이어야 합니다: :values.', + 'mimetypes' => ':attribute(은|는) 다음의 파일 타입이어야 합니다: :values.', + 'min' => [ + 'numeric' => ':attribute(은|는) 반드시 :min 보다 커야 합니다.', + 'file' => ':attribute(은|는) 반드시 :min 킬로바이트보다 커야 합니다.', + 'string' => ':attribute(은|는) 반드시 :min 자리보다 커야 합니다.', + 'array' => ':attribute(은|는) 반드시 :max 항목보다 커야 합니다.', + ], + 'not_in' => '선택된 :attribute(은|는) 유효하지 않습니다.', + 'numeric' => ':attribute(은|는) 반드시 숫자여야 합니다.', + 'present' => ':attribute 형식은 유효하지 않습니다.', + 'regex' => ':attribute(은|는) 올바르지 않은 형식입니다.', + 'required' => ':attribute(은|는) 필수 항목입니다.', + 'required_if' => ':other(이|가) :value 일때 :attribute 필드는 필수입니다.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_with' => ':values(이|가) 있을 경우 :attribute 필드는 필수입니다.', + 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_without' => ':values(이|가) 없을 경우 :attribute 필드는 필수입니다.', + 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'same' => ':attribute(와|과) :other(은|는) 반드시 일치해야 합니다.', + 'size' => [ + 'numeric' => ':attribute(은|는) 반드시 :size 이여야 합니다.', + 'file' => ':attribute(은|는) 반드시 :size 킬로바이트여야 합니다.', + 'string' => ':attribute(은|는) 반드시 :size 자릿수여야 합니다.', + 'array' => ':attribute(은|는) 반드시 :max 개의 아이템을 포함해야 합니다.', + ], + 'string' => ':attribute(은|는) 반드시 문자여야 합니다.', + 'timezone' => ':attribute(은|는) 반드시 올바른 시간대여야 합니다.', + 'unique' => '이미 사용중 입니다.', + 'uploaded' => ':attribute(은|는) 업로드에 실패했습니다.', + 'url' => ':attribute 형식은 유효하지 않습니다.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'custom-message', + ], + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +]; From e4b47fe0a03082d798a49d65e3558924a17d0927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EA=B4=80=EC=98=81?= Date: Mon, 11 Dec 2017 20:05:17 +0900 Subject: [PATCH 2/4] Adding Korean string to other languages --- Modules/Translation/Resources/lang/core/de/core.php | 1 + Modules/Translation/Resources/lang/core/el/core.php | 1 + Modules/Translation/Resources/lang/core/en/core.php | 1 + Modules/Translation/Resources/lang/core/es/core.php | 1 + Modules/Translation/Resources/lang/core/fr/core.php | 1 + Modules/Translation/Resources/lang/core/it/core.php | 1 + Modules/Translation/Resources/lang/core/mk/core.php | 1 + Modules/Translation/Resources/lang/core/nl/core.php | 1 + Modules/Translation/Resources/lang/core/pl/core.php | 1 + Modules/Translation/Resources/lang/core/pt/core.php | 1 + Modules/Translation/Resources/lang/core/ru/core.php | 1 + Modules/Translation/Resources/lang/core/tr/core.php | 1 + Modules/Translation/Resources/lang/core/zh/core.php | 1 + 13 files changed, 13 insertions(+) diff --git a/Modules/Translation/Resources/lang/core/de/core.php b/Modules/Translation/Resources/lang/core/de/core.php index de5b2a140..36e505221 100644 --- a/Modules/Translation/Resources/lang/core/de/core.php +++ b/Modules/Translation/Resources/lang/core/de/core.php @@ -22,6 +22,7 @@ 'portuguese' => 'Portugiesisch', 'arabic' => 'Arabisch', 'czech' => 'Tschechisch', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Abbrechen', diff --git a/Modules/Translation/Resources/lang/core/el/core.php b/Modules/Translation/Resources/lang/core/el/core.php index e1dc9b24a..aeacbb25e 100644 --- a/Modules/Translation/Resources/lang/core/el/core.php +++ b/Modules/Translation/Resources/lang/core/el/core.php @@ -18,6 +18,7 @@ 'greek' => 'Ελληνικά', 'spanish' => 'Spanish', 'czech' => 'Τσέχος', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Άκυρο', diff --git a/Modules/Translation/Resources/lang/core/en/core.php b/Modules/Translation/Resources/lang/core/en/core.php index f935540c2..361623145 100644 --- a/Modules/Translation/Resources/lang/core/en/core.php +++ b/Modules/Translation/Resources/lang/core/en/core.php @@ -24,6 +24,7 @@ 'turkish' => 'Türkçe', 'czech' => 'Czech', 'swedish' => 'Svenska', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Cancel', diff --git a/Modules/Translation/Resources/lang/core/es/core.php b/Modules/Translation/Resources/lang/core/es/core.php index d43be1abf..dc4d004cc 100644 --- a/Modules/Translation/Resources/lang/core/es/core.php +++ b/Modules/Translation/Resources/lang/core/es/core.php @@ -24,6 +24,7 @@ 'turkish' => 'Turco', 'czech' => 'Checo', 'swedish' => 'Sueco', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Cancelar', diff --git a/Modules/Translation/Resources/lang/core/fr/core.php b/Modules/Translation/Resources/lang/core/fr/core.php index 5c773dbe3..57534cf3a 100644 --- a/Modules/Translation/Resources/lang/core/fr/core.php +++ b/Modules/Translation/Resources/lang/core/fr/core.php @@ -24,6 +24,7 @@ 'macedonian' => 'Мacédonien', 'turkish' => 'Turc', 'swedish' => 'Suédois', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Annuler', diff --git a/Modules/Translation/Resources/lang/core/it/core.php b/Modules/Translation/Resources/lang/core/it/core.php index 4681fcca1..f3ea164a9 100644 --- a/Modules/Translation/Resources/lang/core/it/core.php +++ b/Modules/Translation/Resources/lang/core/it/core.php @@ -18,6 +18,7 @@ 'greek' => 'Ελληνικά', 'spanish' => 'Spanish', 'czech' => 'Ceco', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Cancella', diff --git a/Modules/Translation/Resources/lang/core/mk/core.php b/Modules/Translation/Resources/lang/core/mk/core.php index b4c968932..af585632b 100644 --- a/Modules/Translation/Resources/lang/core/mk/core.php +++ b/Modules/Translation/Resources/lang/core/mk/core.php @@ -24,6 +24,7 @@ 'arabic' => 'Арапски', 'macedonian' => 'Македонски', 'czech' => 'Чешка', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Откажи', diff --git a/Modules/Translation/Resources/lang/core/nl/core.php b/Modules/Translation/Resources/lang/core/nl/core.php index 802b0777b..6a51ad8da 100644 --- a/Modules/Translation/Resources/lang/core/nl/core.php +++ b/Modules/Translation/Resources/lang/core/nl/core.php @@ -24,6 +24,7 @@ 'turkish' => 'Turks', 'czech' => 'Tsjechisch', 'swedish' => 'Zweeds', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Annuleren', diff --git a/Modules/Translation/Resources/lang/core/pl/core.php b/Modules/Translation/Resources/lang/core/pl/core.php index e9d96b3f6..cf09a32aa 100644 --- a/Modules/Translation/Resources/lang/core/pl/core.php +++ b/Modules/Translation/Resources/lang/core/pl/core.php @@ -19,6 +19,7 @@ 'spanish' => 'Hiszpański', 'polish' => 'Polski', 'czech' => 'Czech', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Anuluj', diff --git a/Modules/Translation/Resources/lang/core/pt/core.php b/Modules/Translation/Resources/lang/core/pt/core.php index ebd53655e..79e729465 100644 --- a/Modules/Translation/Resources/lang/core/pt/core.php +++ b/Modules/Translation/Resources/lang/core/pt/core.php @@ -18,6 +18,7 @@ 'greek' => 'Grego', 'spanish' => 'Espanhol', 'czech' => 'Checo', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Cancelar', diff --git a/Modules/Translation/Resources/lang/core/ru/core.php b/Modules/Translation/Resources/lang/core/ru/core.php index 3b683cdda..3f6b65a09 100644 --- a/Modules/Translation/Resources/lang/core/ru/core.php +++ b/Modules/Translation/Resources/lang/core/ru/core.php @@ -19,6 +19,7 @@ 'spanish' => 'Испанский', 'russian' => 'Русский', 'czech' => 'Чешский', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Отменить', diff --git a/Modules/Translation/Resources/lang/core/tr/core.php b/Modules/Translation/Resources/lang/core/tr/core.php index 13a3644c7..2666c6aba 100644 --- a/Modules/Translation/Resources/lang/core/tr/core.php +++ b/Modules/Translation/Resources/lang/core/tr/core.php @@ -23,6 +23,7 @@ 'turkish' => 'Türkçe', 'macedonian' => 'Makedonca', 'czech' => 'Çek', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => 'Vazgeç', diff --git a/Modules/Translation/Resources/lang/core/zh/core.php b/Modules/Translation/Resources/lang/core/zh/core.php index 21771d96a..c863dadeb 100644 --- a/Modules/Translation/Resources/lang/core/zh/core.php +++ b/Modules/Translation/Resources/lang/core/zh/core.php @@ -20,6 +20,7 @@ 'chinese (simplified)' => '简体中文', 'chinese (traditional)' => '繁体中文', 'czech' => '捷克', + 'korean' => 'Korean', ], 'button' => [ 'cancel' => '取消', From 7f83b794e560d1a95207b50ebb8a7692f5a596c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EA=B4=80=EC=98=81?= Date: Mon, 11 Dec 2017 20:15:45 +0900 Subject: [PATCH 3/4] Fix some user translation --- Modules/Translation/Resources/lang/user/ko/roles.php | 2 +- Modules/Translation/Resources/lang/user/ko/users.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Translation/Resources/lang/user/ko/roles.php b/Modules/Translation/Resources/lang/user/ko/roles.php index f45ee9449..266fd1740 100644 --- a/Modules/Translation/Resources/lang/user/ko/roles.php +++ b/Modules/Translation/Resources/lang/user/ko/roles.php @@ -17,7 +17,7 @@ 'slug' => '슬러그', ], 'tabs' => [ - 'data' => '데이터', + 'data' => '정보', 'permissions' => '권한', ], 'form' => [ diff --git a/Modules/Translation/Resources/lang/user/ko/users.php b/Modules/Translation/Resources/lang/user/ko/users.php index 93fcdccf8..0fedc99d9 100644 --- a/Modules/Translation/Resources/lang/user/ko/users.php +++ b/Modules/Translation/Resources/lang/user/ko/users.php @@ -18,7 +18,7 @@ 'edit-profile' => '프로필 수정', ], 'tabs' => [ - 'data' => '데이터', + 'data' => '정보', 'roles' => '역할', 'permissions' => '권한', 'new password' => '새 비밀번호', From ec5dc5cac8d55abda8a2d88d3a0d6097de148398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EA=B4=80=EC=98=81?= Date: Mon, 11 Dec 2017 20:24:00 +0900 Subject: [PATCH 4/4] Modify workshop translation --- Modules/Translation/Resources/lang/workshop/ko/workshop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Translation/Resources/lang/workshop/ko/workshop.php b/Modules/Translation/Resources/lang/workshop/ko/workshop.php index 9cb574ad3..60ea14fa7 100644 --- a/Modules/Translation/Resources/lang/workshop/ko/workshop.php +++ b/Modules/Translation/Resources/lang/workshop/ko/workshop.php @@ -1,7 +1,7 @@ '작업장', + 'title' => '관리', 'modules' => '모듈', 'themes' => '테마', 'show sidebar group' => '사이드바 그룹 보기',