-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #443 from darron1217/3.0
Adding translation support for Korean (ko)
- Loading branch information
Showing
44 changed files
with
878 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<?php | ||
|
||
return [ | ||
'modal' => [ | ||
'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' => '관리자화면으로 돌아가기', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
return [ | ||
'site-name' => '사이트 이름', | ||
'site-name-mini' => '간소화된 사이트 이름', | ||
'site-description' => '사이트 설명', | ||
'template' => '프론트엔드 템플릿', | ||
'analytics-script' => 'Analytics 스크립트', | ||
'locales' => '사이트 언어', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'content' => '내용', | ||
'show group' => '사이트바 그룹 보이기', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
Modules/Translation/Resources/lang/dashboard/ko/dashboard.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
|
||
return [ | ||
'name' => '대시보드', | ||
'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' => '메뉴 추가', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
'list resource' => '폴더 목록', | ||
'create resource' => '새 폴더', | ||
'edit resource' => '폴더 수정', | ||
'destroy resource' => '폴더 삭제', | ||
'folder was created' => '폴더가 성공적으로 생성되었습니다', | ||
'folder was updated' => '폴더가 성공적으로 수정되었습니다', | ||
'folder name' => '폴더명', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'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' => '성공적으로 파일들이 옮겨졌습니다', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'file updated' => '파일 업데이트됨', | ||
'file deleted' => '파일 삭제됨', | ||
'folder updated' => '폴더 업데이트됨', | ||
'folder deleted' => '폴더 삭제됨', | ||
'selected items deleted' => '선택된 항목들이 삭제되었습니다', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'form' => [ | ||
'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' => '메뉴 아이템 삭제', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '메뉴', | ||
'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' => '메뉴 삭제', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
/* Menu management */ | ||
'menu created' => '메뉴가 성공적으로 생성되었습니다.', | ||
'menu not found' => '메뉴를 찾을 수 없습니다.', | ||
'menu updated' => '메뉴가 성공적으로 수정되었습니다.', | ||
'menu deleted' => '메뉴가 성공적으로 삭제되었습니다.', | ||
/* MenuItem management */ | ||
'menuitem created' => '메뉴 아이템이 성공적으로 생성되었습니다.', | ||
'menuitem not found' => '메뉴 아이템을 찾을 수 없습니다.', | ||
'menuitem updated' => '메뉴 아이템이 성공적으로 수정되었습니다.', | ||
'menuitem deleted' => '메뉴 아이템이 성공적으로 삭제되었습니다.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'only one primary menu' => '주 메뉴는 한번에 하나만 지정 가능합니다', | ||
'name is required' => '이름은 필수항목 입니다', | ||
]; |
Oops, something went wrong.