tasks/l10n/de_DE.js
2019-02-13 01:39:04 +00:00

111 lines
7.4 KiB
JavaScript

OC.L10N.register(
"tasks",
{
"Tasks" : "Aufgaben",
"Important" : "Wichtig",
"Today" : "Heute",
"Week" : "Woche",
"All" : "Alle",
"Current" : "Aktuell",
"Completed" : "Fertiggestellt",
"The Tasks app for Nextcloud" : "Die Aufgabenverwaltungs-App für Nextcloud",
"Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar." : "Sobald aktiviert, erscheint ein neues Aufgaben-Menü in deinem Nextcloud Apps-Menü. Von dort aus können Sie Aufgaben hinzufügen und löschen, sowie deren Titel, Beschreibung, Start- und Fälligkeitsdaten, Erinnerungszeiten bearbeiten und Kommentare hinzufügen. Aufgaben können zwischen den Benutzern geteilt werden. Aufgaben können auch mit CalDav synchronisiert werden (jede Aufgabenliste ist mit einem Nextcloud-Kalender verknüpft, um sie mit dem lokalen Client zu synchronisieren - Thunderbird, Evolution, KDE Kontact, iCal… Füge den Kalender einfach als externer Kalender in den Client ein). Die Aufgaben können als ICS-Dateien über den Download-Button für jeden Kalender herunterladen werden.",
"Delete" : "Löschen",
"Cancel" : "Abbrechen",
"Load all completed tasks." : "Alle abgeschlossenen Aufgaben laden.",
"Change sort order" : "Sortierreihenfolge ändern",
"Default" : "Standard",
"Sort by completed state, priority, start date and summary." : "Sortieren nach Abgeschlossen-Status, Priorität, Startdatum und Zusammenfassung.",
"Due date" : "Fälligkeitsdatum",
"Sort by due date and summary." : "Sortiere nach Fälligkeitsdatum und Zusammenfassung.",
"Start date" : "Startdatum",
"Sort by start date and summary." : "Nach Startdatum und Zusammenfassung sortieren.",
"Created date" : "Datum erstellt",
"Sort by created date and summary." : "Nach Erstellungsdatum und Zusammenfassung sortieren.",
"Last modified" : "Zuletzt geändert",
"Sort by last-modified date and summary." : "Nach letztem Änderunsgdatum und Zusammenfassung sortieren.",
"Priority" : "Priorität",
"Sort by priority and summary." : "Nach Priorität und ZUsammenfassung sortieren.",
"Manually" : "Manuell",
"Sort by manual order." : "In manueller Reihenfolge sortieren.",
"Alphabetically" : "Alphabetisch",
"Sort by summary and priority." : "Sortiere nach Zusammenfassung und Priorität.",
"{complete} % completed" : "{complete} % fertiggestellt",
"Task is completed" : "Aufgabe fertiggestellt",
"Toggle visibility of all subtasks." : "Sichtbarkeit aller Unteraufgaben umschalten",
"Toggle visibility of completed subtasks." : "Sichtbarkeit abgeschlossener Unteraufgaben umschalten.",
"[Yesterday]" : "[Yesterday]",
"[Today]" : "[Today]",
"[Tomorrow]" : "[Tomorrow]",
"Add a subtask to \"{task}\"..." : "Unteraufgabe zu \"{task}\" hinzufügen...",
"Add a task to \"{calendar}\"..." : "Aufgabe zu \"{calendar}\" hinzufügen...",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n erledigte Aufgabe","%n erledigte Aufgaben"],
"Add an important task to \"{calendar}\"..." : "Füge wichtige Aufgabe \"{calendar}\" hinzu...",
"Add a task due today to \"{calendar}\"..." : "Eine heute fällige Aufgabe \"{calendar}\" hinzufügen...",
"Add a current task to \"{calendar}\"..." : "Aktuelle Aufgabe zu \"{calendar}\" hinzufügen...",
"Tomorrow" : "Morgen",
"Set start date" : "Startdatum setzen",
"Set start time" : "Startzeit setzen",
"Set due date" : "Ablaufdatum setzen",
"Set due time" : "Fälligskeitszeit setzen",
"All day" : "Ganztägig",
"Select a calendar" : "Kalender wählen",
"Select categories" : "Kategorien auswählen",
"Add this as a new category" : "Dies als neue Kategorie hinzufügen",
"Task not found!" : "Aufgabe nicht gefunden!",
"[Starts today]" : "[Starts today]",
"[Starts tomorrow]" : "[Starts tomorrow]",
"[Starts on] LL" : "[Starts on] LL",
"[Started yesterday]" : "[Started yesterday]",
"[Started on] LL" : "[Started on] LL",
"[Started today at] LT" : "[Started today at] LT",
"[Starts today at] LT" : "[Starts today at] LT",
"[Starts tomorrow at] LT" : "[Starts tomorrow at] LT",
"[Starts on] LL [at] LT" : "[Starts on] LL [at] LT",
"[Started yesterday at] LT" : "[Started yesterday at] LT",
"[Started on] LL [at] LT" : "[Started on] LL [at] LT",
"[Due today]" : "[Due today]",
"[Due tomorrow]" : "[Due tomorrow]",
"[Due on] LL" : "[Due on] LL",
"[Was due yesterday]" : "[Was due yesterday]",
"[Was due on] LL" : "[Was due on] LL",
"[Was due today at] LT" : "[Was due today at] LT",
"[Due today at] LT" : "[Due today at] LT",
"[Due tomorrow at] LT" : "[Due tomorrow at] LT",
"[Due on] LL [at] LT" : "[Due on] LL [at] LT",
"[Was due yesterday at] LT" : "[Was due yesterday at] LT",
"[Was due on] LL [at] LT" : "[Was due on] LL [at] LT",
"No priority assigned" : "Keine Priorität zugewiesen",
"Priority %s: high" : "Priorität %s: hoch",
"Priority %s: medium" : "Priorität %s: mittel",
"Priority %s: low" : "Priorität %s: niedrig",
"%s %% completed" : "%s %% fertiggestellt",
"Last modified %s" : "Zuletzt geändert %s",
"Created %s" : "%s erstellt",
"Edit" : "Bearbeiten",
"Copy private link" : "Privaten Link kopieren",
"Copied" : "Kopiert",
"Can not copy" : "Kann nicht kopiert werden",
"Download" : "Herunterladen",
"Save" : "Speichern",
"Add List..." : "Liste hinzufügen…",
"New List" : "Neue Liste",
"Calendar link copied to clipboard." : "Kalender-Link in die Zwischenablage kopiert.",
"Calendar link could not be copied to clipboard." : "Kalender-Link konnte nicht in die Zwischenablage kopiert werden.",
"The name \"%s\" is already used." : "Der Name „%s“ wird bereits verwendet.",
"An empty name is not allowed." : "Ein leerer Name ist nicht erlaubt.",
"This will delete the calendar \"%s\" and all corresponding events and tasks." : "Dadurch werden der Kalender „%s“ und alle zugehörigen Ereignisse und Aufgaben gelöscht.",
"Settings" : "Einstellungen",
"Default list" : "Standardliste",
"Visibility of Smart Collections" : "Sichtbarkeit der intelligenten Sammlungen",
"Hidden" : "Verborgen",
"Visible" : "Sichtbar",
"Automatic" : "Automatisch",
"An error occurred" : "Es ist ein Fehler aufgetreten",
"Could not delete the task." : "Aufgabe konnte nicht gelöscht werden.",
"Synchronizing to the server." : "Synchronisiere mit dem Server.",
"Task successfully saved to server." : "Aufgabe erfolgreich auf dem Server gespeichert.",
"Could not update the task because it was changed on the server. Please click to refresh it, local changes will be discared." : "Die Aufgabe konnte nicht aktualisiert werden, da sie auf dem Server geändert wurde. Bitte Aktualisieren drücken, damit die lokalen Änderungen verworfen werden.",
"Could not update the task." : "Aufgabe konnte nicht aktualisiert werden."
},
"nplurals=2; plural=(n != 1);");