src/main/resources/localization/projects.properties

Mon, 04 Jan 2021 12:41:11 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 04 Jan 2021 12:41:11 +0100
changeset 171
d8c5434af89d
parent 146
b0e83cab0bde
child 168
1c3694ae224c
permissions
-rw-r--r--

fixes #119 - missing translation of version status labels

     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=Project Tracking
    26 button.create=New Project
    27 button.component.create=New Component
    28 button.component.edit=Edit Component
    29 button.version.create=New Version
    30 button.version.edit=Edit Version
    31 button.issue.create=New Issue
    32 button.issue.edit=Edit Issue
    33 button.issue.all=All Issues
    34 button.comment=Comment
    36 no-projects=Welcome to LightPIT. Start off by creating a new project!
    38 navmenu.versions=Versions
    39 navmenu.components=Components
    40 navmenu.unassigned=unassigned
    41 navmenu.all=all
    43 name=Name
    44 node=Node
    45 node.tooltip=Name of the path node that will be used in URL construction.
    46 description=Description
    47 repoUrl=Repository
    48 owner=Project Lead
    49 version.latest=Latest Version
    50 version.next=Next Version
    51 issues=Issues
    52 component=Component
    54 progress=Overall Progress
    56 issues.open=Open
    57 issues.active=In Progress
    58 issues.done=Done
    59 issues.reported=Reported Issues
    60 issues.resolved=Assigned Issues
    62 version.project=Project
    63 version.name=Version
    64 version.status=Status
    65 version.ordinal=Ordering
    67 component.project=Project
    68 component.name=Component
    69 component.color=Color
    70 component.lead=Lead
    71 component.ordinal=Ordering
    72 component.description=Description
    74 tooltip.ordinal=Use to override lexicographic ordering.
    76 placeholder.null-owner=Unassigned
    77 placeholder.null-lead=Unassigned
    78 placeholder.null-assignee=Unassigned
    79 placeholder.auto-assignee=Automatic
    80 placeholder.auto-assignee.tooltip=Assigns the component lead, if available.
    81 placeholder.null-component=Unassigned
    83 version.status.Future=Future
    84 version.status.Unreleased=Unreleased
    85 version.status.Released=Released
    86 version.status.LTS=LTS
    87 version.status.Deprecated=Deprecated
    89 issue.without-version=No Assigned Version
    90 issue.id=Issue ID
    91 issue.project=Project
    92 issue.component=Component
    93 issue.subject=Subject
    94 issue.description=Description
    95 issue.assignee=Assignee
    96 issue.affected-versions=Affected Versions
    97 issue.resolved-versions=Target Versions
    98 issue.category=Category
    99 issue.status=Status
   100 issue.created=Created
   101 issue.updated=Updated
   102 issue.eta=ETA
   104 issue.category.Feature=Feature
   105 issue.category.Improvement=Improvement
   106 issue.category.Bug=Bug
   107 issue.category.Task=Task
   108 issue.category.Test=Test
   110 issue.status.InSpecification=Specification
   111 issue.status.ToDo=To Do
   112 issue.status.Scheduled=Scheduled
   113 issue.status.InProgress=In Progress
   114 issue.status.InReview=Review
   115 issue.status.Done=Done
   116 issue.status.Rejected=Rejected
   117 issue.status.Withdrawn=Withdrawn
   118 issue.status.Duplicate=Duplicate
   120 issue.comments=Comments
   121 issue.comments.anonauthor=Anonymous Author

mercurial