diff --git a/About/About.xml b/About/About.xml index 881f902..7671940 100644 --- a/About/About.xml +++ b/About/About.xml @@ -33,8 +33,12 @@ Some injuries might be diagnosed wrong, and receive medicine that is either not <size=24>Powered by Harmony</size> +<size=24>Contributors</size> + +Dango998: Simplified Chinese translation + <size=24>Version</size> -This is version v0.18.0.2 +This is version v0.18.0.3 \ No newline at end of file diff --git a/Assemblies/Pharmacist.dll b/Assemblies/Pharmacist.dll index 983fa0c..826d8b0 100644 Binary files a/Assemblies/Pharmacist.dll and b/Assemblies/Pharmacist.dll differ diff --git a/Languages/ChineseSimplified/DefInjected/MainButtonDef/Pharmacist.xml b/Languages/ChineseSimplified/DefInjected/MainButtonDef/Pharmacist.xml index 0769cb0..4938801 100644 --- a/Languages/ChineseSimplified/DefInjected/MainButtonDef/Pharmacist.xml +++ b/Languages/ChineseSimplified/DefInjected/MainButtonDef/Pharmacist.xml @@ -1,8 +1,8 @@ - - - - 药剂师 - 区分伤害类别,设定治疗时的用药方针。 - - + + + + 药剂师 + 区分伤害类别,设定治疗时的用药方针。 + + \ No newline at end of file diff --git a/Languages/ChineseSimplified/Keyed/Keyed.xml b/Languages/ChineseSimplified/Keyed/Keyed.xml index 1b9be4e..5255576 100644 --- a/Languages/ChineseSimplified/Keyed/Keyed.xml +++ b/Languages/ChineseSimplified/Keyed/Keyed.xml @@ -1,25 +1,25 @@ - - - - 药剂师 - 区分伤害类别,设定治疗时的用药方针。 - - 药剂师设置 - - - 殖民者 - 囚犯 - 动物 - 访客 - - 轻度伤害 - 严重伤害 - 致命伤害 - 手术 - - 瘀伤,非致命性疾病和小伤口。 - 大量伤口或致命性疾病。 - 致命伤害,失血或心脏病。 - 所有手术,器官移植和肢体替换。 - + + + + 药剂师 + 区分伤害类别,设定治疗时的用药方针。 + + 药剂师设置 + + + 殖民者 + 囚犯 + 动物 + 访客 + + 轻度伤害 + 严重伤害 + 致命伤害 + 手术 + + 瘀伤,非致命性疾病和小伤口。 + 大量伤口或致命性疾病。 + 致命伤害,失血或心脏病。 + 所有手术,器官移植和肢体替换。 + \ No newline at end of file diff --git a/Readme.md b/Readme.md index 5a3cc1d..29ccbc3 100644 --- a/Readme.md +++ b/Readme.md @@ -27,6 +27,9 @@ Some injuries might be diagnosed wrong, and receive medicine that is either not # Powered by Harmony ![Powered by Harmony](https://camo.githubusercontent.com/074bf079275fa90809f51b74e9dd0deccc70328f/68747470733a2f2f7332342e706f7374696d672e6f72672f3538626c31727a33392f6c6f676f2e706e67) +# Contributors + - Dango998: Simplified Chinese translation + # Think you found a bug? Please read [this guide](http://steamcommunity.com/sharedfiles/filedetails/?id=725234314) before creating a bug report, and then create a bug report [here](https://github.com/FluffierThanThou/Pharmacist/issues) @@ -46,4 +49,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl [![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods) # Version -This is version v0.18.0.2 \ No newline at end of file +This is version v0.18.0.3 \ No newline at end of file diff --git a/Source/Pharmacist/Properties/AssemblyInfo.cs b/Source/Pharmacist/Properties/AssemblyInfo.cs index 0804e49..9b29fa5 100644 --- a/Source/Pharmacist/Properties/AssemblyInfo.cs +++ b/Source/Pharmacist/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("18.0.2.60")] -[assembly: AssemblyFileVersion("18.0.2.60")] +[assembly: AssemblyVersion("18.0.3.62")] +[assembly: AssemblyFileVersion("18.0.3.62")]