這篇文章只是想單純記錄一下遇到的問題,
製作翻譯時最初是把字串組放進去,
結果它只記錄了第一次的值,
這是因為引擎已經變成初始化的形狀了,
應該是mono導致的,
現在這樣就可行了,
希望之後也沒有問題。
(つд⊂)
public const int 日本語順序 = 2;
public static readonly string[] 工人房屋文字翻譯 = { "WorkerHouse", "工人房屋", "労働者住宅"};
public static readonly string[] 水井文字翻譯 = { "WaterWell", "水井", "井戸"};
public static readonly string[] 農場文字翻譯 = { "Farm", "農場", "ファーム"};
public static readonly string[] 伐木場文字翻譯 = { "WoodWorkshop", "伐木場", "樹木伐採場"};
public static readonly string[] 採礦場文字翻譯 = { "MiningCamp", "採礦場", "鉱物採石場"};
public static readonly string[] 劍士兵營文字翻譯 = { "SwordsmanCamp", "劍士兵營", "剣士キャンプ"};
public static readonly string[] 箭塔文字翻譯 = { "ArcherTower", "箭塔", "アロータワー"};
public static readonly string[] 學校文字翻譯 = { "School", "學校", "学校"};
public static readonly string[] 火槍塔文字翻譯 = { "GunTower", "火槍塔", "ガンタワー"};
public static readonly string[] 城堡文字翻譯 = { "Castle", "城堡", "城"};
public static readonly string[] 商店文字翻譯 = { "Shop", "商店", "お店"};
public static readonly string[] 教堂文字翻譯 = { "Church", "教堂", "教会"};
public static readonly string[] 建築工坊文字翻譯 = { "BuilderWorkshop", "建築工坊", "建設スタジオ"};
public static readonly string[] 醫院文字翻譯 = { "Hospital", "醫院", "病院"};
public static readonly string[] 狗屋文字翻譯 = { "Doghouse", "狗屋", "犬小屋"};
public static readonly string[] 城牆文字翻譯 = { "Wall", "城牆", "城壁"};
public static readonly string[] 公園文字翻譯 = { "Park", "公園", "パーク"};
public static readonly string[] 龍騎兵營文字翻譯 = { "DragoonCamp", "龍騎兵營", "銃士キャンプ"};
public static readonly string[] 餐廳文字翻譯 = { "Restaurant", "餐廳", "ベーカリー"};
public static readonly string[] 倉庫文字翻譯 = { "StorageHouse", "倉庫", "倉庫"};
public static readonly string[] 工人文字翻譯 = { "Worker", "工人", "労働者"};//
public static readonly string[] 打水工文字翻譯 = { "Waterman", "打水工", "セーラー"};
public static readonly string[] 農夫文字翻譯 = { "Farmer", "農夫", "農家"};
public static readonly string[] 木工文字翻譯 = { "WoodWorker", "伐木工", "木こり"};
public static readonly string[] 礦工文字翻譯 = { "Miner", "礦工", "鉱夫"};
public static readonly string[] 劍士文字翻譯 = { "Swordsman", "劍士", "剣士"};
public static readonly string[] 弓箭手文字翻譯 = { "Archer", "弓箭手", "射手"};
public static readonly string[] 老師文字翻譯 = { "Teacher", "老師", "先生"};
public static readonly string[] 火槍兵文字翻譯 = { "Gunman", "火槍兵", "銃士"};
public static readonly string[] 騎士文字翻譯 = { "Knight", "騎士", "騎士"};
public static readonly string[] 商店主文字翻譯 = { "ShopOwner", "商店主", "店主"};
public static readonly string[] 教士文字翻譯 = { "Churchman", "教士", "宣教師"};
public static readonly string[] 建築工文字翻譯 = { "Builder", "建築工", "ビルダー"};
public static readonly string[] 醫生文字翻譯 = { "Doctor", "醫生", "医者"};
public static readonly string[] 狗文字翻譯 = { "Dog", "狗", "犬"};
public static readonly string[] 龍騎兵文字翻譯 = { "Dragoon", "龍騎兵", "ピストル騎兵隊"};
public static readonly string[] 廚師文字翻譯 = { "Chef", "廚師", "シェフ"};
沒有留言:
張貼留言
你發現了這篇網誌的留言板,在這留點什麼吧(っ´ω`c)