Files
Homarr/public/locales/ko/tools/docker.json
2023-11-14 20:04:13 +01:00

32 lines
945 B
JSON

{
"title": "Docker",
"alerts": {
"notConfigured": {
"text": ""
}
},
"modals": {
"selectBoard": {
"title": "보드 선택",
"text": "선택한 Docker 컨테이너에 대한 앱을 추가할 보드를 선택합니다.",
"form": {
"board": {
"label": "보드"
},
"submit": "앱 추가"
}
}
},
"notifications": {
"selectBoard": {
"success": {
"title": "보드에 앱 추가",
"message": "선택한 Docker 컨테이너용 앱이 보드에 추가되었습니다."
},
"error": {
"title": "보드에 앱을 추가하지 못했습니다.",
"message": "선택한 Docker 컨테이너용 앱을 보드에 추가할 수 없습니다."
}
}
}
}