Merge branch 'dev' into feature/68862-create-work-package-to-submit-project-initiation-request

This commit is contained in:
Christophe Bliard
2025-11-25 11:36:01 +01:00
committed by GitHub
184 changed files with 2861 additions and 1093 deletions
+2 -2
View File
@@ -192,9 +192,9 @@ gem "carrierwave", "~> 1.3.4"
gem "carrierwave_direct", "~> 2.1.0"
gem "fog-aws"
gem "aws-sdk-core", "~> 3.238"
gem "aws-sdk-core", "~> 3.239"
# File upload via fog + screenshots on travis
gem "aws-sdk-s3", "~> 1.204"
gem "aws-sdk-s3", "~> 1.205"
gem "openproject-token", "~> 8.1.0"
+15 -15
View File
@@ -203,7 +203,7 @@ PATH
remote: modules/two_factor_authentication
specs:
openproject-two_factor_authentication (1.0.0)
aws-sdk-sns (>= 1.101, < 1.109)
aws-sdk-sns (>= 1.101, < 1.110)
messagebird-rest (>= 1.4.2, < 5.1.0)
rotp (~> 6.1)
webauthn (~> 3.0)
@@ -339,8 +339,8 @@ GEM
awesome_nested_set (3.8.0)
activerecord (>= 4.0.0, < 8.1)
aws-eventstream (1.4.0)
aws-partitions (1.1185.0)
aws-sdk-core (3.238.0)
aws-partitions (1.1187.0)
aws-sdk-core (3.239.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
@@ -348,15 +348,15 @@ GEM
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-kms (1.117.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (1.118.0)
aws-sdk-core (~> 3, >= 3.239.1)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.204.0)
aws-sdk-s3 (1.205.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-sns (1.108.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-sns (1.109.0)
aws-sdk-core (~> 3, >= 3.239.1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
aws-eventstream (~> 1, >= 1.0.2)
@@ -1555,8 +1555,8 @@ DEPENDENCIES
appsignal (~> 4.7)
auto_strip_attributes (~> 2.5)
awesome_nested_set (~> 3.8.0)
aws-sdk-core (~> 3.238)
aws-sdk-s3 (~> 1.204)
aws-sdk-core (~> 3.239)
aws-sdk-s3 (~> 1.205)
axe-core-rspec
bcrypt (~> 3.1.6)
bootsnap (~> 1.19.0)
@@ -1793,11 +1793,11 @@ CHECKSUMS
auto_strip_attributes (2.6.0) sha256=a7e2e0cf744de2bcd947fd68014220702bcc88c81274c1cd9ce6f7316aae39b0
awesome_nested_set (3.8.0) sha256=469daff411d80291dbb80d1973133e498048a7afc2519c545f62d2cdebc60eda
aws-eventstream (1.4.0) sha256=116bf85c436200d1060811e6f5d2d40c88f65448f2125bc77ffce5121e6e183b
aws-partitions (1.1185.0) sha256=cc711b7c3381e83abfd9e3a84b8a50e37f23c82fd0386ef6b91c15b6e4981b1b
aws-sdk-core (3.238.0) sha256=379ab70effc304ba2ca361d2a7140cb5ea6be23abbc948c75bd405282604cb92
aws-sdk-kms (1.117.0) sha256=d3d655ae825ca0d6715555e2543e062fe14ccacf30bace04f3aefd6005b76c14
aws-sdk-s3 (1.204.0) sha256=b680a2552ee8225a24d4df115caacb140aa3adc35cb9d975e20e53549b607e63
aws-sdk-sns (1.108.0) sha256=043650ee2af3107b4cfebe4bfe24d2cfc71db81ae811bbead8203024bca9f078
aws-partitions (1.1187.0) sha256=77157ba65f856a1c2a177e8b203abe1c37d9fe5a6ff8f4706cf0fde5f635c5af
aws-sdk-core (3.239.1) sha256=60bc83b0ae61442c47c6ea674fc03c68ba9eb48a19b9de8575ff9614bca6b252
aws-sdk-kms (1.118.0) sha256=c9c751596d4f1502adac857c90010f00a9a52370b78e170acb198af7fa716fbd
aws-sdk-s3 (1.205.0) sha256=dcffbd495dfd2d6ba5bc86e7b0c58facb982aae298b328e5f199ece38dea2ee9
aws-sdk-sns (1.109.0) sha256=71bb33691a8a88a485cefe4fba30dfef352104d82c14c665396534dcde39b811
aws-sigv4 (1.12.1) sha256=6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00
axe-core-api (4.11.0) sha256=3d9c94e3c8f8f9b8f154a3ce036b3dec2dabf7bb7de5e51d663b18bd8a0d691b
axe-core-rspec (4.11.0) sha256=3c3e3ef3863d9f5243e056b7da328932c0b6682dda299bb4bd74d760641486d7
@@ -14,17 +14,11 @@
</ul>
</div>
<% if has_image? %>
<img
class="widget-box--teaser-image op-new-features--teaser-image"
role="presentation"
src="<%= asset_path(feature_teaser_image) %>"
alt="">
<% else %>
<%=
render(Primer::Alpha::Banner.new(mb: 3, icon: :stop, scheme: :danger)) do
"Missing teaser image for the next release. Please add it to app/assets/images#{feature_teaser_image}"
end
%>
<img
class="widget-box--teaser-image op-new-features--teaser-image"
role="presentation"
src="<%= asset_path(feature_teaser_image) %>"
alt="">
<% end %>
</div>
@@ -32,8 +26,8 @@
</div>
<% else %>
<%=
render(Primer::Alpha::Banner.new(mb: 3, icon: :stop, scheme: :danger)) do
"Missing teaser data for the next release. Please add it to #{base_i18n_key}"
render(Primer::Beta::Text.new(mb: 3)) do
I18n.t("homescreen.blocks.new_features.missing")
end
%>
<% end %>
@@ -32,9 +32,10 @@ module Projects
class ProjectCreationFooterComponent < ApplicationComponent
include OpPrimer::ComponentHelpers
def initialize(form_identifier:, project:, current_step:)
def initialize(form_identifier:, project:, template:, current_step:)
@form_identifier = form_identifier
@project = project
@template = template
@current_step = current_step
super
@@ -51,7 +52,7 @@ module Projects
end
end
attr_reader :form_identifier, :project, :current_step
attr_reader :form_identifier, :project, :template, :current_step
private
@@ -75,7 +76,7 @@ module Projects
end
def total_steps
project.template_id.nil? && project.available_custom_fields.required.any? ? 3 : 2
template.nil? && project.available_custom_fields.required.any? ? 3 : 2
end
end
end
@@ -29,7 +29,7 @@ See COPYRIGHT and LICENSE files for more details.
<%=
render Primer::OpenProject::PageHeader.new do |header|
header.with_title { I18n.t("label_project_initiation_request") }
header.with_title { I18n.t("settings.project_initiation_request.name.options.project_initiation_request") }
header.with_breadcrumbs(
[{ href: project_overview_path(@project.id), text: @project.name },
{ href: project_settings_general_path(@project.id), text: I18n.t("label_project_settings") },
@@ -9,7 +9,9 @@
<%=
layout.with_page_header do
render(Primer::OpenProject::PageHeader.new) do |header|
header.with_title { I18n.t("projects.wizard.title") }
header.with_title do
I18n.t("settings.project_initiation_request.name.options.#{@project.project_creation_wizard_artifact_name}")
end
header.with_breadcrumbs(nil)
header.with_action_icon_button(
@@ -35,7 +35,7 @@ module StepWizard
renders_one :progress_bar, lambda { |**progress_bar_args|
progress_bar_args[:size] ||= :small
render(Primer::Beta::ProgressBar.new(**progress_bar_args)) do |progress_bar|
Primer::Beta::ProgressBar.new(**progress_bar_args).tap do |progress_bar|
progress_bar.with_item(percentage: progress_percentage)
end
}
@@ -45,9 +45,8 @@ module StepWizard
back_button_args[:color] ||= :muted
back_button_args[:tag] ||= :a
render(Primer::Beta::Button.new(**back_button_args)) do |button|
button.with_leading_visual_icon(icon: :"arrow-left")
I18n.t("button_back")
Primer::Beta::Button.new(**back_button_args).with_content(I18n.t("button_back")).tap do |back_button|
back_button.with_leading_visual_icon(icon: :"arrow-left")
end
}
+1 -1
View File
@@ -95,7 +95,7 @@ module Projects
if model.parent &&
model.parent_id_changed? &&
!assignable_parents.exists?(id: parent.id)
errors.add(:parent, :does_not_exist)
errors.add(:parent, :invalid)
end
end
@@ -61,24 +61,19 @@ module Admin
def create
item_service
.insert_item(contract_class: create_contract, **item_input)
.insert_item(contract_class: create_contract, **insert_item_input)
.either(
lambda { |item| redirect_to action: :new, position: item.sort_order + 1 },
lambda do |validation_result|
add_errors_to_form(validation_result)
add_errors_to_new_form(validation_result)
render :new
end
)
end
def update
input = item_input
item_service
.update_item(contract_class: update_contract,
item: @active_item,
label: input[:label],
short: input[:short],
weight: input[:weight])
.update_item(contract_class: update_contract, **update_item_input)
.either(
->(*) { redirect_to action: :show, id: @active_item.parent, status: :see_other },
lambda do |validation_result|
@@ -141,13 +136,23 @@ module Admin
::CustomFields::Hierarchy::HierarchicalItemService.new
end
def item_input # rubocop:disable Metrics/AbcSize
input = { parent: @active_item, label: params[:label] }
input[:short] = params[:short] if params[:short].present?
input[:weight] = params[:weight] if params[:weight].present?
input[:sort_order] = params[:sort_order].to_i if params[:sort_order].present?
def insert_item_input
{
parent: @active_item,
label: params[:label],
short: params[:short],
weight: params[:weight],
before: params[:sort_order]
}
end
input
def update_item_input
{
item: @active_item,
label: params[:label],
short: params[:short],
weight: params[:weight]
}
end
def new_parent_params
@@ -176,8 +181,11 @@ module Admin
end
end
def add_errors_to_form(validation_result)
@new_item = ::CustomField::Hierarchy::Item.new(**item_input)
def add_errors_to_new_form(validation_result)
attributes = insert_item_input
attributes[:sort_order] = attributes.delete(:before)
@new_item = ::CustomField::Hierarchy::Item.new(**attributes)
validation_result.errors(full: true).to_h.each do |attribute, errors|
@new_item.errors.add(attribute, errors.join(", "))
end
@@ -132,7 +132,7 @@ class Projects::Settings::CreationWizardController < Projects::SettingsControlle
def name_settings_params
params.expect(
project: %i[name_artefact_name]
project: %i[project_creation_wizard_artifact_name]
)
end
+1 -1
View File
@@ -254,7 +254,7 @@ class ProjectsController < ApplicationController
def set_wizard_step!(project)
attributes_with_error = project.errors.attribute_names
second_step_attributes = %i[name description identifier]
second_step_attributes = %i[name description identifier parent]
step_2_is_valid = !attributes_with_error.intersect?(second_step_attributes)
params[:step] = step_2_is_valid ? 3 : 2
@@ -34,17 +34,17 @@ module Projects
class NameForm < ApplicationForm
form do |f|
f.select_list(
name: :name_artefact_name,
label: I18n.t("settings.project_initiation_request.name.artefact_name"),
caption: I18n.t("settings.project_initiation_request.name.artefact_name_caption"),
name: :project_creation_wizard_artifact_name,
label: I18n.t("settings.project_initiation_request.name.artifact_name"),
caption: I18n.t("settings.project_initiation_request.name.artifact_name_caption"),
required: true,
input_width: :large
) do |list|
options.each do |id|
::Projects::CreationWizard::ARTIFACT_NAME_OPTIONS.each do |id|
list.option(
value: id,
label: I18n.t("settings.project_initiation_request.name.options.#{id}"),
selected: id == model.name_artefact_name
selected: id == model.project_creation_wizard_artifact_name
)
end
end
@@ -55,12 +55,6 @@ module Projects
scheme: :primary
)
end
private
def options
%i[project_initiation_request project_creation_wizard project_mandate]
end
end
end
end
+11 -5
View File
@@ -36,6 +36,8 @@ module Projects
f.project_autocompleter(
name: :parent_id,
label: attribute_name(:parent_id),
invalid: model.errors.include?(:parent_id),
validation_message: validation_message(:parent),
autocomplete_options: {
model: project_autocompleter_model,
focusDirectly: false,
@@ -49,8 +51,8 @@ module Projects
private
def render?
model.project?
def validation_message(attribute)
model.errors.full_messages_for(attribute).to_sentence.presence
end
def project_autocompleter_model
@@ -61,9 +63,13 @@ module Projects
end
def project_autocompleter_url
url_str = ::API::V3::Utilities::PathHelper::ApiV3Path.projects_available_parents
url_str << "?of=#{model.id}" unless model.new_record?
url_str
params = if model.new_record?
{ workspace_type: model.workspace_type }
else
{ of: model.id }
end
::API::V3::Utilities::PathHelper::ApiV3Path.projects_available_parents(**params)
end
end
end
+6 -2
View File
@@ -35,10 +35,14 @@ module WorkspaceHelper
program: :"project-roadmap"
}.with_indifferent_access.freeze
def new_workspace_title(workspace)
def new_workspace_title(workspace, template = nil)
return unless Project.workspace_types.key?(workspace.workspace_type)
I18n.t(:"label_#{workspace.workspace_type}_new")
if template && OpenProject::FeatureDecisions.project_initiation_active?
I18n.t(:"label_#{workspace.project_creation_wizard_artifact_name}")
else
I18n.t(:"label_#{workspace.workspace_type}_new")
end
end
def workspace_icon(type) = WORKSPACE_ICON_MAPPING[type]
+8
View File
@@ -55,6 +55,12 @@ class Project < ApplicationRecord
portfolio: "portfolio"
}, validate: true
ALLOWED_PARENT_WORKSPACE_TYPES = {
project: %i[portfolio program project],
program: %i[portfolio],
portfolio: %i[portfolio]
}.with_indifferent_access
has_many :members, -> {
# TODO: check whether this should
# remain to be limited to User only
@@ -269,6 +275,8 @@ class Project < ApplicationRecord
name
end
def allowed_parent_workspace_types = ALLOWED_PARENT_WORKSPACE_TYPES[workspace_type] || []
def workspace_label
case workspace_type
when "program"
@@ -121,7 +121,7 @@ class Project::PDFExport::ProjectInitiation < Exports::Exporter
end
def heading
I18n.t(:"export.project_initiation.title")
project.project_creation_wizard_artifact_name
end
def footer_title
+9 -1
View File
@@ -29,11 +29,13 @@
#++
module Projects::CreationWizard
ARTIFACT_NAME_OPTIONS = %w[project_creation_wizard project_initiation_request project_mandate].freeze
extend ActiveSupport::Concern
included do
store_attribute :settings, :project_creation_wizard_enabled, :boolean
store_attribute :settings, :name_artefact_name, :string
store_attribute :settings, :project_creation_wizard_artifact_name, :string
store_attribute :settings, :project_creation_wizard_work_package_type_id, :integer
store_attribute :settings, :project_creation_wizard_status_when_submitted_id, :integer
store_attribute :settings, :project_creation_wizard_send_confirmation_email, :boolean
@@ -43,5 +45,11 @@ module Projects::CreationWizard
store_attribute :settings, :project_creation_wizard_artifact_work_package_id, :integer
store_attribute :settings, :project_creation_wizard_artifact_export_type, :string, default: "attachment"
store_attribute :settings, :project_creation_wizard_artifact_export_storage, :string
# The store_attribute default cannot be used here, because the default is not returned
# when the JSON defintion is present but it's nil.
def project_creation_wizard_artifact_name
super.presence || "project_creation_wizard"
end
end
end
@@ -34,12 +34,13 @@ module Projects::Scopes
class_methods do
def assignable_parents(user, project)
if project.portfolio? || project.program?
Project.none
else
if (allowed_parent_workspace_types = project.allowed_parent_workspace_types)
Project
.allowed_to(user, :add_subprojects)
.where.not(id: project.self_and_descendants)
.where(workspace_type: allowed_parent_workspace_types)
else
Project.none
end
end
end
@@ -37,6 +37,7 @@ module Queries
def operator_map
super.dup.tap do |super_value|
super_value["="] = ::Queries::Operators::EqualsOr
super_value["eq_with_descendants"] = ::Queries::Operators::CustomFields::Hierarchies::EqualsWithDescendants
end
end
@@ -51,14 +51,15 @@ module CustomFields
# @param label [String] the node label/name that must be unique at the same tree level
# @param short [String] an alias for the node
# @param weight [Decimal] a numeric value for the node
# @param sort_order [Integer] the position into which insert the item.
# @param before [Integer] the position where to prepend the item. If not set or the position does not exist,
# the item is inserted at the end.
# @return [Success(CustomField::Hierarchy::Item), Failure(Dry::Validation::Result), Failure(ActiveModel::Errors)]
def insert_item(contract_class:, parent:, label:, short: nil, weight: nil, sort_order: nil)
def insert_item(contract_class:, parent:, label:, short: nil, weight: nil, before: nil)
contract_class
.new
.call({ parent:, label:, short:, weight: })
.to_monad
.bind { |validation| create_child_item(validation:, sort_order:) }
.bind { |validation| create_child_item(validation:, before:) }
end
# Updates an item/node
@@ -176,11 +177,17 @@ module CustomFields
Success(item)
end
def create_child_item(validation:, sort_order: nil)
attributes = validation.to_h
attributes[:sort_order] = sort_order - 1 if sort_order
def create_child_item(validation:, before:)
item = CustomField::Hierarchy::Item.new(**validation.to_h.except(:parent))
parent = validation[:parent]
relative_sibling = parent.children.find_by(sort_order: before)
if relative_sibling.present?
relative_sibling.prepend_sibling(item)
else
parent.add_child(item)
end
item = validation[:parent].children.create(**attributes)
return Failure(item.errors) if item.new_record?
update_position_cache(item.root)
@@ -204,13 +211,13 @@ module CustomFields
return unless custom_field&.field_format_weighted_item_list?
custom_field.class.customized_class
.where(custom_values: custom_field.custom_values.where(value: item_ids))
.find_each do |customized|
affected_cfs = customized.available_custom_fields.affected_calculated_fields([custom_field.id])
.where(custom_values: custom_field.custom_values.where(value: item_ids))
.find_each do |customized|
affected_cfs = customized.available_custom_fields.affected_calculated_fields([custom_field.id])
customized.calculate_custom_fields(affected_cfs)
customized.save if customized.changed_for_autosave?
end
customized.calculate_custom_fields(affected_cfs)
customized.save if customized.changed_for_autosave?
end
end
def update_item_order(item:, new_sort_order:)
@@ -27,7 +27,7 @@ See COPYRIGHT and LICENSE files for more details.
++#%>
<% html_title I18n.t("projects.wizard.title") %>
<% html_title I18n.t("settings.project_initiation_request.name.options.#{@project.project_creation_wizard_artifact_name}") %>
<%= render(
Projects::Wizard::PageComponent.new(
+3 -2
View File
@@ -26,13 +26,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See COPYRIGHT and LICENSE files for more details.
++#%>
<% html_title new_workspace_title(@new_project) %>
<% html_title new_workspace_title(@new_project, @template) %>
<%= render(StepWizard::PageLayoutComponent.new) do |layout| %>
<%=
layout.with_page_header do
render(Primer::OpenProject::PageHeader.new) do |header|
header.with_title { new_workspace_title(@new_project) }
header.with_title { new_workspace_title(@new_project, @template) }
header.with_breadcrumbs(nil)
end
end
@@ -75,6 +75,7 @@ See COPYRIGHT and LICENSE files for more details.
render Projects::ProjectCreationFooterComponent.new(
form_identifier: "project-create-form",
project: @new_project,
template: @template,
current_step: params.fetch(:step, 1).to_i
)
end
+34 -9
View File
@@ -313,6 +313,25 @@ af:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ af:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ af:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ af:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ af:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ af:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ af:
label_installation_guides: "Installation guides"
label_integer: "Heelgetal"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Interne"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ af:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projekte"
label_project_new: "Nuwe projek"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekte"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ af:
label_project_view_all: "Bekyk alle projekte"
label_project_show_details: "Toon projekdetails"
label_project_hide_details: "Versteek projekdetails"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ af:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ af:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ ar:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ ar:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ ar:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2251,7 +2269,10 @@ ar:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2259,10 +2280,14 @@ ar:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2900,6 +2925,7 @@ ar:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3321,7 +3347,6 @@ ar:
label_installation_guides: "Installation guides"
label_integer: "عدد صحيح"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "داخلي"
label_introduction_video: "Getting started video"
label_invite_user: "دعوة مستخدم"
@@ -3515,6 +3540,9 @@ ar:
label_project_hierarchy: "التسلسل الهرمي للمشروع"
label_project_mappings: "المشاريع"
label_project_new: "مشروع جديد"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "المشاريع"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3528,7 +3556,6 @@ ar:
label_project_view_all: "عرض جميع المشاريع"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4609,15 +4636,15 @@ ar:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4907,8 +4934,6 @@ ar:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
لقد وصلت إلى حد المستخدمين الخاص بك (%{current}/%{max} مستخدمين نشطين). يرجى الاتصال بـ sales@openproject.com لترقية خطة النسخة المؤسسية الخاصة بك وإضافة مستخدمين إضافيين.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ az:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ az:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ az:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ az:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ az:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ az:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ az:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ az:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ az:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ az:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ az:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ be:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ be:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ be:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2203,7 +2221,10 @@ be:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2211,10 +2232,14 @@ be:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2810,6 +2835,7 @@ be:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3231,7 +3257,6 @@ be:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3425,6 +3450,9 @@ be:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3438,7 +3466,6 @@ be:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4517,15 +4544,15 @@ be:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4813,8 +4840,6 @@ be:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ bg:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
За да добавите нови потребителски полета към даден проект, първо трябва да ги създадете, преди да можете да ги добавите към този проект.
is_enabled_globally: "Активирано е глобално"
@@ -550,7 +569,7 @@ bg:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ bg:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ bg:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Използвайте шаблон"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ bg:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ bg:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ bg:
label_installation_guides: "Installation guides"
label_integer: "Цяло число"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Вътрешен"
label_introduction_video: "Getting started video"
label_invite_user: "Покани потребител"
@@ -3335,6 +3360,9 @@ bg:
label_project_hierarchy: "Йерархия на проекта"
label_project_mappings: "Проекти"
label_project_new: "Нов проект"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Проекти"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ bg:
label_project_view_all: "Покажи всички проекти"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ bg:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ bg:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -310,6 +310,25 @@ ca:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Per afegir nous camps personalitzats a un projecte primer has de crear-los abans de poder-los afegir a aquest projecte.
is_enabled_globally: "És habilitat globalment"
@@ -547,7 +566,7 @@ ca:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -563,7 +582,6 @@ ca:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2152,7 +2170,10 @@ ca:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Utilitzar plantilla"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2160,10 +2181,14 @@ ca:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2717,6 +2742,7 @@ ca:
new_features:
header: "Llegeix sobre les noves funcions i actualitzacions del producte. "
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3138,7 +3164,6 @@ ca:
label_installation_guides: "Guies d'instal·lació"
label_integer: "Enter"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Intern"
label_introduction_video: "Getting started video"
label_invite_user: "Invitar usuari"
@@ -3332,6 +3357,9 @@ ca:
label_project_hierarchy: "Jerarquia de projectes"
label_project_mappings: "Projectes"
label_project_new: "Nou projecte"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projectes"
label_project_list_plural: "Llistes de projectes"
label_project_life_cycle: "Project life cycle"
@@ -3345,7 +3373,6 @@ ca:
label_project_view_all: "Veure tots els projectes"
label_project_show_details: "Mostra detalls del projecte"
label_project_hide_details: "Amaga detalls del projecte"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4414,15 +4441,15 @@ ca:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4708,8 +4735,6 @@ ca:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
Has assolit el nombre d'usuaris límit (%{current}/%{max} usuaris actius. Si us plau, posa't en contacte amb sales@openproject.com per actualitzar la teva edició Enterpirse i afegir nous usuaris.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ ckb-IR:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ ckb-IR:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ ckb-IR:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ ckb-IR:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ ckb-IR:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ ckb-IR:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ ckb-IR:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ ckb-IR:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ ckb-IR:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ ckb-IR:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ ckb-IR:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ cs:
zero: žádné dílčí položky
one: 1 dílčí položka
other: "%{count} dílčí položky"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Chcete-li přidat nová vlastní pole do projektu, musíte je nejprve vytvořit, než je budete moci přidat do tohoto projektu.
is_enabled_globally: "Globálně povoleno"
@@ -550,7 +569,7 @@ cs:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ cs:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2203,7 +2221,10 @@ cs:
copy_options:
dependencies_label: "Kopírovat z projektu"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Použít šablonu"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2211,10 +2232,14 @@ cs:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2810,6 +2835,7 @@ cs:
new_features:
header: "Přečtěte si o nových funkcích a aktualizacích produktů."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3231,7 +3257,6 @@ cs:
label_installation_guides: "Instalační příručky"
label_integer: "Celé číslo"
label_interface: "Rozhraní"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Interní"
label_introduction_video: "Getting started video"
label_invite_user: "Pozvat uživatele"
@@ -3425,6 +3450,9 @@ cs:
label_project_hierarchy: "Hierarchie projektu"
label_project_mappings: "Projekty"
label_project_new: "Nový projekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekty"
label_project_list_plural: "Seznamy projektů"
label_project_life_cycle: "Životní cyklus projektu"
@@ -3438,7 +3466,6 @@ cs:
label_project_view_all: "Zobrazit všechny projekty - seznam"
label_project_show_details: "Zobrazit detail projektu"
label_project_hide_details: "Skrýt detail projektu"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4516,15 +4543,15 @@ cs:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4811,8 +4838,6 @@ cs:
Přidáním dalších uživatelů překročíte aktuální limit. <a href="%{upgrade_url}">upgradujte svůj plán</a>, abyste mohli zajistit, že externí uživatelé budou mít přístup k této instanci.
warning_user_limit_reached_instructions: >
Limit počtu uživatelů (%{current}/%{max} aktivních uživatelů) dosažen. Prosím kontaktujte sales@openproject.com a upgradujte vaši Enterprise Edition a přidejte další uživatele.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -311,6 +311,25 @@ da:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
For at tilføje nye brugerdefinerede felter til et projekt, skal du først oprette dem, før du kan føje dem til dette projekt.
is_enabled_globally: "Er aktiveret globalt"
@@ -548,7 +567,7 @@ da:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -564,7 +583,6 @@ da:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2153,7 +2171,10 @@ da:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2161,10 +2182,14 @@ da:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2718,6 +2743,7 @@ da:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3139,7 +3165,6 @@ da:
label_installation_guides: "Installation guides"
label_integer: "Heltal"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Intern"
label_introduction_video: "Getting started video"
label_invite_user: "Invitér bruger"
@@ -3333,6 +3358,9 @@ da:
label_project_hierarchy: "Projekthierarki"
label_project_mappings: "Projekter"
label_project_new: "Nyt projekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekter"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3346,7 +3374,6 @@ da:
label_project_view_all: "Se alle projekter"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4419,15 +4446,15 @@ da:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4713,8 +4740,6 @@ da:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+99 -74
View File
@@ -310,6 +310,25 @@ de:
zero: keine Unterelemente
one: 1 Unterelement
other: "%{count} Unterelemente"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Um neue benutzerdefinierte Felder einem Projekt zuzuweisen, müssen Sie diese erst global erstellen, um Sie dann an dieser Stelle aktivieren zu können.
is_enabled_globally: "Für alle Projekte aktiviert"
@@ -320,7 +339,7 @@ de:
reorder_confirmation: "Warnung: Die aktuelle Reihenfolge der verfügbaren Werte geht verloren. Fortfahren?"
placeholder_version_select: "Zunächst muss ein Arbeitspaket oder ein Projekt ausgewählt werden"
calculated_field_not_editable: "Nicht editierbares Attribut. Dieser Wert wird automatisch berechnet."
no_role_assigment: "No role assignment"
no_role_assigment: "Keine Rollenzuweisung"
instructions:
is_required: "Markieren Sie das benutzerdefinierte Feld als erforderlich. Dadurch wird das Ausfüllen des Feldes bei der Erstellung neuer Felder obligatorisch. Bei der Aktualisierung bestehender Felder wird kein Wert benötigt."
is_required_for_project: "Aktivieren Sie dieses Attribut und machen Sie es in allen Projekten erforderlich. Es kann für einzelne Projekte nicht deaktiviert werden. Bestehende Projekte benötigen keinen Wert, wenn sie aktualisiert werden."
@@ -367,7 +386,7 @@ de:
int?: "muss eine ganze Zahl sein."
key?: "fehlt."
not_found: "nicht gefunden."
respond_to?: "does not implement required method."
respond_to?: "die erforderliche Methode nicht implementiert."
rules:
copy_workflow_from:
workflow_missing: "hat keinen eigenen Workflow."
@@ -429,13 +448,13 @@ de:
portfolios:
index:
search:
label: Portfolio name filter
placeholder: Search portfolios
label: Portfolio-Namensfilter
placeholder: Portfolios suchen
lists:
active: "Active portfolios"
my: "My portfolios"
favorited: "Favorite portfolios"
archived: "Archived portfolios"
active: "Aktive Portfolios"
my: "Meine Portfolios"
favorited: "Favorisierte Portfolios"
archived: "Archivierte Portfolios"
projects:
copy:
#Contains custom strings for options when copying a project that cannot be found elsewhere.
@@ -546,26 +565,25 @@ de:
new_label: "Neue Priorität"
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
label_attachment_export: "Save as work package file attachment"
label_file_link_export: "Upload file to external file storage and add file link to work package"
pdf_file_storage: "PDF file storage"
description_attachment_export: "Das erzeugte Artefakt wird als PDF-Anhang zum erstellten Arbeitspaket gespeichert."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Wählen Sie, welcher der konfigurierten externen Dateispeicher verwendet werden soll."
external_file_storage: "Externe Dateispeicher"
label_artifact_export: "Artefakt-Export"
label_attachment_export: "Als Dateianhang des Arbeitspakets speichern"
label_file_link_export: "Datei in externen Dateispeicher hochladen und Dateilink zum Arbeitspaket hinzufügen"
pdf_file_storage: "PDF-Datei-Speicherort"
unavailable: "nicht verfügbar"
label_request_submission: "Request submission"
label_request_submission: "Einreichung des Antrags"
project_attributes_description: >
Select which project attributes should be included in the project initiation request. This list only includes [project attributes](project_attributes_url) enabled for for this project.
Wählen Sie aus, welche Attribute in den Projektinitiierungsantrag aufgenommen werden sollen. Diese Liste zeigt nur [Projektattribute](project_attributes_url), die für dieses Projekt aktiviert sind.
status:
button_edit: Projektstatus bearbeiten
wizard:
sidebar_content_title: "Inhalt"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
sections: "Abschnitte"
no_help_text: "Für dieses Feld ist kein Hilfetext definiert."
success: "Die Projektattribute wurden erfolgreich gespeichert."
progress_label: "%{current} von %{total}"
lists:
create:
@@ -1180,11 +1198,11 @@ de:
off_track: "Unplanmäßig"
finished: "Abgeschlossen"
discontinued: "Eingestellt"
project_creation_wizard_assignee_custom_field: "Assignee when submitted"
project_creation_wizard_assignee_custom_field: "Zuweisung bei Einreichung"
project_creation_wizard_notification_text: "Benachrichtigungstext"
project_creation_wizard_send_confirmation_email: "Bestätigungs-E-Mail"
project_creation_wizard_status_when_submitted: "Status when submitted"
project_creation_wizard_work_package_comment: "Work package comment"
project_creation_wizard_status_when_submitted: "Status bei Einreichung"
project_creation_wizard_work_package_comment: "Arbeitspaket-Kommentar"
project_creation_wizard_work_package_type: "Arbeitspaket-Typ"
template: "Vorlage"
templated: "Projektvorlage"
@@ -1469,7 +1487,7 @@ de:
minimum: "müssen mindestens einen Filter für Principal, Kontext oder ID mit dem '=' Operator enthalten."
custom_field:
at_least_one_custom_option: "Mindestens ein Wert muss verfügbar sein."
previous_custom_field_recalculation_unprocessed: "The recalculation of previous changes for this custom field have not been applied yet, please try again in a few minutes."
previous_custom_field_recalculation_unprocessed: "Die Neuberechnung früherer Änderungen für dieses benutzerdefinierte Feld wurde noch nicht durchgeführt. Bitte versuchen Sie es in ein paar Minuten erneut."
referenced_in_other_fields_html:
one: "%{name} wird bei der Berechnung eines Projektattributs verwendet %{links}."
other: "%{name} wird bei der Berechnung von Projektattribute verwendet %{links}."
@@ -1723,7 +1741,7 @@ de:
cant_exceed_work: "Kann nicht größer als der Aufwand sein."
must_be_set_when_work_is_set: "Ist erforderlich, wenn Aufwand gesetzt ist."
must_be_set_when_work_and_percent_complete_are_set: "ist erforderlich, wenn Aufwand und % abgeschlossen eingestellt sind."
must_be_set_to_zero_hours_when_work_is_set_and_percent_complete_is_100p: '>- must be 0h when Work is set and % Complete is 100%.'
must_be_set_to_zero_hours_when_work_is_set_and_percent_complete_is_100p: muss 0h sein, wenn Aufwand gesetzt und % abgeschlossen 100% ist.
must_be_empty_when_work_is_empty_and_percent_complete_is_100p: >-
muss leer bleiben, wenn Aufwand gesetzt und % abgeschlossen 100% ist.
readonly_status: "Das Arbeitspaket befindet sich in einem schreibgeschützten Status, so dass seine Attribute nicht geändert werden können."
@@ -1844,9 +1862,9 @@ de:
other: "Zusätzlich gab es ein Problem mit den folgenden Feldern:"
field_erroneous_label: "Dieses Feld ist ungültig: %{full_errors} \nBitte geben Sie einen gültigen Wert ein."
messages:
unsupported_storage_type: "is not a supported storage type."
storage_error: "There was an error with the storage connection."
invalid_input: "The input is invalid."
unsupported_storage_type: "ist kein unterstützter Speichertyp."
storage_error: "Es ist ein Fehler bei der Speicherverbindung aufgetreten."
invalid_input: "Die Eingabe ist ungültig."
activity:
item:
created_by_on: "erstellt von %{user} am %{datetime}"
@@ -2045,7 +2063,7 @@ de:
button_collapse_all: "Alle zuklappen"
button_configure: "Konfigurieren"
button_continue: "Fortfahren"
button_complete: "Complete"
button_complete: "Fertigstellen"
button_copy: "Kopieren"
button_copy_to_clipboard: "In Zwischenablage kopieren"
button_copy_link_to_clipboard: "Link in Zwischenablage kopieren"
@@ -2147,21 +2165,28 @@ de:
copy_options:
dependencies_label: "Projekt kopieren"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Vorlage verwenden"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Aus Vorlage erstellen"
blank_template:
label: "Blank project"
description: Start from scratch. Manually add project attributes, members and modules.
label: "Leeres Projekt"
description: Bei Null anfangen. Projektattribute, Mitglieder und Module manuell hinzufügen.
blank_description: Keine Beschreibung angegeben.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Leeres Portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
description: Beginnen Sie bei Null. Fügen Sie Portfolioattribute, Mitglieder und Module manuell hinzu.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Leeres Programm"
description: Start from scratch. Manually add program attributes, members and modules.
description: Bei Null anfangen. Programmattribute, Mitglieder und Module manuell hinzufügen.
create_wiki_page: "Neue Wikiseite anlegen"
create_wiki_page_button: "Wiki-Seite"
date:
@@ -2632,7 +2657,7 @@ de:
attribute_not_found: "Attribut nicht gefunden: %{attribute}"
model_not_found: "ungültiges Attributmodell: %{model}"
resource_not_found: "Ressource nicht gefunden: %{resource}"
nested_rich_text_unsupported: "Nested rich text embedding currently not supported in export"
nested_rich_text_unsupported: "Rich-Text-Einbettung wird derzeit beim Export nicht unterstützt"
units:
hours: h
days: d
@@ -2712,6 +2737,7 @@ de:
new_features:
header: "Lesen Sie über neue Funktionen und Updates."
learn_about: "Erfahren Sie mehr über die neuen Funktionen"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3133,7 +3159,6 @@ de:
label_installation_guides: "Installationsanleitungen"
label_integer: "Zahl"
label_interface: "Benutzeroberfläche"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Intern"
label_introduction_video: "Einführungsvideo"
label_invite_user: "Nutzer einladen"
@@ -3174,8 +3199,8 @@ de:
label_lock_user: "Benutzer sperren"
label_logged_as: "Angemeldet als"
label_login: "Anmelden"
label_custom_logo: "Custom logo desktop"
label_custom_logo_mobile: "Custom logo mobile"
label_custom_logo: "Benutzerdefiniertes Logo Desktop"
label_custom_logo_mobile: "Benutzerdefiniertes Logo Mobilgerät"
label_custom_export_logo: "Selbstdefiniertes Logo für PDF-Export"
label_custom_export_cover: "Hintergrund für Export Cover"
label_custom_export_footer: "Selbstdefiniertes Fußzeilen-Bild für PDF-Export"
@@ -3327,6 +3352,9 @@ de:
label_project_hierarchy: "Projekthierarchie"
label_project_mappings: "Projekte"
label_project_new: "Neues Projekt"
label_project_initiation_request: "Projektinitiierungsantrag"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekte"
label_project_list_plural: "Projektlisten"
label_project_life_cycle: "Projekt-Lebenszyklus"
@@ -3340,7 +3368,6 @@ de:
label_project_view_all: "Alle Projekte anzeigen"
label_project_show_details: "Projektdetails anzeigen"
label_project_hide_details: "Projektdetails verstecken"
label_project_initiation_request: "Projektinitiierungsantrag"
label_portfolio: "Portfolio"
label_portfolio_new: "Neues Portfolio"
label_program: "Programm"
@@ -3377,7 +3404,7 @@ de:
label_repository_remove: "Projektarchiv entfernen"
label_repository_root: "Stammverzeichnis des Projektarchivs"
label_repository_plural: "Projektarchive"
label_request_submission: "Request submission"
label_request_submission: "Einreichung des Antrags"
label_required: "benötigt von"
label_requires: "benötigt"
label_result_plural: "Ergebnisse"
@@ -3847,9 +3874,9 @@ de:
permission_add_project: "Projekte erstellen"
permission_add_portfolios: "Portfolios erstellen"
permission_add_programs: "Programme erstellen"
permission_add_project_from_template: "Create project from template"
permission_add_portfolios_from_template: "Create portfolio from template"
permission_add_programs_from_template: "Create program from template"
permission_add_project_from_template: "Projekt aus Vorlage erstellen"
permission_add_portfolios_from_template: "Portfolio aus Vorlage erstellen"
permission_add_programs_from_template: "Programm aus Vorlage erstellen"
permission_add_work_package_attachments: "Anhänge hinzufügen"
permission_add_work_package_attachments_explanation: "Erlaubt das Hinzufügen von Anhängen ohne die Berechtigung, das Arbeitspaket selbst zu bearbeiten"
permission_add_internal_comments: "Interne Kommentare schreiben"
@@ -4297,7 +4324,7 @@ de:
setting_self_registration_manual_activation: "Manuelle Kontoaktivierung"
setting_self_registration_manual_activation_caption: >
Benutzer können sich selbst anmelden. Ihre Konten sind noch nicht zugänglich, bis ein Administrator oder Benutzer mit der globalen Berechtigung zur Erstellung oder Verwaltung von Benutzern diese aktiviert.
setting_session_ttl: "Session expiration time after inactivity"
setting_session_ttl: "Session-Ablaufzeit nach Inaktivität"
setting_session_ttl_hint: "Wert kleiner 5 wirkt wie ausgeschaltet"
setting_session_ttl_enabled: "Session läuft ab"
setting_start_of_week: "Wochenanfang am"
@@ -4398,45 +4425,45 @@ de:
sections:
display_representation:
overview:
label: "Project attribute shown in:"
label: "Projektattribut angezeigt in:"
main_area:
label: "Hauptbereich"
description: "Add all the project attributes as individual widgets in the main section of the project overview."
description: "Fügen Sie alle Projektattribute als einzelne Widgets in den Hauptbereich der Projektübersicht ein."
side_panel:
label: "Side panel"
description: "Add all the project attributes in a section inside the right side panel in the project overview."
label: "Seitenleiste"
description: "Fügen Sie alle Projektattribute in einem Abschnitt in der rechten Seitenleiste der Projektübersicht hinzu."
project_initiation_request:
blankslate:
title: "Initiation request not enabled"
description: "OpenProject can generate a step-by-step wizard to help project managers fill out a project initiation request. You can chose which project attributes should be included and what to do with the output document. Enable it here to start configuring the wizard."
title: "Initiierungsanfrage nicht aktiviert"
description: "OpenProject kann einen Schritt-für-Schritt-Assistenten erstellen, der beim Ausfüllen eines Projektinitiierungsantrags unterstützen kann. Sie können auswählen, welche Projektattribute enthalten sein sollen ein Artefakt als Ergebnis erzeugen lassen. Aktivieren Sie ihn hier, um den Assistenten zu konfigurieren."
disable_dialog:
title: "Disable project initiation request"
heading: "Disable this project initiation request?"
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
title: "Projektinitiierungsantrag deaktivieren"
heading: "Diesen Projektinitiationsantrag deaktivieren?"
confirmation_message: "Der Projektinitiierungsantrag wird für neue Projekte, die auf dieser Vorlage basieren, nicht mehr verfügbar sein. Projektmanager und Projektverantwortliche müssen die entsprechenden Informationen in der Projektübersicht manuell konfigurieren und ausfüllen."
checkbox_message: "Ich verstehe, dass diese Aktion nicht rückgängig gemacht werden kann"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
project_initiation_request: "Projektinitiierungsantrag"
project_creation_wizard: "Projekterstellungs-Assistent"
project_mandate: "Projektmandat"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
assignee: "Assignee when submitted"
assignee_caption: "The person or group this project initiation request will be assigned to."
confirmation_email_text: "Confirmation email text"
confirmation_email_default: "Hello,\n\nYou submitted a project initiation request for **%{project_name}**. It is now awaiting review.\nClick the link below to access the work package with your request."
work_package_type: "Arbeitspaket-Typ"
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status bei Einreichung"
status_when_submitted_caption: "Der Status, in den das erstellte Arbeitspaket übergeht, sobald der Antrag eingereicht wird."
send_confirmation_email: "Senden Sie eine Bestätigungs-E-Mail an den Benutzer, der den Projektinitiierungsantrag gestellt hat"
assignee: "Zuweisung bei Einreichung"
assignee_caption: "Die Person oder Gruppe, der diese Projektinitiierungsanfrage zugewiesen werden soll."
confirmation_email_text: "Text der Bestätigungs-E-Mail"
confirmation_email_default: "Hallo,\n\nSie haben einen Antrag auf Projektinitiierung für **%{project_name}** eingereicht. Dieser wartet nun auf seine Überprüfung.\nKlicken Sie auf den untenstehenden Link, um das Arbeitspaket mit Ihrem Antrag aufzurufen."
work_package_comment: "Arbeitspaket-Kommentar"
work_package_comment_caption: "The assignee selected above will automatically be @mentioned in the comment."
work_package_comment_default: "A project initiation request for **%{project_name}** was submitted and is awaiting review."
work_package_comment_caption: "Der oben ausgewählte Empfänger wird automatisch in dem Kommentar @erwähnt."
work_package_comment_default: "Ein Antrag auf Projektinitiierung für **%{project_name}** wurde eingereicht und wartet auf seine Prüfung."
project_phase_definitions:
heading: "Projekt-Lebenszyklus"
heading_description: "Project life cycle defines the project phases that can be used for your project planning and will appear in the overview page of each project. These attributes can be enabled or disabled but not re-ordered at a project level."
heading_description: "Der Projekt-Lebenszyklus definiert die Projektphasen, die für Ihre Projektplanung verwendet werden können und auf der Übersichtsseite jedes Projekts erscheinen. Diese Attribute können aktiviert oder deaktiviert werden, aber nicht auf Projektebene neu geordnet werden."
label_add: "Hinzufügen"
label_add_description: "Neue Projektphase definieren"
filter:
@@ -4708,8 +4735,6 @@ de:
Das Hinzufügen zusätzlicher Benutzer überschreitet das aktuelle Benutzerlimit. Bitte <a href="%{upgrade_url}">aktualisieren Sie Ihr Abonnement</a> um sicherzustellen, dass externe Benutzer auf diese Instanz zugreifen können.
warning_user_limit_reached_instructions: >
Du hast dein Nutzerlimit erreicht (%{current}/%{max} active users). Bitte kontaktiere sales@openproject.com um deinen Enterprise edition Plan upzugraden und weitere Nutzer hinzuzufügen.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -309,6 +309,25 @@ el:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Για να προσθέσετε νέα προσαρμοσμένα πεδία σε ένα έργο, πρέπει πρώτα να τα δημιουργήσετε για να τα προσθέσετε σε αυτό το έργο.
is_enabled_globally: "Είναι ενεργοποιημένο σε όλο το σύστημα"
@@ -546,7 +565,7 @@ el:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -562,7 +581,6 @@ el:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2151,7 +2169,10 @@ el:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Χρήση προτύπου"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2159,10 +2180,14 @@ el:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2716,6 +2741,7 @@ el:
new_features:
header: "Διαβάστε για τις νέες λειτουργίες και τις ενημερώσεις προϊόντων."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3137,7 +3163,6 @@ el:
label_installation_guides: "Installation guides"
label_integer: "Ακέραιος"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Εσωτερικό"
label_introduction_video: "Getting started video"
label_invite_user: "Προσκαλέστε χρήστη"
@@ -3331,6 +3356,9 @@ el:
label_project_hierarchy: "Ιεραρχία έργου"
label_project_mappings: "Έργα"
label_project_new: "Νέο έργο"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Έργα"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3344,7 +3372,6 @@ el:
label_project_view_all: "Εμφάνιση όλων των έργων"
label_project_show_details: "Εμφάνιση λεπτομερειών έργου"
label_project_hide_details: "Απόκρυψη λεπτομερειών έργου"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4418,15 +4445,15 @@ el:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4711,8 +4738,6 @@ el:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ eo:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Ĉie ŝaltita"
@@ -550,7 +569,7 @@ eo:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ eo:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ eo:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ eo:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ eo:
new_features:
header: "Legu pri novaj plibonigoj kaj aktualigoj de produkto."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ eo:
label_installation_guides: "Installation guides"
label_integer: "Entjero"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Interna"
label_introduction_video: "Getting started video"
label_invite_user: "Inviti uzanton"
@@ -3335,6 +3360,9 @@ eo:
label_project_hierarchy: "Projekta hierarkio"
label_project_mappings: "Projektoj"
label_project_new: "Nova projekto"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projektoj"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ eo:
label_project_view_all: "Vidi ĉiujn projektojn"
label_project_show_details: "Montri projektajn detalojn"
label_project_hide_details: "Kaŝi projektajn detalojn"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ eo:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ eo:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -311,6 +311,25 @@ es:
zero: ningún subelemento
one: 1 subelemento
other: "%{count} subelementos"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Para agregar nuevos campos personalizados a un proyecto, primero debe crearlos, y luego añadirlos a este proyecto.
is_enabled_globally: "Está activado a nivel global"
@@ -548,7 +567,7 @@ es:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -564,7 +583,6 @@ es:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2152,7 +2170,10 @@ es:
copy_options:
dependencies_label: "Copiar desde el proyecto"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Usar plantilla"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copiar desde la plantilla"
blank_template:
@@ -2160,10 +2181,14 @@ es:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2717,6 +2742,7 @@ es:
new_features:
header: "Obtenga información sobre nuevas funciones y actualizaciones de productos."
learn_about: "Más información sobre todas las nuevas funciones"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3138,7 +3164,6 @@ es:
label_installation_guides: "Guías de instalación"
label_integer: "Número entero"
label_interface: "Interfaz"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Interno"
label_introduction_video: "Vídeo de primeros pasos"
label_invite_user: "Invitar usuario"
@@ -3332,6 +3357,9 @@ es:
label_project_hierarchy: "Jerarquía del proyecto"
label_project_mappings: "Proyectos"
label_project_new: "Nuevo proyecto"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Proyectos"
label_project_list_plural: "Listas de proyectos"
label_project_life_cycle: "Ciclo de vida del proyecto"
@@ -3345,7 +3373,6 @@ es:
label_project_view_all: "Ver todos los proyectos"
label_project_show_details: "Mostrar los detalles del proyecto"
label_project_hide_details: "Ocultar los detalles del proyecto"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portafolio"
label_portfolio_new: "Nuevo portafolio"
label_program: "Programa"
@@ -4419,15 +4446,15 @@ es:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4712,8 +4739,6 @@ es:
Añadir usuarios adicionales excederá el límite actual. Por favor, <a href="%{upgrade_url}">actualice su plan</a> para asegurar que los usuarios externos puedan acceder a esta instancia.
warning_user_limit_reached_instructions: >
Has alcanzado el límite de usuarios (%{current}/%{max} usuarios activos). Por favor, contacta con sales@openproject.com para mejorar tu plan de Enterprise y añadir usuarios adicionales.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ et:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ et:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ et:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ et:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ et:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ et:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ et:
label_installation_guides: "Installation guides"
label_integer: "Täisarv"
label_interface: "Kasutajaliides"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Sisemine"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ et:
label_project_hierarchy: "Projekti hierarhia"
label_project_mappings: "Projektid"
label_project_new: "Uus projekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projektid"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Projekti elutsükkel"
@@ -3348,7 +3376,6 @@ et:
label_project_view_all: "Vaata kõiki projekte"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ et:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ et:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ eu:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ eu:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ eu:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ eu:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ eu:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ eu:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ eu:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ eu:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ eu:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ eu:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ eu:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ fa:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ fa:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ fa:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ fa:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ fa:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ fa:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ fa:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ fa:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "پروژه‌ها"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "پروژه‌ها"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ fa:
label_project_view_all: "View all projects"
label_project_show_details: "نمایش جزئیات پروژه"
label_project_hide_details: "پنهان کردن جزئیات پروژه"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ fa:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ fa:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ fi:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Jotta voit lisätä tälle projektille uusia muokattavia kenttiä, tulee sinun ensin luoda ne.
is_enabled_globally: "On käytössä kaikkialla"
@@ -550,7 +569,7 @@ fi:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ fi:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ fi:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ fi:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ fi:
new_features:
header: "Tietoa uusista ominaisuuksista ja tuotepäivityksistä."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ fi:
label_installation_guides: "Installation guides"
label_integer: "Kokonaisluku"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Sisäinen"
label_introduction_video: "Getting started video"
label_invite_user: "Kutsu käyttäjä"
@@ -3335,6 +3360,9 @@ fi:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projektit"
label_project_new: "Uusi projekti"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projektit"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ fi:
label_project_view_all: "Kaikki projektit"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ fi:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ fi:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ fil:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Upang magdagdag ng mga kustom na patlang sa isang proyekto kinakailangan mo muna likhain bago ka muna sila idagdag sa proyektong ito.
is_enabled_globally: "Ay pinagana pandaigdigan"
@@ -550,7 +569,7 @@ fil:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ fil:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ fil:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ fil:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ fil:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ fil:
label_installation_guides: "Installation guides"
label_integer: "Numero"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Panloob"
label_introduction_video: "Getting started video"
label_invite_user: "Imbitahan ang user"
@@ -3335,6 +3360,9 @@ fil:
label_project_hierarchy: "Proyektong hierarchy"
label_project_mappings: "Mga proyekto"
label_project_new: "Bagong proyekto"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Mga proyekto"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ fil:
label_project_view_all: "Tingnan lahat ang mga proyekto"
label_project_show_details: "Ipakita ang mga detalye ng proyekto"
label_project_hide_details: "Itago ang mga detalye ng proyekto"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4421,15 +4448,15 @@ fil:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4715,8 +4742,6 @@ fil:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ fr:
zero: aucun sous-élément
one: 1 sous-élément
other: "%{count} sous-éléments"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Pour ajouter de nouveaux champs personnalisés à un projet, vous devez dabord les créer avant de pouvoir les ajouter à ce projet.
is_enabled_globally: "Est activé globalement"
@@ -550,7 +569,7 @@ fr:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ fr:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2153,7 +2171,10 @@ fr:
copy_options:
dependencies_label: "Copier à partir du projet"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Utiliser le modèle"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copier à partir du modèle"
blank_template:
@@ -2161,10 +2182,14 @@ fr:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2718,6 +2743,7 @@ fr:
new_features:
header: "Découvrez les nouvelles fonctionnalités et les mises à jour des produits."
learn_about: "En savoir plus sur les nouvelles fonctionnalités"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3139,7 +3165,6 @@ fr:
label_installation_guides: "Guides d'installation"
label_integer: "Nombre entier"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Interne"
label_introduction_video: "Vidéo de démarrage"
label_invite_user: "Inviter utilisateur"
@@ -3333,6 +3358,9 @@ fr:
label_project_hierarchy: "Hiérarchie du projet"
label_project_mappings: "Projets"
label_project_new: "Nouveau projet"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projets"
label_project_list_plural: "Listes de projets"
label_project_life_cycle: "Cycle de vie du projet"
@@ -3346,7 +3374,6 @@ fr:
label_project_view_all: "Afficher tous les projets"
label_project_show_details: "Afficher les détails du projet"
label_project_hide_details: "Masquer les détails du projet"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portefeuille"
label_portfolio_new: "Nouveau portefeuille"
label_program: "Programme"
@@ -4421,15 +4448,15 @@ fr:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4714,8 +4741,6 @@ fr:
L'ajout d'utilisateurs supplémentaires dépassera la limite actuelle. Veuillez <a href="%{upgrade_url}">mettre à niveau votre plan</a> pour que les utilisateurs externes puissent accéder à cette instance.
warning_user_limit_reached_instructions: >
Vous avez atteint le nombre limite d'utilisateurs (%{current}/%{max} utilisateurs actifs). Veuillez contacter sales@openproject.com pour mettre à jour votre abonnement Entreprise et ajouter des utilisateurs supplémentaires.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ he:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ he:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ he:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2203,7 +2221,10 @@ he:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2211,10 +2232,14 @@ he:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2810,6 +2835,7 @@ he:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3231,7 +3257,6 @@ he:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "פנימי"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3425,6 +3450,9 @@ he:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "פרויקטים"
label_project_new: "פרוייקט חדש"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "פרויקטים"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3438,7 +3466,6 @@ he:
label_project_view_all: "הצג את כל הפרוייקטים"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4517,15 +4544,15 @@ he:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4813,8 +4840,6 @@ he:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ hi:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
परियोजना में नई custom fields जोडनें हेतु, पहले आपको उनका सृजन करना पडेगा, तत्पष्चात ही आप उन्हें परियोजना में जोड सकेंगे.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ hi:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ hi:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2153,7 +2171,10 @@ hi:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2161,10 +2182,14 @@ hi:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2718,6 +2743,7 @@ hi:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3139,7 +3165,6 @@ hi:
label_installation_guides: "Installation guides"
label_integer: "पूर्णांक"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "आंतरिक"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3333,6 +3358,9 @@ hi:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "नया प्रोजेक्ट"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3346,7 +3374,6 @@ hi:
label_project_view_all: "सभी प्रोजेक्ट्स देखें"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4421,15 +4448,15 @@ hi:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4715,8 +4742,6 @@ hi:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ hr:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ hr:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ hr:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2179,7 +2197,10 @@ hr:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2187,10 +2208,14 @@ hr:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2765,6 +2790,7 @@ hr:
new_features:
header: "Informirajte se o novim značajkama i ažuriranjima proizvoda."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3186,7 +3212,6 @@ hr:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Unutarnji"
label_introduction_video: "Getting started video"
label_invite_user: "Pozovi korisnika"
@@ -3380,6 +3405,9 @@ hr:
label_project_hierarchy: "Hijerarhija projekta"
label_project_mappings: "Projekti"
label_project_new: "Novi projekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekti"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3393,7 +3421,6 @@ hr:
label_project_view_all: "Pogledaj sve projekte"
label_project_show_details: "Prikaži detalje o projektu"
label_project_hide_details: "Sakrij detalje o projektu"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4470,15 +4497,15 @@ hr:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4765,8 +4792,6 @@ hr:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -312,6 +312,25 @@ hu:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Új egyéni mezők hozzáadásához először létre kell hozni őket, még mielőtt felvenné azokat a projekthez.
is_enabled_globally: "Globálisan engedélyezve van"
@@ -549,7 +568,7 @@ hu:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -565,7 +584,6 @@ hu:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2154,7 +2172,10 @@ hu:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Sablon használata"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2162,10 +2183,14 @@ hu:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2719,6 +2744,7 @@ hu:
new_features:
header: "Itt találhatóak az új funkciók és a frissítések"
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3140,7 +3166,6 @@ hu:
label_installation_guides: "Telepítési útmutató"
label_integer: "Egész szám"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Belső"
label_introduction_video: "Getting started video"
label_invite_user: "Felhasználó meghívása"
@@ -3334,6 +3359,9 @@ hu:
label_project_hierarchy: "Projekt-hierarchia"
label_project_mappings: "Projektek"
label_project_new: "Új projekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projektek"
label_project_list_plural: "Projekt listák"
label_project_life_cycle: "Project life cycle"
@@ -3347,7 +3375,6 @@ hu:
label_project_view_all: "Minden projekt megtekintése"
label_project_show_details: "Projekt részleteinek megjelenítése"
label_project_hide_details: "Projekt részleteinek elrejtése"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4421,15 +4448,15 @@ hu:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4715,8 +4742,6 @@ hu:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -309,6 +309,25 @@ id:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Untuk menambahkan kolom kustom baru untuk sebuah proyek, pertama-tama Anda harus membuatnya, sebelum Anda dapat menambahkannya ke proyek ini.
is_enabled_globally: "Diaktifkan secara global"
@@ -546,7 +565,7 @@ id:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -562,7 +581,6 @@ id:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2127,7 +2145,10 @@ id:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Gunakan templat"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2135,10 +2156,14 @@ id:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2671,6 +2696,7 @@ id:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3092,7 +3118,6 @@ id:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3286,6 +3311,9 @@ id:
label_project_hierarchy: "Hirarki proyek"
label_project_mappings: "Project"
label_project_new: "Project baru"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Project"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3299,7 +3327,6 @@ id:
label_project_view_all: "Lihat semua Project"
label_project_show_details: "Tampilkan detail proyek"
label_project_hide_details: "Sembunyikan detail proyek"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4369,15 +4396,15 @@ id:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4662,8 +4689,6 @@ id:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -311,6 +311,25 @@ it:
zero: nessun sottoelemento
one: 1 sottoelemento
other: "%{count} sottoelementi"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Per aggiungere nuovi campi personalizzati a un progetto, è necessario prima crearli.
is_enabled_globally: "Abilitato a livello globale"
@@ -548,7 +567,7 @@ it:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -564,7 +583,6 @@ it:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2152,7 +2170,10 @@ it:
copy_options:
dependencies_label: "Copia dal progetto"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Usa modello"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copia da modello"
blank_template:
@@ -2160,10 +2181,14 @@ it:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2717,6 +2742,7 @@ it:
new_features:
header: "Informati sulle nuove funzionalità e sugli aggiornamenti dei prodotti."
learn_about: "Scopri di più su tutte le nuove funzionalità"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3138,7 +3164,6 @@ it:
label_installation_guides: "Guide all'installazione"
label_integer: "Intero"
label_interface: "Interfaccia"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Interno"
label_introduction_video: "Video introduttivo"
label_invite_user: "Invita utente"
@@ -3332,6 +3357,9 @@ it:
label_project_hierarchy: "Gerarchia del progetto"
label_project_mappings: "Progetti"
label_project_new: "Nuovo progetto"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Progetti"
label_project_list_plural: "Elenchi progetto"
label_project_life_cycle: "Ciclo di vita del progetto"
@@ -3345,7 +3373,6 @@ it:
label_project_view_all: "Vedi tutti i progetti"
label_project_show_details: "Mostra dettagli progetto"
label_project_hide_details: "Nascondi dettagli progetto"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "Nuovo portfolio"
label_program: "Programma"
@@ -4420,15 +4447,15 @@ it:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4714,8 +4741,6 @@ it:
L'aggiunta di ulteriori utenti supererà il limite attuale. <a href="%{upgrade_url}">Aggiorna il tuo piano</a> per poter garantire che gli utenti esterni possano accedere a questa istanza.
warning_user_limit_reached_instructions: >
Raggiunto il limite di utenti (%{current}/%{max} utenti attivi). Si prega di contattare sales@openproject.com per aggiornare il tuo piano dell'edizione Enterprise e aggiungere ulteriori utenti.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -311,6 +311,25 @@ ja:
zero: 子項目はありません
one: 1 個の子項目があります
other: "%{count} 個の子項目があります"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
新しいカスタムフィールドをプロジェクトに追加するには、それをこのプロジェクトに追加する前に、まず作成する必要があります。
is_enabled_globally: "グローバルで有効"
@@ -548,7 +567,7 @@ ja:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -564,7 +583,6 @@ ja:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2130,7 +2148,10 @@ ja:
copy_options:
dependencies_label: "プロジェクトからコピー"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "テンプレートを使用"
template_heading: "Templated projects"
copy_options:
dependencies_label: "テンプレートからコピー"
blank_template:
@@ -2138,10 +2159,14 @@ ja:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2674,6 +2699,7 @@ ja:
new_features:
header: "新機能と製品のアップデートについて読む。"
learn_about: "すべての新機能の詳細"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3095,7 +3121,6 @@ ja:
label_installation_guides: "インストール ガイド"
label_integer: "整数"
label_interface: "インターフェイス"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "社内"
label_introduction_video: "Getting started video"
label_invite_user: "ユーザを招待"
@@ -3289,6 +3314,9 @@ ja:
label_project_hierarchy: "プロジェクトの階層構造"
label_project_mappings: "プロジェクト"
label_project_new: "新規プロジェクト"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "プロジェクト"
label_project_list_plural: "プロジェクト一覧"
label_project_life_cycle: "プロジェクトのライフ サイクル"
@@ -3302,7 +3330,6 @@ ja:
label_project_view_all: "全プロジェクトを表示"
label_project_show_details: "プロジェクトの詳細を表示"
label_project_hide_details: "プロジェクトの詳細を非表示"
label_project_initiation_request: "Project initiation request"
label_portfolio: "ポートフォリオ"
label_portfolio_new: "新しいポートフォリオ"
label_program: "プログラム"
@@ -4375,15 +4402,15 @@ ja:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4667,8 +4694,6 @@ ja:
ユーザーを追加すると、現在の制限を超えます。外部ユーザーがこのサイトにアクセスできるように、<a href="%{upgrade_url}">プランをアップグレードして</a>ください。
warning_user_limit_reached_instructions: >
ユーザー制限(%{current}/%{max} アクティブユーザー)に達しました。 sales@openproject.com に連絡してEnterprise Editionプランをアップグレードし、ユーザーを追加してください。
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+1 -1
View File
@@ -296,7 +296,7 @@ de:
warning: "Bitte teilen Sie diese URL nicht mit anderen Benutzern. Jeder mit diesem Link kann die Arbeitspaket-Details ohne Konto oder Passwort anzeigen."
token_name_label: "Wo werden Sie diesen Kalender nutzen?"
token_name_placeholder: 'Geben sie einen Namen ein (z.B. "Telefon")'
token_name_description_text: 'If you subscribe to this calendar from multiple devices, this name will help you distinguish between them in your <a href="%{myAccessTokensUrl}" target="_blank">access tokens</a> list.'
token_name_description_text: 'Wenn Sie diesen Kalender auf mehreren Geräten abonnieren, wird Ihnen dieser Name helfen, zwischen diesen in der Liste der <a href="%{myAccessTokensUrl}", target="_blank">Zugriffstoken</a> zu unterscheiden.'
copy_url_label: "URL kopieren"
ical_generation_error_text: "Beim Generieren der Kalender-URL ist ein Fehler aufgetreten."
success_message: 'Die URL "%{name}" wurde erfolgreich in Ihre Zwischenablage kopiert. Fügen Sie sie in Ihren Kalender-Client ein, um das Abonnement abzuschließen.'
+1 -1
View File
@@ -916,7 +916,7 @@ zh-TW:
workAlternative: "預估時間"
remainingTime: "剩餘工時"
default_queries:
manually_sorted: "新的自訂排序"
manually_sorted: "自訂排序"
latest_activity: "最新活動"
created_by_me: "由我建立"
assigned_to_me: "分配給我"
+34 -9
View File
@@ -313,6 +313,25 @@ ka:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ ka:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ ka:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ ka:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "შაბლონის გამოყენება"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ ka:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ ka:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ ka:
label_installation_guides: "Installation guides"
label_integer: "მთელი რიცხვი"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "შიდა"
label_introduction_video: "Getting started video"
label_invite_user: "მომხმარებლის მოწვევა"
@@ -3335,6 +3360,9 @@ ka:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "პროექტები"
label_project_new: "ახალი პროექტი"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "პროექტები"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ ka:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ ka:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ ka:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ kk:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ kk:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ kk:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ kk:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ kk:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ kk:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ kk:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ kk:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ kk:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ kk:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ kk:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ ko:
zero: 하위 항목 없음
one: 하위 항목 1개
other: "하위 항목 %{count}개"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
프로젝트에 새 사용자 지정 필드를 추가하려면 먼저 해당 필드를 만들어야 합니다. 그래야 이 프로젝트에 해당 필드를 추가할 수 있습니다.
is_enabled_globally: "는 세계적으로 사용 가능합니다."
@@ -550,7 +569,7 @@ ko:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ ko:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2131,7 +2149,10 @@ ko:
copy_options:
dependencies_label: "프로젝트에서 복사"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "템플릿 사용"
template_heading: "Templated projects"
copy_options:
dependencies_label: "템플릿에서 복사"
blank_template:
@@ -2139,10 +2160,14 @@ ko:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2675,6 +2700,7 @@ ko:
new_features:
header: "새로운 기능 및 제품 업데이트에 대해 알아보세요."
learn_about: "새로운 모든 기능에 대해 자세히 알아보기"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3096,7 +3122,6 @@ ko:
label_installation_guides: "설치 가이드"
label_integer: "정수"
label_interface: "인터페이스"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "내부"
label_introduction_video: "시작하기 동영상"
label_invite_user: "사용자 초대"
@@ -3290,6 +3315,9 @@ ko:
label_project_hierarchy: "프로젝트 계층 구조"
label_project_mappings: "프로젝트"
label_project_new: "새 프로젝트"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "프로젝트"
label_project_list_plural: "프로젝트 목록"
label_project_life_cycle: "프로젝트 수명 주기"
@@ -3303,7 +3331,6 @@ ko:
label_project_view_all: "모든 프로젝트 보기"
label_project_show_details: "프로젝트 세부 정보 표시"
label_project_hide_details: "프로젝트 세부 정보 숨기기"
label_project_initiation_request: "Project initiation request"
label_portfolio: "포트폴리오"
label_portfolio_new: "새 포트폴리오"
label_program: "프로그램"
@@ -4373,15 +4400,15 @@ ko:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4666,8 +4693,6 @@ ko:
사용자를 더 추가하면 현재 한도가 초과됩니다. 외부 사용자가 이 인스턴스에 액세스할 수 있도록 하려면 <a href="%{upgrade_url}">플랜을 업그레이드</a>하세요.
warning_user_limit_reached_instructions: >
사용자 제한(활성 사용자 %{current}/%{max}명)에 도달했습니다. sales@openproject.com으로 연락하여 Enterprise Edition 플랜을 업그레이드하고 사용자를 더 추가하세요.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -310,6 +310,25 @@ lt:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Norėdami pridėti naujus pritaikytus laukelius prie projekto, pirmiausia reikia juos sukurti. Tik tada yra galimybė juos pridėti prie šio projekto.
is_enabled_globally: "Yra įgalintas globaliai"
@@ -547,7 +566,7 @@ lt:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -563,7 +582,6 @@ lt:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2200,7 +2218,10 @@ lt:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Naudoti šabloną"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2208,10 +2229,14 @@ lt:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2807,6 +2832,7 @@ lt:
new_features:
header: "Skaitykite apie naujas savybes ir produkto atnaujinimus."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3228,7 +3254,6 @@ lt:
label_installation_guides: "Diegimo gidai"
label_integer: "Sveikasis skaičius"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Vidinis"
label_introduction_video: "Getting started video"
label_invite_user: "Pakviesti vartotoją"
@@ -3422,6 +3447,9 @@ lt:
label_project_hierarchy: "Projekto hierarchija"
label_project_mappings: "Projektai"
label_project_new: "Naujas projektas"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projektai"
label_project_list_plural: "Projektų sąrašai"
label_project_life_cycle: "Project life cycle"
@@ -3435,7 +3463,6 @@ lt:
label_project_view_all: "Peržiūrėti visus projektus"
label_project_show_details: "Rodyti detalią projekto informaciją"
label_project_hide_details: "Slėpti detalią projekto informaciją"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4511,15 +4538,15 @@ lt:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4806,8 +4833,6 @@ lt:
Pridėjus papildomus naudotojus bus viršytas dabartinis apribojimas. Prašome <a href="%{upgrade_url}">pagerinti jūsų planą</a>, kad užtikrintumėte, jog išoriniai naudotojai gali prieigi prie šio egzemplioriaus.
warning_user_limit_reached_instructions: >
Jūs pasiekėte naudotojų ribą (%{current}/%{max} aktyvūs naudotojai). Susisiekite su sales@openproject.com norėdami atnaujinti savo Enterprise versijos planą arba pridėti papildomų naudotojų.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ lv:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ lv:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ lv:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2179,7 +2197,10 @@ lv:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2187,10 +2208,14 @@ lv:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2765,6 +2790,7 @@ lv:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3186,7 +3212,6 @@ lv:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Uzaicināt lietotāju"
@@ -3380,6 +3405,9 @@ lv:
label_project_hierarchy: "Projektu hierarhija"
label_project_mappings: "Projekti"
label_project_new: "Jauns projekts"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekti"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3393,7 +3421,6 @@ lv:
label_project_view_all: "Skatīt visus projektus"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4470,15 +4497,15 @@ lv:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4765,8 +4792,6 @@ lv:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ mn:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ mn:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ mn:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ mn:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ mn:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ mn:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ mn:
label_installation_guides: "Суулгах зааварууд"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ mn:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Төслийн жагсаалтууд"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ mn:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ mn:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ mn:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -312,6 +312,25 @@ ms:
zero: tiada sub-item
one: 1 sub-item
other: "%{count} sub-item"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Untuk menambah ruang tersuai ke projek, anda perlu menciptanya terlebih dahulu sebelum anda boleh menambahnya ke projek ini.
is_enabled_globally: "Adalah diaktifkan secara global"
@@ -549,7 +568,7 @@ ms:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -565,7 +584,6 @@ ms:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2129,7 +2147,10 @@ ms:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Guna templat"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2137,10 +2158,14 @@ ms:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2673,6 +2698,7 @@ ms:
new_features:
header: "Baca berkenaan fitur-fitur baharu dan kemas kini produk."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3094,7 +3120,6 @@ ms:
label_installation_guides: "Panduan pemasangan"
label_integer: "Integer"
label_interface: "Antara muka"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Dalaman"
label_introduction_video: "Getting started video"
label_invite_user: "Jemput pengguna"
@@ -3288,6 +3313,9 @@ ms:
label_project_hierarchy: "Hierarki projek"
label_project_mappings: "Projek-projek"
label_project_new: "Projek baharu"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projek-projek"
label_project_list_plural: "Senarai projek"
label_project_life_cycle: "Project life cycle"
@@ -3301,7 +3329,6 @@ ms:
label_project_view_all: "Lihat semua projek"
label_project_show_details: "Paparkan butiran projek"
label_project_hide_details: "Sembunyikan butiran projek"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4373,15 +4400,15 @@ ms:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4666,8 +4693,6 @@ ms:
Menambah pengguna tambahan akan melebihi had semasa. Sila <a href="%{upgrade_url}">naik taraf pelan anda</a> bagi memastikan pengguna luaran dapat mengakses contoh ini.
warning_user_limit_reached_instructions: >
Anda telah mencapai had pengguna anda (%{current}/%{max} pengguna aktif). Sila hubungi sales@openproject.com untuk menaik taraf pelan edisi Enterprise anda dan tambah pengguna tambahan.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ ne:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ ne:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ ne:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ ne:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ ne:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ ne:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ ne:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ ne:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ ne:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "प्रोजेक्ट विवरण लुकाउनुहोस्"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ ne:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ ne:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -310,6 +310,25 @@ nl:
zero: geen subitems
one: 1 subitem
other: "%{count} subitems"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Om de nieuwe aangepaste velden toevoegen aan een project moet u deze eerst maken voordat u ze aan dit project toevoegen kunt.
is_enabled_globally: "Is ingeschakeld Op het hoofdniveau"
@@ -547,7 +566,7 @@ nl:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -563,7 +582,6 @@ nl:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2151,7 +2169,10 @@ nl:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Sjabloon gebruiken"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2159,10 +2180,14 @@ nl:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2716,6 +2741,7 @@ nl:
new_features:
header: "Lees over nieuwe functies en product-updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3137,7 +3163,6 @@ nl:
label_installation_guides: "Installatie gidsen"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Intern"
label_introduction_video: "Getting started video"
label_invite_user: "Gebruiker uitnodigen"
@@ -3331,6 +3356,9 @@ nl:
label_project_hierarchy: "Projecthiërarchie"
label_project_mappings: "Projecten"
label_project_new: "Nieuw project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projecten"
label_project_list_plural: "Projectlijsten"
label_project_life_cycle: "Project life cycle"
@@ -3344,7 +3372,6 @@ nl:
label_project_view_all: "Bekijk alle projecten"
label_project_show_details: "Toon project details"
label_project_hide_details: "Verberg project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4418,15 +4445,15 @@ nl:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4711,8 +4738,6 @@ nl:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
For å legge til nye egendefinerte felt i et prosjekt må du først opprette dem før du kan legge dem til i dette prosjektet.
is_enabled_globally: "Er aktivert globalt"
@@ -550,7 +569,7 @@
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2154,7 +2172,10 @@
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Bruk mal"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2162,10 +2183,14 @@
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2719,6 +2744,7 @@
new_features:
header: "Les om nye funksjoner og produktoppdateringer."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3140,7 +3166,6 @@
label_installation_guides: "Installasjons guider"
label_integer: "Heltall"
label_interface: "Grensesnitt"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Intern"
label_introduction_video: "Getting started video"
label_invite_user: "Inviter bruker"
@@ -3334,6 +3359,9 @@
label_project_hierarchy: "Prosjekthierarki"
label_project_mappings: "Prosjekter"
label_project_new: "Nytt prosjekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Prosjekter"
label_project_list_plural: "Prosjektlister"
label_project_life_cycle: "Project life cycle"
@@ -3347,7 +3375,6 @@
label_project_view_all: "Vis alle prosjekter"
label_project_show_details: "Vis prosjektdetaljer"
label_project_hide_details: "Skjul prosjektdetaljer"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4422,15 +4449,15 @@
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4716,8 +4743,6 @@
Å legg til ekstra brukere vil overskride gjeldende grense. Vennligst <a href="%{upgrade_url}">oppgrader planen din</a> for å sikre at eksterne brukere har tilgang til denne forekomsten.
warning_user_limit_reached_instructions: >
Du har nådd din brukergrense (%{current}/%{max} aktive brukere). Vennligst kontakt sales@openproject.com for å oppgradere din Enterprise edition plan og legg til flere brukere.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -310,6 +310,25 @@ pl:
zero: brak podelementów
one: 1 podelement
other: "Liczba podelementów: %{count}"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Aby dodać do projektu nowe pola niestandardowe, najpierw należy je utworzyć.
is_enabled_globally: "Jest włączony globalnie"
@@ -547,7 +566,7 @@ pl:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -563,7 +582,6 @@ pl:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2199,7 +2217,10 @@ pl:
copy_options:
dependencies_label: "Skopiuj z projektu"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Użyj szablonu"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Skopiuj z szablonu"
blank_template:
@@ -2207,10 +2228,14 @@ pl:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2806,6 +2831,7 @@ pl:
new_features:
header: "Przeczytaj o nowych funkcjach i aktualizacjach produktów."
learn_about: "Dowiedz się więcej o wszystkich nowych funkcjach"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3227,7 +3253,6 @@ pl:
label_installation_guides: "Przewodniki instalacyjne"
label_integer: "Liczba całkowita"
label_interface: "Interfejs"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Wewnętrzne"
label_introduction_video: "Film wprowadzający"
label_invite_user: "Zaproś użytkownika"
@@ -3421,6 +3446,9 @@ pl:
label_project_hierarchy: "Hierarchia projektu"
label_project_mappings: "Projekty"
label_project_new: "Nowy projekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekty"
label_project_list_plural: "Listy projektów"
label_project_life_cycle: "Cykl życia projektu"
@@ -3434,7 +3462,6 @@ pl:
label_project_view_all: "Zobacz wszystkie projekty"
label_project_show_details: "Pokaż szczegóły projektu"
label_project_hide_details: "Ukryj szczegóły projektu"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "Nowe portfolio"
label_program: "Program"
@@ -4510,15 +4537,15 @@ pl:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4806,8 +4833,6 @@ pl:
Dodanie dodatkowych użytkowników spowoduje przekroczenie bieżącego limitu. Aby zapewnić użytkownikom zewnętrznym dostęp do tego wystąpienia, <a href="%{upgrade_url}">przejdź na wyższy plan</a>.
warning_user_limit_reached_instructions: >
Osiągnięto limit użytkownika (%{current}/%{max} aktywnych użytkowników). Skontaktuj się z sales@openproject.com w celu uaktualnienia planu Enterprise Edition i dodania kont użytkowników.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -312,6 +312,25 @@ pt-BR:
zero: sem subitens
one: 1 subitem
other: "%{count} subitens"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Para adicionar campos personalizados a um projeto é necessário criá-los primeiro para depois adicioná-los a este projeto.
is_enabled_globally: "Está habilitado globalmente"
@@ -549,7 +568,7 @@ pt-BR:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -565,7 +584,6 @@ pt-BR:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2152,7 +2170,10 @@ pt-BR:
copy_options:
dependencies_label: "Copiar do projeto"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Usar modelo"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copiar do modelo"
blank_template:
@@ -2160,10 +2181,14 @@ pt-BR:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2717,6 +2742,7 @@ pt-BR:
new_features:
header: "Leia sobre novos recursos e atualizações do produto."
learn_about: "Saiba mais sobre todos os novos recursos"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3138,7 +3164,6 @@ pt-BR:
label_installation_guides: "Guias de instalação"
label_integer: "Número inteiro"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Interno"
label_introduction_video: "Vídeo de introdução"
label_invite_user: "Convidar usuário"
@@ -3332,6 +3357,9 @@ pt-BR:
label_project_hierarchy: "Hierarquia de projeto"
label_project_mappings: "Projetos"
label_project_new: "Novo projeto"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projetos"
label_project_list_plural: "Listas de projeto"
label_project_life_cycle: "Ciclo de vida do projeto"
@@ -3345,7 +3373,6 @@ pt-BR:
label_project_view_all: "Ver todos os projetos"
label_project_show_details: "Mostrar detalhes do projeto"
label_project_hide_details: "Ocultar detalhes do projeto"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfólio"
label_portfolio_new: "Novo portfólio"
label_program: "Programa"
@@ -4419,15 +4446,15 @@ pt-BR:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4712,8 +4739,6 @@ pt-BR:
A adição de usuários adicionais excederá o limite atual. <a href="%{upgrade_url}">Atualize o seu plano</a> para poder garantir que os usuários externos possam acessar a esta instância.
warning_user_limit_reached_instructions: >
Você atingiu seu limite de usuários (%{current}/%{max} usuários ativos). Entre em contato com sales@openproject.com para atualizar seu plano da edição Enterprise e adicionar novos usuários.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -311,6 +311,25 @@ pt-PT:
zero: sem sub-itens
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Para adicionar novos campos personalizados a um projeto, primeiro precisa de criá-los para depois adicioná-los a este projeto.
is_enabled_globally: "Ativado a nível global"
@@ -548,7 +567,7 @@ pt-PT:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -564,7 +583,6 @@ pt-PT:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2152,7 +2170,10 @@ pt-PT:
copy_options:
dependencies_label: "Copiar do projeto"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Utilizar modelo"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copiar do modelo"
blank_template:
@@ -2160,10 +2181,14 @@ pt-PT:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2717,6 +2742,7 @@ pt-PT:
new_features:
header: "Leia sobre novas funcionalidades e atualizações de produtos."
learn_about: "Mais informações sobre todas as novas funcionalidades"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3138,7 +3164,6 @@ pt-PT:
label_installation_guides: "Guias de instalação"
label_integer: "Número Inteiro"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Interno"
label_introduction_video: "Vídeo de introdução"
label_invite_user: "Convidar utilizador"
@@ -3332,6 +3357,9 @@ pt-PT:
label_project_hierarchy: "Hierarquia do projeto"
label_project_mappings: "Projetos"
label_project_new: "Novo Projecto"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projetos"
label_project_list_plural: "Listas do projeto"
label_project_life_cycle: "Ciclo de vida do projeto"
@@ -3345,7 +3373,6 @@ pt-PT:
label_project_view_all: "Ver todos os projetos"
label_project_show_details: "Mostrar detalhes do projeto"
label_project_hide_details: "Ocultar detalhes do projeto"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Carteira"
label_portfolio_new: "Nova carteira"
label_program: "Programa"
@@ -4417,15 +4444,15 @@ pt-PT:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4711,8 +4738,6 @@ pt-PT:
A adição de utilizadores adicionais excederá o limite atual. <a href="%{upgrade_url}">Atualize o seu plano</a> para poder garantir que os utilizadores externos possam aceder a esta instância.
warning_user_limit_reached_instructions: >
Atingiu o seu limite de utilizadores (%{current}/%{max} utilizadores ativos). Entre em contato com sales@openproject.com para atualizar o seu plano da edição Enterprise e adicionar novos utilizadores.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ ro:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Dacă vrei să adaugi noi câmpuri personalizate în cadrul unui proiect va trebui, mai întâi, să le creezi.
is_enabled_globally: "Este activat/ă la nivel global"
@@ -550,7 +569,7 @@ ro:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ ro:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2179,7 +2197,10 @@ ro:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Utilizează șablon"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2187,10 +2208,14 @@ ro:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2765,6 +2790,7 @@ ro:
new_features:
header: "Citește despre noile caracteristici și actualizări de produse."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3186,7 +3212,6 @@ ro:
label_installation_guides: "Ghiduri de instalare"
label_integer: "Număr întreg"
label_interface: "Interfață"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Intern"
label_introduction_video: "Getting started video"
label_invite_user: "Invită utilizator"
@@ -3380,6 +3405,9 @@ ro:
label_project_hierarchy: "Ierarhie de proiecte"
label_project_mappings: "Proiecte"
label_project_new: "Proiect nou"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Proiecte"
label_project_list_plural: "Listă proiecte"
label_project_life_cycle: "Ciclul de viață proiect"
@@ -3393,7 +3421,6 @@ ro:
label_project_view_all: "Vizualizează toate proiectele"
label_project_show_details: "Arată detaliile proietului"
label_project_hide_details: "Ascunde detaliile proiectului"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4469,15 +4496,15 @@ ro:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4764,8 +4791,6 @@ ro:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
Ai atins limita de utilizatori (%{current}/%{max} utilizatori activi). Te rog să contactezi sales@openproject.com pentru a vă actualiza planul ediției Enterprise și a adăuga utilizatori suplimentari.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -312,6 +312,25 @@ ru:
zero: нет подпунктов
one: 1 подпункт
other: "%{count} подпунктов"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Прежде чем добавлять настраиваемые поля в проект, нужно создать их.
is_enabled_globally: "Разрешено в глобальном масштабе"
@@ -549,7 +568,7 @@ ru:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -565,7 +584,6 @@ ru:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2201,7 +2219,10 @@ ru:
copy_options:
dependencies_label: "Копировать из проекта"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Использовать шаблон"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Копировать из шаблона"
blank_template:
@@ -2209,10 +2230,14 @@ ru:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2808,6 +2833,7 @@ ru:
new_features:
header: "Читайте о новых возможностях и обновлениях продуктов."
learn_about: "Узнайте больше о всех новых функциях"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3229,7 +3255,6 @@ ru:
label_installation_guides: "Инструкции по установке"
label_integer: "Целое число"
label_interface: "Интерфейс"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Внутренние"
label_introduction_video: "Видео о начале работы"
label_invite_user: "Пригласить пользователя"
@@ -3423,6 +3448,9 @@ ru:
label_project_hierarchy: "Иерархия проектов"
label_project_mappings: "Проекты"
label_project_new: "Новый проект"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Проекты"
label_project_list_plural: "Списки проектов"
label_project_life_cycle: "Жизненный цикл проекта"
@@ -3436,7 +3464,6 @@ ru:
label_project_view_all: "Просмотреть все проекты"
label_project_show_details: "Показать детали проекта"
label_project_hide_details: "Скрыть детали проекта"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Портфолио"
label_portfolio_new: "Новое портфолио"
label_program: "Программа"
@@ -4512,15 +4539,15 @@ ru:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4807,8 +4834,6 @@ ru:
Добавление дополнительных пользователей превысит текущий лимит. Пожалуйста, <a href="%{upgrade_url}"> обновите свой план </a>, чтобы гарантировать, что внешние пользователи смогут получить доступ к этому экземпляру.
warning_user_limit_reached_instructions: >
Вы достигли вашего пользовательского предела (%{current}/%{max} активных пользователей). Пожалуйста, свяжитесь с sales@openproject.com для обновления своего плана до Корпоративной версии и добавьте дополнительных пользователей.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ rw:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ rw:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ rw:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ rw:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ rw:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ rw:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ rw:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ rw:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ rw:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ rw:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ rw:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ si:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
ව්යාපෘතියකට නව අභිරුචි ක්ෂේත්ර එකතු කිරීම සඳහා ඔබ මුලින්ම මෙම ව්යාපෘතියට එකතු කිරීමට පෙර ඒවා නිර්මාණය කළ යුතුය.
is_enabled_globally: "ගෝලීයව සබල කර ඇත"
@@ -550,7 +569,7 @@ si:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ si:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ si:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ si:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ si:
new_features:
header: "නව විශේෂාංග සහ නිෂ්පාදන යාවත්කාලීන කිරීම් ගැන කියවන්න."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ si:
label_installation_guides: "Installation guides"
label_integer: "නිඛිල"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "අභ්යන්තර"
label_introduction_video: "Getting started video"
label_invite_user: "පරිශීලකයාට ආරාධනා කරන්න"
@@ -3335,6 +3360,9 @@ si:
label_project_hierarchy: "ව්යාපෘති ධූරාවලිය"
label_project_mappings: "ව්‍යාපෘති"
label_project_new: "නව ව්යාපෘතිය"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "ව්‍යාපෘති"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ si:
label_project_view_all: "සියලුම ව්යාපෘති බලන්න"
label_project_show_details: "ව්යාපෘති විස්තර පෙන්වන්න"
label_project_hide_details: "ව්යාපෘති විස්තර සඟවන්න"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ si:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ si:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ sk:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Ak chcete priradiť nové vlastné pole do projektu, je potrebné ich vytvoriť ako prvé. Následne je ich možné pridať v tomto projekte.
is_enabled_globally: "Je povolené globálne"
@@ -550,7 +569,7 @@ sk:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ sk:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2203,7 +2221,10 @@ sk:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Použiť šablónu"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2211,10 +2232,14 @@ sk:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2810,6 +2835,7 @@ sk:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3231,7 +3257,6 @@ sk:
label_installation_guides: "Installation guides"
label_integer: "Celé číslo"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Interné"
label_introduction_video: "Getting started video"
label_invite_user: "Pozvať používateľa"
@@ -3425,6 +3450,9 @@ sk:
label_project_hierarchy: "Hierarchia projektu"
label_project_mappings: "Projekty"
label_project_new: "Nový projekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekty"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3438,7 +3466,6 @@ sk:
label_project_view_all: "Zobraziť všetky projekty"
label_project_show_details: "Zobraziť detaily projektu"
label_project_hide_details: "Skryť detaily projektu"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4516,15 +4543,15 @@ sk:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4812,8 +4839,6 @@ sk:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -312,6 +312,25 @@ sl:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Če želite projektu dodati nova polja po meri, jih morate najprej ustvariti, preden jih lahko dodate v ta projekt.
is_enabled_globally: "Omogočeno po vsem svetu"
@@ -549,7 +568,7 @@ sl:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -565,7 +584,6 @@ sl:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2202,7 +2220,10 @@ sl:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Uporabi predlogo"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2210,10 +2231,14 @@ sl:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2809,6 +2834,7 @@ sl:
new_features:
header: "Preberite o novih funkcijah in posodobitvah izdelka."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3230,7 +3256,6 @@ sl:
label_installation_guides: "Installation guides"
label_integer: "Celo število"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Notranji"
label_introduction_video: "Getting started video"
label_invite_user: "Povabi uporabnika"
@@ -3424,6 +3449,9 @@ sl:
label_project_hierarchy: "Struktura projekta"
label_project_mappings: "Projekti"
label_project_new: "Nov projekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekti"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3437,7 +3465,6 @@ sl:
label_project_view_all: "Prikaži vse projekte"
label_project_show_details: "Prikaži podrobnosti projekta"
label_project_hide_details: "Skrij podrobnosti projekta"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4515,15 +4542,15 @@ sl:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4811,8 +4838,6 @@ sl:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ sr:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ sr:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ sr:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2179,7 +2197,10 @@ sr:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2187,10 +2208,14 @@ sr:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2765,6 +2790,7 @@ sr:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3186,7 +3212,6 @@ sr:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3380,6 +3405,9 @@ sr:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3393,7 +3421,6 @@ sr:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4470,15 +4497,15 @@ sr:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4765,8 +4792,6 @@ sr:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ sv:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Innan du kan lägga till nya anpassade fält till ett projekt måste du skapa dessa.
is_enabled_globally: "Är aktiverad globalt"
@@ -550,7 +569,7 @@ sv:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ sv:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ sv:
copy_options:
dependencies_label: "Kopiera från projekt"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Använd mall"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Kopiera från mall"
blank_template:
@@ -2163,10 +2184,14 @@ sv:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ sv:
new_features:
header: "Läs om nya funktioner och produktuppdateringar."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ sv:
label_installation_guides: "Installation guides"
label_integer: "Heltal"
label_interface: "Gränssnitt"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Intern"
label_introduction_video: "Getting started video"
label_invite_user: "Bjud in användare"
@@ -3335,6 +3360,9 @@ sv:
label_project_hierarchy: "Projekthierarki"
label_project_mappings: "Projekt"
label_project_new: "Nytt projekt"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projekt"
label_project_list_plural: "Projektlistor"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ sv:
label_project_view_all: "Visa alla projekt"
label_project_show_details: "Visa projektdetaljer"
label_project_hide_details: "Dölj projektdetaljer"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfölj"
label_portfolio_new: "Ny portfölj"
label_program: "Program"
@@ -4421,15 +4448,15 @@ sv:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4714,8 +4741,6 @@ sv:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ th:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ th:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ th:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2131,7 +2149,10 @@ th:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2139,10 +2160,14 @@ th:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2675,6 +2700,7 @@ th:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3096,7 +3122,6 @@ th:
label_installation_guides: "Installation guides"
label_integer: "จำนวนเต็ม"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "ภายใน"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3290,6 +3315,9 @@ th:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "โครงการ"
label_project_new: "โครงการใหม่"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "โครงการ"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3303,7 +3331,6 @@ th:
label_project_view_all: "ดูโครงการทั้งหมด"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4376,15 +4403,15 @@ th:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4669,8 +4696,6 @@ th:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -314,6 +314,25 @@ tr:
zero: alt öğe yok
one: 1 alt öğe
other: "%{count} alt öğe"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Bir projeye yeni özel alanlar eklemeden önce onları oluşturmalısınız.
is_enabled_globally: "Genel için etkinleştirildi"
@@ -551,7 +570,7 @@ tr:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -567,7 +586,6 @@ tr:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ tr:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Şablon kullan"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Şablondan kopyala"
blank_template:
@@ -2163,10 +2184,14 @@ tr:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ tr:
new_features:
header: "Yeni özellikler ve ürün güncellemeleri hakkında bilgi edinin."
learn_about: "Tüm yeni özellikler hakkında daha fazla bilgi edinin"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ tr:
label_installation_guides: "Kurulum kılavuzları"
label_integer: "Tamsayı"
label_interface: "Arayüz"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Dahili"
label_introduction_video: "Getting started video"
label_invite_user: "Kullanıcı davet et"
@@ -3335,6 +3360,9 @@ tr:
label_project_hierarchy: "Proje hiyerarşisi"
label_project_mappings: "Projeler"
label_project_new: "Yeni proje"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projeler"
label_project_list_plural: "Proje listesi"
label_project_life_cycle: "Proje yaşam döngüsü"
@@ -3348,7 +3376,6 @@ tr:
label_project_view_all: "Tüm projeleri görüntüle"
label_project_show_details: "Proje detaylarını göster"
label_project_hide_details: "Proje detaylarını gizle"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portföy"
label_portfolio_new: "Yeni portföy"
label_program: "Program"
@@ -4421,15 +4448,15 @@ tr:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4714,8 +4741,6 @@ tr:
Ek kullanıcı eklenmesi mevcut sınırı aşacaktır. Harici kullanıcıların bu kuruluma erişebilmesinden emin olmak için <a href="%{upgrade_url}">planınızı yükseltin</a>.
warning_user_limit_reached_instructions: >
Kullanıcı sınırınıza ulaştınız (%{current}/%{max} aktif kullanıcılar). Enterprise sürüm planınızı yükseltmek ve ek kullanıcılar eklemek için lütfen sales@openproject.com adresine başvurun.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -310,6 +310,25 @@ uk:
zero: немає піделементів
one: 1 піделемент
other: "Піделементів: %{count}"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Щоб додати нові користувальницькі поля до проекту, спочатку потрібно створити їх, перш ніж ви зможете додати їх до цього проекту.
is_enabled_globally: "Увімкнено у всьому світі"
@@ -547,7 +566,7 @@ uk:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -563,7 +582,6 @@ uk:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2197,7 +2215,10 @@ uk:
copy_options:
dependencies_label: "Копіювати з проєкту"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Використовувати шаблон"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Копіювати з шаблона"
blank_template:
@@ -2205,10 +2226,14 @@ uk:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2804,6 +2829,7 @@ uk:
new_features:
header: "Читайте про нові функції і оновлення продуктів."
learn_about: "Дізнайтеся більше про всі нові функції"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3225,7 +3251,6 @@ uk:
label_installation_guides: "Інструкції зі встановлення"
label_integer: "Ціле число"
label_interface: "Інтерфейс"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Власне"
label_introduction_video: "Відео про початок роботи"
label_invite_user: "Запросити користувача"
@@ -3419,6 +3444,9 @@ uk:
label_project_hierarchy: "Ієрархія проектів"
label_project_mappings: "Проєкти"
label_project_new: "Новий проект"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Проєкти"
label_project_list_plural: "Списки проєкту"
label_project_life_cycle: "Життєвий цикл проєкту"
@@ -3432,7 +3460,6 @@ uk:
label_project_view_all: "Переглянути всi проекти"
label_project_show_details: "Показати деталі проекту"
label_project_hide_details: "Приховати деталі проекту"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Портфель"
label_portfolio_new: "Новий портфель"
label_program: "Програма"
@@ -4509,15 +4536,15 @@ uk:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4804,8 +4831,6 @@ uk:
Додавання користувачів призведе до перевищення поточного ліміту. <a href="%{upgrade_url}">Підвищте рівень свого плану</a>, щоб забезпечити доступ до цього екземпляра зовнішнім користувачам.
warning_user_limit_reached_instructions: >
Ви досягли обмеження користувача (%{current}/%{max} активних користувачів). Напишіть на адресу sales@openproject.com, щоб перейти на версію Enterprise і додати більше користувачів.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ uz:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
To add new custom fields to a project you first need to create them before you can add them to this project.
is_enabled_globally: "Is enabled globally"
@@ -550,7 +569,7 @@ uz:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ uz:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2155,7 +2173,10 @@ uz:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Use template"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2163,10 +2184,14 @@ uz:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2720,6 +2745,7 @@ uz:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3141,7 +3167,6 @@ uz:
label_installation_guides: "Installation guides"
label_integer: "Integer"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Internal"
label_introduction_video: "Getting started video"
label_invite_user: "Invite user"
@@ -3335,6 +3360,9 @@ uz:
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -3348,7 +3376,6 @@ uz:
label_project_view_all: "View all projects"
label_project_show_details: "Show project details"
label_project_hide_details: "Hide project details"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4423,15 +4450,15 @@ uz:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4717,8 +4744,6 @@ uz:
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this instance.
warning_user_limit_reached_instructions: >
You reached your user limit (%{current}/%{max} active users). Please contact sales@openproject.com to upgrade your Enterprise edition plan and add additional users.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -313,6 +313,25 @@ vi:
zero: no sub-items
one: 1 sub-item
other: "%{count} sub-items"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
Để thêm các trường tùy chỉnh mới vào một dự án, trước tiên bạn cần tạo chúng trước khi có thể thêm vào dự án này.
is_enabled_globally: "Được bật toàn cầu"
@@ -550,7 +569,7 @@ vi:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -566,7 +585,6 @@ vi:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2131,7 +2149,10 @@ vi:
copy_options:
dependencies_label: "Copy from project"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "Sử dụng mẫu"
template_heading: "Templated projects"
copy_options:
dependencies_label: "Copy from template"
blank_template:
@@ -2139,10 +2160,14 @@ vi:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2675,6 +2700,7 @@ vi:
new_features:
header: "Đọc về các tính năng mới và cập nhật sản phẩm."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3096,7 +3122,6 @@ vi:
label_installation_guides: "Hướng dẫn cài đặt"
label_integer: "Số nguyên"
label_interface: "Interface"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "Nội bộ"
label_introduction_video: "Getting started video"
label_invite_user: "Mời người dùng"
@@ -3290,6 +3315,9 @@ vi:
label_project_hierarchy: "Phân cấp dự án"
label_project_mappings: "Các dự án"
label_project_new: "Dự án mới"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Các dự án"
label_project_list_plural: "Danh sách dự án"
label_project_life_cycle: "Project life cycle"
@@ -3303,7 +3331,6 @@ vi:
label_project_view_all: "Xem tất cả các dự án"
label_project_show_details: "Hiển thị chi tiết dự án"
label_project_hide_details: "Ẩn chi tiết Dự án"
label_project_initiation_request: "Project initiation request"
label_portfolio: "Portfolio"
label_portfolio_new: "New portfolio"
label_program: "Program"
@@ -4376,15 +4403,15 @@ vi:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4668,8 +4695,6 @@ vi:
Thêm người dùng bổ sung sẽ vượt quá giới hạn hiện tại. Vui lòng <a href="%{upgrade_url}">nâng cấp gói của bạn</a> để đảm bảo người dùng bên ngoài có thể truy cập vào phiên bản này.
warning_user_limit_reached_instructions: >
Bạn đã đạt đến giới hạn người dùng của mình (%{current}/%{max} người dùng hoạt động). Vui lòng liên hệ với sales@openproject.com để nâng cấp gói Enterprise của bạn và thêm người dùng bổ sung.
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+34 -9
View File
@@ -310,6 +310,25 @@ zh-CN:
zero: 无子项目
one: 1 个子项目
other: "%{count} 个子项目"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
要向项目添加新的自定义字段,您需要先创建字段,然后才能将其添加到此项目中。
is_enabled_globally: "已全局启用"
@@ -547,7 +566,7 @@ zh-CN:
creation_wizard:
export:
description_attachment_export: "The generated artifact will be saved as a PDF attachment to the artifact work package."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders. At the moment only Nextcloud file storages are supported."
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "Select which of the configured external file storages should be used."
external_file_storage: "External file storage"
label_artifact_export: "Artifact export"
@@ -563,7 +582,6 @@ zh-CN:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes have been saved successfully."
progress_label: "%{current} of %{total}"
@@ -2127,7 +2145,10 @@ zh-CN:
copy_options:
dependencies_label: "从项目复制"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "使用模板"
template_heading: "Templated projects"
copy_options:
dependencies_label: "从模板复制"
blank_template:
@@ -2135,10 +2156,14 @@ zh-CN:
description: Start from scratch. Manually add project attributes, members and modules.
blank_description: No description provided.
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "Blank portfolio"
description: Start from scratch. Manually add portfolio attributes, members and modules.
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "Blank program"
description: Start from scratch. Manually add program attributes, members and modules.
@@ -2671,6 +2696,7 @@ zh-CN:
new_features:
header: "了解新功能和产品更新。"
learn_about: "详细了解所有新功能"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3092,7 +3118,6 @@ zh-CN:
label_installation_guides: "安装指南"
label_integer: "整数"
label_interface: "界面"
label_interlinked_role_assignment: "Interlinked Role Assignment"
label_internal: "内部"
label_introduction_video: "入门指南视频"
label_invite_user: "邀请用户"
@@ -3286,6 +3311,9 @@ zh-CN:
label_project_hierarchy: "项目层次结构"
label_project_mappings: "项目"
label_project_new: "新的项目"
label_project_initiation_request: "Project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "项目"
label_project_list_plural: "项目列表"
label_project_life_cycle: "项目生命周期"
@@ -3299,7 +3327,6 @@ zh-CN:
label_project_view_all: "查看所有项目"
label_project_show_details: "显示项目详细信息"
label_project_hide_details: "隐藏项目详细信息"
label_project_initiation_request: "Project initiation request"
label_portfolio: "项目组合"
label_portfolio_new: "新项目组合"
label_program: "计划"
@@ -4367,15 +4394,15 @@ zh-CN:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -4659,8 +4686,6 @@ zh-CN:
添加额外的用户将超出当前限制。请<a href="%{upgrade_url}">升级您的计划</a>,以确保外部用户能够访问此实例。
warning_user_limit_reached_instructions: >
您达到了用户限制(%{current}/%{max}活跃用户)。 请联系sales@openproject.com以升级您的Enterprise edition计划并添加其他用户。
warning_interlinking_custom_field_with_role_html: >
<strong>Warning:</strong> You are about to link a custom field with a role. This will give users with the "Edit Project Attributes" permission to add members to the project and they will be assigned the linked role. This may lead to privilege escalation because users can assign themselves higher privileges than intended. Please make sure you understand the implications of this action.
warning_protocol_mismatch_html: >
warning_bar:
+45 -20
View File
@@ -312,6 +312,25 @@ zh-TW:
zero: 無子項目
one: 1 個子項目
other: "%{count} 子項目"
role_assignment:
title: Role Assignment
description: You can automatically grant a certain project role to any user assigned to this project attribute, regardless of that users original role in that project.
warning: Depending on the role selected below, the user assigned to this project attribute might gain significantly more permissions than they previously had, including the ability to add new members and elevate their role.
role_field_label: "Project Role"
role_field_caption: This project role will automatically be granted to any user assigned to this project attribute
review_hint: >
There are %{user_count} who are already assigned to this project attribute in various projects. They might get additional permissions and be added to projects they did not previously have access to.
review_button: Review users and permissions
dialog:
title: "Overview of users and permissions"
change: Change
changes:
new_member: Will be added as a member
remove_member: Will be removed as a member
gain_and_lose_role: Will lose role %{old_role} and gain role %{new_role}
gain_role: Will gain role %{new_role}
lose_role: Will lose role %{old_role}
no_change: No changes
text_add_new_custom_field: >
要加入客製欄位至一個專案,您必須先建立欄位才能將它們加入至此專案。
is_enabled_globally: "已全域啟用"
@@ -549,7 +568,7 @@ zh-TW:
creation_wizard:
export:
description_attachment_export: "產生的產物將會以 PDF 附件的形式,儲存到該產物的工作套件中。"
description_file_link_export: "該產物的工作套件將包含一個指向外部檔案儲存庫中 PDF 的檔案連結。此功能需要可正常運作且具備自動管理專案資料夾的檔案儲存服務。目前僅支援 Nextcloud 檔案儲。"
description_file_link_export: "The artifact work package will have a file link to a PDF stored in an external file storage. Requires a working file storage with automatically-managed project folders for this project. At the moment only Nextcloud file storages are supported."
description_file_storage_selection: "選擇應使用哪個已設定的外部檔案儲存空間。"
external_file_storage: "外部存儲空間"
label_artifact_export: "產物匯出"
@@ -565,7 +584,6 @@ zh-TW:
wizard:
sidebar_content_title: "內容"
sections: "區段"
title: "專案啟動請求"
no_help_text: "此屬性未定義任何說明文字。"
success: "專案屬性已成功儲存。"
progress_label: "%{current} of %{total}"
@@ -1176,12 +1194,12 @@ zh-TW:
off_track: "進度落後"
finished: "已完成"
discontinued: "已中止"
project_creation_wizard_assignee_custom_field: "Assignee when submitted"
project_creation_wizard_notification_text: "Notification text"
project_creation_wizard_send_confirmation_email: "Confirmation email"
project_creation_wizard_status_when_submitted: "Status when submitted"
project_creation_wizard_work_package_comment: "Work package comment"
project_creation_wizard_work_package_type: "Work package type"
project_creation_wizard_assignee_custom_field: "提交時的執行者"
project_creation_wizard_notification_text: "通知文字"
project_creation_wizard_send_confirmation_email: "確認電子郵件"
project_creation_wizard_status_when_submitted: "提交時的狀態"
project_creation_wizard_work_package_comment: "工作套件留言"
project_creation_wizard_work_package_type: "工作套件類型"
template: "範本"
templated: "範本專案"
templated_value:
@@ -1826,9 +1844,9 @@ zh-TW:
other: "以下的欄位有問題:"
field_erroneous_label: "此欄位不正確: %{full_errors}\n請輸入一個有效的值!"
messages:
unsupported_storage_type: "is not a supported storage type."
storage_error: "There was an error with the storage connection."
invalid_input: "The input is invalid."
unsupported_storage_type: "不是支援的儲存類型。"
storage_error: "儲存連線出錯。"
invalid_input: "輸入無效。"
activity:
item:
created_by_on: "由 %{user} 於 %{datetime} 新增"
@@ -2127,7 +2145,10 @@ zh-TW:
copy_options:
dependencies_label: "從專案複製"
create_project:
attributes_heading: "Required attributes"
details_heading: "Project details"
template_label: "使用範本"
template_heading: "Templated projects"
copy_options:
dependencies_label: "從範本複製"
blank_template:
@@ -2135,10 +2156,14 @@ zh-TW:
description: 從零開始。手動新增專案屬性、成員和模組。
blank_description: 未提供說明。
create_portfolio:
details_heading: "Portfolio details"
template_heading: "Templated portfolios"
blank_template:
label: "空白組合"
description: 從零開始。手動新增組合屬性、成員和模組。
create_program:
details_heading: "Program details"
template_heading: "Templated programs"
blank_template:
label: "空白方案"
description: 從零開始手動新增方案屬性、成員和模組。
@@ -2671,6 +2696,7 @@ zh-TW:
new_features:
header: "閱讀關於新功能和產品更新的資訊。"
learn_about: "進一步瞭解所有新功能"
missing: "There are no highlighted features yet."
#We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3092,7 +3118,6 @@ zh-TW:
label_installation_guides: "安裝說明"
label_integer: "整數"
label_interface: "介面"
label_interlinked_role_assignment: "相互關聯的角色分配"
label_internal: "內部"
label_introduction_video: "入門影片"
label_invite_user: "邀請使用者"
@@ -3133,8 +3158,8 @@ zh-TW:
label_lock_user: "鎖定使用者"
label_logged_as: "登入為"
label_login: "登入"
label_custom_logo: "Custom logo desktop"
label_custom_logo_mobile: "Custom logo mobile"
label_custom_logo: "客製化桌面標誌"
label_custom_logo_mobile: "自訂手機標誌"
label_custom_export_logo: "客製匯出的Logo"
label_custom_export_cover: "自訂匯出封面背景圖"
label_custom_export_footer: "自訂匯出頁尾圖片"
@@ -3286,6 +3311,9 @@ zh-TW:
label_project_hierarchy: "專案結構"
label_project_mappings: "專案"
label_project_new: "新增專案"
label_project_initiation_request: "專案啟動請求"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "專案"
label_project_list_plural: "專案列表"
label_project_life_cycle: "專案生命週期"
@@ -3299,7 +3327,6 @@ zh-TW:
label_project_view_all: "檢視所有專案"
label_project_show_details: "顯示專案詳細資訊"
label_project_hide_details: "隱藏專案詳細資訊"
label_project_initiation_request: "專案啟動請求"
label_portfolio: "個人檔案"
label_portfolio_new: "新投資組合"
label_program: "方案"
@@ -4370,15 +4397,15 @@ zh-TW:
confirmation_message: "啟動請求精靈將不再適用於基於此模板的新專案。專案經理和專案所有人將需要在專案概述中手動設定和填寫相關資訊。"
checkbox_message: "我了解此行動是不可逆轉的"
name:
artefact_name: "產物名稱"
artefact_name_caption: "請選擇您的專案管理架構所建議的此產物名稱。"
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "專案啟動請求"
project_creation_wizard: "專案建立精靈"
project_mandate: "項目任務"
submission:
work_package_type: "工作套件類型"
work_package_type_caption: "應該用來儲存已完成工件的工作套件類型。"
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "提交時的狀態"
status_when_submitted_caption: "提交請求後,產生的工作套件將轉換到的狀態。"
send_confirmation_email: "向提交專案啟動請求的使用者傳送確認電子郵件"
@@ -4663,8 +4690,6 @@ zh-TW:
添加額外的用戶將超出當前限制。請<a href="%{upgrade_url}">升級您的計劃</a>,以確保外部用戶能夠訪問此實例。
warning_user_limit_reached_instructions: >
您已達到用戶限制(%{current}/%{max} 活躍用戶)。請聯繫 sales@openproject.com 升級您的企業版計劃以添加額外用戶。
warning_interlinking_custom_field_with_role_html: >
<strong>警告:</strong>您即將將自訂欄位與角色建立連結。這將允許擁有「編輯專案屬性」權限的使用者新增專案成員,且新增的成員將被指派為所連結的角色。此操作可能導致權限提升,因為使用者可能會為自己指派高於預期的權限。請確保您了解此操作的影響。
warning_protocol_mismatch_html: >
warning_bar:
+8 -7
View File
@@ -630,7 +630,6 @@ en:
wizard:
sidebar_content_title: "Content"
sections: "Sections"
title: "Project initiation request"
no_help_text: "This attribute has no help text defined."
success: "Project attributes saved and artifact work package created successfully."
progress_label: "%{current} of %{total}"
@@ -2804,8 +2803,6 @@ en:
units:
hours: h
days: d
project_initiation:
title: "Project initiation request"
pdf_generator:
page_nr_footer: "Page %{page} of %{total}"
template_attributes:
@@ -2885,6 +2882,7 @@ en:
new_features:
header: "Read about new features and product updates."
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
# We need to include the version to invalidate outdated translations in other locales
"16_6":
new_features_title: >
@@ -3503,12 +3501,15 @@ en:
label_project_attribute_manage_link: "Manage project attributes"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Send email notifications during the project copy"
label_project_initiation_pdf: "Export PDF for project initiation request"
label_project_initiation_export_pdf: "Export PDF for %{project_creation_name}"
label_project_latest: "Latest projects"
label_project_default_type: "Allow empty type"
label_project_hierarchy: "Project hierarchy"
label_project_mappings: "Projects"
label_project_new: "New project"
label_project_initiation_request: "New project initiation request"
label_project_creation_wizard: "New project creation wizard"
label_project_mandate: "New project mandate"
label_project_plural: "Projects"
label_project_list_plural: "Project lists"
label_project_life_cycle: "Project life cycle"
@@ -4690,15 +4691,15 @@ en:
confirmation_message: "The initiation request wizard will no longer be available to new projects based on this template. Project managers and project owners will need to manually configure and fill out the relevant information in the Project overview."
checkbox_message: "I understand that this action is not reversible"
name:
artefact_name: "Artefact name"
artefact_name_caption: "Choose the name for this artefact that your project management framework recommends."
artifact_name: "Artifact name"
artifact_name_caption: "Choose the name for this artifact that your project management framework recommends."
options:
project_initiation_request: "Project initiation request"
project_creation_wizard: "Project creation wizard"
project_mandate: "Project mandate"
submission:
work_package_type: "Work package type"
work_package_type_caption: "The work package type that should be used to store the completed artefact."
work_package_type_caption: "The work package type that should be used to store the completed artifact."
status_when_submitted: "Status when submitted"
status_when_submitted_caption: "The status the generated work package will transition to once the request is submitted."
send_confirmation_email: "Send confirmation email to the user who submitted the project initiation request"
@@ -17,6 +17,16 @@ get:
required: false
schema:
type: string
- description: >-
The workspace type of the new project the parent candidate is determined for.
Ignored when `of` parameter is provided.
example: program
in: query
name: workspace_type
required: false
schema:
type: string
enum: [project, program, portfolio]
- description: |-
JSON specifying sort criteria.
Accepts the same format as returned by the [queries](https://www.openproject.org/docs/api/endpoints/queries/) endpoint and allows all the filters and sortBy supported by the project list endpoint.
@@ -137,7 +147,7 @@ get:
To specify the project for which a parent is queried for, the `of` parameter can be provided. If no `of`
parameter is provided, a new project is assumed. Then, the check for the hierarchy is omitted as a new project cannot be
part of a hierarchy yet.
part of a hierarchy yet, instead `workspace_type` parameter can be passed defining it for new project.
Candidates can be filtered. Most commonly one will want to filter by name or identifier.
You can do this through the `filters` parameter which works just like the work package index.
@@ -3,7 +3,7 @@ sidebar_navigation:
title: OneDrive integration setup
priority: 601
description: Set up One Drive as a file storage in your OpenProject instance
keywords: OneDrive, SharePoint, file storage, integration
keywords: OneDrive, file storage, integration
---
# OneDrive (Enterprise add-on) integration setup
@@ -36,8 +36,7 @@ OneDrive for Business plan as well. There might be some differences in the setup
documentation.
> [!NOTE]
> This guide only covers the integration setup. Please go to
> our [OneDrive integration user guide](../../../user-guide/file-management/nextcloud-integration/) to learn
> This guide only covers the integration setup. Please go to our [OneDrive integration user guide](../../../user-guide/file-management/nextcloud-integration/) to learn
> more about how to work with the OneDrive integration.
## Minimum requirements
@@ -94,10 +94,7 @@ specific toolset.
### Example 1: Microsoft GRAPH explorer
Microsoft provides a web application, which can browse the GRAPH API. This tool can be
found [here](https://developer.microsoft.com/en-us/graph/graph-explorer). This method only works, if the drive is not
configured as described in the section
about [configuring a drive for automatic management](./#configure-drive-for-automatic-management), so the better
Microsoft provides a web application, which can browse the GRAPH API. This tool can be found [here](https://developer.microsoft.com/en-us/graph/graph-explorer). This method only works, if the drive is not configured as described in the section about [configuring a drive for automatic management](./#configure-drive-for-automatic-management), so the better
alternative is [example 2](./#example-2-terminal).
#### Preconditions
@@ -0,0 +1,147 @@
---
sidebar_navigation:
title: SharePoint integration setup
priority: 601
description: Set up SharePoint as a file storage in your OpenProject instance
keywords: SharePoint, file storage, integration
---
# SharePoint (Enterprise add-on) integration setup
| Topic | Description |
| ------------------------------------------------------------ | :----------------------------------------------------------- |
| [Minimum requirements](#minimum-requirements) | Minimum version requirements to enable the integration |
| [Set up the integration](#set-up-the-integration) | Connect OpenProject and SharePoint instances as an administrator |
| [Sharepoint site setup guide](./site-guide) | How to set the necessary permission on your SharePoint site |
| [Using the integration](#using-the-integration) | How to use the SharePoint integration |
| [Edit a SharePoint file storage](#edit-a-sharepoint-file-storage) | Edit a SharePoint file storage |
| [Delete an SharePoint file storage](#delete-a-sharepoint-file-storage) | Delete a SharePoint file storage |
> [!NOTE]
> SharePoint integration is an Enterprise add-on and can only be used with [Enterprise cloud](../../../enterprise-guide/enterprise-cloud-guide/) or [Enterprise on-premises](../../../enterprise-guide/enterprise-on-premises-guide/). An upgrade from the free Community edition is easy and helps support OpenProject.
OpenProject offers an integration with SharePoint to allow users to:
- Link files and folders stored in SharePoint with OpenProject work packages
- View, open and download files and folders linked to a work package via the Files tab
The goal here is to provide access to all the *Document Libraries* in a SharePoint site, as a file storage system for OpenProject.
> [!NOTE]
> This guide only covers the integration setup. Please go to our [SharePoint integration user guide](../../../user-guide/file-management/one-drive-integration/) to learn more about how to work with the SharePoint integration.
## Minimum requirements
Please note these minimum version requirements for the integration to work with a minimal feature set:
- OpenProject version 17.0 (or above)
- Access to a SharePoint site
We recommend using the latest version of OpenProject to be able to use the latest features.
## Set up the integration
> [!IMPORTANT]
> You need administrator privileges in the Azure portal for your Microsoft Entra ID and in your OpenProject instance to set up this integration.
>
> Please make sure that you configure your Azure application to have the following **API permissions**:
>
> - Files.ReadWrite.All - Type: Delegated
> - Sites.Selected - Type: Application
> - offline_access - Type: Delegated
> - User.Read - Type: Delegated
Navigate to **System administration -> File storages**. You will see the list of all storages that have already been set up. If no files storages have been set up yet, a banner will tell you that there are no storages yet set up.
Click the green **+Storage** button and select the SharePoint option.
![Add a new SharePoint storage to OpenProject](openproject_system_guide_new_sharepoint_storage.png)
A screen will open, in which you will first need to add the **Name**, **Directory (tenant) ID** and the **Host** details for your new SharePoint storage. Please consult your Azure administrator and the [Site guide](./site-guide) to obtain respective information. Be aware, that the last step includes copying generated information to the Azure portal. Enter your data and click the green *Save and continue* button.
![Setting up a new SharePoint storage](openproject_system_guide_new_sharepoint_storage_details_new.png)
Continue by filling out the information for the *Azure OAuth* and once again click the green *Save and continue* button.
![OAuth applications details in SharePoint file storages setup in OpenProject](openproject_system_guide_new_sharepoint_storage_OAuth.png)
Finally, copy the *Redirect URl* and click the green *Finish setup* button.
![Redirect URI details in SharePoint file storage setup in OpenProject](openproject_system_guide_new_sharepoint_storage_redirect_URL.png)
You will see the following message confirming the successful setup on top of the page.
![System message on successful SharePoint file storages setup in OpenProject](openproject_system_guide_new_sharepoint_message_successful_setup.png)
> [!IMPORTANT]
> In SharePoint you can add (custom) columns in addition to the ones shown by default (*Modified* and *Modified by*). Please keep in mind if these custom columns are added, OpenProject integration can no longer copy the automatically managed project folders. The columns will have to be de-activated, or ideally not be created in the first place.
## Enable SharePoint file storage in projects
Now that the integration is set up, the next step is to make the SharePoint file storage you just created available to individual projects. This can be either done by you directly in the system administration under **Projects** tab of a specific file storage, or on a project level under **Project settings**.
To add a SharePoint to a specific project on a project level, navigate to any existing project in your OpenProject instance and click on **Project settings** -> **Files** and follow the instructions in the [Project settings user guide](../../../user-guide/projects/project-settings/files/).
To add a SharePoint storage to one or multiple projects on an instance level, click on a file storage under *Administration -> Files -> External file storages* and select **Projects** tab. You will see the list of all projects, for which the file storage was already activated. Click the **+Add projects** button.
![Add SharePoint file storage to projects in OpenProject administration](openproject_system_guide_file_storages_add_projects_button_sharepoint.png)
You can you use the search bar to select either one or multiple projects and have an option of including sub-projects. Select the type of project folders for file uploads and click **Add**.
![Select projects to activate SharePoint storage in OpenProject administration](openproject_system_guide_sharepoint_add_multiple_projects.png)
You can always remove file storages from projects by selecting the respective option.
![Remove SharePoint file storage from a project in OpenProject administration](openproject_system_guide_sharepoint_storage_remove_projects.png)
## Using the integration
Once the [file storage is added and enabled for projects](../../../user-guide/projects/project-settings/files/), your users are able to take full advantage of the integration between SharePoint and OpenProject. For more information on how to link SharePoint files to work packages in OpenProject, please refer to the [SharePoint integration user guide](../../../user-guide/file-management/one-drive-integration).
## Edit a SharePoint file storage
To edit an existing SharePoint file storage hover over the name of the storage you want to edit and click it.
![Select SharePoint file storage in OpenProject system administration](openproject_system_guide_select_sharepoint_storage.png)
To update the general storage information, select the **Details** tab, click the **Edit** icon next to the storage provider. To replace the Azure authentication information, click on the **Sync** icon next to the OAuth application. With changing the authentication information the redirect URI will get generated again and thus needs to be copied again. The redirect URI can be copied by clicking the **Copy-to-Clipboard** icon next to the information text, or by entering the form by clicking the **View** icon.
> [!TIP]
> If you have selected automatically managed access and folders you will also see the *Health status* message on the
> right side. If the file storage set-up is incomplete or faulty, an error message will be displayed in that section. Read
> more about errors and troubleshooting [here](../../files/external-file-storages/health-status/).
![Edit SharePoint in OpenProject](openproject_system_guide_edit_icon_sharepoint_storage.png)
Here you will be able to edit all the information you have specified when creating the SharePoint connection initially.
## Delete a SharePoint file storage
You can delete a SharePoint file storage either at a project level or at an instance level.
Deleting a file storage at a project level simply makes it unavailable to that particular project, without affecting the integration for other projects. Project admins can do so by navigating to *Project settings -> Files* and clicking the **Delete** icon next to the file storage you would like to remove.
![Delete a SharePoint storage from an OpenProject project](openproject_system_guide_delete_sharepoint_storage_in_a_project.png)
Deleting a file storage at an instance level deletes the SharePoint integration completely, making it inaccessible to all projects in that instance. Should an instance administrator nevertheless want to do so, they can navigate to *Administration -> File storages*, hover over the name of the file storage they want to remove and click it to enter the next page. Then they need to click the **Delete** button in the top right corner.
![Delete icon for SharePoint integration in OpenProject system settings](openproject_system_guide_delete_icon_sharepoint_storage.png)
You will be asked to confirm the exact file storage name.
![Delete a SharePoint integration from OpenProject system settings](openproject_system_guide_delete_sharepoint_storage.png)
> [!IMPORTANT]
> Deleting a file storage as an instance administrator will also delete all settings and links between work packages and SharePoint files/folders. This means that should you want to reconnect your SharePoint instance with OpenProject, you will need to complete the entire setup process once again.
## Getting support
If you run into any issues, or you cannot set up your integration yourself, please use our [Support Installation & Updates forum](https://community.openproject.org/projects/openproject/forums/9) or if you have an Enterprise subscription, please contact us at Enterprise Support.
Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

@@ -0,0 +1,49 @@
---
sidebar_navigation:
title: SharePoint Site setup guide
priority: 600
description: Site permission guide for SharePoint integration setup in OpenProject
keywords: SharePoint file storage integration, SharePoint, Sites.Selected, Sites Permission
---
# SharePoint Site setup guide
## Configure the Integration permissions on the SharePoint Site
You will need to grant the `manage` permission to the Azure Application so that the integration can work.
> [!IMPORTANT]
> Some of the following descriptions are very tightly connected to the current (2025-10-29) state of SharePoint configuration. This may easily change in future, as we do not control nor foresee changes to the configuration UI developed by Microsoft.
### Authentication and permission
To communicate with the GRAPH API you need to authenticate against it. This is done through an Azure application defined in the [Azure portal](https://portal.azure.com/) for your Microsoft Entra ID.
### API Endpoints
Once you have an access token, as a Site Admin, you will be able to check the site permissions using the following endpoints:
> [!IMPORTANT]
> The current documentation for setting permissions on a SharePoint site can also be found at the [Microsoft Graph API documentation](https://learn.microsoft.com/en-us/graph/api/site-post-permissions?view=graph-rest-1.0&tabs=http)
```shell
GET https://graph.microsoft.com/v1.0/sites/<SHAREPOINT HOSTNAME>:/sites/<SITE NAME>:/permissions
```
Then you will need to grant access to the Azure Application by sending the following JSON:
```json
{
"roles" : ["manage"],
"grantedToIdentities" : [{
"application": "<AZURE APPLICATION ID>",
"displayName": "<AZURE APPLICATION NAME>"
}]
}
```
To the same URL above but as a POST request
```shell
POST https://graph.microsoft.com/v1.0/sites/<SHAREPOINT HOSTNAME>:/sites/<SITE NAME>:/permissions
```
@@ -1,38 +1,38 @@
---
sidebar_navigation:
title: OneDrive/SharePoint integration
title: OneDrive integration
priority: 800
description: Using the OneDrive/SharePoint integration to link/unlink files and folders to work packages, viewing and downloading files
description: Using the OneDrive integration to link/unlink files and folders to work packages, viewing and downloading files
keywords: integration, apps, OneDrive, SharePoint, user
---
# OneDrive/SharePoint integration (Enterprise add-on)
# OneDrive integration (Enterprise add-on)
You can use **OneDrive/SharePoint** as an integrated file storage in OpenProject.
You can use **OneDrive** as an integrated file storage in OpenProject.
> [!NOTE]
> OneDrive/SharePoint integration is an Enterprise add-on and can only be used with [Enterprise cloud](../../../enterprise-guide/enterprise-cloud-guide/) or [Enterprise on-premises](../../../enterprise-guide/enterprise-on-premises-guide/). An upgrade from the free Community edition is easy and helps support OpenProject.
> OneDrive integration is an Enterprise add-on and can only be used with [Enterprise cloud](../../../enterprise-guide/enterprise-cloud-guide/) or [Enterprise on-premises](../../../enterprise-guide/enterprise-on-premises-guide/). An upgrade from the free Community edition is easy and helps support OpenProject.
This integration makes it possible for you to:
- Link files and folders stored in OneDrive/SharePoint with work packages in OpenProject
- Link files and folders stored in OneDrive with work packages in OpenProject
- View, open and download files and folders linked to a work package via the **Files** tab
> [!IMPORTANT]
> To be able to use OneDrive/SharePoint as a file storage in your project, the administrator of your instance should first have completed the [OneDrive/SharePoint integration setup](../../../system-admin-guide/integrations/one-drive). Then a project administrator can activate the integrated storage in the [File storages](../../projects/project-settings/files/) for a project.
> To be able to use OneDrive as a file storage in your project, the administrator of your instance should first have completed the [OneDrive integration setup](../../../system-admin-guide/integrations/one-drive). Then a project administrator can activate the integrated storage in the [File storages](../../projects/project-settings/files/) for a project.
| Topic | Description |
| ------------------------------------------------------------ | :----------------------------------------------------------- |
| [Connect OpenProject to OneDrive/SharePoint](#connect-your-openproject-and-onedrivesharepoint-accounts) | How to connect your OpenProject project and OneDrive/SharePoint |
| [Connect OpenProject to OneDrive](#connect-your-openproject-and-onedrive-accounts) | How to connect your OpenProject project and OneDrive |
| [Link files and folders to work packages](#link-files-and-folders-to-work-packages) | How to link your files and folders to work packages in OpenProject |
| [Upload files from OpenProject](#upload-files-from-openproject) | How to upload files to OneDrive/SharePoint from OpenProject |
| [Upload files from OpenProject](#upload-files-from-openproject) | How to upload files to OneDrive from OpenProject |
| [Download, open folders and remove links](#download-open-folders-and-remove-links) | How to download and open files and folders and remove links |
| [Permissions and access control](#permissions-and-access-control) | Permissions and access control in OneDrive/SharePoint file storage |
| [Possible errors and troubleshooting](#possible-errors-and-troubleshooting) | Common errors in OneDrive/SharePoint integration and how to troubleshoot them |
| [Permissions and access control](#permissions-and-access-control) | Permissions and access control in OneDrive file storage |
| [Possible errors and troubleshooting](#possible-errors-and-troubleshooting) | Common errors in OneDrive integration and how to troubleshoot them |
## Connect your OpenProject and OneDrive/SharePoint accounts
## Connect your OpenProject and OneDrive accounts
To begin using this integration, you will need to first connect your OpenProject and Microsoft accounts. To do this, open any work package in a project where a OneDrive/SharePoint file storage has been added and enabled by an administrator and follow these steps:
To begin using this integration, you will need to first connect your OpenProject and Microsoft accounts. To do this, open any work package in a project where a OneDrive file storage has been added and enabled by an administrator and follow these steps:
1. Select any work package. Go to the **Files tab** and, within the correct file storage section, click on **Storage login** button.
@@ -45,17 +45,17 @@ To begin using this integration, you will need to first connect your OpenProject
## Link files and folders to work packages
In addition to listing files directly attached to a work package, the **Files** tab shows the OneDrive/SharePoint files that are linked to the current work package. Hovering on any linked file with your mouse will give you options to open or download the file, show the containing folder in SharePoint or remove the link.
In addition to listing files directly attached to a work package, the **Files** tab shows the OneDrive files that are linked to the current work package. Hovering on any linked file with your mouse will give you options to open or download the file, show the containing folder in SharePoint or remove the link.
To link a SharePoint file to the current work package, you can either:
- select a local file, which will be uploaded to OneDrive/SharePoint storage and linked to this work package
- select an existing file in OneDrive/SharePoint to link to
- select a local file, which will be uploaded to OneDrive storage and linked to this work package
- select an existing file in OneDrive to link to
![Link existing files to OneDrive/SharePoint from an OpenProject work package](openproject_onedrive_link_existing_files_link.png)
![Link existing files to OneDrive from an OpenProject work package](openproject_onedrive_link_existing_files_link.png)
> [!NOTE]
> The default location that opens in the file picker is the file root of the configured OneDrive/SharePoint drive.
> The default location that opens in the file picker is the file root of the configured OneDrive drive.
![Select a SharePoint file or folder to link to an OpenProject work package](openproject_onedrive_link_files.png)
@@ -65,16 +65,16 @@ If the file you want to link has not yet been uploaded to SharePoint, you can do
![Upload file link in an OpenProject work package](openproject_onedrive_upload_file_link.png)
You will then be prompted to select a file (or multiple files) on your computer that you want to upload to OneDrive/SharePoint.
You will then be prompted to select a file (or multiple files) on your computer that you want to upload to OneDrive.
![Choosing a file to upload to SharePoint in an OpenProject work package](openproject_onedrive_select_file.png)
Alternatively, you can also simply drag a file or folder from your computer to the drag zone that will appear under the name of your OneDrive/SharePoint file storage.
Alternatively, you can also simply drag a file or folder from your computer to the drag zone that will appear under the name of your OneDrive file storage.
Once you have selected or dropped the files you would like to upload, you will need to select the location on OneDrive/SharePoint to which they should be stored.
Once you have selected or dropped the files you would like to upload, you will need to select the location on OneDrive to which they should be stored.
> [!NOTE]
> The default location that opens in the file picker is the file root of the configured OneDrive/SharePoint drive.
> The default location that opens in the file picker is the file root of the configured OneDrive drive.
![Selection a Sharepoint location to upload a file from OpenProject](openproject_onedrive_select_location.png)
@@ -89,13 +89,13 @@ You can also directly create a new folder within your Sharepoint folder structur
To save the files you uploaded to the currently open folder, click on the **Choose location** button.
The selected file is uploaded to your OneDrive/SharePoint instance and linked to the current work package. It appears under the name of the file storage.
The selected file is uploaded to your OneDrive instance and linked to the current work package. It appears under the name of the file storage.
![File successfully uploaded to Sharepoint storage](openproject_onedrive_file_uploaded.png)
If a file has been deleted on the OneDrive/SharePoint file storage it will still be displayed under the **Files** tab. However it will not be selectable. If you hover over a deleted file you will see the message indicating that the file could not be found.
If a file has been deleted on the OneDrive file storage it will still be displayed under the **Files** tab. However it will not be selectable. If you hover over a deleted file you will see the message indicating that the file could not be found.
![A file has been deleted from the OneDrive/SharePoint file storage](oneproject_onedrive_deleted_file.png)
![A file has been deleted from the OneDrive file storage](oneproject_onedrive_deleted_file.png)
## Download, open folders and remove links
@@ -105,17 +105,17 @@ If you wish to unlink any linked file or folder, hover it in the list of linked
Respectively in order to download a file, click on the **Download icon** in the context menu of the file link in the list of the linked files.
If you click the **Folder icon**, the OneDrive/SharePoint folder containing this file will open in a separate tab.
If you click the **Folder icon**, the OneDrive folder containing this file will open in a separate tab.
## Permissions and access control
When a file or folder from OneDrive/SharePoint is linked to a work package, an OpenProject user who has access to that work package will be able to:
When a file or folder from OneDrive is linked to a work package, an OpenProject user who has access to that work package will be able to:
- See the name of the linked file or folder
- See when it was last modified (or created, if it has not yet been modified)
- See who last modified it (or who created it, if it has not yet been modified)
However, all available actions depend on permissions the OpenProject user (or more precisely, the OneDrive/SharePoint account tied to that user) has in OneDrive/SharePoint. In other words, a user who does not have the permission to access the file in OneDrive/SharePoint will also *not* be able to open, download, or modify the file in OpenProject.
However, all available actions depend on permissions the OpenProject user (or more precisely, the OneDrive account tied to that user) has in OneDrive. In other words, a user who does not have the permission to access the file in OneDrive will also *not* be able to open, download, or modify the file in OpenProject.
Please note, that with automatically managed project folders these permissions are set by OpenProject based on user permissions in OpenProject.
@@ -123,6 +123,6 @@ Please note, that with automatically managed project folders these permissions a
### No permission to see this file
If you are unable to see the details of a file or are unable to open some of the files linked to a work package, it could be related to your OneDrive/SharePoint account not having the necessary permissions. In such a case, you will be able to see the name of file, time of last modification and the name of the modifier but you will not be able to perform any further actions. To open or access these files, please contact your OneDrive/SharePoint administrator or the creator of the file so that they can grant you the necessary permissions.
If you are unable to see the details of a file or are unable to open some of the files linked to a work package, it could be related to your OneDrive account not having the necessary permissions. In such a case, you will be able to see the name of file, time of last modification and the name of the modifier but you will not be able to perform any further actions. To open or access these files, please contact your OneDrive administrator or the creator of the file so that they can grant you the necessary permissions.
![Error message based on missing permissions to see a file in OpenProject](openproject_onedrive_no_permission_to_view.png)
+77 -146
View File
@@ -108,7 +108,7 @@
"ng2-dragula": "^6.0.0",
"ngx-cookie-service": "^20.1.1",
"observable-array": "0.0.4",
"op-blocknote-extensions": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.10/op-blocknote-extensions-0.0.10.tgz",
"op-blocknote-extensions": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.11/op-blocknote-extensions-0.0.11.tgz",
"pako": "^2.0.3",
"qr-creator": "^1.0.0",
"react": "^19.2.0",
@@ -137,8 +137,8 @@
"@angular-eslint/template-parser": "20.7.0",
"@angular/language-service": "20.3.13",
"@eslint/js": "^9.39.1",
"@html-eslint/eslint-plugin": "^0.48.0",
"@html-eslint/parser": "^0.48.0",
"@html-eslint/eslint-plugin": "^0.49.0",
"@html-eslint/parser": "^0.49.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@stylistic/eslint-plugin": "^5.5.0",
"@types/codemirror": "5.60.5",
@@ -149,7 +149,7 @@
"@types/jasmine": "~5.1.12",
"@types/jquery": "^3.5.33",
"@types/jqueryui": "^1.12.24",
"@types/lodash": "^4.17.1",
"@types/lodash": "^4.17.21",
"@types/mousetrap": "^1.6.3",
"@types/pako": "^2.0.4",
"@types/rails__request.js": "^0.0.1",
@@ -3809,7 +3809,7 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
"node_modules/@eslint/core": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
@@ -3821,19 +3821,6 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/core": {
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz",
"integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@types/json-schema": "^7.0.15"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/eslintrc": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
@@ -3917,13 +3904,12 @@
}
},
"node_modules/@eslint/plugin-kit": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz",
"integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/core": "^0.15.2",
"@eslint/core": "^0.17.0",
"levn": "^0.4.1"
},
"engines": {
@@ -4265,16 +4251,16 @@
}
},
"node_modules/@html-eslint/eslint-plugin": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.48.0.tgz",
"integrity": "sha512-gZvPZu8RwHGCkLD3FItf3vpZsvcCZSxTNwshsWvraixSqOir/y2319v18tNOfRsCs3JCExhLXziUhkvoF0llhA==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.49.0.tgz",
"integrity": "sha512-+a1XZnp/gWer4CLd6hgR/dC9R3ew4ozSag4J4KSlHB4haYiCtOcT1vnIFDnqs9bWsJhROtjFHkGwRYsyPH76XA==",
"dev": true,
"dependencies": {
"@eslint/plugin-kit": "^0.3.1",
"@html-eslint/parser": "^0.48.0",
"@html-eslint/template-parser": "^0.48.0",
"@html-eslint/template-syntax-parser": "^0.48.0",
"@html-eslint/types": "^0.48.0"
"@eslint/plugin-kit": "^0.4.1",
"@html-eslint/parser": "^0.49.0",
"@html-eslint/template-parser": "^0.49.0",
"@html-eslint/template-syntax-parser": "^0.49.0",
"@html-eslint/types": "^0.49.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4284,44 +4270,44 @@
}
},
"node_modules/@html-eslint/parser": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.48.0.tgz",
"integrity": "sha512-IO8J3R1+0+QuYUNh0IT1C4KZIA0W8IbXS5/tvs0e+GvYjnTRJ0eNNJN5CwqRlLYLmsF0rDtrxBteBZXULfk7Zg==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.49.0.tgz",
"integrity": "sha512-moB2CWd8kSiOqp+ibT4awHx7pw1irkON5GwiXP0JlHRHAGIll18lBuHKtY9K/vkok97Pq1zjoyl5T7Z+fFtufQ==",
"dev": true,
"dependencies": {
"@html-eslint/template-syntax-parser": "^0.48.0",
"@html-eslint/types": "^0.48.0",
"@html-eslint/template-syntax-parser": "^0.49.0",
"@html-eslint/types": "^0.49.0",
"es-html-parser": "0.3.1"
}
},
"node_modules/@html-eslint/template-parser": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.48.0.tgz",
"integrity": "sha512-E5L8K7nVwYtNTZtuSF0uVEstYWzd056PsUQQgDPa00VhGVPkd4gOYQbRboTfeO/bSphvgf7FcTLl97wHlLZARQ==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.49.0.tgz",
"integrity": "sha512-ciW0BFcW1iTqpT+aQOfjCelwcjLpqQMx/iLGevDQv8QHBdT43J89aAGPbv140KnYgUhQPnu9hFUV3goXWSu+gA==",
"dev": true,
"dependencies": {
"@html-eslint/types": "^0.48.0",
"@html-eslint/types": "^0.49.0",
"es-html-parser": "0.3.1"
}
},
"node_modules/@html-eslint/template-syntax-parser": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.48.0.tgz",
"integrity": "sha512-hkyw2pguiXVvg4MuuRnwqFtgmwWUuOwkgnWaSMP37OJLzjsH5Qhhv3fBD1hc1sYgIuF8j+S8vDMV6FFX7WDVGg==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.49.0.tgz",
"integrity": "sha512-TSW1gWU+cfYX47OVXtNoY+r7ALoY+87q3jkPrfGuccy5ODNfUR62jaH2lCfdMwGW+C6jhEzc83Uiije89UI72Q==",
"dev": true,
"dependencies": {
"@html-eslint/types": "^0.48.0"
"@html-eslint/types": "^0.49.0"
}
},
"node_modules/@html-eslint/types": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.48.0.tgz",
"integrity": "sha512-jfUt1qGwGEsWuwYlg3TG0ZE6vm9rxRUuA+ke0p5lVaEEAe4UO57g9/lpo0+GB/57Qiai4Se3qZ02Pa/P4JrWuA==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.49.0.tgz",
"integrity": "sha512-7d+jT37S47xZYXm7P6c5gTxGoYP8KqavpT1dh3VUWmoQBAButHrO4o56TZWZHJUP3GBkafOt7dE0wTQFflukiw==",
"dev": true,
"dependencies": {
"@types/estree": "^1.0.6",
"es-html-parser": "0.3.1",
"eslint": "^9.19.0"
"eslint": "^9.39.1"
}
},
"node_modules/@humanfs/core": {
@@ -7954,9 +7940,9 @@
"license": "MIT"
},
"node_modules/@types/lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==",
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==",
"dev": true
},
"node_modules/@types/markdown-it": {
@@ -12335,31 +12321,6 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/@eslint/core": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
"dev": true,
"dependencies": {
"@types/json-schema": "^7.0.15"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/eslint/node_modules/@eslint/plugin-kit": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
"dev": true,
"dependencies": {
"@eslint/core": "^0.17.0",
"levn": "^0.4.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/eslint/node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
@@ -18207,9 +18168,9 @@
}
},
"node_modules/op-blocknote-extensions": {
"version": "0.0.10",
"resolved": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.10/op-blocknote-extensions-0.0.10.tgz",
"integrity": "sha512-c0DINNJ7mEj5cS9dgQzmLssiZMrFvXRY4Hd3qBc/Uapne3+2LcWBqZJ41xz33MxGL+iWSrMQl/E60Huba2UGQg==",
"version": "0.0.11",
"resolved": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.11/op-blocknote-extensions-0.0.11.tgz",
"integrity": "sha512-sTj9yjbIdw5kzzdUI6Dm/8RfcS6+6yme1GVj+Sy8yXiAwa4ZKrcOfJf+nnr+HBHEeDpv8JOf/ACHKqWoMihakg==",
"dependencies": {
"@blocknote/core": "^0.41.1",
"@blocknote/mantine": "^0.41.1",
@@ -26031,23 +25992,12 @@
"dev": true,
"requires": {
"@eslint/core": "^0.17.0"
},
"dependencies": {
"@eslint/core": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
"dev": true,
"requires": {
"@types/json-schema": "^7.0.15"
}
}
}
},
"@eslint/core": {
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz",
"integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==",
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
"dev": true,
"requires": {
"@types/json-schema": "^7.0.15"
@@ -26109,12 +26059,12 @@
"dev": true
},
"@eslint/plugin-kit": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz",
"integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
"dev": true,
"requires": {
"@eslint/core": "^0.15.2",
"@eslint/core": "^0.17.0",
"levn": "^0.4.1"
}
},
@@ -26391,57 +26341,57 @@
}
},
"@html-eslint/eslint-plugin": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.48.0.tgz",
"integrity": "sha512-gZvPZu8RwHGCkLD3FItf3vpZsvcCZSxTNwshsWvraixSqOir/y2319v18tNOfRsCs3JCExhLXziUhkvoF0llhA==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.49.0.tgz",
"integrity": "sha512-+a1XZnp/gWer4CLd6hgR/dC9R3ew4ozSag4J4KSlHB4haYiCtOcT1vnIFDnqs9bWsJhROtjFHkGwRYsyPH76XA==",
"dev": true,
"requires": {
"@eslint/plugin-kit": "^0.3.1",
"@html-eslint/parser": "^0.48.0",
"@html-eslint/template-parser": "^0.48.0",
"@html-eslint/template-syntax-parser": "^0.48.0",
"@html-eslint/types": "^0.48.0"
"@eslint/plugin-kit": "^0.4.1",
"@html-eslint/parser": "^0.49.0",
"@html-eslint/template-parser": "^0.49.0",
"@html-eslint/template-syntax-parser": "^0.49.0",
"@html-eslint/types": "^0.49.0"
}
},
"@html-eslint/parser": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.48.0.tgz",
"integrity": "sha512-IO8J3R1+0+QuYUNh0IT1C4KZIA0W8IbXS5/tvs0e+GvYjnTRJ0eNNJN5CwqRlLYLmsF0rDtrxBteBZXULfk7Zg==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.49.0.tgz",
"integrity": "sha512-moB2CWd8kSiOqp+ibT4awHx7pw1irkON5GwiXP0JlHRHAGIll18lBuHKtY9K/vkok97Pq1zjoyl5T7Z+fFtufQ==",
"dev": true,
"requires": {
"@html-eslint/template-syntax-parser": "^0.48.0",
"@html-eslint/types": "^0.48.0",
"@html-eslint/template-syntax-parser": "^0.49.0",
"@html-eslint/types": "^0.49.0",
"es-html-parser": "0.3.1"
}
},
"@html-eslint/template-parser": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.48.0.tgz",
"integrity": "sha512-E5L8K7nVwYtNTZtuSF0uVEstYWzd056PsUQQgDPa00VhGVPkd4gOYQbRboTfeO/bSphvgf7FcTLl97wHlLZARQ==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.49.0.tgz",
"integrity": "sha512-ciW0BFcW1iTqpT+aQOfjCelwcjLpqQMx/iLGevDQv8QHBdT43J89aAGPbv140KnYgUhQPnu9hFUV3goXWSu+gA==",
"dev": true,
"requires": {
"@html-eslint/types": "^0.48.0",
"@html-eslint/types": "^0.49.0",
"es-html-parser": "0.3.1"
}
},
"@html-eslint/template-syntax-parser": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.48.0.tgz",
"integrity": "sha512-hkyw2pguiXVvg4MuuRnwqFtgmwWUuOwkgnWaSMP37OJLzjsH5Qhhv3fBD1hc1sYgIuF8j+S8vDMV6FFX7WDVGg==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.49.0.tgz",
"integrity": "sha512-TSW1gWU+cfYX47OVXtNoY+r7ALoY+87q3jkPrfGuccy5ODNfUR62jaH2lCfdMwGW+C6jhEzc83Uiije89UI72Q==",
"dev": true,
"requires": {
"@html-eslint/types": "^0.48.0"
"@html-eslint/types": "^0.49.0"
}
},
"@html-eslint/types": {
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.48.0.tgz",
"integrity": "sha512-jfUt1qGwGEsWuwYlg3TG0ZE6vm9rxRUuA+ke0p5lVaEEAe4UO57g9/lpo0+GB/57Qiai4Se3qZ02Pa/P4JrWuA==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.49.0.tgz",
"integrity": "sha512-7d+jT37S47xZYXm7P6c5gTxGoYP8KqavpT1dh3VUWmoQBAButHrO4o56TZWZHJUP3GBkafOt7dE0wTQFflukiw==",
"dev": true,
"requires": {
"@types/estree": "^1.0.6",
"es-html-parser": "0.3.1",
"eslint": "^9.19.0"
"eslint": "^9.39.1"
}
},
"@humanfs/core": {
@@ -28675,9 +28625,9 @@
"integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q=="
},
"@types/lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==",
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==",
"dev": true
},
"@types/markdown-it": {
@@ -31609,25 +31559,6 @@
"optionator": "^0.9.3"
},
"dependencies": {
"@eslint/core": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
"dev": true,
"requires": {
"@types/json-schema": "^7.0.15"
}
},
"@eslint/plugin-kit": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
"dev": true,
"requires": {
"@eslint/core": "^0.17.0",
"levn": "^0.4.1"
}
},
"ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
@@ -35868,8 +35799,8 @@
}
},
"op-blocknote-extensions": {
"version": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.10/op-blocknote-extensions-0.0.10.tgz",
"integrity": "sha512-c0DINNJ7mEj5cS9dgQzmLssiZMrFvXRY4Hd3qBc/Uapne3+2LcWBqZJ41xz33MxGL+iWSrMQl/E60Huba2UGQg==",
"version": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.11/op-blocknote-extensions-0.0.11.tgz",
"integrity": "sha512-sTj9yjbIdw5kzzdUI6Dm/8RfcS6+6yme1GVj+Sy8yXiAwa4ZKrcOfJf+nnr+HBHEeDpv8JOf/ACHKqWoMihakg==",
"requires": {
"@blocknote/core": "^0.41.1",
"@blocknote/mantine": "^0.41.1",
+4 -4
View File
@@ -14,8 +14,8 @@
"@angular-eslint/template-parser": "20.7.0",
"@angular/language-service": "20.3.13",
"@eslint/js": "^9.39.1",
"@html-eslint/eslint-plugin": "^0.48.0",
"@html-eslint/parser": "^0.48.0",
"@html-eslint/eslint-plugin": "^0.49.0",
"@html-eslint/parser": "^0.49.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@stylistic/eslint-plugin": "^5.5.0",
"@types/codemirror": "5.60.5",
@@ -26,7 +26,7 @@
"@types/jasmine": "~5.1.12",
"@types/jquery": "^3.5.33",
"@types/jqueryui": "^1.12.24",
"@types/lodash": "^4.17.1",
"@types/lodash": "^4.17.21",
"@types/mousetrap": "^1.6.3",
"@types/pako": "^2.0.4",
"@types/rails__request.js": "^0.0.1",
@@ -163,7 +163,7 @@
"ng2-dragula": "^6.0.0",
"ngx-cookie-service": "^20.1.1",
"observable-array": "0.0.4",
"op-blocknote-extensions": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.10/op-blocknote-extensions-0.0.10.tgz",
"op-blocknote-extensions": "https://github.com/opf/op-blocknote-extensions/releases/download/v0.0.11/op-blocknote-extensions-0.0.11.tgz",
"pako": "^2.0.3",
"qr-creator": "^1.0.0",
"react": "^19.2.0",

Some files were not shown because too many files have changed in this diff Show More