Files
Homarr/public/locales/zh/layout/modals/add-app.json
2023-05-20 19:19:46 +02:00

77 lines
2.5 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.
{
"tabs": {
"general": "通用",
"behaviour": "动作",
"network": "网络",
"appearance": "外观",
"integration": "融合"
},
"general": {
"appname": {
"label": "应用名称",
"description": "用于在面板上显示应用。"
},
"internalAddress": {
"label": "内部地址",
"description": "应用的内部IP地址。"
},
"externalAddress": {
"label": "外部地址",
"description": "点击应用时打开的URL。"
}
},
"behaviour": {
"isOpeningNewTab": {
"label": "在新标签中打开",
"description": "在新标签中打开应用,而不是当前标签。"
}
},
"network": {
"statusChecker": {
"label": "状态检测",
"description": "使用简单的HTTP(S) 请求检查你的应用是否在线。"
},
"statusCodes": {
"label": "HTTP状态码",
"description": "被视为在线的 HTTP 状态码。"
}
},
"appearance": {
"icon": {
"label": "应用图标",
"description": "打字搜图标也可以粘贴自定义图标的URL。",
"autocomplete": {
"title": "未找到相应结果",
"text": "尝试使用一个更具体的搜索词。如果你找不到你想要的图标请粘贴上面的图片URL以获得一个自定义图标。"
},
"noItems": {
"title": "加载外部图标",
"text": "这可能需要几秒钟"
}
}
},
"integration": {
"type": {
"label": "集成配置",
"description": "将用于连接您的应用的集成配置。",
"placeholder": "选择一个整合",
"defined": "已定义",
"undefined": "未定义",
"public": "公开的",
"private": "私有的",
"explanationPrivate": "私有密钥只会被发送到服务器一次。一旦你的浏览器刷新了页面,它就再也不会发送了。",
"explanationPublic": "公开的密钥将始终发送给客户端并且可以通过API访问。它不应该包含任何机密值如用户名、密码、令牌、证书等!"
},
"secrets": {
"description": "要更新一个秘密,输入一个值并点击保存按钮。要删除一个秘密,请使用清除按钮。",
"warning": "您的凭据充当集成的访问权限,您应该,<strong>永远不要</strong>与任何人共享它们。Homarr团队永远不会要求证书。确保<strong>安全地存储和管理你的秘钥</strong>。",
"clear": "清除密钥",
"save": "保存密钥",
"update": "更新密钥"
}
},
"validation": {
"popover": "你的表单包含无效数据,因此它不能被保存。请解决所有问题,并再次点击此按钮保存您的更改。"
}
}