71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
||
"descriptor": {
|
||
"name": "Docker",
|
||
"description": "允许你轻松地管理你的torrent文件"
|
||
},
|
||
"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"
|
||
}
|
||
},
|
||
"messages": {
|
||
"successfullyExecuted": {
|
||
"title": "容器 {{containerName}} {{action}}已完成",
|
||
"message": "你的容器已成功 {{action}}。"
|
||
}
|
||
},
|
||
"errors": {
|
||
"integrationFailed": {
|
||
"title": "Docker整合失败",
|
||
"message": "你忘了安装docker socket吗?"
|
||
},
|
||
"unknownError": {
|
||
"title": "出现了一个错误"
|
||
},
|
||
"oneServiceAtATime": {
|
||
"title": "请一次只添加一项服务!"
|
||
}
|
||
},
|
||
"actionIcon": {
|
||
"tooltip": "Docker"
|
||
}
|
||
} |