// ==UserScript==
// @name Torn翻译
// @namespace WOOH
// @version 0.1.1114a
// @description UI翻译
// @author Woohoo-[2687093] sabrina_devil[2696209]
// @match https://www.torn.com/*
// @grant none
// ==/UserScript==
(function () {
'use strict';
const ___win_WHTRANS = window || window.unsafeWindow;
if (___win_WHTRANS.WHTRANS) return;
___win_WHTRANS.WHTRANS = true;
const $ = window.jQuery;
const titleDict = {
'Home': '主页',
'Estate Agents': '地产中介',
'Newspaper': '报纸',
'Job Listing': '工作列表',
'Freebies': '赠品',
'Classified Ads': '分类广告',
'Properties': '房产',
'City': '城市',
'Education': '教育',
'Gym': '健身房',
'Biology Modules': '生物学课程',
'Traveling': '飞行中',
'Events': '通知',
'Hospital': '医院',
'Received Events': '收到的通知',
'Saved Events': '保存的通知',
'Awards': '勋章',
'Faction': '帮派',
};
const titleLinksDict = {
'Personal stats': '个人统计信息',
'Log': '日志',
'Tell your story': '说出你的故事',
'Rental Market': '租赁市场',
'Selling Market': '销售市场',
'City': '城市',
'Back to Estate Agents': '返回地产中介',
'Tutorial': '教程',
'Back to Education': '返回',
'Recruit Citizens': '招募玩家',
'Events': '通知',
'Travel Home': "回国",
'Rehabilitation': "戒毒康复",
'People': "用户列表",
'Computer': '电脑',
'Market': '市场',
'Back': '返回',
'Hospital': '医院',
'Everyone': '所有人',
'Nobody': '仅自己',
'Friends & faction': '好友 & 帮派成员',
'Forum': '论坛',
'Leave Faction': '离开帮派',
};
const sidebarDict = { // todo 从json加载
'Money': '现金',
'Level': '等级',
'Points': 'PT',
'Merits': '技能点',
'Energy': '能量E',
'Nerve': '犯罪N',
'Happy': '快乐',
'Life': '血量',
'Chain': '连击链Chain',
'Home': '主页',
'home': '主页',
'Items': '物品',
'City': '城市',
'Job': '工作',
'job': '工作',
'Gym': '健身房',
'Properties': '房产',
'property': '房产',
'Education': '教育',
'edu': '教育',
'Crimes': '犯罪',
'Missions': '任务',
'Newspaper': '报纸',
'News': '报纸',
'Jail': '监狱',
'Hospital': '医院',
'Casino': '赌场',
'Forums': '论坛',
'Hall of Fame': '名人堂',
'ranks': '名人堂',
'My Faction': '帮派',
'faction': '帮派',
'Recruit Citizens': '招募玩家',
'recruit': '招募玩家',
'Competitions': '日历',
'comps': '日历',
'Community Events': '社区事件',
'Community': '社区事件',
'Friends': '好友',
'Enemies': '敌人',
'Information': '信息',
//'Areas': '区域',
'Lists': '列表',
'messages': '信息',
'events': '通知',
'awards': '勋章',
};
const tooltipDict = {
'Full ': '回满',
'energy': '能量E',
'happy': '快乐',
' in ': '还需',
'You have full ': '你已有满',
'life': '血量',
'nerve': '犯罪N',
'You are currently traveling': '你正在飞行中',
'You don\'t own a Laptop!': '你没有笔记本电脑!',
'You are not in Torn': '你不在城里',
'Rank': '阶级',
};
const homeDict = {
'General Information': '基本信息',
'Property Information': '房产信息',
'Battle Stats': '战斗能力(BS)',
'Working Stats': '工作能力(WS)',
'Equipped Armor': '已装防具',
'Equipped Weapons': '已装武器',
'Skill Levels': '技能等级',
'Latest Messages': '近期信息',
'Job Information': '工作信息',
'Latest Events': '近期通知',
'Latest Attacks': '近期攻击',
'Faction Information': '帮派信息',
'Criminal Record': '犯罪记录',
'Personal Perks': '个人加成',
'Property': '房产',
'Cost': '花费',
'Fees': '开销费用',
'Job': '工作',
'Company': '公司',
'Days in company': '在公司的天数',
'Type': '公司类型',
'Position': '职位',
'Income': '公司收入',
'Job points': '工作点数',
'Rating': '星级',
'Faction': '帮派',
'Days in faction': '在帮派的天数',
'Respect': '面子',
'Members': '成员',
'Illegal products': '非法产品',
'Theft': '偷盗',
'Auto theft': '汽车盗窃',
'Drug deals': '非法药品交易',
'Computer crimes': '计算机犯罪',
'Murder': '谋杀',
'Fraud crimes': '诈骗犯罪(Fraud crimes)',
'Other': '其他犯罪',
'Total': '总计',
'Name': '名字',
'Money': '现金',
'Points': 'PT',
'Level': '等级',
'Rank': '阶级',// todo 暂定
'Life': '血量',
'Age': '年龄',
'Marital status': '婚姻状态',
'Networth': '身价',
'Strength': '力量 STR',
'Defense': '防御 DEF',
'Speed': '速度 SPD',
'Dexterity': '敏捷 DEX',
//'Total':'',
'Hunting skill': '狩猎技能',
'Racing skill': '赛车技能',
'Manual labor': '体力 MAN',
'Intelligence': '智力 INT',
'Endurance': '耐心 END',
};
const attackDict = {
"mugged": "打劫了 ",
"attached": "攻击了 ",
"arrested": "逮捕了 ",
"hospitalized": "暴力殴打了 ",
"but": "但是",
"Someone": "有人",
"lost": "失败了"
};
const newspaperDict = {
'front page': '头版',
'archive': '归档',
'job listing': '工作',
'properties': '房产',
'freebies': '壁纸',
'classified ads': '广告',
'personals': '交友',
'bounties': '悬赏',
'comics': '漫画',
'chronicles': '纪事档案馆',
'TCSE Market Index': 'TCSE 股票指数',
'Weekly bazaars': '每周小店',
'LOTTERY': '幸运彩票',
'BOUNTIES': '精选悬赏',
'TC PERSONALS': '托恩交友',
'Why not visit our sponsor?': '何不看下赞助广告?',
'View all': '查看所有',
'Advertise here': '在此刊登广告',
'Submit your own comic and earn 250 points!': '提交你创作的漫画赚取250PT!',
'Welcome to personal page! Who are you seeking?': '欢迎来到交友页面!你想找谁?',
'Search or put up your own ad!': '搜索或刊登你自己的广告!',
'Put up your own personal advertisement': '发布你自己的交友广告',
'Go to an interview to see if you can get the job, or check out one of the companies that take your fancy, someone might give you the chance of being their employee?':
'参加面试,看看你是否能得到这份工作?或者去看看那些让你心动的公司,有人可能会提供你成为他们的员工的机会?',
'To claim the rewards, please click claim and hospitalize the person.': '',
'Put a bounty on someone': '',
};
const propertyDict = {
'Shack': '棚屋',
'Trailer': '拖车',
'Apartment': '公寓',
'Semi - Detached': '半独立式住宅',
'Semi-Detached House': '半独立式住宅',
'Semi Detached house': '半独立式住宅',
'Detached House': '独立式住宅',
'Beach House': '海滩小屋',
'Chalet': '小别墅',
'Villa': '别墅',
'Penthouse': '顶层公寓',
'Mansion': '豪宅',
'Ranch': '山庄',
'Palace': '宫殿',
'Castle': '城堡',
'Private Island': '私人岛屿(PI)',
'Owner': '所有人',
'Owner:': '所有人:',
'Happiness': '快乐值',
'Happiness:': '快乐值:',
'Cost': '花费',
'Cost:': '花费:',
'Cost per Day': '平均日花费',
'Rental Period': '租期',
'Rental period:': '租期:',
'Rent': '租赁',
'Info': '信息',
'Buy': '购买',
'Property:': '房屋:',
'Modifications': '改造设施',
'Upkeep:': '维护费:',
'Staff:': '雇员费用:',
};
const travelingDict = {
'Remaining Flight Time -': '剩余时间 - ',
'Torn to London.': '正在飞往英国伦敦(London)。',
'London to Torn.': '正从英国伦敦(London)回城。',
'Torn to Zurich.': '正在飞往瑞士苏黎世(Zurich)。',
'Zurich to Torn.': '正从瑞士苏黎世(Zurich)回城。',
'Torn to Buenos Aires.': '正在飞往阿根廷布宜诺斯艾利斯(Buenos Aires)。',
'Buenos Aires to Torn.': '正从阿根廷布宜诺斯艾利斯(Buenos Aires)回城。',
};
// 界面tips todo 全收集、翻译
const tipsDict = {
'According to the Economist Intelligence Unit\'s Quality of Life Index, Switzerland is the second best place in the world to be born, after Denmark. Torn ranked 224th, despite there being only 194 recognised nations in the world.': "根据经济学人信息部提供的生活质量指数,瑞士是世界上第二个最适合出生的地方,仅次于丹麦。尽管世界上只有194个公认的国家,但托恩却排名第224位。",
'The opportunities for employment in Torn are wide and varied, from jobs in the zoo and the meat warehouse through to fantastic openings at the strip club - a description rarely used to refer to those who work there.': "托恩的就业机会广泛而多样,从动物园和肉类仓库的工作,到脱衣舞俱乐部的奇妙开场--这是一个很少用来形容在那里工作的人的描述。",
'One of the main requirements for a wedding to take place in Torn is the procurement of a ring. You may either purchase one from the Jewellery Store, or you can choose the more romantic option of stealing one, which requires far more effort if you think about it.': "在托恩举行婚礼的主要要求之一就是购买一枚戒指。你可以从珠宝店购买,也可以选择在偷窃戒指中选择一种很浪漫的方式,但是你冷静下来想想的话,这也是需要付出更大代价的。",
"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 = {
'Map': '地图',
'Quick Links': '快速链接',
'Key of Symbols': '标志建筑',
'Financial': '金融',
'Administrative': '行政',
'inactive-mode1': '地图上只显示你的帮派的和临近的地盘。',
'inactive-mode2': '启用【全地盘视图】将下载完整地图,大约2.75mb。',
'active-mode': '【全地盘视图】已启用。',
'ADMINISTRATIVE': '行政',
'City Hall': '市政厅',
'Hospital': '医院',
'Jail': '监狱',
'Visitor Center': "WIKI",
"Staff": "Torn City 员工",
"Committee": "委员会",
"Community Center": "社区中心",
"Chronicle Archives": "纪事档案馆",
"Bank": "银行",
"Stock Exchange": "股票交易所",
"Item Market": "交易市场",
"Sweet Shop": "糖果店",
"Msg Inc": "广告公司",
"Donator House": "捐赠者中心",
"Big Al's Gun Shop": "Big Al的枪店",
"Cyber Force": "赛博军团",
"Church": "教堂",
"Education": "教育",
"Travel Agency": "旅行社",
"Auction House": "拍卖行",
"Points Building": "PT 商店",
"Points Market": "PT 市场",
"Docks": "码头车行",
"Estate Agents": "地产中介",
"Jewelry Store": "珠宝店",
"Pawn Shop": "PT 当铺",
"Post Office": "邮局",
"Super Store": "电器商店",
"TC Clothing": "TC服装店",
"Token Shop": "Token 商店",
"Casino": "赌场",
"Dump": "垃圾场",
"Missions": "任务",
"Loan Shark": "鲨客借贷",
"Race Track": "赛车场",
"City Center": "城市中心",
"East Side": "东部地区",
"West Side": "西部地区",
"North Side": "北部地区",
"Red-Light": "红灯区",
"Residential": "住宅区",
'Sort by:': '分类排序方式:',
'Area': '地区',
"Type": "类型",
"Name": "名称",
"Popularity": "人数",
'FINANCIAL': '金融',
'LEISURE': '休闲',
'Leisure': '休闲',
'MISC': '杂项',
'Miscellaneous': '杂项',
'REAL ESTATE': '房地产',
'Real Estate': '房地产',
'SHOPPING': '购物',
'Nikeh Sports': '',
"Bits 'n' Bobs": '胖鲍勃的杂货店',
// '':'',
};
const gymDict = {
'Strength': '力量 STR',
'Defense': '防御 DEF',
'Speed': '速度 SPD',
'Dexterity': '敏捷 DEX',
'STR': '力量',
'DEF': '防御',
'SPD': '速度',
'DEX': '敏捷',
'TRAIN': '锻炼',
'Welcome to': '欢迎来到 ',
'!': '!',
'You walk into the gym and begin browsing the exercises available.':
'你走进健身房,开始浏览可用的健身器材。',
'You have': '你有',
'available to use.': '可用于锻炼。',
'energy': '能量',
'Estimated Energy progress:': '(TornTools) 预估健身房解锁进程:',
'What would you like to train today?': '今天想练点什么?',
'BACK TO GYM': '返回健身房',
'ACTIVATE MEMBERSHIP': '激活会员身份',
'BUY MEMBERSHIP': '购买健身房会员',
'Cancel': '返回',
'Chance of hitting opponent': '击中对手的概率',
"Ability to withstand damage": "承受伤害的能力",
"Withstand damage": "承受伤害的能力",
"Damage you make on impact": "攻击造成的伤害",
"Damage on impact": "攻击造成的伤害",
'Ability to evade an attack': '躲避攻击的能力',
'Chance of hitting': '躲避攻击的能力',
'energy per train': ' 能量/次',
'Class:': '健身房类别:',
"Membership cost:": "会员价格: ",
"Energy usage:": "能量消耗: ",
'Heavyweight': '重量级',
'Strength Gains': '力量增益',
"Speed Gains": "速度增益",
"Defense Gains": "防御增益",
"Dexterity Gains": "敏捷增益",
'Boxing': '拳击',
'Are you sure you would like to buy this membership?': '确定购买这个健身房会员吗?',
'Not Available': '不可用',
'Unavailable': '不可用',
"Middleweight": "中量级",
"Lightweight": "轻量级",
'5 per train': '5 能量/次',
'10 per train': '10 能量/次',
'50 per train': '50 能量/次',
'Bicep Curls': '二头肌弯举',
'Cycling': '自行车',
'Yoga': '瑜伽',
'Press-ups': '俯卧撑',
'Running': '跑步',
'Karate': '空手道',
'Catch': '',
'Leg Curls': '腿部弯举',
'Muay Thai': '泰拳',
"Woody's Slalom Sprint": '无敌回旋冲刺',
'Frisbee': '飞盘',
'Sit-ups': '仰卧起坐',
'Wrestling': '摔跤',
'Lateral Raises': '侧抬',
'Interval Training': '间歇训练',
'Judo': '柔道',
'Balance Board': '平衡板',
'Planking': '长板',
'Kick Boxing': '跆拳道',
'Zumba': '尊巴运动',
'Chin-ups': '引体向上',
'Jujitsu': '柔道',
'Pilates': '普拉提',
'Tricep-dips': '三头肌下蹲',
'Sprint Training': '短跑训练',
'Taekwondo': '跆拳道',
'Squash': '壁球',
'Squats': '深蹲',
'Explosive Kettle Bell': '',
'Darts': '飞镖',
'Chest Flys': '',
'Fartlek Training': '',
'Badminton': '羽毛球',
'Shoulder Shrugs': '肩部耸立',
'Speedball': '迅速球',
'Pool': '',
'Chest Press': '胸部按压',
'Skipping': '跳绳',
'Batting': '',
'Shoulder Press': '肩部推举',
'Viper Belt Training': '',
'Swimming': '游泳',
'Bench Press': '卧推',
'Agility Training Course': '',
'Table Tennis': '敏捷性训练',
'Suicide Running': '',
'Aerobics': '有氧健身操',
'Tricep Pulldowns': '三头肌下拉',
'Incline Sprinting': '',
'Basketball': '篮球',
'Weighted Chin-ups': '负重引体向上',
};
const gymList = {
'Premier Fitness': '首席健身',
'Average Joes': '平衡乔伊',
"Woody's Workout Club": '无敌健身',
'Beach Bods': '沙滩之恋',
'Silver Gym': '白银健身',
'Pour Femme': '女士健身',
'Davies Den': '戴维斯之家',
'Global Gym': '全球健身房',
'Knuckle Heads': '手指头',
'Pioneer Fitness': '先锋健身',
'Anabolic Anomalies': '代谢异常',
'Core': '主干力量',
'Racing Fitness': '竞速健身',
'Complete Cardio': '完全有氧',
// 'Legs, Bums and Tums': '腿,臀和腹部',
'Legs, Bums and Tums': '下盘训练',
'Deep Burn': '深燃',
'Apollo Gym': '阿波罗健身',
'Gun Shop': '枪支健身',
'Force Training': '暴力训练',
"Cha Cha's": '茶茶健身',
'Atlas': '阿特拉斯健身房',
'Last Round': '最后一轮',
'The Edge': '临界点',
"George's": '乔治健身',
'Balboas Gym': '巴尔博斯健身房',
'Frontline Fitness': '前线健身',
'Gym 3000': '健身3000',
'Mr. Isoyamas': '伊索亚玛斯先生',
'Total Rebound': '全面反弹',
'Elites': '精英健身',
'The Sports Science Lab': '运动科学实验室',
'The Jail Gym': '监狱健身房',
};
const eduDict = {
'Biology': '生物学',
'Business': '商学',
'Combat Training': '战斗训练',
'Computer Science': '计算机科学',
'General Studies': '基础学科',
'Health & Fitness': '健康与健身',
'History': '历史学',
'Law': '法学',
'Mathematics': '数学',
'Psychology': '心理学',
'Self Defense': '自卫',
'Sports Science': '运动科学',
'Biology Modules': '生物学课程',
'Introduction to Biochemistry': '生物化学概论',
'Physiological Testing': '生理测试',
'You do not meet the requirements for this course. Please complete the prerequisites first.':
'你不符合本课程的要求。请先学习前置课程。',
'Description:': '描述:',
'Learning outcomes:': '学习后可获得:',
'Prerequisites:': '前置课程:',
'Parameters:': '课程参数:',
'As the ultimate module - you will focus on maximum gym gain with the least amount of input.': '',
'Ability to withdraw and deliver blood': '抽取和输送血液的能力(使用血包)',
// 'Gain {$1} {$2} upon completion': '获得{$1}点{$2}',
'intelligence': '智力(INT)',
'endurance': '耐心(END)',
'manual labor': '体力(MAN)',
'[Leave this course]': '[退出课程]',
'You are taking the': '你正在学习',
'education course.': '课程',
'This course will be completed in': '该课程将完成于',
'Strength and Conditioning': '力量和体能训练',
'[Leave course]': '[确认退出课程]',
'Are you sure you want to leave the': '你确定你要退出',
'course?': '课程吗?',
'course.': '课程。',
'course!': '课程!',
'It will take': '这将需要',
'to complete.': '来完成。',
'You have started the': '你已开始学习',
'You are currently taking this course.': '你目前正在学习这个课程。',
'You have completed this course!': '你已学习过该课程!',
'You are currently taking an education course already. This course must be completed before you can start another.':
'你已经参加了一个课程。在你开始另一个课程之前,必须先完成这个课程。',
'The current progress will be canceled and you\'ll have to start all over again.': '目前的进度将被取消,你将需要重新开始。',
'Sports Science Modules': '运动科学模块',
'Introduction to Sports Science': '运动科学概论',
"Are you the missing link? At the end of this course you'll know more about Neanderthal man than the Discovery Channel.":
'你是缺失的那一环吗?在本课程结束时,你对尼安德特人的了解将超过探索频道的内容。',
"Congratulations! You have completed the":'恭喜!你已完成了',
"You have gained the following:":'你已经获得了以下:',
"upon completion":'于课程完成后',
"Gain":'获得',
"Length":'时长',
"Cost":'费用',
"Tier: 2":'级别: T2',
"Tier: 1":'级别: T1',
"Tier: 3":'级别: T3',
"Gain a 1% bonus to strength gains in the gym":'健身房锻炼时获得1%的力量增长增益',
"Bonus:":'增益:',
'Introduction to General Studies':'基础学科入门',
'Driving License':'驾照',
'Gain access to driving related crimes':'可进行驾驶相关的犯罪 (解锁11系列)',
"You'll need this to get around the city. Our crash course should give you a license without fail.":
'你将需要这个来在城市中穿梭。我们的速成班应该能让你顺利拿到驾照。',
'Astronomy':'天文学',
'Mechanical Arts':'机械艺术',
'General Mechanics':'通用机械学',
'Basic English':'基础英语',
'Ivory Crafting':'象牙工艺',
'Intravenous Therapy':'静脉注射',
'Put that fear of needles behind you by learning how to successfully administer a blood transfusion.':
'通过学习如何成功地进行输血,将对针头的恐惧抛在脑后。',
'Networking':'网络',
'Gain access to hacking crimes':'可进行黑客犯罪 (解锁18系列)',
'Computer Security and Defense':'计算机安全与防御',
'Gain a 10% increase in hacking crime success rate':'提高黑客犯罪10%的成功率',
};
const headerDict = {
"User's Name / ID": '用户名或ID',
"Name": '用户名',
'Faction': '帮派',
'Company': '帮派',
'Places': '地点',
'Item Market': '交易市场',
'Forum posts': '论坛',
'Help': '帮助',
'search...': '搜索',
'Search users by...': '高级用户搜索',
'Property': '住房',
'Male': '男性',
'Female': '女性',
'to': '到',
'Condition': '条件',
'Married': '在已婚状态',
'Travelling': '在飞行中',
'In a faction': '在帮派中',
'In a company': '在公司中',
'In hospital': '在医院里',
'In jail': '在监狱里',
'In Federal jail': '在联邦监狱里',
'Level': '等级',
'Days old': '游戏天数',
'Offences': '违法行为',
'Last action': '上次动作',
'Reset': '重置',
'Search': '搜索',
'0 - 15 min': '0 - 15 分钟',
'15 min - 1 hour': '15 分钟 - 1 小时',
'1 hour - 1 day': '1 小时 - 1 天',
'1 day - 1 week': '1 天 - 1 周',
'1 week - 1 month': '1 周 - 1 月',
'1 month - 1 year': '1 月 - 1 年',
'longer than 1 year ago': '久于 1 年前',
'Not': '不',
'View Log': '查看日志',
'View Profile': '查看个人资料',
'Settings': '设置',
'Server:': '服务器 ',
'Dark Mode': '黑夜模式',
'News Ticker': '滚动通知',
'Desktop View': '桌面视图',
'Logout': '登出',
'Gender': '性别',
};
const eventsDict = {
// "ALL EVENTS": "所有通知",
// "RECEIVED": "收到的通知",
// "SAVED": "已保存通知",
"Delete selected": "删除已选",
"Save selected": "保存已选",
"Check All": "勾选所有",
"Uncheck All": "取消勾选所有",
// "Events": "通知",
// "Log": "日志",
// "Back": "返回",
// "Recruit Citizens": "招募市民",
// "Tutorial": "教程",
'ALL EVENTS (': '全部通知 (',
'RECEIVED (': '收到的通知 (',
'SAVED (': '保存的通知 (',
};
const chatDict = {
'Global': '世界',
'Faction': '帮派',
'People': '联系人',
'Settings': '设置',
'Trade': '交易',
'Jail': '监狱',
'Hospital': '医院',
'Company': '公司',
'Height': '高度',
'Width': '宽度',
'Jail & Hospital': '监狱和医院',
'Traveling': '海外',
'Competition': '活动',
'Private': '私聊',
'Room sound': '音效',
'Who is allowed to initiate chat with you?': '谁可以主动与你聊天?',
'Disabled': '关闭',
'Enabled': '开启',
'Flash notifier': '闪烁提示',
'Chirp 1': '啁啾声 1',
'Chirp 2': '啁啾声 2',
'Chirp 3': '啁啾声 3',
'Flash & sound': '闪烁和音效',
'Click 1': '点击音 1',
'Click 2': '点击音 2',
'Data 1': '哒嗒 1',
'Data 2': '哒嗒 2',
'Data 3': '哒嗒 3',
'Double 2':'',
'Electronic 1':'',
'Electronic 2':'',
'Future 1':'',
'Future 2':'',
'Plink 1':'',
'Plink 2':'',
'Soft beep 1':'',
'Soft beep 2':'',
'Subtle':'',
'Transmission 1':'',
'Transmission 2':'',
'Warble 1': '',
'Warble 2': '',
'Only people you know or have met': '只有你认识或遇到过的人',
'Anyone can initiate chat with you': '任何人都可以主动与你聊天',
'Recent': '最近',
'Friends': '好友',
'Blocked': '拉黑',
'All': '全部',
'Enter a name or ID to add to this list': '输入用户名或ID来添加到这个列表',
};
const hosDict = {
"You take a trip down to the hospital to see who's been unlucky today.": "你来了一趟医院,看看今天是谁那么倒霉",
"Nobody can revive you.": "现在没有玩家可以复活你",
"Anyone can now revive you.": "现在任何玩家都能复活你",
"Only those on your friends list & your faction members can now revive you.": "现在只有好友以及帮派成员可以复活你",
"in Hospital": "在住院",
"People are": "名玩家",
"Time": "时长",
"Level": "等级",
"Reason": "原因",
"Overdosed on Xanax": "吸食Xanax过量",
"Shot while attempting to take down a president": "在试图袭击总统时受了枪伤",
"Taken down by guards": "被保安击倒",
"Got a nasty surprise in the post.": "收到并打开了一个伤害性包裹",
"Dropped by Swiss Guards": "被瑞士警卫队抛下",
"Mauled by a guard dog": "被警卫犬袭击受伤",
"Collapsed after taking Ketamine": "服用Ketamine后昏倒",
"Collapsed after taking PCP": "服用PCP昏倒",
"Burned in an arson attempt": "在一次纵火案中被烧伤",
"Fallen ill with radiation poisoning": "因辐射中毒而病倒",
"Taken down by members of Aftermath": "被Aftermath的成员击倒了",
"Crashed his": "出车祸并撞毁了他的",
"Crashed her": "出车祸并撞毁了她的",
"Taken down by members of The Black Hand": "被黑手党成员拿下",
"Got derailed": "火车脱轨致伤",
"Third degree burns on back from explosion": "爆炸造成的背部三度烧伤",
"general": "被玩家 ",
"Hit in the head by flying metal": "被飞来的金属击中头部",
"Shot themselves in the foot": "打了自己腿一枪",
"Hospitalized by someone": "被某人殴打并送入医院",
"Attacked by someone": "被某人攻击",
"Mugged by someone": "被某人抢劫",
"Gunned down by FBI agents": "被联邦调查局特工枪击",
"Taken down by a SWAT marksman": "被一名特警射手击倒",
"Exploded": "被炸伤",
"Fell from a two story building while on a hitman mission": "在执行杀手任务时从两层的建筑坠落",
"Suffering from an acute hemolytic transfusion reaction": "患上了急性溶血性输血反应疾病",
"Choked out by Leslie": "被Leslie掐喉",
"Shot in the back": "背部中枪",
"Lost to": "输给了 ",
};
const awDict = {
'Honors (':'荣誉 (',
'Medals (':'勋章 (',
'Merits (':'技能加点 (',
'As you progress, you will unlock new honors. To add an Honor to your name, click the one you want.':
'新的荣誉条将随着你的进步解锁。请点击想要在你的名字上显示的荣誉条。',
'As you progress, you will unlock new medals. Your medals will be pinned on your profile to show your\nprestige.':
'新的勋章将随着你的进步解锁。勋章将显示在个人资料上(展示是否够牌面)。',
'You have': '你有 ',
'merits': '技能点',
'medals': '勋章',
'honors': '荣誉',
'Available Merits:': '可用技能点: ',
'Merits Used:': ' 已用技能点: ',//
"to spend on anything you would like on\nthe list below.\nYou've earned these merits by attaining":
' 可用于升级以下列表中的任意技能。这些技能点是通过 ',
'and': ' 和 ',
".\nThe enhancements are incremental and will go up in cost the more you upgrade them.\nFor example, if you pay one merit to upgrade an improvement,\nnext time you want to upgrade it you will need to pay two merits, after that three etc.":
' 获得的。技能升级的花费是递增的,技能等级越高升级消耗的技能点就越高。如果花费一技能点来升级一项技能,下次要升级时,需要花费两个技能点,之后是三个等依此类推。',
'Awards you are about to unlock':'即将解锁的勋章',
'Upgrade':'升级',
'Progress':'升级进程',
'Expand All':'展开所有',
'Latest':'最新获得',
'Nerve Bar':'犯罪N上限',
'Are you sure you want to spend':'确定要花费 ',
'on\nyour Awareness upgrade?\nThis upgrade will increase the amount of items you can find in the city, however it will not necessarily increase their quality.':
' 在感知能力升级上?该升级会增加你在城市中能找到的物品数量,但不一定能提高它们的质量。',
'- Increases maximum nerve bar by 1 point':
'- 增加 1 点犯罪N上限',
};
/**
* 边栏
* 目前默认所有页面调用边栏翻译
*/
let sidebarTimeOut = 60; // 60秒后取消定时
const sidebarInterval = setInterval(() => {
if ($('div[class^="sidebar"]').length === 0) {
sidebarTimeOut--;
if (sidebarTimeOut < 0) {
clearInterval(sidebarInterval);
}
return;
}
// 边栏块标题
$('h2[class^="header"]').each((i, e) => {
if (sidebarDict[e.firstChild.nodeValue])
e.firstChild.nodeValue = sidebarDict[e.firstChild.nodeValue];
});
// 边栏人物名字
$('span[class^="menu-name"]').each((i, e) => {
e.firstChild.nodeValue = '名字:';
});
// 钱 等级 pt 技能点
$('p[class^="point-block"]').each((i, e) => {
e.firstChild.firstChild.nodeValue = sidebarDict[e.firstChild.firstChild.nodeValue];
});
// 4条 状态条
$('p[class^="bar-name"]').each((i, e) => {
e.firstChild.nodeValue = sidebarDict[e.firstChild.nodeValue];
});
// 边栏菜单
$('span[class^="linkName"]').each((i, e) => {
e.firstChild.nodeValue = sidebarDict[e.firstChild.nodeValue];
});
// [use]按钮
if ($('#pointsMerits').length !== 0)
$('#pointsMerits')[0].firstChild.nodeValue = '[使用]';
if ($('#pointsPoints').length !== 0)
$('#pointsPoints')[0].firstChild.nodeValue = '[使用]';
if ($('#pointsLevel').length !== 0)
$('#pointsLevel')[0].firstChild.nodeValue = '[升级]';
// 手机 区域菜单
$('div[class*="areas-mobile"] span:nth-child(2)').contents().each((i, e) => {
//console.log(e);
if (sidebarDict[e.nodeValue])
e.nodeValue = sidebarDict[e.nodeValue];
});
clearInterval(sidebarInterval);
}, 1000);
/**
* 浮窗 todo
* 小型资料卡 全局
*/
let tooltip = $('div.ToolTipPortal')[0];
let intervalID = setInterval(() => {
tooltip = $('div.ToolTipPortal')[0];
if (tooltip) {
clearInterval(intervalID);
new MutationObserver(mutations => {
let barDescr = $('div[class^="tooltip"]').children('p[class^="bar-descr"]');
if (barDescr.length !== 0) {
barDescr[0].childNodes.forEach(i => {
if (tooltipDict[i.nodeValue]) i.nodeValue = tooltipDict[i.nodeValue];
})
}
let miniprof_tooltip = $("#body > div.ToolTipPortal > div > div:nth-child(2)");
if (miniprof_tooltip.length !== 0) {
if (tooltipDict[miniprof_tooltip[0].firstChild.nodeValue]) {
miniprof_tooltip[0].firstChild.nodeValue = tooltipDict[miniprof_tooltip[0].firstChild.nodeValue];
}
} else {
//todo 通配符匹配
}
}).observe(tooltip, {attributes: true, childList: true, subtree: true});
}
}, 1000);
/**
* header
*/
if ($('div#header-root').length > 0) {
const headerOB = new MutationObserver(_ => {
headerOB.disconnect();
headerTrans();
headerOB.observe($('div#header-root')[0], {childList: true, subtree: true, attributes: true});
});
const headerTrans = function headerTrans() {
// 搜索内容下拉框中的文字 已选中
if (headerDict[$('div.find button.toggler.down').text()])
$('div.find button.toggler.down').text(headerDict[$('div.find button.toggler.down').text()]);
// pc端 搜索下拉框点击后的搜索类型文字
$('div.find li.item').each((i, e) => {
if (headerDict[$(e).text()])
$(e).text(headerDict[$(e).text()]);
});
// 手机端 搜索下拉框点击后的搜索类型文字
$('li[class^="search-type-"] label').each((i, e) => {
if (headerDict[$(e).text()])
$(e).text(headerDict[$(e).text()]);
});
// 搜索框placeholder
if (headerDict[$('input[class^="searchInput"]').attr('placeholder')])
$('input[class^="searchInput"]').attr('placeholder',
headerDict[$('input[class^="searchInput"]').attr('placeholder')]);
// 高级搜索框 search by
if (headerDict[$('div#header-root legend.title').text()])
$('div#header-root legend.title').text(headerDict[$('div#header-root legend.title').text()]);
// 高级搜索框的条件 左 键
$('ul.advancedSearchFormBody label.label').each((i, e) => {
if (headerDict[$(e).text()])
$(e).text(headerDict[$(e).text()]);
});
// 高级搜索框的已选中
$('ul.advancedSearchFormBody div.select-wrapper button.toggler.down').each((i, e) => {
// console.log($(e).text())
if (headerDict[$(e).text().trim()])
$(e).text(headerDict[$(e).text().trim()]);
else if (propertyDict[$(e).text().trim()])
$(e).text(propertyDict[$(e).text().trim()]);
});
// 高级搜索的下拉选项
$('ul.advancedSearchFormBody li.item').each((i, e) => {
if (headerDict[$(e).text()])
$(e).text(headerDict[$(e).text()]);
else if (propertyDict[$(e).text()])
$(e).text(propertyDict[$(e).text()]);
});
// 高级搜索的"Not"
$('ul.advancedSearchFormBody label.search-condition-not').each((i, e) => {
if (headerDict[$(e).text()])
$(e).text(headerDict[$(e).text()]);
});
// 高级搜索的"to"
$('ul.advancedSearchFormBody label[for*="To"]').each((i, e) => {
if (headerDict[$(e).text()])
$(e).text(headerDict[$(e).text()]);
});
// 高级搜索的reset search按钮
$('form.form-search-extend div.bottom button').each((i, e) => {
if (headerDict[$(e).text()])
$(e).text(headerDict[$(e).text()]);
});
// log按钮“view log”
if (headerDict[$('div.recentHistory a[class^="link"] span[class^="text"]').text().trim()])
$('div.recentHistory a[class^="link"] span[class^="text"]')
.text(headerDict[$('div.recentHistory a[class^="link"] span[class^="text"]').text().trim()]);
// 点击头像打开的菜单
$('ul.settings-menu span').each((i, e) => {
if (headerDict[$(e).text()] && e.childNodes.length === 1)
$(e).text(headerDict[$(e).text()]);
else if (e.childNodes.length === 3)
if (headerDict[e.firstChild.nodeValue])
e.firstChild.nodeValue = headerDict[e.firstChild.nodeValue];
});
};
headerTrans();
headerOB.observe($('div#header-root')[0], {childList: true, subtree: true, attributes: true});
}
/**
* chatbox
*/
if ($('div#chatRoot').length > 0) {
const chatOB = new MutationObserver(_ => {
chatOB.disconnect();
chatTrans();
chatOB.observe($('div#chatRoot').get(0), {childList: true, subtree: true, attributes: true});
});
const chatTrans = function chatTrans() {
// 聊天框的标题
$('div#chatRoot div[class^="chat-box-title"] span[class^="name"]').each((i, e) => {
if (chatDict[$(e).text().trim()])
$(e).text(chatDict[$(e).text().trim()]);
});
// 聊天设置的左边label
$('div[class^="chat-settings-opts"] div[class*="label"]').each((i,e)=>{
if($(e).next().children('div.rc-slider').length>0) {
// 高度和宽度有响应式的%
if (chatDict[$(e).text().split(' ')[0]]) {
$(e).text($(e).text().replace($(e).text().split(' ')[0], chatDict[$(e).text().split(' ')[0]]));
}
return;
}
if (chatDict[$(e).text().trim()])
$(e).text(chatDict[$(e).text().trim()]);
});
// 选项下拉栏
$('div[class^="dropdown-root"]').find('*').contents().each((i,e)=>{
if(e.nodeType!==3) return;
if (chatDict[e.nodeValue])
e.nodeValue=chatDict[e.nodeValue];
});
// 设置的两个选项
$('label[class^="privacy-label"]').each((i,e)=>{
if (chatDict[$(e).text().trim()])
$(e).text(chatDict[$(e).text().trim()]);
});
// people中的5个分类 faction friend...
$('ul[class^="type-list"] li a').each((i,e)=>{
if (chatDict[$(e).text().trim()])
$(e).text(chatDict[$(e).text().trim()]);
});
// people中的列表添加框placeholder
$('div.ac-wrapper input.ac-search').each((i,e)=>{
if (chatDict[$(e).attr('placeholder')])
$(e).attr('placeholder',chatDict[$(e).attr('placeholder')]);
});
// people中的列表添加框点击后的4个按钮
$('div.ac-wrapper li a').each((i,e)=>{
if (chatDict[$(e).text().trim()])
$(e).text(chatDict[$(e).text().trim()]);
});
};
chatTrans();
chatOB.observe($('div#chatRoot').get(0), {childList: true, subtree: true, attributes: true});
}
/**
* 飞行页面
*/
if (window.location.href.indexOf('index.php') >= 0 &&
$('div.travelling h4').length !== 0) {
const travelOB = new MutationObserver(travelOBInit);
function travelOBInit() {
travelOB.disconnect();
travelTrans();
travelOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true});
}
function travelTrans() {
titleTrans();
contentTitleLinksTrans();
// 气泡
if (tipsDict[$('div.inner-popup').text().trim()])
$('div.inner-popup').text(tipsDict[$('div.inner-popup').text().trim()]);
// Remaining Flight Time -
$('div.destination-title span').contents().each((i, e) => {
if (e.childNodes.length !== 0) return;
if (!e.nodeValue) return;
if (travelingDict[e.nodeValue.trim()])
e.nodeValue = travelingDict[e.nodeValue.trim()];
});
// torntools扩展插件落地时间
if ($('div.tt-landing-time span.description').text().split(' ')[0] === 'Landing') {
const landingTime = $('div.tt-landing-time span.description').text().slice(11, 19);
$('div.tt-landing-time span.description').text('于 ' + landingTime + ' 降落');
}
}
travelTrans();
travelOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true});
return;
}
/**
* 主页 todo
*/
if (window.location.href.indexOf('index.php') >= 0 &&
$('h4#skip-to-content').text().indexOf('Home') >= 0) {
titleTrans();
contentTitleLinksTrans();
let homeEvents = null;
$('h5.box-title').each((i, e) => {
if (!homeDict[e.firstChild.nodeValue]) return;
if (e.firstChild.nodeValue === 'Latest Events') {
homeEvents = $(e).parent().next().find('span');
} else if (e.firstChild.nodeValue === 'Latest Attacks') {
$(e).parent().next().find('span').each(function () {
let nodes = $(this)[0].childNodes;
nodes.forEach((v, i) => {
if (v.nodeValue !== null) {
let waitToTsf = v.nodeValue.toString().indexOf(" ");
let words = v.nodeValue.replace("\n", "").toString().split(" ");
words.forEach((word, j) => {
if (attackDict.hasOwnProperty(word)) {
if (word === "Someone") {
$(this)[0].childNodes[i].nodeValue = $(this)[0].childNodes[i].nodeValue.replace(" ", "");
}
let change = $(this)[0].childNodes[i].nodeValue.replace(word, attackDict[word]);
$(this)[0].childNodes[i].nodeValue = change;
}
})
}
}, this);
});
}
e.firstChild.nodeValue = homeDict[e.firstChild.nodeValue];
});
$('span.divider span').each((i, e) => {
if (homeDict[$(e).text()])
$(e).text(homeDict[$(e).text()]);
});
eventsTrans(homeEvents);
return;
}
/**
* city
*/
if (window.location.href.indexOf('city.php') >= 0) {
//todo 1.西部地区的健身房是否翻译? 2.bit's n bobs是否翻译?
const cityOB = new MutationObserver(cityOBInit);
function cityOBInit() {
cityOB.disconnect();
cityTrans();
cityOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true});
}
function cityTrans() {
titleTrans();
contentTitleLinksTrans();
// Map or Quick Links
$('a.ui-tabs-anchor span').each((i, e) => {
if (cityDict[$(e).text()])
$(e).text(cityDict[$(e).text()]);
});
// 标志建筑 标题
if (cityDict[$('div.title-black').text()])
$('div.title-black').text(cityDict[$('div.title-black').text()]);
// 标志建筑 6个分类
$('ul.map-symbols span').each((i, e) => {
if (cityDict[$(e).text()])
$(e).text(cityDict[$(e).text()]);
});
// 地图显示模式
// 不完全显示 文字
$('span.inactive-mode').html(cityDict['inactive-mode1'] + `
` + cityDict['inactive-mode2']);
// 完全显示 文字
$('span.active-mode').text(cityDict['active-mode']);
// 开关
$('div.on-label').text('已开启');
$('div.off-label').text('已关闭');
// 快速链接中的分类标题
$('li.title').each((i, e) => {
if (cityDict[$(e).text()])
$(e).text(cityDict[$(e).text()]);
});
// 快速链接中的区域
$('li a[class^="font-num-"] span').each((i, e) => {
// console.log($(e).prev().attr('class')==='cql-gym')
if (cityDict[$(e).text()]) {
$(e).text(cityDict[$(e).text()]);
} else if ($(e).prev().attr('class') === 'cql-your-property') {
if (propertyDict[$(e).text().trim().slice(5)]) {
$(e).text('你的' + propertyDict[$(e).text().trim().slice(5)]);
}
} else if ($(e).prev().attr('class') === 'cql-gym') {
if (gymList[$(e).text()]) {
$(e).text(gymList[$(e).text()]);
}
}
});
// 快速链接中的分类选择
$('div.sort-by label.marker-css').each((i, e) => {
if (cityDict[$(e).text()])
$(e).text(cityDict[$(e).text()]);
});
// 快速链接中的sort by
$('span#wai-sort-by').each((i, e) => {
if (cityDict[$(e).text()])
$(e).text(cityDict[$(e).text()]);
});
}
cityTrans();
cityOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true});
return;
}
/**
* gym健身房页面
*/
if (window.location.href.indexOf('gym.php') >= 0) {
const gymOB = new MutationObserver(gymOBInit);
function gymOBInit() {
gymOB.disconnect();
gymTrans();
gymOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true, attributes: true});
}
function gymTrans() {
titleTrans();
contentTitleLinksTrans();
const gymName = $('div[class^="notificationText"] b').text();
// 顶部提示信息
$('div[class^="notificationText"] p').contents().each((i, e) => {
if (e.nodeName === 'B' && gymList[$(e).text().trim()]) {
$(e).text(gymList[$(e).text().trim()]);
return;
}
if (e.childNodes.length === 0 && gymDict[e.nodeValue.trim()])
e.nodeValue = gymDict[e.nodeValue.trim()];
});
// 4属性标题
$('h3[class^="title"]').each((i, e) => {
if (gymDict[$(e).text().trim()])
$(e).text(gymDict[$(e).text().trim()]);
});
// 4属性的介绍 与冰蛙冲突
$('div[class^="description"] p:nth-child(1)').each((i, e) => {
if (gymDict[$(e).text().trim()])
$(e).text(gymDict[$(e).text().trim()]);
});
// 每次锻炼的花销
$('div[class^="description"] p:nth-child(2)').each((i, e) => {
if (e.childNodes.length === 1) {
if (gymDict[$(e).text().trim()])
$(e).text(gymDict[$(e).text().trim()]);
} else if (e.childNodes.length === 2) {
if (gymDict[e.lastChild.nodeValue.trim()]) {
e.lastChild.nodeValue = gymDict[e.lastChild.nodeValue.trim()];
}
}
});
// 锻炼页面所有按钮
$('button[class^="button"]').each((i, e) => {
if (gymDict[$(e).text().trim()])
$(e).text(gymDict[$(e).text().trim()]);
});
// cancel按钮
$('button[class^="cancel"]').each((i, e) => {
if (gymDict[$(e).text().trim()])
$(e).text(gymDict[$(e).text().trim()]);
});
// 锻炼的提示信息
$('div[class^="messageWrapper"] p').each((i, e) => {
/**
* todo
*
You dug deep and completed 15 minutes of incline sprints
*You gained 1,854.05 speed
*/ //$(e).attr('class').match(/gained/) if (gymDict[$(e).text()]) $(e).text(gymDict[$(e).text()]); }); // 健身房信息 标题 $('div[class^="gymTitle"] h3').each((i, e) => { if (gymDict[$(e).text()]) $(e).text(gymDict[$(e).text()]); else if (gymList[$(e).text().trim()]) $(e).text(gymList[$(e).text().trim()]); }); // 健身房信息 属性名 $('ul[class^="gymInfo"] b').each((i, e) => { if (gymDict[$(e).text().trim()]) $(e).text(gymDict[$(e).text().trim()]); }); // 健身房状态信息 // $('div[class^="gymStats"] b').each((i, e) => { // console.log(e) // if (gymDict[$(e).text().trim()]) // $(e).text(gymDict[$(e).text().trim()]); // }); // // // 健身房状态值 // $('div[class^="gymStats"] span[class^=value]').each((i, e) => { // if ($(e).text().indexOf("per train") > 0) // $(e).text($(e).text().split(" ")[0] + gymDict["per train"]); // else if (gymDict[$(e).text().trim()]) // $(e).text(gymDict[$(e).text().trim()]); // }); // 健身房信息 属性值 $('ul[class^="gymInfo"] span[class^="value"]').each((i, e) => { if (gymDict[$(e).text().trim()]) $(e).text(gymDict[$(e).text().trim()]); }); // 健身房信息 具体锻炼项目 $('span[class^="exerciseName"]').each((i, e) => { if (gymDict[$(e).text().trim()]) $(e).text(gymDict[$(e).text().trim()]); }); // 购买提示信息 $('div[class^="confirmMessage"] p[role="alert"]').each((i, e) => { if (gymDict[$(e).text().trim()]) $(e).text(gymDict[$(e).text().trim()]); }); } gymTrans(); gymOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true, attributes: true}); return; } /** * 教育页面 */ if (window.location.href.indexOf('education.php') >= 0) { const eduOB = new MutationObserver(eduOBInit); function eduOBInit() { eduOB.disconnect(); eduTrans(); eduOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); } function eduTrans() { titleTrans(); contentTitleLinksTrans(); // 大科目、学院标题 $('div.content-wrapper div.title').each((i, e) => { if (eduDict[$(e).text().trim()]) e.firstChild.nodeValue = eduDict[$(e).text().trim()]; }); // 教育主页提示内容 和 学院详情 小课程提示信息 $('div.content-wrapper div[class^="msg"]').find('*').contents().each((i, e) => { if (e.nodeValue === null) return; if (eduDict[e.nodeValue.trim()]) { e.nodeValue = eduDict[e.nodeValue.trim()]; } else if (e.nodeValue.indexOf('second') >= 0 || e.nodeValue.indexOf('minute') >= 0 || e.nodeValue.indexOf('hour') >= 0 || e.nodeValue.indexOf('day') >= 0 ) { e.nodeValue = e.nodeValue .replace('days', '天') .replace('day', '天') .replace('hours', '时') .replace('hour', '时') .replace('minutes', '分') .replace('minute', '分') .replace('and', '和') .replace('seconds', '秒') .replace('second', '秒'); } }); // 学院详情标题 $('div.content-wrapper div.title-black').each((i, e) => { if (e.childNodes.length === 3) if (eduDict[e.lastChild.nodeValue.trim()]) e.lastChild.nodeValue = ' ' + eduDict[e.lastChild.nodeValue.trim()]; if (eduDict[$(e).text().trim()]) $(e).text(eduDict[$(e).text().trim()]); }); // 学院详情 小课程标题 $('div.content-wrapper span.module-name').each((i, e) => { if (eduDict[$(e).text().trim()]) $(e).text(eduDict[$(e).text().trim()]); }); // 学院详情 课程的描述 $('div.content-wrapper p.desc').each((i, e) => { if (eduDict[$(e).text().trim()]) $(e).text(eduDict[$(e).text().trim()]); }); // 课程详情 7 标题 $('div.module-desc p.title').each((i, e) => { if (eduDict[$(e).text().trim()]) $(e).text(eduDict[$(e).text().trim()]); }); // 课程介绍中的所有li元素 $('div.module-desc ul.info').find('*').contents().each((i, e) => { if (e.nodeValue === null) return; if (eduDict[e.nodeValue.trim()]) e.nodeValue=eduDict[e.nodeValue.trim()]; else if (e.nodeValue.indexOf('Length')>=0){ e.nodeValue=e.nodeValue.replace('Length',eduDict['Length']) .replace('d ','日') .replace('h ','时') .replace('m ','分'); } else if (e.nodeValue.indexOf('Cost')>=0){ e.nodeValue=e.nodeValue.replace('Cost',eduDict['Cost']); } else if (e.nodeValue.indexOf('manual labor')>=0){ e.nodeValue=e.nodeValue.replace('manual labor',eduDict['manual labor']) .replace('Gain',eduDict['Gain']) .replace('upon completion',eduDict['upon completion']); } else if (e.nodeValue.indexOf('endurance')>=0){ e.nodeValue=e.nodeValue.replace('endurance',eduDict['endurance']) .replace('Gain','获得') .replace('upon completion',eduDict['upon completion']); } else if (e.nodeValue.indexOf('intelligence')>=0){ e.nodeValue=e.nodeValue.replace('intelligence',eduDict['intelligence']) .replace('Gain','获得') .replace('upon completion',eduDict['upon completion']); } }); } eduTrans(); eduOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); return; } /** * 报纸 */ if (window.location.href.indexOf('newspaper.php') >= 0 || window.location.href.indexOf('joblist.php') >= 0 || window.location.href.indexOf('freebies.php') >= 0 || window.location.href.indexOf('newspaper_class.php') >= 0 || window.location.href.indexOf('personals.php') >= 0 || window.location.href.indexOf('bounties.php') >= 0 || window.location.href.indexOf('comics.php') >= 0) { const newspaperOB = new MutationObserver(newspaperOBInit); function newspaperOBInit() { newspaperOB.disconnect(); newspaperTrans(); newspaperOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); } function newspaperTrans() { titleTrans(); contentTitleLinksTrans(); if ($('a.newspaper-link').length === 0) return; // 导航菜单 $('a.newspaper-link').contents().each((i, e) => { if (newspaperDict[e.nodeValue]) e.nodeValue = newspaperDict[e.nodeValue]; }); // 公众号广告 $('div.price.left').contents()[2].nodeValue = '文章翻译请关注中文公众号Torncity'; // 日期翻译 const date = new Date($('span.date-label').text()); if (date.format('yyyy') !== 'NaN') $('span.date-label').text(date.format('yyyy年MM月dd日')); // 菜单下的信息 工作 壁纸 广告 悬赏 $('div.help-message').find('*').contents().each((i, e) => { if (!e.nodeValue || e.nodeValue.trim() === '') return; //console.log(e.nodeValue); if (newspaperDict[e.nodeValue.trim()]) e.nodeValue = newspaperDict[e.nodeValue.trim()]; }); // 交友 $('div.personals-wrap span.msg').find('*').contents().each((i, e) => { if (!e.nodeValue || e.nodeValue.trim() === '') return; if (newspaperDict[e.nodeValue.trim()]) e.nodeValue = newspaperDict[e.nodeValue.trim()]; }); // 漫画 if (newspaperDict[$('div.bonus-wrap a').text().trim()]) $('div.bonus-wrap a').text(newspaperDict[$('div.bonus-wrap a').text().trim()]); // 右边栏 $('div[class^="sideCont"] [class^="title"]').contents().each((i, e) => { if (newspaperDict[e.nodeValue]) e.nodeValue = newspaperDict[e.nodeValue]; }); // 彩票信息 $('span[class^="winner"]').each((i, e) => { }); // 底部链接 // Why not visit our sponsor? if (newspaperDict[$('div.link-left').text().trim()]) $('div.link-left').text(newspaperDict[$('div.link-left').text().trim()]); // View all | Advertise here $('div.link-right a').contents().each((i, e) => { if (newspaperDict[e.nodeValue.trim()]) e.nodeValue = newspaperDict[e.nodeValue.trim()]; }) } newspaperTrans(); newspaperOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); return; } /** * npc买房 estateagents */ if (window.location.href.indexOf('estateagents.php') >= 0) { titleTrans(); contentTitleLinksTrans(); $('div.estate-info div.title').each((i, e) => { if (propertyDict[e.firstChild.nodeValue]) e.firstChild.nodeValue = propertyDict[e.firstChild.nodeValue]; }); return; } /** * properties 从玩家租买和自己的房子页面 */ if (window.location.href.indexOf('properties.php') >= 0) { const isRent = window.location.href.indexOf('rent') >= 0; const propertyOB = new MutationObserver(() => { propertyOB.disconnect(); titleTrans(); contentTitleLinksTrans(); propertyTrans(); propertyOB.observe($('div#properties-page-wrap')[0], {childList: true, subtree: true}); }); const propertyTrans=function propertyTrans(){ // 黑框标题 $('div.title-black span').each((i, e) => { e.firstChild.nodeValue = '您想查看哪些房产?'; }); // 房屋汉化 $('ul.info-cont label.marker-css').contents().each((i, e) => { if (propertyDict[e.nodeValue]) e.nodeValue = propertyDict[e.nodeValue]; }); //搜索按钮 $('div.btn-search button').text('搜索'); $('div.search-text a').text('搜索'); // 表头信息 $('div.users-list-title div').each((i, e) => { if (propertyDict[$(e).text()]) $(e).text(propertyDict[$(e).text()]); }); // 确认购买提示 /**Are you sure you want to rent this Castle
for $4,000,000 for a period of 30 days?
Yes NoAre you sure you want to buy another Private Island
for $1,705,000,000?
Yes No */ $('div[class="confirm-text"] span.question').each((i, e) => { const propName = e.firstElementChild.innerText.trim().split(' ').slice(8).join(' '); const hasAnother = $(e).text().indexOf('another') > 0; if (hasAnother) { e.firstElementChild.firstChild.nodeValue = '你确定要'; e.firstElementChild.firstChild.nodeValue += isRent ? '租用' : '购买'; e.firstElementChild.childNodes[1].firstChild.nodeValue = '另一个'; e.firstElementChild.childNodes[2].nodeValue = propertyDict[propName]; } else { e.firstElementChild.firstChild.nodeValue = '你确定要'; e.firstElementChild.firstChild.nodeValue += isRent ? '租用' : '购买'; e.firstElementChild.firstChild.nodeValue += propertyDict[propName]; } e.children[1].firstChild.nodeValue = '花费 '; e.children[1].childNodes[2].nodeValue = isRent ? ' 租期 ' : '?'; if (isRent) e.children[1].childNodes[4].nodeValue = ' 天?'; }); // 房屋详情表格 $('div.info-block span.bold').each((i, e) => { if (e.childElementCount === 2) { /** * On "Market" Price ":" */ e.firstElementChild.firstChild.nodeValue = ''; e.childNodes[2].nodeValue = '市场价'; e.childNodes[3].firstChild.nodeValue = ''; e.childNodes[4].nodeValue = ':'; } else { if (propertyDict[e.firstChild.nodeValue.trim()]) e.firstChild.nodeValue = propertyDict[e.firstChild.nodeValue.trim()]; } }); $('div.rental-period span.bold').each((i, e) => { if (propertyDict[e.firstChild.nodeValue.trim()]) e.firstChild.nodeValue = propertyDict[e.firstChild.nodeValue.trim()]; }); // 窄边 cost happy $('span.title-laptop.bold').each((i, e) => { if (propertyDict[$(e).text().trim()]) $(e).text(propertyDict[$(e).text().trim()]); }); // modification $('div.title.bold.left').each((i, e) => { if (propertyDict[e.firstChild.nodeValue]) e.firstChild.nodeValue = propertyDict[e.firstChild.nodeValue]; }); }; propertyTrans(); propertyOB.observe($('div#properties-page-wrap')[0], {childList: true, subtree: true}); return; } /** * 通知页面 */ if (window.location.href.indexOf('events.php') >= 0) { const ob = new MutationObserver(() => { ob.disconnect(); titleTrans(); contentTitleLinksTrans(); eventsTrans(); ob.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); }); eventsTrans(); ob.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); return; // let events; // const eventMutation = new MutationObserver(() => { // eventMutation.disconnect(); // // events = $('span.mail-link'); // // eventsTrans(events); // eventsTrans(); // eventMutation.observe($('div#events-main-wrapper')[0], {childList: true, subtree: true}); // }); // // //初始化中内容未加载 // let eventInterval = setInterval(() => { // // events = $('span.mail-link'); // // if (events.length === 0) { // // return; // // } // clearInterval(eventInterval); // eventMutation.observe($('div#events-main-wrapper')[0], {childList: true, subtree: true}); // eventsTrans(events); // }, 1000); } /** * awards.php */ if (window.location.href.indexOf('awards.php') >= 0) { const awOB = new MutationObserver(() =>{ awOB.disconnect(); awTrans(); awOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); }); const awTrans = function awTrans(){ titleTrans(); contentTitleLinksTrans(); // 顶部的3个分类 Honors (106) Medals (44) Merits (3) $('div.content-wrapper a.ui-tabs-anchor span.bold').contents().each((i,e)=>{ if (e.nodeType !== 3) return; if (awDict[e.nodeValue.trim()]) e.nodeValue = awDict[e.nodeValue.trim()]; }); // 分类标题下的描述 $('div.awards-msg').contents().each((i,e)=>{ // 文字节点 if (e.nodeType === 3) { if (awDict[e.nodeValue.trim()]) e.nodeValue = awDict[e.nodeValue.trim()]; } // 子节点 else if(e.nodeType === 1){ if (awDict[$(e).text().trim()]) $(e).text(awDict[$(e).text().trim()]); else if ($(e).text().indexOf('medals')>=0) $(e).text($(e).text().replace('medals', awDict['medals'])); else if ($(e).text().indexOf('honors')>=0) $(e).text($(e).text().replace('honors', awDict['honors'])); } }); // 技能页面 Available Merits: x Merits Used: x $('div.awards-msg p').contents().each((i,e)=>{ if(e.nodeType===3) if(awDict[e.nodeValue.trim()]) e.nodeValue=e.nodeValue.replace(e.nodeValue.trim(),awDict[e.nodeValue.trim()]); }); // 勋章下 即将解锁的勋章框标题 技能加点的表头标题 $('div.title-black').contents().each((i,e)=>{ // 勋章下 即将解锁的勋章框标题 if (e.nodeType === 1){ if (awDict[$(e).text().trim()]) $(e).text(awDict[$(e).text().trim()]); } // 技能加点的表头标题 else if (e.nodeType === 3){ if(awDict[e.nodeValue.trim()]) e.nodeValue = awDict[e.nodeValue.trim()]; } }); // 荣誉和勋章的左边栏分类选择菜单 $('div.tab-menu-cont li.ui-state-default a').each((i,e)=>{ if (awDict[$(e).text().trim()]) $(e).text(awDict[$(e).text().trim()]); }); // 技能点名字 $('ul#merits-list span.name').each((i,e)=>{ if (awDict[$(e).text().trim()]) $(e).text(awDict[$(e).text().trim()]); }); // 技能点短描述 $('ul#merits-list span.desc span[class^="t-"]').each((i,e)=>{ const slash = $(e).attr('class') === 't-show' ? '- ' : ''; const isShow = $(e).attr('class') === 't-show'; const key = isShow?$(e).text().slice(2):$(e).text(); if (awDict[key]) $(e).text((isShow?'- ':'')+awDict[key]); }); // 技能点展开详细描述与确认 $('ul#merits-list div.msg').contents().each((i,e)=>{ if (e.nodeType === 1){ const spl=$(e).text().split(' '); if (awDict[spl[1]]) $(e).text(spl[0]+' '+awDict[spl[1]]); } else if (e.nodeType === 3){ if(awDict[e.nodeValue.trim()]) e.nodeValue = awDict[e.nodeValue.trim()]; } }); }; awTrans(); awOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); return; } /** * 升级页面 */ if (window.location.href.indexOf('level2.php') >= 0) { } /** 医院页面 **/ if (window.location.href.indexOf("hospitalview.php") >= 0) { const hospitalOB = new MutationObserver(hosOBInit); function hosOBInit() { hospitalOB.disconnect(); hospTrans(); hospitalOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); } function hospTrans() { titleTrans(); contentTitleLinksTrans(); // 顶部提示信息 $('div[class^="msg right-round"]').contents().each((i, e) => { if (hosDict[e.nodeValue.trim()]) e.nodeValue = hosDict[e.nodeValue.trim()]; }); //玩家列表标题 $('div[class^="users-list-title title-black top-round m-top10"] span').contents().each((i, e) => { if (e.nodeValue && hosDict[e.nodeValue.trim()]) { e.nodeValue = e.nodeValue.replace(e.nodeValue, hosDict[e.nodeValue.trim()]); } }) //玩家列表住院理由 $('ul[class^="user-info-list-wrap"] span[class^="reason"]').each((i, e) => { let reasonStr = $(e).get(0).childNodes[1].nodeValue.trim(); if (hosDict[reasonStr]) { $(e)[0].childNodes[1].nodeValue = hosDict[reasonStr]; } else if (reasonStr.indexOf("Crashed") >= 0) { $(e)[0].childNodes[1].nodeValue = reasonStr .replace("Crashed her", hosDict["Crashed her"]) .replace("Crashed his", hosDict["Crashed his"]); } else { switch (reasonStr) { case "Attacked by": $(e)[0].childNodes[1].nodeValue = hosDict["general"]; $(e).append(" 攻击"); break; case "Hospitalized by": $(e)[0].childNodes[1].nodeValue = hosDict["general"]; $(e).append(" 殴打并送入医院"); break; case "Mugged by": $(e)[0].childNodes[1].nodeValue = hosDict["general"]; $(e).append(" 抢劫"); break; } } }) } hospTrans(); hospitalOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); return; } /** 帮派页面 **/ if (window.location.href.indexOf("actions.php") >= 0) { const factionOB = new MutationObserver(factionOBInit); function factionOBInit() { factionOB.disconnect(); factionTrans(); factionOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); } const factionDict = { "INFO": "信息", "TERRITORY": "地盘", "RANK": "名次", "CRIMES": "组织犯罪", "UPGRADES": "升级", "ARMORY": "军械库", "CONTROLS": "控制面板", "FACTION": "帮派", "YOUR FACTION IS NOT IN A WAR": "你的帮派没有处于战争状态", "TIER": "级别", "RESPECT": "声望", "No active chain": "暂无攻击链", "Main News": "主要消息", "Attacking": "攻击", "Funds": "资金流动", "Armory": "军械库", "Crimes": "组织犯罪", "Membership": "成员资格", "has claimed sovereignty of": "", "has abandoned": "放弃了地盘", "Achieved a chain of": "达成了连击链值", "and": "和", "respect [": "点声望 [", "deposited ${$1}": "存放了${$1}", "Leadership was transferred to": "帮派领导权被移交给了 ", "Someone mugged": "有人抢劫了 ", "hospitalized": " 暴打了 ", "mugged": " 抢劫了 ", "attacked": " 攻击了 ", "but lost": " 但是输了", "Someone attacked": "有人攻击了 ", "Someone hospitalized": "有人暴打了 " } function factionTrans() { titleTrans(); contentTitleLinksTrans(); //帮派大标题 $('span[class^="tab-name"]').each((i, e) => { if (factionDict[$(e).text().trim()]) { $(e).text(factionDict[$(e).text().trim()]); } }) //帮派战争状态 $('div[class^="f-msg"]').contents().each((i, e) => { let word2Trans = $(e).text().trim().split(":")[0]; if (word2Trans && factionDict[word2Trans]) { $(e).text($(e).text().replace(word2Trans, factionDict[word2Trans])); } }) //攻击链盒 $('div[class^="chain-box"]').contents().each((i, e) => { if (factionDict[$(e).text().trim()]) { $(e).text(factionDict[$(e).text().trim()]); } }) //帮派消息类别 $('div[class^="newsHeader"]').contents().each((i, e) => { if (factionDict[$(e).text().trim()]) { $(e).text(factionDict[$(e).text().trim()]); } }) //帮派主要消息日志 $('button[class^="tab"] ').each((i, e) => { if ($(e).attr('class').indexOf("active") >= 0) { console.log($(e).text()); switch ($(e).text().trim()) { case "主要消息": $('ul[class^="news-list"] span[class^="info"]').contents().each((i, u) => { if (factionDict[$(u).text().trim()]) { u.nodeValue = u.nodeValue.replace($(u).text().trim(), factionDict[$(u).text().trim()]); } }) break; case "攻击": $('ul[class^="news-list"] span[class^="info"]').find('*').contents().each((i, u) => { console.log($(u).text().trim()) if (factionDict[$(u).text().trim()]) { u.nodeValue = factionDict[$(u).text().trim()]; } }) break; case "资金流动": $('ul[class^="news-list"] span[class^="info"]').contents().each((i, u) => { if (u.nodeValue) { u.nodeValue = u.nodeValue.replace("deposited", "存放了"); } }) break; } } }) // //帮派主要消息日志 // $('ul[class^="news-list"] span[class^="info"]').contents().each((i, e) => { // if (factionDict[$(e).text().trim()]) { // e.nodeValue = e.nodeValue.replace($(e).text().trim(), factionDict[$(e).text().trim()]); // } // }) } factionTrans(); factionOB.observe($('div.content-wrapper')[0], {childList: true, subtree: true}); return; } /** * 通知翻译函数 * @param events */ function eventsTrans(events = $('span.mail-link')) { const index = window.location.href.indexOf('events.php#/step=received') >= 0 ? 1 : 0; const isReceived = index === 1; /** * 通知的类型选择栏 */ $('div[class^="mailbox-wrapper m-top10"] a[class^="btn torn-btn black"]') .contents().each((i, e) => { if (e.nodeValue) if (eventsDict[e.nodeValue.trim()]) e.nodeValue = eventsDict[e.nodeValue.trim()]; }); // .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]])); // } // } // }); if (events.length === 0) return; events.each((i, e) => { if (isReceived) {// todo “收到的信息” 暂时删除发送人节点 不影响显示 $(e).children(':first').remove(); } /** * 赛车 * You finished 5th in the Hammerhead race. Your best lap was 01:14.87. * You finished 1st in the Docks race. Your best lap was 04:01.33. * You finished 1st in the Hammerhead race and have received 3 racing points! Your best lap was 01:06.92. * You finished 4th in the Docks race. Your best lap was 03:29.27 beating your previous best lap record of 03:35.77 by 00:06.50. * You have crashed your Honda NSX on the Sewage race! The upgrades Paddle Shift Gearbox (Short Ratio) and Carbon Fiber Roof were lost. * You have crashed your Ford Mustang on the Docks race! Your car has been recovered. */ if ($(e).text().indexOf('finished') >= 0) { if ($(e).text().indexOf('crashed') >= 0) return; // todo 撞车 const isGainRacingPoint = $(e).text().indexOf('racing point'); let racingPoint = isGainRacingPoint >= 0 ? $(e).text()[isGainRacingPoint - 2] : null; const isBeat = $(e).text().indexOf('beating') >= 0; let record, bestBy; if (isBeat) { record = $(e).text().split('record of ')[1].split(' by ')[0]; bestBy = $(e).text().split('record of ')[1].split(' by ')[1].split('. ')[0]; } const pos = e.childNodes[1].firstChild.nodeValue.match(/[0-9]+/)[0]; const splitList = e.childNodes[2].nodeValue.split(' '); const bestLap = e.childNodes[2].nodeValue.split(' best lap was ')[1].slice(0, 8);//.split(' ')[0]; let map = splitList[3]; map = map === 'Two' ? 'Two Islands' : map; map = map === 'Stone' ? 'Stone Park' : map; e.firstChild.nodeValue = '你在赛车比赛 ' + map + ' 中获得第 '; e.childNodes[1].firstChild.nodeValue = pos; e.childNodes[2].nodeValue = ' 名,'; if (isGainRacingPoint >= 0) { e.childNodes[2].nodeValue += '获得' + racingPoint + '赛车点数 (Racing Points)。'; } e.childNodes[2].nodeValue += '你的最佳圈速是 ' + bestLap; if (isBeat) e.childNodes[2].nodeValue += ',比之前最佳 ' + record + ' 快 ' + bestBy; e.childNodes[2].nodeValue += '。' e.childNodes[2].nodeValue += '['; e.childNodes[3].firstChild.nodeValue = '查看'; return; } /** * 还贷 */ if ($(e).text().indexOf('Loan Shark') >= 0) { const node1Value = e.firstChild.nodeValue; // You have been charged $29,000 for your loan. You can pay this by visiting the //e.childNodes[1].firstChild.nodeValue; // Loan Shark // const node3Value=e.childNodes[2].nodeValue; 内容是 ". " let charge = node1Value.split(' ')[4]; let replace; replace = '你需要支付 '; replace += charge; replace += ' 贷款利息,点此支付:'; e.firstChild.nodeValue = replace; e.childNodes[1].firstChild.nodeValue = '鲨客借贷(Loan Shark)'; e.childNodes[2].nodeValue = '。'; return; } /** * 收到钱物 * You were sent $21,000,000 from * JNZR * . * 附带信息: with the message: Manuscript fee OCT * e.firstChild.nodeValue * e.childNodes[1].firstChild.nodeValue * e.childNodes[2].nodeValue * * You were sent 4x Xanax from RaichuQ with the message: Manuscript fee OCT * You were sent $21,000,000 from JNZR. * You were sent some Xanax from runningowl * You were sent 1x Present from Duke with the message: Is it your birthday? * You were sent Duke's Safe from DUKE * You were sent a Diamond Bladed Knife from charapower */ if ($(e).text().indexOf('were sent') >= 0) { if ($(e).text().split('from someone').length > 1) return; // todo 收到匿名发来的物资 const isWithMsg = $(e).text().indexOf('message') >= 0; const msg = isWithMsg ? $(e).text().split(' with the message: ')[1] : null; const wordsList = e.firstChild.nodeValue.split(' '); // 发送的数量 let number; if (wordsList[3] === 'some' || wordsList[3][0] === 'a') // 收到一个可数的不可堆叠或不可数的东西 number = '1x'; else if (wordsList[3][wordsList[3].length - 1] === 'x') // 收到可数的可堆叠东西 number = wordsList[3]; else number = null; const item = number === null ? wordsList.slice(3, wordsList.length - 2) : wordsList.slice(4, wordsList.length - 2); // 你收到了来自someone的【数量】物品,附带信息:xxx。 e.firstChild.nodeValue = '你收到了来自 '; e.childNodes[2].nodeValue = ' 的 '; if (number) e.childNodes[2].nodeValue += number e.childNodes[2].nodeValue += ' ' + item.join(' '); if (isWithMsg) e.childNodes[2].nodeValue += ',附带信息:' + msg; //e.childNodes[2].nodeValue += '。'; return; } /** * bazaar * Dewei3 bought 2 x Toyota MR2 from your bazaar for $56,590. * ['', 'bought', '2', 'x', 'Toyota', 'MR2', 'from', 'your', 'bazaar', 'for', '$56,590.\n'] * e.childNodes[1].nodeValue */ if ($(e).text().indexOf('bazaar') >= 0) { const bazEN = e.childNodes[1].nodeValue; const spl = bazEN.split(' '); const num = spl[2]; const item = spl.slice(4, spl.indexOf('from')).join(' '); const money = spl[spl.length - 1].replace('.', ''); e.childNodes[1].nodeValue = ' 花费 ' + money + ' 从你的店铺购买了 ' + num + ' 个 ' + ' ' + item + '。'; return; } /** * 交易 */ if ($(e).text().indexOf('trade') >= 0) { const PCHC = '点此继续'; if ($(e).text().indexOf('You must now accept') >= 0) { /** * 接受交易 * JNZR * has accepted the trade titled "g't". You must now accept to finalize it. * Please click here to continue. * JNZR已经接受了名为 "g't "的交易。你现在必须接受以完成它。 */ const firstWords = e.childNodes[1].nodeValue.split('. You must')[0]; const tradeName = firstWords.slice(31, firstWords.length); e.childNodes[1].nodeValue = ' 已经接受了名为 ' + tradeName + ' 的交易。你现在必须接受以完成它。'; e.childNodes[2].firstChild.nodeValue = PCHC; return; } if ($(e).text().indexOf('expired') >= 0) { /** * 交易过期 * The trade with * sabrina_devil * has expired * 与sabrina_devil的交易已经过期。 */ e.firstChild.nodeValue = '与 '; e.childNodes[2].nodeValue = ' 的交易已过期。'; return; } if ($(e).text().indexOf('initiated') >= 0) { /** * 交易发起 * sabrina_devil * has initiated a trade titled "gt". * Please click here to continue. * sabrina_devil发起了一项名为 "gt "的交易。 */ const node2 = e.childNodes[1].nodeValue; const tradeName = node2.slice(30, node2.length - 2); e.childNodes[1].nodeValue = ' 发起了标题为 ' + tradeName + ' 的交易。'; e.childNodes[2].firstChild.nodeValue = PCHC; return; } if ($(e).text().indexOf('now complete') >= 0) { /** * 交易完成 * Tmipimlie * has accepted the trade. The trade is now complete. * Tmipimlie已经接受交易。现在交易已经完成。 */ e.childNodes[1].nodeValue = ' 已经接受交易。该交易现已完成。'; return; } if ($(e).text().indexOf('canceled') >= 0) { /** * 交易完成 * WOW * has canceled the trade. * WOW已经取消了这项交易。 */ e.childNodes[1].nodeValue = ' 已经取消了这个交易。'; return; } if ($(e).text().indexOf('commented') >= 0) { /** * 交易评论 * QIJI * commented on your * pending trade * : "Thank you for trading with me! The total is $19,461,755 and you can view your receipt here: https://www.tornexchange.com/receipt/mhWuuL7hrE" */ e.childNodes[1].nodeValue = ' 对'; e.childNodes[2].firstChild.nodeValue = '进行中的交易'; e.childNodes[3].nodeValue = '添加了一条评论' + e.childNodes[3].nodeValue; return; } return; } /** * 被mug */ if ($(e).text().indexOf('mugged') >= 0) { const spl = $(e).text().trim().split(' '); if (spl.length > 7) return; // todo 多人运动暂时跳过 const money = spl[spl.length - 2]; if (spl[0] === 'Someone') { // 被匿名mug e.firstChild.nodeValue = '有人打劫了你 ' + money + ' ['; e.childNodes[1].firstChild.nodeValue = '查看'; } else { e.childNodes[1].nodeValue = ' 打劫了你 ' + money + ' ['; e.childNodes[2].firstChild.nodeValue = '查看'; } return; } /** * 被打 */ if ($(e).text().indexOf('attacked') >= 0) { // 被打 /** * 攻击方式 词数=spl.length * 匿名 4 Someone attacked you [view] * - hosp 6 Someone attacked and hospitalized you [view] * -- 有人袭击了你并安排你住院 * 实名 4 EternalSoulFire attacked you [view] * - lost 6 EternalSoulFire attacked you but lost [view] * - hosp 6 * - 逃跑esc 6 Dr_Bugsy_Siegel attacked you but escaped [view] * - 25回合平手stale 6 Tharizdun attacked you but stalemated [view] * - 起飞或bug 6 Mrew tried to attack you [view] * * You attacked Cherreh but timed out [view] * * 多人运动 todo * 10 Pual (and 2 others) attached you and hospitalized you [view] * 9 Argozdoc attacked you but Norm fought him off [view] */ const spl = $(e).text().trim().split(' '); if (spl.length > 6) { // 多人运动暂时跳过 /** * 超时自动失败 */ if (spl[4] === 'timed') { if (e.firstChild.firstChild) { // 由第一个节点是否有子节点判断 被攻击 e.childNodes[1].nodeValue = ' 袭击你但是超时了 ['; e.childNodes[2].firstChild.nodeValue = '查看'; return; } e.firstChild.nodeValue = '你袭击 '; e.childNodes[2].nodeValue = ' 但是超时了 ['; e.childNodes[3].firstChild.nodeValue = '查看'; return; } return; } if ($(e).find('a').text().toLowerCase().indexOf('someone') < 0 && // 避免玩家名带有someone字样 $(e).text().split(' ')[0].toLowerCase() === 'someone') { // 被匿名 if (spl.length === 6 && spl[3] === 'hospitalized') { // 匿名hos e.firstChild.nodeValue = '有人袭击你并安排你住院 ['; e.childNodes[1].firstChild.nodeValue = '查看'; return; } e.firstChild.nodeValue = '有人袭击了你 ['; e.childNodes[1].firstChild.nodeValue = '查看'; return; } if (spl.length === 4) { // 实名leave e.childNodes[1].nodeValue = ' 袭击了你 ['; e.childNodes[2].firstChild.nodeValue = '查看'; return; } if (spl.length === 6) { // 实名的情况 switch (spl[4]) { case 'lost': e.childNodes[1].nodeValue = ' 袭击你但输了 ['; e.childNodes[2].firstChild.nodeValue = '查看'; return; case 'escaped': e.childNodes[1].nodeValue = ' 袭击你但逃跑了 ['; e.childNodes[2].firstChild.nodeValue = '查看'; return; case 'stalemated': e.childNodes[1].nodeValue = ' 袭击你但打成了平手 ['; e.childNodes[2].firstChild.nodeValue = '查看'; return; } switch (spl[3]) { case 'attack': // Mrew tried to attack you [view] e.childNodes[1].nodeValue = ' 尝试袭击你 ['; e.childNodes[2].firstChild.nodeValue = '查看'; return; case 'hospitalized': e.childNodes[1].nodeValue = ' 袭击你并安排你住院 ['; e.childNodes[2].firstChild.nodeValue = '查看'; return; } } } /** * 每日彩票 * 有人在Lucky Shot彩票中赢得11,832,100,000美元! * zstorm won $5,574,200 in the Daily Dime lottery! */ if ($(e).text().indexOf('lottery') >= 0) { const split = e.childNodes[1].nodeValue.split(' '); const type = split[split.length - 3] + ' ' + split[split.length - 2]; const money = split[2]; e.childNodes[1].nodeValue = ' 在 ' + type + ' 彩票中赢得了 ' + money + '!'; return; } /** * oc开启 * You have been selected by * endlessway * to participate in an organized crime. You, along with 2 others will make up the team to * make a bomb threat * in 72 hours. * * 你被endlessway选中参与一项有组织的犯罪活动。你和另外两个人将组成一个团队,在72小时内进行炸弹威胁。 */ if ($(e).text().indexOf('organized crime') >= 0) { const time = e.childNodes[4].nodeValue.split(' ')[2]; const OCName = e.childNodes[3].firstChild.nodeValue; // todo 汉化 let others = e.childNodes[2].nodeValue.split(' ')[10]; others = others === 'one' ? '1' : others; e.firstChild.nodeValue = '你被 '; e.childNodes[2].nodeValue = ' 选中参与一项组织犯罪(OC)。你和另外' + others + '人将组成一个团队,在' + time + '小时后进行'; e.childNodes[4].nodeValue = '。'; return; } /** * oc结束 * - You and your team tried to make a bomb threat but failed! View the details * - You and your team successfully blackmailed someone! View the details * here * ! */ if ($(e).text().indexOf('You and your team') >= 0) { let rs = '成功'; let OCName = e.firstChild.nodeValue.slice(31, -19); if ($(e).text().indexOf('fail') >= 0) { rs = '失败'; OCName = e.firstChild.nodeValue.slice(27, -30); } e.firstChild.nodeValue = '你和团队的组织犯罪(OC)' + OCName + ' ' + rs + '了!'; e.childNodes[1].firstChild.nodeValue = '点此查看详情'; e.childNodes[2].nodeValue = '!'; return; } /** * bust * Spookyt * failed to bust you out of jail. */ if ($(e).text().indexOf('bust') >= 0) { if (e.childNodes[1].nodeValue[1] === 'f') { // 失败 e.childNodes[1].nodeValue = ' 没能把你从监狱救出来。'; return; } if (e.childNodes[1].nodeValue[1] === 'w') { // 失败被抓 e.childNodes[1].nodeValue = ' 在尝试救你出狱时被抓了。'; return; } if (e.childNodes[1].nodeValue[1] === 's') { e.childNodes[1].nodeValue = ' 成功把你从监狱里救了出来。'; return; } } /** * 保释 */ if ($(e).text().indexOf('bailed') >= 0) { const cost = e.childNodes[1].nodeValue.trim().slice(27, -1); e.childNodes[1].nodeValue = ' 花费 ' + cost + ' 保释了你。'; return; } /** * 收到帮派的pt */ if ($(e).text().indexOf('points from') >= 0) { const pt = e.firstChild.nodeValue.split(' ')[3]; e.firstChild.nodeValue = '你得到了从帮派取出的 ' + pt + ' PT。' return; } /** * 收到帮派的钱 */ if ($(e).text().indexOf('given $') >= 0) { const money = e.firstChild.nodeValue.split(' ')[3]; let isNamed = e.childNodes.length > 1; if (isNamed) { e.firstChild.nodeValue = ''; e.childNodes[2].nodeValue = ' 为你从帮派取了 ' + money + '。'; } else { e.firstChild.nodeValue = '你得到了从帮派取出的 ' + money + '。'; } return; } /** * 教育完成 * The education course you were taking has ended. Please click here. */ if ($(e).text().indexOf('edu') >= 0) { if ($(e).text().trim().split(' ')) e.firstChild.firstChild.nodeValue = '你的课程已学习结束,请点此继续。'; return; } /** * 人物升级 * Congratulations! You upgraded your level to 31! */ if ($(e).text().indexOf('upgraded') >= 0) { const level = e.firstChild.nodeValue.slice(44, -2); e.firstChild.nodeValue = '恭喜!你已升至' + level + '级!'; return; } /** * 开新健身房 * You have successfully purchased membership in Deep Burn. * 你已成功购买Deep Burn的健身房会员卡。 */ if ($(e).text().indexOf('membership') >= 0) { const gymName = e.firstChild.nodeValue.slice(46, -2); e.firstChild.nodeValue = '你已成功购买 ' + gymName + ' 的健身房会员卡。'; return; } /** * new virus病毒 * You completed the Simple Virus which is now in your inventory. You can begin programming a new virus * here * . * * 你完成了 "简单病毒",它现在在你的库存中。你可以【点此】开始编程一个新的病毒。 */ if ($(e).text().indexOf('new virus') >= 0) { const virusName = e.firstChild.nodeValue.split(' ').slice(3, 5).join(' '); e.firstChild.nodeValue = '你完成了 ' + virusName + ' ,它现在在你的物品库存中。你可以'; e.childNodes[1].firstChild.nodeValue = '点此'; e.childNodes[2].nodeValue = '开始编程一个新的病毒。'; return; } if ($(e).text().indexOf('doorstep') >= 0) { // 蓝星奖励 return; } /** * 帮派职位变更 * Your position in * Silver Hand * changed from Recruit to Knight. */ if ($(e).text().indexOf('position') >= 0) { let prePos, curPos; const node3Spl = e.childNodes[2].nodeValue.split(' to '); if (node3Spl.length === 2) { prePos = node3Spl[0].slice(14, node3Spl[0].length); curPos = node3Spl[1].slice(0, node3Spl[1].length - 2); } else { console.log('职位出现" to "');// todo return; } e.firstChild.nodeValue = '你在 '; e.childNodes[2].nodeValue = ' 的职位从 ' + prePos + ' 变为 ' + curPos + '。'; return; } /** * 加入帮派结果 */ if ($(e).text().indexOf('join the faction') >= 0) { const virusName = e.childNodes[2].nodeValue.trim().split(' ')[2]; const rsDict = {'accepted': '通过', 'declined': '拒绝',}; e.firstChild.nodeValue = '加入帮派 '; e.childNodes[2].nodeValue = ' 的申请已' + rsDict[virusName] + '。'; return; } }); } /** * 页标题按钮content-title-links */ function contentTitleLinksTrans() { // $('div.content-title-links a span:nth-child(2)').each((i, e) => { $('div.content-title span:nth-child(2)').each((i, e) => { if (titleLinksDict[$(e).text()]) $(e).text(titleLinksDict[$(e).text()]); else if ($(e).attr('id') === 'events') if (titleLinksDict[$(e).text().split(' ')[0]]) $(e).text($(e).text() .replace($(e).text().split(' ')[0], titleLinksDict[$(e).text().split(' ')[0]])); }); } /** * 页标题翻译 */ function titleTrans() { const title = titleDict[$('h4#skip-to-content').text().trim()]; //if ($('h4#skip-to-content').length === 1) if (title && $('h4#skip-to-content').css('display') !== 'none') $('h4#skip-to-content').css('display', 'none').after(`