Files
Homarr/public/locales/ja/modules/docker.json
2023-09-01 21:55:45 +02:00

84 lines
1.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}