Files
dotfiles/noctalia/plugins/clipper/i18n/zh-TW.json
T
Domipoke 955801c666 noctalia
2026-06-25 19:58:23 +02:00

123 lines
5.2 KiB
JSON

{
"bar": {
"tooltip": "剪貼簿歷史記錄"
},
"context": {
"toggle": "切換 Clipper",
"settings": "開啟設定"
},
"panel": {
"title": "剪貼簿歷史記錄",
"pinned-title": "已釘選項目",
"no-pinned": "無已釘選項目",
"settings": "設定",
"close": "Close",
"search-placeholder": "搜尋...",
"filter-all": "全部",
"filter-text": "文字",
"filter-images": "圖片",
"filter-colors": "顏色",
"filter-links": "連結",
"filter-code": "程式碼",
"filter-emoji": "表情符號",
"filter-files": "檔案",
"clear-all": "全部清除",
"no-matches": "無符合項目",
"empty": "剪貼簿為空"
},
"card": {
"add-todo": "加入待辦事項",
"pin": "釘選",
"delete": "刪除"
},
"notecards": {
"empty-state": "No notes yet",
"empty-hint": "Click the button below to create your first note",
"create-note": "Create Note",
"change-color": "Change Color",
"export": "Export to .txt",
"delete": "Delete Note",
"untitled-placeholder": "Untitled"
},
"toast": {
"invalid-clipboard-item": "Invalid clipboard item",
"max-pinned-items": "Maximum {max} pinned items reached",
"item-not-found": "Item not found in clipboard",
"failed-to-pin": "Failed to pin item",
"failed-to-pin-image": "Failed to pin image",
"image-too-large": "Image too large to pin (max 5MB)",
"text-too-large": "Text too large to pin (max 1MB)",
"item-pinned": "Item pinned",
"item-unpinned": "Item unpinned",
"max-notes": "Maximum {max} notes reached",
"note-created": "Note created",
"note-deleted": "Note deleted",
"note-not-found": "Note not found",
"note-exported": "Note exported to ~/Documents/{fileName}",
"copied-to-clipboard": "Copied to clipboard",
"failed-to-copy-image": "Failed to copy image",
"failed-to-copy-text": "Failed to copy text",
"no-text-selected": "No text selected",
"failed-to-get-selection": "Failed to get selection",
"no-text-to-add": "No text to add",
"todo-not-available": "ToDo plugin not available",
"added-to-todo": "Added to ToDo",
"failed-to-copy": "Failed to copy to clipboard",
"todo-disabled": "ToDo integration is disabled",
"could-not-open-todo": "Could not open ToDo selector",
"could-not-open-note-selector": "Could not open note selector",
"text-added-to-note": "Text added to note",
"todo-page-created": "New ToDo page created",
"failed-to-get-cursor-position": "Failed to get cursor position",
"notes-cleared": "All notes cleared",
"pinned-cleared": "All pinned items cleared"
},
"settings": {
"tab-general": "General",
"tab-appearance": "Appearance",
"integrations": "整合",
"todo-integration": "ToDo 外掛程式整合",
"todo-description": "將剪貼簿項目直接加入待辦事項清單",
"todo-disabled": "ToDo 外掛程式未安裝或已停用",
"features": "Features",
"pincards-enabled": "Enable Pin Cards",
"pincards-desc": "Show pinned items panel and allow pinning clipboard items",
"pincards-items-count": "Pinned Items",
"clear-all-pinned": "Clear All Pinned Items",
"notecards-enabled": "Enable NoteCards",
"notecards-desc": "Show notecards panel for quick notes",
"notecards-notes-count": "Current Notes",
"clear-all-notes": "Clear All Notes",
"show-close-button": "Show Close Button",
"show-close-button-desc": "Display an X button at the top-right corner to close the panel",
"fullscreen-mode": "Fullscreen Mode",
"fullscreen-mode-desc": "Expand the clipboard panel to fill the entire screen",
"hide-panel-background": "Hide Panel Background",
"hide-panel-background-desc": "Remove background from panel containers. Note: Pin Cards and Note Cards work best with background enabled.",
"auto-paste-section": "Auto-Paste",
"auto-paste": "Auto-Paste on Click",
"auto-paste-desc": "Automatically paste clipboard item into focused window after selecting",
"auto-paste-warning": "wtype is required for auto-paste. Install with: sudo pacman -S wtype",
"auto-paste-rmb": "Right-Click Only",
"auto-paste-rmb-desc": "Use right-click for auto-paste; left-click copies to clipboard without pasting",
"auto-paste-delay": "Paste Delay",
"auto-paste-delay-desc": "Delay before pasting (ms). Increase if focus follows cursor is enabled in your compositor.",
"appearance": "卡片外觀",
"card-type": "卡片類型",
"card-type-desc": "選擇要自訂的卡片類型",
"preview": "預覽",
"sample-content": "範例內容預覽...",
"bg-color": "背景顏色",
"bg-color-desc": "卡片背景顏色",
"separator-color": "分隔線顏色",
"separator-color-desc": "標題與內容之間的線條",
"fg-color": "前景顏色",
"fg-color-desc": "標題、圖示和文字內容顏色",
"reset-defaults": "重設為預設值",
"panel-width": "面板寬度",
"panel-width-desc": "面板的像素寬度(僅在全螢幕模式關閉時有效)",
"panel-height": "面板高度",
"panel-height-desc": "面板的像素高度。設為 0 則自動高度(僅在全螢幕模式關閉時有效)"
}
}