phoenix-firestorm/indra/newview/skins/default/xui/zh/floater_joystick.xml

120 lines
3.7 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Joystick" title="搖桿設定">
<string name="JoystickDisabled">
</string>
<text name="joystick_lbl">
搖桿:
</text>
<spinner label="X 軸對映" name="JoystickAxis1" />
<spinner label="Y 軸對映" name="JoystickAxis2" />
<spinner label="Z 軸對映" name="JoystickAxis0" />
<spinner label="俯仰對映" name="JoystickAxis4" />
<spinner label="偏擺對映" name="JoystickAxis5" />
<spinner label="翻滾對映" name="JoystickAxis3" />
<spinner label="縮放對映" name="JoystickAxis6" />
<check_box label="直接縮放" name="ZoomDirect" />
<check_box label="三維指標" name="Cursor3D" />
<check_box label="自動水平" name="AutoLeveling" />
<text name="Control Modes:">
控制模式:
</text>
<check_box label="化身" name="JoystickAvatarEnabled" />
<check_box label="建造" name="JoystickBuildEnabled" />
<check_box label="移動相機" name="JoystickFlycamEnabled" />
<text name="joystick_monitor_label">
搖桿監視器
</text>
<icon name="button_light_0" tool_tip="搖桿按鈕 0" />
<icon name="button_light_1" tool_tip="搖桿按鈕 1" />
<icon name="button_light_2" tool_tip="搖桿按鈕 2" />
<icon name="button_light_3" tool_tip="搖桿按鈕 3" />
<icon name="button_light_4" tool_tip="搖桿按鈕 4" />
<icon name="button_light_5" tool_tip="搖桿按鈕 5" />
<icon name="button_light_6" tool_tip="搖桿按鈕 6" />
<icon name="button_light_7" tool_tip="搖桿按鈕 7" />
<icon name="button_light_8" tool_tip="搖桿按鈕 8" />
<icon name="button_light_9" tool_tip="搖桿按鈕 9" />
<icon name="button_light_10" tool_tip="搖桿按鈕 10" />
<icon name="button_light_11" tool_tip="搖桿按鈕 11" />
<icon name="button_light_12" tool_tip="搖桿按鈕 12" />
<icon name="button_light_13" tool_tip="搖桿按鈕 13" />
<icon name="button_light_14" tool_tip="搖桿按鈕 14" />
<icon name="button_light_15" tool_tip="搖桿按鈕 15" />
<scroll_container name="joystick_monitor_axes_scroller">
<container_view name="joystick_monitor_axes_container">
<stat_view name="axis_view_0">
<stat_bar label="軸0" name="axis0" />
</stat_view>
<stat_view name="axis_view_1">
<stat_bar label="軸1" name="axis1" />
</stat_view>
<stat_view name="axis_view_2">
<stat_bar label="軸2" name="axis2" />
</stat_view>
<stat_view name="axis_view_3">
<stat_bar label="軸3" name="axis3" />
</stat_view>
<stat_view name="axis_view_4">
<stat_bar label="軸4" name="axis4" />
</stat_view>
<stat_view name="axis_view_5">
<stat_bar label="軸5" name="axis5" />
</stat_view>
<stat_view name="axis_view_6">
<stat_bar label="軸6" name="axis6" />
</stat_view>
<stat_view name="axis_view_7">
<stat_bar label="軸7" name="axis7" />
</stat_view>
</container_view>
</scroll_container>
<text name="XScale">
X 比例
</text>
<text name="YScale">
Y 比例
</text>
<text name="ZScale">
Z 比例
</text>
<text name="PitchScale">
俯仰比例
</text>
<text name="YawScale">
偏擺比例
</text>
<text name="RollScale">
翻滾比例
</text>
<text name="XDeadZone">
X 死區
</text>
<text name="YDeadZone">
Y 死區
</text>
<text name="ZDeadZone">
Z 死區
</text>
<text name="PitchDeadZone">
俯仰死區
</text>
<text name="YawDeadZone">
偏擺死區
</text>
<text name="RollDeadZone">
翻滾死區
</text>
<text name="Feathering">
重量反應
</text>
<text name="ZoomScale2">
縮放比例
</text>
<text name="ZoomDeadZone">
縮放死區
</text>
<button label="三維控制器預設值" name="SpaceNavigatorDefaults" />
<button label="確定" label_selected="確定" name="ok_btn" />
<button label="取消" label_selected="取消" name="cancel_btn" />
</floater>