src/main/resources/localization/projects_de.properties

Fri, 18 Dec 2020 16:16:54 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 18 Dec 2020 16:16:54 +0100
changeset 165
b1fc8aed5969
parent 146
b0e83cab0bde
child 168
1c3694ae224c
permissions
-rw-r--r--

Add mailto link to the display name above comments - fixes #112

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

mercurial