New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
6
public/locales/cn/settings/customization/access.json
Normal file
6
public/locales/cn/settings/customization/access.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"allowGuests": {
|
||||
"label": "允许匿名用户",
|
||||
"description": "允许未登录的用户查看您的面板"
|
||||
}
|
||||
}
|
||||
29
public/locales/cn/settings/customization/general.json
Normal file
29
public/locales/cn/settings/customization/general.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"text": "个性化设置允许您根据自己的喜好配置和调整 Homarr 的使用体验。",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "显示布局",
|
||||
"description": "启用或禁用标题和面板上的元素"
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "网格堆栈",
|
||||
"description": "自定义您的面板区域的行为和栏目"
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "页面元数据",
|
||||
"description": "调整标题、Logo 和 PWA"
|
||||
},
|
||||
"appereance": {
|
||||
"name": "外观",
|
||||
"description": "自定义背景、颜色和应用的外观"
|
||||
},
|
||||
"accessibility": {
|
||||
"name": "无障碍服务",
|
||||
"description": "为残疾和残障人士配置 Homarr"
|
||||
},
|
||||
"access": {
|
||||
"name": "访问",
|
||||
"description": "配置谁有权访问您的面板"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/cn/settings/customization/gridstack.json
Normal file
10
public/locales/cn/settings/customization/gridstack.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "列的大小为{{size}}",
|
||||
"descriptionPreset": "屏幕宽度小于 {{pixels}} 像素时的列数",
|
||||
"descriptionExceedsPreset": "屏幕宽度超过 {{pixels}} 像素时的列数"
|
||||
},
|
||||
"unsavedChanges": "您有未保存的更改。单击下面的 \"应用更改 \"按钮应用并保存。",
|
||||
"applyChanges": "应用更改",
|
||||
"defaultValues": "默认值"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "应用的不透明度"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "页面标题",
|
||||
"description": "面板中左上角的标题"
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "元标题",
|
||||
"description": "在您的浏览器标签页中显示的标题"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"description": "显示在左上方的 Logo"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "图标",
|
||||
"description": "在您的浏览器标签页中显示的图标"
|
||||
},
|
||||
"background": {
|
||||
"label": "背景"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "自定义 CSS",
|
||||
"description": "此外,只推荐有经验的用户使用 CSS 自定义面板",
|
||||
"placeholder": "自定义 CSS 将在最后应用",
|
||||
"applying": "应用CSS中..."
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "阴影"
|
||||
}
|
||||
Reference in New Issue
Block a user