chore(translations): new crowdin updates (#1984)
This commit is contained in:
96
public/locales/tw/modules/media-transcoding.json
Normal file
96
public/locales/tw/modules/media-transcoding.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "媒體轉碼",
|
||||
"description": "顯示有關媒體轉碼的訊息",
|
||||
"settings": {
|
||||
"title": "媒體轉碼設定",
|
||||
"appId": {
|
||||
"label": "選擇一個應用"
|
||||
},
|
||||
"defaultView": {
|
||||
"label": "預設視圖",
|
||||
"data": {
|
||||
"workers": "工作種",
|
||||
"queue": "隊列",
|
||||
"statistics": "統計"
|
||||
}
|
||||
},
|
||||
"showHealthCheck": {
|
||||
"label": "顯示現康檢查指示器"
|
||||
},
|
||||
"showHealthChecksInQueue": {
|
||||
"label": "在隊列中顯示健康檢查"
|
||||
},
|
||||
"queuePageSize": {
|
||||
"label": "隊獵:每頁項目數"
|
||||
},
|
||||
"showAppIcon": {
|
||||
"label": "在右下角顯示應用程式圖標"
|
||||
}
|
||||
}
|
||||
},
|
||||
"noAppSelected": "請在小組件設置中選擇一個應用程式",
|
||||
"views": {
|
||||
"workers": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "檔案",
|
||||
"eta": "剩餘時間",
|
||||
"progress": "進度"
|
||||
},
|
||||
"empty": "空",
|
||||
"tooltip": {
|
||||
"transcode": "轉碼",
|
||||
"healthCheck": "健康檢查"
|
||||
}
|
||||
}
|
||||
},
|
||||
"queue": {
|
||||
"table": {
|
||||
"header": {
|
||||
"name": "檔案",
|
||||
"size": "大小"
|
||||
},
|
||||
"footer": {
|
||||
"currentIndex": "{{start}}{{end}} 共 {{total}}"
|
||||
},
|
||||
"empty": "空",
|
||||
"tooltip": {
|
||||
"transcode": "轉碼",
|
||||
"healthCheck": "健康檢查"
|
||||
}
|
||||
}
|
||||
},
|
||||
"statistics": {
|
||||
"empty": "空",
|
||||
"box": {
|
||||
"transcodes": "轉碼:{{value}}",
|
||||
"healthChecks": "健康檢查:{{value}}",
|
||||
"files": "檔案:{{value}}",
|
||||
"spaceSaved": "已儲存:{{value}}"
|
||||
},
|
||||
"pies": {
|
||||
"transcodes": "轉碼",
|
||||
"healthChecks": "健康檢查",
|
||||
"videoCodecs": "編碼",
|
||||
"videoContainers": "容器",
|
||||
"videoResolutions": "解析度"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"title": "錯誤",
|
||||
"message": "從 Tdarr 獲取數據時發生錯誤"
|
||||
},
|
||||
"tabs": {
|
||||
"workers": "工作種",
|
||||
"queue": "隊列",
|
||||
"statistics": "統計"
|
||||
},
|
||||
"healthCheckStatus": {
|
||||
"title": "健康檢查",
|
||||
"queued": "隊列",
|
||||
"healthy": "健康",
|
||||
"unhealthy": "不良"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user