src/main/resources/localization/projects.properties

changeset 75
33b6843fdf8a
parent 70
821c4950b619
child 76
82f71fb1758a
     1.1 --- a/src/main/resources/localization/projects.properties	Fri May 22 17:26:27 2020 +0200
     1.2 +++ b/src/main/resources/localization/projects.properties	Fri May 22 21:23:57 2020 +0200
     1.3 @@ -29,6 +29,8 @@
     1.4  
     1.5  no-projects=Welcome to LightPIT. Start off by creating a new project!
     1.6  
     1.7 +menu.issues=Issues
     1.8 +
     1.9  thead.name=Name
    1.10  thead.description=Description
    1.11  thead.repoUrl=Repository
    1.12 @@ -40,6 +42,7 @@
    1.13  tooltip.ordinal=Use to override lexicographic ordering.
    1.14  
    1.15  placeholder.null-owner=Unassigned
    1.16 +placeholder.null-assignee=Unassigned
    1.17  
    1.18  version.status.Future=Future
    1.19  version.status.Unreleased=Unreleased
    1.20 @@ -48,8 +51,31 @@
    1.21  version.status.Deprecated=Deprecated
    1.22  
    1.23  thead.issue.subject=Subject
    1.24 +thead.issue.description=Description
    1.25 +thead.issue.assignee=Assignee
    1.26 +thead.issue.affected-version=Affected Version
    1.27 +thead.issue.affected-versions=Affected Versions
    1.28 +thead.issue.scheduled-version=Scheduled for Version
    1.29 +thead.issue.scheduled-versions=Scheduled for Versions
    1.30 +thead.issue.resolved-version=Resolved in Version
    1.31 +thead.issue.resolved-versions=Resolved in Versions
    1.32  thead.issue.category=Category
    1.33  thead.issue.status=Status
    1.34  thead.issue.created=Created
    1.35  thead.issue.updated=Updated
    1.36  thead.issue.eta=ETA
    1.37 +
    1.38 +issue.category.Feature=Feature
    1.39 +issue.category.Improvement=Improvement
    1.40 +issue.category.Bug=Bug
    1.41 +issue.category.Task=Task
    1.42 +issue.category.Test=Test
    1.43 +
    1.44 +issue.status.InSpecification=Specification
    1.45 +issue.status.ToDo=To Do
    1.46 +issue.status.Scheduled=Scheduled
    1.47 +issue.status.InProgress=In Progress
    1.48 +issue.status.InReview=Review
    1.49 +issue.status.Done=Done
    1.50 +issue.status.Rejected=Rejected
    1.51 +issue.status.Withdrawn=Withdrawn

mercurial