🌐 New Crowdin updates (#659)

This commit is contained in:
Thomas Camlong
2023-02-07 05:02:59 +09:00
committed by GitHub
parent 58d42ea00c
commit bb010ff54a
196 changed files with 1497 additions and 348 deletions

View File

@@ -24,5 +24,11 @@
"seconds": "秒",
"minutes": "分钟",
"hours": "小时"
},
"loading": "正在加载...",
"breakPoints": {
"small": "小",
"medium": "中",
"large": "大"
}
}

View File

@@ -7,10 +7,5 @@
"popover": {
"title": "编辑模式下启用 <1>{{size}}</1> 大小",
"text": "现在你可以调整和配置你的应用程序,在退出编辑模式之前<strong>不会保存</strong>更改 。"
},
"screenSizes": {
"small": "小",
"medium": "中",
"large": "大"
}
}

View File

@@ -1,7 +1,13 @@
{
"description": "Homarr是一个 <strong>顺滑</strong>、 <strong>现代化</strong> 的面板它把你所有的应用和服务汇于指尖。有了Homarr你可以在一个页面访问和控制一切。Homarr与你添加的应用无缝交互为你提供有价值的信息并由你完全把控。安装Homarr轻松简单并且支持多种部署方式。",
"i18n": "加载的I18n翻译命名空间",
"locales": "配置的I18n语言",
"contact": "遇到困难或问题?请与我们联系!",
"addToDashboard": "添加到面板"
}
"addToDashboard": "添加到面板",
"metrics": {
"configurationSchemaVersion": "配置方案版本",
"configurationsCount": "可用配置",
"version": "版本",
"nodeEnvironment": "节点环境",
"i18n": "加载了I18n翻译名称空间",
"locales": "配置的I18n区域设置"
}
}

View File

@@ -1,7 +1,7 @@
{
"iconPicker": {
"textInputPlaceholder": "",
"searchLimitationTitle": "",
"searchLimitationMessage": ""
"textInputPlaceholder": "搜索内容…",
"searchLimitationTitle": "限于30个结果",
"searchLimitationMessage": "由于匹配项太多搜索结果被限制为30个"
}
}

View File

@@ -4,6 +4,9 @@
"description": "在日历中显示来自支持集成中的即将发布的版本。",
"settings": {
"title": "设置日历小部件",
"useSonarrv4": {
"label": "使用Sonarr v4 API"
},
"sundayStart": {
"label": "使用周日作为一周的开始"
},

View File

@@ -18,6 +18,9 @@
},
"url": {
"label": "Dash. 网址"
},
"usePercentages": {
"label": "显示百分比"
}
}
},

View File

@@ -9,11 +9,20 @@
"configTip": "将你的配置文件拖放到页面上,就可以上传了!"
},
"credits": {
"madeWithLove": "用❤️创造,出品于"
"madeWithLove": "用❤️创造,出品于",
"thirdPartyContent": "查看第三方内容",
"thirdPartyContentTable": {
"dependencyName": "依赖",
"dependencyVersion": "版本"
}
},
"grow": "增长的网格(占用所有空间)",
"layout": {
"title": "仪表板布局",
"preview": {
"title": "预览",
"subtitle": "更改将自动保存"
},
"divider": "布局选项",
"main": "主要的",
"sidebar": "侧边栏",
"cannotturnoff": "不能关闭",

View File

@@ -1,3 +1,4 @@
{
"colors": "颜色",
"suffix": "{{color}} 色"
}

View File

@@ -0,0 +1,21 @@
{
"text": "自定义允许您根据自己的喜好配置和调整Homarr的使用体验。",
"accordeon": {
"layout": {
"name": "布局",
"description": "启用和禁用标题和仪表板磁贴上的元素"
},
"gridstack": {
"name": "网格堆栈",
"description": "自定义你的仪表板区域的行为和栏目"
},
"pageMetadata": {
"name": "页面元数据",
"description": "调整标题、logo和PWA"
},
"appereance": {
"name": "外观",
"description": "自定义背景,颜色和应用程序外观"
}
}
}

View File

@@ -0,0 +1,10 @@
{
"columnsCount": {
"labelPreset": "列的大小为{{size}}",
"descriptionPreset": "当屏幕宽度小于{{pixels}} 像素时的列数",
"descriptionExceedsPreset": "当屏幕大小超过{{pixels}} 像素时的列数"
},
"unsavedChanges": "您有未保存的更改。点击下面的应用更改按钮来应用并保存。",
"applyChanges": "应用更改",
"defaultValues": "默认值"
}

View File

@@ -1,22 +1,28 @@
{
"pageTitle": {
"label": "页面标题"
"label": "页面标题",
"description": "左上角的仪表板标题"
},
"metaTitle": {
"label": "元标题"
"label": "元标题",
"description": "标题显示为您的标签名称"
},
"logo": {
"label": "徽标"
"label": "徽标",
"description": "左上角的仪表盘标志"
},
"favicon": {
"label": "网站图标"
"label": "网站图标",
"description": "在您的选项卡名称前面使用的图标"
},
"background": {
"label": "背景"
},
"customCSS": {
"label": "自定义CSS",
"placeholder": "自定义 CSS 将在最后应用"
"description": "自定义你的仪表板上的所有元素,只推荐给有经验的用户",
"placeholder": "自定义 CSS 将在最后应用",
"applying": "应用CSS..."
},
"buttons": {
"submit": "提交"