From 161cc7af0de25363d977b18323524e7f01cfde8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 17:44:28 -0700 Subject: [PATCH] i18n: new translations for Chinese Simplified and Arabic (#578) Co-authored-by: Saber Co-authored-by: yngams --- client/src/javascript/i18n/strings/ar.json | 1 + client/src/javascript/i18n/strings/zh-Hans.json | 1 + 2 files changed, 2 insertions(+) diff --git a/client/src/javascript/i18n/strings/ar.json b/client/src/javascript/i18n/strings/ar.json index 99557fd2..25987c81 100644 --- a/client/src/javascript/i18n/strings/ar.json +++ b/client/src/javascript/i18n/strings/ar.json @@ -239,6 +239,7 @@ "torrents.details.files.loading": "تحميل تفاصيل الملف...", "torrents.details.general.comment": "تعليق", "torrents.details.general.connected": "{connected} متصل بـ {total}", + "torrents.details.general.date.active.now": "الآن", "torrents.details.general.date.added": "أضيف", "torrents.details.general.date.finished": "منتهى", "torrents.details.general.downloaded": "تم التحميل", diff --git a/client/src/javascript/i18n/strings/zh-Hans.json b/client/src/javascript/i18n/strings/zh-Hans.json index e6d4e8d7..9ddf2532 100644 --- a/client/src/javascript/i18n/strings/zh-Hans.json +++ b/client/src/javascript/i18n/strings/zh-Hans.json @@ -346,6 +346,7 @@ "torrents.properties.comment": "备注", "torrents.properties.date.added": "添加时间", "torrents.properties.date.created": "创建时间", + "torrents.properties.date.finished": "完成时间", "torrents.properties.directory": "位置", "torrents.properties.download.speed": "下载速度", "torrents.properties.download.total": "已下载",