Tue, 03 Aug 2021 15:10:43 +0200
#154 improves issue view
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 | |
204 | 24 | app.changelog=Changelog |
25 | app.license.title=License | |
26 | app.name=Lightweight Project and Issue Tracking | |
212
c50da26a6d31
#154 improves issue view
Mike Becker <universe@uap-core.de>
parents:
209
diff
changeset
|
27 | button.back=Back |
47
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
28 | button.cancel=Cancel |
207
479dd7993ef9
#22 adds possibility to edit own comments
Mike Becker <universe@uap-core.de>
parents:
205
diff
changeset
|
29 | button.comment.edit=Edit Comment |
180 | 30 | button.comment=Comment |
31 | button.component.create=New Component | |
32 | button.component.edit=Edit Component | |
33 | button.issue.all=All Issues | |
34 | button.issue.create.another=Create another Issue | |
35 | button.issue.create=New Issue | |
212
c50da26a6d31
#154 improves issue view
Mike Becker <universe@uap-core.de>
parents:
209
diff
changeset
|
36 | button.issue.edit=Edit |
181
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
37 | button.language.submit = Switch language |
180 | 38 | button.okay=OK |
39 | button.project.create=New Project | |
184
e8eecee6aadf
completes kotlin migration
Mike Becker <universe@uap-core.de>
parents:
181
diff
changeset
|
40 | button.project.edit=Edit Project |
181
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
41 | button.user.create=Add Developer |
180 | 42 | button.version.create=New Version |
43 | button.version.edit=Edit Version | |
44 | commit.redirect-link=If redirection does not work, click the following link: | |
47
57cfb94ab99f
projects can now be added and updated
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
45 | commit.success=Operation successful - you will be redirected in a second. |
180 | 46 | component.color=Color |
47 | component.lead=Lead | |
48 | component=Component | |
49 | description=Description | |
50 | error.code = Code | |
51 | error.code.401 = Authorization required | |
52 | error.code.403 = Access denied | |
53 | error.code.404 = Page not found | |
54 | error.code.500 = Internal error | |
55 | error.code.503 = Service unavailable | |
56 | error.exceptionText = Internal Exception | |
57 | error.headline = The requested page cannot be displayed. | |
58 | error.message = Server Message | |
59 | error.returnLink = Return to | |
60 | error.timestamp = Timestamp | |
199
59393c8cc557
#109 adds RSS feed button to project header and changes feed output slightly
Mike Becker <universe@uap-core.de>
parents:
198
diff
changeset
|
61 | feed.issues.created=Issue has been created. |
198
94f174d591ab
fixes wrong handling of feeds - only one channel per feed is allowed
Mike Becker <universe@uap-core.de>
parents:
195
diff
changeset
|
62 | feed.issues.description=Feed about recently updated issues. |
94f174d591ab
fixes wrong handling of feeds - only one channel per feed is allowed
Mike Becker <universe@uap-core.de>
parents:
195
diff
changeset
|
63 | feed.issues.title=LightPIT Issues |
199
59393c8cc557
#109 adds RSS feed button to project header and changes feed output slightly
Mike Becker <universe@uap-core.de>
parents:
198
diff
changeset
|
64 | feed.issues.updated=Issue has been updated. |
59393c8cc557
#109 adds RSS feed button to project header and changes feed output slightly
Mike Becker <universe@uap-core.de>
parents:
198
diff
changeset
|
65 | feed=Feed |
212
c50da26a6d31
#154 improves issue view
Mike Becker <universe@uap-core.de>
parents:
209
diff
changeset
|
66 | issue.affected-versions=Affected |
180 | 67 | issue.assignee=Assignee |
68 | issue.category.Bug=Bug | |
69 | issue.category.Feature=Feature | |
70 | issue.category.Improvement=Improvement | |
71 | issue.category.Task=Task | |
72 | issue.category.Test=Test | |
73 | issue.category=Category | |
74 | issue.comments.anonauthor=Anonymous Author | |
207
479dd7993ef9
#22 adds possibility to edit own comments
Mike Becker <universe@uap-core.de>
parents:
205
diff
changeset
|
75 | issue.comments.lastupdate=Last edited: |
479dd7993ef9
#22 adds possibility to edit own comments
Mike Becker <universe@uap-core.de>
parents:
205
diff
changeset
|
76 | issue.comments.updateCount=total edits |
180 | 77 | issue.comments=Comments |
78 | issue.created=Created | |
79 | issue.description=Description | |
80 | issue.eta=ETA | |
81 | issue.id=Issue ID | |
212
c50da26a6d31
#154 improves issue view
Mike Becker <universe@uap-core.de>
parents:
209
diff
changeset
|
82 | issue.resolved-versions=Target |
180 | 83 | issue.status.Done=Done |
84 | issue.status.Duplicate=Duplicate | |
85 | issue.status.InProgress=In Progress | |
86 | issue.status.InReview=Review | |
87 | issue.status.InSpecification=Specification | |
88 | issue.status.Rejected=Rejected | |
89 | issue.status.Scheduled=Scheduled | |
90 | issue.status.ToDo=To Do | |
91 | issue.status.Withdrawn=Withdrawn | |
92 | issue.status=Status | |
93 | issue.subject=Subject | |
94 | issue.updated=Updated | |
95 | issues.active=In Progress | |
96 | issues.done=Done | |
97 | issues.open=Open | |
98 | issues.reported=Reported Issues | |
99 | issues.resolved=Assigned Issues | |
100 | issues=Issues | |
181
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
101 | language.browser = Browser language |
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
102 | language.browser.unavailable = Browser language not available. |
204 | 103 | menu.about=About |
180 | 104 | menu.languages=Language |
79
f64255a88d66
bloat removal 3/3 - LightPITModule annotation and ModuleManager
Mike Becker <universe@uap-core.de>
parents:
70
diff
changeset
|
105 | menu.projects=Projects |
f64255a88d66
bloat removal 3/3 - LightPITModule annotation and ModuleManager
Mike Becker <universe@uap-core.de>
parents:
70
diff
changeset
|
106 | menu.users=Developer |
180 | 107 | navmenu.all=all |
108 | navmenu.components=Components | |
109 | navmenu.versions=Versions | |
110 | no-projects=Welcome to LightPIT. Start off by creating a new project! | |
111 | no-users=No developers have been configured yet. | |
112 | node.tooltip=Name of the path node that will be used in URL construction. | |
113 | node=Node | |
181
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
114 | ordinal.tooltip=Use to override lexicographic ordering. |
180 | 115 | ordinal=Ordering |
116 | placeholder.auto-assignee.tooltip=Assigns the component lead, if available. | |
117 | placeholder.auto-assignee=Automatic | |
118 | placeholder.null-assignee=Unassigned | |
119 | placeholder.null-component=Unassigned | |
120 | placeholder.null-lead=Unassigned | |
121 | placeholder.null-owner=Unassigned | |
122 | progress=Overall Progress | |
181
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
123 | project.name=Name |
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
124 | project.owner=Project Lead |
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
125 | project.repoUrl=Repository |
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
126 | project=Project |
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
127 | user.displayname=Developer |
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
128 | user.givenname=Given Name |
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
129 | user.lastname=Last Name |
502a10e24b85
renames several resource keys
Mike Becker <universe@uap-core.de>
parents:
180
diff
changeset
|
130 | user.mail=E-Mail |
180 | 131 | username=User Name |
209
c9c6abf167c7
#21 adds input validation mechanism
Mike Becker <universe@uap-core.de>
parents:
207
diff
changeset
|
132 | validation.username.null=Username is mandatory. |
184
e8eecee6aadf
completes kotlin migration
Mike Becker <universe@uap-core.de>
parents:
181
diff
changeset
|
133 | validation.username.unique=Username is already taken. |
180 | 134 | version.latest=Latest Version |
135 | version.next=Next Version | |
136 | version.status.Deprecated=Deprecated | |
137 | version.status.Future=Future | |
138 | version.status.LTS=LTS | |
139 | version.status.Released=Released | |
140 | version.status.Unreleased=Unreleased | |
141 | version.status=Status | |
198
94f174d591ab
fixes wrong handling of feeds - only one channel per feed is allowed
Mike Becker <universe@uap-core.de>
parents:
195
diff
changeset
|
142 | version=Version |