src/main/resources/localization/projects_de.properties

Sat, 29 Aug 2020 17:13:09 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 29 Aug 2020 17:13:09 +0200
changeset 105
250c5cbb8276
parent 101
c34c81b87674
child 108
6657dad897ea
permissions
-rw-r--r--

simplifies issues per version view and re-adds edit version button

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

mercurial