🌐 New Crowdin updates (#1272)

This commit is contained in:
Thomas Camlong
2023-09-01 21:55:45 +02:00
committed by GitHub
parent 8211e22d86
commit ba7e31b972
563 changed files with 6190 additions and 951 deletions

View File

@@ -1,7 +1,7 @@
{
"disablePulse": {
"label": "禁用 Ping",
"description": "默认情况下Homarr 中的 Ping 指示器会一直工作。这可能会让人感到恼火。这个滑块将停用这个动画。"
"description": "默认情况下Homarr 中的 Ping 指示器会一直工作。这可能会让人感到恼火。这个滑块将停用动画。"
},
"replaceIconsWithDots": {
"label": "用图标替换 Ping 点",

View File

@@ -1,4 +1,6 @@
{
"colors": "颜色",
"suffix": "{{color}} 色"
"suffix": "{{color}} 色",
"primary": "主要",
"secondary": "次要"
}

View File

@@ -1,25 +1,25 @@
{
"text": "自定义允许您根据自己的喜好配置和调整Homarr的使用体验。",
"text": "个性化设置允许您根据自己的喜好配置和调整 Homarr 的使用体验。",
"accordeon": {
"layout": {
"name": "布局",
"description": "启用禁用标题和仪表板磁贴上的元素"
"name": "显示布局",
"description": "启用禁用标题和面板上的元素"
},
"gridstack": {
"name": "网格堆栈",
"description": "自定义你的仪表板区域的行为和栏目"
"description": "自定义您的面板区域的行为和栏目"
},
"pageMetadata": {
"name": "页面元数据",
"description": "调整标题、logoPWA"
"description": "调整标题、LogoPWA"
},
"appereance": {
"name": "外观",
"description": "自定义背景、颜色和应用程序的外观"
"description": "自定义背景、颜色和应用的外观"
},
"accessibility": {
"name": "无障碍服务",
"description": "为残疾和残障人士配置 Homarr"
"description": "为残疾和残障人士配置 Homarr"
}
}
}

View File

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

View File

@@ -1,26 +1,26 @@
{
"pageTitle": {
"label": "页面标题",
"description": "左上角的仪表板标题"
"description": "面板中左上角的标题"
},
"metaTitle": {
"label": "元标题",
"description": "在的浏览器标签中显示的标题"
"description": "在的浏览器标签中显示的标题"
},
"logo": {
"label": "Logo",
"description": "显示在左上方的Logo"
"description": "显示在左上方的 Logo"
},
"favicon": {
"label": "网站图标",
"description": "在的浏览器标签中显示的图标"
"label": "图标",
"description": "在的浏览器标签中显示的图标"
},
"background": {
"label": "背景"
},
"customCSS": {
"label": "自定义CSS",
"description": "此外,还可使用CSS定制你的仪表板仅建议有经验的用户使用",
"label": "自定义 CSS",
"description": "此外,只推荐有经验的用户使用 CSS 自定义面板",
"placeholder": "自定义 CSS 将在最后应用",
"applying": "应用CSS中..."
},