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

123 lines
5.4 KiB
JSON

{
"bar": {
"tooltip": "Zwischenablage-Verlauf"
},
"context": {
"toggle": "Clipper umschalten",
"settings": "Einstellungen öffnen"
},
"panel": {
"title": "Zwischenablage-Verlauf",
"pinned-title": "Angeheftete Elemente",
"no-pinned": "Keine angehefteten Elemente",
"settings": "Einstellungen",
"close": "Close",
"search-placeholder": "Suchen...",
"filter-all": "Alle",
"filter-text": "Text",
"filter-images": "Bilder",
"filter-colors": "Farben",
"filter-links": "Links",
"filter-code": "Code",
"filter-emoji": "Emoji",
"filter-files": "Dateien",
"clear-all": "Alles löschen",
"no-matches": "Keine übereinstimmenden Elemente",
"empty": "Zwischenablage ist leer"
},
"card": {
"add-todo": "Zur Aufgabenliste hinzufügen",
"pin": "Anheften",
"delete": "Löschen"
},
"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": "Integrationen",
"todo-integration": "ToDo-Plugin-Integration",
"todo-description": "Zwischenablage-Elemente direkt zu Ihrer Aufgabenliste hinzufügen",
"todo-disabled": "ToDo-Plugin ist nicht installiert oder deaktiviert",
"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": "Vollbildmodus",
"fullscreen-mode-desc": "Das Clipboard-Panel auf den gesamten Bildschirm erweitern",
"hide-panel-background": "Panelhintergrund ausblenden",
"hide-panel-background-desc": "Hintergrund der Panelcontainer entfernen. Hinweis: Pin Cards und Note Cards funktionieren am besten mit aktiviertem Hintergrund.",
"auto-paste-section": "Automatisches Einfügen",
"auto-paste": "Beim Klick automatisch einfügen",
"auto-paste-desc": "Clipboard-Inhalt nach der Auswahl automatisch in das fokussierte Fenster einfügen",
"auto-paste-warning": "wtype wird für das automatische Einfügen benötigt. Installieren mit: sudo pacman -S wtype",
"auto-paste-rmb": "Nur Rechtsklick",
"auto-paste-rmb-desc": "Rechtsklick zum automatischen Einfügen; Linksklick kopiert nur in die Zwischenablage",
"auto-paste-delay": "Einfügeverzögerung",
"auto-paste-delay-desc": "Verzögerung vor dem Einfügen (ms). Erhöhen wenn Fokus-folgt-Maus in Ihrem Compositor aktiv ist.",
"appearance": "Kartendarstellung",
"card-type": "Kartentyp",
"card-type-desc": "Wählen Sie den Kartentyp zum Anpassen",
"preview": "Vorschau",
"sample-content": "Beispielinhalt...",
"bg-color": "Hintergrundfarbe",
"bg-color-desc": "Hintergrundfarbe der Karte",
"separator-color": "Trennlinienfarbe",
"separator-color-desc": "Linie zwischen Kopfzeile und Inhalt",
"fg-color": "Vordergrundfarbe",
"fg-color-desc": "Farbe für Titel, Symbole und Textinhalt",
"reset-defaults": "Auf Standardwerte zurücksetzen",
"panel-width": "Panelbreite",
"panel-width-desc": "Breite des Panels in Pixeln (nur wenn der Vollbildmodus deaktiviert ist)",
"panel-height": "Panelhöhe",
"panel-height-desc": "Höhe des Panels in Pixeln. Auf 0 setzen für automatische Höhe (nur wenn der Vollbildmodus deaktiviert ist)"
}
}