src/main/resources/localization/projects_de.properties

Sat, 26 Dec 2020 20:19:09 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 26 Dec 2020 20:19:09 +0100
changeset 168
1c3694ae224c
parent 146
b0e83cab0bde
child 175
1e6f2aace666
permissions
-rw-r--r--

adds "Create another" checkbox to issue form - fixes #110

     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.
    24 pageTitle=Projektverwaltung
    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
    37 no-projects=Wilkommen bei LightPIT. Beginnen Sie mit der Erstellung eines Projektes!
    39 navmenu.versions=Versionen
    40 navmenu.components=Komponenten
    41 navmenu.unassigned=Nicht Zugewiesen
    42 navmenu.all=Alle
    44 name=Name
    45 node=Pfadname
    46 node.tooltip=Name, der zur Konstruktion der URL genutzt werden soll.
    47 description=Beschreibung
    48 repoUrl=Repository
    49 owner=Projektleitung
    50 version.latest=Neuste Version
    51 version.next=N\u00e4chste Version
    52 component=Komponente
    53 issues=Vorg\u00e4nge
    55 progress=Gesamtfortschritt
    57 issues.open=Offen
    58 issues.active=In Arbeit
    59 issues.done=Erledigt
    60 issues.reported=Er\u00f6ffnete Vorg\u00e4nge
    61 issues.resolved=Enthaltene Vorg\u00e4nge
    63 version.project=Projekt
    64 version.name=Version
    65 version.status=Status
    66 version.ordinal=Sequenznummer
    68 component.project=Projekt
    69 component.name=Komponente
    70 component.color=Farbe
    71 component.lead=Leitung
    72 component.ordinal=Sequenznummer
    73 component.description=Beschreibung
    75 tooltip.ordinal=\u00dcbersteuert die lexikographische Sortierung.
    77 placeholder.null-owner=Nicht Zugewiesen
    78 placeholder.null-lead=Niemand
    79 placeholder.null-assignee=Niemandem
    80 placeholder.auto-assignee=Automatisch
    81 placeholder.auto-assignee.tooltip=Weist, wenn m\u00f6glich, den Vorgang dem Leiter der Komponente.
    82 placeholder.null-component=Keine
    84 version.status.Future=Geplant
    85 version.status.Unreleased=Unver\u00f6ffentlicht
    86 version.status.Released=Ver\u00f6ffentlicht
    87 version.status.LTS=Langzeitsupport
    88 version.status.Deprecated=Veraltet
    90 issue.without-version=Keine Version zugeordnet
    91 issue.id=Vorgangs-ID
    92 issue.project=Projekt
    93 issue.component=Komponente
    94 issue.subject=Thema
    95 issue.description=Beschreibung
    96 issue.assignee=Zugewiesen
    97 issue.affected-versions=Betroffene Versionen
    98 issue.resolved-versions=Zielversionen
    99 issue.category=Kategorie
   100 issue.status=Status
   101 issue.created=Erstellt
   102 issue.updated=Aktualisiert
   103 issue.eta=Zieldatum
   105 issue.category.Feature=Feature
   106 issue.category.Improvement=Verbesserung
   107 issue.category.Bug=Fehler
   108 issue.category.Task=Aufgabe
   109 issue.category.Test=Test
   111 issue.status.InSpecification=Spezifikation
   112 issue.status.ToDo=Zu Erledigen
   113 issue.status.Scheduled=Geplant
   114 issue.status.InProgress=In Arbeit
   115 issue.status.InReview=Im Review
   116 issue.status.Done=Erledigt
   117 issue.status.Rejected=Zur\u00fcckgewiesen
   118 issue.status.Withdrawn=Zur\u00fcckgezogen
   119 issue.status.Duplicate=Duplikat
   121 issue.comments=Kommentare
   122 issue.comments.anonauthor=Anonymer Autor

mercurial