🌐 New Crowdin updates (#1551)
This commit is contained in:
@@ -4,12 +4,6 @@
|
||||
"description": "在日曆中顯示來自支持集成中的即將發布版本",
|
||||
"settings": {
|
||||
"title": "日曆組件設定",
|
||||
"useSonarrv4": {
|
||||
"label": "使用 Sonarr V4 API"
|
||||
},
|
||||
"useRadarrv5": {
|
||||
"label": "使用 Radarr V5 API"
|
||||
},
|
||||
"radarrReleaseType": {
|
||||
"label": "Radarr 發布類型",
|
||||
"data": {
|
||||
|
||||
@@ -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": "行數"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,6 +10,12 @@
|
||||
"displayCompletedTorrents": {
|
||||
"label": "顯示已完成 Torrents"
|
||||
},
|
||||
"displayActiveTorrents": {
|
||||
"label": "顯示活耀的種子"
|
||||
},
|
||||
"speedLimitOfActiveTorrents": {
|
||||
"label": "將 Torrent 視為活耀的上傳速度 (kB/s)"
|
||||
},
|
||||
"displayStaleTorrents": {
|
||||
"label": "顯示過期 Torrents"
|
||||
},
|
||||
@@ -19,13 +25,19 @@
|
||||
"labelFilter": {
|
||||
"label": "標籤列表",
|
||||
"description": "當選中 \"白名單\" 時,將成為白名單,如不選中,則為黑名單,為空時則不會做任何事情"
|
||||
},
|
||||
"displayRatioWithFilter": {
|
||||
"label": "顯示過濾後的 Torrents 列表比例",
|
||||
"info": "如果禁用,則只會顯示全局比率,而全局比率仍將使用標籤"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "錯誤",
|
||||
"lastUpdated": "最後更新於 {{time}} 前"
|
||||
"lastUpdated": "最後更新於 {{time}} 前",
|
||||
"ratioGlobal": "全局比率",
|
||||
"ratioWithFilter": "含過濾後的比率"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
|
||||
Reference in New Issue
Block a user