Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
57e1b50c
Commit
57e1b50c
authored
Dec 11, 2017
by
박관영
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding translation support for Korean (ko)
parent
9355a1f6
Changes
31
Show whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
865 additions
and
0 deletions
+865
-0
core.php
Modules/Translation/Resources/lang/core/ko/core.php
+85
-0
settings.php
Modules/Translation/Resources/lang/core/ko/settings.php
+10
-0
sidebar.php
Modules/Translation/Resources/lang/core/ko/sidebar.php
+6
-0
dashboard.php
...les/Translation/Resources/lang/dashboard/ko/dashboard.php
+21
-0
folders.php
Modules/Translation/Resources/lang/media/ko/folders.php
+11
-0
media.php
Modules/Translation/Resources/lang/media/ko/media.php
+44
-0
messages.php
Modules/Translation/Resources/lang/media/ko/messages.php
+9
-0
menu-items.php
Modules/Translation/Resources/lang/menu/ko/menu-items.php
+24
-0
menu.php
Modules/Translation/Resources/lang/menu/ko/menu.php
+42
-0
messages.php
Modules/Translation/Resources/lang/menu/ko/messages.php
+14
-0
validation.php
Modules/Translation/Resources/lang/menu/ko/validation.php
+6
-0
messages.php
...s/Translation/Resources/lang/notification/ko/messages.php
+20
-0
messages.php
Modules/Translation/Resources/lang/page/ko/messages.php
+14
-0
pages.php
Modules/Translation/Resources/lang/page/ko/pages.php
+43
-0
messages.php
Modules/Translation/Resources/lang/setting/ko/messages.php
+5
-0
settings.php
Modules/Translation/Resources/lang/setting/ko/settings.php
+16
-0
tags.php
Modules/Translation/Resources/lang/tag/ko/tags.php
+15
-0
translations.php
...ranslation/Resources/lang/translation/ko/translations.php
+40
-0
auth.php
Modules/Translation/Resources/lang/user/ko/auth.php
+23
-0
button.php
Modules/Translation/Resources/lang/user/ko/button.php
+8
-0
messages.php
Modules/Translation/Resources/lang/user/ko/messages.php
+29
-0
roles.php
Modules/Translation/Resources/lang/user/ko/roles.php
+43
-0
users.php
Modules/Translation/Resources/lang/user/ko/users.php
+72
-0
modules.php
Modules/Translation/Resources/lang/workshop/ko/modules.php
+39
-0
themes.php
Modules/Translation/Resources/lang/workshop/ko/themes.php
+14
-0
workbench.php
Modules/Translation/Resources/lang/workshop/ko/workbench.php
+25
-0
workshop.php
Modules/Translation/Resources/lang/workshop/ko/workshop.php
+8
-0
auth.php
resources/lang/ko/auth.php
+19
-0
pagination.php
resources/lang/ko/pagination.php
+19
-0
passwords.php
resources/lang/ko/passwords.php
+22
-0
validation.php
resources/lang/ko/validation.php
+119
-0
No files found.
Modules/Translation/Resources/lang/core/ko/core.php
0 → 100644
View file @
57e1b50c
<?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'
=>
'관리자화면으로 돌아가기'
,
];
Modules/Translation/Resources/lang/core/ko/settings.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'site-name'
=>
'사이트 이름'
,
'site-name-mini'
=>
'간소화된 사이트 이름'
,
'site-description'
=>
'사이트 설명'
,
'template'
=>
'프론트엔드 템플릿'
,
'analytics-script'
=>
'Analytics 스크립트'
,
'locales'
=>
'사이트 언어'
,
];
Modules/Translation/Resources/lang/core/ko/sidebar.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'content'
=>
'내용'
,
'show group'
=>
'사이트바 그룹 보이기'
,
];
Modules/Translation/Resources/lang/dashboard/ko/dashboard.php
0 → 100644
View file @
57e1b50c
<?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'
=>
'메뉴 추가'
,
];
Modules/Translation/Resources/lang/media/ko/folders.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'list resource'
=>
'폴더 목록'
,
'create resource'
=>
'새 폴더'
,
'edit resource'
=>
'폴더 수정'
,
'destroy resource'
=>
'폴더 삭제'
,
'folder was created'
=>
'폴더가 성공적으로 생성되었습니다'
,
'folder was updated'
=>
'폴더가 성공적으로 수정되었습니다'
,
'folder name'
=>
'폴더명'
,
];
Modules/Translation/Resources/lang/media/ko/media.php
0 → 100644
View file @
57e1b50c
<?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'
=>
'성공적으로 파일들이 옮겨졌습니다'
,
];
Modules/Translation/Resources/lang/media/ko/messages.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'file updated'
=>
'파일 업데이트됨'
,
'file deleted'
=>
'파일 삭제됨'
,
'folder updated'
=>
'폴더 업데이트됨'
,
'folder deleted'
=>
'폴더 삭제됨'
,
'selected items deleted'
=>
'선택된 항목들이 삭제되었습니다'
,
];
Modules/Translation/Resources/lang/menu/ko/menu-items.php
0 → 100644
View file @
57e1b50c
<?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'
=>
'메뉴 아이템 삭제'
,
];
Modules/Translation/Resources/lang/menu/ko/menu.php
0 → 100644
View file @
57e1b50c
<?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'
=>
'메뉴 삭제'
,
];
Modules/Translation/Resources/lang/menu/ko/messages.php
0 → 100644
View file @
57e1b50c
<?php
return
[
/* Menu management */
'menu created'
=>
'메뉴가 성공적으로 생성되었습니다.'
,
'menu not found'
=>
'메뉴를 찾을 수 없습니다.'
,
'menu updated'
=>
'메뉴가 성공적으로 수정되었습니다.'
,
'menu deleted'
=>
'메뉴가 성공적으로 삭제되었습니다.'
,
/* MenuItem management */
'menuitem created'
=>
'메뉴 아이템이 성공적으로 생성되었습니다.'
,
'menuitem not found'
=>
'메뉴 아이템을 찾을 수 없습니다.'
,
'menuitem updated'
=>
'메뉴 아이템이 성공적으로 수정되었습니다.'
,
'menuitem deleted'
=>
'메뉴 아이템이 성공적으로 삭제되었습니다.'
,
];
Modules/Translation/Resources/lang/menu/ko/validation.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'only one primary menu'
=>
'주 메뉴는 한번에 하나만 지정 가능합니다'
,
'name is required'
=>
'이름은 필수항목 입니다'
,
];
Modules/Translation/Resources/lang/notification/ko/messages.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'no notifications'
=>
'알림이 없습니다.'
,
'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'
=>
'모든 알림 읽음표시'
,
];
Modules/Translation/Resources/lang/page/ko/messages.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'page created'
=>
'페이지가 성공적으로 생성되었습니다.'
,
'page not found'
=>
'페이지를 찾을 수 없습니다.'
,
'page updated'
=>
'페이지가 성공적으로 수정되었습니다.'
,
'page deleted'
=>
'페이지가 성공적으로 삭제되었습니다.'
,
'template is required'
=>
'템플릿 이름은 필수항목 입니다.'
,
'title is required'
=>
'제목은 필수항목 입니다.'
,
'slug is required'
=>
'슬러그는 필수항목 입니다.'
,
'body is required'
=>
'내용은 필수항목 입니다.'
,
'only one homepage allowed'
=>
'홈페이지는 하나만 지정할 수 있습니다'
,
];
Modules/Translation/Resources/lang/page/ko/pages.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'pages'
=>
'페이지'
,
'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'
=>
'기사'
,
],
];
Modules/Translation/Resources/lang/setting/ko/messages.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'settings saved'
=>
'설정이 저장되었습니다!'
,
];
Modules/Translation/Resources/lang/setting/ko/settings.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'title'
=>
[
'settings'
=>
'설정'
,
'general settings'
=>
'일반 설정'
,
'module settings'
=>
'모듈 설정'
,
'module name settings'
=>
':module 모듈 설정'
,
],
'breadcrumb'
=>
[
'settings'
=>
'설정'
,
'module settings'
=>
':module 모듈 설정'
,
],
'list resource'
=>
'설정 목록'
,
'edit resource'
=>
'설정 수정'
,
];
Modules/Translation/Resources/lang/tag/ko/tags.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'list resource'
=>
'태그 목록'
,
'create resource'
=>
'태그 생성'
,
'edit resource'
=>
'태그 수정'
,
'destroy resource'
=>
'태그 삭제'
,
'tags'
=>
'태그'
,
'tag'
=>
'태그'
,
'create tag'
=>
'태그 생성'
,
'edit tag'
=>
'태그 수정'
,
'name'
=>
'이름'
,
'slug'
=>
'슬러그'
,
'namespace'
=>
'네임스페이스'
,
];
Modules/Translation/Resources/lang/translation/ko/translations.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'title'
=>
[
'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'
=>
'번역 내보내기'
,
];
Modules/Translation/Resources/lang/user/ko/auth.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'login'
=>
'로그인'
,
'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'
=>
'비밀번호 초기화 메일이 발송되었습니다.'
,
];
Modules/Translation/Resources/lang/user/ko/button.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'cancel'
=>
'취소'
,
'delete'
=>
'삭제'
,
'create'
=>
'생성'
,
'update'
=>
'수정'
,
];
Modules/Translation/Resources/lang/user/ko/messages.php
0 → 100644
View file @
57e1b50c
<?php
return
[
/* Authentication */
'successfully logged in'
=>
'성공적으로 로그인 되었습니다'
,
'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'
=>
'프로필이 수정되었습니다.'
,
];
Modules/Translation/Resources/lang/user/ko/roles.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'new-role'
=>
'새 역할'
,
'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'
=>
'역할 삭제'
,
];
Modules/Translation/Resources/lang/user/ko/users.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'button'
=>
[
'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 초.'
,
];
Modules/Translation/Resources/lang/workshop/ko/modules.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'title'
=>
'모듈 관리'
,
'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'
=>
'모듈 활성화'
,
];
Modules/Translation/Resources/lang/workshop/ko/themes.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'title'
=>
'테마 관리'
,
'breadcrumb'
=>
[
'themes'
=>
'테마'
,
],
'theme'
=>
'테마'
,
'viewing theme'
=>
':theme 테마 보기'
,
'type'
=>
'타입'
,
'list resource'
=>
'테마 목록'
,
'show resource'
=>
'테마 보기'
,
'publish assets'
=>
'assets 퍼블리시'
,
];
Modules/Translation/Resources/lang/workshop/ko/workbench.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'title'
=>
'모듈 헬퍼'
,
'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'
=>
'시드'
,
],
];
Modules/Translation/Resources/lang/workshop/ko/workshop.php
0 → 100644
View file @
57e1b50c
<?php
return
[
'title'
=>
'작업장'
,
'modules'
=>
'모듈'
,
'themes'
=>
'테마'
,
'show sidebar group'
=>
'사이드바 그룹 보기'
,
];
resources/lang/ko/auth.php
0 → 100644
View file @
57e1b50c
<?php
return
[
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed'
=>
'아이디 또는 비밀번호가 일치하지 않습니다.'
,
'throttle'
=>
'너무 많은 로그인시도가 있었습니다. :seconds초뒤에 다시 시도해주세요.'
,
];
resources/lang/ko/pagination.php
0 → 100644
View file @
57e1b50c
<?php
return
[
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous'
=>
'« 이전'
,
'next'
=>
'다음 »'
,
];
resources/lang/ko/passwords.php
0 → 100644
View file @
57e1b50c
<?php
return
[
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password'
=>
'비밀번호는 6자리 이상이어야 하며, 비밀번호 확인과 일치해야 합니다.'
,
'reset'
=>
'비밀번호가 초기화 되었습니다!'
,
'sent'
=>
'비밀번호 초기화 링크가 메일로 발송되었습니다!'
,
'token'
=>
'비밀번호 초기화 토큰이 올바르지 않습니다.'
,
'user'
=>
"이 이메일주소를 사용하는 사용자를 찾지 못했습니다."
,
];
resources/lang/ko/validation.php
0 → 100644
View file @
57e1b50c
<?php
return
[
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'accepted'
=>
':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'
=>
[],
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment