Files
Puma_Viewer/indra/newview/skins/default/xui/ja/floater_joystick.xml
T
2025-05-24 18:09:39 -03:00

124 lines
4.7 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Joystick" title="ジョイスティックの設定">
<floater.string name="JoystickDisabled">
なし
</floater.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="3Dカーソル" 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"/>
<!-- <FS:Zi> FIRE-14344 - Add button preview and allow for more than 6 axes -->
<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">
<!-- Zi: One stat_view for each axis so we can hide them individually -->
<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>
<!-- </FS:Zi> -->
<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="SpaceNavigatorのデフォルト設定" name="SpaceNavigatorDefaults"/>
<button label="OK" label_selected="OK" name="ok_btn"/>
<button label="キャンセル" label_selected="キャンセル" name="cancel_btn"/>
</floater>