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

123 lines
6.1 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 для автоматичної висоти (тільки коли повноекранний режим вимкнено)"
}
}