Skip to content

Commit

Permalink
Group options
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 8, 2023
1 parent d9196fd commit f1355a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
9 changes: 5 additions & 4 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,17 @@
"config_shouldNotifyResult_label": { "message": "Show a desktop notification notification when successfully copied (or failed)" },
"config_reportErrors_label": { "message": "Report errors while internal operations to the clipboard output" },

"config_modeForNoSelection_caption": { "message": "When there is no multiselection and triggered on an Individual Tab" },
"config_modeForNoSelectionTree_caption": { "message": "When there is no multiselection and triggered on the Parent Tab of a Tree (require tabs management addon like Tree Style Tab)" },
"config_modeForNoSelection_caption": { "message": "Behavior on no multiselection" },
"config_modeForNoSelectionTab_caption": { "message": "On an Individual Tab" },
"config_modeForNoSelectionTree_caption": { "message": "On the Parent Tab of a Tree (require tabs management addon like Tree Style Tab)" },
"config_modeForNoSelection_label": { "message": "Regular Operation" },
"config_modeForNoSelection_nothing_label": { "message": "(do nothing)" },
"config_modeForNoSelection_choose_label": { "message": "Choose from menu always" },
"config_modeForNoSelection_individualTab_label": { "message": "Copy Individual Tab" },
"config_modeForNoSelection_all_label": { "message": "Copy All Tabs" },
"config_modeForNoSelection_tree_label": { "message": "Copy Tree (require tabs management addon like Tree Style Tab)" },
"config_modeForNoSelection_tree_label": { "message": "Copy Tree" },
"config_modeForNoSelection_treeDescendants_label": { "message": "Copy Tree Descendants" },
"config_modeForNoSelectionModified_label": { "message": "Middle Click (require tabs management addon like Tree Style Tab)" },
"config_modeForNoSelectionModified_label": { "message": "Middle Click" },

"config_debug_caption": { "message": "Development" },
"config_debug_label": { "message": "Debug mode" },
Expand Down
9 changes: 5 additions & 4 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,16 @@
"config_shouldNotifyResult_label": { "message": "正常にコピーできた(または失敗した)場合、デスクトップ通知で結果を知らせる" },
"config_reportErrors_label": { "message": "処理中に発生したエラーをクリップボードへの出力に含める" },

"config_modeForNoSelection_caption": { "message": "タブが複数選択されていない状態で単独のタブに対して操作した場合の動作" },
"config_modeForNoSelectionTree_caption": { "message": "タブが複数選択されていない状態でツリーの親タブに対して操作した場合の動作(Tree Style Tabなどのタブ管理アドオンが必要)" },
"config_modeForNoSelection_caption": { "message": "タブが複数選択されていないときの動作" },
"config_modeForNoSelectionTab_caption": { "message": "単独のタブに対して操作した場合" },
"config_modeForNoSelectionTree_caption": { "message": "ツリーの親タブに対して操作した場合(Tree Style Tabなどのタブ管理アドオンが必要)" },
"config_modeForNoSelection_label": { "message": "通常の操作" },
"config_modeForNoSelection_nothing_label": { "message": "(何もしない)" },
"config_modeForNoSelection_choose_label": { "message": "その都度メニューから選択する" },
"config_modeForNoSelection_individualTab_label": { "message": "単独のタブをコピー" },
"config_modeForNoSelection_all_label": { "message": "すべてのタブをコピー" },
"config_modeForNoSelection_tree_label": { "message": "ツリーをコピー(Tree Style Tabなどのタブ管理アドオンが必要)" },
"config_modeForNoSelection_treeDescendants_label": { "message": "ツリー全体ではなく子孫タブだけをコピー(Tree Style Tabなどのタブ管理アドオンが必要)" },
"config_modeForNoSelection_tree_label": { "message": "ツリーをコピー" },
"config_modeForNoSelection_treeDescendants_label": { "message": "配下のタブのみをコピー" },
"config_modeForNoSelectionModified_label": { "message": "中ボタンクリック" },

"config_debug_caption": { "message": "開発用" },
Expand Down
5 changes: 5 additions & 0 deletions options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

<fieldset>
<legend>__MSG_config_modeForNoSelection_caption__</legend>

<fieldset>
<legend>__MSG_config_modeForNoSelectionTab_caption__</legend>
<table class="modeForNoSelectionOptions">
<thead>
<tr>
Expand Down Expand Up @@ -151,6 +154,8 @@
</table>
</fieldset>

</fieldset>

<div class="grid" id="copyToClipboardFormatsRows">
</div>
<p><button id="copyToClipboardFormatsAddNewRow"
Expand Down

0 comments on commit f1355a3

Please sign in to comment.