Merge branch 'dev' of github.com:opf/openproject into implementation/42843-add-authorization-state-to-storages-api-endpoint

pull/10868/head
Frank Bergmann 2 years ago
commit 9768fd26cc
  1. 6
      .github/workflows/brakeman-scan-core.yml
  2. 5
      .github/workflows/continuous-delivery.yml
  3. 3
      .github/workflows/test-core.yml
  4. 2
      CONTRIBUTING.md
  5. 2
      Gemfile
  6. 11
      Gemfile.lock
  7. 3
      app/models/application_version.rb
  8. 2
      app/models/attachment.rb
  9. 4
      app/models/paper_trail_audit.rb
  10. 2
      app/models/principal.rb
  11. 2
      app/models/project.rb
  12. 3
      app/models/work_package.rb
  13. 256
      app/services/users/replace_mentions_service.rb
  14. 6
      app/workers/copy_project_job.rb
  15. 41
      app/workers/paper_trail_audits/cleanup_job.rb
  16. 17
      app/workers/principals/delete_job.rb
  17. 2
      config/initializers/cronjobs.rb
  18. 16
      config/initializers/paper_trail.rb
  19. 4
      config/initializers/secure_headers.rb
  20. 3
      config/locales/crowdin/af.yml
  21. 3
      config/locales/crowdin/ar.yml
  22. 3
      config/locales/crowdin/az.yml
  23. 3
      config/locales/crowdin/bg.yml
  24. 3
      config/locales/crowdin/ca.yml
  25. 3
      config/locales/crowdin/ckb-IR.yml
  26. 67
      config/locales/crowdin/cs.yml
  27. 3
      config/locales/crowdin/da.yml
  28. 3
      config/locales/crowdin/de.yml
  29. 3
      config/locales/crowdin/el.yml
  30. 3
      config/locales/crowdin/eo.yml
  31. 3
      config/locales/crowdin/es.yml
  32. 3
      config/locales/crowdin/et.yml
  33. 3
      config/locales/crowdin/fa.yml
  34. 3
      config/locales/crowdin/fi.yml
  35. 3
      config/locales/crowdin/fil.yml
  36. 3
      config/locales/crowdin/fr.yml
  37. 3
      config/locales/crowdin/he.yml
  38. 3
      config/locales/crowdin/hi.yml
  39. 3
      config/locales/crowdin/hr.yml
  40. 3
      config/locales/crowdin/hu.yml
  41. 3
      config/locales/crowdin/id.yml
  42. 3
      config/locales/crowdin/it.yml
  43. 3
      config/locales/crowdin/ja.yml
  44. 4
      config/locales/crowdin/js-af.yml
  45. 4
      config/locales/crowdin/js-ar.yml
  46. 4
      config/locales/crowdin/js-az.yml
  47. 4
      config/locales/crowdin/js-bg.yml
  48. 4
      config/locales/crowdin/js-ca.yml
  49. 4
      config/locales/crowdin/js-ckb-IR.yml
  50. 76
      config/locales/crowdin/js-cs.yml
  51. 4
      config/locales/crowdin/js-da.yml
  52. 4
      config/locales/crowdin/js-de.yml
  53. 4
      config/locales/crowdin/js-el.yml
  54. 4
      config/locales/crowdin/js-eo.yml
  55. 4
      config/locales/crowdin/js-es.yml
  56. 4
      config/locales/crowdin/js-et.yml
  57. 4
      config/locales/crowdin/js-fa.yml
  58. 4
      config/locales/crowdin/js-fi.yml
  59. 4
      config/locales/crowdin/js-fil.yml
  60. 4
      config/locales/crowdin/js-fr.yml
  61. 4
      config/locales/crowdin/js-he.yml
  62. 4
      config/locales/crowdin/js-hi.yml
  63. 4
      config/locales/crowdin/js-hr.yml
  64. 4
      config/locales/crowdin/js-hu.yml
  65. 4
      config/locales/crowdin/js-id.yml
  66. 4
      config/locales/crowdin/js-it.yml
  67. 4
      config/locales/crowdin/js-ja.yml
  68. 4
      config/locales/crowdin/js-ko.yml
  69. 4
      config/locales/crowdin/js-lol.yml
  70. 4
      config/locales/crowdin/js-lt.yml
  71. 4
      config/locales/crowdin/js-lv.yml
  72. 4
      config/locales/crowdin/js-ne.yml
  73. 4
      config/locales/crowdin/js-nl.yml
  74. 4
      config/locales/crowdin/js-no.yml
  75. 4
      config/locales/crowdin/js-pl.yml
  76. 4
      config/locales/crowdin/js-pt.yml
  77. 4
      config/locales/crowdin/js-ro.yml
  78. 4
      config/locales/crowdin/js-ru.yml
  79. 4
      config/locales/crowdin/js-rw.yml
  80. 4
      config/locales/crowdin/js-si.yml
  81. 4
      config/locales/crowdin/js-sk.yml
  82. 4
      config/locales/crowdin/js-sl.yml
  83. 4
      config/locales/crowdin/js-sv.yml
  84. 4
      config/locales/crowdin/js-th.yml
  85. 4
      config/locales/crowdin/js-tr.yml
  86. 4
      config/locales/crowdin/js-uk.yml
  87. 4
      config/locales/crowdin/js-vi.yml
  88. 4
      config/locales/crowdin/js-zh-TW.yml
  89. 3
      config/locales/crowdin/ko.yml
  90. 3
      config/locales/crowdin/lol.yml
  91. 3
      config/locales/crowdin/lt.yml
  92. 3
      config/locales/crowdin/lv.yml
  93. 3
      config/locales/crowdin/ne.yml
  94. 3
      config/locales/crowdin/nl.yml
  95. 3
      config/locales/crowdin/no.yml
  96. 3
      config/locales/crowdin/pl.yml
  97. 31
      config/locales/crowdin/pt.yml
  98. 3
      config/locales/crowdin/ro.yml
  99. 3
      config/locales/crowdin/ru.yml
  100. 3
      config/locales/crowdin/rw.yml
  101. Some files were not shown because too many files have changed in this diff Show More

@ -10,8 +10,14 @@ on:
schedule:
- cron: '10 6 * * 1'
permissions:
contents: read
jobs:
brakeman-scan:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
if: github.repository == 'opf/openproject'
name: Brakeman Scan
runs-on: ubuntu-latest

@ -4,8 +4,13 @@ on:
branches:
- dev
- release/*
permissions:
contents: read
jobs:
trigger_downstream_workflow:
permissions:
contents: none
if: github.repository == 'opf/openproject'
runs-on: ubuntu-latest
steps:

@ -14,6 +14,9 @@ on:
- 'docs/**'
- 'help/**'
permissions:
contents: read
jobs:
units:
name: Units

@ -143,5 +143,5 @@ version 1.0.0, available at
## Contributors license agreement
Contributors have to sign a CLA before contributing to OpenProject.
The [CLA can be found here](https://www.openproject.org/contributor-license-agreement/)
The [CLA can be found here](https://www.openproject.org/legal/contributor-license-agreement/)
and has to be filled out and sent to info@openproject.org.

@ -159,6 +159,8 @@ gem 'cells-rails', '~> 0.1.4'
gem 'meta-tags', '~> 2.16.0'
gem "paper_trail", "~> 12.3"
group :production do
# we use dalli as standard memcache client
# requires memcached 1.4+

@ -683,6 +683,9 @@ GEM
webfinger (>= 1.0.1)
openproject-token (2.2.0)
activemodel
paper_trail (12.3.0)
activerecord (>= 5.2)
request_store (~> 1.1)
parallel (1.22.1)
parallel_tests (3.11.1)
parallel
@ -760,7 +763,7 @@ GEM
rack (>= 2.1.0)
rack-protection (2.2.0)
rack
rack-test (2.0.0)
rack-test (2.0.2)
rack (>= 1.3)
rack-timeout (0.6.3)
rack_session_access (0.2.0)
@ -856,7 +859,8 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.11.0)
rubocop (1.31.0)
rubocop (1.31.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
@ -902,7 +906,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
secure_headers (6.3.3)
secure_headers (6.3.4)
selenium-webdriver (4.3.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
@ -1111,6 +1115,7 @@ DEPENDENCIES
openproject-webhooks!
openproject-xls_export!
overviews!
paper_trail (~> 12.3)
parallel_tests (~> 3.1)
pg (~> 1.4.0)
plaintext (~> 0.3.2)

@ -0,0 +1,3 @@
class ApplicationVersion < ApplicationRecord
include PaperTrail::VersionConcern
end

@ -39,6 +39,8 @@ class Attachment < ApplicationRecord
if: -> { !internal_container? }
validate :container_changed_more_than_once
has_paper_trail
# Those columns are currently not displayed in the application and are rarely used
# at all.
# Their purpose currently is limited to full text search where the results are not highlighted.

@ -0,0 +1,4 @@
class PaperTrailAudit < ::ApplicationVersion
self.table_name = :paper_trail_audits
self.sequence_name = :paper_trail_audits_id_seq
end

@ -59,6 +59,8 @@ class Principal < ApplicationRecord
has_many :projects, through: :memberships
has_many :categories, foreign_key: 'assigned_to_id', dependent: :nullify
has_paper_trail
scopes :like,
:human,
:not_builtin,

@ -102,6 +102,8 @@ class Project < ApplicationRecord
author: nil,
datetime: :created_at
has_paper_trail
validates :name,
presence: true,
length: { maximum: 255 }

@ -159,6 +159,9 @@ class WorkPackage < ApplicationRecord
# makes virtual modal WorkPackageHierarchy available
has_closure_tree
# Add on_destroy paper trail
has_paper_trail
##################### WARNING #####################
# Do not change the order of acts_as_attachable #
# and acts_as_journalized! #

@ -0,0 +1,256 @@
# OpenProject is an open source project management software.
# Copyright (C) 2010-2022 the OpenProject GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
#
# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
# Copyright (C) 2006-2013 Jean-Philippe Lang
# Copyright (C) 2010-2013 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See COPYRIGHT and LICENSE files for more details.
# Rewrites mentions in user provided text (e.g. work package journals) from one user to another.
# No data is to be removed.
module Users
class ReplaceMentionsService
include ActiveRecord::Sanitization
def self.replacements
[
{ class: WorkPackage, column: :description },
{ class: Journal::WorkPackageJournal, column: :description },
{ class: Document, column: :description },
{ class: Journal, column: :notes },
{ class: Comment, column: :comments },
{
class: CustomValue,
column: :value,
condition: <<~SQL.squish
EXISTS (
SELECT 1
FROM #{CustomField.table_name}
WHERE field_format = 'text'
AND #{CustomValue.table_name}.custom_field_id = custom_fields.id
)
SQL
},
{
class: Journal::CustomizableJournal,
column: :value,
condition: <<~SQL.squish
EXISTS (
SELECT 1
FROM #{CustomField.table_name}
WHERE field_format = 'text'
AND #{Journal::CustomizableJournal.table_name}.custom_field_id = custom_fields.id
)
SQL
},
{ class: MeetingContent, column: :text },
{ class: Journal::MeetingContentJournal, column: :text },
{ class: Message, column: :content },
{ class: Journal::MessageJournal, column: :content },
{ class: News, column: :description },
{ class: Journal::NewsJournal, column: :description },
{ class: Project, column: :description },
{ class: Projects::Status, column: :explanation },
{ class: WikiContent, column: :text },
{ class: Journal::WikiContentJournal, column: :text }
]
end
def initialize(*classes)
self.replacements = if classes.any?
self.class.replacements.select { |r| classes.include?(r[:class]) }
else
self.class.replacements
end
end
def call(from:, to:)
check_input(from, to)
rewrite(from, to)
ServiceResult.success
end
private
attr_accessor :replacements
def check_input(from, to)
raise ArgumentError unless (from.is_a?(User) || from.is_a?(Group)) && to.is_a?(User)
end
def rewrite(from, to)
# If we have only one replacement configured for this instance of the service, we do it ourselves.
# Otherwise, we instantiate instances of the service's class for every class for which replacements
# are to be carried out.
# That way, instance variables can be used which prevents having method interfaces with 4 or 5 parameters.
if replacements.length == 1
rewrite_column(from, to)
else
replacements.map do |replacement|
self.class.new(replacement[:class]).call(from:, to:)
end
end
end
def rewrite_column(from, to)
sql = <<~SQL.squish
UPDATE #{table_name} sink
SET #{column_name} = source.replacement
FROM
(SELECT
#{table_name}.id,
#{replace_sql(from, to)} replacement
FROM
#{table_name}
WHERE
#{condition_sql(from)}
) source
WHERE
source.id = sink.id
SQL
klass
.connection
.execute sql
end
def replace_sql(from, to)
hash_replace(mention_tag_replace(from,
to),
from,
to)
end
def condition_sql(from)
mention = '<mention_*data-id="%i"_*</mention>'
hash = if from.is_a?(User)
'user#((%i)|("%s")|("%s"))\s'
else
'group#%i\s'
end
hash_values = if from.is_a?(User)
[
sanitize_sql_like(from.mail),
sanitize_sql_like(from.login)
]
else
[]
end
sql = <<~SQL.squish
#{table_name}.#{column_name} SIMILAR TO '_*((#{mention})|(#{hash}))_*'
SQL
if condition
sql += "AND #{condition}"
end
sanitize_sql_for_conditions [sql,
from.id,
from.id] + hash_values
end
def mention_tag_replace(from, to)
regexp_replace(
"#{table_name}.#{column_name}",
'<mention.+data-id="%i".+</mention>',
'<mention class="mention" data-id="%i" data-type="user" data-text="@%s">@%s</mention>',
[from.id,
to.id,
sanitize_sql_like(to.name),
sanitize_sql_like(to.name)]
)
end
def hash_replace(source, from, to)
search = if from.is_a?(User)
'user#((%i)|("%s")|("%s"))\s'
else
'group#%i\s'
end
values = if from.is_a?(User)
[
from.id,
sanitize_sql_like(from.login),
sanitize_sql_like(from.mail),
to.id
]
else
[
from.id,
to.id
]
end
regexp_replace(
source,
search,
'user#%i ',
values
)
end
def regexp_replace(source, search, replacement, values)
sql = <<~SQL.squish
REGEXP_REPLACE(
#{source},
'#{search}',
'#{replacement}',
'g'
)
SQL
sanitize_sql_for_conditions [sql].concat(values)
end
def sanitize_sql_like(string)
klass.sanitize_sql_like(string)
end
def sanitize_sql_for_conditions(string)
klass.sanitize_sql_for_conditions string
end
def journal_classes
[Journal] + Journal::BaseJournal.subclasses
end
def klass
replacements[0][:class]
end
def table_name
replacements[0][:class].table_name
end
def column_name
replacements[0][:column]
end
def condition
replacements[0][:condition]
end
end
end

@ -61,16 +61,16 @@ class CopyProjectJob < ApplicationJob
if target_project
successful_status_update
ProjectMailer.copy_project_succeeded(user, source_project, target_project, errors).deliver_now
ProjectMailer.copy_project_succeeded(user, source_project, target_project, errors).deliver_later
else
failure_status_update
ProjectMailer.copy_project_failed(user, source_project, target_project_name, errors).deliver_now
ProjectMailer.copy_project_failed(user, source_project, target_project_name, errors).deliver_later
end
rescue StandardError => e
logger.error { "Failed to finish copy project job: #{e} #{e.message}" }
errors = [I18n.t('copy_project.failed_internal')]
failure_status_update
ProjectMailer.copy_project_failed(user, source_project, target_project_name, errors).deliver_now
ProjectMailer.copy_project_failed(user, source_project, target_project_name, errors).deliver_later
end
def store_status?

@ -0,0 +1,41 @@
#-- copyright
# OpenProject is an open source project management software.
# Copyright (C) 2012-2022 the OpenProject GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
#
# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
# Copyright (C) 2006-2013 Jean-Philippe Lang
# Copyright (C) 2010-2013 the ChiliProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# See COPYRIGHT and LICENSE files for more details.
#++
module PaperTrailAudits
class CleanupJob < ::Cron::CronJob
# runs at 4:03 on Saturday
self.cron_expression = '3 4 * * 6'
# Clean any paper trails older than 60 days
def perform
::PaperTrailAudit
.where('created_at < ?', 60.days.ago)
.delete_all
end
end
end

@ -33,6 +33,7 @@ class Principals::DeleteJob < ApplicationJob
Principal.transaction do
delete_associated(principal)
replace_references(principal)
replace_mentions(principal)
update_cost_queries(principal)
remove_members(principal)
@ -46,9 +47,19 @@ class Principals::DeleteJob < ApplicationJob
Principals::ReplaceReferencesService
.new
.call(from: principal, to: DeletedUser.first)
.tap do |call|
raise ActiveRecord::Rollback if call.failure?
end
.on_failure { raise ActiveRecord::Rollback }
end
def replace_mentions(principal)
# Breaking abstraction here.
# Doing the replacement is a very costly operation while at the same time,
# placeholder users can't be mentioned.
return unless principal.is_a?(User) || principal.is_a?(Group)
Users::ReplaceMentionsService
.new
.call(from: principal, to: DeletedUser.first)
.on_failure { raise ActiveRecord::Rollback }
end
def delete_associated(principal)

@ -6,8 +6,10 @@ OpenProject::Application.configure do |application|
::Cron::ClearTmpCacheJob,
::Cron::ClearUploadedFilesJob,
::OAuth::CleanupJob,
::PaperTrailAudits::CleanupJob,
::Attachments::CleanupUncontaineredJob,
::Notifications::ScheduleReminderMailsJob,
::Notifications::CleanupJob,
::Ldap::SynchronizationJob
end
end

@ -0,0 +1,16 @@
PaperTrail.config.enabled = true # PT will be disabled by rspec
PaperTrail.config.has_paper_trail_defaults = {
versions: {
class_name: '::PaperTrailAudit',
name: :paper_trail_audits
},
version: :paper_trail_audit,
meta: {
whodunnit: ->(*) { User.current.id },
stack: ->(*) {
backtrace = Rails.backtrace_cleaner.clean caller
backtrace.join("\n")
}
},
on: %i[destroy]
}

@ -38,7 +38,9 @@ Rails.application.config.after_initialize do
# Add proxy configuration for Angular CLI to csp
if FrontendAssetHelper.assets_proxied?
proxied = ['ws://localhost:*', 'http://localhost:*', FrontendAssetHelper.cli_proxy]
proxied = ['ws://localhost:3000', 'http://localhost:3000',
'ws://localhost:4200', 'http://localhost:4200',
FrontendAssetHelper.cli_proxy]
connect_src += proxied
assets_src += proxied
end

@ -740,6 +740,7 @@ af:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "cannot be a milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ af:
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki kieslysitem
label_select_main_menu_item: Kies nuwe hoofkieslysitem
label_select_project: "Select a project"
label_required_disk_storage: "Required disk storage"
label_send_invitation: Stuur uitnodiging
label_change_plural: "Veranderinge"
@ -1741,7 +1741,6 @@ af:
label_product_version: "Produk weergawe"
label_professional_support: "Professional support"
label_profile: "Profiel"
label_project_all: "Alle Projekte"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Stuur e-pos kennisgewings gedurende die projek afskrif"
label_project_latest: "Nuutste projekte"

@ -744,6 +744,7 @@ ar:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "لا يمكن أن يكون معلما."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1530,7 +1531,6 @@ ar:
label_consent_settings: "User Consent"
label_wiki_menu_item: عنصر القائمة wiki
label_select_main_menu_item: حدد عنصر القائمة الرئيسية الجديد
label_select_project: "Select a project"
label_required_disk_storage: "التخزين على القرص المطلوب"
label_send_invitation: Send invitation
label_change_plural: "التغييرات"
@ -1809,7 +1809,6 @@ ar:
label_product_version: "إصدار المنتج"
label_professional_support: "الدعم الفني"
label_profile: "الصفحة الشخصية"
label_project_all: "جميع المشاريع"
label_project_count: "العدد الإجمالي للمشاريع"
label_project_copy_notifications: "إرسال إشعارات البريد الالكتروني أثناء نسخ المشروع"
label_project_latest: "أحدث المشاريع"

@ -740,6 +740,7 @@ az:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "cannot be a milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ az:
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki menu item
label_select_main_menu_item: Select new main menu item
label_select_project: "Select a project"
label_required_disk_storage: "Required disk storage"
label_send_invitation: Send invitation
label_change_plural: "Changes"
@ -1741,7 +1741,6 @@ az:
label_product_version: "Product version"
label_professional_support: "Professional support"
label_profile: "Profile"
label_project_all: "All Projects"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Send email notifications during the project copy"
label_project_latest: "Latest projects"

@ -740,6 +740,7 @@ bg:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "не може да бъде крайъгълен камък."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ bg:
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki елемент от меню
label_select_main_menu_item: Изберете нов елемент от главното меню
label_select_project: "Изберете проект"
label_required_disk_storage: "Необходимо дисково пространство"
label_send_invitation: Send invitation
label_change_plural: "Промени"
@ -1741,7 +1741,6 @@ bg:
label_product_version: "Версия на продукта"
label_professional_support: "Професионална поддръжка"
label_profile: "Профил"
label_project_all: "Всички проекти"
label_project_count: "Общ брой на проектите"
label_project_copy_notifications: "Изпраща имейл известия по време на копиране на проект"
label_project_latest: "Последни проекти"

@ -737,6 +737,7 @@ ca:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "no pot ser una fita."
cannot_be_self_assigned: "no pot ser assignat a si mateix."
@ -1459,7 +1460,6 @@ ca:
label_consent_settings: "User Consent"
label_wiki_menu_item: Element de menú Wiki
label_select_main_menu_item: Seleccioneu nou element de menú principal
label_select_project: "Seleccioneu un projecte"
label_required_disk_storage: "Emmagatzematge de disc necessari"
label_send_invitation: Send invitation
label_change_plural: "Canvis"
@ -1738,7 +1738,6 @@ ca:
label_product_version: "Versió del producte"
label_professional_support: "Suport professional"
label_profile: "Perfil"
label_project_all: "Tots els projectes"
label_project_count: "Nombre total de projectes"
label_project_copy_notifications: "Envia notificacions de correu electrònic durant la còpia del projecte"
label_project_latest: "Últims projectes"

@ -740,6 +740,7 @@ ckb-IR:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "cannot be a milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ ckb-IR:
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki menu item
label_select_main_menu_item: Select new main menu item
label_select_project: "Select a project"
label_required_disk_storage: "Required disk storage"
label_send_invitation: Send invitation
label_change_plural: "Changes"
@ -1741,7 +1741,6 @@ ckb-IR:
label_product_version: "Product version"
label_professional_support: "Professional support"
label_profile: "Profile"
label_project_all: "All Projects"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Send email notifications during the project copy"
label_project_latest: "Latest projects"

@ -451,7 +451,7 @@ cs:
project:
identifier: "Identifikátor"
latest_activity_at: "Poslední aktivita"
parent: "Dílčí projekt"
parent: "Podprojekt"
queries: "Dotazy"
types: "Typy"
versions: "Verze"
@ -522,20 +522,20 @@ cs:
begin_deletion: "Začátek odstranění"
children: "Dílčí prvky"
done_ratio: "Průběh (%)"
duration: "Duration"
duration: "Doba trvání"
end_insertion: "Konec vložení"
end_deletion: "Konec odstranění"
ignore_non_working_days: "Ignore non working days"
parent: "Rodič"
ignore_non_working_days: "Ignorovat nepracovní dny"
parent: "Nadřazený"
parent_issue: "Rodič"
parent_work_package: "Rodič"
parent_work_package: "Nadřazený"
priority: "Priorita"
progress: "Průběh (%)"
readonly: "Read only"
readonly: "Pouze pro čtení"
schedule_manually: "Manuální plánování"
spent_hours: "Strávený čas"
spent_time: "Strávený čas"
subproject: "Dílčí projekt"
subproject: "Podprojekt"
time_entries: "Čas protokolu"
type: "Typ"
version: "Verze"
@ -742,6 +742,7 @@ cs:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "nemůže být milník."
cannot_be_self_assigned: "nemůže být přiřazeno k sobě."
@ -1385,8 +1386,8 @@ cs:
menus:
admin:
mail_notification: "E-mailová upozornění"
mails_and_notifications: "E-maily a oznámení"
aggregation_and_retention: 'Aggregation and retention'
mails_and_notifications: "E-maily & Notifikace"
aggregation_and_retention: 'Agregace a uchovávání'
api_and_webhooks: "API & Webhooky"
quick_add:
label: "Otevřít nabídku rychlého přidání"
@ -1496,7 +1497,6 @@ cs:
label_consent_settings: "Souhlas uživatele"
label_wiki_menu_item: Položka Wiki menu
label_select_main_menu_item: Vyberte novou hlavní položku nabídky
label_select_project: "Zvolit projekt"
label_required_disk_storage: "Požadované úložiště disku"
label_send_invitation: Odeslat pozvánku
label_change_plural: "Změny"
@ -1562,7 +1562,7 @@ cs:
label_diff: "rozdíl"
label_diff_inline: "inline"
label_diff_side_by_side: "vedle sebe"
label_digital_accessibility: 'Digital accessibility (DE)'
label_digital_accessibility: 'Digitální dostupnost (DE)'
label_disabled: "zakázáno"
label_display: "Zobrazit"
label_display_per_page: "Na stránku: %{value}"
@ -1775,7 +1775,6 @@ cs:
label_product_version: "Verze produktu"
label_professional_support: "Profesionální podpora"
label_profile: "Profil"
label_project_all: "Všechny projekty"
label_project_count: "Celkový počet projektů"
label_project_copy_notifications: "Během kopie projektu odeslat oznámení e-mailem"
label_project_latest: "Nejnovější projekty"
@ -1785,7 +1784,7 @@ cs:
label_project_plural: "Projekty"
label_project_settings: "Nastavení projektu"
label_projects_storage_information: "%{count} projekty používající úložiště disků %{storage}"
label_project_view_all: "Zobrazit všechny projekty"
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_public_projects: "Veřejné projekty"
@ -1857,7 +1856,7 @@ cs:
label_storage_group: "Souborový systém %{identifier}"
label_storage_for: "Zahrnuje úložiště pro"
label_string: "Text"
label_subproject: "Dílčí projekt"
label_subproject: "Podprojekt"
label_subproject_new: "Nový podprojekt"
label_subproject_plural: "Podprojekty"
label_subtask_plural: "Podúkoly"
@ -1904,7 +1903,7 @@ cs:
label_user_settings: "Uživatelská nastavení"
label_version_new: "Nová verze"
label_version_plural: "Verze"
label_version_sharing_descendants: "S dílčími projekty"
label_version_sharing_descendants: "S Podprojekty"
label_version_sharing_hierarchy: "S hierarchií projektu"
label_version_sharing_none: "Není sdíleno"
label_version_sharing_system: "Se všemi projekty"
@ -2039,9 +2038,9 @@ cs:
mail_body_backup_token_info: Předchozí token již není platný.
mail_body_backup_waiting_period: Nový token bude povolen za %{hours} hodin.
mail_body_backup_token_warning: Pokud jste to nebyl Vy, přihlaste se okamžitě do OpenProject a resetujte jej .
mail_body_incoming_email_error: The email you sent to OpenProject could not be processed.
mail_body_incoming_email_error_in_reply_to: "At %{received_at} %{from_email} wrote"
mail_body_incoming_email_error_logs: "Logs"
mail_body_incoming_email_error: E-mail odeslaný na OpenProject nelze zpracovat
mail_body_incoming_email_error_in_reply_to: "V %{received_at} %{from_email} napsal/a"
mail_body_incoming_email_error_logs: "Protokoly"
mail_body_lost_password: "Pro změnu vašeho hesla klikněte na následující odkaz:"
mail_body_register: "Vítejte v %{app_title}. Aktivujte svůj účet kliknutím na tento odkaz:"
mail_body_register_header_title: "E-mail pozvánka člena projektu"
@ -2060,7 +2059,7 @@ cs:
mail_subject_account_activation_request: "Žádost o aktivaci účtu %{value}"
mail_subject_backup_ready: "Vaše záloha je připravena"
mail_subject_backup_token_reset: "Resetovat token zálohy"
mail_subject_incoming_email_error: "An email you sent to OpenProject could not be processed"
mail_subject_incoming_email_error: "E-mail odeslaný na OpenProject nelze zpracovat"
mail_subject_lost_password: "Vaše heslo %{value}"
mail_subject_register: "Aktivace vašeho účtu %{value}"
mail_subject_reminder: "%{count} pracovních balíčků s termínem do dalších %{days} dnů"
@ -2204,7 +2203,7 @@ cs:
permission_comment_news: "Komentování novinek"
permission_commit_access: "Čtěte/zapisovat přístup do repozitáře (commit)"
permission_copy_projects: "Kopírovat projekty"
permission_create_backup: "Create backup"
permission_create_backup: "Vytvořit zálohu"
permission_delete_work_package_watchers: "Smazat sledující uživatele"
permission_delete_work_packages: "Odstranit pracovní balíčky"
permission_delete_messages: "Odstranit zprávy"
@ -2297,7 +2296,7 @@ cs:
assigned_to_role: "Řešitelova role"
member_of_group: "Řešitelova skupina"
assignee_or_group: "Přiřazený nebo patřící skupině"
subproject_id: "Including subproject"
subproject_id: "Včetně podprojektu"
only_subproject_id: "Pouze podprojekt"
name_or_identifier: "Jméno nebo identifikátor"
repositories:
@ -2666,7 +2665,7 @@ cs:
text_wiki_page_destroy_children: "Smazat podstránky a všechny jejich potomky"
text_wiki_page_destroy_question: "Tato stránka má %{descendants} podstránek a potomků. Co chcete udělat?"
text_wiki_page_nullify_children: "Ponechat podstránky jako kořenové stránky"
text_wiki_page_reassign_children: "Přiřadit podstránky k tomuto rodiči"
text_wiki_page_reassign_children: "Přiřadit podstránky k nadřazené stránce"
text_workflow_edit: "Vyberte roli a typ k editaci průběhu práce"
text_zoom_in: "Přiblížit"
text_zoom_out: "Oddálit"
@ -2904,7 +2903,7 @@ cs:
text_html: >
Your application is running with its protocol setting set to <code>%{set_protocol}</code>, but the request is an <code>%{actual_protocol}</code> request. This will result in errors! Go to <a href="%{setting_path}">System settings</a> and change the "Protocol" setting to correct this.
hostname_mismatch:
title: 'Hostname setting mismatch'
title: 'Nastavení hostname se neshoduje'
text_html: >
Your application is running with its host name setting set to <code>%{set_hostname}</code>, but the request is a <code>%{actual_hostname}</code> hostname. This will result in errors! Go to <a href="%{setting_path}">System settings</a> and change the "Host name" setting to correct this.
menu_item: "Položka nabídky"
@ -2962,9 +2961,9 @@ cs:
unsupported_context: "Zadaný dokument není podporován jako kontext."
context_object_not_found: "Zdroj nelze najít jako kontext."
validation:
done_ratio: "Hotový poměr nelze nastavit na rodičovských pracovních balíčcích, pokud je odvozen ze stavu nebo pokud je zakázán."
done_ratio: "Hotový poměr nelze nastavit na nadřazených pracovních balíčcích, pokud je odvozen ze stavu nebo pokud je zakázán."
due_date: "Datum ukončení nemůže být nastaveno na nadřazených pracovních balíčcích."
estimated_hours: "Předpokládané hodiny nelze nastavit na rodičovských pracovních balíčcích."
estimated_hours: "Předpokládané hodiny nelze nastavit na nadřazených pracovních balíčcích."
invalid_user_assigned_to_work_package: "Zvolený uživatel nesmí být '%{property}' pro tento pracovní balíček."
start_date: "Počáteční datum nelze nastavit na nadřazených pracovních balíčcích."
eprops:
@ -3000,7 +2999,7 @@ cs:
admin_authenticator_not_configured: 'Přístup do admin panelu je zakázán, protože Doorkeeper.configure.admin_authenticator není nakonfigurován.'
#Access grant errors
unsupported_response_type: 'Autorizační server tento typ odpovědi nepodporuje.'
unsupported_response_mode: 'The authorization server does not support this response mode.'
unsupported_response_mode: 'Autorizační server nepodporuje tento typ odpovědi.'
#Access token errors
invalid_client: 'Ověření klienta se nezdařilo z důvodu neznámého klienta, bez autentizace klienta nebo z důvodu nepodporované autentizační metody.'
invalid_grant: 'Poskytnutá autorizace je neplatná, vypršela, zrušena, neodpovídá URI přesměrování použité v žádosti o autorizaci, nebo byla vydána jinému zákazníkovi.'
@ -3010,9 +3009,9 @@ cs:
expired: "Přístupový token vypršel"
unknown: "Přístupový token je neplatný"
revoke:
unauthorized: "You are not authorized to revoke this token."
unauthorized: "Nemáte oprávnění ke zrušení tohoto tokenu."
forbidden_token:
missing_scope: 'Access to this resource requires scope "%{oauth_scopes}".'
missing_scope: 'Přístup k tomuto zdroji vyžaduje rozsah "%{oauth_scopes}".'
unsupported_browser:
title: "Váš prohlížeč je zastaralý a nepodporován."
message: "Na této stránce se mohou objevit chyby a zhoršené zkušenosti."
@ -3070,14 +3069,14 @@ cs:
my_registered_applications: "Registrované OAuth aplikace"
oauth_client:
urn_connection_status:
connected: "Connected"
error: "Error"
failed_authorization: "Authorization failed"
connected: "Připojeno"
error: "Chyba"
failed_authorization: "Autorizace se nezdařila"
labels:
label_oauth_integration: "OAuth2 integration"
label_oauth_integration: "Integrace OAuth2"
label_redirect_uri: "Redirect URI"
label_request_token: "Request token"
label_refresh_token: "Refresh token"
label_request_token: "Vyžádat token"
label_refresh_token: "Obnovit token"
errors:
oauth_authorization_code_grant_had_errors: "OAuth2 returned an error"
oauth_reported: "OAuth2 provider reported"

@ -738,6 +738,7 @@ da:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "kan ikke være en milepæl."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1460,7 +1461,6 @@ da:
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki-menupunkt
label_select_main_menu_item: Vælg nyt punkt i hovedmenu
label_select_project: "Select a project"
label_required_disk_storage: "Påkrævet disklagerplads"
label_send_invitation: Send invitation
label_change_plural: "Ændringer"
@ -1739,7 +1739,6 @@ da:
label_product_version: "Product version"
label_professional_support: "Professionel support"
label_profile: "Profil"
label_project_all: "Alle projekter"
label_project_count: "Samlet antal projekter"
label_project_copy_notifications: "Adviser via e-mail under kopiering af projekt"
label_project_latest: "Seneste projekter"

@ -735,6 +735,7 @@ de:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "darf kein Meilenstein sein."
cannot_be_self_assigned: "kann nicht selbst zugewiesen werden."
@ -1457,7 +1458,6 @@ de:
label_consent_settings: "Nutzer-Einwilligung"
label_wiki_menu_item: Wiki Menüpunkt
label_select_main_menu_item: Neuen Hauptmenüpunkt auwählen
label_select_project: "Projekt auswählen"
label_required_disk_storage: "Erforderlicher Festplattenspeicher"
label_send_invitation: Einladung senden
label_change_plural: "Änderungen"
@ -1736,7 +1736,6 @@ de:
label_product_version: "Produktversion"
label_professional_support: "Professionelle Unterstützung"
label_profile: "Profil"
label_project_all: "Alle Projekte"
label_project_count: "Gesamtzahl der Projekte"
label_project_copy_notifications: "Sende Mailbenachrichtigungen beim Kopieren des Projekts."
label_project_latest: "Neueste Projekte"

@ -736,6 +736,7 @@ el:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "δεν μπορεί να είναι ορόσημο."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1458,7 +1459,6 @@ el:
label_consent_settings: "Συναίνεση χρήστη"
label_wiki_menu_item: Αντικείμενο μενού Wiki
label_select_main_menu_item: Επιλέξτε νέο αντικείμενο κύριου μενού
label_select_project: "Επιλογή έργου"
label_required_disk_storage: "Απαιτούμενος χώρος στον δίσκο"
label_send_invitation: Αποστολή πρόσκλησης
label_change_plural: "Αλλαγές"
@ -1737,7 +1737,6 @@ el:
label_product_version: "Έκδοση προϊόντος"
label_professional_support: "Επαγγελματική υποστήριξη"
label_profile: "Προφίλ"
label_project_all: "Όλα τα έργα"
label_project_count: "Συνολικός αριθμός έργων"
label_project_copy_notifications: "Αποστολή ειδοποιήσεων με email κατά την διάρκεια της αντιγραφής του έργου"
label_project_latest: "Τελευταία έργα"

@ -740,6 +740,7 @@ eo:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "Ĝi ne povas esti mejloŝtono."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ eo:
label_consent_settings: "User Consent"
label_wiki_menu_item: Vikia menuero
label_select_main_menu_item: Elekti novan ĉefmenueron
label_select_project: "Elekti projekton"
label_required_disk_storage: "Required disk storage"
label_send_invitation: Sendi inviton
label_change_plural: "Ŝanĝoj"
@ -1741,7 +1741,6 @@ eo:
label_product_version: "Versio de la produkto"
label_professional_support: "Profesia subteno"
label_profile: "Profilo"
label_project_all: "Ĉiuj projektoj"
label_project_count: "Totala kvanto da projektoj"
label_project_copy_notifications: "Sendi retpoŝtajn sciigojn dum la projekta kopiado"
label_project_latest: "Lastaj projektoj"

@ -737,6 +737,7 @@ es:
duration:
larger_than_dates: "es más largo que el intervalo entre la fecha de inicio y la final."
smaller_than_dates: "es más corto que el intervalo entre la fecha de inicio y la final."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "no puede ser un hito."
cannot_be_self_assigned: "no se puede asignar a su propio usuario."
@ -1459,7 +1460,6 @@ es:
label_consent_settings: "Consentimiento del usuario"
label_wiki_menu_item: Elemento de menú wiki
label_select_main_menu_item: Seleccione nuevo elemento de menú principal
label_select_project: "Seleccione un proyecto"
label_required_disk_storage: "Almacenamiento en disco requerido"
label_send_invitation: Enviar invitación
label_change_plural: "Cambios"
@ -1738,7 +1738,6 @@ es:
label_product_version: "Versión del producto"
label_professional_support: "Soporte profesional"
label_profile: "Perfil"
label_project_all: "Todos los proyectos"
label_project_count: "Número total de proyectos"
label_project_copy_notifications: "Enviar notificaciones por correo electrónico durante la copia del proyecto"
label_project_latest: "Últimos proyectos"

@ -740,6 +740,7 @@ et:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "ei sobi verstapostiks."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ et:
label_consent_settings: "Kasutaja nõusolek"
label_wiki_menu_item: Viki menüüvalik
label_select_main_menu_item: Vali uus peamenüü valik
label_select_project: "Vali projekt"
label_required_disk_storage: "Required disk storage"
label_send_invitation: Send invitation
label_change_plural: "Muutused"
@ -1741,7 +1741,6 @@ et:
label_product_version: "Product version"
label_professional_support: "Professionaalne kasutajatugi"
label_profile: "Profiil"
label_project_all: "Kõik projektid"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Saada e-postiga teateid projekti kopeerimise ajal"
label_project_latest: "Viimased projektid"

@ -740,6 +740,7 @@ fa:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "cannot be a milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ fa:
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki menu item
label_select_main_menu_item: Select new main menu item
label_select_project: "Select a project"
label_required_disk_storage: "Required disk storage"
label_send_invitation: ارسال دعوت نامه
label_change_plural: "Changes"
@ -1741,7 +1741,6 @@ fa:
label_product_version: "Product version"
label_professional_support: "Professional support"
label_profile: "Profile"
label_project_all: "All Projects"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Send email notifications during the project copy"
label_project_latest: "Latest projects"

@ -740,6 +740,7 @@ fi:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "ei voi olla välitavoite."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ fi:
label_consent_settings: "Käyttäjän suostumus"
label_wiki_menu_item: Wiki-valikkovaihtoehto
label_select_main_menu_item: Valitse uusi valikkovaihtoehto päävalikkoon
label_select_project: "Valitse projekti"
label_required_disk_storage: "Tarvittava levytila"
label_send_invitation: Lähetä kutsu
label_change_plural: "Muutokset"
@ -1741,7 +1741,6 @@ fi:
label_product_version: "Tuotteen versio"
label_professional_support: "Ammatillinen apu"
label_profile: "Profile"
label_project_all: "Kaikki projektit"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Lähetä sähköposti-ilmoituksia projektin kopioinnin aikana"
label_project_latest: "Uusimmat projektit"

@ -740,6 +740,7 @@ fil:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "hindi maaring maging isang milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ fil:
label_consent_settings: "User Consent"
label_wiki_menu_item: Ang aytem ng wiki na pagpipilian
label_select_main_menu_item: Piliin ang bagong pangunahing pagpipilian aytem
label_select_project: "Pumili ng proyekto"
label_required_disk_storage: "Kinakailangan lalagyan ng disk"
label_send_invitation: Magpadala ng imbitasyon
label_change_plural: "Pagbabago"
@ -1741,7 +1741,6 @@ fil:
label_product_version: "Produktong bersyon"
label_professional_support: "Propesyonal na suporta"
label_profile: "Profile"
label_project_all: "Lahat ng mga proyekto"
label_project_count: "Kabuuang bilang ng mga proyekto"
label_project_copy_notifications: "Magpadala ng mga email na abiso habang ang proyekto ay kinopya"
label_project_latest: "Pinakamabagong proyekto"

@ -740,6 +740,7 @@ fr:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "ne peut pas être un jalon."
cannot_be_self_assigned: "ne peut pas être assigné à lui-même."
@ -1462,7 +1463,6 @@ fr:
label_consent_settings: "Accord de l'utilisateur"
label_wiki_menu_item: Élément de menu wiki
label_select_main_menu_item: Sélectionner nouvel élément de menu principal
label_select_project: "Sélectionner un projet"
label_required_disk_storage: "Espace disque requis"
label_send_invitation: Envoyer une invitation
label_change_plural: "Changements"
@ -1741,7 +1741,6 @@ fr:
label_product_version: "Version du produit"
label_professional_support: "Support professionnel"
label_profile: "Profil"
label_project_all: "Tous les projets"
label_project_count: "Nombre total de projets"
label_project_copy_notifications: "Notifier par courriel lors de la copie du projet"
label_project_latest: "Derniers projets"

@ -742,6 +742,7 @@ he:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "cannot be a milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1496,7 +1497,6 @@ he:
label_consent_settings: "User Consent"
label_wiki_menu_item: פריט ויקי בתפריט
label_select_main_menu_item: בחר פריט תפריט ראשי חדש
label_select_project: "Select a project"
label_required_disk_storage: "Required disk storage"
label_send_invitation: Send invitation
label_change_plural: "שינויים"
@ -1775,7 +1775,6 @@ he:
label_product_version: "Product version"
label_professional_support: "Professional support"
label_profile: "פרופיל"
label_project_all: "כל הפרוייקטים"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Send email notifications during the project copy"
label_project_latest: "Latest projects"

@ -738,6 +738,7 @@ hi:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "cannot be a milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1460,7 +1461,6 @@ hi:
label_consent_settings: "User Consent"
label_wiki_menu_item: ि आइटम
label_select_main_menu_item: नए मय म आइटम क चयन कर
label_select_project: "Select a project"
label_required_disk_storage: "Required disk storage"
label_send_invitation: आमरण भ
label_change_plural: "परिवरतन"
@ -1739,7 +1739,6 @@ hi:
label_product_version: "Product version"
label_professional_support: "Professional support"
label_profile: "पइल"
label_project_all: "सभ परिजन"
label_project_count: "Total number of projects"
label_project_copy_notifications: "पट परतििन ईमल सचन"
label_project_latest: "नवनतम परिजन"

@ -741,6 +741,7 @@ hr:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "ne može biti ključna točka."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1479,7 +1480,6 @@ hr:
label_consent_settings: "Pristanak korisnika"
label_wiki_menu_item: Element Wiki izbornika
label_select_main_menu_item: Odaberite novi element glavnog izbornika
label_select_project: "Odaberi projekt"
label_required_disk_storage: "Potraban diskovni prostor"
label_send_invitation: Pošalji pozivnicu
label_change_plural: "Promjene"
@ -1758,7 +1758,6 @@ hr:
label_product_version: "Verzija proizvoda"
label_professional_support: "Profesionalna Podrška"
label_profile: "Profil"
label_project_all: "Svi projekti"
label_project_count: "Ukupan broj projekata"
label_project_copy_notifications: "Slanje obavijesti e-mailom tijekom kopiranja projekta"
label_project_latest: "Najnoviji projekti"

@ -740,6 +740,7 @@ hu:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "nem lehet egy mérföldkő."
cannot_be_self_assigned: "nem rendelhető önmagához.\n"
@ -1466,7 +1467,6 @@ hu:
label_consent_settings: "Felhasználói jóváhagyás"
label_wiki_menu_item: Wiki menüpont
label_select_main_menu_item: Válasszon ki új fő menüpontot
label_select_project: "Válasszon projektet"
label_required_disk_storage: "Szükséges lemezterület"
label_send_invitation: Meghívó küldése
label_change_plural: "Változtat"
@ -1745,7 +1745,6 @@ hu:
label_product_version: "Termékverzió"
label_professional_support: "Szakmai támogatás"
label_profile: "Profil"
label_project_all: "Minden projekt"
label_project_count: "A projektek teljes száma"
label_project_copy_notifications: "E-mail értesítéseket küld a projekt másolás során"
label_project_latest: "Legújabb projektek"

@ -736,6 +736,7 @@ id:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "parent dari work package tidak bisa berupa milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1442,7 +1443,6 @@ id:
label_consent_settings: "Persetujuan Pengguna"
label_wiki_menu_item: Wiki menu item
label_select_main_menu_item: Pilih item main menu baru
label_select_project: "Memilih sebuah proyek"
label_required_disk_storage: "Storage yang dibutuhkan"
label_send_invitation: Kirim undangan
label_change_plural: "Perubahan"
@ -1721,7 +1721,6 @@ id:
label_product_version: "Product version"
label_professional_support: "Professional support"
label_profile: "Profil"
label_project_all: "Semua Project"
label_project_count: "Jumlah proyek"
label_project_copy_notifications: "Kirim email notifikasi selama meng-copy Project"
label_project_latest: "Project terbaru"

@ -737,6 +737,7 @@ it:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "non può essere un traguardo."
cannot_be_self_assigned: "non può essere assegnato a se stesso."
@ -1459,7 +1460,6 @@ it:
label_consent_settings: "Consenso dell'utente"
label_wiki_menu_item: Voce di menu wiki
label_select_main_menu_item: Seleziona una nuova voce del menu principale
label_select_project: "Seleziona un progetto"
label_required_disk_storage: "Spazio disco richiesto"
label_send_invitation: Invia invito
label_change_plural: "Modifiche"
@ -1738,7 +1738,6 @@ it:
label_product_version: "Versione del prodotto"
label_professional_support: "Supporto professionale"
label_profile: "Profilo"
label_project_all: "Tutti i Progetti"
label_project_count: "Numero totale di progetti"
label_project_copy_notifications: "Invia le email di notifica durante la copia del progetto"
label_project_latest: "Ultimi progetti"

@ -735,6 +735,7 @@ ja:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "はマイルストーンにすることはできません。"
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1441,7 +1442,6 @@ ja:
label_consent_settings: "ユーザーの同意"
label_wiki_menu_item: Wikiのメニュー項目
label_select_main_menu_item: 新しいメインメニュー項目を選択する
label_select_project: "プロジェクトの選択"
label_required_disk_storage: "必要なディスク ストレージ"
label_send_invitation: 招待状を送信
label_change_plural: "変更"
@ -1720,7 +1720,6 @@ ja:
label_product_version: "製品バージョン"
label_professional_support: "プロフェッショナルサポート"
label_profile: "プロファイル"
label_project_all: "全プロジェクト"
label_project_count: "プロジェクトの合計数"
label_project_copy_notifications: "プロジェクトのコピーの時、コピーした内容をメール通知する"
label_project_latest: "最新のプロジェクト"

@ -351,6 +351,7 @@ af:
label_expand_project_menu: "Expand project menu"
label_export: "Export"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Lêer"
label_filesize: "Grootte"
label_general: "Algemeen"
@ -405,6 +406,8 @@ af:
label_previous: "Vorige"
label_per_page: "Per page:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekte"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ af:
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "Save as"
label_select_project: "Select a project"
label_select_watcher: "Select a watcher..."
label_selected_filter_list: "Selected filters"
label_show_attributes: "Show all attributes"

@ -351,6 +351,7 @@ ar:
label_expand_project_menu: "Expand project menu"
label_export: "تصدير"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "ملف"
label_filesize: "حجم"
label_general: "عام"
@ -405,6 +406,8 @@ ar:
label_previous: "السابق"
label_per_page: "لكل صفحة:"
label_please_wait: "الرجاء الانتظار"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "المشاريع"
label_visibility_settings: "Visibility settings"
label_quote_comment: "أقتبس هذا التعليق"
@ -418,6 +421,7 @@ ar:
label_report: "تقرير"
label_repository_plural: "مستودعات البيانات"
label_save_as: "احفظ بشكل"
label_select_project: "Select a project"
label_select_watcher: "اختر مراقبًا..."
label_selected_filter_list: "عوامل التصفية المٌختارة"
label_show_attributes: "عرض كل السمات"

@ -351,6 +351,7 @@ az:
label_expand_project_menu: "Expand project menu"
label_export: "İxrac et"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "File"
label_filesize: "Size"
label_general: "General"
@ -405,6 +406,8 @@ az:
label_previous: "Previous"
label_per_page: "Səhifə başına:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projects"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ az:
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "Fərqli saxla"
label_select_project: "Select a project"
label_select_watcher: "İzləyici seç..."
label_selected_filter_list: "Seçilmiş filtrlər"
label_show_attributes: "Show all attributes"

@ -351,6 +351,7 @@ bg:
label_expand_project_menu: "Expand project menu"
label_export: "Експортиране"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Файл"
label_filesize: "Размер"
label_general: "Общ"
@ -405,6 +406,8 @@ bg:
label_previous: "Предишен"
label_per_page: "За страница:"
label_please_wait: "Моля изчакайте"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Проекти"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Цитиране на този коментар"
@ -418,6 +421,7 @@ bg:
label_report: "Отчет"
label_repository_plural: "Хранилища"
label_save_as: "Запиши като"
label_select_project: "Select a project"
label_select_watcher: "Изберете наблюдаващ..."
label_selected_filter_list: "Избрани филтри"
label_show_attributes: "Показване на всички атрибути"

@ -351,6 +351,7 @@ ca:
label_expand_project_menu: "Expandir menú de projecte"
label_export: "Exportar"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Fitxer"
label_filesize: "Mida"
label_general: "General"
@ -405,6 +406,8 @@ ca:
label_previous: "Anterior"
label_per_page: "Per pàgina:"
label_please_wait: "Espereu, si us plau"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projectes"
label_visibility_settings: "Opcions de visualització"
label_quote_comment: "Citar aquest comentari"
@ -418,6 +421,7 @@ ca:
label_report: "Informe"
label_repository_plural: "Repositoris"
label_save_as: "Desa com a"
label_select_project: "Select a project"
label_select_watcher: "Seleccioneu un vigilant..."
label_selected_filter_list: "Filtres seleccionats"
label_show_attributes: "Mostrar tots els atributs"

@ -351,6 +351,7 @@ ckb-IR:
label_expand_project_menu: "Expand project menu"
label_export: "Export"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "File"
label_filesize: "Size"
label_general: "General"
@ -405,6 +406,8 @@ ckb-IR:
label_previous: "Previous"
label_per_page: "Per page:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projects"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ ckb-IR:
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "Save as"
label_select_project: "Select a project"
label_select_watcher: "Select a watcher..."
label_selected_filter_list: "Selected filters"
label_show_attributes: "Show all attributes"

@ -121,7 +121,7 @@ cs:
description_current_position: "Jste zde: "
description_select_work_package: "Vyberte pracovní balíček #%{id}"
description_selected_columns: "Vybrané sloupce"
description_subwork_package: "Potomek pracovního balíčku #%{id}"
description_subwork_package: "Podřazený pracovního balíčku #%{id}"
editor:
preview: 'Přepnout režim náhledu'
source_code: 'Přepnout zdrojový mód Markdown'
@ -138,7 +138,7 @@ cs:
invalid_attribute: "Vybraný atribut '%{name}' neexistuje."
child_pages:
button: 'Odkazy na podřízené stránky'
include_parent: 'Zahrnout rodiče'
include_parent: 'Zahrnout nadřazený'
text: '[Placeholder] Odkazy na podřízené stránky z'
page: 'Stránka wiki'
this_page: 'tato stránka'
@ -276,7 +276,7 @@ cs:
hal:
error:
update_conflict_refresh: "Klikněte zde pro aktualizaci na nejnovější verzi."
edit_prohibited: "Editace %{attribute} je zablokována pro tento pracovní balíček. Buď je tento atribut odvozen od vztahů (např. potomek) nebo není konfigurovatelný."
edit_prohibited: "Editace %{attribute} je zablokována pro tento pracovní balíček. Buď je tento atribut odvozen od vztahů (např. podřazený) nebo není konfigurovatelný."
format:
date: "%{attribute} není platné datum - RRRR-MM-DD očekáváno."
general: "Došlo k chybě."
@ -351,6 +351,7 @@ cs:
label_expand_project_menu: "Rozbalit nabídku projektu"
label_export: "Export"
label_export_preparing: "Export je připraven a bude brzy k stažení."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Soubor"
label_filesize: "Velikost"
label_general: "Obecné"
@ -373,9 +374,9 @@ cs:
label_learn_more_link: "Více informací"
label_less_or_equal: "<="
label_less_than_ago: "před méně jak (dny)"
label_link_files_in_storage: "Link files in %{storageType}"
label_link_files_in_storage: "Soubory odkazů v %{storageType}"
label_loading: "Načítání..."
label_login_to_storage: "Login to %{storageType}"
label_login_to_storage: "Přihlásit se k %{storageType}"
label_mail_notification: "E-mailová upozornění"
label_me: "já"
label_meeting_agenda: "Agenda"
@ -388,7 +389,7 @@ cs:
label_no_data: "Žádná data k zobrazení"
label_no_due_date: "žádné datum dokončení"
label_no_start_date: "žádné datum začátku"
label_no_storage_connection: "No %{storageType} connection"
label_no_storage_connection: "Žádné připojení %{storageType}"
label_no_value: "Žádná hodnota"
label_no_file_links: "In order to link files to this work package please do it via %{storageType}."
label_none: "žádný"
@ -397,27 +398,30 @@ cs:
label_on: "zapnuto"
label_open_menu: "Otevřít nabídku"
label_open_context_menu: "Otevřít kontextovou nabídku"
label_open_storage: "Open %{storageType}"
label_open_storage: "Otevřít %{storageType}"
label_open_work_packages: "open"
label_open_file_link: 'Open file on storage'
label_open_file_link_location: 'Open file in location'
label_open_file_link: 'Otevřít soubor v úložišti'
label_open_file_link_location: 'Otevřít soubor v umístění'
label_password: "Heslo"
label_previous: "Předchozí"
label_per_page: "Na stránku:"
label_please_wait: "Čekejte prosím"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekty"
label_visibility_settings: "Nastavení viditelnosti"
label_visibility_settings: "Viditelnost zobrazení"
label_quote_comment: "Citovat tento komentář"
label_recent: "Nedávné"
label_reset: "Reset"
label_remove: "Odstranit"
label_remove_column: "Odstranit sloupec"
label_remove_columns: "Odstranit vybrané sloupce"
label_remove_file_link: "Remove file link"
label_remove_file_link: "Odstranit odkaz na soubor"
label_remove_row: "Odstranit řádek"
label_report: "Hlášení"
label_repository_plural: "Repozitáře"
label_save_as: "Uložit jako"
label_select_project: "Select a project"
label_select_watcher: "Zvolte sledujícího..."
label_selected_filter_list: "Vybrané filtry"
label_show_attributes: "Zobrazit všechny atributy"
@ -429,9 +433,9 @@ cs:
label_sorting: "Řazení"
label_spent_time: "Strávený čas"
label_star_query: "Oblíbená"
label_storage_connection_error: "Some %{storageType} settings are not working. Please try to login again or contact your %{storageType} administrator."
label_storage_login: "%{storageType} login"
label_storage_not_connected: "To add a link, see or upload files related to this work package, please login to %{storageType}."
label_storage_connection_error: "Některá %{storageType} nastavení nefungují. Zkuste se přihlásit znovu nebo kontaktujte svého správce %{storageType}."
label_storage_login: "%{storageType} přihlášení"
label_storage_not_connected: "Chcete-li přidat odkaz, podívat se na soubory související s tímto pracovním balíčkem, přihlaste se do %{storageType}."
label_press_enter_to_save: "Stiskněte Enter pro uložení."
label_public_query: "Veřejné"
label_sum: "Suma"
@ -525,7 +529,7 @@ cs:
timeline_button: 'Můžete aktivovat <b>Gantt graf</b> pro vytvoření časové osy pro váš projekt.'
timeline: 'Zde můžete upravit váš projektový plán. Vytvářet nové fáze, milníky a přidat závislosti. Všichni členové týmu mohou kdykoliv zobrazit a aktualizovat aktuální plán.'
team_planner:
overview: 'The team planner lets you visually assign tasks to team members and get an overview of who is working on what.'
overview: 'Plánovač týmu vám umožní vizuálně přiřadit úkoly členům týmu a získat přehled o tom, kdo na čem pracuje.'
calendar: 'The weekly or biweekly planning board displays all work packages assigned to your team members.'
add_assignee: 'Chcete-li začít, přidejte do plánovače týmu řešitele'
add_existing: 'Search for existing work packages and drag them to the team planner to instantly assign them to a team member and define start and end dates.'
@ -577,7 +581,7 @@ cs:
title: 'Jsem @zmíněn'
description: 'Dostat upozornění, kdykoli mě někdo kdekoli zmíní'
involved:
title: 'Přiřazeno mně nebo odpovědný'
title: 'Přiřazeno mně nebo jsem Odpovědný'
description: 'Přijímat oznámení pro všechny aktivity v pracovních balíčcích, pro které jsem ŘeŠitel nebo Zodpovědný'
watched: 'Aktualizace u sledovaných položek'
work_package_commented: 'Všechny nové komentáře'
@ -692,7 +696,7 @@ cs:
label_discard: Zrušit výběr
typeahead_placeholder: Hledání možných přihlížejících
relation_labels:
parent: "Rodič"
parent: "Nadřazený"
children: "Potomci"
relates: "Související s"
duplicates: "Duplikáty"
@ -707,7 +711,7 @@ cs:
required: "Vyžadováno"
relation_type: "typ vztahu"
relations_hierarchy:
parent_headline: "Rodič"
parent_headline: "Nadřazený"
hierarchy_headline: "Hierarchie"
children_headline: "Potomci"
relation_buttons:
@ -718,7 +722,7 @@ cs:
hierarchy_outdent: "Odsadit hierarchii"
group_by_wp_type: "Seskupit podle typu pracovního balíčku"
group_by_relation_type: "Seskupit podle typu vztahu"
add_parent: "Přidat existujícího rodiče"
add_parent: "Přidat existující nadřazený"
add_new_child: "Vytvořit nového potomka"
create_new: "Vytvořit nový"
add_existing: "Přidat existující"
@ -736,7 +740,7 @@ cs:
abort: "Zrušit"
relations_autocomplete:
placeholder: "Zadejte hledaný text"
parent_placeholder: "Vyberte nového rodiče nebo stiskněte ESC pro zrušení."
parent_placeholder: "Vyberte nový rnadřazený nebo zrušte stisknutím ESC "
autocompleter:
placeholder: "Zadejte hledaný text"
notFoundText: "Nenalezeny žádné položky"
@ -771,7 +775,7 @@ cs:
farRight: 'Dále vpravo'
showNone: '-- Bez popisku --'
description: >
Vyberte atributy, které chcete vždy zobrazit v příslušných pozicích Ganttova grafu. Všimněte si, že při přejmenování prvku budou namísto těchto atributů zobrazeny jeho popisky s daty.
Vyberte atributy, které chcete zobrazit v příslušných pozicích Ganttova diagramu. Všimněte si, že při najetí kursorem myši budou místo těchto atributů zobrazeny jeho popisky s daty.
button_activate: 'Zobrazit Ganttův diagram'
button_deactivate: 'Skrýt Ganttův diagram'
cancel: Zrušit
@ -850,12 +854,12 @@ cs:
comment_updated: "Komentář byl úspěšně aktualizován."
confirm_edit_cancel: "Opravdu chcete zrušit úpravy pracovního balíčku?"
datepicker_modal:
automatically_scheduled_parent: "Automatically scheduled. Dates are derived from relations."
manually_scheduled: "Manual scheduling enabled, all relations ignored."
start_date_limited_by_relations: "Available start and finish dates are limited by relations."
changing_dates_affects_follow_relations: "Changing these dates will affect dates of related work packages."
click_on_show_relations_to_open_gantt: 'Click on "%{button_name}" for GANTT overview.'
show_relations: 'Show relations'
automatically_scheduled_parent: "Automaticky naplánováno. Data jsou odvozena od vztahů."
manually_scheduled: "Manuální plánování povoleno, všechny vztahy jsou ignorovány."
start_date_limited_by_relations: "Dostupná data zahájení a ukončení jsou omezena vztahy."
changing_dates_affects_follow_relations: "Změna těchto dat ovlivní data souvisejících pracovních balíčků."
click_on_show_relations_to_open_gantt: 'Klikněte na "%{button_name}pro přehled GANTT.'
show_relations: 'Zobrazit vztahy'
description_filter: "Filtr"
description_enter_text: "Zadejte text"
description_options_hide: "Skrýt možnosti"
@ -881,7 +885,7 @@ cs:
title: 'Nový pracovní balíček'
header: 'Nový %{type}'
header_no_type: 'Nový pracovní balíček (ještě není nastaven typ)'
header_with_parent: 'Nový %{type} (Potomek %{parent_type} #%{id})'
header_with_parent: 'Nový %{type} (podřazený %{parent_type} #%{id})'
button: 'Vytvořit'
copy:
title: 'Kopírovat pracovní balíček'
@ -921,7 +925,7 @@ cs:
startDate: "Datum zahájení"
status: "Stav"
subject: "Předmět"
subproject: "Dílčí projekt"
subproject: "Podprojekt"
title: "Název"
type: "Typ"
updatedAt: "Aktualizováno"
@ -960,7 +964,7 @@ cs:
confirm_edit_cancel: "Jste si jisti, že chcete zrušit úpravy názvu tohoto pohledu? Titulek bude nastaven zpět na předchozí hodnotu."
click_to_edit_query_name: "Kliknutím upravíte název tohoto zobrazení."
rename_query_placeholder: "Název tohoto zobrazení"
star_text: "Označte tento pohled jako oblíbený a přidejte do postranního panelu vlevo."
star_text: "Označte toto zobrazení jako oblíbené a přidejte do postranního panelu vlevo."
public_text: >
Publikujte toto zobrazení, umožňující ostatním uživatelům přístup k vašemu zobrazení. Uživatelé s oprávněním 'Spravovat veřejné zobrazení' mohou upravit nebo odebrat veřejný dotaz. To nemá vliv na viditelnost výsledků pracovního balíčku v tomto zobrazení a v závislosti na jejich oprávněních mohou uživatelé vidět různé výsledky.
errors:
@ -1004,7 +1008,7 @@ cs:
automatic: 'Automaticky'
manually: 'Ručně'
warning: 'Při aktivaci režimu automatického řazení ztratíte své předchozí řazení.'
columns_help_text: "Použijte vstup výše pro přidání nebo odebrání sloupců do tabulkového pohledu. Přetažením sloupců změníte jejich pořadí."
columns_help_text: "Toto pole použijte pro přidání nebo odebrání sloupců v tabulkovém zobrazení. Přetažením sloupců myší změníte jejich pořadí v tabulce."
upsale:
attribute_highlighting: 'Potřebujete určité pracovní balíčky, aby vyšly z celkového objemu?'
relation_columns: 'Potřebujete vidět vztahy v seznamu pracovních balíčků?'
@ -1035,8 +1039,8 @@ cs:
save: "Uložit"
save_as: "Uložit jako..."
export: "Exportovat ..."
visibility_settings: "Nastavení viditelnosti..."
page_settings: "Přejmenovat pohled..."
visibility_settings: "Viditelnost zobrazení"
page_settings: "Přejmenovat zobrazení..."
delete: "Odstranit"
filter: "Filtr"
unselected_title: "Pracovní balíček"
@ -1116,7 +1120,7 @@ cs:
search: "Vyhledávání"
close_search: "Zavřít hledání"
current_project: "V tomto projektu"
current_project_and_all_descendants: "V tomto projektu + dilčí projekty"
current_project_and_all_descendants: "V tomto projektu + podprojektech"
title:
all_projects: "všechny projekty"
project_and_subprojects: "a všechny podprojekty"
@ -1199,9 +1203,9 @@ cs:
all: 'Všechny projekty'
selected: 'Pouze vybrané'
search_placeholder: 'Hledat projekt...'
include_subprojects: 'Zahrnout všechny dílčí projekty'
include_subprojects: 'Zahrnout všechny podprojekty'
tooltip:
include_all_selected: 'Zahrnout všechny dílčí projekty je vybráno.'
include_all_selected: 'Zahrnout všechny podprojekty je zvoleno.'
current_project: 'Toto je aktuální projekt, ve kterém se nacházíte.'
forms:
submit_success_message: 'Formulář byl úspěšně odeslán'

@ -350,6 +350,7 @@ da:
label_expand_project_menu: "Expand project menu"
label_export: "Eksportér"
label_export_preparing: "Eksporten er under forberedelse og vil blive hentet om lidt."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Fil"
label_filesize: "Størrelse"
label_general: "Generelle"
@ -404,6 +405,8 @@ da:
label_previous: "Foregående"
label_per_page: "Per side:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekter"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Citér denne kommentar"
@ -417,6 +420,7 @@ da:
label_report: "Rapport"
label_repository_plural: "Projektarkiver"
label_save_as: "Gem som"
label_select_project: "Select a project"
label_select_watcher: "Vælg en tilsynsførende..."
label_selected_filter_list: "Valgte filtre"
label_show_attributes: "Vis alle egenskaber"

@ -350,6 +350,7 @@ de:
label_expand_project_menu: "Projektmenü ausklappen"
label_export: "Exportieren"
label_export_preparing: "Der Export wird vorbereitet und wird in Kürze heruntergeladen."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Datei"
label_filesize: "Größe"
label_general: "Allgemein"
@ -404,6 +405,8 @@ de:
label_previous: "Zurück"
label_per_page: "Pro Seite:"
label_please_wait: "Bitte warten"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekte"
label_visibility_settings: "Sichtbarkeits-Einstellungen"
label_quote_comment: "Diesen Kommentar zitieren"
@ -417,6 +420,7 @@ de:
label_report: "Auswertung"
label_repository_plural: "Projektarchive"
label_save_as: "Speichern unter"
label_select_project: "Select a project"
label_select_watcher: "Beobachter auswählen ..."
label_selected_filter_list: "Ausgewählte Filter"
label_show_attributes: "Alle Attribute anzeigen"

@ -350,6 +350,7 @@ el:
label_expand_project_menu: "Επέκταση του μενού έργου"
label_export: "Εξαγωγή"
label_export_preparing: "Η εξαγωγή προετοιμάζεται και θα κατεβεί σύντομα."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Aρχείο"
label_filesize: "Μέγεθος"
label_general: "Γενικά"
@ -404,6 +405,8 @@ el:
label_previous: "Προηγούμενο"
label_per_page: "Ανά σελίδα:"
label_please_wait: "Παρακαλώ περιμένετε"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Έργα"
label_visibility_settings: "Ρυθμίσεις ορατότητας"
label_quote_comment: "Παραθέστε αυτό το σχόλιο"
@ -417,6 +420,7 @@ el:
label_report: "Αναφορά"
label_repository_plural: "Αποθετήρια"
label_save_as: "Αποθήκευση ως"
label_select_project: "Select a project"
label_select_watcher: "Επιλέξτε έναν παρατηρητή..."
label_selected_filter_list: "Επιλεγμένα φίλτρα"
label_show_attributes: "Εμφανίστε όλα τα χαρακτηριστικά"

@ -351,6 +351,7 @@ eo:
label_expand_project_menu: "Etendi projektan menuon"
label_export: "Eksporti"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Dosiero"
label_filesize: "Dosiergrando"
label_general: "General"
@ -405,6 +406,8 @@ eo:
label_previous: "Antaŭa"
label_per_page: "Per page:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projektoj"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ eo:
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "Konservi kiel"
label_select_project: "Select a project"
label_select_watcher: "Select a watcher..."
label_selected_filter_list: "Elekti filtrilon"
label_show_attributes: "Montri ĉiujn atribuojn"

@ -351,6 +351,7 @@ es:
label_expand_project_menu: "Expandir menú de proyecto"
label_export: "Exportar"
label_export_preparing: "La exportación se está preparando y se descargará en breve."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Archivo"
label_filesize: "Tamaño"
label_general: "General"
@ -405,6 +406,8 @@ es:
label_previous: "Anterior"
label_per_page: "Por pagina:"
label_please_wait: "Por favor, espere"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Proyectos"
label_visibility_settings: "Configuración de visibilidad"
label_quote_comment: "Citar este comentario"
@ -418,6 +421,7 @@ es:
label_report: "Reportar"
label_repository_plural: "Repositorios"
label_save_as: "Guardad como"
label_select_project: "Select a project"
label_select_watcher: "Selecciona un observador..."
label_selected_filter_list: "Filtros seleccionados"
label_show_attributes: "Mostrar todos los atributos"

@ -351,6 +351,7 @@ et:
label_expand_project_menu: "Expand project menu"
label_export: "Ekspordi"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Manus"
label_filesize: "Suurus"
label_general: "Üldine"
@ -405,6 +406,8 @@ et:
label_previous: "Eelmine"
label_per_page: "Lehekülje kohta:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projektid"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ et:
label_report: "Aruanne"
label_repository_plural: "Hoidlad"
label_save_as: "Salvesta kui"
label_select_project: "Select a project"
label_select_watcher: "Vali jälgija..."
label_selected_filter_list: "Valitud filtrid"
label_show_attributes: "Show all attributes"

@ -351,6 +351,7 @@ fa:
label_expand_project_menu: "بازکردن منوی پروژه"
label_export: "خروجی"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "فایل"
label_filesize: "اندازه"
label_general: "General"
@ -405,6 +406,8 @@ fa:
label_previous: "Previous"
label_per_page: "در هر صفحه:"
label_please_wait: "شكيبا باشيد"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projects"
label_visibility_settings: "تنظیمات دیداری"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ fa:
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "ذخیره به عنوان"
label_select_project: "Select a project"
label_select_watcher: "یک ناظر را انتخاب کنید..."
label_selected_filter_list: "فیلترهای انتخاب شده"
label_show_attributes: "نمایش تمام خصیصه ها"

@ -351,6 +351,7 @@ fi:
label_expand_project_menu: "Avaa projektivalikko"
label_export: "Vie"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Tiedosto"
label_filesize: "Koko"
label_general: "Yleinen"
@ -405,6 +406,8 @@ fi:
label_previous: "Edellinen"
label_per_page: "Sivulla:"
label_please_wait: "Odota hetki"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projektit"
label_visibility_settings: "Näkyvyysasetukset"
label_quote_comment: "Lainaa tämä kommentti"
@ -418,6 +421,7 @@ fi:
label_report: "Raportti"
label_repository_plural: "Tietovarastot"
label_save_as: "Tallenna nimellä"
label_select_project: "Select a project"
label_select_watcher: "Valitse seuraaja..."
label_selected_filter_list: "Valitut suodattimet"
label_show_attributes: "Näytä kaikki määritteet"

@ -351,6 +351,7 @@ fil:
label_expand_project_menu: "Expand project menu"
label_export: "I-export"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "File"
label_filesize: "Sukat"
label_general: "Pangkalahatan"
@ -405,6 +406,8 @@ fil:
label_previous: "Nakaraan"
label_per_page: "Bawat pahina:"
label_please_wait: "Pakiusap maghantay"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Mga proyekto"
label_visibility_settings: "Ang mga setting ng katanyagan"
label_quote_comment: "I-quote ang komentong ito"
@ -418,6 +421,7 @@ fil:
label_report: "Ulat"
label_repository_plural: "Mga repositoryo"
label_save_as: "I-save bilang"
label_select_project: "Select a project"
label_select_watcher: "Pumili ng manunuod..."
label_selected_filter_list: "Napiling mga filter"
label_show_attributes: "Ipakita ang lahat ng mga katangian"

@ -351,6 +351,7 @@ fr:
label_expand_project_menu: "Déplier le menu du projet"
label_export: "Exporter"
label_export_preparing: "L'export est en cours de préparation et sera téléchargé sous peu."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Fichier"
label_filesize: "Taille"
label_general: "Général"
@ -405,6 +406,8 @@ fr:
label_previous: "Précédent"
label_per_page: "Par page:"
label_please_wait: "Veuillez patienter"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projets"
label_visibility_settings: "Paramètres de visibilité"
label_quote_comment: "Citer ce commentaire"
@ -418,6 +421,7 @@ fr:
label_report: "Rapport"
label_repository_plural: "Dépôts"
label_save_as: "Enregistrer sous"
label_select_project: "Select a project"
label_select_watcher: "Sélectionner un observateur…"
label_selected_filter_list: "Filtres sélectionnés"
label_show_attributes: "Afficher tous les attributs"

@ -351,6 +351,7 @@ he:
label_expand_project_menu: "Expand project menu"
label_export: "ייצוא"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "קובץ"
label_filesize: "גודל"
label_general: "כללי"
@ -405,6 +406,8 @@ he:
label_previous: "Previous"
label_per_page: "לכל עמוד:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "פרויקטים"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ he:
label_report: "דו״ח"
label_repository_plural: "Repositories"
label_save_as: "שמירה בשם"
label_select_project: "Select a project"
label_select_watcher: "בחר צופה..."
label_selected_filter_list: "מסננים נבחרים: %s"
label_show_attributes: "הצג את כל התכונות"

@ -351,6 +351,7 @@ hi:
label_expand_project_menu: "Expand project menu"
label_export: "नित"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "फइल"
label_filesize: "आकर"
label_general: "सय"
@ -405,6 +406,8 @@ hi:
label_previous: "पिछल"
label_per_page: "परतिठ"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projects"
label_visibility_settings: "दयत settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ hi:
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "कप म सह..."
label_select_project: "Select a project"
label_select_watcher: "एक दरष चयन कर.."
label_selected_filter_list: "चयनित फिटरस"
label_show_attributes: "Show all attributes"

@ -351,6 +351,7 @@ hr:
label_expand_project_menu: "Expand project menu"
label_export: "Izvezi"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Datoteka"
label_filesize: "Veličina"
label_general: "Općenito"
@ -405,6 +406,8 @@ hr:
label_previous: "Prethodni"
label_per_page: "Po stranici:"
label_please_wait: "Molimo pričekajte"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekti"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Citirajte komentar"
@ -418,6 +421,7 @@ hr:
label_report: "Izvješće"
label_repository_plural: "Repozitoriji"
label_save_as: "Spremiti kao"
label_select_project: "Select a project"
label_select_watcher: "Odaberite nadglednika..."
label_selected_filter_list: "Odabrani filteri"
label_show_attributes: "Pokaži sve atribute"

@ -354,6 +354,7 @@ hu:
label_expand_project_menu: "Project menü kibontása"
label_export: "Exportálás"
label_export_preparing: "Az exportálás előkészítés alatt áll, és hamarosan letöltésre kerül."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "File"
label_filesize: "Méret"
label_general: "Általános"
@ -408,6 +409,8 @@ hu:
label_previous: "Korábbi"
label_per_page: "Oldalanként:"
label_please_wait: "Kérem várjon"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projektek"
label_visibility_settings: "Láthatósági beállítások"
label_quote_comment: "Hozzászólás idézése"
@ -421,6 +424,7 @@ hu:
label_report: "Jelentés"
label_repository_plural: "Csomagtárolók"
label_save_as: "Mentés másként"
label_select_project: "Select a project"
label_select_watcher: "Megfigyelők választása..."
label_selected_filter_list: "Szűrők választása"
label_show_attributes: "Minden attribútum megjelenítése"

@ -351,6 +351,7 @@ id:
label_expand_project_menu: "Expand project menu"
label_export: "Ekspor"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "File"
label_filesize: "Size"
label_general: "Umum"
@ -405,6 +406,8 @@ id:
label_previous: "Sebelumnya"
label_per_page: "Per halaman:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Project"
label_visibility_settings: "Seting penampakan"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ id:
label_report: "Laporan"
label_repository_plural: "Repositori"
label_save_as: "Simpan sebagai"
label_select_project: "Select a project"
label_select_watcher: "Pilih pemantau..."
label_selected_filter_list: "Filter terpilih"
label_show_attributes: "Show all attributes"

@ -353,6 +353,7 @@ it:
label_expand_project_menu: "Espandi il menù di progetto"
label_export: "Esporta"
label_export_preparing: "L'esportazione è in fase di preparazione e il download partirà a breve."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "File"
label_filesize: "Dimensione"
label_general: "Generale"
@ -407,6 +408,8 @@ it:
label_previous: "Precedente"
label_per_page: "Per pagina:"
label_please_wait: "Attendere"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Progetti"
label_visibility_settings: "Impostazioni di visibilità"
label_quote_comment: "Annota questo commento"
@ -420,6 +423,7 @@ it:
label_report: "Segnalano"
label_repository_plural: "Archivi"
label_save_as: "Salva come"
label_select_project: "Select a project"
label_select_watcher: "Seleziona un osservatore..."
label_selected_filter_list: "Filtri selezionati"
label_show_attributes: "Mostra tutti gli attributi"

@ -352,6 +352,7 @@ ja:
label_expand_project_menu: "プロジェクトメニューを展開"
label_export: "外部出力"
label_export_preparing: "エクスポートは準備中です。まもなくダウンロードされます。"
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "ファイル"
label_filesize: "サイズ"
label_general: "概要"
@ -406,6 +407,8 @@ ja:
label_previous: "前へ"
label_per_page: "1 ページあたり"
label_please_wait: "しばらくお待ちください"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "プロジェクト"
label_visibility_settings: "表示の設定"
label_quote_comment: "このコメントを引用"
@ -419,6 +422,7 @@ ja:
label_report: "レポート"
label_repository_plural: "リポジトリ"
label_save_as: "名前をつけて保存"
label_select_project: "Select a project"
label_select_watcher: "ウォッチャーを選択..."
label_selected_filter_list: "選択されたフィルタ"
label_show_attributes: "すべての属性を表示"

@ -351,6 +351,7 @@ ko:
label_expand_project_menu: "프로젝트 메뉴 확장"
label_export: "내보내기"
label_export_preparing: "가져오기 준비 중이며 곧 다운로드됩니다."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "파일"
label_filesize: "크기"
label_general: "일반"
@ -405,6 +406,8 @@ ko:
label_previous: "이전"
label_per_page: "페이지 당:"
label_please_wait: "잠시 기다려 주세요."
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "프로젝트"
label_visibility_settings: "표시 여부 설정"
label_quote_comment: "코멘트 인용"
@ -418,6 +421,7 @@ ko:
label_report: "보고서"
label_repository_plural: "리포지토리"
label_save_as: "다른 이름으로 저장"
label_select_project: "Select a project"
label_select_watcher: "주시하는 사람을 선택"
label_selected_filter_list: "선택된 필터"
label_show_attributes: "모든 특성 표시"

@ -350,6 +350,7 @@ lol:
label_expand_project_menu: "crwdns787370:0crwdne787370:0"
label_export: "crwdns787372:0crwdne787372:0"
label_export_preparing: "crwdns787374:0crwdne787374:0"
label_file_link_no_permission: "crwdns820644:0crwdne820644:0"
label_filename: "crwdns787376:0crwdne787376:0"
label_filesize: "crwdns787378:0crwdne787378:0"
label_general: "crwdns787380:0crwdne787380:0"
@ -404,6 +405,8 @@ lol:
label_previous: "crwdns787464:0crwdne787464:0"
label_per_page: "crwdns787466:0crwdne787466:0"
label_please_wait: "crwdns787468:0crwdne787468:0"
label_project: "crwdns820646:0crwdne820646:0"
label_project_list: "crwdns820648:0crwdne820648:0"
label_project_plural: "crwdns787470:0crwdne787470:0"
label_visibility_settings: "crwdns787472:0crwdne787472:0"
label_quote_comment: "crwdns787474:0crwdne787474:0"
@ -417,6 +420,7 @@ lol:
label_report: "crwdns787488:0crwdne787488:0"
label_repository_plural: "crwdns787490:0crwdne787490:0"
label_save_as: "crwdns787492:0crwdne787492:0"
label_select_project: "crwdns820650:0crwdne820650:0"
label_select_watcher: "crwdns787494:0crwdne787494:0"
label_selected_filter_list: "crwdns787496:0crwdne787496:0"
label_show_attributes: "crwdns787498:0crwdne787498:0"

@ -351,6 +351,7 @@ lt:
label_expand_project_menu: "Išskleisti projekto meniu"
label_export: "Eksportuoti"
label_export_preparing: "Eksportas ruošiamas ir greitai bus parsiųstas."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Failas"
label_filesize: "Dydis"
label_general: "Bendra"
@ -405,6 +406,8 @@ lt:
label_previous: "Ankstesnis"
label_per_page: "Puslapyje:"
label_please_wait: "Prašome palaukti"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projektai"
label_visibility_settings: "Matomumo nustatymai"
label_quote_comment: "Cituoti šį komentarą"
@ -418,6 +421,7 @@ lt:
label_report: "Ataskaita"
label_repository_plural: "Repozitorijos"
label_save_as: "Įrašyti kaip"
label_select_project: "Select a project"
label_select_watcher: "Parinkti stebėtoją..."
label_selected_filter_list: "Parinkti filtrus"
label_show_attributes: "Rodyti visus atributus"

@ -351,6 +351,7 @@ lv:
label_expand_project_menu: "Expand project menu"
label_export: "Eksportēt"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Fails"
label_filesize: "Izmērs"
label_general: "General"
@ -405,6 +406,8 @@ lv:
label_previous: "Iepriekšējā"
label_per_page: "Katrā lappusē:"
label_please_wait: "Lūdzu, uzgaidiet"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekti"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Citēt šo komentāru"
@ -418,6 +421,7 @@ lv:
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "Saglabāt kā"
label_select_project: "Select a project"
label_select_watcher: "Select a watcher..."
label_selected_filter_list: "Atlasītajiem filtriem"
label_show_attributes: "Parādīt visus atribūtus"

@ -351,6 +351,7 @@ ne:
label_expand_project_menu: "Expand project menu"
label_export: "Export"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "फइल"
label_filesize: "सइज"
label_general: "General"
@ -405,6 +406,8 @@ ne:
label_previous: "Previous"
label_per_page: "Per page:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projects"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ ne:
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "Save as"
label_select_project: "Select a project"
label_select_watcher: "Select a watcher..."
label_selected_filter_list: "Selected filters"
label_show_attributes: "Show all attributes"

@ -351,6 +351,7 @@ nl:
label_expand_project_menu: "Menu project uitvouwen"
label_export: "Exporteren"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Bestand"
label_filesize: "Grootte"
label_general: "Algemeen"
@ -405,6 +406,8 @@ nl:
label_previous: "Vorige"
label_per_page: "Per pagina:"
label_please_wait: "Een ogenblik geduld"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projecten"
label_visibility_settings: "Zichtbaarheidsinstellingen"
label_quote_comment: "Citeer dit commentaar"
@ -418,6 +421,7 @@ nl:
label_report: "Rapport"
label_repository_plural: "Repositories"
label_save_as: "Opslaan als"
label_select_project: "Select a project"
label_select_watcher: "Kies een toezichter..."
label_selected_filter_list: "Geselecteerde filters"
label_show_attributes: "Toon alle kenmerken"

@ -351,6 +351,7 @@
label_expand_project_menu: "Expand project menu"
label_export: "Eksportèr"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Fil"
label_filesize: "Størrelse"
label_general: "Generell"
@ -405,6 +406,8 @@
label_previous: "Forrige"
label_per_page: "Pr. side:"
label_please_wait: "Vennligst vent"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Prosjekter"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@
label_report: "Rapport"
label_repository_plural: "Pakkebrønner"
label_save_as: "Lagre som"
label_select_project: "Select a project"
label_select_watcher: "Velg en overvåker..."
label_selected_filter_list: "Valgte filtre"
label_show_attributes: "Vis alle attributter"

@ -351,6 +351,7 @@ pl:
label_expand_project_menu: "Rozwiń menu projektu"
label_export: "Eksportuj"
label_export_preparing: "Eksport jest przygotowywany i zostanie wkrótce pobrany."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Plik"
label_filesize: "Rozmiar"
label_general: "Ogólne"
@ -405,6 +406,8 @@ pl:
label_previous: "Poprzedni"
label_per_page: "Na stronie:"
label_please_wait: "Zaczekaj"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekty"
label_visibility_settings: "Ustawienia widoczności"
label_quote_comment: "Cytuj komentarz"
@ -418,6 +421,7 @@ pl:
label_report: "Raport"
label_repository_plural: "Repozytoria"
label_save_as: "Zapisz jako"
label_select_project: "Select a project"
label_select_watcher: "Wybierz obserwatora..."
label_selected_filter_list: "Wybrane filtry"
label_show_attributes: "Pokaż wszystkie atrybuty"

@ -350,6 +350,7 @@ pt:
label_expand_project_menu: "Expandir menu do projeto"
label_export: "Exportar"
label_export_preparing: "A exportação está sendo preparada e será baixada em breve."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Arquivo"
label_filesize: "Tamanho"
label_general: "Geral"
@ -404,6 +405,8 @@ pt:
label_previous: "Anterior"
label_per_page: "Por página:"
label_please_wait: "Por favor, aguarde"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projetos"
label_visibility_settings: "Configurações de visibilidade"
label_quote_comment: "Citar este comentário"
@ -417,6 +420,7 @@ pt:
label_report: "Relatório"
label_repository_plural: "Repositórios"
label_save_as: "Salvar como"
label_select_project: "Select a project"
label_select_watcher: "Selecione um observador..."
label_selected_filter_list: "Filtros selecionados"
label_show_attributes: "Mostrar todos os atributos"

@ -350,6 +350,7 @@ ro:
label_expand_project_menu: "Deschideți meniul proiectului"
label_export: "Exportare"
label_export_preparing: "Exportul este în curs de pregătire și va fi descărcat în curând."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Fișier"
label_filesize: "Dimensiune"
label_general: "General"
@ -404,6 +405,8 @@ ro:
label_previous: "Înapoi"
label_per_page: "Pe pagină:"
label_please_wait: "Așteptați"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Proiecte"
label_visibility_settings: "Setări de vizibilitate"
label_quote_comment: "Citare comentariu"
@ -417,6 +420,7 @@ ro:
label_report: "Raportare"
label_repository_plural: "Repo-uri"
label_save_as: "Salvare ca"
label_select_project: "Select a project"
label_select_watcher: "Selectaţi un observator..."
label_selected_filter_list: "Filtre selectate"
label_show_attributes: "Afișați toate câmpurile"

@ -350,6 +350,7 @@ ru:
label_expand_project_menu: "Развернуть меню проекта"
label_export: "Экспортировать"
label_export_preparing: "Экспорт готовится и будет загружен в ближайшее время."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Файл"
label_filesize: "Размер"
label_general: "Общее"
@ -404,6 +405,8 @@ ru:
label_previous: "Предыдущие"
label_per_page: "На странице:"
label_please_wait: "Пожалуйста, подождите"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Проекты"
label_visibility_settings: "Параметры видимости"
label_quote_comment: "Цитировать этот комментарий"
@ -417,6 +420,7 @@ ru:
label_report: "Отчет"
label_repository_plural: "Репозитории"
label_save_as: "Сохранить как"
label_select_project: "Select a project"
label_select_watcher: "Выберите наблюдателя..."
label_selected_filter_list: "Выбранные фильтры"
label_show_attributes: "Показать все атрибуты"

@ -351,6 +351,7 @@ rw:
label_expand_project_menu: "Expand project menu"
label_export: "Export"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "File"
label_filesize: "Size"
label_general: "General"
@ -405,6 +406,8 @@ rw:
label_previous: "Previous"
label_per_page: "Per page:"
label_please_wait: "Please wait"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projects"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ rw:
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "Save as"
label_select_project: "Select a project"
label_select_watcher: "Select a watcher..."
label_selected_filter_list: "Selected filters"
label_show_attributes: "Show all attributes"

@ -351,6 +351,7 @@ si:
label_expand_project_menu: "වව ප කරනන"
label_export: "අපනයන"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "ගව"
label_filesize: "පරමණය"
label_general: "ප"
@ -405,6 +406,8 @@ si:
label_previous: "පසය"
label_per_page: "එකවකට:"
label_please_wait: "කරකර රන"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "ව"
label_visibility_settings: "දයතකස"
label_quote_comment: "මම අදහස උප දකවනන"
@ -418,6 +421,7 @@ si:
label_report: "වව"
label_repository_plural: "ගබඩවලද"
label_save_as: "ලස සරකන"
label_select_project: "Select a project"
label_select_watcher: "මරකරරනන..."
label_selected_filter_list: "තගතරහන"
label_show_attributes: "සයලග පවනන"

@ -351,6 +351,7 @@ sk:
label_expand_project_menu: "Rozbaliť ponuku projektu"
label_export: "Exportovať"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Súbor"
label_filesize: "Veľkosť"
label_general: "Všeobecné"
@ -405,6 +406,8 @@ sk:
label_previous: "Predošlý"
label_per_page: "Na stranu:"
label_please_wait: "Prosím, čakajte"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekty"
label_visibility_settings: "Nastavenia viditeľnosti"
label_quote_comment: "Citovať tento komentár"
@ -418,6 +421,7 @@ sk:
label_report: "Report"
label_repository_plural: "Repozitáre"
label_save_as: "Uložiť ako"
label_select_project: "Select a project"
label_select_watcher: "Vybrať pozorovateľa ..."
label_selected_filter_list: "Vybrané filtre"
label_show_attributes: "Zobraziť všetky atribúty"

@ -350,6 +350,7 @@ sl:
label_expand_project_menu: "Razširi projektni meni"
label_export: "Izvozi"
label_export_preparing: "Izvoz je v pripravi in bo kmalu prenesen."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Datoteka"
label_filesize: "Velikost"
label_general: "Splošno"
@ -404,6 +405,8 @@ sl:
label_previous: "Predhodnji"
label_per_page: "Na stran:"
label_please_wait: "Prosimo, počakajte"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekti"
label_visibility_settings: "Nastavitve vidljivosti"
label_quote_comment: "Citiraj ta komentar"
@ -417,6 +420,7 @@ sl:
label_report: "Poročilo"
label_repository_plural: "Repozitoriji"
label_save_as: "Shrani kot"
label_select_project: "Select a project"
label_select_watcher: "Izberi opazovalca..."
label_selected_filter_list: "Izbrani kriteriji"
label_show_attributes: "Prikaži vse atribute"

@ -350,6 +350,7 @@ sv:
label_expand_project_menu: "Expandera projektmenyn"
label_export: "Exportera"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Fil"
label_filesize: "Filstorlek"
label_general: "Allmänt"
@ -404,6 +405,8 @@ sv:
label_previous: "Föregående"
label_per_page: "Per sida:"
label_please_wait: "Vänligen vänta"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projekt"
label_visibility_settings: "Synlighet inställningar"
label_quote_comment: "Citera denna kommentar"
@ -417,6 +420,7 @@ sv:
label_report: "Rapport"
label_repository_plural: "Versionsarkiv"
label_save_as: "Spara som"
label_select_project: "Select a project"
label_select_watcher: "Välj en bevakare..."
label_selected_filter_list: "Valda filter"
label_show_attributes: "Visa alla attribut"

@ -351,6 +351,7 @@ th:
label_expand_project_menu: "Expand project menu"
label_export: "Export"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "ไฟล"
label_filesize: "ขนาด"
label_general: "ทวไป"
@ -405,6 +406,8 @@ th:
label_previous: "กอนหนาน"
label_per_page: "ตอหนา"
label_please_wait: "กรณารอสกคร"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "โครงการ"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
@ -418,6 +421,7 @@ th:
label_report: "รายงาน"
label_repository_plural: "ทเกบ"
label_save_as: "บนทกเปน"
label_select_project: "Select a project"
label_select_watcher: "เลอกผอมล..."
label_selected_filter_list: "ตวกรองทเลอก"
label_show_attributes: "Show all attributes"

@ -351,6 +351,7 @@ tr:
label_expand_project_menu: "Proje menüsünü genişlet"
label_export: "Dışarı aktar"
label_export_preparing: "İhracat hazırlanıyor ve kısa süre içinde indirilecek."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Dosya"
label_filesize: "Boyutu"
label_general: "Genel"
@ -405,6 +406,8 @@ tr:
label_previous: "Önceki"
label_per_page: "Sayfa başına:"
label_please_wait: "Lütfen bekleyin"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Projeler"
label_visibility_settings: "Görünürlük ayarları"
label_quote_comment: "Yorumu alıntıla"
@ -418,6 +421,7 @@ tr:
label_report: "Rapor (bildiri)"
label_repository_plural: "Depolar"
label_save_as: "Farklı Kaydet"
label_select_project: "Select a project"
label_select_watcher: "Takipçi seç..."
label_selected_filter_list: "Seçilen filtreler"
label_show_attributes: "Tüm öznitelikleri göster"

@ -351,6 +351,7 @@ uk:
label_expand_project_menu: "Розгорніть меню проекту"
label_export: "Експорт"
label_export_preparing: "Файл готується для експорту, і невдовзі його буде завантажено."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Файл"
label_filesize: "Розмір"
label_general: "Загальні"
@ -405,6 +406,8 @@ uk:
label_previous: "Попередній"
label_per_page: "К-сть на сторінку:"
label_please_wait: "Будь ласка, зачекайте"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Проекти"
label_visibility_settings: "Налаштування видимості ..."
label_quote_comment: "Цитувати цей коментар"
@ -418,6 +421,7 @@ uk:
label_report: "Звіт"
label_repository_plural: "Репозиторії"
label_save_as: "Зберегти як"
label_select_project: "Select a project"
label_select_watcher: "Виберіть спостерігача..."
label_selected_filter_list: "Вибрані фільтри"
label_show_attributes: "Показати всі атрибути"

@ -350,6 +350,7 @@ vi:
label_expand_project_menu: "Mở rộng menu dự án"
label_export: "Xuất"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "Tệp"
label_filesize: "Kích cỡ"
label_general: "Tổng quan"
@ -404,6 +405,8 @@ vi:
label_previous: "Trước đó"
label_per_page: "Mỗi trang:"
label_please_wait: "Vui lòng chờ"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "Các dự án"
label_visibility_settings: "Cài đặt hiển thị"
label_quote_comment: "Trích bình luận này"
@ -417,6 +420,7 @@ vi:
label_report: "Báo cáo"
label_repository_plural: "Kho lưu trữ"
label_save_as: "Lưu thành"
label_select_project: "Select a project"
label_select_watcher: "Chọn một người theo dõi..."
label_selected_filter_list: "Các bộ lọc đã chọn: %s"
label_show_attributes: "Hiển thị tất cả các thuộc tính"

@ -350,6 +350,7 @@ zh-TW:
label_expand_project_menu: "展開專案選單"
label_export: "匯出"
label_export_preparing: "The export is being prepared and will be downloaded shortly."
label_file_link_no_permission: "You have no permission to see this file."
label_filename: "檔案"
label_filesize: "檔案大小"
label_general: "一般"
@ -404,6 +405,8 @@ zh-TW:
label_previous: "上一個"
label_per_page: "每頁:"
label_please_wait: "請稍候"
label_project: "Project"
label_project_list: "Projects list"
label_project_plural: "專案"
label_visibility_settings: "可見度設定"
label_quote_comment: "引述這個評論"
@ -417,6 +420,7 @@ zh-TW:
label_report: "報表"
label_repository_plural: "Repositories"
label_save_as: "保存為"
label_select_project: "Select a project"
label_select_watcher: "選擇一位關注者"
label_selected_filter_list: "所選的篩選器"
label_show_attributes: "顯示所有屬性"

@ -738,6 +738,7 @@ ko:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "마일스톤에 포함될 수 없음"
cannot_be_self_assigned: "- 자신에게 할당할 수 없습니다."
@ -1444,7 +1445,6 @@ ko:
label_consent_settings: "사용자 동의"
label_wiki_menu_item: 위키 메뉴 항목
label_select_main_menu_item: 새 기본 메뉴 항목 선택
label_select_project: "프로젝트를 선택하세요"
label_required_disk_storage: "필요한 디스크 스토리지"
label_send_invitation: 초대장 보내기
label_change_plural: "변경"
@ -1723,7 +1723,6 @@ ko:
label_product_version: "제품 버전"
label_professional_support: "전문적 지원"
label_profile: "프로필"
label_project_all: "모든 프로젝트"
label_project_count: "전체 프로젝트 수"
label_project_copy_notifications: "프로젝트 복사 중에 이메일 알림 보내기"
label_project_latest: "최근 프로젝트"

@ -721,6 +721,7 @@ lol:
duration:
larger_than_dates: "crwdns816734:0crwdne816734:0"
smaller_than_dates: "crwdns816736:0crwdne816736:0"
not_available_for_milestones: "crwdns820640:0crwdne820640:0"
parent:
cannot_be_milestone: "crwdns495627:0crwdne495627:0"
cannot_be_self_assigned: "crwdns495629:0crwdne495629:0"
@ -1432,7 +1433,6 @@ lol:
label_consent_settings: "crwdns496981:0crwdne496981:0"
label_wiki_menu_item: crwdns496983:0crwdne496983:0
label_select_main_menu_item: crwdns496985:0crwdne496985:0
label_select_project: "crwdns496987:0crwdne496987:0"
label_required_disk_storage: "crwdns496989:0crwdne496989:0"
label_send_invitation: crwdns496991:0crwdne496991:0
label_change_plural: "crwdns496993:0crwdne496993:0"
@ -1711,7 +1711,6 @@ lol:
label_product_version: "crwdns497535:0crwdne497535:0"
label_professional_support: "crwdns497537:0crwdne497537:0"
label_profile: "crwdns497539:0crwdne497539:0"
label_project_all: "crwdns497541:0crwdne497541:0"
label_project_count: "crwdns497543:0crwdne497543:0"
label_project_copy_notifications: "crwdns497545:0crwdne497545:0"
label_project_latest: "crwdns497547:0crwdne497547:0"

@ -739,6 +739,7 @@ lt:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "negali būti svarbus etapas."
cannot_be_self_assigned: "negalima priskirti sau pačiam"
@ -1493,7 +1494,6 @@ lt:
label_consent_settings: "Naudotojo sutikimas"
label_wiki_menu_item: Wiki meniu punktas
label_select_main_menu_item: Pasirinkti naują pagrindinio meniu punktą
label_select_project: "Pasirinkti projektą"
label_required_disk_storage: "Reikalinga vieta diske"
label_send_invitation: Siųsti pakvietimą
label_change_plural: "Pakeitimai"
@ -1772,7 +1772,6 @@ lt:
label_product_version: "Produkto versija"
label_professional_support: "Profesionali pagalba"
label_profile: "Profilis"
label_project_all: "Visi projektai"
label_project_count: "Bendras projektų skaičius"
label_project_copy_notifications: "Vykstant projekto kopijavimui siųsti pranešimus į el. paštą"
label_project_latest: "Naujausi projektai"

@ -741,6 +741,7 @@ lv:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "nevar būt atskaites punkts."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1479,7 +1480,6 @@ lv:
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki menu item
label_select_main_menu_item: Select new main menu item
label_select_project: "Select a project"
label_required_disk_storage: "Nepieciešamā diska krātuve"
label_send_invitation: Nosūtīt ielūgumu
label_change_plural: "Changes"
@ -1758,7 +1758,6 @@ lv:
label_product_version: "Product version"
label_professional_support: "Profesionāls atbalsts"
label_profile: "Profils"
label_project_all: "Visi projekti"
label_project_count: "Kopējais projektu skaits"
label_project_copy_notifications: "Send email notifications during the project copy"
label_project_latest: "Jaunākie projekti"

@ -740,6 +740,7 @@ ne:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "cannot be a milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ ne:
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki menu item
label_select_main_menu_item: Select new main menu item
label_select_project: "Select a project"
label_required_disk_storage: "Required disk storage"
label_send_invitation: Send invitation
label_change_plural: "Changes"
@ -1741,7 +1741,6 @@ ne:
label_product_version: "Product version"
label_professional_support: "Professional support"
label_profile: "Profile"
label_project_all: "All Projects"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Send email notifications during the project copy"
label_project_latest: "Latest projects"

@ -737,6 +737,7 @@ nl:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "kan geen mijlpaal zijn."
cannot_be_self_assigned: "kan niet aan zichzelf worden toegewezen."
@ -1459,7 +1460,6 @@ nl:
label_consent_settings: "Gebruikers toestemming"
label_wiki_menu_item: Wiki menu-item
label_select_main_menu_item: Selecteer nieuwe hoofdmenu-item
label_select_project: "Selecteer een project"
label_required_disk_storage: "Vereiste schijfruimte"
label_send_invitation: Verstuur uitnodiging
label_change_plural: "Wijzigingen"
@ -1738,7 +1738,6 @@ nl:
label_product_version: "Versie van het product"
label_professional_support: "Professionele ondersteuning"
label_profile: "Profiel"
label_project_all: "Alle projecten"
label_project_count: "Totale aantal projecten"
label_project_copy_notifications: "Verzenden van e-mailmeldingen tijdens het project kopiëren"
label_project_latest: "Meest recente projecten"

@ -740,6 +740,7 @@
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "kan ikke være en milepæl."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki menyelement
label_select_main_menu_item: Velg nytt hovedmenyelement
label_select_project: "Velg et prosjekt"
label_required_disk_storage: "Nødvendig lagringsplass"
label_send_invitation: Send invitasjon
label_change_plural: "Endringer"
@ -1741,7 +1741,6 @@
label_product_version: "Produktversjon"
label_professional_support: "Profesjonell hjelp"
label_profile: "Profil"
label_project_all: "Alle prosjekter"
label_project_count: "Antall prosjekter"
label_project_copy_notifications: "Send e-postvarsler mens prosjektkopieringen pågår"
label_project_latest: "Siste prosjekter"

@ -739,6 +739,7 @@ pl:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "nie może być kamieniem milowym."
cannot_be_self_assigned: "nie może być przypisany do siebie."
@ -1493,7 +1494,6 @@ pl:
label_consent_settings: "Zgoda użytkownika"
label_wiki_menu_item: Element menu Wiki
label_select_main_menu_item: Wybierz nową pozycję menu głównego
label_select_project: "Wybierz projekt"
label_required_disk_storage: "Wymagane miejsce na dysku"
label_send_invitation: Wyślij zaproszenie
label_change_plural: "Zmiany"
@ -1772,7 +1772,6 @@ pl:
label_product_version: "Wersja produktu"
label_professional_support: "Profesjonalne wsparcie"
label_profile: "Profil"
label_project_all: "Wszystkie projekty"
label_project_count: "Całkowita liczba projektów"
label_project_copy_notifications: "Wyślij powiadomienia e-mail podczas kopiowania projektów"
label_project_latest: "Najnowsze projekty"

@ -519,16 +519,16 @@ pt:
begin_deletion: "Início da exclusão"
children: "Subelementos"
done_ratio: "Progresso (%)"
duration: "Duration"
duration: "Duração"
end_insertion: "Final da inserção"
end_deletion: "Final da exclusão"
ignore_non_working_days: "Ignore non working days"
ignore_non_working_days: "Ignorar dias feriados e fim de semana"
parent: "Pai"
parent_issue: "Pai"
parent_work_package: "Pai"
priority: "Prioridade"
progress: "Progresso (%)"
readonly: "Read only"
readonly: "Somente leitura"
schedule_manually: "Agendamento manual"
spent_hours: "Tempo gasto"
spent_time: "Tempo gasto"
@ -737,8 +737,9 @@ pt:
due_date:
not_start_date: "não é na data de início, embora isso seja necessário para os marcos."
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
larger_than_dates: "é maior que o intervalo entre a data de início e de fim."
smaller_than_dates: "é menor que o intervalo entre a data de início e a data de término."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "não pode ser um marco."
cannot_be_self_assigned: "não pode ser atribuído a ele mesmo."
@ -1461,7 +1462,6 @@ pt:
label_consent_settings: "Consentimento do usuário"
label_wiki_menu_item: Item do menu da wiki
label_select_main_menu_item: Selecione novo item do menu principal
label_select_project: "Selecionar um projeto"
label_required_disk_storage: "Armazenamento em disco necessário"
label_send_invitation: Enviar Convite
label_change_plural: "Mudanças"
@ -1527,7 +1527,7 @@ pt:
label_diff: "diff"
label_diff_inline: "em linha"
label_diff_side_by_side: "lado a lado"
label_digital_accessibility: 'Digital accessibility (DE)'
label_digital_accessibility: 'Acessibilidade digital (DE)'
label_disabled: "desativado"
label_display: "Display"
label_display_per_page: "Por página: %{value}"
@ -1740,7 +1740,6 @@ pt:
label_product_version: "Versão do produto"
label_professional_support: "Suporte profissional"
label_profile: "Perfil"
label_project_all: "Todos os projetos"
label_project_count: "Número total de projetos"
label_project_copy_notifications: "Enviar notificações por email durante a cópia do projeto"
label_project_latest: "Últimos projetos"
@ -2002,9 +2001,9 @@ pt:
mail_body_backup_token_info: O token anterior não é mais válido.
mail_body_backup_waiting_period: O novo token será habilitado em %{hours} horas.
mail_body_backup_token_warning: Se não foi você, acesse o OpenProject imediatamente e redefina-o novamente.
mail_body_incoming_email_error: The email you sent to OpenProject could not be processed.
mail_body_incoming_email_error_in_reply_to: "At %{received_at} %{from_email} wrote"
mail_body_incoming_email_error_logs: "Logs"
mail_body_incoming_email_error: O e-mail que você enviou para o OpenProject não pôde ser processado.
mail_body_incoming_email_error_in_reply_to: "Em %{received_at} %{from_email} escreveu"
mail_body_incoming_email_error_logs: "Registros"
mail_body_lost_password: "Para alterar sua senha, clique no link a seguir:"
mail_body_register: "Bem-vindo ao %{app_title}. Por favor, ative sua conta clicando neste link:"
mail_body_register_header_title: "E-mail de convite a membro do projeto"
@ -2022,7 +2021,7 @@ pt:
mail_subject_account_activation_request: "solicitação de ativação de conta %{value}"
mail_subject_backup_ready: "Seu backup está pronto"
mail_subject_backup_token_reset: "Redefinir token de backup"
mail_subject_incoming_email_error: "An email you sent to OpenProject could not be processed"
mail_subject_incoming_email_error: "O e-mail que você enviou para o OpenProject não pôde ser processado."
mail_subject_lost_password: "Sua senha %{value}"
mail_subject_register: "Sua ativação de conta: %{value}"
mail_subject_reminder: "%{count} pacote(s) de trabalho finalizam nos próximos %{days} dias:"
@ -2389,7 +2388,7 @@ pt:
setting_smtp_authentication: "Autenticação SMTP"
setting_smtp_user_name: "Usuário SMTP"
setting_smtp_password: "Senha SMTP"
setting_smtp_domain: "SMTP HELO domain"
setting_smtp_domain: "Domínio SMTP"
setting_activity_days_default: "Dias exibidos na atividade de projeto"
setting_app_subtitle: "Subtítulo do aplicativo"
setting_app_title: "Título da aplicação"
@ -3025,8 +3024,8 @@ pt:
my_registered_applications: "Aplicações OAuth registradas"
oauth_client:
urn_connection_status:
connected: "Connected"
error: "Error"
connected: "Conectado"
error: "Erro"
failed_authorization: "Authorization failed"
labels:
label_oauth_integration: "OAuth2 integration"
@ -3045,7 +3044,7 @@ pt:
oauth_client_not_found: "OAuth2 client not found in 'callback' endpoint (redirect_uri)."
refresh_token_called_without_existing_token: >
Internal error: Called refresh_token without a previously existing token.
refresh_token_updated_failed: "Error during update of OAuthClientToken"
refresh_token_updated_failed: "Erro durante a atualização do OAuthClientToken"
oauth_client_not_found_explanation: >
This error appears after you have updated the client_id and client_secret in OpenProject, but haven't updated the 'Return URI' field in the OAuth2 provider.
oauth_code_not_present: "OAuth2 'code' not found in 'callback' endpoint (redirect_uri)."

@ -741,6 +741,7 @@ ro:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "nu poate fi un reper de etapă."
cannot_be_self_assigned: "nu poate fi atribuit singur."
@ -1479,7 +1480,6 @@ ro:
label_consent_settings: "Consimţământul utilizatorului"
label_wiki_menu_item: Meniu wiki
label_select_main_menu_item: Selectare meniu wiki nou
label_select_project: "Selectați un proiect"
label_required_disk_storage: "Necesar spațiu pe disc"
label_send_invitation: Trimite invitație
label_change_plural: "Modificări"
@ -1758,7 +1758,6 @@ ro:
label_product_version: "Versiune produs"
label_professional_support: "Suport profesional"
label_profile: "Profil"
label_project_all: "Toate proiectele"
label_project_count: "Număr total de proiecte"
label_project_copy_notifications: "Trimitere notificări e-mail în timpul copierii proiectului"
label_project_latest: "Ultimele proiecte"

@ -741,6 +741,7 @@ ru:
duration:
larger_than_dates: "больше, чем интервал между началом и датой окончания."
smaller_than_dates: "меньше интервала между началом и датой окончания."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "не может служить вехой."
cannot_be_self_assigned: "не может быть присвоено самому себе."
@ -1495,7 +1496,6 @@ ru:
label_consent_settings: "Согласие пользователя"
label_wiki_menu_item: Пункт меню wiki
label_select_main_menu_item: Выберите новый пункт главного меню
label_select_project: "Выберите проект"
label_required_disk_storage: "Требуется место на диске"
label_send_invitation: Отправить приглашение
label_change_plural: "Изменения"
@ -1774,7 +1774,6 @@ ru:
label_product_version: "Версия продукта"
label_professional_support: "Профессиональная поддержка"
label_profile: "Профиль"
label_project_all: "Все проекты"
label_project_count: "Общее количество проектов"
label_project_copy_notifications: "Уведомлять по электронной почте по ходу копирования проекта"
label_project_latest: "Последние проекты"

@ -740,6 +740,7 @@ rw:
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "is not available for milestone typed work packages."
parent:
cannot_be_milestone: "cannot be a milestone."
cannot_be_self_assigned: "cannot be assigned to itself."
@ -1462,7 +1463,6 @@ rw:
label_consent_settings: "User Consent"
label_wiki_menu_item: Wiki menu item
label_select_main_menu_item: Select new main menu item
label_select_project: "Select a project"
label_required_disk_storage: "Required disk storage"
label_send_invitation: Send invitation
label_change_plural: "Changes"
@ -1741,7 +1741,6 @@ rw:
label_product_version: "Product version"
label_professional_support: "Professional support"
label_profile: "Profile"
label_project_all: "All Projects"
label_project_count: "Total number of projects"
label_project_copy_notifications: "Send email notifications during the project copy"
label_project_latest: "Latest projects"

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

Loading…
Cancel
Save