Skip to content

Commit

Permalink
zh-cn Localization for new Mars biomes (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinygrox authored Apr 24, 2020
1 parent 408c088 commit aa21d00
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
9 changes: 9 additions & 0 deletions GameData/RealSolarSystem/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ Localization
#RSS_Mars_Biome8 = Major Craters
#RSS_Mars_Biome9 = Highlands
#RSS_Mars_Biome10 = Lowlands
#RSS_Mars_Biome11 = Alba Mons
#RSS_Mars_Biome12 = Elysium Mons
#RSS_Mars_Biome13 = Tharsis Rise
#RSS_Mars_Biome14 = Tempe Terra
#RSS_Mars_Biome15 = Hellas Basin
#RSS_Mars_Biome16 = Argyre Basin
#RSS_Mars_Biome17 = Arabia Terra
#RSS_Mars_Biome18 = Utopia Planitia
#RSS_Mars_Biome19 = Amazonis Planitia

#RSS_Phobos_name = Phobos
#RSS_Phobos_desc = One of two natural satellites orbiting Mars, Phobos is named after the Greek god which was depicted as the embodiment of horror. Phobos is the larger and closer natural body around Mars
Expand Down
9 changes: 9 additions & 0 deletions GameData/RealSolarSystem/Localization/zh-cn.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ Localization
#RSS_Mars_Biome8 = 主要环形山
#RSS_Mars_Biome9 = 高原
#RSS_Mars_Biome10 = 低地
#RSS_Mars_Biome11 = 亚拔山
#RSS_Mars_Biome12 = 埃律西昂山
#RSS_Mars_Biome13 = 塔西斯高地
#RSS_Mars_Biome14 = 坦佩高地
#RSS_Mars_Biome15 = 希腊盆地
#RSS_Mars_Biome16 = 阿尔及尔盆地
#RSS_Mars_Biome17 = 阿拉伯高地
#RSS_Mars_Biome18 = 乌托邦平原
#RSS_Mars_Biome19 = 亚马逊平原

#RSS_Phobos_name = 火卫一
#RSS_Phobos_desc = 火卫一是环绕火星运行的两颗天然卫星之一, 以希腊神话中的神祗的名字(Phobos)命名,他被描绘成恐怖的化身. 火卫一是最大的离火星最近的天然卫星
Expand Down
10 changes: 9 additions & 1 deletion GameData/RealSolarSystem/RSSKopernicus/Mars/Mars.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,14 @@
Biome
{
name = Alba Mons
displayName = #RSS_Mars_Biome11
value = 1.0
color = 0.059,0.059,0.702,1
}
Biome
{
name = Elysium Mons
displayName = #RSS_Mars_Biome12
value = 1.0
color = 0,0,0.4,1
}
Expand All @@ -101,6 +103,7 @@
Biome
{
name = Tharsis Rise
displayName = #RSS_Mars_Biome13
value = 1.0
color = 0,1,0.051,1
}
Expand All @@ -114,6 +117,7 @@
Biome
{
name = Tempe Terra
displayName = #RSS_Mars_Biome14
value = 1.0
color = 0.6,0,0,1
}
Expand Down Expand Up @@ -141,31 +145,35 @@
Biome
{
name = Hellas Basin
displayName = #RSS_Mars_Biome15
value = 1.0
color = 0.6,0,0.6,1
}
Biome
{
name = Argyre Basin
displayName = #RSS_Mars_Biome16
value = 1.0
color = 1,0,0.816,1
}
Biome
{
name = Arabia Terra

displayName = #RSS_Mars_Biome17
value = 1.0
color = 0,0.6,0,1
}
Biome
{
name = Utopia Planitia
displayName = #RSS_Mars_Biome18
value = 1.0
color = 0.6,0.6,0,1
}
Biome
{
name = Amazonis Planitia
displayName = #RSS_Mars_Biome19
value = 1.0
color = 1,1,0,1
}
Expand Down

0 comments on commit aa21d00

Please sign in to comment.