Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name PSO2 Swiki Menu Translation
- // @version 1
- // @grant none
- // @require https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
- // @match https://pso2.swiki.jp/*
- // Created by Javier Opazo
- // Uses content freely available from Arks Layer(arks-layer.com), Bumped(bumped.org) and Arks Visiphone(pso2.arks-visiphone.com)
- // ==/UserScript==
- $("h2").each(function() {
- switch ( $(this).text() ) {
- case '公式・本家':
- $(this).text('Official Content');
- break;
- case '初心者支援':
- $(this).text('Beginner Support');
- break;
- case 'システム':
- $(this).text('System');
- break;
- case 'クラス・スキル':
- $(this).text('Class Skills');
- break;
- case 'マグ':
- $(this).text('Mag');
- break;
- case '装備強化':
- $(this).text('Equipment Enh.');
- break;
- case '装備・アイテム類・PA':
- $(this).text('Equip./Items/PA');
- break;
- case 'ショップ・スクラッチ':
- $(this).text('Shops/Scratchs');
- break;
- case 'クエスト':
- $(this).text('Quests');
- break;
- case 'ストーリー・ボード':
- $(this).text('Storyboard');
- break;
- case '各種データ':
- $(this).text('Various Data');
- break;
- case 'コミュニティ':
- $(this).text('Community');
- break;
- case '公式サイト系リンク集':
- $(this).text('Official Site Links');
- break;
- }
- });
- $("span").each(function() {
- switch ( $(this).text() ) {
- case '■ロビー設備':
- $(this).text('■ Lobby Equipment');
- break;
- case '■コミュニケーション':
- $(this).text('■ Communication');
- break;
- case '■クエスト関連':
- $(this).text('■ Quest Related');
- break;
- case '■常設コンテンツ':
- $(this).text('■ Permanent Content');
- break;
- case '■期間限定コンテンツ':
- $(this).text('■ Limited Time Content');
- break;
- case '■武器・PA・テクニック・ペット':
- $(this).text('■ Weap./PA/Tech./Pets');
- break;
- case '■ディスク':
- $(this).text('■ Discs');
- break;
- case '■防具・リング・セット効果':
- $(this).text('■ Units/Rings/Set Effects');
- break;
- case '■その他':
- $(this).text('■ Other');
- break;
- case '■AC・FUNショップ・スクラッチ':
- $(this).text('■ AC/FUN Shop Scratch');
- break;
- case '■交換ショップ':
- $(this).text('■ Exchange Shop');
- break;
- case '■おすすめクエスト':
- $(this).text('■ Recommended Quests');
- break;
- case '■フリーフィールド':
- $(this).text('■ Free Field');
- break;
- case '■アークスクエスト':
- $(this).text('■ Arks Quests');
- break;
- case '■ボーナスクエスト':
- $(this).text('■ Bonus Quests');
- break;
- case '■バスタークエスト':
- $(this).text('■ Buster Quests');
- break;
- case '■タイムアタッククエスト':
- $(this).text('■ Time Attack Quests');
- break;
- case '■ディバイドクエスト':
- $(this).text('■ Divide Quests');
- break;
- case '■エンドレスクエスト':
- $(this).text('■ Endeless Quests');
- break;
- case '■アドバンスクエスト':
- $(this).text('■ Advance Quests');
- break;
- case '■エクストリームクエスト':
- $(this).text('■ Extreme Quests');
- break;
- case '■アルティメットクエスト':
- $(this).text('■ Ultimate Quests');
- break;
- case '■ライディングクエスト':
- $(this).text('■ Riding Quests');
- break;
- case '■チャレンジクエスト':
- $(this).text('■ Challenge Quests');
- break;
- case '■バトルアリーナ':
- $(this).text('■ Battle Arena');
- break;
- case '■練習クエスト':
- $(this).text('■ Practice Quests');
- break;
- case '■緊急クエスト':
- $(this).text('■ Emergency Quests');
- break;
- case '■期間限定クエスト':
- $(this).text('■ Time Limited Quests');
- break;
- case '■キャンペーンクエスト':
- $(this).text('■ Campaign Quests');
- break;
- case '■クライアントオーダー':
- $(this).text('■ Client Orders');
- break;
- case '■クエスト内イベント':
- $(this).text('■ In-quest Events');
- break;
- case '■ストーリークエスト':
- $(this).text('■ Story Quests');
- break;
- case '■コラボストーリー':
- $(this).text('■ Collaboration Story');
- break;
- case '■マターボード':
- $(this).text('■ Matter Board');
- break;
- case '■ストーリーボード':
- $(this).text('■ Story Board');
- break;
- case '■イベントクエスト':
- $(this).text('■ Event Quest');
- break;
- case '┗ [公式サイトリンク pso2.jp]':
- $(this).text('┗ [official site link pso2.jp]');
- break;
- case '[期間限定]':
- $(this).text('[Limited Time]');
- break;
- }
- });
- $("a").each(function() {
- switch ( $(this).text() ) {
- case 'PSO2 公式サイト':
- $(this).text('PSO2 Official website');
- break;
- case 'PSO2es 公式サイト':
- $(this).text('PSO2es Official website');
- break;
- case 'PSO2es 攻略Wiki':
- $(this).text('PSO2es Strategy Wiki');
- break;
- case 'イドラ ファンタシースターサーガ 攻略Wiki':
- $(this).text('IDOLA Phantasy Star Saga Wiki');
- break;
- case 'PSO2NGS 攻略Wiki':
- $(this).text('PSO2: New Genesis Wiki');
- break;
- case 'オンラインマニュアル':
- $(this).text('Online Manual');
- break;
- case '初心者講座':
- $(this).text('Beginner Course');
- break;
- case 'よくある質問':
- $(this).text('FAQs');
- break;
- case '用語集':
- $(this).text('Glossary');
- break;
- case '動作環境':
- $(this).text('Environment');
- break;
- case '通信環境':
- $(this).text('Network');
- break;
- case 'スペック検証':
- $(this).text('Requirements');
- break;
- case '各種環境設定解説(PC版)':
- $(this).text('Settings Explained (PC)');
- break;
- case '操作方法':
- $(this).text('Operation Method');
- break;
- case 'キャラクタークリエイト':
- $(this).text('Character Creation');
- break;
- case 'ビジフォン':
- $(this).text('Visiphone');
- break;
- case '倉庫':
- $(this).text('Storage');
- break;
- case '鑑定/スペシャルウェポン':
- $(this).text('Identification/Special Weapons');
- break;
- case 'キャラクターメニュー/トレード':
- $(this).text('Character Menu/Trade');
- break;
- case 'チャット/オートワード':
- $(this).text('Chat/Autowords');
- break;
- case 'チーム':
- $(this).text('Team');
- break;
- case 'パーティー':
- $(this).text('Party');
- break;
- case 'コーデカタログ':
- $(this).text('Fashion Catalog');
- break;
- case '状態異常/属性/天候変化':
- $(this).text('Ab. Status/Atributes/Weather');
- break;
- case '登場NPC':
- $(this).text('NPC Appeareance');
- break;
- case 'NPCパートナー/プレゼント':
- $(this).text('NPC Partner/Gifts');
- break;
- case 'フレンドパートナー':
- $(this).text('Friend Partner');
- break;
- case 'サポートパートナー':
- $(this).text('Support Partner');
- break;
- case 'エキスパート条件':
- $(this).text('Expert Conditions');
- break;
- case 'ドリンクメニュー':
- $(this).text('Drink Menu');
- break;
- case 'ログインスタンプ':
- $(this).text('Login Stamps');
- break;
- case 'アークスミッション':
- $(this).text('Arks Missions');
- break;
- case 'カジノ':
- $(this).text('Casino');
- break;
- case 'ギャザリング':
- $(this).text('Gathering');
- break;
- case 'コレクトファイル':
- $(this).text('Collect Files');
- break;
- case '称号':
- $(this).text('Titles');
- break;
- case 'トロフィー':
- $(this).text('Trophies');
- break;
- case 'ライブイベント':
- $(this).text('Live Events');
- break;
- case 'アークスリーグ':
- $(this).text('Arks League');
- break;
- case 'アークスビンゴカード':
- $(this).text('Arks Bingo Card');
- break;
- case 'アークスシップ対抗戦':
- $(this).text('Arks Ship Battle Counter');
- break;
- case 'インタラプトランキング':
- $(this).text('Interrupt Rankings');
- break;
- case 'クラス・スキル概要':
- $(this).text('Class/Skill Overview');
- break;
- case 'ハンター':
- $(this).text('Hunter');
- break;
- case 'ファイター':
- $(this).text('Fighter');
- break;
- case 'レンジャー':
- $(this).text('Ranger');
- break;
- case 'ガンナー':
- $(this).text('Gunner');
- break;
- case 'フォース':
- $(this).text('Force');
- break;
- case 'テクター':
- $(this).text('Techer');
- break;
- case 'ブレイバー':
- $(this).text('Braver');
- break;
- case 'バウンサー':
- $(this).text('Bouncer');
- break;
- case 'サモナー':
- $(this).text('Summoner');
- break;
- case 'ヒーロー':
- $(this).text('Hero');
- break;
- case 'ファントム':
- $(this).text('Phantom');
- break;
- case 'エトワール':
- $(this).text('Etoile');
- break;
- case 'クラス考察':
- $(this).text('Class Considerations');
- break;
- case 'ダークブラスト':
- $(this).text('Dark Blast');
- break;
- case '【巨躯】':
- $(this).text('Elder');
- break;
- case '【敗者】':
- $(this).text('Loser');
- break;
- case '【若人】':
- $(this).text('Apprent.');
- break;
- case '【双子】':
- $(this).text('Double');
- break;
- case '搭乗兵器':
- $(this).text('Boarding Weapons');
- break;
- case 'A.I.S':
- $(this).text('AIS');
- break;
- case 'A.I.Sヴェガ':
- $(this).text('AIS Vega');
- break;
- case 'ライドロイド':
- $(this).text('Rideroid');
- break;
- case 'マグとは':
- $(this).text('What is a MAG?');
- break;
- case 'マグ一覧':
- $(this).text('List of MAGs');
- break;
- case 'フォトンブラスト/幻獣':
- $(this).text('Photon Blasts/Phantom Beasts');
- break;
- case 'マグのエサ':
- $(this).text('MAG feeding');
- break;
- case 'マグデバイス系アイテム':
- $(this).text('MAG Device Items');
- break;
- case 'アイテム強化':
- $(this).text('Item Enh.');
- break;
- case '属性強化':
- $(this).text('Atribute Enh.');
- break;
- case '特殊能力追加':
- $(this).text('Special Ability Addition');
- break;
- case 'S級特殊能力':
- $(this).text('S-Class Special Ability');
- break;
- case '特殊能力一覧(比較表)':
- $(this).text('Special Ability List (Table)');
- break;
- case '特殊能力因子':
- $(this).text('Special Ability Factor');
- break;
- case '特殊能力追加講座':
- $(this).text('Special Ability Transfer');
- break;
- case '潜在能力':
- $(this).text('Potential Ability');
- break;
- case 'クラフト概要':
- $(this).text('Crafting Overview');
- break;
- case '武装エクステンド':
- $(this).text('Weapon Extension');
- break;
- case 'PAカスタマイズ':
- $(this).text('PA Customization');
- break;
- case 'テクニックカスタマイズ':
- $(this).text('Technique Customization');
- break;
- case '時限能力インストール':
- $(this).text('Timed Ability Installation');
- break;
- case 'デイリークラフト':
- $(this).text('Daily Craft');
- break;
- case '武器フォーム変更':
- $(this).text('Weapon Form Change');
- break;
- case 'フォトンアーツ概要':
- $(this).text('Photon Arts Overview');
- break;
- case 'ソード':
- $(this).text('Sword');
- break;
- case '迷彩':
- $(this).text('Camo');
- break;
- case 'ワイヤードランス':
- $(this).text('Wired Lance');
- break;
- case 'パルチザン':
- $(this).text('Partizan');
- break;
- case 'ツインダガー':
- $(this).text('Twin Dagger');
- break;
- case 'ダブルセイバー':
- $(this).text('Double Saber');
- break;
- case 'ナックル':
- $(this).text('Knuckle');
- break;
- case 'ガンスラッシュ':
- $(this).text('Gunslash');
- break;
- case 'カタナ':
- $(this).text('Katana');
- break;
- case 'デュアルブレード':
- $(this).text('Dual Blade');
- break;
- case 'アサルトライフル':
- $(this).text('Assault Rifle');
- break;
- case 'ランチャー':
- $(this).text('Launcher');
- break;
- case 'ツインマシンガン':
- $(this).text('Twin Machinegun');
- break;
- case 'バレットボウ':
- $(this).text('Bullet Bow');
- break;
- case 'ロッド':
- $(this).text('Rod');
- break;
- case 'タリス':
- $(this).text('Talis');
- break;
- case 'ウォンド':
- $(this).text('Wand');
- break;
- case 'ジェットブーツ':
- $(this).text('Jet Boots');
- break;
- case 'タクト':
- $(this).text('Takt');
- break;
- case '解式フォトンアーツ':
- $(this).text('Photon Arts In Depth');
- break;
- case '後継クラスフォトンアーツ概要':
- $(this).text('Sucessor PA Overview');
- break;
- case 'ヒーローPA':
- $(this).text('Hero PA');
- break;
- case 'ファントムPA':
- $(this).text('Phantom PA');
- break;
- case 'エトワールPA':
- $(this).text('Etoile PA');
- break;
- case 'テクニック概要':
- $(this).text('Technique Overview');
- break;
- case '炎':
- $(this).text('Fire');
- break;
- case '氷':
- $(this).text('Ice');
- break;
- case '雷':
- $(this).text('Lightning');
- break;
- case '風':
- $(this).text('Wind');
- break;
- case '光':
- $(this).text('Light');
- break;
- case '闇':
- $(this).text('Dark');
- break;
- case '複合属性':
- $(this).text('Composite Techs');
- break;
- case '固有PA/テク武器一覧':
- $(this).text('Unique PA/Tech Weapons');
- break;
- case 'ディスクドロップ情報':
- $(this).text('Disc Drop Info');
- break;
- case 'ペット概要':
- $(this).text('Pet Overview');
- break;
- case 'ワンダ':
- $(this).text('Wanda');
- break;
- case 'ジンガ':
- $(this).text('Jinga');
- break;
- case 'トリム':
- $(this).text('Torim');
- break;
- case 'エアロ':
- $(this).text('Aero');
- break;
- case 'サリィ':
- $(this).text('Cery');
- break;
- case 'ポップル':
- $(this).text('Popple');
- break;
- case 'マロン':
- $(this).text('Maron');
- break;
- case 'メロン':
- $(this).text('Melon');
- break;
- case 'ラッピー':
- $(this).text('Rappy');
- break;
- case 'ヴィオラ':
- $(this).text('Viola');
- break;
- case 'シンクロウ':
- $(this).text('Synchro');
- break;
- case 'レドラン':
- $(this).text('Redran');
- break;
- case 'グラス':
- $(this).text('Glass');
- break;
- case 'キャンディー':
- $(this).text('Candy');
- break;
- case '実装情報/武器':
- $(this).text('Implementation Info/Weapons');
- break;
- case '新世武器':
- $(this).text('NT weapons');
- break;
- case '武器迷彩':
- $(this).text('Weapon Camos');
- break;
- case 'リア':
- $(this).text('Rear');
- break;
- case 'アーム':
- $(this).text('Arm');
- break;
- case 'レッグ':
- $(this).text('Leg');
- break;
- case 'サブ':
- $(this).text('Sub');
- break;
- case 'スキルリング概要':
- $(this).text('Skill Ring Overview');
- break;
- case 'Lリング':
- $(this).text('L-Rings');
- break;
- case 'Rリング':
- $(this).text('R-Rings');
- break;
- case '実装情報/防具':
- $(this).text('Implementation Info/Armor');
- break;
- case 'セット効果':
- $(this).text('Set Effects');
- break;
- case 'セット効果(合計)':
- $(this).text('Set Effects (Total)');
- break;
- case '戦闘消耗アイテム':
- $(this).text('Combat Consumables');
- break;
- case 'ギャザリング料理':
- $(this).text('Gathering Dishes');
- break;
- case 'クエストアイテム':
- $(this).text('Quest Items');
- break;
- case 'ルームグッズ':
- $(this).text('Room Goods');
- break;
- case 'ミュージックディスク':
- $(this).text('Music Discs');
- break;
- case 'アークススクラッチ':
- $(this).text('ARK Scratch');
- break;
- case 'ACショップ':
- $(this).text('AC Shop');
- break;
- case 'スタージェム':
- $(this).text('Star Gem');
- break;
- case 'トレジャーショップ':
- $(this).text('Treasure Shop');
- break;
- case 'FUNスクラッチ':
- $(this).text('FUN Scratch');
- break;
- case 'FUNショップ':
- $(this).text('FUN Shop');
- break;
- case 'エステ概要':
- $(this).text('Fashion Summary');
- break;
- case 'コスチューム・パーツ':
- $(this).text('Costumes/Parts');
- break;
- case '男女共用':
- $(this).text('Unisex');
- break;
- case '男性用':
- $(this).text('Men\'s');
- break;
- case 'レイヤリングウェア':
- $(this).text('Layering Wear');
- break;
- case '女性用':
- $(this).text('Women\'s');
- break;
- case 'アクセサリー(頭部上段)':
- $(this).text('Accesories (Upper Head)');
- break;
- case 'アクセサリー(頭部中段)':
- $(this).text('Accesories (Middle Head)');
- break;
- case 'アクセサリー(頭部小物)':
- $(this).text('Accesories (Head)');
- break;
- case 'アクセサリー(その他)':
- $(this).text('Accesories (Others)');
- break;
- case 'ヘアスタイル':
- $(this).text('Hairstyles');
- break;
- case 'ヘッドパーツ':
- $(this).text('Head Parts');
- break;
- case '瞳/まゆ/まつげ/メイク':
- $(this).text('Eyes/Eyebrows/Eyelashes/Makeup');
- break;
- case 'ボディペイント/ステッカー':
- $(this).text('Body Paint/Stickers');
- break;
- case 'ボイス':
- $(this).text('Voice');
- break;
- case 'ロビーアクション':
- $(this).text('Lobby Actions');
- break;
- case 'フォトンドロップ交換ショップ':
- $(this).text('Photon Drop shop');
- break;
- case 'エクスキューブ交換ショップ':
- $(this).text('Excube shop');
- break;
- case 'バトルコイン交換ショップ':
- $(this).text('Battle Coin shop');
- break;
- case 'チャレンジマイル交換ショップ':
- $(this).text('Challenge Mile shop');
- break;
- case '輝石交換ショップ':
- $(this).text('Pyroxene shop');
- break;
- case 'メダル交換ショップ':
- $(this).text('Medal shop');
- break;
- case 'バッヂ&メモリ交換ショップ':
- $(this).text('Badge & Memory shop');
- break;
- case 'リサイクルショップ':
- $(this).text('Recycle shop');
- break;
- case '公認ネットカフェカウンター':
- $(this).text('Internet Cafe counter');
- break;
- case '証交換ショップ(ジグ)':
- $(this).text('Certificate shop (Zieg)');
- break;
- case '証書交換ショップ':
- $(this).text('Certificate shop');
- break;
- case '期間限定交換ショップ':
- $(this).text('Limited Time shop');
- break;
- case '概要':
- $(this).text('Overview');
- break;
- case '平穏を引き裂く混沌':
- $(this).text('Chaotic Tranquility');
- break;
- case '安寧を破りし超急の魔笛':
- $(this).text('The Piper of Disharmony');
- break;
- case '戦塵を招く魔城の脅威':
- $(this).text('The Menacing Castle');
- break;
- case '静寂に生まれし混沌':
- $(this).text('Chaotic Silence');
- break;
- case '暗影渦巻く壊れた世界':
- $(this).text('A World Engulfed in Shadows');
- break;
- case '森林探索':
- $(this).text('Forest Exploration');
- break;
- case '超界探索':
- $(this).text('Ultra');
- break;
- case '火山洞窟探索':
- $(this).text('Volcanic Cave Exploration');
- break;
- case '砂漠探索':
- $(this).text('Desert Exploration');
- break;
- case '凍土探索':
- $(this).text('Tundra Exploration');
- break;
- case '地下坑道探索':
- $(this).text('Sub Tunnels Exploration');
- break;
- case '浮遊大陸探索':
- $(this).text('Skyscape Exploration');
- break;
- case '遺跡探索':
- $(this).text('Ruins Exploration');
- break;
- case '龍祭壇探索':
- $(this).text('Sanctum Exploration');
- break;
- case '海岸探索':
- $(this).text('Coast Exploration');
- break;
- case '採掘場跡探索':
- $(this).text('Quarry Exploration');
- break;
- case '海底探索':
- $(this).text('Seabed Exploration');
- break;
- case '白ノ領域探索':
- $(this).text('Shironia Exploration');
- break;
- case '浮上施設探索':
- $(this).text('Facility Exploration');
- break;
- case '黒ノ領域探索':
- $(this).text('Kuron Exploration');
- break;
- case '東京探索':
- $(this).text('Tokyo Exploration');
- break;
- case 'ラスベガス探索':
- $(this).text('Las Vegas Exploration');
- break;
- case '幻惑の森探索':
- $(this).text('Enchanted Forest Exploration');
- break;
- case 'レアエネミートリガー':
- $(this).text('Rare Enemy Trigger');
- break;
- case 'ザウーダン討伐':
- $(this).text('Subdue Za Oodan');
- break;
- case 'フォンガルフ討伐':
- $(this).text('Subdue Fangulf');
- break;
- case 'ダガン殲滅任務:森林':
- $(this).text('Dagan Extermination: Forest');
- break;
- case 'ナヴ・ラッピー捕獲任務':
- $(this).text('Nab Rappy Capture');
- break;
- case '龍族生態調査':
- $(this).text('Dragonkin Ecological Survey');
- break;
- case 'カルターゴ殲滅':
- $(this).text('Kartargot Extermination');
- break;
- case 'キャタドラン討伐':
- $(this).text('Subdue Caterdra\'n');
- break;
- case '機甲種性能調査:砂漠':
- $(this).text('Mech Power Survey: Desert');
- break;
- case '貴重物資運搬計画:砂漠':
- $(this).text('Cargo Recovery: Desert');
- break;
- case '稀少鉱石発掘任務':
- $(this).text('Rare Ore Mining');
- break;
- case '凍土地域状況調査':
- $(this).text('Tundra Regional Survey');
- break;
- case 'アークス捜索任務:凍土':
- $(this).text('ARKS Search: Tundra');
- break;
- case 'デ・マルモス鎮圧':
- $(this).text('Subdue De Malmoth');
- break;
- case '機甲種性能調査:地下坑道':
- $(this).text('Mech Power Survey: Tunnels');
- break;
- case '救難信号調査':
- $(this).text('Distress Signal Investigation');
- break;
- case '巨大変形機甲種撃破':
- $(this).text('Transformer Takedown');
- break;
- case '凶暴化龍族鎮圧':
- $(this).text('Berserk Dragon Suppression');
- break;
- case '指定標本回収:浮遊大陸':
- $(this).text('Specimen Collection: Skyscape');
- break;
- case 'キャタドランサ討伐':
- $(this).text('Subdue Caterdra\'nsa');
- break;
- case '遺跡侵食度調査':
- $(this).text('Ruins Infestation Survey');
- break;
- case '環境汚染装置破壊':
- $(this).text('Polluter Destruction');
- break;
- case 'ウォルガーダ殲滅':
- $(this).text('Wolgahda Extermination');
- break;
- case '龍祭壇平定任務':
- $(this).text('Sanctum Suppression');
- break;
- case 'ソル・ディランダール討伐':
- $(this).text('Subdue Sol Dirandal');
- break;
- case 'ゴロンゾラン鎮圧':
- $(this).text('Subdue Goronzoran');
- break;
- case '海岸地域生態調査':
- $(this).text('Coastal Ecological Survey');
- break;
- case '環境保全任務:海岸':
- $(this).text('Coastal Conservation');
- break;
- case 'オルグブラン討伐':
- $(this).text('Subdue Org Blan');
- break;
- case '機甲種性能調査:採掘場跡':
- $(this).text('Mech Power Survey: Quarry');
- break;
- case 'リリーパ族集落防衛':
- $(this).text('Lillipan Colony Defense');
- break;
- case '移動要塞型機甲種撃破':
- $(this).text('Mobile Fortress Destruction');
- break;
- case '海底地域生態調査':
- $(this).text('Seabed Ecological Survey');
- break;
- case 'ウォパル救助隊':
- $(this).text('Wopal Rescue Team');
- break;
- case 'デコル・マリューダ討伐':
- $(this).text('Subdue Decol Malluda');
- break;
- case '黒の民鎮圧任務':
- $(this).text('Kuronite Suppression');
- break;
- case 'アンジャドゥリリ討伐':
- $(this).text('Anjhadu-lili Demolition');
- break;
- case '浮上施設地域生態調査':
- $(this).text('Facility Exploration');
- break;
- case 'レオマドゥラード討伐':
- $(this).text('Subdue Rheo Madullard');
- break;
- case '黒の民状況調査':
- $(this).text('Kuronite Investigation');
- break;
- case 'コドッタ・イーデッタ討伐':
- $(this).text('Codotta Idetta Subjugation');
- break;
- case '幻創種撃退任務:東京':
- $(this).text('Phantom Extermination: Tokyo');
- break;
- case 'トレイン・ギドラン討伐':
- $(this).text('Train Ghidoran Suppression');
- break;
- case '特別任務:東京【銀】':
- $(this).text('Special Mission: Tokyo (Silver)');
- break;
- case '特別任務:東京【金】':
- $(this).text('Special Mission: Tokyo (Gold)');
- break;
- case '特別任務:禍津【銀】':
- $(this).text('Special Mission: Magatsu (Silver)');
- break;
- case '特別任務:禍津【金】':
- $(this).text('Special Mission: Magatsu (Gold)');
- break;
- case '特別任務:ラッピーフィーバー':
- $(this).text('Special Mission: Rappy Fever');
- break;
- case '特別任務:カヅチ襲来':
- $(this).text('Special Mission: Kazuchi Attack');
- break;
- case '特別任務:東京【虹】':
- $(this).text('Special Mission: Tokyo (Rainbow)');
- break;
- case '魔神城戦':
- $(this).text('Battle the Devil Castle');
- break;
- case '走破演習:ナベリウス初級':
- $(this).text('Marathon Training: Naberius Beginner');
- break;
- case '走破演習:ナベリウス上級':
- $(this).text('Marathon Training: Naberius Advanced');
- break;
- case '走破演習:リリーパ':
- $(this).text('Marathon Training: Lillipa');
- break;
- case '走破演習:アムドゥスキア':
- $(this).text('Marathon Training: Amduskia');
- break;
- case '突破演習:龍祭壇':
- $(this).text('Infiltration Practice: Sanctum');
- break;
- case '走破演習:ウォパル':
- $(this).text('Marathon Training: Wopal');
- break;
- case '連破演習:ハルコタン':
- $(this).text('Successive Practice: Harkotan');
- break;
- case '連破演習:闇の痕跡':
- $(this).text('Successive Practice: Traces of Darkness');
- break;
- case '走破演習:東京':
- $(this).text('Marathon Training: Tokyo');
- break;
- case 'アブダクション':
- $(this).text('Abduction');
- break;
- case '逆境訓練:フォトナー強襲':
- $(this).text('Adversity Training: Photoner Assault');
- break;
- case '無限連戦:追憶の彼方へ':
- $(this).text('Endless: Memories Beyond');
- break;
- case '無限連戦:永遠の輪舞':
- $(this).text('Endless: Eternal Rondo');
- break;
- case '特務先遣調査:森林':
- $(this).text('Special Survey: Forest');
- break;
- case '特務先遣調査:火山洞窟':
- $(this).text('Special Survey: V. Cave ');
- break;
- case '特務先遣調査:砂漠':
- $(this).text('Special Survey: Desert');
- break;
- case '特務先遣調査:地下坑道':
- $(this).text('Special Survey: Tunnels');
- break;
- case '特務先遣調査:凍土':
- $(this).text('Special Survey: Tundra');
- break;
- case '特務先遣調査:浮遊大陸':
- $(this).text('Special Survey: Skyscape ');
- break;
- case '特務先遣調査:市街地':
- $(this).text('Special Survey: Urban');
- break;
- case '特務先遣調査:遺跡':
- $(this).text('Special Survey: Ruins');
- break;
- case '特務先遣調査:龍祭壇':
- $(this).text('Special Survey: Sanctum');
- break;
- case '特務先遣調査:海岸':
- $(this).text('Special Survey: Coast');
- break;
- case '特務先遣調査:採掘場跡':
- $(this).text('Special Survey: Quarry');
- break;
- case '特務先遣調査:海底':
- $(this).text('Special Survey: Seabed');
- break;
- case '特務先遣調査:浮上施設':
- $(this).text('Special Survey: Floating Facility');
- break;
- case '特務先遣調査:黒ノ領域':
- $(this).text('Special Survey: Kuron');
- break;
- case '特務先遣調査:白ノ領域':
- $(this).text('Special Survey: Shironia');
- break;
- case '極限訓練:凍土と機甲':
- $(this).text('EX Training: Glacial Machinery');
- break;
- case '極限訓練:森林と龍':
- $(this).text('EX Training: Sylvan Wyverns');
- break;
- case '極限訓練:遺跡と海王':
- $(this).text('EX Training: Forsaken Aquatics');
- break;
- case '極限訓練:地球と幻創':
- $(this).text('EX Training: Terran Phantoms');
- break;
- case '独極訓練:天極と地極':
- $(this).text('Solo Training: Heaven and Hell');
- break;
- case '独極訓練:世壊の境界':
- $(this).text('Solo Training: Bounds of Corruption');
- break;
- case '独極訓練:狂想と幻創':
- $(this).text('Solo Training: Phanatical Phantoms');
- break;
- case '壊世調査:ナベリウス':
- $(this).text('Corruption Survey: Naberius');
- break;
- case '壊世調査:リリーパ':
- $(this).text('Corruption Survey: Lilipa');
- break;
- case '壊世調査:アムドゥスキア':
- $(this).text('Corruption Survey: Amduskia');
- break;
- case '領域調査:異世界の残滓':
- $(this).text('Area Survey: Remnants of Other Worlds');
- break;
- case '艦内潜入:敵大型戦艦':
- $(this).text('Ship Infiltration: Large Enemy Battleship');
- break;
- case 'MISSION:始動':
- $(this).text('MISSION: Start');
- break;
- case 'MISSION:決断':
- $(this).text('MISSION: Interval');
- break;
- case 'エンブレム争奪戦':
- $(this).text('Emblem Battle');
- break;
- case '『4VS4』VRアリーナ':
- $(this).text('"4vs4" VR Arena');
- break;
- case '差分チェッカー':
- $(this).text('Difference Checker');
- break;
- case 'アップローダー':
- $(this).text('Uploader');
- break;
- case '参加条件早見表':
- $(this).text('Participation condition chart');
- break;
- case '猛る黒曜の暴腕':
- $(this).text('Raging Dark Arms');
- break;
- case '深遠に至りし巨なる躯':
- $(this).text('Utterly Profound');
- break;
- case '闇のゆりかご':
- $(this).text('Cradle of Darkness');
- break;
- case '闇へのいざない':
- $(this).text('The Beckoning Darkness');
- break;
- case '狡猾なる黒翼の尖兵':
- $(this).text('Ebon-Winged Vanguard');
- break;
- case '現れる偽りの覇者【敗者】':
- $(this).text('Paragon of Deceit: Loser');
- break;
- case '来襲せし虚なる深遠の躯':
- $(this).text('Profound Invasion');
- break;
- case '世界を堕とす輪廻の徒花':
- $(this).text('Perennial Apocalypse');
- break;
- case '悲劇を歌う怨嗟の虚影':
- $(this).text('Requiem of the Specter\'s Grudge');
- break;
- case '終の艦隊迎撃戦':
- $(this).text('Final Iterception Battle');
- break;
- case '砂漠遊撃戦':
- $(this).text('Desert Guerillas');
- break;
- case '巨大機甲種・覚醒':
- $(this).text('Mega Mecha\'s Awakening');
- break;
- case '境界を破る闘将':
- $(this).text('Winged Border Breaker');
- break;
- case '採掘基地防衛戦:襲来':
- $(this).text('Mining Base Defense: Invasion');
- break;
- case '採掘基地防衛戦:侵入':
- $(this).text('Mining Base Defense: Intrusion');
- break;
- case '採掘基地防衛戦:絶望':
- $(this).text('Mining Base Defense: Despair');
- break;
- case '採掘基地防衛戦:終焉':
- $(this).text('Mining Base Defense: Demise');
- break;
- case '採掘基地防衛訓練:VR':
- $(this).text('Base Defense Training: VR');
- break;
- case '顕現せし星滅の災厄':
- $(this).text('Annihilator\'s Apparition');
- break;
- case '星滅の災厄禊ぐ灰の唱':
- $(this).text('Annihilator\'s Purification');
- break;
- case '威風堂々たる鋼鉄の進撃':
- $(this).text('Magisterial Onslaught');
- break;
- case '大海に顕れし鋼鉄の巨艦':
- $(this).text('Quintessence of Steel');
- break;
- case '新世を成す幻創の造神':
- $(this).text('The Creator Phantom');
- break;
- case '創世を謳う幻創の造神':
- $(this).text('The Phantom Demiurge');
- break;
- case '月駆ける幻創の母':
- $(this).text('Racing the Phantom Mother');
- break;
- case '創世導く母なる神':
- $(this).text('The Guides of Creation');
- break;
- case '魔神城戦:不断の闘志':
- $(this).text('Devil Castle: Endless Belligerence');
- break;
- case '壊城に舞う紅き邪竜':
- $(this).text('The Crimson Castle Crusher');
- break;
- case '崩城に甦る黒衣の邪竜':
- $(this).text('The Dark Demolisher');
- break;
- case '異界に紡がれし知の化身':
- $(this).text('Incarnation of Knowledge');
- break;
- case '地底を染めし女王の悪夢':
- $(this).text('The Underground Nightmare');
- break;
- case '魔神城戦:不尽の狂気':
- $(this).text('Devil Castle: Perpetual Madness');
- break;
- case 'クエストトリガー':
- $(this).text('Quest Triggers');
- break;
- case 'T:輝光を屠る輪廻の徒花':
- $(this).text('T:The Endless Darkness');
- break;
- case 'T:惨劇を招く破滅の虚影':
- $(this).text('T:Specter of Tragedy');
- break;
- case 'T:天地を葬る災禍の凶神':
- $(this).text('T:Annihilator\'s Apparition');
- break;
- case 'T:解き放たれし鋼鉄の威信':
- $(this).text('T:Unleashed Prestige');
- break;
- case 'T:輝光を砕く母なる神':
- $(this).text('T:Destroyers of Light');
- break;
- case 'T:逢魔に誘う幻惑の森':
- $(this).text('T:The Beckoning Woods');
- break;
- case 'T:異界に甦りし全知への渇望':
- $(this).text('T:Rebirth of Desire');
- break;
- case 'T:砂都に迫りし女王の悪夢':
- $(this).text('T:The Underground Nightmare');
- break;
- case 'T:星芒喰らう闇の狂宴':
- $(this).text('Revelry of Darkness');
- break;
- case 'T:宇宙を斬り裂く紅き閃機':
- $(this).text('T:Scarlet Space Splitter');
- break;
- case '敵艦潜入訓練:Enhancer':
- $(this).text('Battleship Infiltration: Enhancer');
- break;
- case 'クライアントオーダー':
- $(this).text('Client Orders');
- break;
- case '(報告)':
- $(this).text('(Report)');
- break;
- case '繰り返しオーダー一覧':
- $(this).text('Repeatable COs');
- break;
- case 'タイムアタック用オーダー一覧':
- $(this).text('Time Attack COs');
- break;
- case '緊急クエスト用オーダー一覧':
- $(this).text('Emergency Quest COs');
- break;
- case '予兆':
- $(this).text('Omens');
- break;
- case 'エマージェンシートライアル':
- $(this).text('Emergency Code List');
- break;
- case 'パラレルエリア':
- $(this).text('Parallel Area');
- break;
- case 'クローン':
- $(this).text('Clone');
- break;
- case 'メッセージパック':
- $(this).text('Message Pack');
- break;
- case 'イベントクロニクル':
- $(this).text('Event Chronicle');
- break;
- case 'ストーリー時系列':
- $(this).text('Story Timeline');
- break;
- case '概要・一覧':
- $(this).text('Overview/List');
- break;
- case '種族比較':
- $(this).text('Race Comparison');
- break;
- case 'ヒューマン':
- $(this).text('Human');
- break;
- case 'ニューマン':
- $(this).text('Newman');
- break;
- case 'キャスト':
- $(this).text('CAST');
- break;
- case 'デューマン':
- $(this).text('Duman');
- break;
- case '惑星':
- $(this).text('Planet');
- break;
- case 'エリアマップ':
- $(this).text('Area Map');
- break;
- case 'イベントロビー':
- $(this).text('Event Lobby');
- break;
- case 'フランカ’s カフェ':
- $(this).text('Franka\'s Cafe');
- break;
- case 'エネミーステータス':
- $(this).text('Enemy Status');
- break;
- case 'ダメージ計算':
- $(this).text('Damage Calculation');
- break;
- case '累積経験値':
- $(this).text('Comulative Experience');
- break;
- case 'ドロップ条件まとめ':
- $(this).text('Drop Condition Summary');
- break;
- case '特典アイテム':
- $(this).text('Privilege Items');
- break;
- case '小技集(便利なプチネタ)':
- $(this).text('Tips and Tricks');
- break;
- case '動画集':
- $(this).text('Video Collection');
- break;
- case '質問掲示板':
- $(this).text('Question Board');
- break;
- case '相談掲示板':
- $(this).text('Consultation Board');
- break;
- case '雑談掲示板':
- $(this).text('Chat Board');
- break;
- case 'キャラクリ・SS雑談掲示板':
- $(this).text('Character/SS Board');
- break;
- case '緊急掲示板':
- $(this).text('Emergency Board');
- break;
- case 'チーム紹介掲示板':
- $(this).text('Team Introduction Board');
- break;
- case '避難所・ログ保管庫':
- $(this).text('Evacuation Center/Log Storage');
- break;
- case '画像アップローダー':
- $(this).text('Image Uploader');
- break;
- case '公式サイト':
- $(this).text('Official Site');
- break;
- case '『PSO2』プレイヤーズサイト':
- $(this).text('[PSO2] Players Site');
- break;
- case '『PSO2es』プレイヤーズサイト':
- $(this).text('[PSO2es] Players Site');
- break;
- case '公式ブログ':
- $(this).text('Official Blog');
- break;
- case 'ハンゲームサイト':
- $(this).text('Hange PSO2 Site');
- break;
- case 'その他サイト':
- $(this).text('Other Sites');
- break;
- case '【公式サイト】':
- $(this).text('[Official Site]');
- break;
- case 'ファンタシースターオンライン2 -ON STAGE-':
- $(this).text('PSO2 -ON STAGE-');
- break;
- case 'ファンタシースターオンライン2 THE ANIMATION':
- $(this).text('PSO2 THE ANIMATION');
- break;
- case '公式WEBマンガ/ショートアニメ ぷそ煮コミ':
- $(this).text('Official Webcomic Puso Ni Comi');
- break;
- case 'ファンタシースターオンライン2 EPISODE ORACLE':
- $(this).text('PSO2 EPISODE ORACLE');
- break;
- case 'ファンタシースターオンライン2 NEW GENESIS':
- $(this).text('PSO2 NEW GENESIS');
- break;
- case '【ティザーサイト】':
- $(this).text('[Teaser Site]');
- break;
- case '「セブン-イレブン」':
- $(this).text('「Seven Eleven」');
- break;
- case '「ファッションセンターしまむら」':
- $(this).text('「Fashion Center Shimamura」');
- break;
- case '「ドン・キホーテ」':
- $(this).text('「Don Quixote」');
- break;
- case '「ローソン」':
- $(this).text('「LAWSON」');
- break;
- case 'WIKI編集者の集い':
- $(this).text('WIKI Editors Gathering');
- break;
- case '整形ルール':
- $(this).text('Styling Rules');
- break;
- case 'Wiki編集マニュアル':
- $(this).text('WIKI Editing Manual');
- break;
- case '画像添付について':
- $(this).text('About Image Attachment');
- break;
- case '画像置場':
- $(this).text('Image Storage');
- break;
- case 'アップデートメモ':
- $(this).text('Update memo');
- break;
- case '本日分':
- $(this).text('Today');
- break;
- case '合計':
- $(this).text('All');
- break;
- case 'ミラー':
- $(this).text('Mirror');
- break;
- case 'エネミー一覧':
- $(this).text('Enemy List');
- break;
- }
- });
- $("p").each(function() {
- switch ( $(this).text() ) {
- case ' ▽森林':
- $(this).text(' ▽Forest');
- break;
- case ' ▽火山洞窟':
- $(this).text(' ▽Volcanic Cave');
- break;
- case ' ▽砂漠':
- $(this).text(' ▽Desert');
- break;
- case ' ▽凍土':
- $(this).text(' ▽Tundra');
- break;
- case ' ▽地下坑道':
- $(this).text(' ▽Sub Tunnels');
- break;
- case ' ▽浮遊大陸':
- $(this).text(' ▽Skyscape');
- break;
- case ' ▽遺跡':
- $(this).text(' ▽Ruins');
- break;
- case ' ▽龍祭壇':
- $(this).text(' ▽Sanctum');
- break;
- case ' ▽海岸':
- $(this).text(' ▽Coast');
- break;
- case ' ▽採掘場跡':
- $(this).text(' ▽Quarry');
- break;
- case ' ▽海底':
- $(this).text(' ▽Seabed');
- break;
- case ' ▽白ノ領域':
- $(this).text(' ▽Shironia');
- break;
- case ' ▽浮上施設':
- $(this).text(' ▽Facility');
- break;
- case ' ▽黒ノ領域':
- $(this).text(' ▽Kuron');
- break;
- case ' ▽東京':
- $(this).text(' ▽Tokyo');
- break;
- case ' ▼ アークス船団周辺宙域':
- $(this).text(' ▼ARKs Fleet\'s Airspace');
- break;
- case ' ▼ 艦隊交戦区域':
- $(this).text(' ▼Fleet Battle Area');
- break;
- case ' ▼ ナベリウス':
- $(this).text('Naberius');
- break;
- case ' ┗ 現在は実施されていません':
- $(this).text(' ┗ Not Implemented');
- break;
- case ' ▼ アムドゥスキア':
- $(this).text('Amduskia');
- break;
- case ' ▼ リリーパ':
- $(this).text('Lillipa');
- break;
- case ' ▼ ウォパル':
- $(this).text('Wopal');
- break;
- case ' ▼ ハルコタン':
- $(this).text('Harkotan');
- break;
- case ' ▼ 地球':
- $(this).text('Earth');
- break;
- case ' ▼ オメガ':
- $(this).text('Omega');
- break;
- case ' ▼ オラクル宙域':
- $(this).text('Oracle Space');
- break;
- case ' ▼ 艦隊交戦区域':
- $(this).text('Fleet Battle Area');
- break;
- case '【PSO2 派生作品】':
- $(this).text('[PSO2 Related Works]');
- break;
- case '【コラボレーション】':
- $(this).text('[Collaboration]');
- break;
- }
- if ( $(this).text().startsWith(' ▽ アークスシップ残骸・甲板')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ アークスシップ残骸・甲板',' ▽ARKs Ship Wreckage-Deck')
- .replace(' ▽ ダーカーの巣窟',' ▽Darker\'s Den')
- .replace(' ▽ マザーシップ内部',' ▽Mothership')
- .replace(' ▽ アークスシップ残骸・甲板/マザーシップ内部',' ▽ARKs Ship Wreckage/Mothership')
- .replace(' ▽ 揚陸艇/壊世の果て',' ▽Landing Craft/World\'s End')
- .replace(' ▽ 【仮面】反応座標付近',' ▽[Masquerade] Near Singularity Location');
- }
- else if ( $(this).text().startsWith(' ▽ セクター1展開エリア')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ セクター1展開エリア',' ▽Sector 1 Deployment Area')
- .replace('[予告専用]','[For notice only]');
- }
- else if ( $(this).text().startsWith(' ▽ 砂漠')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ 砂漠',' ▽Desert')
- .replace(' ▽ 地下坑道',' ▽Sub Tunnels')
- .replace(' ▽ 採掘基地',' ▽Minning Base');
- }
- else if ( $(this).text().startsWith(' ▽ 白ノ大城塞/唱結界内')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ 白ノ大城塞/唱結界内',' ▽Shironia Great Citadel/Inner Sactum');
- }
- else if ( $(this).text().startsWith(' ▽ 日本近海')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ 日本近海',' ▽Japan\'s Sea')
- .replace(' ▽ 世界樹',' ▽World Tree')
- .replace(' ▽ 月面/幻創の柱',' ▽Moon/Phantom Pillar')
- .replace(' ▽ 月面/世界樹',' ▽Moon/World Tree');
- }
- else if ( $(this).text().startsWith(' ▽ 魔神城周辺')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ 魔神城周辺',' ▽Devil Castle Perimeter')
- .replace(' ▽ クエント城跡',' ▽Ruins of Cuent Castle')
- .replace(' ▽ クエント峡谷',' ▽Cuent Canyon')
- .replace(' ▽ エピック砂漠',' ▽Epicuent Desert')
- .replace(' ▽ 峡谷',' ▽Canyon');
- }
- else if ( $(this).text().startsWith(' ▽ 揚陸艇/壊世の果て')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ 揚陸艇/壊世の果て',' ▽Landing Craft/World\'s End')
- .replace(' ▽ 【仮面】反応座標付近',' ▽[Masquerade] Near Singularity Location');
- }
- else if ( $(this).text().startsWith(' ▽ 白ノ領域')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ 白ノ領域',' ▽Shironia');
- }
- else if ( $(this).text().startsWith(' ▽ 幻惑の森')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ 幻惑の森',' ▽Enchanted Forest')
- .replace(' ▽ クエント峡谷',' ▽Cuent Canyon')
- .replace(' ▽ エピック砂漠',' ▽Epicuent Desert');
- }
- else if ( $(this).text().startsWith(' ▽ 防衛ライン周辺宙域')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace(' ▽ 防衛ライン周辺宙域',' ▽Defense Line Airspace');
- }
- });
- $("li").each(function() {
- if ( $(this).text().includes('ファンタシースター ノヴァ')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace('ファンタシースター ノヴァ','Phantasy Star Nova');
- }
- if ( $(this).text().includes('(編集練習)')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace('(編集練習)','(Edit practice)');
- }
- if ( $(this).text().includes('参照数:')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace('参照数:','N. of References:');
- }
- if ( $(this).text().includes('の編集')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace('の編集',' Edition');
- }
- if ( $(this).text().includes('(外部)')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace('(外部)','(External)');
- }
- if ( $(this).text().includes('(更新停止)')) {
- $(this)[0].innerHTML = $(this)[0].innerHTML.replace('(更新停止)','(Stop updating)');
- }
- });
Add Comment
Please, Sign In to add comment