2014-07-20 12:26:15 +02:00
< ? php
return array (
2014-10-22 19:59:09 +02:00
'None' => 'Keines' ,
2014-07-20 12:26:15 +02:00
'edit' => 'Bearbeiten' ,
'Edit' => 'Bearbeiten' ,
'remove' => 'Entfernen' ,
'Remove' => 'Entfernen' ,
'Update' => 'Aktualisieren' ,
'Yes' => 'Ja' ,
'No' => 'Nein' ,
'cancel' => 'Abbrechen' ,
'or' => 'oder' ,
'Yellow' => 'Gelb' ,
'Blue' => 'Blau' ,
'Green' => 'Grün' ,
'Purple' => 'Violett' ,
'Red' => 'Rot' ,
'Orange' => 'Orange' ,
'Grey' => 'Grau' ,
'Save' => 'Speichern' ,
'Login' => 'Anmelden' ,
'Official website:' => 'Offizielle Webseite:' ,
'Unassigned' => 'Nicht zugeordnet' ,
'View this task' => 'Aufgabe ansehen' ,
'Remove user' => 'Benutzer löschen' ,
2014-10-22 19:59:09 +02:00
'Do you really want to remove this user: "%s"?' => 'Soll dieser Benutzer wirklich gelöscht werden: "%s"?' ,
2014-07-20 12:26:15 +02:00
'New user' => 'Neuer Benutzer' ,
'All users' => 'Alle Benutzer' ,
'Username' => 'Benutzername' ,
'Password' => 'Passwort' ,
2014-10-22 19:59:09 +02:00
'Default project' => 'Standardprojekt' ,
2014-07-20 12:26:15 +02:00
'Administrator' => 'Administrator' ,
'Sign in' => 'Anmelden' ,
'Users' => 'Benutzer' ,
'No user' => 'Kein Benutzer' ,
'Forbidden' => 'Verboten' ,
2014-11-23 20:13:38 +01:00
'Access Forbidden' => 'Zugriff verboten' ,
'Only administrators can access to this page.' => 'Nur Administratoren haben Zugriff zu dieser Seite.' ,
2014-07-20 12:26:15 +02:00
'Edit user' => 'Benutzer bearbeiten' ,
'Logout' => 'Abmelden' ,
'Bad username or password' => 'Falscher Benutzername oder Passwort' ,
'users' => 'Benutzer' ,
'projects' => 'Projekte' ,
'Edit project' => 'Projekt bearbeiten' ,
'Name' => 'Name' ,
'Activated' => 'Aktiviert' ,
'Projects' => 'Projekte' ,
'No project' => 'Keine Projekte' ,
'Project' => 'Projekt' ,
'Status' => 'Status' ,
'Tasks' => 'Aufgabe' ,
2014-10-22 19:59:09 +02:00
'Board' => 'Pinnwand' ,
2014-07-20 12:26:15 +02:00
'Actions' => 'Aktionen' ,
'Inactive' => 'Inaktiv' ,
'Active' => 'Aktiv' ,
'Column %d' => 'Spalte %d' ,
'Add this column' => 'Diese Spalte hinzufügen' ,
2014-10-22 19:59:09 +02:00
'%d tasks on the board' => '%d Aufgaben auf dieser Pinnwand' ,
2014-07-20 12:26:15 +02:00
'%d tasks in total' => '%d Aufgaben gesamt' ,
2014-10-22 19:59:09 +02:00
'Unable to update this board.' => 'Ändern dieser Pinnwand nicht möglich.' ,
'Edit board' => 'Pinnwand bearbeiten' ,
2014-07-20 12:26:15 +02:00
'Disable' => 'Deaktivieren' ,
'Enable' => 'Aktivieren' ,
'New project' => 'Neues Projekt' ,
2014-10-22 19:59:09 +02:00
'Do you really want to remove this project: "%s"?' => 'Soll dieses Projekt wirklich gelöscht werden: "%s"?' ,
2014-07-20 12:26:15 +02:00
'Remove project' => 'Projekt löschen' ,
2014-10-22 19:59:09 +02:00
'Boards' => 'Pinnwände' ,
'Edit the board for "%s"' => 'Pinnwand für "%s" bearbeiten' ,
2014-07-20 12:26:15 +02:00
'All projects' => 'Alle Projekte' ,
'Change columns' => 'Spalten ändern' ,
'Add a new column' => 'Neue Spalte hinzufügen' ,
'Title' => 'Titel' ,
'Add Column' => 'Neue Spalte' ,
2014-10-22 19:59:09 +02:00
'Project "%s"' => 'Projekt "%s"' ,
2014-07-20 12:26:15 +02:00
'Nobody assigned' => 'Nicht zugeordnet' ,
2014-10-22 19:59:09 +02:00
'Assigned to %s' => 'Zuständig: %s' ,
2014-07-20 12:26:15 +02:00
'Remove a column' => 'Spalte löschen' ,
2014-10-22 19:59:09 +02:00
'Remove a column from a board' => 'Spalte einer Pinnwand löschen' ,
2014-07-20 12:26:15 +02:00
'Unable to remove this column.' => 'Löschen dieser Spalte nicht möglich.' ,
2014-10-22 19:59:09 +02:00
'Do you really want to remove this column: "%s"?' => 'Soll diese Spalte wirklich gelöscht werden: "%s"?' ,
2014-07-20 12:26:15 +02:00
'This action will REMOVE ALL TASKS associated to this column!' => 'ALLE AUFGABEN dieser Spalte werden GELÖSCHT!' ,
'Settings' => 'Einstellungen' ,
'Application settings' => 'Anwendungskonfiguration' ,
'Language' => 'Sprache' ,
2014-11-23 20:13:38 +01:00
'Webhook token:' => 'Webhook Token:' ,
2014-07-20 12:26:15 +02:00
'API token:' => 'API Token:' ,
'More information' => 'Mehr Informationen' ,
'Database size:' => 'Datenbankgröße:' ,
2014-10-22 19:59:09 +02:00
'Download the database' => 'Datenbank herunterladen' ,
'Optimize the database' => 'Datenbank optimieren' ,
'(VACUUM command)' => '(VACUUM Befehl)' ,
'(Gzip compressed Sqlite file)' => '(Gzip-komprimierte Sqlite Datei)' ,
2014-07-20 12:26:15 +02:00
'User settings' => 'Benutzereinstellungen' ,
'My default project:' => 'Standardprojekt:' ,
'Close a task' => 'Aufgabe abschließen' ,
2014-10-22 19:59:09 +02:00
'Do you really want to close this task: "%s"?' => 'Soll diese Aufgabe wirklich abgeschlossen werden: "%s"?' ,
2014-07-20 12:26:15 +02:00
'Edit a task' => 'Aufgabe bearbeiten' ,
'Column' => 'Spalte' ,
'Color' => 'Farbe' ,
2014-10-22 19:59:09 +02:00
'Assignee' => 'Zuständig' ,
2014-07-20 12:26:15 +02:00
'Create another task' => 'Weitere Aufgabe erstellen' ,
'New task' => 'Neue Aufgabe' ,
'Open a task' => 'Öffne eine Aufgabe' ,
2014-10-22 19:59:09 +02:00
'Do you really want to open this task: "%s"?' => 'Soll diese Aufgabe wirklich wieder geöffnet werden: "%s"?' ,
'Back to the board' => 'Zurück zur Pinnwand' ,
'Created on %B %e, %Y at %k:%M %p' => 'Erstellt am %d.%m.%Y um %H:%M' ,
'There is nobody assigned' => 'Die Aufgabe wurde niemandem zugewiesen' ,
2014-07-20 12:26:15 +02:00
'Column on the board:' => 'Spalte:' ,
'Status is open' => 'Status ist geöffnet' ,
'Status is closed' => 'Status ist abgeschlossen' ,
'Close this task' => 'Aufgabe abschließen' ,
'Open this task' => 'Aufgabe wieder öffnen' ,
'There is no description.' => 'Keine Beschreibung vorhanden.' ,
'Add a new task' => 'Neue Aufgabe hinzufügen' ,
2014-10-22 19:59:09 +02:00
'The username is required' => 'Der Benutzername wird benötigt' ,
'The maximum length is %d characters' => 'Die maximale Länge beträgt %d Zeichen' ,
'The minimum length is %d characters' => 'Die minimale Länge beträgt %d Zeichen' ,
'The password is required' => 'Das Passwort wird benötigt' ,
'This value must be an integer' => 'Dieser Wert muss eine ganze Zahl sein' ,
2014-07-20 12:26:15 +02:00
'The username must be unique' => 'Der Benutzername muss eindeutig sein' ,
'The username must be alphanumeric' => 'Der Benutzername muss alphanumerisch sein' ,
2014-10-22 19:59:09 +02:00
'The user id is required' => 'Die Benutzer ID ist anzugeben' ,
2014-07-20 12:26:15 +02:00
'Passwords don\'t match' => 'Passwörter nicht gleich' ,
'The confirmation is required' => 'Die Bestätigung ist erforderlich' ,
'The column is required' => 'Die Spalte ist anzugeben' ,
'The project is required' => 'Das Projekt ist anzugeben' ,
'The color is required' => 'Die Farbe ist anzugeben' ,
'The id is required' => 'Die ID ist anzugeben' ,
'The project id is required' => 'Die Projekt ID ist anzugeben' ,
'The project name is required' => 'Der Projektname ist anzugeben' ,
2014-10-22 19:59:09 +02:00
'This project must be unique' => 'Der Projektname muss eindeutig sein' ,
2014-07-20 12:26:15 +02:00
'The title is required' => 'Der Titel ist anzugeben' ,
2014-10-22 19:59:09 +02:00
'The language is required' => 'Die Sprache ist anzugeben' ,
'There is no active project, the first step is to create a new project.' => 'Es gibt kein aktives Projekt. Zunächst muss ein Projekt erstellt werden.' ,
2014-07-20 12:26:15 +02:00
'Settings saved successfully.' => 'Einstellungen erfolgreich gespeichert.' ,
'Unable to save your settings.' => 'Speichern der Einstellungen nicht möglich.' ,
'Database optimization done.' => 'Optimieren der Datenbank abgeschlossen.' ,
'Your project have been created successfully.' => 'Das Projekt wurde erfolgreich erstellt.' ,
'Unable to create your project.' => 'Erstellen des Projekts nicht möglich.' ,
'Project updated successfully.' => 'Projekt erfolgreich geändert.' ,
'Unable to update this project.' => 'Änderung des Projekts nicht möglich.' ,
'Unable to remove this project.' => 'Löschen des Projekts nicht möglich.' ,
'Project removed successfully.' => 'Projekt erfolgreich gelöscht.' ,
'Project activated successfully.' => 'Projekt erfolgreich aktiviert.' ,
'Unable to activate this project.' => 'Aktivieren des Projekts nicht möglich.' ,
'Project disabled successfully.' => 'Projekt erfolgreich deaktiviert.' ,
'Unable to disable this project.' => 'Deaktivieren des Projekts nicht möglich.' ,
2014-10-22 19:59:09 +02:00
'Unable to open this task.' => 'Wiedereröffnung der Aufgabe nicht möglich.' ,
2014-07-20 12:26:15 +02:00
'Task opened successfully.' => 'Aufgabe erfolgreich wieder eröffnet.' ,
'Unable to close this task.' => 'Abschließen der Aufgabe nicht möglich.' ,
2014-10-22 19:59:09 +02:00
'Task closed successfully.' => 'Aufgabe erfolgreich abgeschlossen.' ,
2014-07-20 12:26:15 +02:00
'Unable to update your task.' => 'Aktualisieren der Aufgabe nicht möglich.' ,
'Task updated successfully.' => 'Aufgabe erfolgreich aktualisiert.' ,
'Unable to create your task.' => 'Erstellen der Aufgabe nicht möglich.' ,
'Task created successfully.' => 'Aufgabe erfolgreich erstellt.' ,
'User created successfully.' => 'Benutzer erfolgreich erstellt.' ,
'Unable to create your user.' => 'Erstellen des Benutzers nicht möglich.' ,
'User updated successfully.' => 'Benutzer erfolgreich geändert.' ,
'Unable to update your user.' => 'Änderung des Benutzers nicht möglich.' ,
'User removed successfully.' => 'Benutzer erfolgreich gelöscht.' ,
'Unable to remove this user.' => 'Löschen des Benutzers nicht möglich.' ,
2014-10-22 19:59:09 +02:00
'Board updated successfully.' => 'Pinnwand erfolgreich geändert.' ,
2014-07-20 12:26:15 +02:00
'Ready' => 'Bereit' ,
'Backlog' => 'Ideen' ,
'Work in progress' => 'In Arbeit' ,
'Done' => 'Erledigt' ,
'Application version:' => 'Version:' ,
2014-10-22 19:59:09 +02:00
'Completed on %B %e, %Y at %k:%M %p' => 'Abgeschlossen am %d.%m.%Y um %H:%M' ,
'%B %e, %Y at %k:%M %p' => '%d.%m.%Y um %H:%M' ,
2014-07-20 12:26:15 +02:00
'Date created' => 'Erstellt am' ,
'Date completed' => 'Abgeschlossen am' ,
'Id' => 'ID' ,
'No task' => 'Keine Aufgabe' ,
'Completed tasks' => 'Abgeschlossene Aufgaben' ,
'List of projects' => 'Liste der Projekte' ,
2014-10-22 19:59:09 +02:00
'Completed tasks for "%s"' => 'Abgeschlossene Aufgaben für "%s"' ,
2014-07-20 12:26:15 +02:00
'%d closed tasks' => '%d abgeschlossene Aufgaben' ,
2014-10-22 19:59:09 +02:00
'No task for this project' => 'Keine Aufgaben in diesem Projekt' ,
'Public link' => 'Öffentlicher Link' ,
2014-07-20 12:26:15 +02:00
'There is no column in your project!' => 'Es gibt keine Spalte in deinem Projekt!' ,
'Change assignee' => 'Zuständigkeit ändern' ,
2014-10-22 19:59:09 +02:00
'Change assignee for the task "%s"' => 'Zuständigkeit für diese Aufgabe ändern: "%s"' ,
2014-07-20 12:26:15 +02:00
'Timezone' => 'Zeitzone' ,
'Sorry, I didn\'t found this information in my database!' => 'Diese Information wurde in der Datenbank nicht gefunden!' ,
'Page not found' => 'Seite nicht gefunden' ,
2014-11-23 20:13:38 +01:00
'Complexity' => 'Komplexität' ,
2014-07-20 12:26:15 +02:00
'limit' => 'Limit' ,
'Task limit' => 'Maximale Anzahl von Aufgaben' ,
'This value must be greater than %d' => 'Dieser Wert muss größer sein als %d' ,
'Edit project access list' => 'Zugriffsberechtigungen des Projektes bearbeiten' ,
2014-10-22 19:59:09 +02:00
'Edit users access' => 'Benutzerzugriff ändern' ,
'Allow this user' => 'Diesen Benutzer autorisieren' ,
2014-11-23 20:13:38 +01:00
'Only those users have access to this project:' => 'Nur diese Benutzer haben Zugriff zum Projekt:' ,
'Don\'t forget that administrators have access to everything.' => 'Nicht vergessen: Administratoren haben überall Zugriff.' ,
2014-07-20 12:26:15 +02:00
'revoke' => 'entfernen' ,
2014-10-22 19:59:09 +02:00
'List of authorized users' => 'Liste der autorisierten Benutzer' ,
2014-07-20 12:26:15 +02:00
'User' => 'Benutzer' ,
2014-11-23 20:13:38 +01:00
'Nobody have access to this project.' => 'Niemand hat Zugriff auf dieses Projekt.' ,
2014-07-20 12:26:15 +02:00
'You are not allowed to access to this project.' => 'Unzureichende Zugriffsrechte zu diesem Projekt.' ,
'Comments' => 'Kommentare' ,
'Post comment' => 'Kommentieren' ,
'Write your text in Markdown' => 'Schreibe deinen Text in Markdown-Syntax' ,
'Leave a comment' => 'Kommentar eingeben...' ,
'Comment is required' => 'Ein Kommentar wird benötigt' ,
'Leave a description' => 'Beschreibung eingeben...' ,
'Comment added successfully.' => 'Kommentar erfolgreich hinzugefügt.' ,
'Unable to create your comment.' => 'Hinzufügen eines Kommentars nicht möglich.' ,
'The description is required' => 'Eine Beschreibung wird benötigt' ,
'Edit this task' => 'Aufgabe bearbeiten' ,
'Due Date' => 'Fällig am' ,
'Invalid date' => 'Ungültiges Datum' ,
2014-10-22 19:59:09 +02:00
'Must be done before %B %e, %Y' => 'Muss vor dem %d.%m.%Y erledigt werden' ,
'%B %e, %Y' => '%d.%m.%Y' ,
2014-07-20 12:26:15 +02:00
'Automatic actions' => 'Automatische Aktionen' ,
'Your automatic action have been created successfully.' => 'Die Automatische Aktion wurde erfolgreich erstellt.' ,
2014-10-22 19:59:09 +02:00
'Unable to create your automatic action.' => 'Erstellen der automatischen Aktion nicht möglich.' ,
2014-07-20 12:26:15 +02:00
'Remove an action' => 'Aktion löschen' ,
2014-10-22 19:59:09 +02:00
'Unable to remove this action.' => 'Löschen der Aktion nicht möglich.' ,
2014-07-20 12:26:15 +02:00
'Action removed successfully.' => 'Aktion erfolgreich gelöscht.' ,
2014-10-22 19:59:09 +02:00
'Automatic actions for the project "%s"' => 'Automatische Aktionen für das Projekt "%s"' ,
2014-07-20 12:26:15 +02:00
'Defined actions' => 'Definierte Aktionen' ,
'Add an action' => 'Aktion hinzufügen' ,
'Event name' => 'Ereignis' ,
'Action name' => 'Aktion' ,
'Action parameters' => 'Aktionsparameter' ,
'Action' => 'Aktion' ,
'Event' => 'Ereignis' ,
'When the selected event occurs execute the corresponding action.' => 'Wenn das gewählte Ereignis eintritt, führe die zugehörige Aktion aus.' ,
'Next step' => 'Weiter' ,
'Define action parameters' => 'Aktionsparameter definieren' ,
'Save this action' => 'Aktion speichern' ,
2014-10-22 19:59:09 +02:00
'Do you really want to remove this action: "%s"?' => 'Soll diese Aktion wirklich gelöscht werden: "%s"?' ,
2014-07-20 12:26:15 +02:00
'Remove an automatic action' => 'Löschen einer automatischen Aktion' ,
'Close the task' => 'Aufgabe abschließen' ,
'Assign the task to a specific user' => 'Aufgabe einem Benutzer zuordnen' ,
'Assign the task to the person who does the action' => 'Aufgabe dem Benutzer zuordnen, der die Aktion ausgeführt hat' ,
'Duplicate the task to another project' => 'Aufgabe in ein anderes Projekt kopieren' ,
2014-10-22 19:59:09 +02:00
'Move a task to another column' => 'Aufgabe in andere Spalte verschieben' ,
'Move a task to another position in the same column' => 'Aufgabe an andere Position in der gleichen Spalte verschieben' ,
'Task modification' => 'Aufgabe ändern' ,
'Task creation' => 'Aufgabe erstellen' ,
'Open a closed task' => 'Abgeschlossene Aufgabe wieder eröffnen' ,
2014-07-20 12:26:15 +02:00
'Closing a task' => 'Aufgabe abschließen' ,
'Assign a color to a specific user' => 'Einem Benutzer eine Farbe zuordnen' ,
'Column title' => 'Spaltentitel' ,
'Position' => 'Position' ,
'Move Up' => 'nach oben' ,
'Move Down' => 'nach unten' ,
'Duplicate to another project' => 'In ein anderes Projekt duplizieren' ,
'Duplicate' => 'Duplizieren' ,
'link' => 'Link' ,
'Update this comment' => 'Kommentar aktualisieren' ,
'Comment updated successfully.' => 'Kommentar erfolgreich aktualisiert.' ,
2014-10-22 19:59:09 +02:00
'Unable to update your comment.' => 'Aktualisierung des Kommentars nicht möglich.' ,
2014-07-20 12:26:15 +02:00
'Remove a comment' => 'Kommentar löschen' ,
'Comment removed successfully.' => 'Kommentar erfolgreich gelöscht.' ,
2014-10-22 19:59:09 +02:00
'Unable to remove this comment.' => 'Löschen des Kommentars nicht möglich.' ,
2014-07-20 12:26:15 +02:00
'Do you really want to remove this comment?' => 'Soll dieser Kommentar wirklich gelöscht werden?' ,
2014-10-22 19:59:09 +02:00
'Only administrators or the creator of the comment can access to this page.' => 'Nur Administratoren und der Ersteller des Kommentars haben Zugriff auf diese Seite.' ,
2014-07-20 12:26:15 +02:00
'Details' => 'Details' ,
2014-11-23 20:13:38 +01:00
'Current password for the user "%s"' => 'Aktuelles Passwort des Benutzers "%s"' ,
2014-07-20 12:26:15 +02:00
'The current password is required' => 'Das aktuelle Passwort wird benötigt' ,
'Wrong password' => 'Falsches Passwort' ,
2014-10-22 19:59:09 +02:00
'Reset all tokens' => 'Alle Tokens zurücksetzen' ,
2014-07-20 12:26:15 +02:00
'All tokens have been regenerated.' => 'Alle Tokens wurden zurückgesetzt.' ,
'Unknown' => 'Unbekannt' ,
'Last logins' => 'Letzte Anmeldungen' ,
'Login date' => 'Anmeldedatum' ,
2014-10-22 19:59:09 +02:00
'Authentication method' => 'Authentisierungsmethode' ,
2014-07-20 12:26:15 +02:00
'IP address' => 'IP Adresse' ,
'User agent' => 'User Agent' ,
'Persistent connections' => 'Bestehende Verbindungen' ,
2014-10-22 19:59:09 +02:00
'No session.' => 'Keine Sitzung.' ,
2014-07-20 12:26:15 +02:00
'Expiration date' => 'Ablaufdatum' ,
'Remember Me' => 'Angemeldet bleiben' ,
'Creation date' => 'Erstellungsdatum' ,
'Filter by user' => 'Benutzer filtern' ,
'Filter by due date' => 'Fälligkeit filtern' ,
'Everybody' => 'Alle' ,
'Open' => 'Offen' ,
'Closed' => 'Abgeschlossen' ,
'Search' => 'Suchen' ,
'Nothing found.' => 'Nichts gefunden.' ,
2014-10-22 19:59:09 +02:00
'Search in the project "%s"' => 'Suche in Projekt "%s"' ,
2014-07-20 12:26:15 +02:00
'Due date' => 'Fälligkeitsdatum' ,
'Others formats accepted: %s and %s' => 'Andere akzeptierte Formate: %s und %s' ,
'Description' => 'Beschreibung' ,
'%d comments' => '%d Kommentare' ,
'%d comment' => '%d Kommentar' ,
2014-10-22 19:59:09 +02:00
'Email address invalid' => 'Ungültige E-Mail-Adresse' ,
2014-07-20 12:26:15 +02:00
'Your Google Account is not linked anymore to your profile.' => 'Google Account nicht mehr mit dem Profil verbunden.' ,
'Unable to unlink your Google Account.' => 'Trennung der Verbindung zum Google Account nicht möglich.' ,
2014-11-23 20:13:38 +01:00
'Google authentication failed' => 'Zugriff mit Google fehlgeschlagen' ,
2014-07-20 12:26:15 +02:00
'Unable to link your Google Account.' => 'Verbindung mit diesem Google Account nicht möglich.' ,
'Your Google Account is linked to your profile successfully.' => 'Der Google Account wurde erfolgreich verbunden.' ,
2014-10-22 19:59:09 +02:00
'Email' => 'E-Mail' ,
2014-07-20 12:26:15 +02:00
'Link my Google Account' => 'Verbinde meinen Google Account' ,
'Unlink my Google Account' => 'Verbindung mit meinem Google Account trennen' ,
'Login with my Google Account' => 'Anmelden mit meinem Google Account' ,
'Project not found.' => 'Das Projekt wurde nicht gefunden.' ,
2014-10-22 19:59:09 +02:00
'Task #%d' => 'Aufgabe Nr. %d' ,
2014-07-20 12:26:15 +02:00
'Task removed successfully.' => 'Aufgabe erfolgreich gelöscht.' ,
'Unable to remove this task.' => 'Löschen der Aufgabe nicht möglich.' ,
'Remove a task' => 'Aufgabe löschen' ,
2014-10-22 19:59:09 +02:00
'Do you really want to remove this task: "%s"?' => 'Soll diese Aufgabe wirklich gelöscht werden: "%s"?' ,
'Assign automatically a color based on a category' => 'Automatisch eine Farbe anhand der Kategorie zuweisen' ,
'Assign automatically a category based on a color' => 'Automatisch eine Kategorie anhand der Farbe zuweisen' ,
'Task creation or modification' => 'Aufgabe erstellen oder ändern' ,
2014-07-20 12:26:15 +02:00
'Category' => 'Kategorie' ,
'Category:' => 'Kategorie:' ,
'Categories' => 'Kategorien' ,
'Category not found.' => 'Kategorie nicht gefunden.' ,
'Your category have been created successfully.' => 'Kategorie erfolgreich erstellt.' ,
'Unable to create your category.' => 'Erstellung der Kategorie nicht möglich.' ,
'Your category have been updated successfully.' => 'Kategorie erfolgreich aktualisiert.' ,
'Unable to update your category.' => 'Änderung der Kategorie nicht möglich.' ,
'Remove a category' => 'Kategorie löschen' ,
'Category removed successfully.' => 'Kategorie erfolgreich gelöscht.' ,
'Unable to remove this category.' => 'Löschen der Kategorie nicht möglich.' ,
2014-10-22 19:59:09 +02:00
'Category modification for the project "%s"' => 'Kategorie für das Projekt "%s" bearbeiten' ,
2014-07-20 12:26:15 +02:00
'Category Name' => 'Kategoriename' ,
2014-10-22 19:59:09 +02:00
'Categories for the project "%s"' => 'Kategorien des Projektes "%s"' ,
2014-07-20 12:26:15 +02:00
'Add a new category' => 'Neue Kategorie' ,
2014-10-22 19:59:09 +02:00
'Do you really want to remove this category: "%s"?' => 'Soll diese Kategorie wirklich gelöscht werden: "%s"?' ,
2014-07-20 12:26:15 +02:00
'Filter by category' => 'Kategorie filtern' ,
'All categories' => 'Alle Kategorien' ,
2014-10-22 19:59:09 +02:00
'No category' => 'Keine Kategorie' ,
2014-07-20 12:26:15 +02:00
'The name is required' => 'Der Name ist erforderlich' ,
'Remove a file' => 'Datei löschen' ,
'Unable to remove this file.' => 'Löschen der Datei nicht möglich.' ,
'File removed successfully.' => 'Datei erfolgreich gelöscht.' ,
'Attach a document' => 'Datei anhängen' ,
2014-10-22 19:59:09 +02:00
'Do you really want to remove this file: "%s"?' => 'Soll diese Datei wirklich gelöscht werden: "%s"?' ,
2014-07-20 12:26:15 +02:00
'open' => 'öffnen' ,
'Attachments' => 'Anhänge' ,
'Edit the task' => 'Aufgabe bearbeiten' ,
'Edit the description' => 'Beschreibung bearbeiten' ,
'Add a comment' => 'Kommentar hinzufügen' ,
'Edit a comment' => 'Kommentar bearbeiten' ,
'Summary' => 'Zusammenfassung' ,
'Time tracking' => 'Zeiterfassung' ,
'Estimate:' => 'Geschätzt:' ,
'Spent:' => 'Aufgewendet:' ,
2014-10-22 19:59:09 +02:00
'Do you really want to remove this sub-task?' => 'Soll diese Unteraufgabe wirklich gelöscht werden: "%s"?' ,
2014-07-20 12:26:15 +02:00
'Remaining:' => 'Verbleibend:' ,
'hours' => 'Stunden' ,
'spent' => 'aufgewendet' ,
'estimated' => 'geschätzt' ,
'Sub-Tasks' => 'Unteraufgaben' ,
'Add a sub-task' => 'Unteraufgabe anlegen' ,
2014-11-23 20:13:38 +01:00
'Original estimate' => 'Geschätzter Aufwand' ,
2014-07-20 12:26:15 +02:00
'Create another sub-task' => 'Weitere Unteraufgabe anlegen' ,
2014-11-23 20:13:38 +01:00
'Time spent' => 'Aufgewendete Zeit' ,
2014-07-20 12:26:15 +02:00
'Edit a sub-task' => 'Unteraufgabe bearbeiten' ,
'Remove a sub-task' => 'Unteraufgabe löschen' ,
'The time must be a numeric value' => 'Zeit nur als nummerische Angabe' ,
'Todo' => 'Nicht gestartet' ,
'In progress' => 'In Bearbeitung' ,
'Sub-task removed successfully.' => 'Unteraufgabe erfolgreich gelöscht.' ,
'Unable to remove this sub-task.' => 'Löschen der Unteraufgabe nicht möglich.' ,
'Sub-task updated successfully.' => 'Unteraufgabe erfolgreich aktualisiert.' ,
'Unable to update your sub-task.' => 'Aktualisieren der Unteraufgabe nicht möglich.' ,
'Unable to create your sub-task.' => 'Erstellen der Unteraufgabe nicht möglich.' ,
'Sub-task added successfully.' => 'Unteraufgabe erfolgreich angelegt.' ,
'Maximum size: ' => 'Maximalgröße: ' ,
'Unable to upload the file.' => 'Hochladen der Datei nicht möglich.' ,
'Display another project' => 'Zu Projekt wechseln...' ,
'Your GitHub account was successfully linked to your profile.' => 'GitHub Account erfolgreich mit dem Profil verbunden.' ,
'Unable to link your GitHub Account.' => 'Verbindung mit diesem GitHub Account nicht möglich.' ,
2014-11-23 20:13:38 +01:00
'GitHub authentication failed' => 'Zugriff mit GitHub fehlgeschlagen' ,
2014-07-20 12:26:15 +02:00
'Your GitHub account is no longer linked to your profile.' => 'GitHub Account nicht mehr mit dem Profil verbunden.' ,
'Unable to unlink your GitHub Account.' => 'Trennung der Verbindung zum GitHub Account nicht möglich.' ,
'Login with my GitHub Account' => 'Anmelden mit meinem GitHub Account' ,
'Link my GitHub Account' => 'Mit meinem GitHub Account verbinden' ,
2014-10-22 19:59:09 +02:00
'Unlink my GitHub Account' => 'Verbindung mit meinem GitHub Account trennen' ,
2014-07-20 12:26:15 +02:00
'Created by %s' => 'Erstellt durch %s' ,
2014-10-22 19:59:09 +02:00
'Last modified on %B %e, %Y at %k:%M %p' => 'Letzte Änderung am %d.%m.%Y um %H:%M' ,
'Tasks Export' => 'Aufgaben exportieren' ,
'Tasks exportation for "%s"' => 'Aufgaben exportieren für "%s"' ,
'Start Date' => 'Anfangsdatum' ,
'End Date' => 'Enddatum' ,
'Execute' => 'Ausführen' ,
'Task Id' => 'Aufgaben ID' ,
'Creator' => 'Erstellt von' ,
'Modification date' => 'Änderungsdatum' ,
'Completion date' => 'Abschlussdatum' ,
'Webhook URL for task creation' => 'Webhook URL zur Aufgabenerstellung' ,
2014-11-23 20:13:38 +01:00
'Webhook URL for task modification' => 'Webhook URL zur Aufgabenbearbeitung' ,
'Clone' => 'duplizieren' ,
'Clone Project' => 'Projekt duplizieren' ,
'Project cloned successfully.' => 'Projekt wurde dupliziert.' ,
'Unable to clone this project.' => 'Duplizieren dieses Projekts schlug fehl.' ,
'Email notifications' => 'E-Mail Benachrichtigungen' ,
'Enable email notifications' => 'E-Mail Benachrichtigungen einschalten' ,
'Task position:' => 'Position der Aufgabe' ,
'The task #%d have been opened.' => 'Die Aufgabe #%d wurde geöffnet.' ,
'The task #%d have been closed.' => 'Die Aufgabe #%d wurde geschlossen.' ,
'Sub-task updated' => 'Unteraufgabe aktualisiert' ,
'Title:' => 'Titel' ,
'Status:' => 'Status' ,
'Assignee:' => 'Zuständigkeit:' ,
'Time tracking:' => 'Zeittracking' ,
'New sub-task' => 'Neue Unteraufgabe' ,
'New attachment added "%s"' => 'Neuer Anhang "%s" wurde hinzugefügt.' ,
'Comment updated' => 'Kommentar wurde aktualisiert' ,
'New comment posted by %s' => 'Neuer Kommentar verfasst durch %s' ,
'List of due tasks for the project "%s"' => 'Liste der fälligen Aufgaben für das Projekt "%s"' ,
'[%s][New attachment] %s (#%d)' => '[%s][Neuer Anhang] %s (#%d)' ,
'[%s][New comment] %s (#%d)' => '[%s][Neuer Kommentar] %s (#%d)' ,
'[%s][Comment updated] %s (#%d)' => '[%s][Kommentar aktualisisiert] %s (#%d)' ,
'[%s][New subtask] %s (#%d)' => '[%s][Neue Unteraufgabe] %s (#%d)' ,
'[%s][Subtask updated] %s (#%d)' => '[%s][Unteraufgabe aktualisisert] %s (#%d)' ,
'[%s][New task] %s (#%d)' => '[%s][Neue Aufgabe] %s (#%d)' ,
'[%s][Task updated] %s (#%d)' => '[%s][Aufgabe aktualisiert] %s (#%d)' ,
'[%s][Task closed] %s (#%d)' => '[%s][Aufgabe geschlossen] %s (#%d)' ,
'[%s][Task opened] %s (#%d)' => '[%s][Aufgabe geöffnet] %s (#%d)' ,
'[%s][Due tasks]' => '[%s][Fällige Aufgaben]' ,
'[Kanboard] Notification' => '[Kanboard] Benachrichtigung' ,
'I want to receive notifications only for those projects:' => 'Ich möchte nur für diese Projekte Benachrichtigungen erhalten:' ,
'view the task on Kanboard' => 'diese Aufgabe auf dem Kanboard zeigen' ,
'Public access' => 'Öffentlich' ,
'Category management' => 'Kategorien verwalten' ,
'User management' => 'Benutzer verwalten' ,
'Active tasks' => 'Aktive Aufgaben' ,
'Disable public access' => 'Öffentlichen Zugriff deaktivieren' ,
'Enable public access' => 'Öffentlichen Zugriff aktivieren' ,
'Active projects' => 'Aktive Projekte' ,
'Inactive projects' => 'Inaktive Projekte' ,
'Public access disabled' => 'Öffentlicher Zugriff deaktiviert' ,
'Do you really want to disable this project: "%s"?' => 'Möchten Sie dieses Projekt wirklich deaktivieren: "%s"' ,
'Do you really want to duplicate this project: "%s"?' => 'Möchten Sie dieses Projekt wirklich duplizieren: "%s"' ,
'Do you really want to enable this project: "%s"?' => 'Möchten Sie dieses Projekt wirklich aktivieren: "%s"' ,
'Project activation' => 'Projektaktivierung' ,
2014-10-22 19:59:09 +02:00
'Move the task to another project' => 'Aufgabe in ein anderes Projekt verschieben' ,
'Move to another project' => 'In anderes Projekt verschieben' ,
2014-11-23 20:13:38 +01:00
'Do you really want to duplicate this task?' => 'Möchten Sie diese Aufgabe wirklich duplizieren?' ,
'Duplicate a task' => 'Aufgabe duplizieren' ,
'External accounts' => 'Externe Accounts' ,
'Account type' => 'Accounttyp' ,
'Local' => 'Lokal' ,
'Remote' => 'Remote' ,
'Enabled' => 'angeschaltet' ,
'Disabled' => 'abgeschaltet' ,
'Google account linked' => 'Mit Googleaccount verbunden' ,
'Github account linked' => 'Mit Githubaccount verbunden' ,
'Username:' => 'Benutzername' ,
'Name:' => 'Name' ,
'Email:' => 'E-Mail' ,
'Default project:' => 'Standardprojekt' ,
'Notifications:' => 'Benachrichtigungen' ,
'Notifications' => 'Benachrichtigungen' ,
'Group:' => 'Gruppe' ,
'Regular user' => 'Standardbenutzer' ,
'Account type:' => 'Accounttyp' ,
'Edit profile' => 'Profil bearbeiten' ,
'Change password' => 'Passwort ändern' ,
'Password modification' => 'Passwortänderung' ,
'External authentications' => 'Externe Authentisierungsmethoden' ,
'Google Account' => 'Googleaccount' ,
'Github Account' => 'Githubaccount' ,
'Never connected.' => 'Noch nie verbunden.' ,
'No account linked.' => 'Kein Account verbunden.' ,
'Account linked.' => 'Account verbunden' ,
'No external authentication enabled.' => 'Es sind keine externen Authentisierungsmethoden aktiv.' ,
'Password modified successfully.' => 'Passwort wurde erfolgreich geändert.' ,
'Unable to change the password.' => 'Passwort konnte nicht geändert werden.' ,
'Change category for the task "%s"' => 'Kategorie der Aufgabe "%s" ändern' ,
'Change category' => 'Kategorie ändern' ,
'%s updated the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s hat die Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> aktualisiert' ,
'%s open the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s hat die Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> geöffnet' ,
'%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the position #%d in the column "%s"' => '%s hat die Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> auf die Position #%d in der Spalte "%s" verschoben' ,
'%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the column "%s"' => '%s hat die Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> in die Spalte "%s" verschoben' ,
'%s created the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s hat die Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> angelegt' ,
'%s closed the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s hat die Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> geschlossen' ,
'%s created a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s hat eine Unteraufgabe für die Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> angelegt' ,
'%s updated a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s hat eine Unteraufgabe der Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> verändert' ,
'Assigned to %s with an estimate of %s/%sh' => 'An %s zugewiesen mit einer Schätzung von %s/%s Stunden' ,
'Not assigned, estimate of %sh' => 'Nicht zugewiesen, Schätzung von %s Stunden' ,
'%s updated a comment on the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s hat einen Kommentat der Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> aktualisiert' ,
'%s commented the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s hat die Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> kommentiert' ,
'%s\'s activity' => '%s\'s Aktivität' ,
'No activity.' => 'Keine Aktivität.' ,
'RSS feed' => 'RSS Feed' ,
'%s updated a comment on the task #%d' => '%s hat einen Kommentar der Aufgabe #%d aktualisiert' ,
'%s commented on the task #%d' => '%s hat die Aufgabe #%d kommentiert' ,
'%s updated a subtask for the task #%d' => '%s hat eine Unteraufgabe der Aufgabe #%d aktualisiert' ,
'%s created a subtask for the task #%d' => '%s hat eine Unteraufgabe der Aufgabe #%d angelegt' ,
'%s updated the task #%d' => '%s hat die Aufgabe #%d aktualisiert' ,
'%s created the task #%d' => '%s hat die Aufgabe #%d angelegt' ,
'%s closed the task #%d' => '%s hat die Aufgabe #%d geschlossen' ,
'%s open the task #%d' => '%s hat die Aufgabe #%d geöffnet' ,
'%s moved the task #%d to the column "%s"' => '%s hat die Aufgabe #%d in die Spalte "%s" verschoben' ,
'%s moved the task #%d to the position %d in the column "%s"' => '%s hat die Aufgabe #%d an die Position %d in der Spalte "%s" verschoben' ,
'Activity' => 'Aktivität' ,
'Default values are "%s"' => 'Die Standardwerte sind "%s"' ,
'Default columns for new projects (Comma-separated)' => 'Standardspalten für neue Projekte (komma-getrennt)' ,
'Task assignee change' => 'Zuständigkeit geändert' ,
'%s change the assignee of the task #%d to %s' => '%s hat die Zusständigkeit der Aufgabe #%d geändert um %s' ,
'%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to %s' => '%s hat die Zuständigkeit der Aufgabe <a href="?controller=task&action=show&task_id=%d">#%d</a> geändert um %s' ,
'[%s][Column Change] %s (#%d)' => '[%s][Spaltenänderung] %s (#%d)' ,
'[%s][Position Change] %s (#%d)' => '[%s][Positionsänderung] %s (#%d)' ,
'[%s][Assignee Change] %s (#%d)' => '[%s][Zuständigkeitsänderung] %s (#%d)' ,
'New password for the user "%s"' => 'Neues Passwort des Benutzers "%s"' ,
'Choose an event' => 'Aktion wählen' ,
'Github commit received' => 'Github commit empfangen' ,
'Github issue opened' => 'Github Fehler geöffnet' ,
'Github issue closed' => 'Github Fehler geschlossen' ,
'Github issue reopened' => 'Github Fehler erneut geöffnet' ,
'Github issue assignee change' => 'Github Fehlerzuständigkeit geändert' ,
'Github issue label change' => 'Github Fehlerkennzeichnung verändert' ,
'Create a task from an external provider' => 'Eine Aufgabe durch einen externen Provider hinzufügen' ,
// 'Change the assignee based on an external username' => '',
'Change the category based on an external label' => 'Kategorie basierend auf einer externen Kennzeichnung ändern' ,
'Reference' => 'Referenz' ,
'Reference: %s' => 'Referenz: %s' ,
'Label' => 'Kennzeichnung' ,
'Database' => 'Datenbank' ,
'About' => 'Über' ,
'Database driver:' => 'Datenbanktreiber' ,
'Board settings' => 'Pinnwandeinstellungen' ,
'URL and token' => 'URL und Token' ,
'Webhook settings' => 'Webhook Einstellungen' ,
'URL for task creation:' => 'URL zur Aufgabenerstellung' ,
'Reset token' => 'Token zurücksetzen' ,
'API endpoint:' => 'API Endpunkt' ,
'Refresh interval for private board' => 'Aktualisierungsintervall für private Pinnwände' ,
'Refresh interval for public board' => 'Aktualisierungsintervall für öffentliche Pinnwände' ,
'Task highlight period' => 'Aufgaben-Hervorhebungsdauer' ,
'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Dauer (in Sekunden), wie lange eine Aufgabe als kürzlich verändert gilt (0 um diese Funktion zu deaktivieren, standardmäßig 2 Tage)' ,
'Frequency in second (60 seconds by default)' => 'Frequenz in Sekunden (standardmäßig 60 Sekunden)' ,
'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frequenz in Sekunden (0 um diese Funktion zu deaktivieren, standardmäßig 10 Sekunden)' ,
'Application URL' => 'Applikations URL' ,
'Example: http://example.kanboard.net/ (used by email notifications)' => 'Beispiel: http://example.kanboard.net/ (wird für E-Mail-Benachrichtigungen verwendet)' ,
'Token regenerated.' => 'Token wurde neu generiert.' ,
'Date format' => 'Datumsformat' ,
'ISO format is always accepted, example: "%s" and "%s"' => 'ISO Format wird immer akzeptiert, z.B.: "%s" und "%s"' ,
'New private project' => 'Neues privates Projekt' ,
'This project is private' => 'Dieses Projekt ist privat' ,
'Type here to create a new sub-task' => 'Hier tippen, um eine neue Unteraufgabe zu erstellen' ,
'Add' => 'Hinzufügen' ,
'Estimated time: %s hours' => 'Geplante Zeit: %s Stunden' ,
'Time spent: %s hours' => 'Aufgewendete Zeit: %s Stunden' ,
'Started on %B %e, %Y' => 'Gestartet am %B %e %Y' ,
'Start date' => 'Startdatum' ,
'Time estimated' => 'Geplante Zeit' ,
'There is nothing assigned to you.' => 'Es ist nichts an Sie zugewiesen.' ,
'My tasks' => 'Meine Aufgaben' ,
'Activity stream' => 'Letzte Aktivitäten' ,
'Dashboard' => 'Dashboard' ,
'Confirmation' => 'Wiederholung' ,
'Allow everybody to access to this project' => 'Jedem Zugriff zu diesem Projekt gewähren' ,
'Everybody have access to this project.' => 'Jeder hat Zugriff zu diesem Projekt' ,
'Webhooks' => 'Webhooks' ,
'API' => 'API' ,
'Integration' => 'Integration' ,
'Github webhook' => 'Github Webhook' ,
'Help on Github webhook' => 'Hilfe bei einem Github Webhook' ,
'Create a comment from an external provider' => 'Kommentar eines externen Providers hinzufügen' ,
'Github issue comment created' => 'Github Fehler Kommentar hinzugefügt' ,
2014-07-20 12:26:15 +02:00
);