🌐 New Crowdin updates (#659)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"colors": "颜色",
|
||||
"suffix": "{{color}} 色"
|
||||
}
|
||||
21
public/locales/zh/settings/customization/general.json
Normal file
21
public/locales/zh/settings/customization/general.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"text": "自定义允许您根据自己的喜好配置和调整Homarr的使用体验。",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "布局",
|
||||
"description": "启用和禁用标题和仪表板磁贴上的元素"
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "网格堆栈",
|
||||
"description": "自定义你的仪表板区域的行为和栏目"
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "页面元数据",
|
||||
"description": "调整标题、logo和PWA"
|
||||
},
|
||||
"appereance": {
|
||||
"name": "外观",
|
||||
"description": "自定义背景,颜色和应用程序外观"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/zh/settings/customization/gridstack.json
Normal file
10
public/locales/zh/settings/customization/gridstack.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "列的大小为{{size}}",
|
||||
"descriptionPreset": "当屏幕宽度小于{{pixels}} 像素时的列数",
|
||||
"descriptionExceedsPreset": "当屏幕大小超过{{pixels}} 像素时的列数"
|
||||
},
|
||||
"unsavedChanges": "您有未保存的更改。点击下面的应用更改按钮来应用并保存。",
|
||||
"applyChanges": "应用更改",
|
||||
"defaultValues": "默认值"
|
||||
}
|
||||
@@ -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": "提交"
|
||||
|
||||
Reference in New Issue
Block a user