New Crowdin updates (#829)

* New translations media-requests-list.json (Spanish)

* New translations media-requests-list.json (Danish)

* New translations media-requests-list.json (German)

* New translations media-requests-list.json (Hebrew)

* New translations media-requests-list.json (Italian)

* New translations media-requests-list.json (Norwegian)

* New translations media-requests-list.json (Slovak)

* New translations media-requests-list.json (English)

* New translations media-requests-list.json (Spanish)

* New translations media-requests-list.json (German)

* New translations media-requests-list.json (English)

* New translations rss.json (German)

* New translations media-requests-list.json (Hebrew)

* New translations media-requests-list.json (Italian)

* New translations media-requests-list.json (Chinese Simplified)

* New translations media-requests-list.json (Chinese Simplified)

* New translations media-requests-stats.json (Chinese Simplified)

* New translations search.json (Chinese Simplified)

* New translations add-app.json (Chinese Simplified)

* New translations error-boundary.json (Chinese Simplified)

* New translations media-requests-list.json (Danish)

* New translations media-requests-list.json (Dutch)

* New translations media-requests-stats.json (Dutch)

* New translations common.json (Dutch)

* New translations dashdot.json (Dutch)

* New translations ping.json (Dutch)

* New translations page-appearance.json (Dutch)

* New translations config-changer.json (Dutch)

* New translations search-engine.json (Dutch)

* New translations add-app.json (Dutch)

* New translations about.json (Dutch)

* New translations change-position.json (Dutch)

* New translations torrents-status.json (Dutch)

* New translations general.json (Dutch)

* New translations gridstack.json (Dutch)

* New translations video-stream.json (Dutch)

* New translations rss.json (Dutch)

* New translations rss.json (English)

* New translations iframe.json (Dutch)

* New translations error-boundary.json (Dutch)

* New translations dashdot.json (Chinese Simplified)

* New translations about.json (Chinese Simplified)

* New translations rss.json (Chinese Simplified)

* New translations common.json (Chinese Simplified)

* New translations rss.json (Chinese Simplified)

* New translations error-boundary.json (Chinese Simplified)
This commit is contained in:
Thomas Camlong
2023-04-21 17:15:47 +09:00
committed by GitHub
parent 2ed085831b
commit f4d936e3e5
33 changed files with 126 additions and 124 deletions

View File

@@ -10,7 +10,7 @@
"changePosition": "改变位置",
"remove": "移除",
"removeConfirm": "你确定要删除 {{item}} 吗?",
"createItem": "",
"createItem": "创建{{item}}",
"sections": {
"settings": "设置",
"dangerZone": "危险操作"

View File

@@ -2,10 +2,10 @@
"description": "Homarr是一个 <strong>顺滑的</strong>、 <strong>现代化</strong> 的面板它把你所有的应用和服务汇于指尖。有了Homarr你可以在一个页面访问和控制一切。Homarr与你添加的应用无缝交互为你提供有价值的信息并由你完全控制。安装Homarr轻松简单并且支持多种部署方式。",
"contact": "遇到困难或问题?请与我们联系!",
"addToDashboard": "添加到控制面板",
"tip": "",
"key": "",
"action": "",
"keybinds": "",
"tip": "Mod 指的是你的修饰键,它是 Ctrl 和 Command/Super/Windows 键",
"key": "快捷键",
"action": "操作",
"keybinds": "热键绑定",
"metrics": {
"configurationSchemaVersion": "配置样式版本",
"configurationsCount": "可用的配置",

View File

@@ -1,7 +1,7 @@
{
"tabs": {
"general": "一般",
"behaviour": "",
"general": "通用",
"behaviour": "动作",
"network": "网络",
"appearance": "外观",
"integration": "融合"

View File

@@ -11,20 +11,20 @@
"label": "显示百分比"
},
"columns": {
"label": ""
"label": "显示的列"
},
"graphHeight": {
"label": "图形的高度"
},
"graphsOrder": {
"label": "",
"label": "图形(顺序)",
"storage": {
"label": "存储",
"enabled": {
"label": "在小工具中显示"
},
"span": {
"label": ""
"label": "列宽度"
},
"compactView": {
"label": "显示为文本(紧凑)"
@@ -39,7 +39,7 @@
"label": "在小工具中显示"
},
"span": {
"label": ""
"label": "列宽度"
},
"compactView": {
"label": "显示为文本(紧凑)"
@@ -51,7 +51,7 @@
"label": "在小工具中显示"
},
"span": {
"label": ""
"label": "列宽度"
},
"multiView": {
"label": "显示为多核视图"
@@ -63,7 +63,7 @@
"label": "在小工具中显示"
},
"span": {
"label": ""
"label": "列宽度"
}
},
"gpu": {
@@ -72,7 +72,7 @@
"label": "在小工具中显示"
},
"span": {
"label": ""
"label": "列宽度"
}
}
}

View File

@@ -1,17 +1,17 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "媒体请求",
"description": "查看来自你的Overseerr或Jellyseerr实例的所有媒体请求的列表",
"settings": {
"title": ""
"title": "媒体请求列表"
}
},
"noRequests": "",
"pending": "",
"nonePending": "",
"noRequests": "没有找到请求。请确保你已经正确配置了你的应用程序。",
"pending": "有 {{countPendingApproval}} 个请求正等待核准。",
"nonePending": "目前没有待核准的项目。静待媒体更新!",
"state": {
"approved": "",
"pendingApproval": "",
"declined": ""
"approved": "已核准",
"pendingApproval": "待核准",
"declined": "已拒绝"
}
}

View File

@@ -1,14 +1,14 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "媒体请求状态",
"description": "您的媒体请求统计",
"settings": {
"title": ""
"title": "媒体请求状态"
}
},
"stats": {
"pending": "",
"tvRequests": "",
"movieRequests": ""
"pending": "待核准",
"tvRequests": "电视请求",
"movieRequests": "电影请求"
}
}

View File

@@ -5,18 +5,18 @@
"settings": {
"title": "设置RSS小部件",
"rssFeedUrl": {
"label": "",
"description": ""
"label": "RSS Feed地址",
"description": "你想在其中展示的RSS订阅源URL"
},
"refreshInterval": {
"label": ""
"label": "刷新间隔(以分钟计)"
}
},
"card": {
"errors": {
"general": {
"title": "",
"text": ""
"title": "无法加载此RSS订阅源",
"text": "加载此RSS订阅源时出现问题。请确保你正确配置了RSS订阅源的URL。URLs应该符合官方规范。在更新订阅源后你可能需要重新加载仪表板。"
}
}
}

View File

@@ -6,23 +6,23 @@
"input": {
"placeholder": "在网上搜索..."
},
"switched-to": "换成了",
"switched-to": "切换到:",
"searchEngines": {
"search": {
"name": "网络",
"description": "搜索..."
},
"youtube": {
"name": "录像带",
"name": "油管",
"description": "在Youtube上搜索"
},
"torrents": {
"name": "火炬",
"description": "搜索山洪病毒"
"name": "种子",
"description": "搜索种子"
},
"overseerr": {
"name": "Overseerr",
"description": "在Overseer上搜索电影和电视剧。"
"description": "在媒体请求服务上搜索电影和电视剧。"
}
},
"tip": "你可以用快捷键选择搜索栏 ",

View File

@@ -1,14 +1,14 @@
{
"card": {
"title": "",
"title": "糟糕,出现了一个错误!",
"buttons": {
"details": "",
"tryAgain": ""
"details": "详情",
"tryAgain": "请再试一次"
}
},
"modal": {
"text": "",
"label": "",
"reportButton": ""
"label": "请检查",
"reportButton": "报告该错误"
}
}