From cf160274ed61dc1ca1e98374d3b6ee37f69a23cf Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Sat, 1 Jul 2023 00:29:14 +0900 Subject: [PATCH] New translations torrents-status.json (Chinese Simplified) --- public/locales/zh/modules/torrents-status.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/zh/modules/torrents-status.json b/public/locales/zh/modules/torrents-status.json index b04509b64..53508cf48 100644 --- a/public/locales/zh/modules/torrents-status.json +++ b/public/locales/zh/modules/torrents-status.json @@ -31,8 +31,8 @@ "header": { "name": "名称", "size": "大小", - "download": "下移", - "upload": "上移", + "download": "下载", + "upload": "上传", "estimatedTimeOfArrival": "剩余时间", "progress": "进度" }, @@ -69,10 +69,10 @@ "introductionPrefix": "管理的是", "metrics": { "queuePosition": "队列位置 - {{position}}", - "progress": "进展 - {{progress}}%", + "progress": "当前进度 - {{progress}}%", "totalSelectedSize": "共计 - {{totalSize}}", - "state": "国家 - {{state}}", - "ratio": "比率-", + "state": "状态 - {{state}}", + "ratio": "比率 -", "completed": "已完成" } }