Files
homarr/packages/translation/src/lang/cn.json
Meier Lukas 0ff7c8903b feat: add support for all languages from old homarr (#1394)
* feat: add support for all languages from old homarr

* fix: add mantine-react-table translations, remove arabic language

* refactor: change translations to json for better crowdin support

* fix: issues with loading dayjs and mantine-react-table translations

* chore: add additional translations with variables

* fix: format and deepsource issues

* fix: test failing because of missing coverage exclusions

* fix: format issues

* fix: format issue
2024-11-03 00:11:27 +01:00

912 lines
20 KiB
JSON

{
"user": {
"title": "用户",
"name": "用户",
"field": {
"email": {
"label": "邮箱"
},
"username": {
"label": "用户名"
},
"password": {
"label": "密码",
"requirement": {
"lowercase": "包括小写字母",
"uppercase": "包含大写字母",
"number": "包含数字"
}
},
"passwordConfirm": {
"label": "确认密码"
}
},
"action": {
"login": {
"label": "登录"
},
"register": {
"label": "创建账号",
"notification": {
"success": {
"title": "账号已创建"
}
}
},
"create": "创建用户"
}
},
"group": {
"field": {
"name": "名称"
},
"permission": {
"admin": {
"title": "管理员"
},
"board": {
"title": "面板"
}
}
},
"app": {
"page": {
"list": {
"title": "应用"
}
},
"field": {
"name": {
"label": "名称"
}
}
},
"integration": {
"field": {
"name": {
"label": "名称"
}
},
"testConnection": {
"notification": {
"invalidUrl": {
"title": "无效链接"
}
}
},
"secrets": {
"kind": {
"username": {
"label": "用户名"
},
"password": {
"label": "密码",
"newLabel": "新密码"
}
}
}
},
"media": {
"field": {
"name": "名称",
"size": "大小",
"creator": "创建者"
}
},
"common": {
"error": "错误",
"action": {
"add": "添加",
"apply": "应用",
"create": "创建",
"edit": "编辑",
"insert": "插入",
"remove": "删除",
"save": "保存",
"saveChanges": "保存更改",
"cancel": "取消",
"delete": "删除",
"confirm": "确认",
"previous": "上一步",
"next": "下一步",
"tryAgain": "请再试一次"
},
"information": {
"hours": "时",
"minutes": "分"
},
"userAvatar": {
"menu": {
"preferences": "您的首选项",
"login": "登录"
}
},
"dangerZone": "危险",
"noResults": "未找到结果",
"zod": {
"errors": {
"default": "该字段无效",
"required": "此字段为必填",
"string": {
"startsWith": "该字段必须以 {startsWith} 开头",
"endsWith": "该字段必须以 {endsWith} 结尾",
"includes": "该字段必须包含 {includes}"
},
"tooSmall": {
"string": "该字段的长度必须至少为 {minimum} 个字符",
"number": "该字段必须大于或等于 {minimum}"
},
"tooBig": {
"string": "该字段的长度不得超过 {maximum} 个字符",
"number": "该字段必须小于或等于 {maximum}"
}
}
}
},
"section": {
"category": {
"field": {
"name": {
"label": "名称"
}
},
"action": {
"moveUp": "上移",
"moveDown": "下移"
},
"menu": {
"label": {
"changePosition": "换位"
}
}
}
},
"item": {
"menu": {
"label": {
"settings": "设置"
}
},
"moveResize": {
"field": {
"width": {
"label": "宽度"
},
"height": {
"label": "高度"
}
}
}
},
"widget": {
"app": {
"option": {
"openInNewTab": {
"label": "在新标签页中打开"
}
}
},
"dnsHoleSummary": {
"option": {
"layout": {
"label": "显示布局",
"option": {
"row": {
"label": "横向"
},
"column": {
"label": "垂直"
}
}
}
},
"data": {
"adsBlockedToday": "今日屏蔽",
"adsBlockedTodayPercentage": "今日屏蔽",
"dnsQueriesToday": "今日查询"
}
},
"dnsHoleControls": {
"description": "从您的面板控制 PiHole 或 AdGuard",
"option": {
"layout": {
"label": "显示布局",
"option": {
"row": {
"label": "横向"
},
"column": {
"label": "垂直"
}
}
}
},
"controls": {
"set": "设置",
"enabled": "已启用",
"disabled": "已禁用",
"hours": "时",
"minutes": "分"
}
},
"clock": {
"description": "显示当前的日期和时间。",
"option": {
"timezone": {
"label": "时区"
}
}
},
"notebook": {
"name": "笔记本",
"option": {
"showToolbar": {
"label": "显示帮助您写下 Markdown 的工具栏"
},
"allowReadOnlyCheck": {
"label": "允许在只读模式中检查"
},
"content": {
"label": "笔记本的内容"
}
},
"controls": {
"bold": "粗体",
"italic": "斜体",
"strikethrough": "删除线",
"underline": "下划线",
"colorText": "文字颜色",
"colorHighlight": "彩色高亮文本",
"code": "代码",
"clear": "清除格式",
"heading": "标题 {level}",
"align": "对齐文本: {position}",
"blockquote": "引用",
"horizontalLine": "横线",
"bulletList": "符号列表",
"orderedList": "顺序列表",
"checkList": "检查列表",
"increaseIndent": "增加缩进",
"decreaseIndent": "减小缩进",
"link": "链接",
"unlink": "删除链接",
"image": "嵌入图片",
"addTable": "添加表格",
"deleteTable": "删除表格",
"colorCell": "单元格颜色",
"mergeCell": "切换单元格合并",
"addColumnLeft": "在前面添加列",
"addColumnRight": "在后面添加列",
"deleteColumn": "删除整列",
"addRowTop": "在前面添加行",
"addRowBelow": "在后面添加行",
"deleteRow": "删除整行"
},
"align": {
"left": "左边",
"center": "居中",
"right": "右边"
},
"popover": {
"clearColor": "清除颜色",
"source": "来源",
"widthPlaceholder": "百分比或像素值",
"columns": "列数",
"rows": "行数",
"width": "宽度",
"height": "高度"
}
},
"iframe": {
"name": "iFrame",
"description": "嵌入互联网上的任何内容。某些网站可能限制访问。",
"option": {
"embedUrl": {
"label": "嵌入地址"
},
"allowFullScreen": {
"label": "允许全屏"
},
"allowTransparency": {
"label": "允许透明"
},
"allowScrolling": {
"label": "允许滚动"
},
"allowPayment": {
"label": "允许支付"
},
"allowAutoPlay": {
"label": "允许自动播放"
},
"allowMicrophone": {
"label": "允许麦克风"
},
"allowCamera": {
"label": "允许摄像头"
},
"allowGeolocation": {
"label": "允许地理位置"
}
},
"error": {
"noBrowerSupport": "您的浏览器不支持 iframe。请更新您的浏览器。"
}
},
"smartHome-entityState": {
"option": {
"entityId": {
"label": "实体 ID"
}
}
},
"smartHome-executeAutomation": {
"option": {
"displayName": {
"label": "显示名称"
},
"automationId": {
"label": "自动化 ID"
}
}
},
"calendar": {
"name": "日历",
"option": {
"releaseType": {
"label": "Radarr发布类型"
}
}
},
"weather": {
"name": "天气",
"description": "显示指定位置的当前天气信息。",
"option": {
"location": {
"label": "天气位置"
}
},
"kind": {
"clear": "晴朗",
"mainlyClear": "晴朗为主",
"fog": "雾",
"drizzle": "细雨",
"freezingDrizzle": "冻毛毛雨",
"rain": "雨",
"freezingRain": "冻雨",
"snowFall": "降雪",
"snowGrains": "霰",
"rainShowers": "阵雨",
"snowShowers": "阵雪",
"thunderstorm": "雷暴",
"thunderstormWithHail": "雷暴夹冰雹",
"unknown": "未知"
}
},
"indexerManager": {
"name": "索引器管理状态",
"title": "索引器管理",
"testAll": "测试全部"
},
"healthMonitoring": {
"name": "系统健康监测",
"description": "显示系统运行状况和状态的信息。",
"option": {
"fahrenheit": {
"label": "CPU 温度(华氏度)"
},
"cpu": {
"label": "显示CPU信息"
},
"memory": {
"label": "显示内存信息"
},
"fileSystem": {
"label": "显示文件系统信息"
}
},
"popover": {
"available": "可用"
}
},
"common": {
"location": {
"search": "搜索",
"table": {
"header": {},
"action": {},
"population": {
"fallback": "未知"
}
}
}
},
"video": {
"name": "视频流",
"description": "嵌入来自相机或网站的视频流或视频",
"option": {
"feedUrl": {
"label": "订阅网址"
},
"hasAutoPlay": {
"label": "自动播放"
}
}
},
"downloads": {
"items": {
"added": {
"detailsTitle": "日期已添加"
},
"downSpeed": {
"columnTitle": "下载",
"detailsTitle": "下载速度"
},
"integration": {
"columnTitle": "集成"
},
"progress": {
"columnTitle": "进度"
},
"ratio": {
"columnTitle": "分享率"
},
"state": {
"columnTitle": "状态"
},
"upSpeed": {
"columnTitle": "上传"
}
},
"states": {
"downloading": "正在下载",
"queued": "排队中",
"paused": "已暂停",
"completed": "已完成",
"unknown": "未知"
}
},
"mediaRequests-requestList": {
"description": "查看 Overr 或 Jellyseerr 实例中的所有媒体请求列表",
"option": {
"linksTargetNewTab": {
"label": "在新标签页中打开链接"
}
},
"availability": {
"unknown": "未知",
"partiallyAvailable": "部分",
"available": "可用"
}
},
"mediaRequests-requestStats": {
"description": "您的媒体请求统计",
"titles": {
"stats": {
"main": "媒体统计",
"approved": "已经批准",
"pending": "等待批准",
"tv": "电视请求",
"movie": "电影请求",
"total": "请求总计"
},
"users": {
"main": "用户排行"
}
}
}
},
"board": {
"action": {
"oldImport": {
"form": {
"apps": {
"label": "应用"
},
"screenSize": {
"option": {
"sm": "小号",
"md": "中号",
"lg": "大号"
}
}
}
}
},
"field": {
"backgroundImageAttachment": {
"label": "背景图片附件"
},
"backgroundImageSize": {
"label": "背景图像大小"
},
"primaryColor": {
"label": "主体色"
},
"secondaryColor": {
"label": "辅助色"
},
"customCss": {
"description": "只推荐有经验的用户使用 CSS 自定义面板"
},
"name": {
"label": "名称"
},
"isPublic": {
"label": "公开"
}
},
"setting": {
"section": {
"general": {
"title": "通用"
},
"layout": {
"title": "显示布局"
},
"background": {
"title": "背景"
},
"access": {
"permission": {
"item": {
"view": {
"label": "查看面板"
}
}
}
},
"dangerZone": {
"title": "危险",
"action": {
"delete": {
"confirm": {
"title": "删除面板"
}
}
}
}
}
}
},
"management": {
"navbar": {
"items": {
"home": "首页",
"boards": "面板",
"apps": "应用",
"users": {
"label": "用户",
"items": {
"manage": "管理中心",
"invites": "邀请"
}
},
"tools": {
"label": "工具",
"items": {
"docker": "Docker",
"api": "API"
}
},
"settings": "设置",
"help": {
"label": "帮助",
"items": {
"documentation": "文档",
"discord": "Discord 社区"
}
},
"about": "关于"
}
},
"page": {
"home": {
"statistic": {
"board": "面板",
"user": "用户",
"invite": "邀请",
"app": "应用"
},
"statisticLabel": {
"boards": "面板"
}
},
"board": {
"title": "您的面板",
"action": {
"settings": {
"label": "设置"
},
"setHomeBoard": {
"badge": {
"label": "首页"
}
},
"delete": {
"label": "永久删除",
"confirm": {
"title": "删除面板"
}
}
},
"modal": {
"createBoard": {
"field": {
"name": {
"label": "名称"
}
}
}
}
},
"user": {
"setting": {
"general": {
"title": "通用",
"item": {
"firstDayOfWeek": "一周的第一天",
"accessibility": "无障碍服务"
}
},
"security": {
"title": "安全"
},
"board": {
"title": "面板"
}
},
"list": {
"metaTitle": "管理用户",
"title": "用户"
},
"create": {
"metaTitle": "创建用户",
"step": {
"security": {
"label": "安全"
}
}
},
"invite": {
"title": "管理用户邀请",
"action": {
"new": {
"description": "过期后,邀请会失效,被邀请的收件人将无法创建账号。"
},
"copy": {
"link": "邀请链接"
},
"delete": {
"title": "删除邀请",
"description": "你确定要删除这个邀请吗? 使用此链接的用户将不能再使用该链接创建账号。"
}
},
"field": {
"id": {
"label": "ID"
},
"creator": {
"label": "创建者"
},
"expirationDate": {
"label": "过期时间"
},
"token": {
"label": "Token"
}
}
}
},
"group": {
"setting": {
"general": {
"title": "通用"
}
}
},
"settings": {
"title": "设置"
},
"tool": {
"tasks": {
"status": {
"running": "运行中",
"error": "错误"
},
"job": {
"mediaServer": {
"label": "媒体服务"
},
"mediaRequests": {
"label": "媒体请求"
}
}
},
"api": {
"title": "API",
"tab": {
"documentation": {
"label": "文档"
},
"apiKey": {
"table": {
"header": {
"id": "ID"
}
}
}
}
}
}
}
},
"docker": {
"title": "容器",
"field": {
"name": {
"label": "名称"
},
"state": {
"label": "状态",
"option": {
"created": "已创建",
"running": "运行中",
"paused": "已暂停",
"restarting": "正在重启",
"removing": "删除中"
}
},
"containerImage": {
"label": "镜像"
},
"ports": {
"label": "端口"
}
},
"action": {
"start": {
"label": "开始"
},
"stop": {
"label": "停止"
},
"restart": {
"label": "重启"
},
"remove": {
"label": "删除"
}
}
},
"permission": {
"tab": {
"user": "用户"
},
"field": {
"user": {
"label": "用户"
}
}
},
"navigationStructure": {
"manage": {
"label": "管理中心",
"boards": {
"label": "面板"
},
"integrations": {
"edit": {
"label": "编辑"
}
},
"search-engines": {
"edit": {
"label": "编辑"
}
},
"apps": {
"label": "应用",
"edit": {
"label": "编辑"
}
},
"users": {
"label": "用户",
"create": {
"label": "创建"
},
"general": "通用",
"security": "安全",
"board": "面板",
"invites": {
"label": "邀请"
}
},
"tools": {
"label": "工具",
"docker": {
"label": "Docker"
}
},
"settings": {
"label": "设置"
},
"about": {
"label": "关于"
}
}
},
"search": {
"mode": {
"appIntegrationBoard": {
"group": {
"app": {
"title": "应用"
},
"board": {
"title": "面板"
}
}
},
"external": {
"group": {
"searchEngine": {
"option": {
"torrent": {
"name": "Torrents"
}
}
}
}
},
"help": {
"group": {
"help": {
"title": "帮助",
"option": {
"documentation": {
"label": "文档"
},
"discord": {
"label": "Discord 社区"
}
}
}
}
},
"page": {
"group": {
"page": {
"option": {
"manageUser": {
"label": "管理用户"
},
"about": {
"label": "关于"
},
"preferences": {
"label": "您的首选项"
}
}
}
}
},
"userGroup": {
"group": {
"user": {
"title": "用户"
}
}
}
},
"engine": {
"field": {
"name": {
"label": "名称"
}
}
}
}
}