Files
homarr/public/locales/zh/modules/docker.json
Thomas Camlong ba7786d337 🌎 New Crowdin updates
2022-10-10 22:18:12 +02:00

71 lines
1.4 KiB
JSON
Raw 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": "允许你轻松地管理你的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"
}
}