blob: 59ce36b022b8cc64cc4582f8c2a0b1bae6ba5e43 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="gesture_preview">
<floater.string name="step_anim">
プレイするアニメーション:
</floater.string>
<floater.string name="step_sound">
プレイするサウンド:
</floater.string>
<floater.string name="step_chat">
発言するチャット:
</floater.string>
<floater.string name="step_wait">
待機:
</floater.string>
<floater.string name="stop_txt">
止まる
</floater.string>
<floater.string name="preview_txt">
プレビュー
</floater.string>
<floater.string name="none_text">
-- なし --
</floater.string>
<floater.string name="Title">
ジェスチャー: [NAME]
</floater.string>
<text name="desc_label">
説明:
</text>
<text name="trigger_label">
トリガー:
</text>
<text name="replace_text" tool_tip="トリガーワードをこれらの単語に置き換えます。 たとえば、トリガー「hello」を「Howdy」に置換すると、「I wanted to say hello」というチャット文が「I wanted to say howdy」に変わり、ジェスチャーにも置換が反映されます。">
置換:
</text>
<line_editor name="replace_editor" tool_tip="トリガーワードをこれらの単語に置き換えます。 たとえば、トリガー「hello」を「Howdy」に置換すると、「I wanted to say hello」というチャット文が「I wanted to say howdy」に変わり、ジェスチャーにも置換が反映されます。"/>
<text name="key_label">
ショートカット:
</text>
<combo_box label="なし" left="160" name="modifier_combo"/>
<combo_box label="なし" name="key_combo"/>
<text name="library_label">
ライブラリ:
</text>
<scroll_list name="library_list">
<scroll_list.rows name="action_animation" value="アニメーション"/>
<scroll_list.rows name="action_sound" value="サウンド"/>
<scroll_list.rows name="action_chat" value="チャット"/>
<scroll_list.rows name="action_wait" value="待機"/>
</scroll_list>
<button label="追加>>" name="add_btn"/>
<text name="steps_label">
手順:
</text>
<button label="上" name="up_btn"/>
<button label="下" name="down_btn"/>
<button label="削除" name="delete_btn"/>
<text name="options_text">
(オプション)
</text>
<radio_group name="animation_trigger_type">
<radio_item label="開始" name="start"/>
<radio_item label="停止" name="stop"/>
</radio_group>
<check_box label="アニメーションが完了するまで" name="wait_anim_check"/>
<check_box label="時間(秒):" name="wait_time_check"/>
<text name="help_label">
待機ステップを入れない限りは、すべてのステップが同時に起こります。
</text>
<check_box label="アクティブ" name="active_check" tool_tip="アクティブなジェスチャーは、トリガーフレーズを使うか、ホットキーを押すと切り替わります。 1つのショートカットキーに2つ以上のジェスチャーが割り当てられた場合、そのジェスチャーは両方ともアクティブではなくなります。"/>
<button label="プレビュー" name="preview_btn"/>
<button label="保存" name="save_btn"/>
</floater>
|