This commit is contained in:
Domipoke
2026-06-25 19:58:23 +02:00
parent 372c622025
commit 955801c666
147 changed files with 18829 additions and 0 deletions
+122
View File
@@ -0,0 +1,122 @@
{
"bar": {
"tooltip": "Histórico da área de transferência"
},
"context": {
"toggle": "Alternar Clipper",
"settings": "Abrir configurações"
},
"panel": {
"title": "Histórico da área de transferência",
"pinned-title": "Itens fixados",
"no-pinned": "Nenhum item fixado",
"settings": "Configurações",
"close": "Close",
"search-placeholder": "Pesquisar...",
"filter-all": "Todos",
"filter-text": "Texto",
"filter-images": "Imagens",
"filter-colors": "Cores",
"filter-links": "Links",
"filter-code": "Código",
"filter-emoji": "Emoji",
"filter-files": "Arquivos",
"clear-all": "Limpar tudo",
"no-matches": "Nenhum item correspondente",
"empty": "A área de transferência está vazia"
},
"card": {
"add-todo": "Adicionar às tarefas",
"pin": "Fixar",
"delete": "Excluir"
},
"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": "Integrações",
"todo-integration": "Integração do plugin ToDo",
"todo-description": "Adicionar itens da área de transferência diretamente à sua lista de tarefas",
"todo-disabled": "O plugin ToDo não está instalado ou está desativado",
"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": "Aparência do cartão",
"card-type": "Tipo de cartão",
"card-type-desc": "Selecione o tipo de cartão para personalizar",
"preview": "Visualização",
"sample-content": "Visualização de conteúdo de exemplo...",
"bg-color": "Cor de fundo",
"bg-color-desc": "Cor de fundo do cartão",
"separator-color": "Cor do separador",
"separator-color-desc": "Linha entre o cabeçalho e o conteúdo",
"fg-color": "Cor do primeiro plano",
"fg-color-desc": "Cor do título, ícones e conteúdo de texto",
"reset-defaults": "Redefinir para padrões",
"panel-width": "Largura do painel",
"panel-width-desc": "Largura do painel em pixels (apenas quando o modo ecrã completo está desativado)",
"panel-height": "Altura do painel",
"panel-height-desc": "Altura do painel em pixels. Defina 0 para altura automática (apenas quando o modo ecrã completo está desativado)"
}
}