Skip to content

Commit

Permalink
chore(lang): updated translations from crowdin
Browse files Browse the repository at this point in the history
Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com>
  • Loading branch information
homarr-crowdin[bot] authored Feb 27, 2025
1 parent d6939e4 commit 2b40233
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
72 changes: 36 additions & 36 deletions packages/translation/src/lang/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,12 @@
"name": "名称",
"members": "成员",
"homeBoard": {
"label": "",
"description": ""
"label": "首页",
"description": "只能选择可以访问的面板"
},
"mobileBoard": {
"label": "",
"description": ""
"label": "移动端面板",
"description": "只能选择可以访问的面板"
}
},
"permission": {
Expand Down Expand Up @@ -514,30 +514,30 @@
"board": {
"notification": {
"success": {
"title": "",
"message": ""
"title": "设置已保存",
"message": "面板设置保存成功"
},
"error": {
"title": "",
"message": ""
"title": "无法保存设置",
"message": "无法保存面板设置"
}
}
}
},
"changePosition": {
"notification": {
"success": {
"message": ""
"message": "位置更改成功!"
},
"error": {
"message": ""
"message": "无法更改位置"
}
}
}
},
"defaultGroup": {
"name": "",
"description": ""
"name": "默认组",
"description": "{name} - 所有已登录用户"
}
},
"app": {
Expand Down Expand Up @@ -603,8 +603,8 @@
},
"useDifferentUrlForPing": {
"checkbox": {
"label": "",
"description": ""
"label": "为ping使用不同的 URL",
"description": "Homarr 可以使用内部主机名或网络直接访问以避免ISP的带宽使用"
}
}
},
Expand Down Expand Up @@ -930,7 +930,7 @@
},
"dangerZone": "危险",
"noResults": "未找到结果",
"unsavedChanges": "",
"unsavedChanges": "你有未保存的更改 !",
"preview": {
"show": "显示预览",
"hide": "隐藏预览"
Expand Down Expand Up @@ -1615,7 +1615,7 @@
"app": {
"noData": "未找到应用",
"description": "点击 <here></here> 创建一个新的应用",
"quickCreate": ""
"quickCreate": "在运行时创建应用"
},
"error": {
"noIntegration": "未选择集成",
Expand Down Expand Up @@ -2017,8 +2017,8 @@
},
"quickCreateApp": {
"modal": {
"title": "",
"createAndUse": ""
"title": "在运行时创建应用",
"createAndUse": "创建并使用"
}
}
},
Expand Down Expand Up @@ -2095,7 +2095,7 @@
"label": "不透明度"
},
"iconColor": {
"label": ""
"label": "图标颜色"
},
"customCss": {
"label": "自定义此面板的 css",
Expand All @@ -2113,14 +2113,14 @@
"label": "列数"
},
"itemRadius": {
"label": "",
"description": "",
"label": "项目圆角",
"description": "更改面板上磁贴的圆角",
"option": {
"xs": "",
"sm": "",
"md": "",
"lg": "",
"xl": ""
"xs": "极小",
"sm": "小号",
"md": "中号",
"lg": "大号",
"xl": "极大"
}
},
"name": {
Expand All @@ -2144,17 +2144,17 @@
"layout": {
"title": "布局",
"responsive": {
"title": "",
"title": "响应式布局",
"action": {
"add": ""
"add": "添加布局"
}
}
},
"background": {
"title": "背景"
},
"appearance": {
"title": ""
"title": "外观"
},
"customCss": {
"title": "自定义 css"
Expand Down Expand Up @@ -2259,14 +2259,14 @@
"layout": {
"field": {
"name": {
"label": ""
"label": "名称"
},
"columnCount": {
"label": ""
"label": "列数"
},
"breakpoint": {
"label": "",
"description": ""
"label": "断点",
"description": "布局将在大于此断点的所有屏幕上使用,直到下一个较大的断点。"
}
}
},
Expand Down Expand Up @@ -2499,10 +2499,10 @@
"ownerOfGroupDeleted": "此用户组的所有者已被删除。它目前没有所有者。"
},
"setting": {
"title": "",
"alert": "",
"title": "设置",
"alert": "分组设置按列表中组的顺序排列。顶部设置覆盖底部设置。",
"board": {
"title": ""
"title": "面板"
}
},
"members": {
Expand Down
16 changes: 8 additions & 8 deletions packages/translation/src/lang/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@
},
"useDifferentUrlForPing": {
"checkbox": {
"label": "",
"description": ""
"label": "Brug anden URL til ping",
"description": "Nyttigt, hvis Homarr kan få direkte adgang ved hjælp af et internt værtsnavn eller netværk for at undgå båndbredde brug af ISP"
}
}
},
Expand Down Expand Up @@ -2144,9 +2144,9 @@
"layout": {
"title": "Layout",
"responsive": {
"title": "",
"title": "Responsive layouts",
"action": {
"add": ""
"add": "Tilføj Layout"
}
}
},
Expand Down Expand Up @@ -2259,14 +2259,14 @@
"layout": {
"field": {
"name": {
"label": ""
"label": "Navn"
},
"columnCount": {
"label": ""
"label": "Kolonne antal"
},
"breakpoint": {
"label": "",
"description": ""
"label": "Brydningspunkt",
"description": "Layout vil blive brugt på alle skærme, der er større end dette breakpoint indtil det næste større breakpoint."
}
}
},
Expand Down
12 changes: 6 additions & 6 deletions packages/translation/src/lang/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -2144,9 +2144,9 @@
"layout": {
"title": "顯示布局",
"responsive": {
"title": "",
"title": "響應式佈局",
"action": {
"add": ""
"add": "新增佈局"
}
}
},
Expand Down Expand Up @@ -2259,14 +2259,14 @@
"layout": {
"field": {
"name": {
"label": ""
"label": "名稱"
},
"columnCount": {
"label": ""
"label": "欄數"
},
"breakpoint": {
"label": "",
"description": ""
"label": "斷點",
"description": "此佈局將用於所有大於此斷點的螢幕,直到達到下一個更大的斷點為止"
}
}
},
Expand Down

0 comments on commit 2b40233

Please sign in to comment.