kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
191 lines
7.9 KiB
191 lines
7.9 KiB
#-- copyright
|
|
# OpenProject Backlogs Plugin
|
|
#
|
|
# Copyright (C)2013 the OpenProject Team
|
|
# Copyright (C)2011 Stephan Eckardt, Tim Felgentreff, Marnen Laibow-Koser, Sandro Munda
|
|
# Copyright (C)2010-2011 friflaj
|
|
# Copyright (C)2010 Maxime Guilbot, Andrew Vit, Joakim Kolsjö, ibussieres, Daniel Passos, Jason Vasquez, jpic, Emiliano Heyns
|
|
# Copyright (C)2009-2010 Mark Maglana
|
|
# Copyright (C)2009 Joe Heck, Nate Lowrie
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify it under
|
|
# the terms of the GNU General Public License version 3.
|
|
#
|
|
# OpenProject Backlogs is a derivative work based on ChiliProject Backlogs.
|
|
# The copyright follows:
|
|
# Copyright (C) 2010-2011 - Emiliano Heyns, Mark Maglana, friflaj
|
|
# Copyright (C) 2011 - Jens Ulferts, Gregor Schmidt - Finn GmbH - Berlin, Germany
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU General Public License
|
|
# as published by the Free Software Foundation; either version 2
|
|
# of the License, or (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
#
|
|
# See doc/COPYRIGHT.rdoc for more details.
|
|
#++
|
|
|
|
---
|
|
en:
|
|
activerecord:
|
|
attributes:
|
|
work_package:
|
|
position: "Position"
|
|
remaining_hours: "Remaining Hours"
|
|
story_points: "Story Points"
|
|
backlogs_work_package_type: "Backlog type"
|
|
|
|
errors:
|
|
models:
|
|
work_package:
|
|
attributes:
|
|
blocks_ids:
|
|
can_only_contain_work_packages_of_current_sprint: "can only contain the IDs of current sprint's tickets"
|
|
must_block_at_least_one_work_package: "must contain the ID of at least one ticket"
|
|
fixed_version_id:
|
|
task_version_must_be_the_same_as_story_version: "must be the same as the story's version"
|
|
parent_id:
|
|
parent_child_relationship_across_projects: "is invalid because the work_package '%{work_package_name}' is a backlogs task and as such can not have the backlogs story '%{parent_name}' as it's parent as long as the story is in a different project"
|
|
type_must_be_one_of_the_following: "Type must be one of the following: %{type_names}"
|
|
sprint:
|
|
cannot_end_before_it_starts: "Sprint cannot end before it starts"
|
|
|
|
backlogs:
|
|
add_new_story: "New Story"
|
|
any: "any"
|
|
backlog_settings: "Backlog Settings"
|
|
burndown_graph: "Burndown Graph"
|
|
card_paper_size: "Paper size for card printing"
|
|
chart_options: "Active series"
|
|
close: "Close"
|
|
column_with: "Column width:"
|
|
date: "Day"
|
|
definition_of_done: "Definition of Done"
|
|
generating_chart: "Generating Graph..."
|
|
hours: "Hours"
|
|
impediment: "Impediment"
|
|
label_versions_default_fold_state: "Show versions folded"
|
|
work_package_is_closed: "Work package is done, when"
|
|
no_burndown_data: "No burndown data available. It is necessary to have the sprint start- and end dates set."
|
|
points: "Points"
|
|
positions_could_not_be_rebuilt: "Positions could not be rebuild."
|
|
positions_rebuilt_successfully: "Positions rebuilt successfully."
|
|
rebuild: "Rebuild"
|
|
rebuild_positions: "Rebuild positions"
|
|
remaining_hours: "Remaining hours"
|
|
remaining_hours_ideal: "Remaining hours (ideal)"
|
|
show_burndown_chart: "Burndown Chart"
|
|
story: "Story"
|
|
story_points: "Story Points"
|
|
story_points_ideal: "Story Points (ideal)"
|
|
task: "Task"
|
|
unassigned: "Unassigned"
|
|
x_more: "%{count} more..."
|
|
|
|
backlogs_active: "active"
|
|
backlogs_any: "any"
|
|
backlogs_card_specification: "Label types for card printing"
|
|
backlogs_inactive: "Project shows no activity"
|
|
backlogs_points_burn_direction: "Points burn up/down"
|
|
backlogs_product_backlog: "Product backlog"
|
|
backlogs_product_backlog_is_empty: "Product backlog is empty"
|
|
backlogs_product_backlog_unsized: "The top of the product backlog has unsized stories"
|
|
backlogs_sizing_inconsistent: "Story sizes vary against their estimates"
|
|
backlogs_sprint_notes_missing: "Closed sprints without retrospective/review notes"
|
|
backlogs_sprint_unestimated: "Closed or active sprints with unestimated stories"
|
|
backlogs_sprint_unsized: "Project has stories on active or recently closed sprints that were not sized"
|
|
backlogs_sprints: "Sprints"
|
|
backlogs_story: "Story"
|
|
backlogs_story_type: "Story types"
|
|
backlogs_task: "Task"
|
|
backlogs_task_type: "Task type"
|
|
backlogs_velocity_missing: "No velocity could be calculated for this project"
|
|
backlogs_velocity_varies: "Velocity varies significantly over sprints"
|
|
backlogs_wiki_template: "Template for sprint wiki page"
|
|
|
|
button_edit_wiki: "Edit wiki page"
|
|
|
|
error_intro_plural: "The following errors were encountered:"
|
|
error_intro_singular: "The following error was encountered:"
|
|
error_outro: "Please correct the above errors before submitting again."
|
|
|
|
event_sprint_description: "%{summary}: %{url}\n%{description}"
|
|
event_sprint_summary: "%{project}: %{summary}"
|
|
|
|
ideal: "ideal"
|
|
|
|
inclusion: "is not included in the list"
|
|
|
|
label_back_to_project: "Back to project page"
|
|
label_backlog: "Backlog"
|
|
label_backlogs: "Backlogs"
|
|
label_backlogs_unconfigured: "You have not configured Backlogs yet. Please go to %{administration} > %{plugins}, then click on the %{configure} link for this plugin. Once you have set the fields, come back to this page to start using the tool."
|
|
label_blocks_ids: "Blocks (IDs)"
|
|
label_burndown: "Burndown"
|
|
label_chart_options: "Chart Options"
|
|
label_column_in_backlog: "Column in backlog"
|
|
label_hours: "hours"
|
|
label_work_package_hierarchy: "Work package Hierarchy"
|
|
label_master_backlog: "Master Backlog"
|
|
label_not_prioritized: "not prioritized"
|
|
label_points: "points"
|
|
label_points_burn_down: "Down"
|
|
label_points_burn_up: "Up"
|
|
label_product_backlog: "product backlog"
|
|
label_select_all: "Select all"
|
|
label_sprint_backlog: "sprint backlog"
|
|
label_sprint_cards: "Export cards"
|
|
label_sprint_impediments: "Sprint Impediments"
|
|
label_sprint_name: "Sprint \"%{name}\""
|
|
label_sprint_velocity: "Velocity %{velocity}, based on %{sprints} sprints with an average %{days} days"
|
|
label_stories: "Stories"
|
|
label_stories_tasks: "Stories/Tasks"
|
|
label_task_board: "Task board"
|
|
label_version_setting: "Versions"
|
|
label_webcal: "Webcal Feed"
|
|
label_wiki: "Wiki"
|
|
|
|
permission_view_master_backlog: "View master backlog"
|
|
permission_view_taskboards: "View taskboards"
|
|
permission_update_sprints: "Update sprints"
|
|
permission_create_stories: "Create stories"
|
|
permission_update_stories: "Update stories"
|
|
permission_create_tasks: "Create tasks"
|
|
permission_update_tasks: "Update tasks"
|
|
permission_create_impediments: "Create impediments"
|
|
permission_update_impediments: "Update impediments"
|
|
|
|
points_accepted: "points accepted"
|
|
points_committed: "points committed"
|
|
points_resolved: "points resolved"
|
|
points_to_accept: "points not accepted"
|
|
points_to_resolve: "points not resolved"
|
|
|
|
project_module_backlogs: "Backlogs"
|
|
|
|
rb_label_copy_tasks: "Copy tasks"
|
|
rb_label_copy_tasks_all: "All"
|
|
rb_label_copy_tasks_none: "None"
|
|
rb_label_copy_tasks_open: "Open"
|
|
rb_label_link_to_original: "Include link to original story"
|
|
|
|
remaining_hours: "remaining hours"
|
|
|
|
required_burn_rate_hours: "required burn rate (hours)"
|
|
required_burn_rate_points: "required burn rate (points)"
|
|
|
|
todo_work_package_description: "%{summary}: %{url}\n%{description}"
|
|
todo_work_package_summary: "%{type}: %{summary}"
|
|
|
|
version_settings_display_label: "Column in backlog"
|
|
version_settings_display_option_left: "left"
|
|
version_settings_display_option_none: "none"
|
|
version_settings_display_option_right: "right"
|
|
|