dreams00 / ffxivapp-plugin-gatherer-timer

Plugin for FFXIVAPP
Other
0 stars 5 forks source link

Chinese Translation #4

Open oTnTh opened 9 years ago

oTnTh commented 9 years ago
// FFXIVAPP.Plugin.GathererTimer
// Chinese.cs
//
// Copyright © 2007 - 2015 Ryan Wilson - All Rights Reserved
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
//  * Redistributions of source code must retain the above copyright notice,
//    this list of conditions and the following disclaimer.
//  * Redistributions in binary form must reproduce the above copyright
//    notice, this list of conditions and the following disclaimer in the
//    documentation and/or other materials provided with the distribution.
//  * Neither the name of SyndicatedLife nor the names of its contributors may
//    be used to endorse or promote products derived from this software
//    without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

using System.Windows;

namespace FFXIVAPP.Plugin.GathererTimer.Localization
{
    public abstract class Chinese
    {
        private static readonly ResourceDictionary Dictionary = new ResourceDictionary();

        /// <summary>
        /// </summary>
        /// <returns> </returns>
        public static ResourceDictionary Context()
        {
            Dictionary.Clear();

            Dictionary.Add("job_0", "矿工");
            Dictionary.Add("job_1", "园艺");
            Dictionary.Add("job_2", "捕鱼");

            Dictionary.Add("list_col_alarm", "");
            Dictionary.Add("list_col_time_et", "时间(ET)");
            Dictionary.Add("list_col_time_lt", "状态");
            Dictionary.Add("list_col_job", "职业");
            Dictionary.Add("list_col_title", "采集物");
            Dictionary.Add("list_col_item", "采集物");

            Dictionary.Add("title_gathering_item", "采集时刻表"); // Unspoiled Nodes List
            Dictionary.Add("title_map", "地图");
            Dictionary.Add("title_detail", "详情");

            Dictionary.Add("text_etc", ", 等");
            Dictionary.Add("text_not_selected", "[未选中]");
            Dictionary.Add("text_gain", "获得力 {0}");
            Dictionary.Add("text_quality", "鉴别力 {0}");

            Dictionary.Add("text_active", "进行中 {0}");
            Dictionary.Add("text_next", "即将开始 {0}");
            Dictionary.Add("text_inactive", "({0})");

            Dictionary.Add("text_show_nearest_time_item", "将近段时间可采集的物品显示在列表顶端");
            Dictionary.Add("text_alarm_enabled", "声音提示");
            Dictionary.Add("text_alarm_sound_configure", "提示音");
            Dictionary.Add("text_alarm_sound", "提示音:");
            Dictionary.Add("text_alarm_volume", "音量:");
            Dictionary.Add("text_alarm_testplay", "测试");
            Dictionary.Add("text_alarm_time_earlier", "提醒时间 (提前 N 分钟)");

            Dictionary.Add("text_github", "访问项目源码 (GitHub)");

            return Dictionary;
        }
    }
}
oTnTh commented 9 years ago

GathererInfo.patch

--- GathererInfo (1).xml    2015-05-19 22:20:01 +0800
+++ GathererInfo.xml    2015-05-19 22:14:35 +0800
@@ -8,6 +8,7 @@
            <en>Dzemael Tomato</en>
            <fr>Tomate Dzemael</fr>
            <de>Dzemael-Tomate</de>
+           <cn>泽梅尔番茄</cn>
            <icon>icon_09.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -19,6 +20,7 @@
            <en>La Noscean Leek</en>
            <fr>Poireau noscéen</fr>
            <de>La Noscea-Porree</de>
+           <cn>拉诺西亚韭菜</cn>
            <icon>icon_35.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -30,6 +32,7 @@
            <en>Young Cieldalaes Spinach</en>
            <fr>Jeunes épinards des Cieldalaes</fr>
            <de>Junger Ciedaläen-Spinat</de>
+           <cn>谢尔达莱嫩菠菜</cn>
            <icon>icon_31.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -41,6 +44,7 @@
            <en>Black Truffle</en>
            <fr>Truffe noire</fr>
            <de>Schwarze Trüffel</de>
+           <cn>黑松露</cn>
            <icon>icon_15.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -52,6 +56,7 @@
            <en>Honey Lemon</en>
            <fr>Citron miel</fr>
            <de>Honigzitrone</de>
+           <cn>蜜柠檬</cn>
            <icon>icon_13.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -63,6 +68,7 @@
            <en>Prickly Pineapple</en>
            <fr>Ananas épineux</fr>
            <de>Ananas</de>
+           <cn>多刺菠萝</cn>
            <icon>icon_12.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -74,6 +80,7 @@
            <en>Apricot</en>
            <fr>Abricot</fr>
            <de>Aprikose</de>
+           <cn>黄杏</cn>
            <icon>icon_36.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -85,6 +92,7 @@
            <en>Blood Orange</en>
            <fr>Orange sanguine</fr>
            <de>Blutorange</de>
+           <cn>鲜血橙</cn>
            <icon>icon_34.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -96,6 +104,7 @@
            <en>Gold Ore</en>
            <fr>Minerai d&apos;or</fr>
            <de>Golderz</de>
+           <cn>金矿</cn>
            <icon>icon_20.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -107,6 +116,7 @@
            <en>Platinum Ore</en>
            <fr>Minerai de platine</fr>
            <de>Platinerz</de>
+           <cn>白金矿(未)</cn>
            <icon>icon_51.png</icon>
            <needGain>420</needGain>
            <needQuality>420</needQuality>
@@ -118,6 +128,7 @@
            <en>Darksteel Ore</en>
            <fr>Minerai de sombracier</fr>
            <de>Dunkelstahlerz</de>
+           <cn>玄铁矿</cn>
            <icon>icon_19.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -129,6 +140,7 @@
            <en>Ferberite</en>
            <fr>Minerai de ferbérite</fr>
            <de>Ferberit</de>
+           <cn>钨铁矿</cn>
            <icon>icon_27.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -140,6 +152,7 @@
            <en>Raw Ruby</en>
            <fr>Rubis brut</fr>
            <de>Roh-Rubin</de>
+           <cn>红宝石原石</cn>
            <icon>icon_39.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -151,6 +164,7 @@
            <en>Raw Diamond</en>
            <fr>Diamant brut</fr>
            <de>Roh-Diamant</de>
+           <cn>钻石原石</cn>
            <icon>icon_45.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -162,6 +176,7 @@
            <en>Raw Emerald</en>
            <fr>Émeraude brute</fr>
            <de>Roh-Smaragd</de>
+           <cn>祖母绿原石</cn>
            <icon>icon_44.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -173,6 +188,7 @@
            <en>Raw Topaz</en>
            <fr>Topaze brute</fr>
            <de>Roh-Topas</de>
+           <cn>黄玉原石</cn>
            <icon>icon_42.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -184,6 +200,7 @@
            <en>Raw Iolite</en>
            <fr>Cordiérite brute</fr>
            <de>Roh-Luchssaphir</de>
+           <cn>堇青石原石</cn>
            <icon>icon_43.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -195,6 +212,7 @@
            <en>Raw Sapphire</en>
            <fr>Saphir brut</fr>
            <de>Roh-Saphir</de>
+           <cn>蓝宝石原石</cn>
            <icon>icon_49.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -206,6 +224,7 @@
            <en>Astral Rock</en>
            <fr>Roche astrale</fr>
            <de>Astralgestein</de>
+           <cn>星性岩</cn>
            <icon>icon_22.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -217,6 +236,7 @@
            <en>Umbral Rock</en>
            <fr>Roche ombrale</fr>
            <de>Schattenfels</de>
+           <cn>灵性岩</cn>
            <icon>icon_32.png</icon>
            <needGain>353</needGain>
            <needQuality>332</needQuality>
@@ -228,6 +248,7 @@
            <en>Antumbral Rock</en>
            <fr>Roche antéombrale</fr>
            <de>Schlagschattenfels</de>
+           <cn>强灵性岩</cn>
            <icon>icon_41.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -239,6 +260,7 @@
            <en>Unaspected Crystal</en>
            <fr>Cristal terni</fr>
            <de>Elementneutraler Kristall</de>
+           <cn>无属性水晶(未)</cn>
            <icon>icon_56.png</icon>
            <needGain>0</needGain>
            <needQuality>0</needQuality>
@@ -250,6 +272,7 @@
            <en>Pumice</en>
            <fr>Pierre ponce</fr>
            <de>Bimsstein</de>
+           <cn>浮石(未)</cn>
            <icon>icon_52.png</icon>
            <needGain>420</needGain>
            <needQuality>420</needQuality>
@@ -261,6 +284,7 @@
            <en>Virgin Basilisk Egg</en>
            <fr>Premier œuf de basilic</fr>
            <de>Erstgelegtes Basilisken-Ei</de>
+           <cn>维珍蛇怪之卵(未)</cn>
            <icon>icon_55.png</icon>
            <needGain>450</needGain>
            <needQuality>450</needQuality>
@@ -272,6 +296,7 @@
            <en>Gold Sand</en>
            <fr>Sable d&apos;or</fr>
            <de>Goldsand</de>
+           <cn>金沙</cn>
            <icon>icon_21.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -283,6 +308,7 @@
            <en>Native Gold</en>
            <fr>Pépite d&apos;or natif</fr>
            <de>Naturgold</de>
+           <cn>自然金</cn>
            <icon>icon_28.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -294,6 +320,7 @@
            <en>Bamboo Stick</en>
            <fr>Tige de bambou</fr>
            <de>Bambus-Bauholz</de>
+           <cn>竹材</cn>
            <icon>icon_47.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -305,6 +332,7 @@
            <en>Ebony Log</en>
            <fr>Rondin d&apos;ébène</fr>
            <de>Ebenholz-Holzscheit</de>
+           <cn>黑檀原木(未)</cn>
            <icon>icon_50.png</icon>
            <needGain>420</needGain>
            <needQuality>420</needQuality>
@@ -316,6 +344,7 @@
            <en>Spruce Log</en>
            <fr>Rondin d&apos;épicéa</fr>
            <de>Fichten-Holzscheit</de>
+           <cn>云杉原木</cn>
            <icon>icon_08.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -327,6 +356,7 @@
            <en>Cypress Log</en>
            <fr>Rondin de cyprès</fr>
            <de>Zypressen-Bauholz</de>
+           <cn>柏木原木(未)</cn>
            <icon>icon_53.png</icon>
            <needGain>420</needGain>
            <needQuality>420</needQuality>
@@ -338,6 +368,7 @@
            <en>Fragrant Log</en>
            <fr>Rondin odorant</fr>
            <de>Duftholz</de>
+           <cn>黑衣香木</cn>
            <icon>icon_25.png</icon>
            <needGain>353</needGain>
            <needQuality>332</needQuality>
@@ -349,6 +380,7 @@
            <en>Redolent Log</en>
            <fr>Rondin fragrant</fr>
            <de>Edelduftholz</de>
+           <cn>高级黑衣香木</cn>
            <icon>icon_46.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -360,6 +392,7 @@
            <en>Crawler Cocoon</en>
            <fr>Cocon de chenille</fr>
            <de>Kokon</de>
+           <cn>蚕茧</cn>
            <icon>icon_23.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -371,6 +404,7 @@
            <en>Waterfowl Feather</en>
            <fr>Plume de sauvagine</fr>
            <de>Wasservogelfeder</de>
+           <cn>水鸟之羽</cn>
            <icon>icon_48.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -382,6 +416,7 @@
            <en>Scarlet Sap</en>
            <fr>Sève écarlate</fr>
            <de>Rotharz</de>
+           <cn>绯红树汁</cn>
            <icon>icon_26.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -393,6 +428,7 @@
            <en>Volcanic Rock Salt</en>
            <fr>Sel gemme noscéen</fr>
            <de>Vulkanisches Steinsalz</de>
+           <cn>拉诺西亚岩盐</cn>
            <icon>icon_18.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -404,6 +440,7 @@
            <en>Thavnairian Mistletoe</en>
            <fr>Gui de Thavnair</fr>
            <de>Thavnair-Mistelzweig</de>
+           <cn>萨维奈槲寄生</cn>
            <icon>icon_07.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -415,6 +452,7 @@
            <en>Trillium</en>
            <fr>Trille</fr>
            <de>Waldlilie</de>
+           <cn>延龄花</cn>
            <icon>icon_10.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -426,6 +464,7 @@
            <en>Trillium Bulb</en>
            <fr>Bulbe de trille</fr>
            <de>Waldlilien-Knolle</de>
+           <cn>延龄草的球根</cn>
            <icon>icon_11.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -437,6 +476,7 @@
            <en>Vampire Plant</en>
            <fr>Baie vampire</fr>
            <de>Vampirpflanze</de>
+           <cn>吸血枝</cn>
            <icon>icon_02.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -448,6 +488,7 @@
            <en>Shroud Tea Leaves</en>
            <fr>Feuilles de thé de Tinolqa</fr>
            <de>Gridanische Teeblätter</de>
+           <cn>提诺尔卡茶叶</cn>
            <icon>icon_24.png</icon>
            <needGain>408</needGain>
            <needQuality>389</needQuality>
@@ -459,6 +500,7 @@
            <en>Rosemary</en>
            <fr>Romarin</fr>
            <de>Rosmarin</de>
+           <cn>迷迭香(未)</cn>
            <icon>icon_54.png</icon>
            <needGain>450</needGain>
            <needQuality>450</needQuality>
@@ -470,6 +512,7 @@
            <en>Fire Cluster</en>
            <fr>Agrégat de feu</fr>
            <de>Feuerpolykristall</de>
+           <cn>火之晶簇</cn>
            <icon>icon_14.png</icon>
            <needGain>0</needGain>
            <needQuality>0</needQuality>
@@ -481,6 +524,7 @@
            <en>Ice Cluster</en>
            <fr>Agrégat de glace</fr>
            <de>Eispolykristall</de>
+           <cn>冰之晶簇</cn>
            <icon>icon_01.png</icon>
            <needGain>0</needGain>
            <needQuality>0</needQuality>
@@ -492,6 +536,7 @@
            <en>Wind Cluster</en>
            <fr>Agrégat de vent</fr>
            <de>Windpolykristall</de>
+           <cn>风之晶簇</cn>
            <icon>icon_03.png</icon>
            <needGain>0</needGain>
            <needQuality>0</needQuality>
@@ -503,6 +548,7 @@
            <en>Earth Cluster</en>
            <fr>Agrégat de terre</fr>
            <de>Erdpolykristall</de>
+           <cn>土之晶簇</cn>
            <icon>icon_00.png</icon>
            <needGain>0</needGain>
            <needQuality>0</needQuality>
@@ -514,6 +560,7 @@
            <en>Lightning Cluster</en>
            <fr>Agrégat de foudre</fr>
            <de>Blitzpolykristall</de>
+           <cn>雷之晶簇</cn>
            <icon>icon_17.png</icon>
            <needGain>0</needGain>
            <needQuality>0</needQuality>
@@ -525,6 +572,7 @@
            <en>Water Cluster</en>
            <fr>Agrégat d&apos;eau</fr>
            <de>Wasserpolykristall</de>
+           <cn>水之晶簇</cn>
            <icon>icon_04.png</icon>
            <needGain>0</needGain>
            <needQuality>0</needQuality>
@@ -536,6 +584,7 @@
            <en>Grade 4 Carbonized Matter</en>
            <fr>Matière carbonique grade IV</fr>
            <de>Karbonisierte Materie G4</de>
+           <cn>4级碳化暗物质</cn>
            <icon>icon_05.png</icon>
            <needGain>0</needGain>
            <needQuality>0</needQuality>
@@ -547,6 +596,7 @@
            <en>Coblyn Larva</en>
            <fr>Larve de coblyn</fr>
            <de>Kobalos-Larve</de>
+           <cn>矿爬虫虫</cn>
            <icon>icon_06.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -558,6 +608,7 @@
            <en>Kidragora</en>
            <fr>Mini mini mandragore</fr>
            <de>Kindragora</de>
+           <cn>小小曼德拉</cn>
            <icon>icon_16.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -569,6 +620,7 @@
            <en>Grade 3 La Noscean Topsoil</en>
            <fr>Terreau noscéen III</fr>
            <de>La Noscea-Humus III</de>
+           <cn>3级拉诺西亚土壤</cn>
            <icon>icon_40.png</icon>
            <needGain>353</needGain>
            <needQuality>0</needQuality>
@@ -580,6 +632,7 @@
            <en>Grade 3 Shroud Topsoil</en>
            <fr>Terreau sombrelinçois III</fr>
            <de>Finsterwald-Humus III</de>
+           <cn>3级黑衣森林土壤</cn>
            <icon>icon_33.png</icon>
            <needGain>353</needGain>
            <needQuality>0</needQuality>
@@ -591,6 +644,7 @@
            <en>Grade 3 Thanalan Topsoil</en>
            <fr>Terreau thanalanais III</fr>
            <de>Thanalan-Humus III</de>
+           <cn>3级萨纳兰土壤</cn>
            <icon>icon_30.png</icon>
            <needGain>353</needGain>
            <needQuality>0</needQuality>
@@ -602,6 +656,7 @@
            <en>Dzemael Tomato Seeds</en>
            <fr>Graines de tomate Dzemael</fr>
            <de>Dzemael-Tomatensamen</de>
+           <cn>泽梅尔番茄种子</cn>
            <icon>icon_38.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -613,6 +668,7 @@
            <en>Honey Lemon Seeds</en>
            <fr>Graines de citronnier miel</fr>
            <de>Honigzitronenkerne</de>
+           <cn>蜜柠檬种子</cn>
            <icon>icon_29.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -624,6 +680,7 @@
            <en>Prickly Pineapple Seeds</en>
            <fr>Graines d&apos;ananas épineux</fr>
            <de>Ananassamen</de>
+           <cn>多刺菠萝种子</cn>
            <icon>icon_37.png</icon>
            <needGain>0</needGain>
            <needQuality>320</needQuality>
@@ -635,6 +692,7 @@
            <en>Gregarious Worm</en>
            <fr>Ver grégaire</fr>
            <de>Herdenwurm</de>
+           <cn>群居蠕虫(未)</cn>
            <icon>icon_57.png</icon>
            <needGain>353</needGain>
            <needQuality>332</needQuality>
@@ -646,6 +704,7 @@
            <en>Mazlaya Greens</en>
            <fr>Herbes de Mazlaya</fr>
            <de>Mazlaya-Sprossen</de>
+           <cn>马兹拉雅青叶(未)</cn>
            <icon>icon_58.png</icon>
            <needGain>353</needGain>
            <needQuality>332</needQuality>
@@ -658,6 +717,7 @@
            <en>La Noscea</en>
            <fr>Noscea</fr>
            <de>La Noscea</de>
+           <cn>拉诺西亚</cn>
        </data>
        <data>
            <id>2</id>
@@ -665,6 +725,7 @@
            <en>Limsa Lominsa Upper Decks</en>
            <fr>Limsa Lominsa - Le Tillac</fr>
            <de>Obere Decks</de>
+           <cn>利姆萨·罗敏萨上层甲板</cn>
        </data>
        <data>
            <id>3</id>
@@ -672,6 +733,7 @@
            <en>Limsa Lominsa Lower Decks</en>
            <fr>Limsa Lominsa - L&apos;Entrepont</fr>
            <de>Untere Decks</de>
+           <cn>利姆萨·罗敏萨下层甲板</cn>
        </data>
        <data>
            <id>4</id>
@@ -679,6 +741,7 @@
            <en>Middle La Noscea</en>
            <fr>Noscea centrale</fr>
            <de>Zentrales La Noscea</de>
+           <cn>中拉诺西亚</cn>
        </data>
        <data>
            <id>5</id>
@@ -686,6 +749,7 @@
            <en>Lower La Noscea</en>
            <fr>Basse-Noscea</fr>
            <de>Unteres La Noscea</de>
+           <cn>拉诺西亚低地</cn>
        </data>
        <data>
            <id>6</id>
@@ -693,6 +757,7 @@
            <en>Eastern La Noscea</en>
            <fr>Noscea orientale</fr>
            <de>Östliches La Noscea</de>
+           <cn>东拉诺西亚</cn>
        </data>
        <data>
            <id>7</id>
@@ -700,6 +765,7 @@
            <en>Western La Noscea</en>
            <fr>Noscea occidentale</fr>
            <de>Westliches La Noscea</de>
+           <cn>西拉诺西亚</cn>
        </data>
        <data>
            <id>8</id>
@@ -707,6 +773,7 @@
            <en>Upper La Noscea</en>
            <fr>Haute-Noscea</fr>
            <de>Oberes La Noscea</de>
+           <cn>拉诺西亚高地</cn>
        </data>
        <data>
            <id>9</id>
@@ -714,6 +781,7 @@
            <en>Sastasha</en>
            <fr>Sastasha</fr>
            <de>Sastasha-Höhle</de>
+           <cn>沙斯塔夏溶洞</cn>
        </data>
        <data>
            <id>10</id>
@@ -721,6 +789,7 @@
            <en>Brayflox&apos;s Longstop</en>
            <fr>Bivouac de Brayflox</fr>
            <de>Brüllvolx&apos; Langrast</de>
+           <cn>布雷福洛克斯野营地</cn>
        </data>
        <data>
            <id>11</id>
@@ -728,6 +797,7 @@
            <en>The Wanderer&apos;s Palace</en>
            <fr>Palais du Vagabond</fr>
            <de>Palast des Wanderers</de>
+           <cn>放浪古神殿</cn>
        </data>
        <data>
            <id>12</id>
@@ -735,6 +805,7 @@
            <en>The Wolves&apos; Den</en>
            <fr>L&apos;Antre des loups</fr>
            <de>Die Wolfshöhle</de>
+           <cn>狼狱停船场</cn>
        </data>
        <data>
            <id>13</id>
@@ -742,6 +813,7 @@
            <en>Pharos Sirius</en>
            <fr>Phare de Sirius</fr>
            <de>Pharos Sirius</de>
+           <cn>天狼星灯塔</cn>
        </data>
        <data>
            <id>14</id>
@@ -749,6 +821,7 @@
            <en>Outer La Noscea</en>
            <fr>Noscea extérieure</fr>
            <de>Äußeres La Noscea</de>
+           <cn>拉诺西亚外地</cn>
        </data>
        <data>
            <id>15</id>