Files
Homarr/public/locales/ko/modules/docker.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

84 lines
1.7 KiB
JSON

{
"descriptor": {
"name": "Docker",
"description": "모든 Docker 컨테이너를 쉽게 확인하고 관리할 수 있습니다."
},
"search": {
"placeholder": "컨테이너 또는 이미지 이름으로 검색"
},
"table": {
"header": {
"name": "이름",
"image": "이미지",
"ports": "포트",
"state": "상태"
},
"body": {
"portCollapse": "{{ports}} 더"
},
"states": {
"running": "실행 중",
"created": "생성됨",
"stopped": "중지됨",
"unknown": "알 수 없음"
}
},
"actionBar": {
"addService": {
"title": "앱 추가",
"message": "Homarr에 앱 추가"
},
"restart": {
"title": "재시작"
},
"stop": {
"title": "중지"
},
"start": {
"title": "시작"
},
"refreshData": {
"title": "데이터 새로고침"
},
"remove": {
"title": "제거"
},
"addToHomarr": {
"title": "Homarr에 추가"
}
},
"actions": {
"start": {
"start": "시작",
"end": "시작됨"
},
"stop": {
"start": "중지",
"end": "중지됨"
},
"restart": {
"start": "다시 시작",
"end": "재시작"
},
"remove": {
"start": "제거",
"end": "제거됨"
}
},
"errors": {
"integrationFailed": {
"title": "Docker 통합 실패",
"message": "도커 소켓을 장착하는 것을 잊으셨나요?"
},
"unknownError": {
"title": "오류가 발생했습니다"
},
"oneServiceAtATime": {
"title": "한 번에 하나의 앱 또는 서비스만 추가하세요!"
}
},
"actionIcon": {
"tooltip": "Docker"
}
}