Skip to content

Commit

Permalink
Update translate
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuvn committed Jun 8, 2014
1 parent 8bd1237 commit 1fe5f0a
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 12 deletions.
18 changes: 9 additions & 9 deletions resources/Version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
<Item>
<Name>App</Name>
<Version>2.6.0.461</Version>
<URL>https://github.com/Zharay/KanColleViewer/releases/tag/v2.6.0r461</URL>
<URL>https://github.com/yuyuvn/KanColleViewer/releases/tag/v2.6.0r461</URL>
</Item>
<Item>
<Name>Equipment</Name>
<Version>1.0.1</Version>
<URL>https://raw.github.com/Zharay/KanColleViewer/master/resources/translations/Equipment.xml</URL>
<Version>1.0.2</Version>
<URL>https://raw.github.com/yuyuvn/KanColleViewer/master/resources/translations/Equipment.xml</URL>
</Item>
<Item>
<Name>Operations</Name>
<Version>1.0.3</Version>
<URL>https://raw.github.com/Zharay/KanColleViewer/master/resources/translations/Operations.xml</URL>
<URL>https://raw.github.com/yuyuvn/KanColleViewer/master/resources/translations/Operations.xml</URL>
</Item>
<Item>
<Name>Quests</Name>
<Version>1.0.1</Version>
<URL>https://raw.github.com/Zharay/KanColleViewer/master/resources/translations/Quests.xml</URL>
<URL>https://raw.github.com/yuyuvn/KanColleViewer/master/resources/translations/Quests.xml</URL>
</Item>
<Item>
<Name>Ships</Name>
<Version>1.0.4</Version>
<URL>https://raw.github.com/Zharay/KanColleViewer/master/resources/translations/Ships.xml</URL>
<Version>1.0.5</Version>
<URL>https://raw.github.com/yuyuvn/KanColleViewer/master/resources/translations/Ships.xml</URL>
</Item>
<Item>
<Name>ShipTypes</Name>
<Version>1.0.3</Version>
<URL>https://raw.github.com/Zharay/KanColleViewer/master/resources/translations/ShipTypes.xml</URL>
<Version>1.0.4</Version>
<URL>https://raw.github.com/yuyuvn/KanColleViewer/master/resources/translations/ShipTypes.xml</URL>
</Item>
</Versions>
30 changes: 29 additions & 1 deletion resources/translations/Equipment.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Equipment Version="1.0.1">
<Equipment Version="1.0.2">
<Item>
<JP-Name>12cm単装砲</JP-Name>
<TR-Name>12cm Single Cannon</TR-Name>
Expand Down Expand Up @@ -332,4 +332,32 @@
<JP-Name>艦艇修理施設</JP-Name>
<TR-Name>Ship Repair Facility</TR-Name>
</Item>
<Item>
<JP-Name>12.7cm連装高角砲(後期型)</JP-Name>
<TR-Name>12.7cm Twin High-Angle Mount (Late Model)</TR-Name>
</Item>
<Item>
<JP-Name>毘式40mm連装機銃</JP-Name>
<TR-Name>HI-type 40mm Twin Machine Gun</TR-Name>
</Item>
<Item>
<JP-Name>九七式艦攻(友永隊)</JP-Name>
<TR-Name>Type 97 Torpedo Bomber (Tomonaga Squadron)</TR-Name>
</Item>
<Item>
<JP-Name>天山一二型(友永隊)</JP-Name>
<TR-Name>Tenzan Model 12 (Tomonaga Squadron)</TR-Name>
</Item>
<Item>
<JP-Name>潜水艦53cm艦首魚雷(8門)</JP-Name>
<TR-Name>53cm Submarine Bow Torpedo Mount (8 tubes)</TR-Name>
</Item>
<Item>
<JP-Name>零式艦戦21型(熟練)</JP-Name>
<TR-Name>Type 21 Zero Fighter (Skilled)</TR-Name>
</Item>
<Item>
<JP-Name>九九式艦爆(熟練)</JP-Name>
<TR-Name>Type 99 Dive Bomber (Skilled)</TR-Name>
</Item>
</Equipment>
7 changes: 6 additions & 1 deletion resources/translations/ShipTypes.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ShipTypes Version="1.0.3">
<ShipTypes Version="1.0.4">
<Type>
<ID>1</ID>
<JP-Name>海防艦</JP-Name>
Expand Down Expand Up @@ -95,4 +95,9 @@
<JP-Name>工作艦</JP-Name>
<TR-Name>AR</TR-Name>
</Type>
<Type>
<ID>20</ID>
<JP-Name>潜水母艦</JP-Name>
<TR-Name>AS</TR-Name>
</Type>
</ShipTypes>
18 changes: 17 additions & 1 deletion resources/translations/Ships.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Ships Version="1.0.4">
<Ships Version="1.0.5">
<Ship>
<JP-Name>長門</JP-Name>
<TR-Name>Nagato</TR-Name>
Expand Down Expand Up @@ -72,6 +72,10 @@
<JP-Name>飛龍改</JP-Name>
<TR-Name>Hiryuu Kai</TR-Name>
</Ship>
<Ship>
<JP-Name>飛龍改二</JP-Name>
<TR-Name>Hiryuu Kai2</TR-Name>
</Ship>
<Ship>
<JP-Name>島風</JP-Name>
<TR-Name>Shimakaze</TR-Name>
Expand Down Expand Up @@ -1180,4 +1184,16 @@
<JP-Name>酒匂改</JP-Name>
<TR-Name>Sakawa Kai</TR-Name>
</Ship>
<Ship>
<JP-Name>大鯨</JP-Name>
<TR-Name>Taigei</TR-Name>
</Ship>
<Ship>
<JP-Name>龍鳳</JP-Name>
<TR-Name>Ryuuhou</TR-Name>
</Ship>
<Ship>
<JP-Name>龍鳳改</JP-Name>
<TR-Name>Ryuuhou Kai</TR-Name>
</Ship>
</Ships>

0 comments on commit 1fe5f0a

Please sign in to comment.