summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/keybind-cheatsheet/i18n/ja.json
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-07-31 14:03:07 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-07-31 14:03:07 +0700
commit4835f660f9435fa64336daaaae1ea3cab1dfbee6 (patch)
tree45524b7f7cdb6009fa85558cea44678b2b563a43 /noctalia/.config/plugins/keybind-cheatsheet/i18n/ja.json
parent59226408d8bc950d7ec8c21623f28b5f7de8fce0 (diff)
mouse
Diffstat (limited to 'noctalia/.config/plugins/keybind-cheatsheet/i18n/ja.json')
-rw-r--r--noctalia/.config/plugins/keybind-cheatsheet/i18n/ja.json117
1 files changed, 0 insertions, 117 deletions
diff --git a/noctalia/.config/plugins/keybind-cheatsheet/i18n/ja.json b/noctalia/.config/plugins/keybind-cheatsheet/i18n/ja.json
deleted file mode 100644
index 8a6afde..0000000
--- a/noctalia/.config/plugins/keybind-cheatsheet/i18n/ja.json
+++ /dev/null
@@ -1,117 +0,0 @@
-{
- "default-category": "キーバインド",
- "error": {
- "unsupported-compositor": "サポートされていないコンポジター",
- "sway-not-supported": "Swayはまだサポートされていません",
- "sway-detail": "Swayのサポートは将来のアップデートで追加される可能性があります(Hyprlandと同様の形式)",
- "labwc-not-supported": "LabWCはサポートされていません",
- "labwc-detail": "LabWCはこのプラグインと互換性のないXML設定形式を使用しています",
- "unknown-compositor": "不明なコンポジターが検出されました",
- "unknown-detail": "このプラグインはHyprlandとNiriコンポジターのみをサポートしています",
- "hyprctl-failed": "hyprctl binds failed - is Hyprland running?"
- },
- "panel": {
- "loading": "読み込み中...",
- "loading-timeout": "Loading timed out. Click Refresh to retry.",
- "title": "キーマップ",
- "title-hyprland": "Hyprland キーマップ",
- "title-niri": "Niri キーマップ",
- "title-mango": "MangoWC Keymap",
- "workspace-switching": "ワークスペース - 切り替え",
- "workspace-moving": "ワークスペース - 移動",
- "workspace-mouse": "ワークスペース - マウス",
- "search-placeholder": "キーバインドを検索...",
- "no-description": "(no description)",
- "other": "Other",
- "undescribed": "Without Description",
- "add-description": "Add description",
- "add-description-placeholder": "Description...",
- "save-description": "Save",
- "cancel": "Cancel",
- "hide-bind": "Hide this bind"
- },
- "settings": {
- "title": "キーバインド一覧の設定",
- "description": "パネルの外観とキーバインドソースを設定します。",
- "tab-general": "General",
- "tab-appearance": "Appearance",
- "window-size": "ウィンドウサイズ",
- "width": "幅:",
- "height": "高さ:",
- "auto-height": "自動",
- "auto-height-hint": "「自動」が有効な場合、高さはコンテンツに合わせて自動調整されます。",
- "layout": "レイアウト",
- "columns": "列数:",
- "columns-hint": "列が多いほど、幅の広いウィンドウで効果的です。",
- "parsing-options": "Parsing Options",
- "merge-sequential": "Merge sequential keybinds",
- "merge-sequential-hint": "Combine consecutive numeric keybinds (e.g. Super+1..5 -> Workspace 1..5) into a single ranged entry.",
- "show-undescribed": "Show undescribed binds",
- "show-undescribed-hint": "Include keybinds that have no comment description. They will be auto-labeled with the action.",
- "split-workspaces": "Split large workspace category",
- "split-workspaces-hint": "When a workspace category exceeds the threshold, split it into Switching, Moving, and Mouse subcategories.",
- "split-threshold": "Split threshold (binds):",
- "config-paths": "設定ファイル",
- "config-paths-description": "キーバインド設定ファイルへのカスタムパスを指定します。プラグインは自動的にすべてのinclude/sourceディレクティブに従います。",
- "hyprland-format-hint": "期待される形式: bind = $mod, KEY, action #\"説明\"\nカテゴリ: # 1. カテゴリ名",
- "niri-format-hint": "カテゴリは次の形式で作成: // #\"カテゴリ名\"\n説明: hotkey-overlay-title=\"説明\"",
- "actions": "アクション",
- "refresh-keybinds": "キーバインドを更新",
- "refresh-message": "パネルを開くとキーバインドが再読み込みされます。",
- "reset-defaults": "デフォルトにリセット",
- "reset-message": "設定がデフォルトにリセットされました。",
- "saved": "設定が正常に保存されました。",
- "keybind-setup": "キーバインド設定",
- "keybind-setup-description": "キーボードショートカットでチートシートを開くには、このバインドをコンポジター設定に追加してください:",
- "keybind-example-hyprland": "Hyprland: bind = $mod, F1, exec, qs -c \"noctalia-shell\" ipc call plugin:keybind-cheatsheet toggle",
- "keybind-example-niri": "Niri: Super+F1 { spawn \"qs\" \"-c\" \"noctalia-shell\" \"ipc\" \"call\" \"plugin\" \"togglePanel\" \"keybind-cheatsheet\"; }",
- "mod-var": "Modキー変数",
- "mod-var-hint": "Superキーに使用される変数名(例: $mod または $mainMod)。",
- "width-range": "px (400-3000)",
- "height-range": "px (300-2000)",
- "hyprland-path": "Hyprland パス",
- "niri-path": "Niri パス",
- "mango-path": "Mango Path",
- "mango-format-hint": "Expected format: bind=MODS,KEY,ACTION,ARGS\nCategories: # Category Name (horizontal rules stripped)\nOptional per-bind description: trailing #\"description\"",
- "keybind-example-mango": "Mango example: bind=SUPER,F1,spawn_shell,noctalia-shell ipc call plugin:keybind-cheatsheet toggle",
- "appearance-section": "Appearance",
- "appearance-description": "Customize the colors used for special key categories. Changes apply immediately and persist when you click Apply.",
- "preview-section": "Live Preview",
- "color-pickers": "Key Colors",
- "color-super": "Super / Mod key",
- "color-ctrl": "Ctrl key",
- "color-shift": "Shift key",
- "color-alt": "Alt-modifier keys",
- "color-xf86": "XF86 multimedia keys",
- "color-print": "Print / Screenshot keys",
- "color-numeric": "Numeric keys (workspaces)",
- "color-mouse": "Mouse buttons",
- "color-default": "Default letter keys",
- "color-label": "Key label text",
- "color-description": "Description text",
- "color-theme-hint": "Leave empty to use theme accent color.",
- "reset-color": "Reset to default",
- "reset-all-colors": "Reset all colors",
- "color-auto": "自動",
- "color-mod2": "Mod2 key",
- "color-mod3": "Mod3 key",
- "color-mod5": "Mod5 key",
- "mod-label-hint": "Mod2 / Mod3 / Mod5 は素の X11 修飾キーです(例: caps:hyper は Caps を Mod3 に割り当てます)。名前変更フィールドで「Hyper」などの分かりやすいラベルを付けられます。空にすると素の修飾キー名を表示します。",
- "color-paste-hint": "ヒント: 16 進カラー (例: #FF6B6B) をクリップボードにコピーすると、ピル内に貼り付けアイコンが表示されます。",
- "keybind-ipc-command": "qs -c \"noctalia-shell\" ipc call plugin:keybind-cheatsheet toggle",
- "hyprland-lua-path": "Hyprland Lua Path",
- "hyprland-parser-mode": "Parser:",
- "hyprland-lua-hint": "Auto: uses hyprland.lua via `hyprctl binds` when it exists, otherwise the legacy .conf parser.",
- "undescribed-title": "Undescribed Binds",
- "overrides-summary": "Hidden: {hidden} - Custom descriptions: {custom}",
- "restore-hidden": "Restore hidden",
- "restore-hidden-message": "Hidden binds restored.",
- "clear-overrides": "Clear all overrides",
- "clear-overrides-message": "All bind overrides cleared."
- },
- "barwidget": {
- "tooltip": "キーバインドチートシート",
- "open": "チートシートを開く",
- "settings": "プラグイン設定"
- }
-}