Browse Source

chinesisch

Teh-Hai Julian Zheng 7 years ago
parent
commit
f8fa608955
1 changed files with 21 additions and 21 deletions
  1. 21 21
      src/ui/view/Languages.java

+ 21 - 21
src/ui/view/Languages.java

@@ -146,37 +146,37 @@ public class Languages {
 
 	static String[] arrayZH = {
 			// ToolBar (0-16)
-			"File", "New", "Open", "Save", "Edit", "Undo", "Redo", "Find/Replace", "Edit showed Information", "Options",
-			"Reset Categories", "View", "View Size", "Help", "About Us", "Edit Edges", "Language",
+			"文档", "新", "打开", "保存", "编辑", "撤销", "重做", "查找/替换", "编辑显示的信息", "选项",
+			"复位类别", "视图", "视图尺寸", "帮助", "关于我们", "编辑边缘", "语言",
 			// Tables (17-24)
-			"Object", "Nr.", "Device", "Energy", "Quantity", "Activated", "Field", "Information",
+			"对象", "No.", "能源", "电能", "数量", "激活", "字段", "信息",
 			// Graph (25-26)
-			"None ", "Reset",
+			"无", "重置",
 			// Warning PopUps(27-30)
-			"Warning", "Do you want to save your current data?", "Do you really want to delete the Category ",
-			"Please select a Category or an Object in order to delete something.",
+			"警告", "需要储存现在的数据吗?", "真的想删除类别吗?",
+			"请选择一个类别或对象以便删除。",
 			// Edit Edges Pop Up (31-34)
-			"Edit Showed Informations", "Show Total Energy of Objects", "Show Connection Properties", "Cancel",
+			"编辑显示的信息", "显示这个对象的总能源", "显示这个对象的总能源", "取消",
 			// Search/Replace Pop Up (35-45)
-			"Search for Objects", "Find", "Replace", "Direction", "Forward", "Backward", "Scope", "All", "Single",
-			"Replace All", "Close",
+			"搜索对象", "寻找", "重置", "方向", "前进", "后退", "范围", "全选", "单一",
+			"重置全部", "关闭",
 			// Edit Edges Pop Up (46-55)
-			"Edit Capacities of Edges", "Maximum Capacity:", "Change for all existing Edges only",
-			"Change for new created Edges only", "Change for all existing and new created Edges", "Cancel",
-			"Please select one of the options",
-			"Please enter a number greater or equal 0 in the Field for Maximum Capacity", "Edit Edge Capacities",
-			"(enter \"infinite\" for infinite Capacity)",
+			"编辑边缘容量", "最大容量:", "更改现有全部编辑",
+			"更改更新内容部分编辑", "更改现有全部以及更新内容部分编辑", "取消",
+			"请选择一个选项",
+			"请输入一个数字大于或等于在字段为最大容量", "编辑边缘容量",
+			"(进入 \"无限\" 无限产能)",
 			// Add PopUp Tree (56-63)
-			"Please enter a Name for Category ", "Please select a Category first before adding ", "Add Object Menu",
-			"Name:", "Browse Image", "Add Element", "Delete Element", "Cancel",
+			"请输入类别名称 ", "请在添加之前选定一个类别 ", "添加对象菜单",
+			"名称:", "浏览图片", "添加元素", "删除元素", "取消",
 			// Add PopUp Element (64-71)
-			"Add Element to Object", "Element Name:", "Provided Energy:", "Amount:",
-			"Please enter numbers in the Fields amount and providedEnergy", "No name", "Name already given", "Cancel",
+			"添加元素至对象", "元素名称:", "提供能源:", "数量:",
+			"请在字段中输入数量以及假设能源数字", "无名", "已给出的名称", "取消",
 			// Info for PropertyTable (72-82)
-			"Name", "Total Energy", "Manual", "Active", " is connected to", " with ID: ", "Edge: ", " to ",
-			"Current flow", "Max. Capacity", "Status",
+			"名称", "总能量", "手册", "主动", " 链接至", " 通过ID: ", "边缘: ", " 至 ",
+			"电流流", "最大容量", "状态",
 			// Info SimulationMenu (83-87)
-			"Simulate", "Simulation Speed:", "Algorithm:", "choose folder", "success" };
+			"模拟", "仿真速度:", "计算程序:", "选择“文件夹", "成功" };
 
 	public static String[] getLanguage() {
 		switch (languageVar) {