Update german translation
This commit is contained in:
parent
8214aae1d6
commit
90d97dc98a
|
|
@ -681,57 +681,57 @@ return array(
|
|||
'Bitbucket commit received' => 'Bitbucket commit erhalten',
|
||||
'Bitbucket webhooks' => 'Bitbucket webhooks',
|
||||
'Help on Bitbucket webhooks' => 'Hilfe für Bitbucket webhooks',
|
||||
// 'Start' => '',
|
||||
// 'End' => '',
|
||||
// 'Task age in days' => '',
|
||||
// 'Days in this column' => '',
|
||||
'Start' => 'Start',
|
||||
'End' => 'Ende',
|
||||
'Task age in days' => 'Aufgabenalter in Tagen',
|
||||
'Days in this column' => 'Tage in dieser Spalte',
|
||||
// '%dd' => '',
|
||||
// 'Add a link' => '',
|
||||
// 'Add a new link' => '',
|
||||
// 'Do you really want to remove this link: "%s"?' => '',
|
||||
// 'Do you really want to remove this link with task #%d?' => '',
|
||||
// 'Field required' => '',
|
||||
// 'Link added successfully.' => '',
|
||||
// 'Link updated successfully.' => '',
|
||||
// 'Link removed successfully.' => '',
|
||||
// 'Link labels' => '',
|
||||
// 'Link modification' => '',
|
||||
// 'Links' => '',
|
||||
// 'Link settings' => '',
|
||||
// 'Opposite label' => '',
|
||||
// 'Remove a link' => '',
|
||||
// 'Task\'s links' => '',
|
||||
// 'The labels must be different' => '',
|
||||
// 'There is no link.' => '',
|
||||
// 'This label must be unique' => '',
|
||||
// 'Unable to create your link.' => '',
|
||||
// 'Unable to update your link.' => '',
|
||||
// 'Unable to remove this link.' => '',
|
||||
// 'relates to' => '',
|
||||
// 'blocks' => '',
|
||||
// 'is blocked by' => '',
|
||||
// 'duplicates' => '',
|
||||
// 'is duplicated by' => '',
|
||||
// 'is a child of' => '',
|
||||
// 'is a parent of' => '',
|
||||
// 'targets milestone' => '',
|
||||
// 'is a milestone of' => '',
|
||||
// 'fixes' => '',
|
||||
// 'is fixed by' => '',
|
||||
// 'This task' => '',
|
||||
// '<1h' => '',
|
||||
// '%dh' => '',
|
||||
'Add a link' => 'Verbindung hinzufügen',
|
||||
'Add a new link' => 'Neue Verbindung hinzufügen',
|
||||
'Do you really want to remove this link: "%s"?' => 'Die Verbindung "%s" wirklich löschen?',
|
||||
'Do you really want to remove this link with task #%d?' => 'Die Verbindung mit der Aufgabe #%d wirklich löschen?',
|
||||
'Field required' => 'Feld erforderlich',
|
||||
'Link added successfully.' => 'Verbindung erfolgreich hinzugefügt.',
|
||||
'Link updated successfully.' => 'Verbindung erfolgreich aktualisiert.',
|
||||
'Link removed successfully.' => 'Verbindung erfolgreich gelöscht.',
|
||||
'Link labels' => 'Verbindungsbeschriftung',
|
||||
'Link modification' => 'Verbindung ändern',
|
||||
'Links' => 'Verbindungen',
|
||||
'Link settings' => 'Verbindungseinstellungen',
|
||||
'Opposite label' => 'Gegenteil',
|
||||
'Remove a link' => 'Verbindung entfernen',
|
||||
'Task\'s links' => 'Aufgaben Verbindungen',
|
||||
'The labels must be different' => 'Die Beschriftung muss unterschiedlich sein',
|
||||
'There is no link.' => 'Es gibt keine Verbindung',
|
||||
'This label must be unique' => 'Die Beschriftung muss einzigartig sein',
|
||||
'Unable to create your link.' => 'Verbindung kann nicht erstellt werden.',
|
||||
'Unable to update your link.' => 'Verbindung kann nicht aktualisiert werden.',
|
||||
'Unable to remove this link.' => 'Verbindung kann nicht entfernt werden',
|
||||
'relates to' => 'gehört zu',
|
||||
'blocks' => 'blockiert',
|
||||
'is blocked by' => 'ist blockiert von',
|
||||
'duplicates' => 'doppelt',
|
||||
'is duplicated by' => 'ist gedoppelt von',
|
||||
'is a child of' => 'ist untergeordnet',
|
||||
'is a parent of' => 'ist übergeordnet',
|
||||
'targets milestone' => 'betrifft Meilenstein',
|
||||
'is a milestone of' => 'ist ein Meilenstein von',
|
||||
'fixes' => 'behebt',
|
||||
'is fixed by' => 'wird behoben von',
|
||||
'This task' => 'Diese Aufgabe',
|
||||
'<1h' => '<1Std',
|
||||
'%dh' => '%dStd',
|
||||
// '%b %e' => '',
|
||||
// 'Expand tasks' => '',
|
||||
// 'Collapse tasks' => '',
|
||||
// 'Expand/collapse tasks' => '',
|
||||
// 'Close dialog box' => '',
|
||||
// 'Submit a form' => '',
|
||||
// 'Board view' => '',
|
||||
// 'Keyboard shortcuts' => '',
|
||||
// 'Open board switcher' => '',
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
'Expand tasks' => 'Aufgaben aufklappen',
|
||||
'Collapse tasks' => 'Aufgaben zusammenklappen',
|
||||
'Expand/collapse tasks' => 'Aufgaben auf/zuklappen',
|
||||
'Close dialog box' => 'Dialog schließen',
|
||||
'Submit a form' => 'Formular abschicken',
|
||||
'Board view' => 'Pinnwand Ansicht',
|
||||
'Keyboard shortcuts' => 'Tastaturkürzel',
|
||||
'Open board switcher' => 'Pinnwandauswahl öffnen',
|
||||
'Application' => 'Anwendung',
|
||||
'Filter recently updated' => 'Zuletzt geänderte anzeigen',
|
||||
'since %B %e, %Y at %k:%M %p' => 'seit %B %e, %Y um %k:%M %p',
|
||||
'More filters' => 'Mehr Filter',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue