src/main/resources/localization/projects_de.properties

Mon, 01 Jun 2020 14:46:58 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 01 Jun 2020 14:46:58 +0200
changeset 86
0a658e53177c
parent 83
24a3596b8f98
child 88
1438e5a22c55
permissions
-rw-r--r--

improves issue overview and adds progress information

     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.version.create=Neue Version
    28 button.issue.create=Neuer Vorgang
    29 button.issue.all=Alle Vorg\u00e4nge
    31 button.stats.hidezeros=Reduzierte Ansicht
    32 button.stats.showzeros=Komplettansicht
    34 no-projects=Wilkommen bei LightPIT. Beginnen Sie mit der Erstellung eines Projektes!
    36 menu.issues=Vorg\u00e4nge
    38 name=Name
    39 description=Beschreibung
    40 repoUrl=Repository
    41 owner=Projektleitung
    42 version.latest=Neuste Version
    43 version.next=N\u00e4chste Version
    45 progress=Gesamtfortschritt
    47 issues.open=Offen
    48 issues.active=In Arbeit
    49 issues.done=Erledigt
    50 issues.reported=Er\u00f6ffnete Vorg\u00e4nge
    51 issues.scheduled=Geplante Vorg\u00e4nge 
    52 issues.resolved=Gel\u00f6ste Vorg\u00e4nge
    53 issues.total=Summe
    55 version.project=Projekt
    56 version.name=Version
    57 version.status=Status
    58 version.ordinal=Sequenznummer
    59 tooltip.ordinal=\u00dcbersteuert die lexikographische Sortierung.
    61 placeholder.null-owner=Nicht Zugewiesen
    62 placeholder.null-assignee=Niemandem
    64 version.label=Version
    65 version.status.Future=Geplant
    66 version.status.Unreleased=Unver\u00f6ffentlicht
    67 version.status.Released=Ver\u00f6ffentlicht
    68 version.status.LTS=Langzeitsupport
    69 version.status.Deprecated=Veraltet
    71 issue.without-version=Vorg\u00e4nge ohne Version
    72 issue.project=Projekt
    73 issue.subject=Thema
    74 issue.description=Beschreibung
    75 issue.assignee=Zugewiesen
    76 issue.affected-versions=Betroffene Versionen
    77 issue.scheduled-versions=Zielversionen
    78 issue.resolved-versions=Gel\u00f6st in Versionen
    79 issue.category=Kategorie
    80 issue.status=Status
    81 issue.created=Erstellt
    82 issue.updated=Aktualisiert
    83 issue.eta=Zieldatum
    85 issue.category.Feature=Feature
    86 issue.category.Improvement=Verbesserung
    87 issue.category.Bug=Fehler
    88 issue.category.Task=Aufgabe
    89 issue.category.Test=Test
    91 issue.status.InSpecification=Spezifikation
    92 issue.status.ToDo=Zu Erledigen
    93 issue.status.Scheduled=Geplant
    94 issue.status.InProgress=In Arbeit
    95 issue.status.InReview=Im Review
    96 issue.status.Done=Erledigt
    97 issue.status.Rejected=Zur\u00fcckgewiesen
    98 issue.status.Withdrawn=Zur\u00fcckgezogen
    99 issue.status.Duplicate=Duplikat

mercurial