New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
43
public/locales/tw/modules/bookmark.json
Normal file
43
public/locales/tw/modules/bookmark.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "書籤",
|
||||
"description": "顯示字符或連結的靜態列表",
|
||||
"settings": {
|
||||
"title": " 書籤設定",
|
||||
"name": {
|
||||
"label": "組件標題",
|
||||
"info": "留空以隱藏標題。"
|
||||
},
|
||||
"items": {
|
||||
"label": "項目"
|
||||
},
|
||||
"layout": {
|
||||
"label": "顯示布局",
|
||||
"data": {
|
||||
"autoGrid": "自訂網格",
|
||||
"horizontal": "橫向",
|
||||
"vertical": "垂直"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"noneFound": {
|
||||
"title": "書籤列表為空",
|
||||
"text": "在編輯模式下為該列表新增新項目"
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
"validation": {
|
||||
"length": "長度必須在 {{shortest}} 和 {{longest}} 之間",
|
||||
"invalidLink": "無效連結",
|
||||
"errorMsg": "由於存在驗證錯誤,未儲存,請調整您的輸入"
|
||||
},
|
||||
"name": "名稱",
|
||||
"url": "網址",
|
||||
"newTab": "在新分頁中開啟",
|
||||
"hideHostname": "隱藏域名",
|
||||
"hideIcon": "隱藏圖標",
|
||||
"delete": "刪除"
|
||||
}
|
||||
}
|
||||
39
public/locales/tw/modules/calendar.json
Normal file
39
public/locales/tw/modules/calendar.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "日曆",
|
||||
"description": "在日曆中顯示來自支持集成中的即將發布版本",
|
||||
"settings": {
|
||||
"title": "日曆組件設定",
|
||||
"useSonarrv4": {
|
||||
"label": "使用 Sonarr V4 API"
|
||||
},
|
||||
"useRadarrv5": {
|
||||
"label": "使用 Radarr V5 API"
|
||||
},
|
||||
"radarrReleaseType": {
|
||||
"label": "Radarr 發布類型",
|
||||
"data": {
|
||||
"inCinemas": "電影模式放映",
|
||||
"physicalRelease": "實體",
|
||||
"digitalRelease": "數位"
|
||||
}
|
||||
},
|
||||
"hideWeekDays": {
|
||||
"label": "隱藏星期"
|
||||
},
|
||||
"showUnmonitored": {
|
||||
"label": "顯示未監視項目"
|
||||
},
|
||||
"fontSize": {
|
||||
"label": "字體大小",
|
||||
"data": {
|
||||
"xs": "超小號",
|
||||
"sm": "小",
|
||||
"md": "中等",
|
||||
"lg": "大號",
|
||||
"xl": "超級大"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
public/locales/tw/modules/common-media-cards.json
Normal file
6
public/locales/tw/modules/common-media-cards.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"buttons": {
|
||||
"play": "開始",
|
||||
"request": "請求"
|
||||
}
|
||||
}
|
||||
10
public/locales/tw/modules/common.json
Normal file
10
public/locales/tw/modules/common.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"settings": {
|
||||
"label": "設定"
|
||||
},
|
||||
"errors": {
|
||||
"unmappedOptions": {
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
118
public/locales/tw/modules/dashdot.json
Normal file
118
public/locales/tw/modules/dashdot.json
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Dash.",
|
||||
"description": "在 Homarr 中顯示一個外部的 Dash. 的圖標",
|
||||
"settings": {
|
||||
"title": "Dash. 組件設定",
|
||||
"dashName": {
|
||||
"label": "Dash. 名稱"
|
||||
},
|
||||
"url": {
|
||||
"label": "Dash. 網址"
|
||||
},
|
||||
"usePercentages": {
|
||||
"label": "顯示百分比"
|
||||
},
|
||||
"columns": {
|
||||
"label": "顯示的列"
|
||||
},
|
||||
"graphHeight": {
|
||||
"label": "圖表高度"
|
||||
},
|
||||
"graphsOrder": {
|
||||
"label": "圖表 (順序)",
|
||||
"storage": {
|
||||
"label": "儲存設備",
|
||||
"enabled": {
|
||||
"label": "在組件中顯示"
|
||||
},
|
||||
"span": {
|
||||
"label": "列寬度"
|
||||
},
|
||||
"compactView": {
|
||||
"label": "顯示為文本 (緊湊型)"
|
||||
},
|
||||
"multiView": {
|
||||
"label": "顯示為多硬碟圖示"
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"label": "網路",
|
||||
"enabled": {
|
||||
"label": "在組件中顯示"
|
||||
},
|
||||
"span": {
|
||||
"label": "列寬度"
|
||||
},
|
||||
"compactView": {
|
||||
"label": "顯示為文本 (緊湊型)"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"label": "處理器",
|
||||
"enabled": {
|
||||
"label": "在組件中顯示"
|
||||
},
|
||||
"span": {
|
||||
"label": "列寬度"
|
||||
},
|
||||
"multiView": {
|
||||
"label": "顯示為多核心圖示"
|
||||
}
|
||||
},
|
||||
"ram": {
|
||||
"label": "記憶體",
|
||||
"enabled": {
|
||||
"label": "在組件中顯示"
|
||||
},
|
||||
"span": {
|
||||
"label": "列寬度"
|
||||
}
|
||||
},
|
||||
"gpu": {
|
||||
"label": "顯示卡",
|
||||
"enabled": {
|
||||
"label": "在組件中顯示"
|
||||
},
|
||||
"span": {
|
||||
"label": "列寬度"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"title": "Dash.",
|
||||
"errors": {
|
||||
"noService": "未找到Dash. ,請在集成終將其添加至您的 Homarr 面板或在模塊選項中設定Dash. 網址",
|
||||
"noInformation": "無法從Dash. 獲取數據,您運行的是最新版本嗎?",
|
||||
"protocolDowngrade": {
|
||||
"title": "檢測到協議降級",
|
||||
"text": "與Dash. 實例的連結使用的是 HTTP,這是一個安全風險,因為 HTTP 是未加密的,攻擊者可能會濫用此連結,確保Dash. 使用的是 HTTPS,或者將 Homarr 降級為 HTTP (不推薦)"
|
||||
}
|
||||
},
|
||||
"graphs": {
|
||||
"storage": {
|
||||
"title": "儲存設備",
|
||||
"label": "儲存設備:"
|
||||
},
|
||||
"network": {
|
||||
"title": "網路",
|
||||
"label": "網路:",
|
||||
"metrics": {
|
||||
"download": "下載",
|
||||
"upload": "上傳"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"title": "處理器"
|
||||
},
|
||||
"ram": {
|
||||
"title": "記憶體"
|
||||
},
|
||||
"gpu": {
|
||||
"title": "顯示卡"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
33
public/locales/tw/modules/date.json
Normal file
33
public/locales/tw/modules/date.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "日期與時間",
|
||||
"description": "顯示目前的日期與時間",
|
||||
"settings": {
|
||||
"title": "設定日期與時間組件",
|
||||
"display24HourFormat": {
|
||||
"label": "顯示 24 小時制"
|
||||
},
|
||||
"dateFormat": {
|
||||
"label": "日期格式",
|
||||
"data": {
|
||||
"hide": "隱藏日期"
|
||||
}
|
||||
},
|
||||
"enableTimezone": {
|
||||
"label": "顯示自定義時區"
|
||||
},
|
||||
"timezoneLocation": {
|
||||
"label": "時區位置"
|
||||
},
|
||||
"titleState": {
|
||||
"label": "城市名稱",
|
||||
"info": "如果啟用時區選項,則可顯示城市名稱的時區代碼,<br/>您也可以只顯示城市名稱,甚至都不顯示",
|
||||
"data": {
|
||||
"both": "城市與時區",
|
||||
"city": "僅城市名稱",
|
||||
"none": "無"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
35
public/locales/tw/modules/dlspeed.json
Normal file
35
public/locales/tw/modules/dlspeed.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "下載速度",
|
||||
"description": "顯示集成中支援的下載和上傳速度"
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "名稱",
|
||||
"size": "大小",
|
||||
"download": "下載",
|
||||
"upload": "上傳",
|
||||
"estimatedTimeOfArrival": "剩餘時間",
|
||||
"progress": "進度"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "無種子"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "目前下載速度",
|
||||
"download": "下載:{{download}}",
|
||||
"upload": "上傳:{{upload}}",
|
||||
"timeSpan": "{{seconds}}/秒",
|
||||
"totalDownload": "下載:{{download}}/秒",
|
||||
"totalUpload": "上傳:{{upload}}/秒"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "未找到支援的下載服務!",
|
||||
"text": "新增下載服務已查看您目前的下載狀況"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
public/locales/tw/modules/dns-hole-controls.json
Normal file
18
public/locales/tw/modules/dns-hole-controls.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "DNS 漏洞控制",
|
||||
"description": "從您的面板控制 PiHole 或 AdGuard",
|
||||
"settings": {
|
||||
"title": "DNS 漏洞控制設定",
|
||||
"showToggleAllButtons": {
|
||||
"label": "顯示 \"啟用/停用 全部\" 按鈕"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "無法找到 DNS 漏洞",
|
||||
"text": "到 DNS 漏洞的聯結有問題,請驗證您的設定/集成配置"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
28
public/locales/tw/modules/dns-hole-summary.json
Normal file
28
public/locales/tw/modules/dns-hole-summary.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "DNS 漏洞統計",
|
||||
"description": "顯示來自 PiHole 或 AdGuard 的重要數據",
|
||||
"settings": {
|
||||
"title": "DNS 漏洞統計設定",
|
||||
"usePiHoleColors": {
|
||||
"label": "使用 PiHole 的顏色"
|
||||
},
|
||||
"layout": {
|
||||
"label": "顯示布局",
|
||||
"data": {
|
||||
"grid": "2 x 2",
|
||||
"row": "橫向",
|
||||
"column": "垂直"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"metrics": {
|
||||
"domainsOnAdlist": "廣告列表中的域名",
|
||||
"queriesToday": "今日查詢",
|
||||
"queriesBlockedTodayPercentage": "今日封鎖",
|
||||
"queriesBlockedToday": "今日封鎖"
|
||||
}
|
||||
}
|
||||
}
|
||||
83
public/locales/tw/modules/docker.json
Normal file
83
public/locales/tw/modules/docker.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Docker",
|
||||
"description": "允許您輕鬆查看和管理所有 Docker 容器"
|
||||
},
|
||||
"search": {
|
||||
"placeholder": "依照容器或鏡像名稱搜尋"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "名稱",
|
||||
"image": "鏡像",
|
||||
"ports": "Ports",
|
||||
"state": "狀態"
|
||||
},
|
||||
"body": {
|
||||
"portCollapse": "{{ports}} 更多"
|
||||
},
|
||||
"states": {
|
||||
"running": "運行中",
|
||||
"created": "已創建",
|
||||
"stopped": "已停止",
|
||||
"unknown": "未知"
|
||||
}
|
||||
},
|
||||
"actionBar": {
|
||||
"addService": {
|
||||
"title": "新增應用",
|
||||
"message": "新增應用至 Homarr"
|
||||
},
|
||||
"restart": {
|
||||
"title": "重啟"
|
||||
},
|
||||
"stop": {
|
||||
"title": "停止"
|
||||
},
|
||||
"start": {
|
||||
"title": "開始"
|
||||
},
|
||||
"refreshData": {
|
||||
"title": "重新整理"
|
||||
},
|
||||
"remove": {
|
||||
"title": "刪除"
|
||||
},
|
||||
"addToHomarr": {
|
||||
"title": "新增至 Homarr"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"start": {
|
||||
"start": "正在運行...",
|
||||
"end": "已運行"
|
||||
},
|
||||
"stop": {
|
||||
"start": "正在停止...",
|
||||
"end": "已停止"
|
||||
},
|
||||
"restart": {
|
||||
"start": "正在重啟...",
|
||||
"end": "已重啟"
|
||||
},
|
||||
"remove": {
|
||||
"start": "正在刪除...",
|
||||
"end": "已刪除"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"integrationFailed": {
|
||||
"title": "Docker 集成失敗",
|
||||
"message": "您是否忘了掛載 Docker socket?"
|
||||
},
|
||||
"unknownError": {
|
||||
"title": "出現一個錯誤"
|
||||
},
|
||||
"oneServiceAtATime": {
|
||||
"title": "請每次只新增一個應用或服務!"
|
||||
}
|
||||
},
|
||||
"actionIcon": {
|
||||
"tooltip": "Docker"
|
||||
}
|
||||
}
|
||||
45
public/locales/tw/modules/iframe.json
Normal file
45
public/locales/tw/modules/iframe.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "iFrame",
|
||||
"description": "崁入網路上的內容,某些網站可能會限制訪問",
|
||||
"settings": {
|
||||
"title": "iFrame 設定",
|
||||
"embedUrl": {
|
||||
"label": "崁入網址"
|
||||
},
|
||||
"allowFullScreen": {
|
||||
"label": "允許全螢幕"
|
||||
},
|
||||
"allowTransparency": {
|
||||
"label": "允許透明化"
|
||||
},
|
||||
"allowScrolling": {
|
||||
"label": "允許滾動"
|
||||
},
|
||||
"allowPayment": {
|
||||
"label": "允許付款"
|
||||
},
|
||||
"allowAutoPlay": {
|
||||
"label": "允許自動播放"
|
||||
},
|
||||
"allowMicrophone": {
|
||||
"label": "允許麥克風"
|
||||
},
|
||||
"allowCamera": {
|
||||
"label": "允許攝影機"
|
||||
},
|
||||
"allowGeolocation": {
|
||||
"label": "允許地理位置"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noUrl": {
|
||||
"title": "無效連結",
|
||||
"text": "確認您在組件中輸入一個有效的網址"
|
||||
},
|
||||
"browserSupport": "您的瀏覽器不支援iFrame,請更新您的瀏覽器"
|
||||
}
|
||||
}
|
||||
}
|
||||
33
public/locales/tw/modules/media-requests-list.json
Normal file
33
public/locales/tw/modules/media-requests-list.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "媒體請求",
|
||||
"description": "查看 Overseerr 或 Jellyseer 實例中的所有媒體請求列表",
|
||||
"settings": {
|
||||
"title": "媒體請求列表",
|
||||
"replaceLinksWithExternalHost": {
|
||||
"label": "使用外部網址替換連結"
|
||||
},
|
||||
"openInNewTab": {
|
||||
"label": "在新分頁中開啟連結"
|
||||
}
|
||||
}
|
||||
},
|
||||
"noRequests": "未找到請求,請確認您已正確設定您的應用",
|
||||
"state": {
|
||||
"approved": "已准許",
|
||||
"pendingApproval": "待准許",
|
||||
"declined": "已拒絕"
|
||||
},
|
||||
"tooltips": {
|
||||
"approve": "准許請求",
|
||||
"decline": "拒絕請求",
|
||||
"approving": "正在准許請求..."
|
||||
},
|
||||
"mutation": {
|
||||
"approving": "正在准許",
|
||||
"declining": "拒絕中",
|
||||
"request": "請求...",
|
||||
"approved": "請求已批准!",
|
||||
"declined": "請求被拒絕!"
|
||||
}
|
||||
}
|
||||
27
public/locales/tw/modules/media-requests-stats.json
Normal file
27
public/locales/tw/modules/media-requests-stats.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "媒體請求狀態",
|
||||
"description": "您的媒體請求統計",
|
||||
"settings": {
|
||||
"title": "媒體請求狀態",
|
||||
"replaceLinksWithExternalHost": {
|
||||
"label": "使用外部網址替換連結"
|
||||
},
|
||||
"openInNewTab": {
|
||||
"label": "在新分頁中開啟連結"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mediaStats": {
|
||||
"title": "媒體狀態",
|
||||
"pending": "待准許",
|
||||
"tvRequests": "電視劇請求",
|
||||
"movieRequests": "電影請求",
|
||||
"approved": "已准許",
|
||||
"totalRequests": "總計"
|
||||
},
|
||||
"userStats": {
|
||||
"title": "使用者排行",
|
||||
"requests": "請求:{{number}}"
|
||||
}
|
||||
}
|
||||
25
public/locales/tw/modules/media-server.json
Normal file
25
public/locales/tw/modules/media-server.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "媒體服務",
|
||||
"description": "與您的 Jellyfin 或 Plex 媒體服務交互",
|
||||
"settings": {
|
||||
"title": "媒體服務組件設定"
|
||||
}
|
||||
},
|
||||
"loading": "正在載入媒體",
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"session": "季",
|
||||
"user": "使用者",
|
||||
"currentlyPlaying": "正在播放"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "無法載入內容",
|
||||
"text": "無法從伺服器檢測數據,請查看日誌獲取更多詳細訊息"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
public/locales/tw/modules/notebook.json
Normal file
15
public/locales/tw/modules/notebook.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "筆記本",
|
||||
"description": "一個基於 Markdown 的交互式組件,供您紀錄!",
|
||||
"settings": {
|
||||
"title": "筆記本組件設定",
|
||||
"showToolbar": {
|
||||
"label": "顯示幫助您紀錄 Markdown 的工具欄"
|
||||
},
|
||||
"content": {
|
||||
"label": "筆記本的內容"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
30
public/locales/tw/modules/overseerr.json
Normal file
30
public/locales/tw/modules/overseerr.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Overseerr",
|
||||
"description": "允許您從 Overseerr 或 JellySeerr 搜尋或新增媒體"
|
||||
},
|
||||
"popup": {
|
||||
"item": {
|
||||
"buttons": {
|
||||
"askFor": "請求 {{title}}",
|
||||
"cancel": "取消",
|
||||
"request": "請求"
|
||||
},
|
||||
"alerts": {
|
||||
"automaticApproval": {
|
||||
"title": "使用 API Key",
|
||||
"text": "此請求被自動准許"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seasonSelector": {
|
||||
"caption": "勾選您想要下載的季",
|
||||
"table": {
|
||||
"header": {
|
||||
"season": "季",
|
||||
"numberOfEpisodes": "集數"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
11
public/locales/tw/modules/ping.json
Normal file
11
public/locales/tw/modules/ping.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping",
|
||||
"description": "根據設定的網址的 HTTP 回應待碼,顯示一個狀態顯示器"
|
||||
},
|
||||
"states": {
|
||||
"online": "在線 {{response}}",
|
||||
"offline": "離線 {{response}}",
|
||||
"loading": "正在載入..."
|
||||
}
|
||||
}
|
||||
31
public/locales/tw/modules/rss.json
Normal file
31
public/locales/tw/modules/rss.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "RSS 組件",
|
||||
"description": "RSS 組件允許您顯示 RSS 訂閱在面板中",
|
||||
"settings": {
|
||||
"title": "設定 RSS 組件",
|
||||
"rssFeedUrl": {
|
||||
"label": "RSS 訂閱網址",
|
||||
"description": "設定想要顯示的 RSS 訂閱網址"
|
||||
},
|
||||
"refreshInterval": {
|
||||
"label": "更新間隔 (分鐘)"
|
||||
},
|
||||
"dangerousAllowSanitizedItemContent": {
|
||||
"label": "允許 HTML 格式化 (危險)",
|
||||
"info": "允許從外部進行 HTML 格式化 (可能存在危險),<br/>請確認訂閱來自信任的來源"
|
||||
},
|
||||
"textLinesClamp": {
|
||||
"label": "文字線條"
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "無法獲取 RSS 訂閱",
|
||||
"text": "在獲取 RSS 訂閱時出現錯誤,確認使用有效的網址,並正確的設定 RSS 訂閱,更新 RSS 訂閱後,您可能需要重新整理瀏覽器 (F5)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
30
public/locales/tw/modules/search.json
Normal file
30
public/locales/tw/modules/search.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "搜尋欄",
|
||||
"description": "允許您搜尋自定義的搜尋引擎、Youtube 和支援的集成"
|
||||
},
|
||||
"input": {
|
||||
"placeholder": "在網路上搜尋..."
|
||||
},
|
||||
"switched-to": "切換至",
|
||||
"searchEngines": {
|
||||
"search": {
|
||||
"name": "網頁",
|
||||
"description": "搜尋..."
|
||||
},
|
||||
"youtube": {
|
||||
"name": "Youtube",
|
||||
"description": "在 Youtube 上搜尋"
|
||||
},
|
||||
"torrents": {
|
||||
"name": "Torrents",
|
||||
"description": "搜尋 Torrents"
|
||||
},
|
||||
"overseerr": {
|
||||
"name": "Overseerr",
|
||||
"description": "在 Overseerr 上搜尋電影或電視劇"
|
||||
}
|
||||
},
|
||||
"tip": "您可以使用以下快捷鍵選擇搜尋欄",
|
||||
"switchedSearchEngine": "切換 {{searchEngine}} 進行搜尋"
|
||||
}
|
||||
81
public/locales/tw/modules/torrents-status.json
Normal file
81
public/locales/tw/modules/torrents-status.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Torrent",
|
||||
"description": "顯示支援的 Torrents 客戶端的 Torrents 列表",
|
||||
"settings": {
|
||||
"title": "Torrent 組件設定",
|
||||
"refreshInterval": {
|
||||
"label": "更新時間 (秒)"
|
||||
},
|
||||
"displayCompletedTorrents": {
|
||||
"label": "顯示已完成 Torrents"
|
||||
},
|
||||
"displayStaleTorrents": {
|
||||
"label": "顯示過期 Torrents"
|
||||
},
|
||||
"labelFilterIsWhitelist": {
|
||||
"label": "標籤列表是白名單 (而不是黑名單)"
|
||||
},
|
||||
"labelFilter": {
|
||||
"label": "標籤列表",
|
||||
"description": "當選中 \"白名單\" 時,將成為白名單,如不選中,則為黑名單,為空時則不會做任何事情"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"footer": {
|
||||
"error": "錯誤",
|
||||
"lastUpdated": "最後更新於 {{time}} 前"
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "名稱",
|
||||
"size": "大小",
|
||||
"download": "下載",
|
||||
"upload": "上傳",
|
||||
"estimatedTimeOfArrival": "剩餘時間",
|
||||
"progress": "進度"
|
||||
},
|
||||
"item": {
|
||||
"text": "由 {{appName}},{{ratio}} 管理的比率"
|
||||
},
|
||||
"body": {
|
||||
"nothingFound": "無種子",
|
||||
"filterHidingItems": "您的過濾器隱藏了 {{count}} 個紀錄"
|
||||
}
|
||||
},
|
||||
"lineChart": {
|
||||
"title": "目前下載速度",
|
||||
"download": "下載:{{download}}",
|
||||
"upload": "上傳:{{upload}}",
|
||||
"timeSpan": "{{seconds}}/秒",
|
||||
"totalDownload": "下載:{{download}}/秒",
|
||||
"totalUpload": "上傳:{{upload}}/秒"
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "沒有找到支援的 Torrent 客戶端",
|
||||
"text": "新增一個支援的 Torrent 客戶端來檢視目前的下載狀況"
|
||||
},
|
||||
"generic": {
|
||||
"title": "發生一個意外的錯誤",
|
||||
"text": "無法與您的 Torrent 客戶端交互,請檢查您的設定"
|
||||
}
|
||||
},
|
||||
"loading": {
|
||||
"title": "載入中",
|
||||
"description": "建立連接中"
|
||||
},
|
||||
"popover": {
|
||||
"introductionPrefix": "管理方:",
|
||||
"metrics": {
|
||||
"queuePosition": "隊列位置 - {{position}}",
|
||||
"progress": "進度 - {{progress}}%",
|
||||
"totalSelectedSize": "共計 - {{totalSize}}",
|
||||
"state": "狀態 - {{state}}",
|
||||
"ratio": "比率 -",
|
||||
"completed": "已完成"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
49
public/locales/tw/modules/usenet.json
Normal file
49
public/locales/tw/modules/usenet.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Usenet",
|
||||
"description": "允許您查看和管理 Usenet 實例"
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "沒有找到支援的下載客戶端!",
|
||||
"text": "新增支援的 Usenet 下載客戶端來檢視目前的下載狀況"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"queue": "隊列",
|
||||
"history": "歷史"
|
||||
},
|
||||
"info": {
|
||||
"sizeLeft": "左側大小",
|
||||
"paused": "已暫停"
|
||||
},
|
||||
"queue": {
|
||||
"header": {
|
||||
"name": "名稱",
|
||||
"size": "大小",
|
||||
"eta": "剩餘時間",
|
||||
"progress": "進度"
|
||||
},
|
||||
"empty": "空",
|
||||
"error": {
|
||||
"title": "錯誤",
|
||||
"message": "出錯了"
|
||||
},
|
||||
"paused": "已暫停"
|
||||
},
|
||||
"history": {
|
||||
"header": {
|
||||
"name": "名稱",
|
||||
"size": "大小",
|
||||
"duration": "持續時間"
|
||||
},
|
||||
"empty": "空",
|
||||
"error": {
|
||||
"title": "錯誤",
|
||||
"message": "載入歷史紀錄時出錯"
|
||||
},
|
||||
"paused": "已暫停"
|
||||
}
|
||||
}
|
||||
24
public/locales/tw/modules/video-stream.json
Normal file
24
public/locales/tw/modules/video-stream.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "影片串流",
|
||||
"description": "崁入來自攝影機或網站的影片串流",
|
||||
"settings": {
|
||||
"title": "影片串流組件設定",
|
||||
"FeedUrl": {
|
||||
"label": "訂閱網址"
|
||||
},
|
||||
"autoPlay": {
|
||||
"label": "自動播放"
|
||||
},
|
||||
"muted": {
|
||||
"label": "靜音"
|
||||
},
|
||||
"controls": {
|
||||
"label": "控制影片播放"
|
||||
}
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"invalidStream": "無效數據串流"
|
||||
}
|
||||
}
|
||||
37
public/locales/tw/modules/weather.json
Normal file
37
public/locales/tw/modules/weather.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "天氣",
|
||||
"description": "顯示指定位置的目前天氣狀況",
|
||||
"settings": {
|
||||
"title": "天氣組件設定",
|
||||
"displayInFahrenheit": {
|
||||
"label": "顯示為華氏度"
|
||||
},
|
||||
"displayCityName": {
|
||||
"label": "顯示城市名稱"
|
||||
},
|
||||
"location": {
|
||||
"label": "天氣位置"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "晴朗",
|
||||
"mainlyClear": "晴時多雲",
|
||||
"fog": "起霧",
|
||||
"drizzle": "小雨",
|
||||
"freezingDrizzle": "毛毛雨",
|
||||
"rain": "下雨",
|
||||
"freezingRain": "凍雨",
|
||||
"snowFall": "下雪",
|
||||
"snowGrains": "下霜",
|
||||
"rainShowers": "陣雨",
|
||||
"snowShowers": "陣雪",
|
||||
"thunderstorm": "雷雨",
|
||||
"thunderstormWithHail": "雷雨夾冰雹",
|
||||
"unknown": "未知"
|
||||
}
|
||||
},
|
||||
"error": "出現錯誤"
|
||||
}
|
||||
Reference in New Issue
Block a user