From 3c39493b3f3024cff50265bd75bddab8f6e3a923 Mon Sep 17 00:00:00 2001 From: AshleyLiuuuuu Date: Wed, 10 Nov 2021 16:24:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?todo=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- torn-trans-zhcn.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/torn-trans-zhcn.user.js b/torn-trans-zhcn.user.js index c9e807d..31fb9e1 100644 --- a/torn-trans-zhcn.user.js +++ b/torn-trans-zhcn.user.js @@ -253,7 +253,7 @@ "Despite having no discernible court system Torn still employs several thousand people within its Judicial Services department. Nobody knows what the hell these people do all day, but if we had to guess, we'd say Solitaire.": "尽管没有明显的法院系统,托恩仍然在其司法服务部门雇用了几千人。没有人知道这些人整天都在做什么,但如果我们必须猜测,我们会说是接龙。", "At one point a Dual Wield Melee course was available at Torn City College for a fee of $50,000,000, but this was discontinued when Torn's citizens realized they were effectively paying to learn how to hold two things at once.": "托恩城市学院一度开设了双持近战课程,收费50,000,000美元,但当托恩的市民意识到他们实际上是在花钱学习如何同时持有两样东西时,这个课程就停止了。" }; - const cityDict = {//todo + const cityDict = { 'Map': '地图', 'Quick Links': '快速链接', 'Key of Symbols': '标志建筑', @@ -551,6 +551,7 @@ * city */ if (window.location.href.indexOf('city.php') >= 0) { + //todo 1.西部地区的健身房是否翻译? 2.bit's n bobs是否翻译? const cityOB = new MutationObserver(cityOBInit); function cityOBInit() { From 215c22435b485ec7010c1c446fae0e2f69dbbec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=B1=E5=BD=A4?= Date: Thu, 11 Nov 2021 18:09:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E9=80=9A=E7=9F=A5=E9=80=89=E6=8B=A9=E6=A0=8F?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- torn-trans-zhcn.user.js | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/torn-trans-zhcn.user.js b/torn-trans-zhcn.user.js index ccf300b..ed8fde7 100644 --- a/torn-trans-zhcn.user.js +++ b/torn-trans-zhcn.user.js @@ -1076,8 +1076,37 @@ * @param events */ function eventsTrans(events) { + + const eventsDict = { + "ALL EVENTS": "所有通知", + "RECEIVED": "收到的通知", + "SAVED": "已保存通知", + "Delete selected": "删除已选", + "Save selected": "保存已选", + "Check All": "勾选所有", + "Uncheck All": "取消勾选所有", + "Events": "通知", + "Log": "日志", + "Back": "返回", + "Recruit Citizens": "招募市民", + "Tutorial": "教程" + } + if (events.length === 0) return; events.each((i, e) => { + + /** 选择栏**/ + $('div[class^="mailbox-wrapper m-top10"] a[class^="btn torn-btn black"]').each((i, e) => { + let word = $(e).text().trim() + + if (word.indexOf("(") > 0) { + if (eventsDict[word.split(" (")[0]]) { + $(e).text($(e).text() + .replace(word.split(" (")[0], eventsDict[word.split(" (")[0]])); + } + } + }); + /** * 赛车 * You finished 5th in the Hammerhead race. Your best lap was 01:14.87.