mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 13:02:18 +01:00
84 lines
1.7 KiB
JSON
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": "Dockerソケットをマウントするのを忘れていませんか?"
|
||
},
|
||
"unknownError": {
|
||
"title": "エラーが発生しました"
|
||
},
|
||
"oneServiceAtATime": {
|
||
"title": "1度に1つのアプリやサービスだけを追加してください"
|
||
}
|
||
},
|
||
"actionIcon": {
|
||
"tooltip": "Docker"
|
||
}
|
||
}
|