Merge branch 'dev' into feature/wp-search--ngselect

pull/7016/head
Wieland Lindenthal 6 years ago
commit 53729fdcf5
  1. 2
      .travis.yml
  2. 2
      Dockerfile
  3. 5
      Gemfile
  4. 14
      Gemfile.lock
  5. 1
      app/assets/stylesheets/content/_autocomplete.sass
  6. 10
      app/assets/stylesheets/content/_user.lsg
  7. 15
      app/assets/stylesheets/content/_user.sass
  8. 1
      app/assets/stylesheets/content/work_packages/inplace_editing/_display_fields.sass
  9. 4
      app/assets/stylesheets/layout/_top_menu.sass
  10. 1
      app/assets/stylesheets/layout/work_packages/_mobile.sass
  11. 1
      app/contracts/queries/base_contract.rb
  12. 7
      app/models/queries/operators/boolean_equals.rb
  13. 1
      app/models/queries/queries.rb
  14. 49
      app/models/queries/queries/filters/hidden_filter.rb
  15. 2
      app/models/query.rb
  16. 1
      app/services/base_type_service.rb
  17. 7
      config/environments/development.rb
  18. 14
      config/locales/crowdin/af.yml
  19. 14
      config/locales/crowdin/ar.yml
  20. 14
      config/locales/crowdin/az.yml
  21. 14
      config/locales/crowdin/bg.yml
  22. 14
      config/locales/crowdin/ca.yml
  23. 14
      config/locales/crowdin/cs.yml
  24. 14
      config/locales/crowdin/da.yml
  25. 14
      config/locales/crowdin/de.yml
  26. 14
      config/locales/crowdin/el.yml
  27. 14
      config/locales/crowdin/es.yml
  28. 14
      config/locales/crowdin/et.yml
  29. 14
      config/locales/crowdin/fa.yml
  30. 14
      config/locales/crowdin/fi.yml
  31. 14
      config/locales/crowdin/fil.yml
  32. 14
      config/locales/crowdin/fr.yml
  33. 14
      config/locales/crowdin/he.yml
  34. 14
      config/locales/crowdin/hi.yml
  35. 14
      config/locales/crowdin/hr.yml
  36. 14
      config/locales/crowdin/hu.yml
  37. 14
      config/locales/crowdin/id.yml
  38. 14
      config/locales/crowdin/it.yml
  39. 14
      config/locales/crowdin/ja.yml
  40. 10
      config/locales/crowdin/js-af.yml
  41. 10
      config/locales/crowdin/js-ar.yml
  42. 10
      config/locales/crowdin/js-az.yml
  43. 10
      config/locales/crowdin/js-bg.yml
  44. 10
      config/locales/crowdin/js-ca.yml
  45. 10
      config/locales/crowdin/js-cs.yml
  46. 10
      config/locales/crowdin/js-da.yml
  47. 10
      config/locales/crowdin/js-de.yml
  48. 10
      config/locales/crowdin/js-el.yml
  49. 10
      config/locales/crowdin/js-es.yml
  50. 10
      config/locales/crowdin/js-et.yml
  51. 10
      config/locales/crowdin/js-fa.yml
  52. 10
      config/locales/crowdin/js-fi.yml
  53. 10
      config/locales/crowdin/js-fil.yml
  54. 10
      config/locales/crowdin/js-fr.yml
  55. 10
      config/locales/crowdin/js-he.yml
  56. 10
      config/locales/crowdin/js-hi.yml
  57. 10
      config/locales/crowdin/js-hr.yml
  58. 10
      config/locales/crowdin/js-hu.yml
  59. 10
      config/locales/crowdin/js-id.yml
  60. 10
      config/locales/crowdin/js-it.yml
  61. 10
      config/locales/crowdin/js-ja.yml
  62. 10
      config/locales/crowdin/js-ko.yml
  63. 26
      config/locales/crowdin/js-lol.yml
  64. 10
      config/locales/crowdin/js-lt.yml
  65. 10
      config/locales/crowdin/js-lv.yml
  66. 10
      config/locales/crowdin/js-nl.yml
  67. 10
      config/locales/crowdin/js-no.yml
  68. 10
      config/locales/crowdin/js-pl.yml
  69. 10
      config/locales/crowdin/js-pt-BR.yml
  70. 10
      config/locales/crowdin/js-pt.yml
  71. 10
      config/locales/crowdin/js-ro.yml
  72. 10
      config/locales/crowdin/js-ru.yml
  73. 433
      config/locales/crowdin/js-sk.yml
  74. 10
      config/locales/crowdin/js-sv-SE.yml
  75. 10
      config/locales/crowdin/js-th.yml
  76. 10
      config/locales/crowdin/js-tr.yml
  77. 10
      config/locales/crowdin/js-uk.yml
  78. 10
      config/locales/crowdin/js-vi.yml
  79. 10
      config/locales/crowdin/js-zh-TW.yml
  80. 10
      config/locales/crowdin/js-zh.yml
  81. 14
      config/locales/crowdin/ko.yml
  82. 18
      config/locales/crowdin/lol.yml
  83. 14
      config/locales/crowdin/lt.yml
  84. 14
      config/locales/crowdin/lv.yml
  85. 14
      config/locales/crowdin/nl.yml
  86. 14
      config/locales/crowdin/no.yml
  87. 14
      config/locales/crowdin/pl.yml
  88. 14
      config/locales/crowdin/pt-BR.yml
  89. 14
      config/locales/crowdin/pt.yml
  90. 14
      config/locales/crowdin/ro.yml
  91. 14
      config/locales/crowdin/ru.yml
  92. 665
      config/locales/crowdin/sk.yml
  93. 14
      config/locales/crowdin/sv-SE.yml
  94. 14
      config/locales/crowdin/th.yml
  95. 14
      config/locales/crowdin/tr.yml
  96. 14
      config/locales/crowdin/uk.yml
  97. 14
      config/locales/crowdin/vi.yml
  98. 14
      config/locales/crowdin/zh-TW.yml
  99. 14
      config/locales/crowdin/zh.yml
  100. 5
      db/migrate/20190207155607_add_hidden_to_queries.rb
  101. Some files were not shown because too many files have changed in this diff Show More

@ -29,7 +29,7 @@
language: ruby
rvm:
- 2.5.1
- 2.6.1
sudo: required
dist: trusty

@ -1,4 +1,4 @@
FROM ruby:2.5-stretch
FROM ruby:2.6-stretch
ENV NODE_VERSION="10.15.0"
ENV BUNDLER_VERSION="2.0.1"

@ -28,12 +28,11 @@
source 'https://rubygems.org'
ruby '~> 2.5.1'
ruby '~> 2.6.1'
gem 'actionpack-xml_parser', '~> 2.0.0'
gem 'activemodel-serializers-xml', '~> 1.0.1'
gem 'activerecord-session_store', '~> 1.1.0'
gem 'listen', '~> 3.1' # Use for event-based reloaders
gem 'rails', '~> 5.2.2'
gem 'responders', '~> 2.4'
@ -230,7 +229,7 @@ group :test do
gem 'fuubar', '~> 2.3.2'
gem 'timecop', '~> 0.9.0'
gem 'webmock', '~> 3.1.0', require: false
gem 'webmock', '~> 3.5.0', require: false
gem 'equivalent-xml', '~> 0.6'
gem 'json_spec', '~> 1.1.4'

@ -464,7 +464,7 @@ GEM
rack-accept
virtus (>= 1.0.0)
gravatar_image_tag (1.2.0)
hashdiff (0.3.7)
hashdiff (0.3.8)
hashery (2.1.2)
hashie (3.6.0)
health_check (3.0.0)
@ -505,10 +505,6 @@ GEM
addressable (~> 2.3)
letter_opener (1.7.0)
launchy (~> 2.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
livingstyleguide (2.0.3)
minisyntax (>= 0.2.5)
redcarpet
@ -754,7 +750,6 @@ GEM
ruby-rc4 (0.1.5)
ruby-saml (1.9.0)
nokogiri (>= 1.5.10)
ruby_dep (1.5.0)
rubyzip (1.2.2)
safe_yaml (1.0.4)
sanitize (5.0.0)
@ -867,7 +862,7 @@ GEM
webfinger (1.1.0)
activesupport
httpclient (>= 2.4)
webmock (3.1.0)
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
@ -932,7 +927,6 @@ DEPENDENCIES
json_spec (~> 1.1.4)
launchy (~> 2.4.3)
letter_opener
listen (~> 3.1)
livingstyleguide (~> 2.0.1)
lograge (~> 0.10.0)
meta-tags (~> 2.11.0)
@ -1034,11 +1028,11 @@ DEPENDENCIES
unicorn-worker-killer
warden (~> 1.2)
warden-basic_auth (~> 0.2.1)
webmock (~> 3.1.0)
webmock (~> 3.5.0)
will_paginate (~> 3.1.0)
RUBY VERSION
ruby 2.5.1p57
ruby 2.6.1p33
BUNDLED WITH
2.0.1

@ -153,6 +153,7 @@ mark.ui-autocomplete-match
.ng-select-container
z-index: auto !important
.ng-value-container input
height: 100%
-webkit-box-sizing: border-box !important
-moz-box-sizing: border-box !important
box-sizing: border-box !important

@ -2,12 +2,18 @@
```
Default:<br />
Standard:<br />
<img class="avatar" src="/assets/default-avatar.png" />
<br /><br />
Default Mini:<br />
Standard Mini:<br />
<img class="avatar-mini" src="/assets/default-avatar.png" />
<br /><br />
Default:<br />
<div class="avatar avatar-default">OA</div>
<br /><br />
Default Mini:<br />
<div class="avatar-mini avatar-default">OA</div>
<br /><br />
Gravatar:<br />
<img src="http://gravatar.com/avatar/cb4f282fed12016bd18a879c1f27ff97" class="avatar" />
<br /><br />

@ -38,6 +38,21 @@
margin-right: 10px
vertical-align: -5px
&.avatar-default
line-height: $user-avatar-mini-height
font-size: 10px
.avatar-default
display: inline-block
line-height: $user-avatar-height
font-size: 16px
text-align: center
vertical-align: middle
background-color: $user-avatar-default-bg-color
color: white
cursor: inherit
user-select: none
h1, h2, h3, h4, tr
.avatar, .avatar-mini
vertical-align: middle

@ -38,6 +38,7 @@
p
word-wrap: break-word
font-size: 0.875rem
.wp-edit-field--text,
wp-edit-field

@ -336,6 +336,10 @@ $search-input-width-expanded: 300px
.avatar
// To accommodate the padding of the help icon which exists because of the circle
margin-top: -5px
.avatar-default
border: 1px solid
@include varprop(border-color, header-item-font-color)
.icon-help:before
border-width: 2px
border-style: solid

@ -84,7 +84,6 @@
.attributes-key-value--key,
.attributes-key-value--value-container
font-size: 1rem
margin-bottom: 20px
.inplace-edit--read-value

@ -35,6 +35,7 @@ module Queries
attribute :name
attribute :project_id
attribute :hidden
attribute :is_public # => public
attribute :display_sums # => sums
attribute :timeline_visible

@ -36,13 +36,6 @@ module Queries::Operators
def self.sql_for_field(values, db_table, db_field)
sql = ''
# special case for old timeline where
# -1 is still used
# TODO: remove once old timeline is removed
if values.include?('-1')
return "#{db_table}.#{db_field} IS NULL"
end
if values.include?('f')
sql = "#{db_table}.#{db_field} IS NULL OR "
end

@ -33,4 +33,5 @@
module Queries::Queries
Queries::Register.filter Queries::Queries::QueryQuery, Queries::Queries::Filters::ProjectFilter
Queries::Register.filter Queries::Queries::QueryQuery, Queries::Queries::Filters::ProjectIdentifierFilter
Queries::Register.filter Queries::Queries::QueryQuery, Queries::Queries::Filters::HiddenFilter
end

@ -0,0 +1,49 @@
#-- encoding: UTF-8
#-- copyright
# OpenProject is a project management system.
# Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#
# 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-2017 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 docs/COPYRIGHT.rdoc for more details.
#++
class Queries::Queries::Filters::HiddenFilter < Queries::Queries::Filters::QueryFilter
def self.key
:hidden
end
def allowed_values
[
[I18n.t(:general_text_yes), OpenProject::Database::DB_VALUE_TRUE],
[I18n.t(:general_text_no), OpenProject::Database::DB_VALUE_FALSE]
]
end
def type
:list
end
def type_strategy
@type_strategy ||= ::Queries::Filters::Strategies::BooleanList.new self
end
end

@ -64,6 +64,8 @@ class Query < ActiveRecord::Base
scope(:global, -> { where(project_id: nil) })
scope(:hidden, -> { where(hidden: true) })
def self.new_default(attributes = nil)
new(attributes).tap do |query|
query.add_default_filter

@ -113,6 +113,7 @@ class BaseTypeService
.call(attributes.with_indifferent_access)
query.show_hierarchies = false
query.hidden = true
groups[index][1] = [query]
end

@ -41,8 +41,11 @@ OpenProject::Application.configure do
# Do not eager load code on boot.
config.eager_load = false
# Asynchronous file watcher
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
# File watcher
# using ActiveSupport::EventedFileUpdateChecker depends on listen which depends on fsevent
# which seems to be prone to creating zombie process (+200 of them) which can cause
# the process limit (on mac) to be reached which causes the system to need a reboot.
config.file_watcher = ActiveSupport::FileUpdateChecker
# Store uploaded files on the local file system (see config/storage.yml for options)
config.active_storage.service = :local

@ -106,6 +106,10 @@ af:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: There are currently no groups.
@ -1185,7 +1189,6 @@ af:
label_all_open_wps: All open
label_always_visible: Altyd vertoon
label_announcement: Aankondiging
label_and_its_subprojects: "%{value} en sy subprojekte"
label_api_access_key: API toegangsleutel
label_api_access_key_created_on: API toegangsleutel %{value} gelede geskep
label_api_access_key_type: API
@ -1553,7 +1556,6 @@ af:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Search
label_search_titles_only: Search titles only
label_send_information: Send account information to the user
label_send_test_email: Send a test email
label_settings: Instellings
@ -2886,6 +2888,14 @@ af:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Verwyder legstuk
label_and_its_subprojects: "%{value} en sy subprojekte"
label_my_page_block: My bladsyblok
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Search titles only
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ ar:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: لا يوجد حالياً مجموعات.
@ -1244,7 +1248,6 @@ ar:
label_all_open_wps: All open
label_always_visible: معروض دائمًا
label_announcement: إعلان
label_and_its_subprojects: "%{value} والمشاريع الفرعية الخاصة به"
label_api_access_key: مفتاح الوصول إلى API
label_api_access_key_created_on: مفتاح الوصول إلى API تم إنشاؤها %{value} قبل ذلك
label_api_access_key_type: API
@ -1613,7 +1616,6 @@ ar:
label_role_search: تعيين دور للأعضاء الجدد
label_scm: اختصاراً لِ:"Supply Chain Management" إدارة سلسة الإمداد
label_search: البحث
label_search_titles_only: البحث في العناوين فقط
label_send_information: إرسال معلومات الحساب إلى المستخدم
label_send_test_email: إرسال رسالة اختبار
label_settings: إعدادات
@ -2949,6 +2951,14 @@ ar:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: إزالة الأداة
label_and_its_subprojects: "%{value} والمشاريع الفرعية الخاصة به"
label_my_page_block: حظر الصفحة الخاصة بي
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: البحث في العناوين فقط
label_visible_elements: العناصر المرئية
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ az:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: There are currently no groups.
@ -1179,7 +1183,6 @@ az:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} and its subprojects"
label_api_access_key: API access key
label_api_access_key_created_on: API access key created %{value} ago
label_api_access_key_type: API
@ -1545,7 +1548,6 @@ az:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Search
label_search_titles_only: Search titles only
label_send_information: Send account information to the user
label_send_test_email: Send a test email
label_settings: Settings
@ -2873,6 +2875,14 @@ az:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Remove widget
label_and_its_subprojects: "%{value} and its subprojects"
label_my_page_block: My page block
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Search titles only
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ bg:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: В момента няма групи.
@ -1183,7 +1187,6 @@ bg:
label_all_open_wps: All open
label_always_visible: Винаги се показват
label_announcement: Известие
label_and_its_subprojects: "%{value} и неговите подпроекти"
label_api_access_key: API ключ за достъп
label_api_access_key_created_on: API ключ за достъп е създаден преди %{value}
label_api_access_key_type: API
@ -1553,7 +1556,6 @@ bg:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Търсене
label_search_titles_only: Търси само заглавия
label_send_information: Изпрати информация за акаунта на този потребител
label_send_test_email: Изпрати пробен имейл
label_settings: Настройки
@ -2882,6 +2884,14 @@ bg:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Премахване на притурка
label_and_its_subprojects: "%{value} и неговите подпроекти"
label_my_page_block: Блок Моята страница
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Търси само заглавия
label_visible_elements: Видими елементи
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ ca:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Actualment no hi ha cap grup.
@ -1194,7 +1198,6 @@ ca:
label_all_open_wps: All open
label_always_visible: Sempre es mostren
label_announcement: Avisos
label_and_its_subprojects: "%{value} i els seus subprojectes"
label_api_access_key: Clau d'accés API
label_api_access_key_created_on: Clau d'accés API creada fa %{value}
label_api_access_key_type: API
@ -1563,7 +1566,6 @@ ca:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Cercar
label_search_titles_only: Cerca només per títol
label_send_information: Envia la informació del compte a l'usuari
label_send_test_email: Enviar correu electrònic de prova
label_settings: Configuració
@ -2942,6 +2944,14 @@ ca:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Treure els widgets
label_and_its_subprojects: "%{value} i els seus subprojectes"
label_my_page_block: El meu bloc de pàgina
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Cerca només per títol
label_visible_elements: Elements visibles
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ cs:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: V současné době neexistují žádné skupiny.
@ -1212,7 +1216,6 @@ cs:
label_all_open_wps: Všechny otevřené
label_always_visible: Vždy zobrazovat
label_announcement: Oznámení
label_and_its_subprojects: "%{value} a její dílčí projekty"
label_api_access_key: Přístupový klíč pro API
label_api_access_key_created_on: API přístupový klíč vytvořen před %{value}
label_api_access_key_type: API
@ -1578,7 +1581,6 @@ cs:
label_role_search: Přiřadit roli novým členům
label_scm: SCM
label_search: Vyhledávání
label_search_titles_only: Vyhledávat jen tituly
label_send_information: Odeslat informace o účtu uživateli
label_send_test_email: Odeslat testovací email
label_settings: Nastavení
@ -2932,6 +2934,14 @@ cs:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Odstranit widget
label_and_its_subprojects: "%{value} a její dílčí projekty"
label_my_page_block: My page block
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Vyhledávat jen tituly
label_visible_elements: Viditelné prvky
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ da:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Der er i øjeblikket ingen grupper.
@ -1178,7 +1182,6 @@ da:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} og dets delprojekter"
label_api_access_key: API adgangsnøgle
label_api_access_key_created_on: API adgangsnøgle oprettet for %{value} siden
label_api_access_key_type: API
@ -1544,7 +1547,6 @@ da:
label_role_search: Assign role to new members
label_scm: Versionskontrolsystem
label_search: Søg
label_search_titles_only: Søg kun i titler
label_send_information: Send kontooplysninger til brugeren
label_send_test_email: Send en e-mailtest
label_settings: Indstillinger
@ -2876,6 +2878,14 @@ da:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Fjern widget
label_and_its_subprojects: "%{value} og dets delprojekter"
label_my_page_block: Min sideblok
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Søg kun i titler
label_visible_elements: Synlige elementer
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -108,6 +108,10 @@ de:
calendar:
removal: 'Bitte beachten Sie: Dieses Modul wird mit OpenProject 8.0 entfernt
werden.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Derzeit gibt es keine Gruppen.
@ -1217,7 +1221,6 @@ de:
label_all_open_wps: Alle offenen
label_always_visible: Immer angezeigt
label_announcement: Ankündigung
label_and_its_subprojects: "%{value} und dessen Unterprojekte"
label_api_access_key: API-Zugriffsschlüssel
label_api_access_key_created_on: Der API-Zugriffsschlüssel wurde vor %{value} erstellt
label_api_access_key_type: Schnittstelle (API)
@ -1586,7 +1589,6 @@ de:
label_role_search: Rolle für neue Mitglieder zuweisen
label_scm: Versionskontrollsystem
label_search: Suche
label_search_titles_only: Nur Titel durchsuchen
label_send_information: Sende Kontoinformationen zum Benutzer
label_send_test_email: Test-E-Mail senden
label_settings: Konfiguration
@ -2970,6 +2972,14 @@ de:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Infobox löschen
label_and_its_subprojects: "%{value} und dessen Unterprojekte"
label_my_page_block: Bereich "Meine Seite"
label_responsible_for_work_packages: Von mir verantwortete Arbeitspakete
label_search_titles_only: Nur Titel durchsuchen
label_visible_elements: Sichtbare Elemente
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ el:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: There are currently no groups.
@ -1179,7 +1183,6 @@ el:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} and its subprojects"
label_api_access_key: API access key
label_api_access_key_created_on: API access key created %{value} ago
label_api_access_key_type: API
@ -1545,7 +1548,6 @@ el:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Search
label_search_titles_only: Search titles only
label_send_information: Send account information to the user
label_send_test_email: Send a test email
label_settings: Settings
@ -2873,6 +2875,14 @@ el:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Remove widget
label_and_its_subprojects: "%{value} and its subprojects"
label_my_page_block: My page block
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Search titles only
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -107,6 +107,10 @@ es:
further_information_after: ''
calendar:
removal: 'Nota: Este módulo se quitará con OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: No hay grupos.
@ -1215,7 +1219,6 @@ es:
label_all_open_wps: Todo abierto
label_always_visible: Siempre se muestra
label_announcement: Aviso
label_and_its_subprojects: "%{value} y sus subproyectos"
label_api_access_key: Código de acceso API
label_api_access_key_created_on: Código de acceso API creado hace %{value}
label_api_access_key_type: API
@ -1584,7 +1587,6 @@ es:
label_role_search: Asignar rol a nuevos miembros
label_scm: SCM
label_search: Buscar
label_search_titles_only: Buscar solamente títulos
label_send_information: Enviar información de la cuenta del usuario
label_send_test_email: Enviar un correo electrónico de prueba
label_settings: Configuración
@ -2975,6 +2977,14 @@ es:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Quitar componente
label_and_its_subprojects: "%{value} y sus subproyectos"
label_my_page_block: Mi bloque de página
label_responsible_for_work_packages: Paquetes de trabajo de los que soy responsable
label_search_titles_only: Buscar solamente títulos
label_visible_elements: Elementos visibles
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ et:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: There are currently no groups.
@ -1179,7 +1183,6 @@ et:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} ja selle alamprojektid"
label_api_access_key: API ligipääsutunnus
label_api_access_key_created_on: API ligipääsutunnus on loodud %{value} tagasi
label_api_access_key_type: API
@ -1546,7 +1549,6 @@ et:
label_role_search: Assign role to new members
label_scm: Lähtekoodi haldusvahendid
label_search: Otsi
label_search_titles_only: Ainult pealkirjadest
label_send_information: Saada konto andmed kasutajale
label_send_test_email: Saada kontrollkiri
label_settings: Seaded
@ -2865,6 +2867,14 @@ et:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Eemalda vidin
label_and_its_subprojects: "%{value} ja selle alamprojektid"
label_my_page_block: Uus blokk
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Ainult pealkirjadest
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ fa:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: There are currently no groups.
@ -1178,7 +1182,6 @@ fa:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} and its subprojects"
label_api_access_key: API access key
label_api_access_key_created_on: API access key created %{value} ago
label_api_access_key_type: API
@ -1544,7 +1547,6 @@ fa:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Search
label_search_titles_only: Search titles only
label_send_information: Send account information to the user
label_send_test_email: Send a test email
label_settings: Settings
@ -2871,6 +2873,14 @@ fa:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: حذف ویجت
label_and_its_subprojects: "%{value} and its subprojects"
label_my_page_block: My page block
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Search titles only
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -105,6 +105,10 @@ fi:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Tällä hetkellä ei ole ryhmiä.
@ -1177,7 +1181,6 @@ fi:
label_all_open_wps: All open
label_always_visible: Aina näkyvissä
label_announcement: Ilmoitus
label_and_its_subprojects: "%{value} ja aliprojektit"
label_api_access_key: API avain
label_api_access_key_created_on: API access key created %{value} ago
label_api_access_key_type: API
@ -1544,7 +1547,6 @@ fi:
label_role_search: Määritä rooli uusille jäsenille
label_scm: SCM
label_search: Haku
label_search_titles_only: Hae vain otsikot
label_send_information: Lähetä tilin tiedot käyttäjälle
label_send_test_email: Lähetä testi sähköposti
label_settings: Asetukset
@ -2864,6 +2866,14 @@ fi:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Poista widgetti
label_and_its_subprojects: "%{value} ja aliprojektit"
label_my_page_block: Minun sivu
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Hae vain otsikot
label_visible_elements: Näkyvät elementit
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -111,6 +111,10 @@ fil:
further_information_after: ''
calendar:
removal: 'Pakitandaan: Ang module na ito ay matatanggal sa OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Sa kasalukuyan ay walang mga grupo.
@ -1217,7 +1221,6 @@ fil:
label_all_open_wps: All open
label_always_visible: Palaging ipinapakita
label_announcement: Anunsyo
label_and_its_subprojects: "%{value} at ang mga subproject na ito"
label_api_access_key: API access key
label_api_access_key_created_on: API access key ay nilikha %{value} ng nakalipas
label_api_access_key_type: API
@ -1588,7 +1591,6 @@ fil:
label_role_search: Magtalaga ng tungkulin ss mga bagong miyembro
label_scm: SCM
label_search: Hanapin
label_search_titles_only: Hanapin sa pamagat lamang
label_send_information: Magpadala ng akwant impormasyon sa gumagamit
label_send_test_email: Magpadala ng test email
label_settings: Mga setting
@ -2988,6 +2990,14 @@ fil:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Alisin ang widget
label_and_its_subprojects: "%{value} at ang mga subproject na ito"
label_my_page_block: Ang pahinang block
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Hanapin sa pamagat lamang
label_visible_elements: Nakikita ang mga elemento
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ fr:
further_information_after: ''
calendar:
removal: Veuillez noter que ce module sera supprimé avec OpenProject 8.0.
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Il n'y a actuellement aucun groupe.
@ -1211,7 +1215,6 @@ fr:
label_all_open_wps: Tous les ouverts
label_always_visible: Toujours affiché
label_announcement: 'Annonce ou avis. '
label_and_its_subprojects: "%{value} et ses sous-projets"
label_api_access_key: Clé d'accès API
label_api_access_key_created_on: Clé d'accès API créé il y a %{value}
label_api_access_key_type: API
@ -1579,7 +1582,6 @@ fr:
label_role_search: Assigner un rôle aux nouveaux membres
label_scm: SCM
label_search: Recherche
label_search_titles_only: Recherche uniquement de Titres
label_send_information: Envoyer informations du compte à l'utilisateur
label_send_test_email: Envoyer un courriel de test
label_settings: Paramètres
@ -2967,6 +2969,14 @@ fr:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Supprimer widget
label_and_its_subprojects: "%{value} et ses sous-projets"
label_my_page_block: Ma page bloc
label_responsible_for_work_packages: Lots de Travaux dont je suis responsable
label_search_titles_only: Recherche uniquement de Titres
label_visible_elements: Éléments visibles
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ he:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: There are currently no groups.
@ -1200,7 +1204,6 @@ he:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value}, פרוייקטי המשנה שלו"
label_api_access_key: מפתח גישה API
label_api_access_key_created_on: API מקשים שנוצרה לפני %{value}
label_api_access_key_type: API
@ -1566,7 +1569,6 @@ he:
label_role_search: Assign role to new members
label_scm: SCM
label_search: חיפוש
label_search_titles_only: Search titles only
label_send_information: Send account information to the user
label_send_test_email: Send a test email
label_settings: הגדרות
@ -2909,6 +2911,14 @@ he:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: הסר רכיב
label_and_its_subprojects: "%{value}, פרוייקטי המשנה שלו"
label_my_page_block: My page block
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Search titles only
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ hi:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: There are currently no groups.
@ -1189,7 +1193,6 @@ hi:
label_all_open_wps: सभ
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} and its subprojects"
label_api_access_key: API पहच क
label_api_access_key_created_on: API access key created %{value} ago
label_api_access_key_type: API
@ -1555,7 +1558,6 @@ hi:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Search
label_search_titles_only: Search titles only
label_send_information: Send account information to the user
label_send_test_email: Send a test email
label_settings: Settings
@ -2887,6 +2889,14 @@ hi:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: िट हट
label_and_its_subprojects: "%{value} and its subprojects"
label_my_page_block: My page block
label_responsible_for_work_packages: य पज जिनकिए म उततरद
label_search_titles_only: Search titles only
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -104,6 +104,10 @@ hr:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Trenutno nema grupa.
@ -1200,7 +1204,6 @@ hr:
label_all_open_wps: All open
label_always_visible: Uvijek se prikazuje
label_announcement: Obavijest
label_and_its_subprojects: "%{value} i njegovi podprojekti"
label_api_access_key: API pristupni ključ
label_api_access_key_created_on: API pristupni ključ kreiran %{value} prije
label_api_access_key_type: API
@ -1567,7 +1570,6 @@ hr:
label_role_search: Dodijeli uloge novim korisnicima
label_scm: SCM
label_search: Pretraživanje
label_search_titles_only: Pretraži samo naslove
label_send_information: Pošalji korisničke informacije korisniku
label_send_test_email: Pošalji probni e-mail
label_settings: Postavke
@ -2920,6 +2922,14 @@ hr:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Ukloni widget
label_and_its_subprojects: "%{value} i njegovi podprojekti"
label_my_page_block: Moj blok stranice
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Pretraži samo naslove
label_visible_elements: Vidljivi elementi
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -104,6 +104,10 @@ hu:
further_information_after: ''
calendar:
removal: 'Kérjük, vegye figyelembe: Ez a modul az OpenProject 8.0-tól megszűnik.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Jelenleg nincsenek csoportok.
@ -1184,7 +1188,6 @@ hu:
label_all_open_wps: Nyitottak
label_always_visible: Mindig látható
label_announcement: Hirdetmény
label_and_its_subprojects: "%{value} és az alprojektjei"
label_api_access_key: API-hozzáférés kulcs
label_api_access_key_created_on: 'APIhozzáférési kulcs készítette: %{value} ezelőtt'
label_api_access_key_type: API
@ -1554,7 +1557,6 @@ hu:
label_role_search: Szerep hozzárendelése az új tagokhoz
label_scm: SCM
label_search: Keresés
label_search_titles_only: Keresés csak a címekben
label_send_information: Fiókinformációkat küldése a felhasználónak
label_send_test_email: Teszt levél küldése
label_settings: Beállítások
@ -2900,6 +2902,14 @@ hu:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Widget eltávolítása
label_and_its_subprojects: "%{value} és az alprojektjei"
label_my_page_block: Az én oldalam blokkolva
label_responsible_for_work_packages: Feladatcsoportok, amelyért én vagyok a felelős
label_search_titles_only: Keresés csak a címekben
label_visible_elements: Látható elemek
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -107,6 +107,10 @@ id:
further_information_after: ''
calendar:
removal: 'Harap dicatat: Modul ini akan dihilangkan dengan OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Tidak ada grup untuk saat ini.
@ -1176,7 +1180,6 @@ id:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} dan Sub Project yang"
label_api_access_key: API access key
label_api_access_key_created_on: API access key dibuat %{value} yg lalu
label_api_access_key_type: API
@ -1543,7 +1546,6 @@ id:
label_role_search: Menetapkan role kepada anggota baru
label_scm: SCM
label_search: Cari
label_search_titles_only: Cari judul
label_send_information: Kirim informasi akun ke user
label_send_test_email: Kirim test email
label_settings: Pengaturan
@ -2867,6 +2869,14 @@ id:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Hapus widget
label_and_its_subprojects: "%{value} dan Sub Project yang"
label_my_page_block: Blok halaman saya
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Cari judul
label_visible_elements: Element tampak
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -107,6 +107,10 @@ it:
further_information_after: ''
calendar:
removal: 'Nota bene: questo modulo sta per essere rimosso con OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Al momento non esistono gruppi.
@ -1205,7 +1209,6 @@ it:
label_all_open_wps: Apri tutto
label_always_visible: Sempre visibile
label_announcement: Annuncio
label_and_its_subprojects: "%{value} e i suoi sotto-progetti"
label_api_access_key: Chiave di accesso API
label_api_access_key_created_on: Chiave di accesso API creata %{value} fa
label_api_access_key_type: API
@ -1575,7 +1578,6 @@ it:
label_role_search: Assegna ruolo ai nuovi membri
label_scm: SCM
label_search: Cerca
label_search_titles_only: Cerca solo nei titoli
label_send_information: Invia le informazioni di registrazione all'utente
label_send_test_email: Invia un email di prova
label_settings: Impostazioni
@ -2972,7 +2974,15 @@ it:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Rimuovi widget
label_and_its_subprojects: "%{value} e i suoi sotto-progetti"
label_my_page_block: Il mio blocco pagina
label_responsible_for_work_packages: Macro-attività di cui sono responsabile del
risultato
label_search_titles_only: Cerca solo nei titoli
label_visible_elements: Elementi visibili
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -89,6 +89,10 @@ ja:
further_information_after: ''
calendar:
removal: 'ご注意ください: このモジュールは OpenProject 8.0 で削除される予定です。'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: 現在、グループはありません。
@ -1084,7 +1088,6 @@ ja:
label_all_open_wps: 開いているすべて
label_always_visible: 常に表示
label_announcement: お知らせ
label_and_its_subprojects: "%{value}とその子プロジェクト"
label_api_access_key: APIアクセスキー
label_api_access_key_created_on: APIアクセスキーが%{value}前に作成されました
label_api_access_key_type: API
@ -1450,7 +1453,6 @@ ja:
label_role_search: 新しいメンバーに役割を割り当てる
label_scm: バージョン管理システム
label_search: 検索
label_search_titles_only: 題名のみを検索
label_send_information: アカウント情報をユーザに送信
label_send_test_email: テスト電子メールを送信
label_settings: 設定
@ -2636,6 +2638,14 @@ ja:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: ウィジェットを削除
label_and_its_subprojects: "%{value}とその子プロジェクト"
label_my_page_block: このページ上のブロック
label_responsible_for_work_packages: 責任者である作業項目
label_search_titles_only: 題名のみを検索
label_visible_elements: 表示する要素
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -38,6 +38,7 @@ af:
button_duplicate: Dupliseer
button_edit: Redigeer
button_filter: Filtreer
button_advanced_filter: Advanced filter
button_list_view: List view
button_show_view: Fullscreen view
button_log_time: Log tyd
@ -847,6 +848,15 @@ af:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Your browser version is not supported
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ ar:
button_duplicate: كرِّر
button_edit: تعديل
button_filter: فلترة
button_advanced_filter: Advanced filter
button_list_view: عرض القائمة
button_show_view: عرض ملء الشاشة
button_log_time: وقت السجل
@ -856,6 +857,15 @@ ar:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: إصدار متصفحك غير مدعوم
message: إصدار المتصفِّح الذي تستخدمة لم يعُد مدعومًا من قِبل أوبِن بروجِكت.

@ -38,6 +38,7 @@ az:
button_duplicate: Duplicate
button_edit: Edit
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Siyahı baxışı
button_show_view: Fullscreen view
button_log_time: Log time
@ -849,6 +850,15 @@ az:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Your browser version is not supported
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ bg:
button_duplicate: Дублиране
button_edit: Редактиране
button_filter: Филтър
button_advanced_filter: Advanced filter
button_list_view: Изглед списък
button_show_view: Изглед на цял екран
button_log_time: Отчетено време
@ -850,6 +851,15 @@ bg:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Версията на вашият браузър не се поддържа
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ ca:
button_duplicate: Duplicar
button_edit: Editar
button_filter: Filtre
button_advanced_filter: Advanced filter
button_list_view: Vista de llista
button_show_view: Vista de pantalla completa
button_log_time: Temps de registre
@ -852,6 +853,15 @@ ca:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: La versió del navegador no és compatible
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ cs:
button_duplicate: Kopie
button_edit: Upravit
button_filter: Filtr
button_advanced_filter: Advanced filter
button_list_view: Zobrazit jako seznam
button_show_view: Celá obrazovka
button_log_time: Čas protokolu
@ -858,6 +859,15 @@ cs:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Verze vašeho prohlížeče není podporována
message: Verze prohlížeče, který používáte, již není OpenProject podporována.

@ -38,6 +38,7 @@ da:
button_duplicate: Lav dublet
button_edit: Rediger
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Listevisning
button_show_view: Fuldskærmsvisning
button_log_time: Tidsregistrering
@ -845,6 +846,15 @@ da:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Din version af browseren understøttes ikke
message: The browser version you are using is no longer supported by OpenProject.

@ -39,6 +39,7 @@ de:
button_duplicate: Duplizieren
button_edit: Bearbeiten
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Listenansicht
button_show_view: Vollbildansicht
button_log_time: Zeit buchen
@ -864,6 +865,15 @@ de:
zen_mode:
button_activate: Zen-Modus aktivieren
button_deactivate: Zen-Modus deaktivieren
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Ihre Browserversion wird nicht unterstützt
message: Die von Ihnen verwendete Browser-Version wird nicht mehr von OpenProject

@ -38,6 +38,7 @@ el:
button_duplicate: Duplicate
button_edit: Edit
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: List view
button_show_view: Fullscreen view
button_log_time: Log time
@ -849,6 +850,15 @@ el:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Your browser version is not supported
message: The browser version you are using is no longer supported by OpenProject.

@ -39,6 +39,7 @@ es:
button_duplicate: Duplicar
button_edit: Editar
button_filter: Filtro
button_advanced_filter: Advanced filter
button_list_view: Vista de lista
button_show_view: Vista de pantalla completa
button_log_time: Tiempo de registro
@ -865,6 +866,15 @@ es:
zen_mode:
button_activate: Activar modo «zen»
button_deactivate: Desactivar modo «zen»
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: La versión de su navegador no está soportada
message: La versión del navegador que estás utilizando ya no está soportada

@ -38,6 +38,7 @@ et:
button_duplicate: Duplitseeri
button_edit: Muuda
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Nimekirja vaade
button_show_view: Fullscreen view
button_log_time: Logi aeg
@ -848,6 +849,15 @@ et:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Your browser version is not supported
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ fa:
button_duplicate: نسخه برداری
button_edit: ویرایش
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: نمای فهرستی
button_show_view: Fullscreen view
button_log_time: پیگیری زمان
@ -851,6 +852,15 @@ fa:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Your browser version is not supported
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ fi:
button_duplicate: Kahdenna
button_edit: Muokkaa
button_filter: Suodata
button_advanced_filter: Advanced filter
button_list_view: Luettelonäkymä
button_show_view: Koko näytön tila
button_log_time: Kirjaa lokiin aika
@ -843,6 +844,15 @@ fi:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Selaimesi versiota ei tueta
message: Selaimesi versiota ei enää tueta.

@ -38,6 +38,7 @@ fil:
button_duplicate: Kapareha
button_edit: I-edit
button_filter: Salain
button_advanced_filter: Advanced filter
button_list_view: Tingnan ang listahan
button_show_view: Tanawin sa buong screen
button_log_time: Ang oras ng tala
@ -863,6 +864,15 @@ fil:
zen_mode:
button_activate: I-aktibo ang zen mode
button_deactivate: I-deactive ang zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Ang iyong bersyong browser ay hindi suportado
message: Ang bersyon ng browser na ginagamit mo ay hindi na suportado ng OpenProject.

@ -39,6 +39,7 @@ fr:
button_duplicate: Dupliquer
button_edit: Éditer
button_filter: Filtre
button_advanced_filter: Advanced filter
button_list_view: Vue en liste
button_show_view: Affichage plein écran
button_log_time: Consigner temps
@ -873,6 +874,15 @@ fr:
zen_mode:
button_activate: Activer le mode zen
button_deactivate: Désactiver le mode zen
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: La version de votre navigateur n'est pas prise en charge
message: La version du navigateur que vous utilisez n'est plus supportée par

@ -38,6 +38,7 @@ he:
button_duplicate: שכפל
button_edit: עריכה
button_filter: סינון
button_advanced_filter: Advanced filter
button_list_view: תצוגת רשימה
button_show_view: תצוגת מסך מלא
button_log_time: נרשם ביומן
@ -856,6 +857,15 @@ he:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: הדפדפן שלך אינו נתמך
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ hi:
button_duplicate: रतििि
button_edit: ित कर
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: बदध द
button_show_view: Fullscreen view
button_log_time: ग समय
@ -849,6 +850,15 @@ hi:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Your browser version is not supported
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ hr:
button_duplicate: Dupliciraj
button_edit: Uredi
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Prikaz popisa
button_show_view: Prikaz na cijelom ekranu
button_log_time: Vrijeme pristupa
@ -854,6 +855,15 @@ hr:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Vaša verzija Internet preglednika nije podržana
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ hu:
button_duplicate: Másolás ide
button_edit: Szerkesztés
button_filter: Szűrő
button_advanced_filter: Advanced filter
button_list_view: Lista nézet
button_show_view: Teljes képernyős nézet
button_log_time: Eltöltött idő rögzítése
@ -847,6 +848,15 @@ hu:
zen_mode:
button_activate: Zen mód aktiválása
button_deactivate: Zen mód kikapcsolása
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Az ön böngészője nem támogatott
message: Az ön által használt böngésző verzióját már nem támogatja az OpenProject.

@ -38,6 +38,7 @@ id:
button_duplicate: Duplikasi
button_edit: Edit
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Tampilan tabel
button_show_view: Tampilan layar penuh
button_log_time: Catatan waktu
@ -849,6 +850,15 @@ id:
zen_mode:
button_activate: Mengaktifkan modus zen
button_deactivate: Menonaktifkan modus zen
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Versi peramban Anda tidak didukung
message: Versi browser yang anda gunakan terlalu usang untuk OpenProject.

@ -39,6 +39,7 @@ it:
button_duplicate: Duplica
button_edit: Modifica
button_filter: Filtro
button_advanced_filter: Advanced filter
button_list_view: Vista elenco
button_show_view: Visualizzazione a schermo intero
button_log_time: Registra l'orario effettuato
@ -864,6 +865,15 @@ it:
zen_mode:
button_activate: Attiva modalità zen
button_deactivate: Disattiva modalità zen
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: La versione del browser non è supportata
message: La versione del browser in uso non è più supportata da OpenProject.

@ -36,6 +36,7 @@ ja:
button_duplicate: 複製
button_edit: 編集
button_filter: フィルタ
button_advanced_filter: Advanced filter
button_list_view: 一覧表示
button_show_view: 全画面表示
button_log_time: 時間を記録
@ -772,6 +773,15 @@ ja:
zen_mode:
button_activate: マナーモードをアクティブにする
button_deactivate: マナーモードを非アクティブにする
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: このブラウザーのバージョンはサポートされていません。
message: 使用しているブラウザのバージョンは、OpenProjectではサポートされなくなりました。

@ -37,6 +37,7 @@ ko:
button_duplicate: 복제
button_edit: 편집
button_filter: 필터
button_advanced_filter: Advanced filter
button_list_view: 목록 보기
button_show_view: 전체화면 보기
button_log_time: 작업시간 기록
@ -787,6 +788,15 @@ ko:
zen_mode:
button_activate: Zen 모드 활성화
button_deactivate: Zen 모드 비활성화
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: 이 브라우저 버전은 지원되지 않습니다.
message: OpenProject에서 더 이상 지원되지 않는 브라우저 버전을 사용하고 계십니다.

@ -36,6 +36,7 @@ lol:
button_duplicate: crwdns106988:0crwdne106988:0
button_edit: crwdns106990:0crwdne106990:0
button_filter: crwdns106992:0crwdne106992:0
button_advanced_filter: Advanced filter
button_list_view: crwdns106994:0crwdne106994:0
button_show_view: crwdns106996:0crwdne106996:0
button_log_time: crwdns106998:0crwdne106998:0
@ -684,8 +685,8 @@ lol:
days: crwdns107996:0crwdne107996:0
weeks: crwdns107998:0crwdne107998:0
months: crwdns108000:0crwdne108000:0
label_switch_to_single_select: crwdns113498:0crwdne113498:0
label_switch_to_multi_select: crwdns113500:0crwdne113500:0
label_switch_to_single_select: crwdns113978:0crwdne113978:0
label_switch_to_multi_select: crwdns113980:0crwdne113980:0
toolbar:
settings:
configure_view: crwdns108002:0crwdne108002:0
@ -766,10 +767,19 @@ lol:
zen_mode:
button_activate: crwdns108124:0crwdne108124:0
button_deactivate: crwdns108126:0crwdne108126:0
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: crwdns113486:0crwdne113486:0
message: crwdns113488:0crwdne113488:0
update_message: crwdns113490:0crwdne113490:0
update_ie_user: crwdns113492:0crwdne113492:0
learn_more: crwdns113494:0crwdne113494:0
close_warning: crwdns113496:0crwdne113496:0
title: crwdns113966:0crwdne113966:0
message: crwdns113968:0crwdne113968:0
update_message: crwdns113970:0crwdne113970:0
update_ie_user: crwdns113972:0crwdne113972:0
learn_more: crwdns113974:0crwdne113974:0
close_warning: crwdns113976:0crwdne113976:0

@ -38,6 +38,7 @@ lt:
button_duplicate: Dublikuoti
button_edit: Redaguoti
button_filter: Filtras
button_advanced_filter: Advanced filter
button_list_view: Sąrašo rodinys
button_show_view: Viso ekrano rodinys
button_log_time: Registruoti laiką
@ -856,6 +857,15 @@ lt:
zen_mode:
button_activate: Įjungti Zen režimą
button_deactivate: Išjungti Zen režimą
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Jūsų naršyklės versija nepalaikoma
message: Jūsų naudojama naršyklės versija daugiau nebepalaikoma OpenProject

@ -38,6 +38,7 @@ lv:
button_duplicate: Duplicate
button_edit: Labot
button_filter: Filtrēt
button_advanced_filter: Advanced filter
button_list_view: Saraksta skats
button_show_view: Pilnekrāna skats
button_log_time: Log time
@ -849,6 +850,15 @@ lv:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Your browser version is not supported
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ nl:
button_duplicate: Dupliceren
button_edit: Wijzig
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Lijstweergave
button_show_view: Fullscreen weergave
button_log_time: Gelogde tijd
@ -863,6 +864,15 @@ nl:
zen_mode:
button_activate: Zen-modus activeren
button_deactivate: Deactiveren van zen modus
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Uw browserversie wordt niet ondersteund
message: De browserversie die u gebruikt wordt niet meer ondersteund door OpenProject.

@ -38,6 +38,7 @@
button_duplicate: Kopier
button_edit: Rediger
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Listevisning
button_show_view: Fullskjermvisning
button_log_time: Logg tid
@ -845,6 +846,15 @@
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Din nettleserversjon er ikke støttet
message: The browser version you are using is no longer supported by OpenProject.

@ -38,6 +38,7 @@ pl:
button_duplicate: Duplikat
button_edit: Edycja
button_filter: Filtr
button_advanced_filter: Advanced filter
button_list_view: Widok listy
button_show_view: Tryb pełnoekranowy
button_log_time: Rejestruj czas pracy
@ -854,6 +855,15 @@ pl:
zen_mode:
button_activate: Włącz tryb zen
button_deactivate: Wyłącz tryb zen
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Twoja wersja przeglądarki nie jest obsługiwana
message: Wersja przeglądarki, której używasz nie jest już wspierana przez OpenProject.

@ -39,6 +39,7 @@ pt-BR:
button_duplicate: Duplicar
button_edit: Editar
button_filter: Filtro
button_advanced_filter: Advanced filter
button_list_view: Lista
button_show_view: Visualização em tela cheia
button_log_time: Registro de tempo
@ -857,6 +858,15 @@ pt-BR:
zen_mode:
button_activate: Ativar modo zen
button_deactivate: Desativar modo zen
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Sua versão de navegador não é suportada
message: A versão do navegador que você está usando não é mais suportada pelo

@ -39,6 +39,7 @@ pt:
button_duplicate: Duplicar
button_edit: Editar
button_filter: Filtro
button_advanced_filter: Advanced filter
button_list_view: Ver lista
button_show_view: Ver em ecrã completo
button_log_time: Tempo de registro
@ -849,6 +850,15 @@ pt:
zen_mode:
button_activate: Ativar modo zen
button_deactivate: Desativar modo zen
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: A versão do seu browser não é suportada
message: A versão do seu browser já não é suportada pelo OpenProject.

@ -38,6 +38,7 @@ ro:
button_duplicate: Duplicare
button_edit: Editare
button_filter: Filtrare
button_advanced_filter: Advanced filter
button_list_view: Vizualizare listă
button_show_view: Vizualizare pe tot ecranul
button_log_time: Consum timp
@ -861,6 +862,15 @@ ro:
zen_mode:
button_activate: Activați modul zen
button_deactivate: Dezactivați modul zen
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Versiunea dumneavoastră de browser nu este suportată
message: Versiunea de browser utilizată nu mai este suportată de OpenProject.

@ -38,6 +38,7 @@ ru:
button_duplicate: Дублировать
button_edit: Правка
button_filter: Фильтр
button_advanced_filter: Advanced filter
button_list_view: Представление списком
button_show_view: Полноэкранный просмотр
button_log_time: Учет времени
@ -861,6 +862,15 @@ ru:
zen_mode:
button_activate: Включить дзен-режим
button_deactivate: Отключить дзен-режим
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Ваша версия браузера не поддерживается
message: Версия вашего браузера больше не поддерживается OpenProject.

@ -5,31 +5,32 @@ sk:
hide: Skryť
loading: Načítava sa ...
attachments:
draggable_hint: 'Drag on editor field to inline image or reference attachment.
Closed editor fields will be opened while you keep dragging.
draggable_hint: 'Pre vloženie obrázka alebo referenčnej prílohy presuňte súbor
do editovateľného poľa. Uzavreté pole editora sa bude otvárať počas nepretržitého
ťahania.
'
autocomplete_select:
placeholder:
multi: Add "%{name}"
single: Select "%{name}"
remove: Remove %{name}
active: Active %{label} %{name}
multi: Pridať "%{name}"
single: Vybrať "%{name}"
remove: Odstrániť %{name}
active: Aktívne %{label} %{name}
close_popup_title: Zavrieť okno
close_filter_title: Zavrieť filter
close_form_title: Close form
close_form_title: Zavrieť formulár
clipboard:
browser_error: Váš prehliadač nepodporuje kopírovanie do schránky. Manuálne
skopírujte vybratý text.
copied_successful: Úspešne skopírované do schránky!
button_add_watcher: Pridať pozorovateľa
button_back_to_list_view: Back to list view
button_back_to_list_view: Späť na zobrazenie zoznamu
button_cancel: Zrušíť
button_close: Zatvoriť
button_check_all: Označiť všetko
button_configure-form: Configure form
button_confirm: Confirm
button_continue: Continue
button_configure-form: Konfigurácia formulára
button_confirm: Potvrdiť
button_continue: Pokračovať
button_copy: Kopírovať
button_custom-fields: Vlastné polia
button_delete: Odstrániť
@ -38,13 +39,14 @@ sk:
button_duplicate: Duplikovať
button_edit: Upraviť
button_filter: Filtrovať
button_advanced_filter: Advanced filter
button_list_view: Zobraziť ako zoznam
button_show_view: Zobrazenie na celú obrazovku
button_log_time: Zaprotokoluj čas
button_more: Viac
button_move: Presunúť
button_open_details: Zobraziť podrobnosti
button_close_details: Close details view
button_close_details: Zavrieť podrobnosti
button_open_fullscreen: Otvorené zobrazenie na celú obrazovku
button_quote: Citovať
button_save: Uložiť
@ -63,7 +65,7 @@ sk:
description_selected_columns: Vybraté stĺpce
description_subwork_package: 'Podradený pracovný balík #%{id}'
editor:
preview: Toggle preview mode
preview: Prepnúť do režimu náhľadu
source_code: Prepnúť do režimu Markdown
error_saving_failed: 'Uloženie dokumentu zlyhalo s nasledujúcou chybou: %{error}'
error_initialization_failed: Nepodarilo sa inicializovať CKEditor!
@ -72,46 +74,47 @@ sk:
wysiwyg: Prepnúť na WYSIWYG editor
macro:
child_pages:
button: Links to child pages
include_parent: Include parent
text: "[Placeholder] Links to child pages of"
button: Odkazy na podstránky
include_parent: Zahrnúť nadradený
text: "[Placeholder] Zoznam podradených stránok"
page: Wiki stránka
this_page: this page
hint: 'Leave this field empty to list all child pages of the current page.
If you want to reference a different page, provide its title or slug.
this_page: táto stránka
hint: 'Nechajte toto pole prázdne, ak chcete zobraziť všetky podradené stránky
aktuálnej stránky. Ak chcete odkazovať na podradné stránky inej stránky
wiki, zadajte ich názov alebo adresu URL.
'
code_block:
button: Insert code snippet
title: Insert / edit Code snippet
language: Formatting language
language_hint: Enter the formatting language that will be used for highlighting
(if supported).
button: Vloženie fragmentu kódu
title: Vložiť / upraviť fragment kódu
language: Jazyk pre zvýrazňovanie syntaxe
language_hint: Zadajte jazyk pre zvýrazňovanie syntaxe, ktorý sa používa
pre zvýraznenie časti kódu (ak je podporovaný).
dropdown:
macros: Macros
chose_macro: Chose macro
toc: Table of contents
toolbar_help: Click to select widget and show the toolbar. Double-click to
edit widget
macros: Makrá
chose_macro: Použiť makro
toc: Obsah
toolbar_help: Kliknutím vyberte miniaplikáciu, a zobrazenie panela nástrojov..
Dvojitým kliknutím upravíte miniaplikáciu
wiki_page_include:
button: Include content of another wiki page
text: "[Placeholder] Included wiki page of"
button: Zahrnúť obsah inej wiki stránky
text: "[Placeholder] Zahrnutá stránka wiki"
page: Wiki stránka
not_set: "(Page not yet set)"
not_set: "(Stránka ešte nie je nastavená)"
hint: |
Include the content of another wiki page by specifying its title or slug.
You can include the wiki page of another project by separating them with a colon like the following example.
Zahrňte obsah inej stránky wiki tak, že zadáte jej názov alebo URL-Slug.
Stránku wiki iného projektu môžete zahrnúť tak, že ju oddelíte dvojbodkou, ako je to v nasledujúcom príklade.
work_package_button:
button: Insert create work package button
type: Work package type
button_style: Use button style
button_style_hint: 'Optional: Check to make macro appear as a button, not
as a link.'
without_type: Create work package
with_type: 'Create work package (Type: %{typename})'
button: Vložte tlačidlo Vytvoriť pracovný balíček
type: Typ pracovného balíčka
button_style: Použite štýl tlačidla
button_style_hint: 'Voliteľné: Skontrolujte, či sa makro zobrazí ako tlačidlo,
nie ako odkaz.'
without_type: Vytvoriť pracovný balíček
with_type: 'Vytvoriť pracovný balíček (Typ: %{typename})'
embedded_table:
button: Embed work package table
text: "[Placeholder] Embedded work package table"
button: Vložiť tabuľku pracovného balíčku
text: "[Placeholder] Vložená tabuľka pracovného balíčku"
embedded_calendar:
text: "[Placeholder] Vložený kalendár"
custom_actions:
@ -120,10 +123,10 @@ sk:
current_date: Aktuálny dátum
error:
internal: Vyskytla sa vnútorná chyba.
cannot_save_changes_with_message: 'Cannot save your changes due to the following
error: %{error}'
query_saving: The view could not be saved.
embedded_table_loading: 'The embedded view could not be loaded: %{message}'
cannot_save_changes_with_message: 'Nie je možné uložiť zmeny kvôli nasledujúcej
chybe: %{error}'
query_saving: Pohľad sa nepodarilo uložiť.
embedded_table_loading: 'Vložený pohľad nemožno načítať: %{message}'
filter:
description:
text_open_filter: Otvorte tento filter pomocou „Alt“ a šípok.
@ -131,16 +134,16 @@ sk:
Enter. Na opustenie bez filtra vyberte prvý (prázdny) záznam.
noneElement: "(none)"
time_zone_converted:
two_values: "%{from} - %{to} in your local time."
only_start: From %{from} in your local time.
only_end: Till %{to} in your local time.
two_values: "%{from} - %{to} vo vašom miestnom čase."
only_start: Od %{from} v miestnom čase.
only_end: Do %{to} v miestnom čase.
value_spacer: "-"
sorting:
criteria:
one: Prvé kritérium zoradenia
two: Druhé kritérium zoradenia
three: Tretie kritérium zoradenia
upsale_for_more: For more advanced filters, check out the
upsale_for_more: Pre pokročilejšie filtre si pozrite
upsale_link: Enterprise Edition.
general_text_no: nie
general_text_yes: áno
@ -152,7 +155,7 @@ sk:
komentár)
label_add_column_after: Add column after
label_add_column_before: Add column before
label_add_columns: Add columns
label_add_columns: Pridať stĺpce
label_add_comment: Pridať komentár
label_add_comment_title: Komentujte a napíšte @ pre upozornenie ďalších ľudí
label_add_row_after: Add row after
@ -166,11 +169,11 @@ sk:
label_and: and
label_ascending: Vzostupne
label_author: 'Autor: %{user}'
label_between: between
label_between: medzi
label_board_locked: Uzamknuté
label_board_sticky: Sticky
label_create_work_package: Vytvoriť nový pracovný balíček
label_created_by: Created by
label_created_by: Vytvoril(a)
label_date: Dátum
label_date_with_format: 'Zadajte %{date_attribute} v tomto formáte: %{format}'
label_deactivate: Deaktivovať
@ -192,7 +195,7 @@ sk:
label_expand: Rozbaliť
label_expanded: rozbalené
label_expand_all: Rozbaliť všetko
label_expand_project_menu: Expand project menu
label_expand_project_menu: Rozbaliť ponuku projektu
label_export: Exportovať
label_filename: Súbor
label_filesize: Veľkosť
@ -200,11 +203,11 @@ sk:
label_group_by: Zoskupiť podľa
label_hide_attributes: Zobraziť menej
label_hide_column: Skryť stĺpec
label_hide_project_menu: Collapse project menu
label_hide_project_menu: Zbaliť ponuku projektu
label_in: v
label_in_less_than: v menej ako
label_in_more_than: vo viac ako
label_latest_activity: Latest activity
label_latest_activity: Posledná aktivita
label_last_updated_on: Naposledy aktualizované
label_less_or_equal: "<="
label_less_than_ago: pred necelým dňom
@ -223,7 +226,7 @@ sk:
label_not_equals: nie je
label_on: dňa
label_open_menu: Otvorte menu
label_open_context_menu: Open context menu
label_open_context_menu: Otvoriť kontextové menu
label_open_work_packages: otvorené
label_password: Heslo
label_previous: Predošlý
@ -239,20 +242,20 @@ sk:
label_select_watcher: Vybrať pozorovateľa ...
label_selected_filter_list: Vybrané filtre
label_show_attributes: Zobraziť všetky atribúty
label_show_in_menu: Show view in menu
label_show_in_menu: Zobraziť pohľad v menu
label_sort_by: Zoradiť podľa
label_sorted_by: zoradené podľa
label_sort_higher: Presunúť vyššie
label_sort_lower: Presunúť nižšie
label_sorting: Zoradenie
label_star_query: Favored
label_press_enter_to_save: Press enter to save.
label_star_query: Preferované
label_press_enter_to_save: Stlačte enter pre uloženie.
label_public_query: Verejný
label_sum_for: Súčet pre
label_subject: Predmet
label_this_week: tento týždeň
label_today: dnes
label_up: Up
label_up: Hore
label_activity_show_only_comments: Zobraziť len aktivity s komentármi
label_activity_show_all: Zobraziť všetky aktivity
label_total_progress: "%{percent}% celkový priebeh"
@ -270,24 +273,24 @@ sk:
label_unwatch: Prestať pozorovať
label_unwatch_work_package: Prestaň sledovať pracovný balíček
label_uploaded_by: Nahral
label_default_queries: Default views
label_starred_queries: Favorite views
label_global_queries: Public views
label_custom_queries: Private views
label_default_queries: Predvolené zobrazenia
label_starred_queries: Zobrazenie obľúbených
label_global_queries: Verejné zobrazenia
label_custom_queries: Súkromné zobrazenia
label_columns: Stĺpce
label_attachments: Súbory
label_drop_files: Presuňte súbory sem
label_drop_files_hint: alebo kliknite na tlačidlo Pridať súbory
label_drop_folders_hint: Nie je možné použiť priečinok ako prílohu. Prosím vyberte
jednotlivé súbory.
label_add_attachments: Add attachments
label_add_attachments: Pridať prílohy
label_formattable_attachment_hint: Na priloženie súboru ho potiahnite a pustite
na toto pole alebo ho vložte zo schránky.
label_remove_file: Odstrániť %{fileName}
label_remove_watcher: Odstrániť pozorovateľa %{name}
label_remove_all_files: Odstrániť všetky súbory
label_add_description: Pridať popis %{file}
label_upload_notification: Uploading files...
label_upload_notification: Nahrávanie súborov...
label_work_package_upload_notification: 'Nahrávanie súborov pre Pracovný balík
#%{id}: %{subject}'
label_files_to_upload: 'Tieto súbory budú odovzdané:'
@ -345,8 +348,9 @@ sk:
help_menu: V ponuke <b>Help</b> nájdete používateľskú príručku a ďalšie zdroje
pomoci. <br> Užite si svoju prácu s programom OpenProject!
password_confirmation:
field_description: You need to enter your account password to confirm this change.
title: Confirm your password to continue
field_description: Ak chcete potvrdiť túto zmenu, musíte zadať heslo svojho
účtu.
title: Ak chcete pokračovať, potvrďte svoje heslo
pagination:
no_other_page: Ste na jedinej stránke.
pages:
@ -356,7 +360,7 @@ sk:
default: "-"
subject: Sem zadajte predmet
selection: Prosím, vyberte
relation_description: Click to add description for this relation
relation_description: Kliknutím pridáte popis tohto vzťahu
project:
required_outside_context: Nie ste v kontexte projektu. Prosím vyberte najskôr
kontext projektu aby ste mohli vybrať typ a stav
@ -368,21 +372,21 @@ sk:
text_are_you_sure: Are you sure?
types:
attribute_groups:
error_duplicate_group_name: The name %{group} is used more than once. Group
names must be unique.
error_duplicate_group_name: Názov skupiny %{group} sa používa viackrát. Názvy
skupín musia byť jedinečné.
error_no_table_configured: Prosím nastavte tabuľku pre %{group}.
reset_title: Reset form configuration
confirm_reset: 'Warning: Are you sure you want to reset the form configuration?
This will reset the attributes to their default group and disable ALL custom
fields.
reset_title: Obnoviť konfiguráciu formulára
confirm_reset: 'Upozornenie: Naozaj chcete resetovať konfiguráciu formulára?
Týmto sa obnovia atribúty na ich predvolenú skupinu a vypnú sa VŠETKY vlastné
polia.
'
upgrade_to_ee: Upgrade na Enterprise Edition
upgrade_to_ee_text: Wow! If you need this feature you are a super pro! Would
you mind supporting us OpenSource developers by becoming an Enterprise Edition
client?
more_information: More information
nevermind: Nevermind
upgrade_to_ee_text: Wow! Ak potrebujete túto funkciu, ste super profesionál!
Mohli by ste podporiť vývojárov Open Source tým, že sa staneme klientom
Enterprise Edition?
more_information: Viac informácií
nevermind: Nie ďakujem
filter_types:
parent: podradený
precedes: predchádzajúci
@ -406,7 +410,7 @@ sk:
label_search_watchers: Hľadať pozorovateľov
label_add: Pridať pozorovateľov
label_discard: Zrušiť výber
typeahead_placeholder: Search for possible watchers
typeahead_placeholder: Vyhľadajte možných pozorovateľov
relation_labels:
parent: Nadradený balíček
children: Potomkovia
@ -417,39 +421,39 @@ sk:
blocked: Zablokoval
precedes: Predchodcovia
follows: Nasledovníci
includes: Includes
partof: Part of
requires: Requires
required: Required by
relation_type: relation type
includes: Zahŕňa
partof: Súčasťou
requires: Vyžaduje
required: Vyžadované
relation_type: typ vzťahu
relations_hierarchy:
parent_headline: Nadradený balíček
hierarchy_headline: Hierarchy
hierarchy_headline: Hierarchia
children_headline: Potomkovia
relation_buttons:
set_parent: Nastaviť nadradenú položku
change_parent: Zmeniť nadradený objekt
remove_parent: Remove parent
group_by_wp_type: Group by work package type
group_by_relation_type: Group by relation type
add_parent: Add existing parent
add_new_child: Create new child
remove_parent: Odstrániť nadradený
group_by_wp_type: Zoskupiť podľa typu pracovného balíčka
group_by_relation_type: Zoskupiť podľa typu vzťahu
add_parent: Pridať existujúci nadradený
add_new_child: Vytvoriť nový podradený
create_new: Vytvoriť nový
add_existing: Pridať existujúci
add_existing_child: Add existing child
remove_child: Remove child
add_new_relation: Create new relation
add_existing_child: Pridať existujúci podradený
remove_child: Zmazať podradený
add_new_relation: Vytvoriť nový vzťah
add_existing_relation: Pridať existujúci vzťah
update_description: Set or update description of this relation
toggle_description: Toggle relation description
update_relation: Click to change the relation type
add_follower: Add follower
add_predecessor: Add predecessor
update_description: Nastavte alebo aktualizujte popis tohto vzťahu
toggle_description: Prepnúť popis vzťahu
update_relation: Kliknite na tlačidlo zmeniť typ vzťahu
add_follower: Pridať follower
add_predecessor: Pridať predchodcu
remove: Odstrániť vzťah
save: Save relation
abort: Abort
save: Uložiť vzťah
abort: Zrušiť
relations_autocomplete:
placeholder: Enter the related work package id
placeholder: Zadajte ID pracovného balíčku
parent_placeholder: Vyberte nadradený prvok, enter zruší závislosť, escape vráti
predchádzajúci stav.
repositories:
@ -474,22 +478,21 @@ sk:
many: You can only select {{limit}} items
project_menu_details: Podrobnosti
sort:
sorted_asc: 'Ascending sort applied, '
sorted_dsc: 'Descending sort applied, '
sorted_no: 'No sort applied, '
sorting_disabled: sorting is disabled
activate_asc: activate to apply an ascending sort
activate_dsc: activate to apply a descending sort
activate_no: activate to remove the sort
sorted_asc: 'Použiť vzostupné zoradenie, '
sorted_dsc: 'Použiť zostupné zoradenie, '
sorted_no: 'Žiadne použité zoradenie, '
sorting_disabled: zoradenie nie je povolené
activate_asc: aktivovať pre použitie vzostupného zoradenia
activate_dsc: aktivovať pre použitie zostupného zoradenia
activate_no: aktivovať odstránenie zoradenia
text_work_packages_destroy_confirmation: Are you sure you want to delete the selected
work package(s)?
text_query_destroy_confirmation: Are you sure you want to delete the selected
view?
text_query_destroy_confirmation: Naozaj chcete odstrániť vybraté zobrazenie?
text_attachment_destroy_confirmation: Naozaj chcete odstrániť prílohu?
timelines:
gantt_chart: Ganttov diagram
labels:
title: Label configuration
title: Konfigurácia popisku
bar: Menovky pásov
left: Vľavo
right: Vpravo
@ -500,11 +503,11 @@ sk:
tohto atribútu zobrazená menovka s dátumom.
'
button_activate: Show Gantt chart
button_deactivate: Hide Gantt chart
button_activate: Zobraziť Ganttov graf
button_deactivate: Skryť Ganttov graf
cancel: Zrušíť
change: Change in planning
due_date: Finish date
due_date: Dátum dokončenia
empty: "(empty)"
error: Vyskytla sa chyba.
errors:
@ -538,8 +541,8 @@ sk:
tooManyProjects: Nájdených viac ako %{count} projektov. Prosím, použite presnejšiu
podmienku pre filter!
selection_mode:
notification: Click on any highlighted work package to create the relation.
Press escape to cancel.
notification: Kliknutím na ľubovoľný zvýraznený pracovný balíček vytvoríte
vzťah. Ak chcete zrušiť stlačte klávesu escape.
zoom:
in: Priblížiť
out: Vzdialiť
@ -550,15 +553,15 @@ sk:
quarters: Kvartály
years: Roky
slider: Posuvný ovládač priblíženia / oddialenia
description: 'Select the initial zoom level that should be shown when autozoom
is not available.
description: 'Zvoľte počiatočnú úroveň priblíženia, ktorá by sa mala zobraziť,
ak nie je k dispozícii autozoom.
'
tl_toolbar:
zooms: Úroveň priblíženia
outlines: Úroveň vnorenia
upsale:
ee_only: Enterprise Edition only feature
ee_only: Funkcie len pre Enterprise Edition
wiki_formatting:
strong: Tučné
italic: Kurzíva
@ -613,7 +616,7 @@ sk:
message_successful_bulk_delete: Pracovné balíčky boli úspešne odstránené.
message_successful_show_in_fullscreen: Kliknutím sem otvoríte tento pracovný
balík v zobrazení na celú obrazovku.
message_view_spent_time: Show spent time for this work package
message_view_spent_time: Zobraziť strávený čas pre tento pracovný balíček
message_work_package_read_only: Pracovný balíček je v tomto stave uzamknutý.
Nie je možné zmeniť iný atribút ako stav.
no_value: Žiadna hodnota
@ -622,24 +625,24 @@ sk:
title: Kliknutím sem pridajte nový pracovný balík do tohto zoznamu
create:
title: Nový pracovný balíček
header: New %{type}
header_no_type: New work package (Type not yet set)
header_with_parent: 'New %{type} (Child of %{parent_type} #%{id})'
header: Nový %{type}
header_no_type: Nový pracovný balíček (Typ ešte nie je nastavený)
header_with_parent: 'Nový %{type} (Podradený k %{parent_type} #%{id})'
button: Vytvoriť
copy:
title: Copy work package
title: Kopírovať pracovný balíček
hierarchy:
show: Show hierarchy mode
hide: Hide hierarchy mode
toggle_button: Click to toggle hierarchy mode.
leaf: Work package leaf at level %{level}.
children_collapsed: Hierarchy level %{level}, collapsed. Click to show the
filtered children
children_expanded: Hierarchy level %{level}, expanded. Click to collapse the
filtered children
show: Zobraziť režim hierarchie
hide: Skryť režim hierarchie
toggle_button: Tlačidlo na prepnutie režimu hierarchie.
leaf: Pracovný balíček na úrovni %{level}.
children_collapsed: Úroveň hierarchie %{level}, zbalené. Kliknutím zobrazíte
filtrované podradené položky.
children_expanded: Úroveň hierarchie %{level}, rozbalené. Kliknutím zbalíte
filtrované podradené položky.
faulty_query:
title: Work packages could not be loaded.
description: Your view is erroneous and could not be processed.
title: Pracovný balíček nebolo možné načítať.
description: Tento pohľad je zlý a nemôže byť spracovaný.
no_results:
title: Žiadne pracovné balíčky na zobrazenie.
description: Nevytvorili sa žiadne alebo všetky pracovné balíky sú odfiltrované.
@ -654,7 +657,7 @@ sk:
createdAt: Vytvorené
description: Popis
date: Dátum
dueDate: Finish date
dueDate: Dátum dokončenia
estimatedTime: Predpokladaný čas
spentTime: Strávený čas
category: Kategória
@ -671,18 +674,18 @@ sk:
versionName: Verzia
version: Verzia
default_queries:
latest_activity: Latest activity
created_by_me: Created by me
assigned_to_me: Assigned to me
recently_created: Recently created
all_open: All open
latest_activity: Posledná aktivita
created_by_me: Vytvorené mnou
assigned_to_me: Priradené mne
recently_created: Nedávno vytvorené
all_open: Všetky otvorené
summary: Zhrnutie
jump_marks:
pagination: Prejsť na stránkovanie tabuľky
label_pagination: Kliknite sem pre preskočenie tabuľky pracovných balíčkov
a zobrazenie stránkovania
content: Jump to content
label_content: Click here to skip over the menu and go to the content
content: Prejsť na obsah
label_content: Kliknite tu pre preskočenie menu a prejdite na obsah
placeholders:
default: "-"
description: Kliknutím zadajte popis...
@ -690,10 +693,10 @@ sk:
column_names: Stĺpce
group_by: zoskupiť výsledky podľa
group: Zoskupiť podľa
group_by_disabled_by_hierarchy: Group by is disabled due to the hierarchy
mode being active.
hierarchy_disabled_by_group_by: Hierarchy mode is disabled due to results
being grouped by %{column}.
group_by_disabled_by_hierarchy: Skupina je zakázaná v dôsledku aktívneho režimu
hierarchie.
hierarchy_disabled_by_group_by: Režim hierarchie je zakázaný, pretože výsledky
sú zoskupené podľa %{column}.
sort_ascending: Zoradiť vzostupne
sort_descending: Zoradiť zostupne
move_column_left: Presunúť stĺpec vľavo
@ -702,56 +705,56 @@ sk:
insert_columns: Vložiť stĺpce ...
filters: Filtre
display_sums: Zobraziť súčty
confirm_edit_cancel: Are you sure you want to cancel editing the name of this
view? Title will be set back to previous value.
click_to_edit_query_name: Click to edit title of this view.
rename_query_placeholder: Name of this view
confirm_edit_cancel: Naozaj chcete zrušiť premenovanie tohto zobrazenia? Názov
sa obnoví na poslednú uloženú hodnotu.
click_to_edit_query_name: Kliknutím upravíte názov tohto zobrazenia.
rename_query_placeholder: Názov tohto zobrazenia
errors:
unretrievable_query: Unable to retrieve view from URL
not_found: There is no such view
duplicate_query_title: Name of this view already exists. Change anyway?
text_no_results: No matching views were found.
unretrievable_query: Nepodarilo sa načítať zobrazenie z adresy URL
not_found: Toto zobrazenie sa nepodarilo nájsť
duplicate_query_title: Zobrazenie s týmto názvom už existuje. Napriek tomu
zmeniť?
text_no_results: Neboli nájdené žiadne zodpovedajúce zobrazenia.
table:
configure_button: Configure work package table
configure_button: Konfigurovať tabuľku pracovného balíčka
summary: Tabuľka s riadkami pracovného balíka a so stĺpcami pracovného balíka
atribútov.
text_inline_edit: Väčšina buniek tabuľky sú tlačidlá, ktoré aktivujú funkcionalitu
inline editácie tohto atribútu.
text_sort_hint: Pomocou odkazov v záhlaví tabuľky môžete zoradiť, zoskupiť,
rozmiestniť, odstrániť alebo pridať stĺpce.
text_select_hint: Select boxes should be opened with 'ALT' and arrow keys.
text_select_hint: Výber polí by sa mal otvoriť pomocou klávesov "ALT" a šípkami.
table_configuration:
button: Configure this work package table
choose_display_mode: Display work packages as
modal_title: Work package table configuration
embedded_tab_disabled: This configuration tab is not available for the embedded
view you're editing.
button: Konfigurovať tabuľku tohoto pracovného balíčka
choose_display_mode: Zobraziť pracovné balíčky ako
modal_title: Konfigurácia tabuľky pracovného balíčka
embedded_tab_disabled: Táto karta konfigurácie nie je k dispozícii pre vložené
zobrazenie, ktoré upravujete.
default: predvolené
display_settings: Display settings
default_mode: Flat list
hierarchy_mode: Hierarchy
hierarchy_hint: All filtered table results will be augmented with their ancestors.
Hierarchies can be expanded and collapsed.
display_sums_hint: Display sums of all summable attributes in a row below
the table results.
show_timeline_hint: Show an interactive gantt chart on the right side of the
table. You can change its width by dragging the divider between table and
gantt chart.
highlighting: Highlighting
display_settings: Zobraziť nastavenia
default_mode: Plochý zoznam
hierarchy_mode: Hierarchia
hierarchy_hint: Všetky filtrované výsledky z tabuľky budú rozšírené o ich
predkov. Hierarchie je možné rozbaliť a zbaliť.
display_sums_hint: Zobraziť súčty všetkých sčitateľných atribútov v riadku
pod tabuľkou výsledkov.
show_timeline_hint: Zobraziť interaktívny Ganttov graf na pravej strane tabuľky.
Šírku môžete zmeniť pretiahnutím deliacej priečky medzi tabuľkou a Ganttovým
diagramom.
highlighting: Zvýraznenie
highlighting_mode:
description: Highlight with color
none: No highlighting
description: Farebné zvýraznenie
none: Bez zvýraznenia
inline: Zvýraznené atribút(y)
inline_all: Všetky atribúty
entire_row_by: Entire row by
entire_row_by: Celý riadok o
status: Stav
priority: Priorita
type: Typ
columns_help_text: Use the input above to add or remove columns to your table
view. You can drag and drop the columns to reorder them.
columns_help_text: Použite vyššie uvedený údaj na pridanie alebo odstránenie
stĺpcov do zobrazenia tabuľky. Môžete pretiahnuť stĺpce a presunúť ich.
upsale:
attribute_highlighting: Need certain work packages to stand out from the
mass?
attribute_highlighting: Mali by sa rozlišovať osobitné pracovné balíčky?
relation_columns: Potrebujete vidieť vzťahy v zozname pracovných balíčkov?
check_out_link: Pozrite si verziu Enterprise.
relation_filters:
@ -767,31 +770,31 @@ sk:
days: dní
weeks: týždne
months: mesiace
label_switch_to_single_select: Switch to single select
label_switch_to_multi_select: Switch to multi select
label_switch_to_single_select: Prepnúť na jednoduchý výber
label_switch_to_multi_select: Prepnúť na viacnásobný výber
toolbar:
settings:
configure_view: Configure view ...
configure_view: Konfigurovať zobrazenie...
columns: Stĺpce ...
sort_by: Zoradiť podľa ...
group_by: Zoskupiť podľa ...
display_sums: Zobraziť súčty
display_hierarchy: Display hierarchy
hide_hierarchy: Hide hierarchy
display_hierarchy: Zobrazenie hierarchie
hide_hierarchy: Skryť hierarchiu
hide_sums: Skryť súčty
save: Uložiť
save_as: Uložiť ako ...
export: Exportovať ...
visibility_settings: Visibility settings ...
page_settings: Rename view ...
visibility_settings: Nastavenia viditeľnosti ...
page_settings: Premenovať zobrazenie...
delete: Odstrániť
filter: Filtrovať
unselected_title: Pracovný balíček
search_query_label: Search saved views
search_query_title: Click to search saved views
placeholder_query_title: Set a title for this view
search_query_label: Vyhľadať uložené zobrazenia
search_query_title: Kliknutím vyhľadáte uložené zobrazenia
placeholder_query_title: Nastaviť názov pre toto zobrazenie
modals:
label_settings: Rename view
label_settings: Premenovať zobrazenie
label_name: Názov
label_delete_page: Odstrániť aktuálnu stránku
button_apply: Použiť
@ -799,16 +802,16 @@ sk:
button_submit: Odoslať
button_cancel: Zrušíť
form_submit:
title: Confirm to continue
text: Are you sure you want to perform this action?
title: Potvrdiť a pokračovať
text: Ste si istý, že chcete vykonať túto akciu?
destroy_work_package:
title: Potvrďte zmazanie %{label}
text: Ste si istí, že chcete zmazať %{label}?
has_children: 'Pracovný balíček má %{childUnits}:'
confirm_deletion_children: I acknowledge that ALL descendants of the listed
work packages will be recursively removed.
deletes_children: All child work packages and their descendants will also
be recursively deleted.
confirm_deletion_children: Potvrdzujem, že všetky podriadené prvky pracovných
balíčkov, ktoré sú tu uvedené, budú odstránené rekurzívne.
deletes_children: Všetky podradené pracovné balíčky a s nimi súvisiace budú
rekurzívne odstránené.
notice_successful_create: Úspešne vytvorené.
notice_successful_delete: Úspešne zmazané.
notice_successful_update: Úspešne aktualizované.
@ -835,9 +838,9 @@ sk:
messages_on_field: 'Nasledujúce pole je nesprávne: %{messages}'
error_could_not_resolve_version_name: Nebolo možné zistiť názov verzie
error_could_not_resolve_user_name: Nebolo možné zistiť užívateľské meno
error_attachment_upload: 'File ''%{name}'' failed to upload: %{error}'
error_attachment_upload_permission: You don't have the permission to upload files
on this resource.
error_attachment_upload: 'Súbor ''%{name}'' sa nepodarilo nahrať: %{error}'
error_attachment_upload_permission: Nemáte povolenie na nahranie súborov do tohto
zdroja.
units:
workPackage:
one: pracovný balíček
@ -856,13 +859,23 @@ sk:
few: "%{count} hodiny"
many: "%{count} hours"
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
button_activate: Aktivovať zen režim
button_deactivate: Deaktivovať zen režim
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Prehliadač, ktorý aktuálne používate nie je podporovaný projektom OpenProject
message: The browser version you are using is no longer supported by OpenProject.
update_message: Please update your browser.
update_ie_user: Please switch to Mozilla Firefox or Google Chrome, or upgrade
to Microsoft Edge.
message: Verzia prehliadača, ktorú aktuálne používate už nie je podporovaná
projektom OpenProject. Prosím aktualizujte svoj prehliadač.
update_message: Prosím aktualizujte svoj prehliadač.
update_ie_user: Prepnúť na Mozilla Firefox alebo Google Chrome, alebo upgrade
na Microsoft Edge.
learn_more: Zistiť viac
close_warning: Ignore this warning.
close_warning: Ignorovať toto upozornenie.

@ -38,6 +38,7 @@ sv-SE:
button_duplicate: Duplicera
button_edit: Redigera
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Listvy
button_show_view: Helskärmsläge
button_log_time: Logga tid
@ -847,6 +848,15 @@ sv-SE:
zen_mode:
button_activate: Aktivera zen-läge
button_deactivate: Inaktivera avskalat läge
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Din version av webbläsaren stöds inte
message: Den webbläsarversion som du använder stöds inte längre av OpenProject.

@ -37,6 +37,7 @@ th:
button_duplicate: ทำซ
button_edit: แกไข
button_filter: วกรอง
button_advanced_filter: Advanced filter
button_list_view: List view
button_show_view: มมองแบบเตมหนาจอ
button_log_time: เวลาทกบนท
@ -845,6 +846,15 @@ th:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: ไมรองรบเบราวเซอรนทณใช
message: เบราวเซอรนทณใชไมไดบการรองรบโดย OpenProject

@ -38,6 +38,7 @@ tr:
button_duplicate: Çoğalt
button_edit: Düzenle
button_filter: Filtre
button_advanced_filter: Advanced filter
button_list_view: Liste görünümü
button_show_view: Tam Ekran görünümü
button_log_time: Zaman kaydet
@ -847,6 +848,15 @@ tr:
zen_mode:
button_activate: Zen modunu etkinleştir
button_deactivate: Zen modunu devre dışı bırak
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Tarayıcı sürümü desteklenmiyor
message: Kullanmakta olduğunuz tarayıcı sürümü OpenProject tarafından artık

@ -38,6 +38,7 @@ uk:
button_duplicate: Duplicate
button_edit: Edit
button_filter: Filter
button_advanced_filter: Advanced filter
button_list_view: Подання списком
button_show_view: Повноекранний режим
button_log_time: Log time
@ -860,6 +861,15 @@ uk:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Версія вашого браузера не підтримується
message: Версія браузера, яку ви використовуєте, більше не підтримується OpenProject.

@ -38,6 +38,7 @@ vi:
button_duplicate: Nhân đôi
button_edit: Chỉnh sửa
button_filter: Bộ lọc
button_advanced_filter: Advanced filter
button_list_view: Xem kiểu danh sách
button_show_view: Xem toàn màn hình
button_log_time: Thời gian truy cập
@ -846,6 +847,15 @@ vi:
zen_mode:
button_activate: Activate zen mode
button_deactivate: Deactivate zen mode
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: Your browser version is not supported
message: The browser version you are using is no longer supported by OpenProject.

@ -36,6 +36,7 @@ zh-TW:
button_duplicate: 複本
button_edit: 編輯
button_filter: 篩選器
button_advanced_filter: Advanced filter
button_list_view: 清單檢視
button_show_view: 全螢幕瀏覽
button_log_time: 日誌的時間
@ -774,6 +775,15 @@ zh-TW:
zen_mode:
button_activate: 啟動 zen 模式
button_deactivate: 停用 zen 模式
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: 系統不支援您的瀏覽器版本
message: Openproject 不再支援您正在使用的瀏覽器版本。

@ -36,6 +36,7 @@ zh:
button_duplicate: 复制
button_edit: 编辑
button_filter: 筛选器
button_advanced_filter: Advanced filter
button_list_view: 列表视图
button_show_view: 全屏视图
button_log_time: 记录时间
@ -767,6 +768,15 @@ zh:
zen_mode:
button_activate: 激活 zen 模式
button_deactivate: 取消激活 zen 模式
global_search:
all_projects: In all projects
search: Search
this_project: In this project
this_project_and_all_descendants: In this project + subprojects
title:
all_projects: all projects
project_and_subprojects: and all subprojects
search_for: Search for
unsupported_browser:
title: 不支持您的浏览器版本
message: OpenProject不再支持您现在所使用的浏览器版本。

@ -93,6 +93,10 @@ ko:
further_information_after: ''
calendar:
removal: '참고: 이 모듈은 OpenProject 8.0에서 제거될 것입니다.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: 그룹이 없습니다.
@ -1135,7 +1139,6 @@ ko:
label_all_open_wps: 모두 열림
label_always_visible: 항상 표시
label_announcement: 공지 사항
label_and_its_subprojects: "%{value} 및 하위 프로젝트"
label_api_access_key: API 액세스 키
label_api_access_key_created_on: API 액세스 키가 %{value} 전에 생성되었습니다.
label_api_access_key_type: API
@ -1500,7 +1503,6 @@ ko:
label_role_search: 새 멤버에게 역할 할당
label_scm: SCM
label_search: 검색
label_search_titles_only: 제목만 검색
label_send_information: 사용자에게 계정 정보 보내기
label_send_test_email: 테스트 이메일 보내기
label_settings: 설정
@ -2731,6 +2733,14 @@ ko:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: 위젯 제거
label_and_its_subprojects: "%{value} 및 하위 프로젝트"
label_my_page_block: 내 페이지 블록
label_responsible_for_work_packages: 내가 담당하는 작업 패키지
label_search_titles_only: 제목만 검색
label_visible_elements: 표시되는 요소
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -89,6 +89,10 @@ lol:
further_information_after: crwdns102690:0crwdne102690:0
calendar:
removal: crwdns102692:0crwdne102692:0
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: crwdns102694:0crwdne102694:0
@ -1076,7 +1080,6 @@ lol:
label_all_open_wps: crwdns104154:0crwdne104154:0
label_always_visible: crwdns104156:0crwdne104156:0
label_announcement: crwdns104158:0crwdne104158:0
label_and_its_subprojects: crwdns104160:0%{value}crwdne104160:0
label_api_access_key: crwdns104162:0crwdne104162:0
label_api_access_key_created_on: crwdns104164:0%{value}crwdne104164:0
label_api_access_key_type: crwdns104166:0crwdne104166:0
@ -1441,7 +1444,6 @@ lol:
label_role_search: crwdns104880:0crwdne104880:0
label_scm: crwdns104882:0crwdne104882:0
label_search: crwdns104884:0crwdne104884:0
label_search_titles_only: crwdns104886:0crwdne104886:0
label_send_information: crwdns104888:0crwdne104888:0
label_send_test_email: crwdns104890:0crwdne104890:0
label_settings: crwdns104892:0crwdne104892:0
@ -2588,7 +2590,11 @@ lol:
revoke_my_application_confirmation: Do you really want to remove this application?
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: crwdns113478:0crwdne113478:0
label_my_page_block: crwdns113480:0crwdne113480:0
label_responsible_for_work_packages: crwdns113482:0crwdne113482:0
label_visible_elements: crwdns113484:0crwdne113484:0
button_remove_widget: crwdns113950:0crwdne113950:0
label_and_its_subprojects: crwdns113952:0%{value}crwdne113952:0
label_my_page_block: crwdns113954:0crwdne113954:0
label_responsible_for_work_packages: crwdns113956:0crwdne113956:0
label_search_titles_only: crwdns113958:0crwdne113958:0
label_visible_elements: crwdns113960:0crwdne113960:0
setting_security_badge_displayed: crwdns113962:0crwdne113962:0
text_notice_security_badge_displayed_html: crwdns113964:0%{information_panel_path}crwdnd113964:0%{information_panel_label}crwdne113964:0

@ -107,6 +107,10 @@ lt:
calendar:
removal: 'Prašome atkreipti dėmesį: šis modulis bus pašalintas iš OpenProject
8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Nėra jokių grupių.
@ -1214,7 +1218,6 @@ lt:
label_all_open_wps: Visi atviri
label_always_visible: Visada rodomas
label_announcement: Skelbimas
label_and_its_subprojects: "%{value} ir jo sub-projektai"
label_api_access_key: API prieigos raktas
label_api_access_key_created_on: API prieigos raktas sukurtas prieš %{value}
label_api_access_key_type: API
@ -1583,7 +1586,6 @@ lt:
label_role_search: Priskirti rolę naujiems nariams
label_scm: SCM
label_search: Paieška
label_search_titles_only: Ieškoti tik pavadinimų
label_send_information: Nusiųsti vartotojui paskyros informaciją
label_send_test_email: Siųsti bandomąjį el. laišką
label_settings: Nustatymai
@ -2957,6 +2959,14 @@ lt:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Pašalinti valdiklį
label_and_its_subprojects: "%{value} ir jo sub-projektai"
label_my_page_block: Mano puslapio blokas
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Ieškoti tik pavadinimų
label_visible_elements: Matomi elementai
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ lv:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Pašlaik nav nevienu grupu.
@ -1191,7 +1195,6 @@ lv:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} and its subprojects"
label_api_access_key: API piekļuves atslēga
label_api_access_key_created_on: 'API piekļuves atslēga izveidota pirms %{value} '
label_api_access_key_type: API
@ -1557,7 +1560,6 @@ lv:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Meklēšana
label_search_titles_only: Search titles only
label_send_information: Send account information to the user
label_send_test_email: Send a test email
label_settings: Iestatījumi
@ -2890,6 +2892,14 @@ lv:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Noņemt logrīku
label_and_its_subprojects: "%{value} and its subprojects"
label_my_page_block: My page block
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Search titles only
label_visible_elements: Redzamie elementi
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ nl:
further_information_after: ''
calendar:
removal: 'Let op: deze module is wordt verwijderd in OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Er zijn momenteel geen groepen.
@ -1199,7 +1203,6 @@ nl:
label_all_open_wps: Alles open
label_always_visible: Altijd weergegeven
label_announcement: Mededeling
label_and_its_subprojects: "%{value} en zijn subprojecten"
label_api_access_key: API sleutel
label_api_access_key_created_on: API sleutel %{value} geleden gemaakt
label_api_access_key_type: API
@ -1568,7 +1571,6 @@ nl:
label_role_search: Rol toewijzen aan nieuwe leden
label_scm: SCM
label_search: Zoeken
label_search_titles_only: Alleen zoeken in titels
label_send_information: Accountgegevens naar de gebruiker verzenden
label_send_test_email: Stuur een test e-mail
label_settings: Instellingen
@ -2935,7 +2937,15 @@ nl:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Widget verwijderen
label_and_its_subprojects: "%{value} en zijn subprojecten"
label_my_page_block: Mijn pagina blok
label_responsible_for_work_packages: Werkpakketten waar ik verantwoordelijk voor
ben
label_search_titles_only: Alleen zoeken in titels
label_visible_elements: Zichtbare elementen
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: There are currently no groups.
@ -1178,7 +1182,6 @@
label_all_open_wps: All open
label_always_visible: Vises alltid
label_announcement: Kunngjøring
label_and_its_subprojects: "%{value} og dens underprosjekter"
label_api_access_key: API adgangsnøkkel
label_api_access_key_created_on: API adgangsnøkkel ble opprettet for %{value} siden
label_api_access_key_type: API
@ -1544,7 +1547,6 @@
label_role_search: Assign role to new members
label_scm: SCM
label_search: Søk
label_search_titles_only: Bare søk i titler
label_send_information: Send kontoinformasjon til brukeren
label_send_test_email: Send en testmail
label_settings: Innstillinger
@ -2874,6 +2876,14 @@
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Fjern widget
label_and_its_subprojects: "%{value} og dens underprosjekter"
label_my_page_block: Min side-blokk
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Bare søk i titler
label_visible_elements: Synlige elementer
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -105,6 +105,10 @@ pl:
further_information_after: ''
calendar:
removal: 'Uwaga: moduł ten jest planowany do usunięcia w OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Nie ma żadnych grup.
@ -1216,7 +1220,6 @@ pl:
label_all_open_wps: Wszystkie otwarte
label_always_visible: Zawsze wyświetlana
label_announcement: Ogłoszenie
label_and_its_subprojects: "%{value} oraz jego projekty podrzędne"
label_api_access_key: Klucz dostępu API
label_api_access_key_created_on: Klucz API utworzony %{value} temu
label_api_access_key_type: API
@ -1585,7 +1588,6 @@ pl:
label_role_search: Przydziel role nowemu członkowi
label_scm: SCM
label_search: Szukaj
label_search_titles_only: Szukaj tylko w tytułach
label_send_information: Wyślij Informacje o koncie do użytkownika
label_send_test_email: Wyślij wiadomość testową
label_settings: Ustawienia
@ -2952,6 +2954,14 @@ pl:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Usuń widżet
label_and_its_subprojects: "%{value} oraz jego projekty podrzędne"
label_my_page_block: Mój blok strony
label_responsible_for_work_packages: Pakiety robocze, za które odpowiadam
label_search_titles_only: Szukaj tylko w tytułach
label_visible_elements: Elementy widoczne
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ pt-BR:
further_information_after: ''
calendar:
removal: 'Atenção: Este módulo será removido com o OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Atualmente, não existem grupos.
@ -1185,7 +1189,6 @@ pt-BR:
label_all_open_wps: Tudo aberto
label_always_visible: Sempre exibido
label_announcement: Anúncio
label_and_its_subprojects: "%{value} e seus subprojetos"
label_api_access_key: Chave de acesso a API
label_api_access_key_created_on: Chave de acesso a API criada %{value} atrás
label_api_access_key_type: API
@ -1555,7 +1558,6 @@ pt-BR:
label_role_search: Atribuir papéis aos novos membros
label_scm: SCM
label_search: Pesquisar
label_search_titles_only: Pesquisar somente títulos
label_send_information: Enviar informações da conta para o usuário
label_send_test_email: Enviar um e-mail de teste
label_settings: Configurações
@ -2912,6 +2914,14 @@ pt-BR:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Remover widget
label_and_its_subprojects: "%{value} e seus subprojetos"
label_my_page_block: Meu bloco de página
label_responsible_for_work_packages: Pacotes de trabalho sob minha responsabilidade
label_search_titles_only: Pesquisar somente títulos
label_visible_elements: Elementos visíveis
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ pt:
further_information_after: ''
calendar:
removal: 'Atenção: Este módulo será removido com o OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Atualmente, não existem grupos.
@ -1201,7 +1205,6 @@ pt:
label_all_open_wps: Tudo aberto
label_always_visible: Sempre exibido
label_announcement: Aviso
label_and_its_subprojects: "%{value} e sub-projetos"
label_api_access_key: API access key
label_api_access_key_created_on: Chave de acesso API criada há %{value}
label_api_access_key_type: API
@ -1571,7 +1574,6 @@ pt:
label_role_search: Atribuir função aos novos membros
label_scm: SCM
label_search: Pesquisar
label_search_titles_only: Pesquisar apenas títulos
label_send_information: Enviar informações da conta para o utilizador
label_send_test_email: Enviar um e-mail de teste
label_settings: Definições
@ -2941,6 +2943,14 @@ pt:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Remover o widget
label_and_its_subprojects: "%{value} e sub-projetos"
label_my_page_block: O meu bloco de página
label_responsible_for_work_packages: Pacotes de trabalho pelos quais sou responsável
label_search_titles_only: Pesquisar apenas títulos
label_visible_elements: Elementos visíveis
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -107,6 +107,10 @@ ro:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: În acest moment nu există grupuri.
@ -1209,7 +1213,6 @@ ro:
label_all_open_wps: All open
label_always_visible: Afișat permanent
label_announcement: Anunţ
label_and_its_subprojects: "%{value} şi subproiectele sale"
label_api_access_key: Cheie de acces API
label_api_access_key_created_on: Cheia de acces creată acum %{value}
label_api_access_key_type: API
@ -1578,7 +1581,6 @@ ro:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Căutare
label_search_titles_only: Căutare doar în titluri
label_send_information: Trimite utilizatorului informațiile despre cont
label_send_test_email: Trimite e-mail de test
label_settings: Setări
@ -2948,6 +2950,14 @@ ro:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Elimină secțiune
label_and_its_subprojects: "%{value} şi subproiectele sale"
label_my_page_block: Bloc pentru pagina mea
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Căutare doar în titluri
label_visible_elements: Elemente vizibile
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -105,6 +105,10 @@ ru:
calendar:
removal: 'Пожалуйста, обратите внимание: Этот модуль собираются удалить в OpenProject
8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: На данный момент группы отсутствуют.
@ -1220,7 +1224,6 @@ ru:
label_all_open_wps: Все открытые
label_always_visible: Всегда отображается
label_announcement: Объявление
label_and_its_subprojects: "%{value} и его подпроекты"
label_api_access_key: Ключ доступа к API
label_api_access_key_created_on: Ключ доступа к API, созданный %{value} назад
label_api_access_key_type: API
@ -1590,7 +1593,6 @@ ru:
label_role_search: Назначить роль для новых участников
label_scm: SCM
label_search: Поиск
label_search_titles_only: Искать только в названиях
label_send_information: Отправить сведения об учетной записи
label_send_test_email: Отправить тестовое сообщение
label_settings: Параметры
@ -2962,6 +2964,14 @@ ru:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Удалить виджет
label_and_its_subprojects: "%{value} и его подпроекты"
label_my_page_block: Блоки на моей странице
label_responsible_for_work_packages: Пакеты работ, в которых я подотчетен
label_search_titles_only: Искать только в названиях
label_visible_elements: Видимые элементы
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

File diff suppressed because it is too large Load Diff

@ -106,6 +106,10 @@ sv-SE:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Det finns för närvarande inga grupper.
@ -1179,7 +1183,6 @@ sv-SE:
label_all_open_wps: Alla öppna
label_always_visible: Visas alltid
label_announcement: Meddelande
label_and_its_subprojects: "%{value} och dess delprojekt"
label_api_access_key: API åtkomstnyckel
label_api_access_key_created_on: API åtkomstnyckel skapade %{value} sedan
label_api_access_key_type: API
@ -1546,7 +1549,6 @@ sv-SE:
label_role_search: Tilldela rollen till nya medlemmar
label_scm: SCM
label_search: Sök
label_search_titles_only: Sök endast i titlar
label_send_information: Skicka kontoinformationen till användaren
label_send_test_email: Skicka test E-post
label_settings: Inställningar
@ -2873,6 +2875,14 @@ sv-SE:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Ta bort widget
label_and_its_subprojects: "%{value} och dess delprojekt"
label_my_page_block: Området "Min Sida"
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Sök endast i titlar
label_visible_elements: Synliga element
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ th:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: ขณะนงไมกลมใดๆ
@ -1166,7 +1170,6 @@ th:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} และโครงการยอยทเกยวของทงหมด"
label_api_access_key: การเขาถง API
label_api_access_key_created_on: การเขาถง API ซงสรางเมอ %{value} ทานมา
label_api_access_key_type: API
@ -1531,7 +1534,6 @@ th:
label_role_search: Assign role to new members
label_scm: SCM
label_search: นหา
label_search_titles_only: นหาเฉพาะช
label_send_information: งขอมลบญชใหใช
label_send_test_email: งอเมลทดสอบ
label_settings: การตงค
@ -2819,6 +2821,14 @@ th:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: เอาเครองมอออก
label_and_its_subprojects: "%{value} และโครงการยอยทเกยวของทงหมด"
label_my_page_block: หนาบลอกของฉ
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: นหาเฉพาะช
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -105,6 +105,10 @@ tr:
further_information_after: ''
calendar:
removal: 'Lütfen dikkat: Bu modül OpenProject 8.0 ile kaldırılacak.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Şu anda hiç grup bulunmamakta.
@ -1178,7 +1182,6 @@ tr:
label_all_open_wps: Tüm açık
label_always_visible: Her zaman görüntüle
label_announcement: Duyuru
label_and_its_subprojects: "%{value} ve onun alt projeler"
label_api_access_key: API erişim anahtarı
label_api_access_key_created_on: API erişim anahtarı %{value} önce oluşturuldu
label_api_access_key_type: API
@ -1547,7 +1550,6 @@ tr:
label_role_search: Yeni üyelere rol atama
label_scm: YKM
label_search: Ara
label_search_titles_only: Sadece başlıkları ara
label_send_information: Hesap bilgilerini kullanıcıya gönder
label_send_test_email: Deneme e-postası gönder
label_settings: Ayarlar
@ -2880,6 +2882,14 @@ tr:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Widgetleri kaldır
label_and_its_subprojects: "%{value} ve onun alt projeler"
label_my_page_block: Sayfa bloğum
label_responsible_for_work_packages: Sorumlusu olduğum iş paketleri
label_search_titles_only: Sadece başlıkları ara
label_visible_elements: Görünür öğeler
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ uk:
further_information_after: ''
calendar:
removal: 'Please note: This module is going to be removed with OpenProject 8.0.'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: There are currently no groups.
@ -1215,7 +1219,6 @@ uk:
label_all_open_wps: All open
label_always_visible: Always displayed
label_announcement: Announcement
label_and_its_subprojects: "%{value} and its subprojects"
label_api_access_key: API access key
label_api_access_key_created_on: API access key created %{value} ago
label_api_access_key_type: API
@ -1582,7 +1585,6 @@ uk:
label_role_search: Призначити роль для нових членів
label_scm: SCM
label_search: Search
label_search_titles_only: Search titles only
label_send_information: Send account information to the user
label_send_test_email: Send a test email
label_settings: Settings
@ -2927,6 +2929,14 @@ uk:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Remove widget
label_and_its_subprojects: "%{value} and its subprojects"
label_my_page_block: My page block
label_responsible_for_work_packages: Work packages I am accountable for
label_search_titles_only: Search titles only
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -106,6 +106,10 @@ vi:
further_information_after: ''
calendar:
removal: 'Chý ý: mô-đun này sẽ được gỡ bỏ với OpenProject 8.0'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: Hiện có không có nhóm.
@ -1182,7 +1186,6 @@ vi:
label_all_open_wps: Mở tất cả
label_always_visible: Luôn luôn hiển thị
label_announcement: Thông báo
label_and_its_subprojects: "%{value} và các dự án con của nó"
label_api_access_key: Khoá truy cập API
label_api_access_key_created_on: Khoá truy cập API đựơc tạo cách đây %{value}
label_api_access_key_type: API
@ -1549,7 +1552,6 @@ vi:
label_role_search: Assign role to new members
label_scm: SCM
label_search: Search
label_search_titles_only: Search titles only
label_send_information: Send account information to the user
label_send_test_email: Send a test email
label_settings: Settings
@ -2882,6 +2884,14 @@ vi:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: Xóa widget
label_and_its_subprojects: "%{value} và các dự án con của nó"
label_my_page_block: Block trang của tôi
label_responsible_for_work_packages: Gói công việc mà tôi có trách nhiệm
label_search_titles_only: Search titles only
label_visible_elements: Visible elements
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -89,6 +89,10 @@ zh-TW:
further_information_after: ''
calendar:
removal: 請注意:此模組將會在 OpenProject 8.0 中被移除。
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: 目前沒有群組
@ -1090,7 +1094,6 @@ zh-TW:
label_all_open_wps: 全部打開
label_always_visible: 總是顯示
label_announcement: 公告
label_and_its_subprojects: "%{value} 與它的子專案"
label_api_access_key: API金鑰
label_api_access_key_created_on: API金鑰在 %{value} 以前被建立
label_api_access_key_type: API
@ -1455,7 +1458,6 @@ zh-TW:
label_role_search: 為新成員分配角色
label_scm: SCM
label_search: 搜尋
label_search_titles_only: 僅搜尋標題
label_send_information: 傳送帳號資訊給使用者
label_send_test_email: 發送測試電子郵件
label_settings: 設定
@ -2645,6 +2647,14 @@ zh-TW:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: 移除元件
label_and_its_subprojects: "%{value} 與它的子專案"
label_my_page_block: 我的首頁區塊
label_responsible_for_work_packages: 我負責的工作項目
label_search_titles_only: 僅搜尋標題
label_visible_elements: 可見的元素
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -89,6 +89,10 @@ zh:
further_information_after: ''
calendar:
removal: '请注意: 这个模块将与OpenProject 8.0一起移除。'
global_search:
overwritten_tabs:
wiki_pages: Wiki
messages: Forum
groups:
index:
no_results_title_text: 目前没有组。
@ -1082,7 +1086,6 @@ zh:
label_all_open_wps: 全部打开
label_always_visible: 总是显示
label_announcement: 公告
label_and_its_subprojects: "%{value} 及其子项目"
label_api_access_key: API 访问键
label_api_access_key_created_on: API 访问密钥创建于 %{value} 前
label_api_access_key_type: API
@ -1447,7 +1450,6 @@ zh:
label_role_search: 将角色分配给新成员
label_scm: SCM
label_search: 搜索
label_search_titles_only: 仅搜索标题
label_send_information: 将帐户信息发送给用户
label_send_test_email: 发送测试电子邮件
label_settings: 设置
@ -2609,6 +2611,14 @@ zh:
This will revoke %{token_count} active for it.
my_registered_applications: Registered OAuth applications
button_remove_widget: 删除部件
label_and_its_subprojects: "%{value} 及其子项目"
label_my_page_block: 我的页块
label_responsible_for_work_packages: 我负责的工作包
label_search_titles_only: 仅搜索标题
label_visible_elements: 可见的元素
setting_security_badge_displayed: Display security badge
text_notice_security_badge_displayed_html: 'Note: if enabled, this will display
a badge with your installation status in the <a href="%{information_panel_path}">%{information_panel_label}</a>
administration panel, and on the home page. It is displayed to administrators
only. The badge will run a check of your current OpenProject version against the
official OpenProject release database to alert you of any updates or known vulnerabilities.'

@ -0,0 +1,5 @@
class AddHiddenToQueries < ActiveRecord::Migration[5.2]
def change
add_column :queries, :hidden, :boolean, default: false
end
end

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

Loading…
Cancel
Save