🌐 New Crowdin updates (#1531)

This commit is contained in:
Thomas Camlong
2023-11-03 21:15:08 +01:00
committed by GitHub
parent 4f0be52fe9
commit f4a4b3c252
428 changed files with 5095 additions and 2744 deletions

View File

@@ -1,6 +1,6 @@
{
"allowGuests": {
"label": "",
"description": ""
"label": "익명 허용",
"description": "로그인하지 않은 사용자가 게시판을 볼 수 있도록 허용하기"
}
}

View File

@@ -1,29 +1,29 @@
{
"text": "",
"text": "사용자 지정을 통해 Homarr 사용 환경을 원하는 대로 구성하고 조정할 수 있습니다.",
"accordeon": {
"layout": {
"name": "",
"description": ""
"name": "레이아웃",
"description": "헤더 및 대시보드 타일의 요소 활성화 및 비활성화하기"
},
"gridstack": {
"name": "",
"description": ""
"name": "그리드 스택",
"description": "대시보드 영역의 동작 및 열 사용자 지정하기"
},
"pageMetadata": {
"name": "",
"description": ""
"name": "페이지 메타데이터",
"description": "제목, 로고 및 PWA 조정"
},
"appereance": {
"name": "",
"description": ""
"name": "모양",
"description": "배경, 색상 및 앱 모양 사용자 지정"
},
"accessibility": {
"name": "",
"description": ""
"name": "접근성",
"description": "장애인 및 장애가 있는 사용자를 위한 Homarr 구성하기"
},
"access": {
"name": "",
"description": ""
"description": "보드에 액세스할 수 있는 사람 구성"
}
}
}

View File

@@ -1,10 +1,10 @@
{
"columnsCount": {
"labelPreset": "",
"descriptionPreset": "",
"descriptionExceedsPreset": ""
"labelPreset": "{{size}} 크기의 열",
"descriptionPreset": "화면 너비가 {{pixels}} 픽셀 미만인 경우 열 수",
"descriptionExceedsPreset": "화면 크기가 {{pixels}} 픽셀을 초과하는 경우 열 수"
},
"unsavedChanges": "",
"applyChanges": "",
"defaultValues": ""
"unsavedChanges": "저장하지 않은 변경 사항이 있습니다. 아래의 변경 사항 적용 버튼을 클릭하여 적용하고 저장합니다.",
"applyChanges": "변경 사항 적용",
"defaultValues": "기본값"
}

View File

@@ -1,24 +1,24 @@
{
"title": "",
"title": "캐시 정리",
"selector": {
"label": "",
"label": "지울 캐시를 선택합니다.",
"data": {
"ping": "",
"repositoryIcons": "",
"calendar&medias": "",
"weather": ""
"ping": "핑 쿼리",
"repositoryIcons": "원격/로컬 아이콘",
"calendar&medias": "캘린더의 미디어",
"weather": "날씨 데이터"
}
},
"buttons": {
"notificationTitle": "",
"notificationTitle": "캐시 지워짐",
"clearAll": {
"text": "",
"notificationMessage": ""
"text": "모든 캐시 지우기",
"notificationMessage": "모든 캐시가 지워졌습니다."
},
"clearSelect": {
"text": "",
"notificationMessageSingle": "",
"notificationMessageMulti": ""
"text": "선택한 쿼리 지우기",
"notificationMessageSingle": "{{value}} 캐시가 지워졌습니다.",
"notificationMessageMulti": "{{values}} 캐시가 지워졌습니다."
}
}
}

View File

@@ -1,22 +1,22 @@
{
"menu": {
"toggle": "",
"enable": "",
"disable": ""
"toggle": "편집 모드 전환",
"enable": "편집 모드 사용",
"disable": "편집 모드 비활성화"
},
"form": {
"label": "",
"message": "",
"label": "비밀번호 수정",
"message": "편집 모드를 전환하려면 <Code>EDIT_MODE_PASSWORD</Code> 라는 환경 변수에 입력한 비밀번호를 입력해야 합니다. 설정하지 않으면 편집 모드를 켜고 끌 수 없습니다.",
"submit": "적용"
},
"notification": {
"success": {
"title": "",
"message": ""
"title": "성공",
"message": "편집 모드를 성공적으로 전환하여 페이지를 다시 로드했습니다..."
},
"error": {
"title": "오류",
"message": ""
"message": "편집 모드를 전환하지 못했습니다. 다시 시도하세요."
}
}
}