🌐 New Crowdin updates (#1551)

This commit is contained in:
Thomas Camlong
2023-11-09 20:24:27 +01:00
committed by GitHub
parent 82c79c6591
commit 704ae1cbe4
219 changed files with 2154 additions and 507 deletions

View File

@@ -4,12 +4,6 @@
"description": "在日历中显示来自支持集成中的即将发布的版本。",
"settings": {
"title": "日历组件设置",
"useSonarrv4": {
"label": "使用Sonarr v4 API"
},
"useRadarrv5": {
"label": "使用Radarr v5 API"
},
"radarrReleaseType": {
"label": "Radarr发布类型",
"data": {

View File

@@ -14,11 +14,11 @@
},
"mediaStats": {
"title": "媒体统计",
"pending": "待批准",
"pending": "待批准",
"tvRequests": "电视请求",
"movieRequests": "电影请求",
"approved": "已批准",
"totalRequests": "总计"
"approved": "已批准",
"totalRequests": "请求总计"
},
"userStats": {
"title": "用户排行",

View File

@@ -7,9 +7,53 @@
"showToolbar": {
"label": "显示帮助您写下 Markdown 的工具栏"
},
"allowReadOnlyCheck": {
"label": "允许在只读模式中检查"
},
"content": {
"label": "笔记本的内容"
}
}
},
"card": {
"controls": {
"bold": "粗体",
"italic": "斜体",
"strikethrough": "删除线",
"underline": "下划线",
"colorText": "文字颜色",
"colorHighlight": "彩色高亮文本",
"code": "代码",
"clear": "清除格式",
"heading": "标题 {{level}}",
"align": "对齐文本: {{position}}",
"blockquote": "引用",
"horizontalLine": "横线",
"bulletList": "符号列表",
"orderedList": "顺序列表",
"checkList": "检查列表",
"increaseIndent": "增加缩进",
"decreaseIndent": "减小缩进",
"link": "链接",
"unlink": "删除链接",
"image": "嵌入图片",
"addTable": "添加表格",
"deleteTable": "删除表格",
"colorCell": "单元格颜色",
"mergeCell": "切换单元格合并",
"addColumnLeft": "在前面添加列",
"addColumnRight": "在后面添加列",
"deleteColumn": "删除整列",
"addRowTop": "在前面添加行",
"addRowBelow": "在后面添加行",
"deleteRow": "删除整行"
},
"modals": {
"clearColor": "清除颜色",
"source": "来源",
"widthPlaceholder": "百分比或像素值",
"columns": "列数",
"rows": "行数"
}
}
}

View File

@@ -8,10 +8,16 @@
"label": "刷新间隔(秒)"
},
"displayCompletedTorrents": {
"label": "显示已完成 torrents"
"label": "显示已完成的种子"
},
"displayActiveTorrents": {
"label": "显示正活跃的种子"
},
"speedLimitOfActiveTorrents": {
"label": "将torrent视为活动的上传速度(kB/s)"
},
"displayStaleTorrents": {
"label": "显示过期 torrents"
"label": "显示过期的种子"
},
"labelFilterIsWhitelist": {
"label": "标签列表是白名单 (而不是黑名单)"
@@ -19,13 +25,19 @@
"labelFilter": {
"label": "标签列表",
"description": "当选中 “白名单” 时,这将成为白名单。如果不选中,则是黑名单。为空时不会做任何事情。"
},
"displayRatioWithFilter": {
"label": "显示过滤后的 torrents 列表比例",
"info": "如果禁用,则只显示全局比率。如果设置为 \"禁用\",全局比率仍将使用标签。"
}
}
},
"card": {
"footer": {
"error": "错误",
"lastUpdated": "最后更新于 {{time}} 前"
"lastUpdated": "最后更新于 {{time}} 前",
"ratioGlobal": "全局比率",
"ratioWithFilter": "含过滤后的比率"
},
"table": {
"header": {