| 1 # Copyright 2018 Mike Becker. All rights reserved. |
|
| 2 # |
|
| 3 # Redistribution and use in source and binary forms, with or without |
|
| 4 # modification, are permitted provided that the following conditions are met: |
|
| 5 # |
|
| 6 # 1. Redistributions of source code must retain the above copyright |
|
| 7 # notice, this list of conditions and the following disclaimer. |
|
| 8 # |
|
| 9 # 2. Redistributions in binary form must reproduce the above copyright |
|
| 10 # notice, this list of conditions and the following disclaimer in the |
|
| 11 # documentation and/or other materials provided with the distribution. |
|
| 12 # |
|
| 13 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|
| 14 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
| 15 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|
| 16 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
|
| 17 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
| 18 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|
| 19 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|
| 20 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
| 21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|
| 22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
| 23 |
|
| 24 pageTitle=Projektverwaltung |
|
| 25 |
|
| 26 button.create=Neues Projekt |
|
| 27 button.component.create=Neue Komponente |
|
| 28 button.component.edit=Komponente Bearbeiten |
|
| 29 button.version.create=Neue Version |
|
| 30 button.version.edit=Version Bearbeiten |
|
| 31 button.issue.create=Neuer Vorgang |
|
| 32 button.issue.create.another=Weiteren Vorgang erstellen |
|
| 33 button.issue.edit=Vorgang Bearbeiten |
|
| 34 button.issue.all=Alle Vorg\u00e4nge |
|
| 35 button.comment=Kommentieren |
|
| 36 |
|
| 37 no-projects=Wilkommen bei LightPIT. Beginnen Sie mit der Erstellung eines Projektes! |
|
| 38 |
|
| 39 navmenu.versions=Versionen |
|
| 40 navmenu.components=Komponenten |
|
| 41 navmenu.unassigned=Nicht Zugewiesen |
|
| 42 navmenu.all=Alle |
|
| 43 |
|
| 44 name=Name |
|
| 45 node=Pfadname |
|
| 46 ordinal=Sequenznummer |
|
| 47 node.tooltip=Name, der zur Konstruktion der URL genutzt werden soll. |
|
| 48 description=Beschreibung |
|
| 49 repoUrl=Repository |
|
| 50 owner=Projektleitung |
|
| 51 version.latest=Neuste Version |
|
| 52 version.next=N\u00e4chste Version |
|
| 53 component=Komponente |
|
| 54 issues=Vorg\u00e4nge |
|
| 55 |
|
| 56 progress=Gesamtfortschritt |
|
| 57 |
|
| 58 issues.open=Offen |
|
| 59 issues.active=In Arbeit |
|
| 60 issues.done=Erledigt |
|
| 61 issues.reported=Er\u00f6ffnete Vorg\u00e4nge |
|
| 62 issues.resolved=Enthaltene Vorg\u00e4nge |
|
| 63 |
|
| 64 version.project=Projekt |
|
| 65 version.name=Version |
|
| 66 version.status=Status |
|
| 67 version.ordinal=Sequenznummer |
|
| 68 |
|
| 69 component.project=Projekt |
|
| 70 component.name=Komponente |
|
| 71 component.color=Farbe |
|
| 72 component.lead=Leitung |
|
| 73 component.ordinal=Sequenznummer |
|
| 74 component.description=Beschreibung |
|
| 75 |
|
| 76 tooltip.ordinal=\u00dcbersteuert die lexikographische Sortierung. |
|
| 77 |
|
| 78 placeholder.null-owner=Nicht Zugewiesen |
|
| 79 placeholder.null-lead=Niemand |
|
| 80 placeholder.null-assignee=Niemandem |
|
| 81 placeholder.auto-assignee=Automatisch |
|
| 82 placeholder.auto-assignee.tooltip=Weist, wenn m\u00f6glich, den Vorgang dem Leiter der Komponente. |
|
| 83 placeholder.null-component=Keine |
|
| 84 |
|
| 85 version.status.Future=Geplant |
|
| 86 version.status.Unreleased=Unver\u00f6ffentlicht |
|
| 87 version.status.Released=Ver\u00f6ffentlicht |
|
| 88 version.status.LTS=Langzeitsupport |
|
| 89 version.status.Deprecated=Veraltet |
|
| 90 |
|
| 91 issue.without-version=Keine Version zugeordnet |
|
| 92 issue.id=Vorgangs-ID |
|
| 93 issue.project=Projekt |
|
| 94 issue.component=Komponente |
|
| 95 issue.subject=Thema |
|
| 96 issue.description=Beschreibung |
|
| 97 issue.assignee=Zugewiesen |
|
| 98 issue.affected-versions=Betroffene Versionen |
|
| 99 issue.resolved-versions=Zielversionen |
|
| 100 issue.category=Kategorie |
|
| 101 issue.status=Status |
|
| 102 issue.created=Erstellt |
|
| 103 issue.updated=Aktualisiert |
|
| 104 issue.eta=Zieldatum |
|
| 105 |
|
| 106 issue.category.Feature=Feature |
|
| 107 issue.category.Improvement=Verbesserung |
|
| 108 issue.category.Bug=Fehler |
|
| 109 issue.category.Task=Aufgabe |
|
| 110 issue.category.Test=Test |
|
| 111 |
|
| 112 issue.status.InSpecification=Spezifikation |
|
| 113 issue.status.ToDo=Zu Erledigen |
|
| 114 issue.status.Scheduled=Geplant |
|
| 115 issue.status.InProgress=In Arbeit |
|
| 116 issue.status.InReview=Im Review |
|
| 117 issue.status.Done=Erledigt |
|
| 118 issue.status.Rejected=Zur\u00fcckgewiesen |
|
| 119 issue.status.Withdrawn=Zur\u00fcckgezogen |
|
| 120 issue.status.Duplicate=Duplikat |
|
| 121 |
|
| 122 issue.comments=Kommentare |
|
| 123 issue.comments.anonauthor=Anonymer Autor |
|