Heroes Profile中文化

Hots

目前為 2019-04-26 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Heroes Profile中文化
// @namespace    http://tampermonkey.net/
// @version      0.1.1
// @description  Hots
// @author       BearBox
// @include      https://heroesprofile.com*
// @require      https://greasyfork.org/scripts/372862-libreplacetext/code/libReplaceText.js?version=635703
// @match        http://*/*
// @grant        none
// ==/UserScript==
// ['', ''],

(function () {
   new ReplaceText([
       ['All', '全部'],
       ['Stat Filter', '過濾器'],
       ['Role', '類型'],
       ['Timeframe', '版本'],
       ['Hero', '英雄'],
       ['Game Type', '遊戲類型'],['Quick Match', '快速對戰'],['Unranked Draft', '非排名模式'],['Storm League', '排名模式'],
       ['Map', '地圖'],
       ['Battlefield of Eternity', '永恆戰場'],["Blackheart's Bay", '黑心灣'],['Braxis Holdout', '布萊西斯實驗所'],['Cursed Hollow', '詛咒谷地'],
       ['Dragon Shire', '巨龍郡'],['Garden of Terror', '恐怖花園'],['Hanamura Temple', '花村神殿'],['Haunted Mines', '亡骸礦坑'],['Infernal Shrines', '煉獄聖壇'],['Sky Temple', '天空神殿'],
       ['Tomb of the Spider Queen', '蛛后之墓'],['Towers of Doom', '厄運之塔'],['Warhead Junction', '核武戰地'],['Volskaya Foundry', '伏斯凱亞鑄造廠'],['Alterac Pass', '奧特蘭克隘口'],
       ['League Tier', '階級選擇'],
       ['Games Played', '遊玩場數'],
       ['Wins', '勝利場數'],
       ['Losses', '失敗場數'],
       ['Win Rate % ', '勝率 %'],
       ['View Talent Builds', '查看天賦選擇'],
       ['Hero Stats', '英雄統計'],
       ['Hero Talents', '英雄天賦'],
       ['Talent Builder', '天賦產生器'],
       ['Compare', '比較'],
       ['Enter a Battletag', '輸入Battletag'],
       ['Find a Player', '搜尋玩家'],
       ['', ''],
       ['', ''],
   ])
})();