Update Composer packages
This commit is contained in:
parent
67c3d8b307
commit
83cb211fe6
219 changed files with 6487 additions and 4444 deletions
|
@ -72,9 +72,12 @@
|
|||
"error.blocks.min.singular": "블록을 하나 이상 추가하세요.",
|
||||
"error.blocks.validation": "There's an error on the \"{field}\" field in block {index} using the \"{fieldset}\" block type",
|
||||
|
||||
"error.cache.type.invalid": "Invalid cache type \"{type}\"",
|
||||
|
||||
"error.email.preset.notFound": "기본 이메일 주소({name})가 없습니다.",
|
||||
|
||||
"error.field.converter.invalid": "컨버터({converter})가 올바르지 않습니다.",
|
||||
"error.field.type.missing": "Field \"{ name }\": The field type \"{ type }\" does not exist",
|
||||
|
||||
"error.file.changeName.empty": "이름을 입력하세요.",
|
||||
"error.file.changeName.permission": "파일명({filename})을 변경할 권한이 없습니다.",
|
||||
|
@ -289,6 +292,7 @@
|
|||
"field.pages.empty": "선택한 페이지가 없습니다.",
|
||||
|
||||
"field.structure.delete.confirm": "이 항목을 삭제할까요?",
|
||||
"field.structure.delete.confirm.all": "Do you really want to delete all entries?",
|
||||
"field.structure.empty": "항목이 없습니다.",
|
||||
|
||||
"field.users.empty": "선택한 사용자가 없습니다.",
|
||||
|
@ -318,7 +322,7 @@
|
|||
"installation.issues.headline": "패널을 설치할 수 없습니다.",
|
||||
"installation.issues.mbstring": "<code>MB String</code> 확장 모듈이 필요합니다.",
|
||||
"installation.issues.media": "<code>/media</code> 폴더의 쓰기 권한을 확인하세요.",
|
||||
"installation.issues.php": "<code>PHP</code> 버전이 7 이상인지 확인하세요.",
|
||||
"installation.issues.php": "<code>PHP</code> 버전이 8 이상인지 확인하세요.",
|
||||
"installation.issues.server": "Kirby를 실행하려면 <code>Apache</code>, <code>Nginx</code>, 또는 <code>Caddy</code>가 필요합니다.",
|
||||
"installation.issues.sessions": "<code>/site/sessions</code> 폴더의 쓰기 권한을 확인하세요.",
|
||||
|
||||
|
@ -349,6 +353,8 @@
|
|||
"license.manage": "라이선스 관리",
|
||||
"license.register.help": "Kirby를 등록하려면 이메일로 전송받은 라이선스 코드와 이메일 주소를 입력하세요.",
|
||||
"license.register.label": "라이선스 코드를 입력하세요.",
|
||||
"license.register.domain": "Your license will be registered to <strong>{host}</strong>.",
|
||||
"license.register.local": "You are about to register your license for your local domain <strong>{host}</strong>. If this site will be deployed to a public domain, please register it there instead. If {host} is the domain you want to license Kirby to, please continue.",
|
||||
"license.register.success": "Kirby와 함께해주셔서 감사합니다.",
|
||||
"license.unregistered": "Kirby가 등록되지 않았습니다.",
|
||||
"license.unregistered.label": "Kirby가 등록되지 않았습니다.",
|
||||
|
@ -382,7 +388,7 @@
|
|||
"login.toggleText.password-reset.email": "암호 찾기",
|
||||
"login.toggleText.password-reset.email-password": "로그인 화면으로",
|
||||
|
||||
"logout": "\ub85c\uadf8\uc544\uc6c3",
|
||||
"logout": "로그아웃",
|
||||
|
||||
"menu": "메뉴",
|
||||
"meridiem": "오전/오후",
|
||||
|
@ -494,7 +500,7 @@
|
|||
|
||||
"stats.empty": "관련 기록이 없습니다.",
|
||||
"system.issues.content": "<code>/content</code> 폴더의 권한을 확인하세요.",
|
||||
"system.issues.eol.kirby": "Your installed Kirby version has reached end-of-life and will not receive further security updates",
|
||||
"system.issues.eol.kirby": "설치된 Kirby는 버전이 만료되었습니다. 더 이상 보안 업데이트를 받을 수 없습니다.",
|
||||
"system.issues.eol.plugin": "Your installed version of the { plugin } plugin is has reached end-of-life and will not receive further security updates",
|
||||
"system.issues.debug": "공개 서버상에서는 디버그 모드를 해제하세요.",
|
||||
"system.issues.git": "<code>/.git</code> 폴더의 권한을 확인하세요.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue