mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 14:14:10 +00:00
fixed typos in Korean language
This commit is contained in:
parent
dea62861f0
commit
414453e02e
@ -71,7 +71,7 @@
|
||||
"app.components.listPluginsPage.deletePlugin.error": "플러그인을 제거하는데 에러가 발생했습니다.",
|
||||
"app.components.listPlugins.title.singular": "{number}개의 플러그인이 설치됐습니다.",
|
||||
"app.components.listPlugins.title.plural": "{number}개의 플러그인이 설치됐습니다.",
|
||||
"app.components.listPlugins.title.none": "섶치된 플러그인이 없습니다.",
|
||||
"app.components.listPlugins.title.none": "설치된 플러그인이 없습니다.",
|
||||
"app.components.listPlugins.button": "새로운 플러그인 추가하기",
|
||||
|
||||
"app.components.NotFoundPage.description": "찾을 수 없는 페이지입니다.",
|
||||
@ -154,7 +154,7 @@
|
||||
"Settings Manager": "설정 관리",
|
||||
"Email": "이메일",
|
||||
"Password": "패스워드",
|
||||
"Username": "사용자 이름",
|
||||
"Username": "사용자 이름(Username)",
|
||||
"Provider": "프로바이더(provider)",
|
||||
"ResetPasswordToken": "패스워트 토큰 재설정",
|
||||
"Role": "역할",
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
"form.button.save": "저장",
|
||||
|
||||
"form.contentType.item.connections": "연결",
|
||||
"form.contentType.item.name": "dlfma",
|
||||
"form.contentType.item.name": "이름",
|
||||
"form.contentType.item.name.description": "콘텐츠 타입 이름은 단수형이어야 합니다. {link}",
|
||||
"form.contentType.item.name.link.description": "문서를 참고하세요.",
|
||||
"form.contentType.item.description": "설명",
|
||||
|
||||
@ -58,10 +58,10 @@
|
||||
|
||||
"EditForm.inputSelect.label.role": "인증된 사용자의 기본 역할(role)",
|
||||
"EditForm.inputSelect.description.role": "인증된 사용자에 선택한 역할(role)을 부여합니다.",
|
||||
"EditForm.inputSelect.subscriptions.label": "Manage subscription quotas",
|
||||
"EditForm.inputSelect.subscriptions.description": "Limit the number of subscriptions per IP per hour.",
|
||||
"EditForm.inputSelect.durations.label": "Duration",
|
||||
"EditForm.inputSelect.durations.description": "Number of hours during which the user can't subscribe.",
|
||||
"EditForm.inputSelect.subscriptions.label": "사용량 관리",
|
||||
"EditForm.inputSelect.subscriptions.description": "동일 IP에서 시간당 사용할 수 있는 횟수를 제한합니다.",
|
||||
"EditForm.inputSelect.durations.label": "기간(duration)",
|
||||
"EditForm.inputSelect.durations.description": "사용자가 사용할 수 없는 시간을 설정합니다.",
|
||||
|
||||
"EditForm.inputToggle.label.email": "이메일 주소 당 하나의 계정",
|
||||
"EditForm.inputToggle.label.sign-up": "사용자 등록",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user