src/main/resources/localization/projects.properties

changeset 75
33b6843fdf8a
parent 70
821c4950b619
child 76
82f71fb1758a
--- a/src/main/resources/localization/projects.properties	Fri May 22 17:26:27 2020 +0200
+++ b/src/main/resources/localization/projects.properties	Fri May 22 21:23:57 2020 +0200
@@ -29,6 +29,8 @@
 
 no-projects=Welcome to LightPIT. Start off by creating a new project!
 
+menu.issues=Issues
+
 thead.name=Name
 thead.description=Description
 thead.repoUrl=Repository
@@ -40,6 +42,7 @@
 tooltip.ordinal=Use to override lexicographic ordering.
 
 placeholder.null-owner=Unassigned
+placeholder.null-assignee=Unassigned
 
 version.status.Future=Future
 version.status.Unreleased=Unreleased
@@ -48,8 +51,31 @@
 version.status.Deprecated=Deprecated
 
 thead.issue.subject=Subject
+thead.issue.description=Description
+thead.issue.assignee=Assignee
+thead.issue.affected-version=Affected Version
+thead.issue.affected-versions=Affected Versions
+thead.issue.scheduled-version=Scheduled for Version
+thead.issue.scheduled-versions=Scheduled for Versions
+thead.issue.resolved-version=Resolved in Version
+thead.issue.resolved-versions=Resolved in Versions
 thead.issue.category=Category
 thead.issue.status=Status
 thead.issue.created=Created
 thead.issue.updated=Updated
 thead.issue.eta=ETA
+
+issue.category.Feature=Feature
+issue.category.Improvement=Improvement
+issue.category.Bug=Bug
+issue.category.Task=Task
+issue.category.Test=Test
+
+issue.status.InSpecification=Specification
+issue.status.ToDo=To Do
+issue.status.Scheduled=Scheduled
+issue.status.InProgress=In Progress
+issue.status.InReview=Review
+issue.status.Done=Done
+issue.status.Rejected=Rejected
+issue.status.Withdrawn=Withdrawn

mercurial