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

32 lines
993 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コンテナ用のアプリをボードに追加できませんでした。"
}
}
}
}