summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_pathfinding_console.xml
blob: 7cd1094a05e80248960925c1a311e7f8914e454c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_pathfinding_console" title="尋徑察看 / 測試">
	<floater.string name="navmesh_viewer_status_library_not_implemented">
		找不到尋徑函式庫實作。
	</floater.string>
	<floater.string name="navmesh_viewer_status_region_not_enabled">
		這地區並未啟用尋徑。
	</floater.string>
	<floater.string name="navmesh_viewer_status_region_loading">
		等待地區完成載入。
	</floater.string>
	<floater.string name="navmesh_viewer_status_checking_version">
		正在檢查導航網面狀態。
	</floater.string>
	<floater.string name="navmesh_viewer_status_downloading">
		正在下載導航網面。
	</floater.string>
	<floater.string name="navmesh_viewer_status_updating">
		伺服器上的導航網面已變更。 正在下載最新的導航網面。
	</floater.string>
	<floater.string name="navmesh_viewer_status_has_navmesh">
		最新的導航網面下載完成。
	</floater.string>
	<floater.string name="navmesh_viewer_status_error">
		無法完成導航網面下載。
	</floater.string>
	<floater.string name="navmesh_simulator_status_pending">
		導航網面有變更待存。
	</floater.string>
	<floater.string name="navmesh_simulator_status_building">
		正在建構導航網面。
	</floater.string>
	<floater.string name="navmesh_simulator_status_some_pending">
		某些導航網面地區有變更待存。
	</floater.string>
	<floater.string name="navmesh_simulator_status_some_building">
		正在建構某些導航網面地區。
	</floater.string>
	<floater.string name="navmesh_simulator_status_pending_and_building">
		某些導航網面地區有變更待存,其他的正在建構中。
	</floater.string>
	<floater.string name="navmesh_simulator_status_complete">
		導航網面已全面更新。
	</floater.string>
	<floater.string name="pathing_library_not_implemented">
		找不到尋徑函式庫實作。
	</floater.string>
	<floater.string name="pathing_region_not_enabled">
		這地區並未啟用尋徑。
	</floater.string>
	<floater.string name="pathing_choose_start_and_end_points">
		請選擇起點和終點。
	</floater.string>
	<floater.string name="pathing_choose_start_point">
		請選擇起點。
	</floater.string>
	<floater.string name="pathing_choose_end_point">
		請選擇終點。
	</floater.string>
	<floater.string name="pathing_path_valid">
		路徑以橘色顯示。
	</floater.string>
	<floater.string name="pathing_path_invalid">
		在所選的點之間找不到路徑。
	</floater.string>
	<floater.string name="pathing_error">
		產生路徑時出錯。
	</floater.string>
	<panel name="pathfinding_console_main">
		<text name="viewer_status_label">
			瀏覽器狀態
		</text>
	</panel>
	<panel name="pathfinding_console_simulator">
		<text name="simulator_status_label">
			模擬器狀態
		</text>
	</panel>
	<tab_container name="view_test_tab_container">
		<panel label="視角" name="view_panel">
			<text name="show_label">
				顯示:
			</text>
			<check_box label="世界" name="show_world"/>
			<check_box label="僅限可移動的" name="show_world_movables_only"/>
			<check_box label="導航網面" name="show_navmesh"/>
			<text name="show_walkability_label">
				顯示可行走地圖:
			</text>
			<combo_box name="show_heatmap_mode">
				<combo_box.item label="不顯示" name="show_heatmap_mode_none"/>
				<combo_box.item label="類型 A 角色" name="show_heatmap_mode_a"/>
				<combo_box.item label="類型 B 角色" name="show_heatmap_mode_b"/>
				<combo_box.item label="類型 C 角色" name="show_heatmap_mode_c"/>
				<combo_box.item label="類型 D 角色" name="show_heatmap_mode_d"/>
			</combo_box>
			<check_box label="可行走的" name="show_walkables"/>
			<check_box label="實質體積" name="show_material_volumes"/>
			<check_box label="靜態障礙" name="show_static_obstacles"/>
			<check_box label="排除體積" name="show_exclusion_volumes"/>
			<check_box label="水平面" name="show_water_plane"/>
			<check_box label="具 X 光透視力" name="show_xray"/>
		</panel>
		<panel label="測試路徑" name="test_panel">
			<text name="ctrl_click_label">
				按住 Ctrl 並點按即可選擇起點。
			</text>
			<text name="shift_click_label">
				按住 Shift 並點按即可選擇終點。
			</text>
			<text name="character_width_label">
				角色寬度
			</text>
			<slider name="character_width" value="1"/>
			<text name="character_width_unit_label">
				公尺
			</text>
			<text name="character_type_label">
				角色類型
			</text>
			<combo_box name="path_character_type">
				<combo_box.item label="無" name="path_character_type_none"/>
				<combo_box.item label="A" name="path_character_type_a"/>
				<combo_box.item label="B" name="path_character_type_b"/>
				<combo_box.item label="C" name="path_character_type_c"/>
				<combo_box.item label="D" name="path_character_type_d"/>
			</combo_box>
			<button label="清除路徑" name="clear_path"/>
		</panel>
	</tab_container>
</floater>