Wed, 06 Jan 2021 15:39:56 +0100
merge resource bundles
180 | 1 | # Copyright 2021 Mike Becker. All rights reserved. |
47
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
2 | # |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
3 | # Redistribution and use in source and binary forms, with or without |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
4 | # modification, are permitted provided that the following conditions are met: |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
5 | # |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
6 | # 1. Redistributions of source code must retain the above copyright |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
7 | # notice, this list of conditions and the following disclaimer. |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
8 | # |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
9 | # 2. Redistributions in binary form must reproduce the above copyright |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
10 | # notice, this list of conditions and the following disclaimer in the |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
11 | # documentation and/or other materials provided with the distribution. |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
12 | # |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
13 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
14 | # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
15 | # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
16 | # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
17 | # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
18 | # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
19 | # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
20 | # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
21 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
22 | # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
23 | |
180 | 24 | app.title=LightPIT |
25 | browserLanguage = Browsersprache | |
26 | browserLanguageNotAvailable = Browsersprache nicht verf\u00fcgbar. | |
47
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
27 | button.cancel=Abbrechen |
180 | 28 | button.comment=Kommentieren |
29 | button.component.create=Neue Komponente | |
30 | button.component.edit=Komponente Bearbeiten | |
31 | button.user.create=Neuer Entwickler | |
32 | button.issue.all=Alle Vorg\u00e4nge | |
33 | button.issue.create.another=Weiteren Vorgang erstellen | |
34 | button.issue.create=Neuer Vorgang | |
35 | button.issue.edit=Vorgang Bearbeiten | |
36 | button.okay=OK | |
37 | button.project.create=Neues Projekt | |
38 | button.version.create=Neue Version | |
39 | button.version.edit=Version Bearbeiten | |
40 | commit.redirect-link=Falls die Weiterleitung nicht klappt, klicken Sie bitte hier: | |
47
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
41 | commit.success=Operation erfolgreich - Sie werden jeden Moment weitergeleitet. |
180 | 42 | component.color=Farbe |
43 | component.description=Beschreibung | |
44 | component.lead=Leitung | |
45 | component.name=Komponente | |
46 | component.ordinal=Sequenznummer | |
47 | component.project=Projekt | |
48 | component=Komponente | |
49 | description=Beschreibung | |
50 | displayname=Entwickler | |
51 | error.code = Fehlercode | |
52 | error.code.401 = Authentifizierung erforderlich | |
53 | error.code.403 = Zugriff verboten | |
54 | error.code.404 = Seite nicht gefunden | |
55 | error.code.500 = Interner Fehler | |
56 | error.code.503 = Dienst steht derzeit nicht zur Verfügung | |
57 | error.exceptionText = Interne Ausnahme | |
58 | error.headline = Die angeforderte Seite kann nicht angezeigt werden. | |
59 | error.message = Server Nachricht | |
60 | error.returnLink = Kehre zurück zu | |
61 | error.timestamp = Zeitstempel | |
62 | givenname=Vorname | |
63 | issue.affected-versions=Betroffene Versionen | |
64 | issue.assignee=Zugewiesen | |
65 | issue.category.Bug=Fehler | |
66 | issue.category.Feature=Feature | |
67 | issue.category.Improvement=Verbesserung | |
68 | issue.category.Task=Aufgabe | |
69 | issue.category.Test=Test | |
70 | issue.category=Kategorie | |
71 | issue.comments.anonauthor=Anonymer Autor | |
72 | issue.comments=Kommentare | |
73 | issue.component=Komponente | |
74 | issue.created=Erstellt | |
75 | issue.description=Beschreibung | |
76 | issue.eta=Zieldatum | |
77 | issue.id=Vorgangs-ID | |
78 | issue.project=Projekt | |
79 | issue.resolved-versions=Zielversionen | |
80 | issue.status.Done=Erledigt | |
81 | issue.status.Duplicate=Duplikat | |
82 | issue.status.InProgress=In Arbeit | |
83 | issue.status.InReview=Im Review | |
84 | issue.status.InSpecification=Spezifikation | |
85 | issue.status.Rejected=Zur\u00fcckgewiesen | |
86 | issue.status.Scheduled=Geplant | |
87 | issue.status.ToDo=Zu Erledigen | |
88 | issue.status.Withdrawn=Zur\u00fcckgezogen | |
89 | issue.status=Status | |
90 | issue.subject=Thema | |
91 | issue.updated=Aktualisiert | |
92 | issue.without-version=Keine Version zugeordnet | |
93 | issues.active=In Arbeit | |
94 | issues.done=Erledigt | |
95 | issues.open=Offen | |
96 | issues.reported=Er\u00f6ffnete Vorg\u00e4nge | |
97 | issues.resolved=Enthaltene Vorg\u00e4nge | |
98 | issues=Vorg\u00e4nge | |
99 | lastname=Nachname | |
100 | mail=E-Mail | |
101 | menu.languages=Sprache | |
79
f64255a88d66
bloat removal 3/3 - LightPITModule annotation and ModuleManager
Mike Becker <universe@uap-core.de>
parents:
70
diff
changeset
|
102 | menu.projects=Projekte |
f64255a88d66
bloat removal 3/3 - LightPITModule annotation and ModuleManager
Mike Becker <universe@uap-core.de>
parents:
70
diff
changeset
|
103 | menu.users=Entwickler |
180 | 104 | name=Name |
105 | navmenu.all=Alle | |
106 | navmenu.components=Komponenten | |
107 | navmenu.unassigned=Nicht Zugewiesen | |
108 | navmenu.versions=Versionen | |
109 | no-projects=Wilkommen bei LightPIT. Beginnen Sie mit der Erstellung eines Projektes! | |
110 | no-users=Bislang wurden keine Entwickler hinterlegt. | |
111 | node.tooltip=Name, der zur Konstruktion der URL genutzt werden soll. | |
112 | node=Pfadname | |
113 | ordinal=Sequenznummer | |
114 | owner=Projektleitung | |
115 | placeholder.auto-assignee.tooltip=Weist, wenn m\u00f6glich, den Vorgang dem Leiter der Komponente. | |
116 | placeholder.auto-assignee=Automatisch | |
117 | placeholder.null-assignee=Niemandem | |
118 | placeholder.null-component=Keine | |
119 | placeholder.null-lead=Niemand | |
120 | placeholder.null-owner=Nicht Zugewiesen | |
121 | progress=Gesamtfortschritt | |
122 | repoUrl=Repository | |
123 | submit = Sprache ausw\u00e4hlen | |
124 | tooltip.ordinal=\u00dcbersteuert die lexikographische Sortierung. | |
125 | username=Benutzername | |
126 | version.latest=Neuste Version | |
127 | version.name=Version | |
128 | version.next=N\u00e4chste Version | |
129 | version.ordinal=Sequenznummer | |
130 | version.project=Projekt | |
131 | version.status.Deprecated=Veraltet | |
132 | version.status.Future=Geplant | |
133 | version.status.LTS=Langzeitsupport | |
134 | version.status.Released=Ver\u00f6ffentlicht | |
135 | version.status.Unreleased=Unver\u00f6ffentlicht | |
136 | version.status=Status |