Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit cb2b690

Browse files
authored
Merge pull request #8 from cabmoomoo/7-simplified-and-traditional-chinese-translation
2 parents 58e93f0 + 206323a commit cb2b690

File tree

21 files changed

+924
-0
lines changed

21 files changed

+924
-0
lines changed

About/About.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@ There are five tiers of robots:
5252
Tier 5 Anti-Logic robots have a work-skill of 20.
5353

5454
If you would like to contribute fixes or features to R++ then please fork the Github repo and make a pull request with your changes. Please only contribute changes for the latest game versions (i.e. the `about` and `v1.5` folders). For translations, use the latest `/v#.#/Languages/English/` folder as a template (DON'T use the top level outdated `Languages`) and publish your own translation mod. Please feel free to reach out if you need assistance.
55+
56+
Additional Credits:
57+
Traditional and Simplified Chinese Translation: 追寻丶流星雨
5558
</description>
5659
</ModMetaData>
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<LanguageData>
3+
4+
<AIRobot_Hauler.label>搬运机 (等级I)</AIRobot_Hauler.label>
5+
<AIRobot_Hauler_II.label>搬运机 (等级II)</AIRobot_Hauler_II.label>
6+
<AIRobot_Hauler_III.label>搬运机 (等级III)</AIRobot_Hauler_III.label>
7+
<AIRobot_Hauler_IV.label>搬运机 (等级IV)</AIRobot_Hauler_IV.label>
8+
<AIRobot_Hauler_V.label>搬运机 (等级V)</AIRobot_Hauler_V.label>
9+
10+
<AIRobot_Cleaner.label>清洁机 (等级I)</AIRobot_Cleaner.label>
11+
<AIRobot_Cleaner_II.label>清洁机 (等级II)</AIRobot_Cleaner_II.label>
12+
<AIRobot_Cleaner_III.label>清洁机 (等级III)</AIRobot_Cleaner_III.label>
13+
<AIRobot_Cleaner_IV.label>清洁机 (等级IV)</AIRobot_Cleaner_IV.label>
14+
<AIRobot_Cleaner_V.label>清洁机 (等级V)</AIRobot_Cleaner_V.label>
15+
16+
<RPP_Bot_Builder_I.label>建造机 (等级I)</RPP_Bot_Builder_I.label>
17+
<RPP_Bot_Builder_II.label>建造机 (等级II)</RPP_Bot_Builder_II.label>
18+
<RPP_Bot_Builder_III.label>建造机 (等级III)</RPP_Bot_Builder_III.label>
19+
<RPP_Bot_Builder_IV.label>建造机 (等级IV)</RPP_Bot_Builder_IV.label>
20+
<RPP_Bot_Builder_V.label>建造机 (等级V)</RPP_Bot_Builder_V.label>
21+
22+
<RPP_Bot_Crafter_I.label>工艺机 (等级I)</RPP_Bot_Crafter_I.label>
23+
<RPP_Bot_Crafter_II.label>工艺机 (等级II)</RPP_Bot_Crafter_II.label>
24+
<RPP_Bot_Crafter_III.label>工艺机 (等级III)</RPP_Bot_Crafter_III.label>
25+
<RPP_Bot_Crafter_IV.label>工艺机 (等级IV)</RPP_Bot_Crafter_IV.label>
26+
<RPP_Bot_Crafter_V.label>工艺机 (等级V)</RPP_Bot_Crafter_V.label>
27+
28+
<RPP_Bot_ER_I.label>急救机 (等级I)</RPP_Bot_ER_I.label>
29+
<RPP_Bot_ER_II.label>急救机 (等级II)</RPP_Bot_ER_II.label>
30+
<RPP_Bot_ER_III.label>急救机 (等级III)</RPP_Bot_ER_III.label>
31+
<RPP_Bot_ER_IV.label>急救机 (等级IV)</RPP_Bot_ER_IV.label>
32+
<RPP_Bot_ER_V.label>急救机 (等级V)</RPP_Bot_ER_V.label>
33+
34+
<RPP_Bot_Kitchen_I.label>厨艺机 (等级I)</RPP_Bot_Kitchen_I.label>
35+
<RPP_Bot_Kitchen_II.label>厨艺机 (等级II)</RPP_Bot_Kitchen_II.label>
36+
<RPP_Bot_Kitchen_III.label>厨艺机 (等级III)</RPP_Bot_Kitchen_III.label>
37+
<RPP_Bot_Kitchen_IV.label>厨艺机 (等级IV)</RPP_Bot_Kitchen_IV.label>
38+
<RPP_Bot_Kitchen_V.label>厨艺机 (等级V)</RPP_Bot_Kitchen_V.label>
39+
40+
<RPP_Bot_Omni_I.label>全能机 (等级I)</RPP_Bot_Omni_I.label>
41+
<RPP_Bot_Omni_II.label>全能机 (等级II)</RPP_Bot_Omni_II.label>
42+
<RPP_Bot_Omni_III.label>全能机 (等级III)</RPP_Bot_Omni_III.label>
43+
<RPP_Bot_Omni_IV.label>全能机 (等级IV)</RPP_Bot_Omni_IV.label>
44+
<RPP_Bot_Omni_V.label>全能机 (等级V)</RPP_Bot_Omni_V.label>
45+
46+
47+
</LanguageData>
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<LanguageData>
3+
4+
<RPP_Production_Component.label>制作机器人组件</RPP_Production_Component.label>
5+
<RPP_Production_Component.description>生产用作机器人矩阵中逻辑电路的机器人组件。</RPP_Production_Component.description>
6+
7+
<RPP_Production_Matrix_I.label>制作机器人矩阵(简单)</RPP_Production_Matrix_I.label>
8+
<RPP_Production_Matrix_I.description>制作一个能够组装成拥有4级工作等级的机器人的一级机器人矩阵。</RPP_Production_Matrix_I.description>
9+
<RPP_Production_Matrix_II.label>制作机器人矩阵(基础)</RPP_Production_Matrix_II.label>
10+
<RPP_Production_Matrix_II.description>制作一个能够组装成拥有8级工作等级的机器人的二级机器人矩阵。</RPP_Production_Matrix_II.description>
11+
<RPP_Production_Matrix_III.label>制作机器人矩阵(进阶)</RPP_Production_Matrix_III.label>
12+
<RPP_Production_Matrix_III.description>制作一个能够组装成拥有13级工作等级的机器人的三级机器人矩阵。</RPP_Production_Matrix_III.description>
13+
<RPP_Production_Matrix_IV.label>制作机器人矩阵(高级)</RPP_Production_Matrix_IV.label>
14+
<RPP_Production_Matrix_IV.description>制作一个能够组装成拥有16级工作等级的机器人的四级机器人矩阵。</RPP_Production_Matrix_IV.description>
15+
<RPP_Production_Matrix_V.label>制作机器人矩阵(反逻辑)</RPP_Production_Matrix_V.label>
16+
<RPP_Production_Matrix_V.description>制作一个能够组装成拥有20级工作等级的机器人的五级反逻辑机器人矩阵。\nNP=P</RPP_Production_Matrix_V.description>
17+
18+
<RPP_Production_Cleaner_I.label>制作清洁机 (等级I)</RPP_Production_Cleaner_I.label>
19+
<RPP_Production_Cleaner_I.description>制作一个能够清洁的机器人。</RPP_Production_Cleaner_I.description>
20+
<RPP_Production_Cleaner_II.label>制作清洁机 (等级II)</RPP_Production_Cleaner_II.label>
21+
<RPP_Production_Cleaner_II.description>制作一个能够清洁的机器人。</RPP_Production_Cleaner_II.description>
22+
<RPP_Production_Cleaner_III.label>制作清洁机 (等级III)</RPP_Production_Cleaner_III.label>
23+
<RPP_Production_Cleaner_III.description>制作一个能够清洁的机器人。</RPP_Production_Cleaner_III.description>
24+
<RPP_Production_Cleaner_IV.label>制作清洁机 (等级IV)</RPP_Production_Cleaner_IV.label>
25+
<RPP_Production_Cleaner_IV.description>制作一个能够清洁的机器人。</RPP_Production_Cleaner_IV.description>
26+
<RPP_Production_Cleaner_V.label>制作清洁机 (等级V)</RPP_Production_Cleaner_V.label>
27+
<RPP_Production_Cleaner_V.description>制作一个能够清洁的机器人。</RPP_Production_Cleaner_V.description>
28+
29+
<RPP_Production_Hauler_I.label>制作搬运机 (等级I)</RPP_Production_Hauler_I.label>
30+
<RPP_Production_Hauler_I.description>制作一个能够搬运的机器人。</RPP_Production_Hauler_I.description>
31+
<RPP_Production_Hauler_II.label>制作搬运机 (等级II)</RPP_Production_Hauler_II.label>
32+
<RPP_Production_Hauler_II.description>制作一个能够搬运的机器人。</RPP_Production_Hauler_II.description>
33+
<RPP_Production_Hauler_III.label>制作搬运机 (等级III)</RPP_Production_Hauler_III.label>
34+
<RPP_Production_Hauler_III.description>制作一个能够搬运的机器人。</RPP_Production_Hauler_III.description>
35+
<RPP_Production_Hauler_IV.label>制作搬运机 (等级IV)</RPP_Production_Hauler_IV.label>
36+
<RPP_Production_Hauler_IV.description>制作一个能够搬运的机器人。</RPP_Production_Hauler_IV.description>
37+
<RPP_Production_Hauler_V.label>制作搬运机 (等级V)</RPP_Production_Hauler_V.label>
38+
<RPP_Production_Hauler_V.description>制作一个能够搬运的机器人。</RPP_Production_Hauler_V.description>
39+
40+
<RPP_Production_Builder_I.label>制作建造机 (等级I)</RPP_Production_Builder_I.label>
41+
<RPP_Production_Builder_I.description>制作一个能够建造、拆除、挖掘和修复的机器人,工作等级为4。</RPP_Production_Builder_I.description>
42+
<RPP_Production_Builder_II.label>制作建造机 (等级II)</RPP_Production_Builder_II.label>
43+
<RPP_Production_Builder_II.description>制作一个能够建造、拆除、挖掘和修复的机器人,工作等级为8。</RPP_Production_Builder_II.description>
44+
<RPP_Production_Builder_III.label>制作建造机 (等级III)</RPP_Production_Builder_III.label>
45+
<RPP_Production_Builder_III.description>制作一个能够建造、拆除、挖掘和修复的机器人,工作等级为13。</RPP_Production_Builder_III.description>
46+
<RPP_Production_Builder_IV.label>制作建造机 (等级IV)</RPP_Production_Builder_IV.label>
47+
<RPP_Production_Builder_IV.description>制作一个能够建造、拆除、挖掘和修复的机器人,工作等级为16。</RPP_Production_Builder_IV.description>
48+
<RPP_Production_Builder_V.label>制作建造机 (等级V)</RPP_Production_Builder_V.label>
49+
<RPP_Production_Builder_V.description>制作一个能够建造、拆除、挖掘和修复的机器人,工作等级为20。</RPP_Production_Builder_V.description>
50+
51+
<RPP_Production_Crafter_I.label>制作工艺机 (等级I)</RPP_Production_Crafter_I.label>
52+
<RPP_Production_Crafter_I.description>制作一个能够制作、锻造和缝纫的机器人,工作等级为4。</RPP_Production_Crafter_I.description>
53+
<RPP_Production_Crafter_II.label>制作工艺机 (等级II)</RPP_Production_Crafter_II.label>
54+
<RPP_Production_Crafter_II.description>制作一个能够制作、锻造和缝纫的机器人,工作等级为8。</RPP_Production_Crafter_II.description>
55+
<RPP_Production_Crafter_III.label>制作工艺机 (等级III)</RPP_Production_Crafter_III.label>
56+
<RPP_Production_Crafter_III.description>制作一个能够制作、锻造和缝纫的机器人,工作等级为13。</RPP_Production_Crafter_III.description>
57+
<RPP_Production_Crafter_IV.label>制作工艺机 (等级IV)</RPP_Production_Crafter_IV.label>
58+
<RPP_Production_Crafter_IV.description>制作一个能够制作、锻造和缝纫的机器人,工作等级为16。</RPP_Production_Crafter_IV.description>
59+
<RPP_Production_Crafter_V.label>制作工艺机 (等级V)</RPP_Production_Crafter_V.label>
60+
<RPP_Production_Crafter_V.description>制作一个能够制作、锻造和缝纫的机器人,工作等级为20。</RPP_Production_Crafter_V.description>
61+
62+
63+
<RPP_Production_ER_I.label>制作急救机 (等级I)</RPP_Production_ER_I.label>
64+
<RPP_Production_ER_I.description>制作一个能够治疗患者和灭火的机器人,工作等级为4。</RPP_Production_ER_I.description>
65+
<RPP_Production_ER_II.label>制作急救机 (等级II)</RPP_Production_ER_II.label>
66+
<RPP_Production_ER_II.description>制作一个能够治疗患者和灭火的机器人,工作等级为8。</RPP_Production_ER_II.description>
67+
<RPP_Production_ER_III.label>制作急救机 (等级III)</RPP_Production_ER_III.label>
68+
<RPP_Production_ER_III.description>制作一个能够治疗患者和灭火的机器人,工作等级为13。</RPP_Production_ER_III.description>
69+
<RPP_Production_ER_IV.label>制作急救机 (等级IV)</RPP_Production_ER_IV.label>
70+
<RPP_Production_ER_IV.description>制作一个能够治疗患者和灭火的机器人,工作等级为16。</RPP_Production_ER_IV.description>
71+
<RPP_Production_ER_V.label>制作急救机 (等级V)</RPP_Production_ER_V.label>
72+
<RPP_Production_ER_V.description>制作一个能够治疗患者和灭火的机器人,工作等级为20。</RPP_Production_ER_V.description>
73+
74+
<RPP_Production_Kitchen_I.label>制作厨艺机 (等级I)</RPP_Production_Kitchen_I.label>
75+
<RPP_Production_Kitchen_I.description>制作一个能够烹饪和照料植物的机器人,工作等级为4。</RPP_Production_Kitchen_I.description>
76+
<RPP_Production_Kitchen_II.label>制作厨艺机 (等级II)</RPP_Production_Kitchen_II.label>
77+
<RPP_Production_Kitchen_II.description>制作一个能够烹饪和照料植物的机器人,工作等级为8。</RPP_Production_Kitchen_II.description>
78+
<RPP_Production_Kitchen_III.label>制作厨艺机 (等级III)</RPP_Production_Kitchen_III.label>
79+
<RPP_Production_Kitchen_III.description>制作一个能够烹饪和照料植物的机器人,工作等级为13。</RPP_Production_Kitchen_III.description>
80+
<RPP_Production_Kitchen_IV.label>制作厨艺机 (等级IV)</RPP_Production_Kitchen_IV.label>
81+
<RPP_Production_Kitchen_IV.description>制作一个能够烹饪和照料植物的机器人,工作等级为16。</RPP_Production_Kitchen_IV.description>
82+
<RPP_Production_Kitchen_V.label>制作厨艺机 (等级V)</RPP_Production_Kitchen_V.label>
83+
<RPP_Production_Kitchen_V.description>制作一个能够烹饪和照料植物的机器人,工作等级为20。</RPP_Production_Kitchen_V.description>
84+
85+
86+
<RPP_Production_Omni_I.label>制作全能机 (等级I)</RPP_Production_Omni_I.label>
87+
<RPP_Production_Omni_I.description>制作一个能够完成所有其他机器人工作的机器人,工作等级为4。</RPP_Production_Omni_I.description>
88+
<RPP_Production_Omni_II.label>制作全能机 (等级II)</RPP_Production_Omni_II.label>
89+
<RPP_Production_Omni_II.description>制作一个能够完成所有其他机器人工作的机器人,工作等级为8。</RPP_Production_Omni_II.description>
90+
<RPP_Production_Omni_III.label>制作全能机 (等级III)</RPP_Production_Omni_III.label>
91+
<RPP_Production_Omni_III.description>制作一个能够完成所有其他机器人工作的机器人,工作等级为13.</RPP_Production_Omni_III.description>
92+
<RPP_Production_Omni_IV.label>制作全能机 (等级IV)</RPP_Production_Omni_IV.label>
93+
<RPP_Production_Omni_IV.description>制作一个能够完成所有其他机器人工作的机器人,工作等级为16。</RPP_Production_Omni_IV.description>
94+
<RPP_Production_Omni_V.label>制作全能机 (等级V)</RPP_Production_Omni_V.label>
95+
<RPP_Production_Omni_V.description>制作一个能够完成所有其他机器人工作的机器人,工作等级为20。</RPP_Production_Omni_V.description>
96+
97+
</LanguageData>
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<LanguageData>
3+
4+
<RPP_Research_Matrix_I.label>机器人矩阵:\n简单逻辑</RPP_Research_Matrix_I.label>
5+
<RPP_Research_Matrix_I.description>等级 1: 研究制作简单机器人矩阵单元,以制造具有工作等级4的机器人。</RPP_Research_Matrix_I.description>
6+
<RPP_Research_Matrix_II.label>机器人矩阵:\n基础逻辑</RPP_Research_Matrix_II.label>
7+
<RPP_Research_Matrix_II.description>等级 2: 研究制作基础机器人矩阵单元,以制造具有工作等级8的机器人。</RPP_Research_Matrix_II.description>
8+
<RPP_Research_Matrix_III.label>机器人矩阵:\n进阶逻辑</RPP_Research_Matrix_III.label>
9+
<RPP_Research_Matrix_III.description>等级 3: 研究制作进阶机器人矩阵单元,以制造具有工作等级13的机器人。</RPP_Research_Matrix_III.description>
10+
<RPP_Research_Matrix_IV.label>机器人矩阵:\n高级逻辑</RPP_Research_Matrix_IV.label>
11+
<RPP_Research_Matrix_IV.description>等级 4: 研究制作高级机器人矩阵单元,以制造具有工作等级16的机器人。</RPP_Research_Matrix_IV.description>
12+
<RPP_Research_Matrix_V.label>机器人矩阵:\n反逻辑\n(NP=P)</RPP_Research_Matrix_V.label>
13+
<RPP_Research_Matrix_V.description>等级 5: 打破现有技术水平、对逻辑的理解以及因果关系概念所设定的界限。我们的科学正变得越来越不可预测。研究制作反逻辑机器人矩阵单元,以制造具有工作等级20的机器人。</RPP_Research_Matrix_V.description>
14+
15+
<RPP_Research_Fundamentals.label>机器人矩阵:\n基本原理</RPP_Research_Fundamentals.label>
16+
<RPP_Research_Fundamentals.description>等级 0:\n对机器人矩阵和自动化原理的简单研究。</RPP_Research_Fundamentals.description>
17+
18+
<RPP_Research_Cleaner_All.label>清洁机</RPP_Research_Cleaner_All.label>
19+
<RPP_Research_Cleaner_All.description>制造清洁机。同一等级的搬运机和清洁机比其他机器人移动速度更快。</RPP_Research_Cleaner_All.description>
20+
21+
<RPP_Research_Hauler_All.label>搬运机</RPP_Research_Hauler_All.label>
22+
<RPP_Research_Hauler_All.description>制造搬运机。同一等级的搬运机和清洁机比其他机器人移动速度更快。</RPP_Research_Hauler_All.description>
23+
24+
<RPP_Research_Builder_All.label>建造机</RPP_Research_Builder_All.label>
25+
<RPP_Research_Builder_All.description>制造建造+采矿机器人。</RPP_Research_Builder_All.description>
26+
27+
<RPP_Research_Crafter_All.label>工艺机</RPP_Research_Crafter_All.label>
28+
<RPP_Research_Crafter_All.description>制造生产制造机器人。</RPP_Research_Crafter_All.description>
29+
30+
<RPP_Research_ER_All.label>急救机</RPP_Research_ER_All.label>
31+
<RPP_Research_ER_All.description>制造紧急救援及救火的机器人。</RPP_Research_ER_All.description>
32+
33+
<RPP_Research_Kitchen_All.label>厨艺机</RPP_Research_Kitchen_All.label>
34+
<RPP_Research_Kitchen_All.description>制造一个简单的厨师和园艺机器人。</RPP_Research_Kitchen_All.description>
35+
36+
<RPP_Research_Omni_All.label>全能-机器人矩阵</RPP_Research_Omni_All.label>
37+
<RPP_Research_Omni_All.description>制造一个能够完成其他机器人所有工作的机器人。</RPP_Research_Omni_All.description>
38+
39+
<!-- <RPP_Research_Omni_I.label>全能机器人 I</RPP_Research_Omni_I.label>
40+
<RPP_Research_Omni_I.description>一台简单智能的全能机器人.</RPP_Research_Omni_I.description>
41+
<RPP_Research_Omni_II.label>全能机器人 II</RPP_Research_Omni_II.label>
42+
<RPP_Research_Omni_II.description>一台基础智能的全能机器人.</RPP_Research_Omni_II.description>
43+
<RPP_Research_Omni_III.label>全能机器人 III</RPP_Research_Omni_III.label>
44+
<RPP_Research_Omni_III.description>一台进阶智能的全能机器人.</RPP_Research_Omni_III.description>
45+
<RPP_Research_Omni_IV.label>全能机器人 IV</RPP_Research_Omni_IV.label>
46+
<RPP_Research_Omni_IV.description>一台高级智能的全能机器人.</RPP_Research_Omni_IV.description>
47+
<RPP_Research_Omni_V.label>全能机器人 V</RPP_Research_Omni_V.label>
48+
<RPP_Research_Omni_V.description>一台反逻辑智能的全能机器人.</RPP_Research_Omni_V.description> -->
49+
50+
</LanguageData>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<LanguageData>
3+
4+
<RPP_Reasearch_Tab.label>机器人++</RPP_Reasearch_Tab.label>
5+
6+
</LanguageData>

0 commit comments

Comments
 (0)