Merge remote-tracking branch 'origin/dev' into bim-dev

pull/7876/head
Wieland Lindenthal 5 years ago
commit d2bef504e9
  1. 1
      app/assets/javascripts/application.js.erb
  2. 103
      app/assets/javascripts/tab_handling.js
  3. 1
      app/assets/stylesheets/content/_index.sass
  4. 94
      app/assets/stylesheets/content/_old_tabs.sass
  5. 3
      app/assets/stylesheets/content/_search.sass
  6. 24
      app/assets/stylesheets/content/_tabs.lsg
  7. 7
      app/assets/stylesheets/content/_tabs.sass
  8. 2
      app/controllers/custom_fields_controller.rb
  9. 2
      app/controllers/groups_controller.rb
  10. 2
      app/controllers/settings_controller.rb
  11. 5
      app/controllers/time_entries/reports_controller.rb
  12. 5
      app/controllers/timelog_controller.rb
  13. 1
      app/controllers/types_controller.rb
  14. 56
      app/helpers/custom_fields_helper.rb
  15. 22
      app/helpers/groups_helper.rb
  16. 42
      app/helpers/settings_helper.rb
  17. 11
      app/helpers/tabs_helper.rb
  18. 17
      app/helpers/timelog_helper.rb
  19. 23
      app/helpers/types_helper.rb
  20. 30
      app/views/common/_tabs.html.erb
  21. 140
      app/views/time_entries/reports/_reports_tab.html.erb
  22. 114
      app/views/time_entries/reports/show.html.erb
  23. 16
      app/views/timelog/_time_entry_tab.html.erb
  24. 39
      app/views/timelog/_time_entry_tabs.html.erb
  25. 15
      app/views/timelog/index.html.erb
  26. 33
      app/views/types/edit.html.erb
  27. 2
      app/views/users/edit.html.erb
  28. 4
      config/locales/crowdin/ar.yml
  29. 4
      config/locales/crowdin/bg.yml
  30. 4
      config/locales/crowdin/ca.yml
  31. 4
      config/locales/crowdin/cs.yml
  32. 4
      config/locales/crowdin/da.yml
  33. 24
      config/locales/crowdin/de.yml
  34. 133
      config/locales/crowdin/el.yml
  35. 4
      config/locales/crowdin/es.yml
  36. 4
      config/locales/crowdin/fi.yml
  37. 4
      config/locales/crowdin/fil.yml
  38. 4
      config/locales/crowdin/fr.yml
  39. 4
      config/locales/crowdin/hr.yml
  40. 4
      config/locales/crowdin/hu.yml
  41. 4
      config/locales/crowdin/id.yml
  42. 4
      config/locales/crowdin/it.yml
  43. 4
      config/locales/crowdin/ja.yml
  44. 32
      config/locales/crowdin/js-ar.yml
  45. 32
      config/locales/crowdin/js-bg.yml
  46. 32
      config/locales/crowdin/js-ca.yml
  47. 32
      config/locales/crowdin/js-cs.yml
  48. 32
      config/locales/crowdin/js-da.yml
  49. 32
      config/locales/crowdin/js-de.yml
  50. 62
      config/locales/crowdin/js-el.yml
  51. 32
      config/locales/crowdin/js-es.yml
  52. 32
      config/locales/crowdin/js-fi.yml
  53. 32
      config/locales/crowdin/js-fil.yml
  54. 32
      config/locales/crowdin/js-fr.yml
  55. 32
      config/locales/crowdin/js-hr.yml
  56. 32
      config/locales/crowdin/js-hu.yml
  57. 32
      config/locales/crowdin/js-id.yml
  58. 32
      config/locales/crowdin/js-it.yml
  59. 32
      config/locales/crowdin/js-ja.yml
  60. 32
      config/locales/crowdin/js-ko.yml
  61. 32
      config/locales/crowdin/js-lt.yml
  62. 32
      config/locales/crowdin/js-nl.yml
  63. 32
      config/locales/crowdin/js-no.yml
  64. 32
      config/locales/crowdin/js-pl.yml
  65. 32
      config/locales/crowdin/js-pt-BR.yml
  66. 32
      config/locales/crowdin/js-pt.yml
  67. 32
      config/locales/crowdin/js-ro.yml
  68. 32
      config/locales/crowdin/js-ru.yml
  69. 32
      config/locales/crowdin/js-sk.yml
  70. 32
      config/locales/crowdin/js-sv.yml
  71. 32
      config/locales/crowdin/js-tr.yml
  72. 32
      config/locales/crowdin/js-uk.yml
  73. 32
      config/locales/crowdin/js-vi.yml
  74. 32
      config/locales/crowdin/js-zh-CN.yml
  75. 32
      config/locales/crowdin/js-zh-TW.yml
  76. 4
      config/locales/crowdin/ko.yml
  77. 4
      config/locales/crowdin/lt.yml
  78. 4
      config/locales/crowdin/nl.yml
  79. 4
      config/locales/crowdin/no.yml
  80. 4
      config/locales/crowdin/pl.yml
  81. 4
      config/locales/crowdin/pt-BR.yml
  82. 4
      config/locales/crowdin/pt.yml
  83. 4
      config/locales/crowdin/ro.yml
  84. 4
      config/locales/crowdin/ru.yml
  85. 4
      config/locales/crowdin/sk.yml
  86. 4
      config/locales/crowdin/sv.yml
  87. 4
      config/locales/crowdin/tr.yml
  88. 4
      config/locales/crowdin/uk.yml
  89. 4
      config/locales/crowdin/vi.yml
  90. 4
      config/locales/crowdin/zh-CN.yml
  91. 4
      config/locales/crowdin/zh-TW.yml
  92. 30
      config/locales/js-en.yml
  93. 2356
      frontend/npm-shrinkwrap.json
  94. 4
      frontend/package.json
  95. 11
      frontend/src/app/components/wp-table/configuration-modal/wp-table-configuration.modal.html
  96. 3
      frontend/src/app/modules/admin/openproject-admin.module.ts
  97. 11
      frontend/src/app/modules/boards/board/configuration-modal/board-configuration.modal.html
  98. 6
      frontend/src/app/modules/common/openproject-common.module.ts
  99. 89
      frontend/src/app/modules/common/tabs/content-tabs/content-tabs.component.ts
  100. 2
      frontend/src/app/modules/common/tabs/scrollable-tabs/scrollable-tabs.component.html
  101. Some files were not shown because too many files have changed in this diff Show More

@ -35,7 +35,6 @@
//= require breadcrumb
//= require findDomElement
//= require settings
//= require tab_handling
//= require openproject_plugins
//= require versions
//= require forums

@ -1,103 +0,0 @@
//-- copyright
// OpenProject is an open source project management software.
// Copyright (C) 2012-2020 the OpenProject GmbH
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License version 3.
//
// OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
// Copyright (C) 2006-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.
//++
/*
This module is responsible to manage tabed views in OpenProject,
which you can observe, for example, in the settings page.
Used by view/common/_tabs.html.erb in inline javascript.
*/
/*
There are hidden buttons in the common/_tabs.html.erb view,
which shall allow the user to scrolls through the tab captions.
Those buttons are only visible if there is not enough room to
display all tab captions at once.
*/
// Check if there is enough room to display all tab captions
// and show/hide the tabButtons accordingly.
function displayTabsButtons() {
var lis;
var tabsWidth = 0;
var el;
jQuery('div.tabs').each(function() {
el = jQuery(this);
lis = el.find('ul').children();
lis.each(function(){
if (jQuery(this).is(':visible')) {
tabsWidth += jQuery(this).width() + 6;
}
});
if ((tabsWidth < el.width() - 60) && (lis.first().is(':visible'))) {
el.find('div.tabs-buttons').hide();
} else {
el.find('div.tabs-buttons').show();
}
});
}
// scroll the tab caption list right
function moveTabRight() {
var el = jQuery(this);
var lis = el.parents('div.tabs').first().find('ul').children();
var tabsWidth = 0;
var i = 0;
lis.each(function() {
if (jQuery(this).is(':visible')) {
tabsWidth += jQuery(this).width() + 6;
}
});
if (tabsWidth < jQuery(el).parents('div.tabs').first().width() - 60) { return; }
while (i<lis.length && !lis.eq(i).is(':visible')) { i++; }
lis.eq(i).hide();
}
// scroll the tab caption list left
function moveTabLeft() {
var el = jQuery(this);
var lis = el.parents('div.tabs').first().find('ul').children();
var i = 0;
while (i < lis.length && !lis.eq(i).is(':visible')) { i++; }
if (i > 0) {
lis.eq(i-1).show();
}
}
jQuery(function($) {
if (jQuery('div.tabs').length === 0) {
return;
}
// Show tabs
displayTabsButtons();
$(window).resize(function() { displayTabsButtons(); });
$('.tab-left').click(moveTabLeft);
$('.tab-right').click(moveTabRight);
});

@ -53,7 +53,6 @@
@import content/ajax_indicator
@import content/tooltips
@import content/tabs
@import content/old_tabs
@import content/autocomplete
@import content/diff
@import content/projects_list

@ -1,94 +0,0 @@
//-- copyright
// OpenProject is an open source project management software.
// Copyright (C) 2012-2020 the OpenProject GmbH
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License version 3.
//
// OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
// Copyright (C) 2006-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.
//++
/***** Tabs ****
#content .tabs,
.tabs--container
position: relative
height: 2.6em
margin-bottom: 1.2em
z-index: 1
overflow: hidden
// necessary to overwrite foundations styling of .tabs
display: block
ul
position: relative
white-space: nowrap
margin-top: 0.75rem
margin-left: 0
bottom: 0
padding-left: 1em
border-bottom: 1px solid #bbbbbb
overflow: hidden
li
display: inline-block
list-style-type: none
white-space: nowrap
margin-right: 4px
background: #fff
margin-bottom: -1px
a
display: block
font-size: 0.9em
text-decoration: none
line-height: 1.3em
padding: 4px 6px 4px 6px
border: 1px solid #ccc
background-color: #eeeeee
color: #333
font-weight: bold
&:hover
background-color: #ffffdd
text-decoration: none
&.selected
background-color: #fff
&.-disabled
color: #999
div.tabs-buttons
position: absolute
right: 0
bottom: 4px
button
&.tab-left, &.tab-right
font-size: 0.9em
cursor: pointer
height: 24px
border: 1px solid #ccc
border-bottom: 1px solid #bbbbbb
position: absolute
padding: 4px
width: 20px
bottom: -1px
&.tab-left
right: 20px
&.tab-right
right: 0

@ -36,6 +36,3 @@ div#search-results-counts
.top-menu-search--wrapper
float: left
.global-search--tabs
margin-bottom: 1rem

@ -0,0 +1,24 @@
# Scrollable tabs
```
<div class="scrollable-tabs">
<ul class="tabrow"">
<li class="selected"
tab-id="tab_1">
<a href="#scrollable-tabs?tab=tab_1">Tab 1</a>
</li>
<li tab-id="tab_2">
<a href="#scrollable-tabs?tab=tab_2">Tab 2</a>
</li>
<li tab-id="tab_3">
<a href="#scrollable-tabs?tab=tab_3">Tab 3</a>
</li>
</ul>
<div hidden="true" class="scrollable-tabs--button -left">
<span class="icon-arrow-left2"></span>
</div>
<div hidden="true" class="scrollable-tabs--button -right">
<span class="icon-arrow-right2"></span>
</div>
</div>
```

@ -69,12 +69,11 @@
box-sizing: content-box
height: 40px
border-bottom: 1px solid #DDDDDD
margin-bottom: 1rem
.tabrow
display: block
overflow-x: auto
white-space: nowrap
// Padding for hiding the scroll bar
padding-bottom: 17px
height: 57px
li
display: inline-block
@ -102,3 +101,7 @@
&:hover
@include varprop(color, content-link-color)
cursor: pointer
.tab-content
.form--section
padding: 0

@ -31,6 +31,8 @@
class CustomFieldsController < ApplicationController
layout 'admin'
helper_method :gon
before_action :require_admin
before_action :find_custom_field, only: %i(edit update destroy move delete_option)
before_action :prepare_custom_option_position, only: %i(update create)

@ -31,6 +31,8 @@ class GroupsController < ApplicationController
include GroupsHelper
layout 'admin'
helper_method :gon
before_action :require_admin
before_action :find_group, only: [:destroy,
:show, :create_memberships, :destroy_membership,

@ -30,6 +30,8 @@
class SettingsController < ApplicationController
layout 'admin'
helper_method :gon
before_action :require_admin
current_menu_item [:index, :edit] do

@ -28,6 +28,8 @@
#++
class TimeEntries::ReportsController < ApplicationController
helper_method :gon
menu_item :issues
before_action :find_optional_project
before_action :load_available_criterias
@ -39,6 +41,9 @@ class TimeEntries::ReportsController < ApplicationController
menu_item :time_entries
def show
# Set tab param to recognize correct selected tab
params[:tab] = params[:tab] || 'report'
@criterias = params[:criterias] || []
@criterias = @criterias.select { |criteria| @available_criterias.has_key? criteria }
@criterias.uniq!

@ -29,6 +29,8 @@
#++
class TimelogController < ApplicationController
helper_method :gon
before_action :find_work_package, only: %i[new create]
before_action :find_project, only: %i[new create]
before_action :find_time_entry, only: %i[show edit update destroy]
@ -44,6 +46,9 @@ class TimelogController < ApplicationController
menu_item :time_entries
def index
# Set tab param to recognize correct selected tab
params[:tab] = params[:tab] || 'details'
sort_init 'spent_on', 'desc'
sort_update 'spent_on' => 'spent_on',
'user' => 'user_id',

@ -34,6 +34,7 @@ class TypesController < ApplicationController
layout 'admin'
before_action :require_admin
helper_method :gon
def index
@types = ::Type.page(page_param).per_page(per_page_param)

@ -31,14 +31,54 @@
module CustomFieldsHelper
def custom_fields_tabs
[
{ name: 'WorkPackageCustomField', partial: 'custom_fields/tab', label: :label_work_package_plural },
{ name: 'TimeEntryCustomField', partial: 'custom_fields/tab', label: :label_spent_time },
{ name: 'ProjectCustomField', partial: 'custom_fields/tab', label: :label_project_plural },
{ name: 'VersionCustomField', partial: 'custom_fields/tab', label: :label_version_plural },
{ name: 'UserCustomField', partial: 'custom_fields/tab', label: :label_user_plural },
{ name: 'GroupCustomField', partial: 'custom_fields/tab', label: :label_group_plural },
{ name: 'TimeEntryActivityCustomField', partial: 'custom_fields/tab', label: TimeEntryActivity::OptionName },
{ name: 'IssuePriorityCustomField', partial: 'custom_fields/tab', label: IssuePriority::OptionName }
{
name: 'WorkPackageCustomField',
partial: 'custom_fields/tab',
path: custom_fields_path(tab: :WorkPackageCustomField),
label: :label_work_package_plural
},
{
name: 'TimeEntryCustomField',
partial: 'custom_fields/tab',
path: custom_fields_path(tab: :TimeEntryCustomField),
label: :label_spent_time
},
{
name: 'ProjectCustomField',
partial: 'custom_fields/tab',
path: custom_fields_path(tab: :ProjectCustomField),
label: :label_project_plural
},
{
name: 'VersionCustomField',
partial: 'custom_fields/tab',
path: custom_fields_path(tab: :VersionCustomField),
label: :label_version_plural
},
{
name: 'UserCustomField',
partial: 'custom_fields/tab',
path: custom_fields_path(tab: :UserCustomField),
label: :label_user_plural
},
{
name: 'GroupCustomField',
partial: 'custom_fields/tab',
path: custom_fields_path(tab: :GroupCustomField),
label: :label_group_plural
},
{
name: 'TimeEntryActivityCustomField',
partial: 'custom_fields/tab',
path: custom_fields_path(tab: :TimeEntryActivityCustomField),
label: TimeEntryActivity::OptionName
},
{
name: 'IssuePriorityCustomField',
partial: 'custom_fields/tab',
path: custom_fields_path(tab: :IssuePriorityCustomField),
label: IssuePriority::OptionName
}
]
end

@ -29,9 +29,25 @@
module GroupsHelper
def group_settings_tabs
[{ name: 'general', partial: 'groups/general', label: :label_general },
{ name: 'users', partial: 'groups/users', label: :label_user_plural },
{ name: 'memberships', partial: 'groups/memberships', label: :label_project_plural }
[
{
name: 'general',
partial: 'groups/general',
path: edit_group_path(@group),
label: :label_general
},
{
name: 'users',
partial: 'groups/users',
path: edit_group_path(@group, tab: :users),
label: :label_user_plural
},
{
name: 'memberships',
partial: 'groups/memberships',
path: edit_group_path(@group, tab: :memberships),
label: :label_project_plural
}
]
end

@ -34,12 +34,42 @@ module SettingsHelper
def administration_settings_tabs
[
{ name: 'general', partial: 'settings/general', label: :label_general },
{ name: 'display', partial: 'settings/display', label: :label_display },
{ name: 'projects', partial: 'settings/projects', label: :label_project_plural },
{ name: 'notifications', partial: 'settings/notifications', label: Proc.new { User.human_attribute_name(:mail_notification) } },
{ name: 'mail_handler', partial: 'settings/mail_handler', label: :label_incoming_emails },
{ name: 'repositories', partial: 'settings/repositories', label: :label_repository_plural }
{
name: 'general',
partial: 'settings/general',
path: settings_path,
label: :label_general
},
{
name: 'display',
partial: 'settings/display',
path: settings_path(tab: :display),
label: :label_display
},
{
name: 'projects',
partial: 'settings/projects',
path: settings_path(tab: :projects),
label: :label_project_plural
},
{
name: 'notifications',
partial: 'settings/notifications',
path: settings_path(tab: :notifications),
label: :label_mail_notification
},
{
name: 'mail_handler',
partial: 'settings/mail_handler',
path: settings_path(tab: :mail_handler),
label: :label_incoming_emails
},
{
name: 'repositories',
partial: 'settings/repositories',
path: settings_path(tab: :repositories),
label: :label_repository_plural
}
]
end

@ -29,18 +29,21 @@
module TabsHelper
# Renders tabs and their content
def render_tabs(tabs)
def render_tabs(tabs, form = nil)
if tabs.any?
selected_tab = tabs.detect { |t| t[:name] == params[:tab] } if params[:tab].present?
render partial: 'common/tabs', locals: { tabs: tabs, selected_tab: selected_tab || tabs.first }
render partial: 'common/tabs', locals: { f: form, tabs: tabs, selected_tab: selected_tab || tabs.first }
else
content_tag 'p', l(:label_no_data), class: 'nodata'
end
end
# Render tabs from the ui/extensible tabs manager
def render_extensible_tabs(key)
tabs = ::OpenProject::Ui::ExtensibleTabs.enabled_tabs(key)
def render_extensible_tabs(key, params = {})
tabs = ::OpenProject::Ui::ExtensibleTabs.enabled_tabs(key).map do |tab|
path = tab[:path].respond_to?(:call) ? instance_exec(params, &tab[:path]) : tab[:path]
tab.dup.merge path: path
end
render_tabs(tabs)
end
end

@ -30,6 +30,23 @@
module TimelogHelper
include ApplicationHelper
def time_entry_tabs
[
{
name: 'details',
partial: 'timelog/time_entry_tab',
path: polymorphic_time_entries_path(@issue || @project),
label: :label_details
},
{
name: 'report',
partial: 'time_entries/reports/reports_tab',
path: polymorphic_time_entries_report_path(@issue || @project),
label: :label_report
}
]
end
# Returns a collection of activities for a select field. time_entry
# is optional and will be used to check if the selected TimeEntryActivity
# is active.

@ -28,6 +28,29 @@
#++
module ::TypesHelper
def types_tabs
[
{
name: 'settings',
partial: 'types/form/settings',
path: edit_type_tab_path(id: @type.id, tab: :settings),
label: 'types.edit.settings'
},
{
name: 'form_configuration',
partial: 'types/form/form_configuration',
path: edit_type_tab_path(id: @type.id, tab: :form_configuration),
label: 'types.edit.form_configuration'
},
{
name: 'projects',
partial: 'types/form/projects',
path: edit_type_tab_path(id: @type.id, tab: :projects),
label: 'types.edit.projects'
}
]
end
def icon_for_type(type)
return unless type

@ -26,30 +26,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See docs/COPYRIGHT.rdoc for more details.
++#%>
<div class="tabs">
<ul>
<% tabs.each do |tab| %>
<li><%=
position_span = you_are_here_info(tab[:name], tab != selected_tab)
caption = case tab[:label]
when Proc
tab[:label].call
else
t(tab[:label])
end
link_to(position_span + caption, { tab: tab[:name] },
id: "tab-#{tab[:name]}",
class: "tab-show #{(tab == selected_tab ? 'selected' : '')}",
data: { name: tab[:name] }) %></li>
<% end %>
</ul>
<div class="tabs-buttons" style="display:none;">
<button class="tab-left icon-context icon-arrow-left4"></button>
<button class="tab-right icon-context icon-arrow-right5"></button>
</div>
</div>
<% gon.contentTabs = { tabs: tabs.to_json.html_safe, selected: selected_tab.to_json.html_safe } %>
<%= nonced_javascript_tag do %>
<%= include_gon(need_tag: false) -%>
<% end %>
<content-tabs></content-tabs>
<%= content_tag 'div',
render(partial: selected_tab[:partial], locals: { tab: selected_tab } ),
render(partial: selected_tab[:partial], locals: { f: f, tab: selected_tab } ),
id: "tab-content-#{selected_tab[:name]}",
class: 'tab-content' %>

@ -0,0 +1,140 @@
<%#-- copyright
OpenProject is an open source project management software.
Copyright (C) 2012-2020 the OpenProject GmbH
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 3.
OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
Copyright (C) 2006-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.
++#%>
<%= styled_form_tag(polymorphic_time_entries_report_path(@issue || @project), method: :get, id: 'query_form', class: '-vertical') do %>
<% @criterias.each do |criteria| %>
<%= hidden_field_tag 'criterias[]', criteria, id: nil %>
<% end %>
<div class="timelog-report-selection small-6">
<div class="grid-block">
<div class="form--field">
<%= styled_label_tag :columns, "#{t(:label_details)}:" %>
<%= styled_select_tag 'columns', options_for_select([[l(:label_year), 'year'],
[l(:label_month), 'month'],
[l(:label_week), 'week'],
[l(:label_day_plural).titleize, 'day']], @columns),
container_class: '-slim' %>
</div>
<div class="form--field">
<%= styled_label_tag :criterias, "#{t(:button_add)}:" %>
<% available_criterias = [[]] + (@available_criterias.keys - @criterias).collect{ |k|
[l_or_humanize(@available_criterias[k][:label]), k]
}
%>
<%= styled_select_tag('criterias[]', options_for_select(available_criterias),
id: "criterias",
disabled: (@criterias.length >= 3),
container_class: '-slim') %>
</div>
</div>
<div class="grid-block">
<%= submit_tag t(:button_apply), class: 'button -highlight' %>
<%= link_to t(:button_clear), {project_id: @project, issue_id: @issue, period_type: params[:period_type], period: params[:period], from: @from, to: @to, columns: @columns}, class: 'button' %>
</div>
</div>
<% end %>
<% unless @criterias.empty? %>
<div class="total-hours">
<p><%= t(:label_total) %>: <%= html_hours(l_hours(@total_hours)) %></p>
</div>
<% unless @hours.empty? %>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table class="generic-table" id="time-report">
<colgroup>
<% @criterias.each do |criteria| %>
<col highlight-col>
<% end %>
<% @periods.each do |period| %>
<col highlight-col>
<% end %>
<col highlight-col>
</colgroup>
<thead>
<tr>
<% @criterias.each do |criteria| %>
<th>
<div class="generic-table--sort-header-outer">
<div class="generic-table--sort-header">
<span>
<%= l_or_humanize(@available_criterias[criteria][:label]) %>
</span>
</div>
</div>
</th>
<% end %>
<% @periods.each do |period| %>
<th class="period">
<div class="generic-table--sort-header-outer">
<div class="generic-table--sort-header">
<span>
<%= period %>
</span>
</div>
</div>
</th>
<% end %>
<th class="total">
<div class="generic-table--sort-header-outer">
<div class="generic-table--sort-header">
<span>
<%= t(:label_total) %>
</span>
</div>
</div>
</th>
</tr>
</thead>
<tbody>
<%= render partial: 'report_criteria', locals: {criterias: @criterias, hours: @hours, level: 0} %>
<tr class="total">
<td><%= t(:label_total) %></td>
<%= ('<td></td>' * (@criterias.size - 1)).html_safe %>
<% total = 0 -%>
<% @periods.each do |period| -%>
<% sum = sum_hours(select_hours(@hours, @columns, period.to_s)); total += sum -%>
<td class="hours"><%= html_hours("%.2f" % sum) if sum > 0 %></td>
<% end -%>
<td class="hours"><%= html_hours("%.2f" % total) if total > 0 %></td>
</tr>
</tbody>
</table>
</div>
</div>
<%= other_formats_links do |f| %>
<%= f.link_to 'CSV', url: permitted_params.timelog.to_h %>
<% end %>
<% end %>
<% end %>

@ -38,118 +38,8 @@ See docs/COPYRIGHT.rdoc for more details.
<% end %>
<% end %>
<%= styled_form_tag(polymorphic_time_entries_report_path(@issue || @project), method: :get, id: 'query_form', class: '-vertical') do %>
<% @criterias.each do |criteria| %>
<%= hidden_field_tag 'criterias[]', criteria, id: nil %>
<% end %>
<%= render partial: 'timelog/date_range' %>
<%= render 'timelog/time_entry_tabs' %>
<div class="timelog-report-selection small-6">
<div class="grid-block">
<div class="form--field">
<%= styled_label_tag :columns, "#{t(:label_details)}:" %>
<%= styled_select_tag 'columns', options_for_select([[l(:label_year), 'year'],
[l(:label_month), 'month'],
[l(:label_week), 'week'],
[l(:label_day_plural).titleize, 'day']], @columns),
container_class: '-slim' %>
</div>
<div class="form--field">
<%= styled_label_tag :criterias, "#{t(:button_add)}:" %>
<% available_criterias = [[]] + (@available_criterias.keys - @criterias).collect{ |k|
[l_or_humanize(@available_criterias[k][:label]), k]
}
%>
<%= styled_select_tag('criterias[]', options_for_select(available_criterias),
id: "criterias",
disabled: (@criterias.length >= 3),
container_class: '-slim') %>
</div>
</div>
<div class="grid-block">
<%= submit_tag t(:button_apply), class: 'button -highlight' %>
<%= link_to t(:button_clear), {project_id: @project, issue_id: @issue, period_type: params[:period_type], period: params[:period], from: @from, to: @to, columns: @columns}, class: 'button' %>
</div>
</div>
<% end %>
<% unless @criterias.empty? %>
<div class="total-hours">
<p><%= t(:label_total) %>: <%= html_hours(l_hours(@total_hours)) %></p>
</div>
<%= render partial: 'timelog/date_range' %>
<% unless @hours.empty? %>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table class="generic-table" id="time-report">
<colgroup>
<% @criterias.each do |criteria| %>
<col highlight-col>
<% end %>
<% @periods.each do |period| %>
<col highlight-col>
<% end %>
<col highlight-col>
</colgroup>
<thead>
<tr>
<% @criterias.each do |criteria| %>
<th>
<div class="generic-table--sort-header-outer">
<div class="generic-table--sort-header">
<span>
<%= l_or_humanize(@available_criterias[criteria][:label]) %>
</span>
</div>
</div>
</th>
<% end %>
<% @periods.each do |period| %>
<th class="period">
<div class="generic-table--sort-header-outer">
<div class="generic-table--sort-header">
<span>
<%= period %>
</span>
</div>
</div>
</th>
<% end %>
<th class="total">
<div class="generic-table--sort-header-outer">
<div class="generic-table--sort-header">
<span>
<%= t(:label_total) %>
</span>
</div>
</div>
</th>
</tr>
</thead>
<tbody>
<%= render partial: 'report_criteria', locals: {criterias: @criterias, hours: @hours, level: 0} %>
<tr class="total">
<td><%= t(:label_total) %></td>
<%= ('<td></td>' * (@criterias.size - 1)).html_safe %>
<% total = 0 -%>
<% @periods.each do |period| -%>
<% sum = sum_hours(select_hours(@hours, @columns, period.to_s)); total += sum -%>
<td class="hours"><%= html_hours("%.2f" % sum) if sum > 0 %></td>
<% end -%>
<td class="hours"><%= html_hours("%.2f" % total) if total > 0 %></td>
</tr>
</tbody>
</table>
</div>
</div>
<%= other_formats_links do |f| %>
<%= f.link_to 'CSV', url: permitted_params.timelog.to_h %>
<% end %>
<% end %>
<% end %>
<%= render_tabs time_entry_tabs %>
<% html_title t(:label_spent_time), t(:label_report) %>

@ -26,9 +26,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See docs/COPYRIGHT.rdoc for more details.
++#%>
<li>
<%= link_to(tab_path, class: (tab_selected ? 'selected' : nil)) do %>
<%= tab_selected ? you_are_here_info : nil %>
<%= tab_title %>
<div class="notification-box -warning">
<a title="close" class="notification-box--close icon-context icon-close"></a>
<div class="notification-box--content">
<%= t('deprecations.time_entries') %>
</div>
</div>
<div>
<%= other_formats_links do |f| %>
<%= f.link_to 'CSV', url: permitted_params.timelog.to_h %>
<% end %>
</li>
</div>

@ -1,39 +0,0 @@
<%#-- copyright
OpenProject is an open source project management software.
Copyright (C) 2012-2020 the OpenProject GmbH
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 3.
OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
Copyright (C) 2006-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.
++#%>
<div class="tabs">
<ul>
<%= render partial: 'timelog/time_entry_tab', locals: { tab_title: l(:label_details),
tab_path: polymorphic_time_entries_path(@issue || @project),
tab_selected: (request.path == polymorphic_time_entries_path(@issue || @project)) }%>
<%= render partial: 'timelog/time_entry_tab', locals: { tab_title: l(:label_report),
tab_path: polymorphic_time_entries_report_path(@issue || @project),
tab_selected: (request.path != polymorphic_time_entries_path(@issue || @project)) }%>
</ul>
</div>

@ -42,17 +42,6 @@ See docs/COPYRIGHT.rdoc for more details.
<%= render partial: 'date_range' %>
<% end %>
<%= render 'time_entry_tabs' %>
<div class="notification-box -warning">
<a title="close" class="notification-box--close icon-context icon-close"></a>
<div class="notification-box--content">
<%= t('deprecations.time_entries') %>
</div>
</div>
<div>
<%= other_formats_links do |f| %>
<%= f.link_to 'CSV', url: permitted_params.timelog.to_h %>
<% end %>
</div>
<%= render_tabs time_entry_tabs %>
<% html_title l(:label_spent_time) %>

@ -36,31 +36,12 @@ See docs/COPYRIGHT.rdoc for more details.
<%= breadcrumb_toolbar @type.name %>
</div>
<div class="tabs">
<ul>
<li>
<%= link_to t("types.edit.settings"),
edit_type_tab_path(id: @type.id, tab: :settings),
class: "#{'selected' if @tab == "settings" }" %>
</li>
<li>
<%= link_to t("types.edit.form_configuration"),
edit_type_tab_path(id: @type.id, tab: :form_configuration),
class: "#{'selected' if @tab == 'form_configuration' }" %>
</li>
<li>
<%= link_to t("types.edit.projects"),
edit_type_tab_path(id: @type.id, tab: :projects),
class: "#{'selected' if @tab == 'projects' }" %>
</li>
</ul>
</div>
<%= error_messages_for 'type' %>
<%= form_for @type,
url: update_type_tab_path(id: @type.id, tab: @tab),
builder: TabularFormBuilder,
lang: current_language do |f| %>
<%= render partial: "types/form/#{@tab}", locals: { f: f } %>
url: update_type_tab_path(id: @type.id, tab: @tab),
builder: TabularFormBuilder,
lang: current_language do |f| %>
<%= render_tabs types_tabs, f %>
<% end %>
<%= error_messages_for 'type' %>

@ -33,4 +33,4 @@ See docs/COPYRIGHT.rdoc for more details.
<% local_assigns[:additional_breadcrumb] = @user.name %>
<%= render partial: 'toolbar', locals: { new_user: false } %>
<%= render_extensible_tabs :user %>
<%= render_extensible_tabs :user, user: @user %>

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -67,20 +67,20 @@ de:
no_results_content_text: Erstellen Sie einen neuen Authentifizierungsmodus
ldap_auth_sources:
technical_warning_html: |
This LDAP form requires technical knowledge of your LDAP / Active Directory setup.
Dieses LDAP-Formular erfordert technische Kenntnisse ihres LDAP-/Active Directory Setups.
<br/>
<a href="https://www.openproject.org/help/administration/manage-ldap-authentication/">Please visit our documentation for detailed instructions</a>.
<a href="https://www.openproject.org/help/administration/manage-ldap-authentication/">Bitte besuchen Sie unsere Dokumentation für detaillierte Anweisungen</a>.
attribute_texts:
name: Arbitrary name of the LDAP connection
host: LDAP host name or IP address
login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`.
generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute
admin_map_html: "Optional: The attribute key in LDAP that <strong>if present</strong> marks the OpenProject user an admin. Leave empty when in doubt."
name: Beliebiger Name der LDAP-Verbindung
host: LDAP Hostname oder IP-Adresse
login_map: Der Attributschlüssel in LDAP, der benutzt wird, um die eindeutige Benutzeranmeldung zu identifizieren. Normalerweise wird dies `uid` oder `samAccountName` sein.
generic_map: Der Attributschlüssel in LDAP, der dem OpenProject `%{attribute}` Attribut zugeordnet ist
admin_map_html: "Optional: Der Attributenschlüssel in LDAP der, <strong>falls vorhanden</strong>, den OpenProject Nutzer als einen Administrator makiert. \nIm Zweifel leer lassen."
system_user_dn_html: |
Enter the DN of the system user used for read-only access.
Geben Sie den DN des Systembenutzers ein, der für schreibgeschützten Zugriff verwendet wird.
<br/>
Example: uid=openproject,ou=system,dc=example,dc=com
system_user_password: Enter the bind password of the system user
Beispiel: uid=openproject,ou=system,dc=example,dc=com
system_user_password: Geben Sie das Bind-Passwort des Systembenutzers ein
base_dn: |
Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups.
OpenProject will filter for provided usernames in this subtree only.

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -73,29 +73,28 @@ el:
attribute_texts:
name: Αυθαίρετο όνομα της σύνδεσης LDAP
host: Όνομα εξυπηρετητή LDAP ή διεύθυνση IP
login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`.
login_map: Το κλειδί χαρακτηριστικού στο LDAP που χρησιμοποιείται για να αναγνωριστεί η μοναδική σύνδεση χρήστη. Συνήθως, αυτό θα είναι το `uid` ή το `samAccountName`.
generic_map: Το κλειδί χαρακτηριστικού στο LDAP είναι χαρτογραφημένο στο χαρακτηριστικό του OpenProject `%{attribute}`
admin_map_html: "Προαιρετικό: Το κλειδί χαρακτηριστικού στο LDAP που <strong>αν υπάρχει</strong> επισημαίνει τον χρήστη OpenProject ως διαχειριστή. Αφήστε το κενό αν αμφιβάλλετε."
system_user_dn_html: |
Enter the DN of the system user used for read-only access.
Εισάγετε το DN του χρήστη που χρησιμοποιείται για πρόσβαση μόνο με δικαιώματα ανάγνωσης.
<br/>
Example: uid=openproject,ou=system,dc=example,dc=com
system_user_password: Enter the bind password of the system user
Παράδειγμα: uid=openproject,ou=system,dc=example,dc=com
system_user_password: Εισάγετε τον δεσμευτικό κωδικό πρόσβασης του χρήστη συστήματος
base_dn: |
Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups.
OpenProject will filter for provided usernames in this subtree only.
Example: ou=users,dc=example,dc=com
Εισάγετε το Base DN του υποδέντρου στο LDAP που θέλετε το OpenProject να αναζητήσει χρήστες και ομάδες.
Το OpenProject θα φιλτράρει τα δοθέντα ονόματα χρηστών μόνο σε αυτό το υποδέντρο.
Παράδειγμα: ou=users,dc=example,dc=com
onthefly_register: |
If you check this box, OpenProject will automatically create new users from their LDAP entries
when they first authenticate with OpenProject.
Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP!
Αν επιλέξετε αυτό το κουτί, το OpenProject θα δημιουργεί αυτόματα καινούργιους χρήστες από τις καταχωρήσεις του LDAP όταν ταυτοποιούνται για πρώτη φορά στο OpenProject.
Αφήστε το μη επιλεγμένο για να επιτρέψετε μόνο στους υπάρχοντες λογαριασμούς στο OpenProject να ταυτοποιηθούν μέσω LDAP!
connection_encryption: 'Κρυπτογράφηση σύνδεσης'
system_account: 'Λογαριασμός συστήματος'
system_account_legend: |
OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree.
Please specify the bind credentials for that system user in the following section.
Το OpenProject απαιτεί πρόσβαση ανάγνωσης-μόνο μέσω ενός λογαριασμού συστήματος για να αναζητά χρήστες και ομάδες στο LDAP δέντρο σας.
Παρακαλούμε προσδιορίστε τα διαπιστευτήρια δέσμευσης για αυτόν τον χρήστη συστήματος στην παρακάτω ενότητα.
ldap_details: 'Λεπτομέρειες LDAP'
user_settings: 'Attribute mapping'
user_settings: 'Χαρτογράφηση χαρακτηριστικού'
user_settings_legend: |
Τα ακόλουθα πεδία σχετίζονται με το πως οι χρήστες δημιουργούνται στο OpenProject από τις καταχωρήσεις LDAP και ποια χαρακτηριστικά LDAP χρησιμοποιούνται για να ορίσουν τα χαρακτηριστικά ενός χρήστη OpenProject (χαρτογράφηση χαρακτηριστικού).
tls_mode:
@ -142,7 +141,7 @@ el:
concatenation:
single: 'ή'
deprecations:
time_entries: "Αυτή η προβολή εγγραφών χρόνου αντικαθίσταται από την ενότητα \"Αναφορές κόστους\". Αυτή η προβολή υποστηρίζει τώρα μόνο την εξαγωγή πληροφοριών χρόνου σε csv. Για διαλογικό φιλτράρισμα, ενεργοποιήστε την ενότητα \"Αναφορές κόστους\" στις ρυθμίσεις του έργου."
time_entries: "Αυτή η προβολή καταχωρήσεων χρόνου αντικαθίσταται από την ενότητα \"Αναφορές κόστους\". Αυτή η προβολή τώρα υποστηρίζει μόνο την εξαγωγή πληροφοριών καταχωρήσεων χρόνου σε csv. Για διαδραστικό φιλτράρισμα, ενεργοποιήστε την ενότητα \"Αναφορές κόστους\" στις ρυθμίσεις του έργου."
global_search:
overwritten_tabs:
wiki_pages: "Wiki"
@ -174,7 +173,7 @@ el:
no_results_title_text: Προς το παρόν δεν υπάρχουν διαθέσιμες δραστηριότητες.
forums:
no_results_title_text: Προς το παρόν δεν υπάρχουν φόρουμ για το έργο.
no_results_content_text: Δημιουργία νέου forum
no_results_content_text: Δημιουργία νέου φόρουμ
categories:
no_results_title_text: Αυτήν τη στιγμή δεν υπάρχουν κατηγορίες πακέτων εργασίας.
no_results_content_text: Δημιουργήστε μια νέα κατηγορία πακέτου εργασίας
@ -382,9 +381,9 @@ el:
code: 'Κατάσταση'
explanation: 'Περιγραφή κατάστασης'
codes:
on_track: 'On track'
at_risk: 'At risk'
off_track: 'Off track'
on_track: 'Eντός πορείας'
at_risk: 'Σε κίνδυνο'
off_track: 'Eκτός πορείας'
query:
column_names: "Στήλες"
relations_to_type_column: "Συσχετίσεις με %{type}"
@ -471,12 +470,12 @@ el:
before: "πρέπει να είναι πριν από %{date}."
before_or_equal_to: "πρέπει να είναι πριν ή ίσο με %{date}."
blank: "δεν πρέπει να είναι κενό."
cant_link_a_work_package_with_a_descendant: "Ένα πακέτο εργασίας δεν μπορεί να συνδεθεί με ένα από τα υποκαθήκοντα του."
cant_link_a_work_package_with_a_descendant: "Ένα πακέτο εργασίας δεν μπορεί να συνδεθεί με μια από τις υποεργασίες του."
circular_dependency: "Αυτή η σχέση θα δημιουργήσει κυκλική εξάρτηση."
confirmation: "δεν ταιριάζει με %{attribute}."
could_not_be_copied: "δεν ήταν δυνατή η (πλήρης) αντιγραφή."
does_not_exist: "δεν υπάρχει."
error_unauthorized: "may not be accessed."
error_unauthorized: "ενδέχεται να μην έχετε πρόσβαση."
error_readonly: "επιχειρήθηκε να εγγραφεί αλλά δεν ήταν εγγράψιμο."
empty: "δεν μπορεί να είναι κενό."
even: "πρέπει να είναι άρτιος."
@ -521,7 +520,7 @@ el:
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: 'δεν μπορεί να περιέχει ένα κομμάτι.'
fragment_present: 'δεν μπορεί να περιέχει ένα τμήμα (fragment).'
invalid_uri: 'πρέπει να είναι έγκυρο URI.'
relative_uri: 'πρέπει να είναι απόλυτο URI.'
secured_uri: 'πρέπει να είναι HTTPS/SSL URI.'
@ -542,7 +541,7 @@ el:
id_filter_required: "Απαιτείται ένα φίλτρο 'Ταυτότητα'."
project:
archived_ancestor: 'Το έργο έχει έναν αρχειοθετημένο πρόγονο.'
foreign_wps_reference_version: 'Work packages in non descendant projects reference versions of the project or its descendants.'
foreign_wps_reference_version: 'Πακέτα εργασίας σε εκδόσεις αναφοράς του έργου ή των απογόνων του έργου που δεν προέρχονται απο απογόνους.'
attributes:
types:
in_use_by_work_packages: "χρησιμοποιείται ακόμη από τα πακέτα εργασίας: %{types}"
@ -714,7 +713,7 @@ el:
priority: "Προτεραιότητα"
project: "Έργο"
public: "Δημόσιο"
responsible: "Accountable"
responsible: "Υπόλογος"
role: "Ρόλος"
roles: "Ρόλοι"
start_date: "Ημερομηνία έναρξης"
@ -967,7 +966,7 @@ el:
default_type_feature: "Λειτουργία"
default_type_milestone: "Ορόσημο"
default_type_phase: "Φάση"
default_type_task: "Καθήκον"
default_type_task: "Εργασία"
default_type_user_story: "Ιστορία χρήστη"
description_active: "Ενεργό;"
description_attachment_toggle: "Εμφάνιση/Απόκρυψη συνημμένων"
@ -1014,7 +1013,7 @@ el:
enumeration_work_package_priorities: "Προτεραιότητες πακέτου εργασίας"
enumeration_reported_project_statuses: "Αναφερόμενη κατάσταση έργου"
error_auth_source_sso_failed: "Το Single Sign-On (SSO) για το χρήση '%{value}' απέτυχε"
error_can_not_archive_project: "This project cannot be archived: %{errors}"
error_can_not_archive_project: "Αυτό το έργο δεν μπορεί να αρχειοθετηθεί: %{errors}"
error_can_not_delete_entry: "Δεν είναι δυνατή η διαγραφή καταχώρησης"
error_can_not_delete_custom_field: "Δεν είναι δυνατή η διαγραφή του προσαρμοσμένου πεδίου"
error_can_not_delete_type: "Αυτός ο τύπος περιέχει πακέτα εργασίας που δεν μπορούν να διαγραφούν."
@ -1154,17 +1153,17 @@ el:
label_add_columns: "Προσθέστε τις επιλεγμένες στήλες"
label_add_note: "Προσθήκη σημείωσης"
label_add_related_work_packages: "Προσθέστε σχετιζόμενα πακέτα εργασίας"
label_add_subtask: "Προσθήκη υποκαθήκοντος"
label_add_subtask: "Προσθήκη υποεργασίας"
label_added: "προστέθηκε"
label_added_time_by: "Προστέθηκε από τον %{author} πριν από %{age}"
label_additional_workflow_transitions_for_assignee: "Additional transitions allowed when the user is the assignee"
label_additional_workflow_transitions_for_assignee: "Επιτρέπονται επιπλέον μεταβάσεις όταν ο χρήστης είναι το άτομο που του έχει ανατεθεί"
label_additional_workflow_transitions_for_author: "Επιτρέπονται επιπλέον μεταβάσεις όταν ο χρήστης είναι ο συγγραφέας"
label_administration: "Διαχείριση"
label_advanced_settings: "Προηγμένες ρυθμίσεις"
label_age: "Ηλικία"
label_ago: "ημέρες πριν"
label_all: "όλα"
label_all_time: "all time"
label_all_time: "πάντα"
label_all_words: "Όλες οι λέξεις"
label_all_open_wps: "Όλα τα ανοιχτά"
label_always_visible: "Προβολή πάντα"
@ -1466,7 +1465,7 @@ el:
label_planning: "Σχεδιασμός"
label_please_login: "Παρακαλούμε συνδεθείτε"
label_plugins: "Πρόσθετα"
label_modules_and_plugins: "Πρόσθετα και Υπηρεσίες"
label_modules_and_plugins: "Ενότητες και Πρόσθετα"
label_precedes: "προηγείται"
label_preferences: "Προτιμήσεις"
label_preview: "Προεπισκόπηση"
@ -1565,7 +1564,7 @@ el:
label_subproject: "Υποέργο"
label_subproject_new: "Νέο υποέργο"
label_subproject_plural: "Υποέργα"
label_subtask_plural: "Υποκαθήκοντα"
label_subtask_plural: "Υποεργασίες"
label_summary: "Περίληψη"
label_system: "Σύστημα"
label_system_storage: "Πληροφορίες αποθήκευσης"
@ -1589,7 +1588,7 @@ el:
label_updated_time: "Ενημερώθηκε πριν από %{value}"
label_updated_time_at: "%{author} %{age}"
label_updated_time_by: "Ενημερώθηκε από τον %{author} πριν από %{age}"
label_upgrade_guides: 'Οδηγίες αναβάθμισης'
label_upgrade_guides: 'Οδηγοί αναβάθμισης'
label_used_by: "Χρησιμοποιείται από"
label_used_by_types: "Χρησιμοποιείται από τύπους"
label_used_in_projects: "Χρησιμοποιείται σε έργα"
@ -1625,7 +1624,7 @@ el:
label_wiki_content_added: "Η σελίδα Wiki προστέθηκε"
label_wiki_content_updated: "Η σελίδα Wiki ενημερώθηκε"
label_wiki_toc: "Πίνακας Περιεχομένων"
label_wiki_toc_empty: πίνακας περιεχομένων είναι κενός, καθώς δεν υπάρχουν επικεφαλίδες."
label_wiki_toc_empty: Πίνακας Περιεχομένων είναι κενός, καθώς δεν υπάρχουν επικεφαλίδες."
label_wiki_dont_show_menu_item: "Να μην εμφανίζεται αυτή η σελίδα wiki στην πλοήγηση του έργου"
label_wiki_edit: "Επεξεργασία wiki"
label_wiki_edit_plural: "Επεξεργασίες wiki"
@ -1695,7 +1694,7 @@ el:
label_keyboard_shortcut_new_work_package: "Δημιουργήστε νέο πακέτο εργασίας"
label_keyboard_shortcut_details_package: "Εμφανίστε το πλαίσιο λεπτομερειών των πακέτων εργασίας"
label_keyboard_shortcut_go_edit: "Πηγαίνετε στην επεξεργασία του τρέχοντος αντικειμένου (μόνο στη σελίδα λεπτομερειών)"
label_keyboard_shortcut_open_more_menu: "Open more-menu (on detail pages only)"
label_keyboard_shortcut_open_more_menu: "Εμφάνιση μενού-περισσότερων (στη σελίδα λεπτομερειών μόνο)"
label_keyboard_shortcut_go_preview: "Μετάβαση στην προεπισκόπηση της τρέχουσας επεξεργασίας (μόνο στη σελίδα επεξεργασίας)"
label_keyboard_shortcut_focus_previous_item: "Εστίαση στο προηγούμενο στοιχείο της λίστας (μόνο σε κάποιες λίστες)"
label_keyboard_shortcut_focus_next_item: "Εστίαση στο επόμενο στοιχείο της λίστας (μόνο σε κάποιες λίστες)"
@ -1712,7 +1711,7 @@ el:
legacy_warning:
timeline: 'Αυτή η ξεπερασμένη μακροεντολή χρονοδιαγράμματος έχει αφαιρεθεί και δεν είναι πια διαθέσιμη. Μπορείτε να αντικαταστήσετε την λειτουργικότητα της με μια ενσωματωμένη μακροεντολή πίνακα.'
include_wiki_page:
removed: συντόμευση δεν υπάρχει πια.'
removed: μακροεντολή δεν υπάρχει πια.'
wiki_child_pages:
errors:
page_not_found: "Δεν ήταν δυνατή η εύρεση της σελίδας wiki '%{name}'."
@ -1883,7 +1882,7 @@ el:
permission_manage_project_activities: "Διαχείριση δραστηριοτήτων έργου"
permission_manage_public_queries: "Διαχείριση δημόσιων προβολών"
permission_manage_repository: "Διαχείριση αποθετηρίου"
permission_manage_subtasks: "Διαχείριση υποκαθηκόντων"
permission_manage_subtasks: "Διαχείριση υποεργασιών"
permission_manage_versions: "Διαχείριση εκδόσεων"
permission_manage_wiki: "Διαχείριση wiki"
permission_manage_wiki_menu: "Διαχείριση μενού wiki"
@ -1912,7 +1911,7 @@ el:
confirmation: "Αν συνεχίσετε, το έργο %{identifier} και όλα τα σχετικά δεδομένα θα διαγραφούν μονίμως."
info: "Η διαγραφή του έργου είναι μια μη αναστρέψιμη ενέργεια."
project_verification: "Εισάγετε το όνομα του έργου %{name} για να επιβεβαιώσετε τη διαγραφή."
subprojects_confirmation: "Το υποέργο του: %{value} θα διαγραφεί."
subprojects_confirmation: "Το(-α) υποέργο(-α) του: %{value} θα διαγραφεί(-ουν)."
title: "Διαγραφή του έργου %{name}"
identifier:
warning_one: Τα μέλη του έργου θα πρέπει να μεταφέρουν τα αποθετήρια του έργου.
@ -1936,9 +1935,9 @@ el:
#which are not attributes of an AR-Model.
query_fields:
active_or_archived: "Ενεργό ή αρχειοθετημένο"
assigned_to_role: "Assignee's role"
member_of_group: "Assignee's group"
assignee_or_group: "Assignee or belonging group"
assigned_to_role: "Ρόλος ανάθεσης"
member_of_group: "Ομάδα ανάθεσης"
assignee_or_group: "Ανάθεση ή ομάδα"
subproject_id: "Υποέργο"
name_or_identifier: "Όνομα ή αναγνωριστικό"
repositories:
@ -1952,7 +1951,7 @@ el:
none: 'Δεν υπάρχει πρόσβαση ολοκλήρωσης παραγγελίας, μπορείτε να δείτε το αποθετήριο μόνο μέσω της εφαρμογής.'
access_permission: 'Τα δικαιώματα σας σε αυτό το αποθετήριο'
url: "URL ολοκλήρωσης παραγγελίας"
base_url_text: "The base URL to use for generating checkout URLs (e.g., https://myserver.example.org/repos/).\nNote: The base URL is only used for rewriting checkout URLs in managed repositories. Other repositories are not altered."
base_url_text: "Το βασικό URL για χρήση στη δημιουργία URL ολοκλήρωσης παραγγελίας (π.χ., https://myserver.example.org/repos/).\nΣημείωση: Το βασικό URL χρησιμοποιείται μόνο για επανεγγραφή των URL ολοκλήρωσης παραγγελίας στα διαχειριζόμενα αποθετήρια. Τα άλλα αποθετήρια δεν θα αλλαχθούν."
default_instructions:
git: |-
Τα δεδομένα που περιέχονται σε αυτό το αποθετήριο μπορούν να ληφθούν στον υπολογιστή σας με το Git.
@ -1985,7 +1984,7 @@ el:
empty_repository: "Το αποθετήριο υπάρχει, αλλά είναι άδειο. Δεν περιέχει αναθεωρήσεις ακόμα."
exists_on_filesystem: "Ο κατάλογος του αποθετηρίου υπάρχει ήδη στο σύστημα αρχείων."
filesystem_access_failed: "Υπήρξε σφάλμα κατά την πρόσβαση του αποθετηρίου στο σύστημα αρχείων: %{message}"
not_manageable: "This repository vendor cannot be managed by OpenProject."
not_manageable: "Ο προμηθευτής αποθετηρίου δεν είναι δυνατό να διαχειριστεί από το OpenProject."
path_permission_failed: "Παρουσιάστηκε σφάλμα κατά την προσπάθεια δημιουργίας του ακόλουθου μονοπατιού: %{path}. Παρακαλούμε σιγουρευτείτε ότι το OpenProject έχει δικαιώματα εγγραφής στον φάκελο."
unauthorized: "Δεν έχει εξουσιοδότηση για πρόσβαση στο αποθετήριο ή τα στοιχεία σύνδεσης δεν είναι έγκυρα."
unavailable: "Το αποθετήριο δεν είναι διαθέσιμο."
@ -1997,9 +1996,9 @@ el:
remote_save_failed: "Could not save the repository with the parameters retrieved from the remote."
git:
instructions:
managed_url: "This is the URL of the managed (local) Git repository."
managed_url: "Αυτό είναι το URL του διαχειριζόμενου (τοπικού) αποθετηρίου Git."
path: >-
Specify the path to your local Git repository ( e.g., %{example_path} ). You can also use remote repositories which are cloned to a local copy by using a value starting with http(s):// or file://.
Ορίστε το μονοπάτι του τοπικού σας αποθετηρίου Git (π.χ., %{example_path} ). Μπορείτε να χρησιμοποιείτε απομακρυσμένα αποθετήρια τα οποία έχουν κλωνοποιηθεί σε ένα τοπικό αντίγραφο χρησιμοποιώντας μια τιμή που ξεκινάει με http(s):// ή file://.
path_encoding: "Override Git path encoding (Default: UTF-8)"
local_title: "Σύνδεση με υπάρχον τοπικό αποθετήριο Git"
local_url: "Τοπικό URL"
@ -2025,7 +2024,7 @@ el:
managed: "Δημιουργία νέου αποθετηρίου στο OpenProject"
storage:
not_available: "Η κατανάλωση χώρου από τον δίσκο δεν είναι δυνατή σε αυτό το αποθετήριο."
update_timeout: "Keep the last required disk space information for a repository for N minutes.\nAs counting the required disk space of a repository may be costly, increase this value to reduce performance impact."
update_timeout: "Διατήρηση των τελευταίων πληροφοριών απαιτούμενου χώρου δίσκου για ένα αποθετήριο για Ν λεπτά.\nΚαθώς η μέτρηση του απαιτούμενου χώρου δίσκου για ένα αποθετήριο μπορεί να κοστίζει, αυξήστε αυτή την τιμή για να μειώσετε την επίπτωση στην επίδοση."
subversion:
existing_title: "Υπάρχον αποθετήριο Subversion"
existing_introduction: "Αν έχετε ένα υπάρχον αποθετήριο Subversion, μπορείτε να το συνδέσετε με το OpenProject για να αποκτήσετε πρόσβαση σε αυτό μέσα από την εφαρμογή."
@ -2038,7 +2037,7 @@ el:
managed_url: "Διαχειριζόμενο URL"
password: "Κωδικός Αποθετηρίου"
username: "Όνομα χρήστη αποθετηρίου"
truncated: "Sorry, we had to truncate this directory to %{limit} files. %{truncated} entries were omitted from the list."
truncated: "Συγνώμη, έπρεπε να περικόψουμε αυτό το ευρετήριο σε %{limit} αρχεία. %{truncated} καταχωρήσεις παραλήφθηκαν από τη λίστα."
named_repository: "%{vendor_name} αποθετήριο"
update_settings_successful: "Οι ρυθμίσεις αποθηκεύτηκαν επιτυχώς."
url: "URL σε αποθετήριο"
@ -2059,14 +2058,14 @@ el:
setting_app_subtitle: "Υπότιτλος εφαρμογής"
setting_app_title: "Τίτλος εφαρμογής"
setting_attachment_max_size: "Μέγιστο μέγεθος συνημμένων"
setting_autofetch_changesets: "Autofetch repository changes"
setting_autofetch_changesets: "Αυτόματη ανάκτηση αλλαγών αποθετηρίου"
setting_autologin: "Αυτόματη σύνδεση"
setting_available_languages: "Διαθέσιμες γλώσσες"
setting_bcc_recipients: "Blind carbon copy recipients (bcc)"
setting_brute_force_block_after_failed_logins: "Block user after this number of failed login attempts"
setting_brute_force_block_after_failed_logins: "Αποκλεισμός χρήστη μετά από τον αριθμό από αποτυχημένες προσπάθειες σύνδεσης"
setting_brute_force_block_minutes: "Χρόνος αποκλεισμού του χρήστη"
setting_cache_formatted_text: "Μορφοποιημένο κείμενο cache"
setting_use_wysiwyg_description: "Select to enable CKEditor5 WYSIWYG editor for all users by default. CKEditor has limited functionality for GFM Markdown."
setting_use_wysiwyg_description: "Επιλέξτε για να ενεργοποιήσετε τον συντάκτη CKEditor5 WYSIWYG για όλους τους χρήστες από προεπιλογή. Ο CKEditor έχει περιορισμένη λειτουργικότητα για GFM Markdown."
setting_column_options: "Προσαρμόστε την εμφάνιση των λιστών πακέτων εργασίας"
setting_commit_fix_keywords: "Επιδιόρθωση λέξεων-κλειδιά"
setting_commit_logs_encoding: "Κωδικοποίηση μηνυμάτων δέσμευσης"
@ -2093,7 +2092,7 @@ el:
setting_feeds_limit: "Όριο συγκατάθεσης τροφοδοσίας"
setting_file_max_size_displayed: "Μέγιστο μέγεθος αρχείων κειμένου που εμφανίζονται inline"
setting_host_name: "Όνομα εξυπηρετητή"
setting_invitation_expiration_days: "Το μήνυμα ενεργοποίησης λήγει μετά"
setting_invitation_expiration_days: "Το μήνυμα ενεργοποίησης λήγει μετά από"
setting_work_package_done_ratio: "Υπολογίστε την αναλογία των ολοκληρωμένων πακέτων εργασίας με"
setting_work_package_done_ratio_field: "Χρήση του πεδίου πακέτου εργασίας"
setting_work_package_done_ratio_status: "Χρήση της κατάστασης πακέτου εργασίας"
@ -2103,13 +2102,13 @@ el:
setting_work_package_properties: "Ιδιότητες πακέτου εργασίας"
setting_work_package_startdate_is_adddate: "Χρήση σημερινής ημερομηνίας ως ημερομηνία έναρξης για νέα πακέτα εργασίας"
setting_work_packages_export_limit: "Όριο εξαγωγών πακέτων εργασίας"
setting_journal_aggregation_time_minutes: "Display journals as aggregated within"
setting_journal_aggregation_time_minutes: "Εμφάνιση ημερολογίων συναθροισμένα μέσα σε"
setting_log_requesting_user: "Καταγραφή των στοιχείων εισόδου, του ονόματος και της διεύθυνσης email του χρήστη για όλα τα αιτήματα"
setting_login_required: "Απαιτείται ταυτοποίηση"
setting_mail_from: "Emission email address"
setting_mail_from: "Διεύθυνση email μετάδοσης"
setting_mail_handler_api_key: "Κλειδί API"
setting_mail_handler_body_delimiters: "Truncate emails after one of these lines"
setting_mail_handler_body_delimiter_regex: "Truncate emails matching this regex"
setting_mail_handler_body_delimiters: "Περικοπή των email μετά από μια από αυτές τις γραμμές"
setting_mail_handler_body_delimiter_regex: "Περικοπή των email που ταιριάζουμε με αυτό το regex"
setting_mail_handler_ignore_filenames: "Συνημμένα mail που αγνοήθηκαν"
setting_new_project_user_role_id: "Ο ρόλος δόθηκε σε μη-διαχειριστή χρήστη ο οποίος δημιουργεί ένα έργο"
setting_password_active_rules: "Ενεργές κλάσεις χαρακτήρων"
@ -2122,7 +2121,7 @@ el:
setting_protocol: "Πρωτόκολλο"
setting_security_badge_displayed: "Εμφάνιση πληροφοριών ασφαλείας"
setting_registration_footer: "Υποσέλιδο εγγραφής"
setting_repositories_automatic_managed_vendor: "Automatic repository vendor type"
setting_repositories_automatic_managed_vendor: "Αυτόματος τύπος προμηθευτή αποθετηρίου"
setting_repositories_encodings: "Κωδικοποιήσεις αποθετηρίων"
setting_repository_authentication_caching_enabled: "Ενεργοποίηση caching για αιτήματα ταυτοποίησης του λογισμικού ελέγχου εκδόσεων"
setting_repository_storage_cache_minutes: "Μέγεθος cache του αποθετηρίου στο δίσκο"
@ -2227,8 +2226,8 @@ el:
text_work_package_category_destroy_question: "Κάποια πακέτα εργασίας (%{count}) έχουν ανατεθεί σε αυτή την κατηγορία. Τι θέλετε να κάνετε;"
text_work_package_category_reassign_to: "Επανεκχώρηση πακέτων εργασίας σε αυτή την κατηγορία"
text_work_package_updated: "Το πακέτο εργασίας %{id} έχει ενημερωθεί από τον(-ην) %{author}."
text_work_package_watcher_added: "You have been added as a watcher to Work package %{id} by %{watcher_changer}."
text_work_package_watcher_removed: "You have been removed from watchers of Work package %{id} by %{watcher_changer}."
text_work_package_watcher_added: "Έχετε προστεθεί ως παρατηρητής για το Πακέτο εργασίας %{id} από τον χρήστη %{watcher_changer}."
text_work_package_watcher_removed: "Έχετε αφαιρεθεί από παρατηρητής για το Πακέτο εργασίας %{id} από τον χρήστη %{watcher_changer}."
text_work_packages_destroy_confirmation: "Είστε βέβαιοι ότι θέλετε να διαγράψετε το(-α) επιλεγμένο(-α) πακέτο(-α) εργασίας;"
text_work_packages_ref_in_commit_messages: "Αναφορά και επιδιόρθωση πακέτων εργασίας σε μηνύματα δέσμευσης"
text_journal_added: "%{label} %{value} προστέθηκε"
@ -2373,11 +2372,11 @@ el:
hide_chart: "Απόκρυψη διαγράμματος"
noneElement: "(κανένα)"
noneSelection: "(κανένα)"
outline: "Initial outline expansion"
outline: "Αρχική επέκταση περιγράμματος"
parent: "Εμφάνιση υποέργων του"
work_package_filters: "Φιλτράρισμα πακέτων εργασίας"
work_package_responsible: "Show work packages with accountable"
work_package_assignee: "Show work packages with assignee"
work_package_responsible: "Εμφάνιση πακέτων εργασίας για τα οποία είμαι υπόλογος"
work_package_assignee: "Εμφάνιση πακέτων εργασίας που έχουν ανατεθεί"
types: "Εμφάνιση τύπων"
status: "Εμφάνιση κατάστασης"
project_time_filter: "Έργα με πακέτο εργασίας συγκεκριμένου τύπου σε ένα συγκεκριμένο χρονικό πλαίσιο"
@ -2387,7 +2386,7 @@ el:
project_time_filter_historical: "%{start_label} %{startdate} %{end_label} %{enddate}"
project_time_filter_relative: "%{start_label} %{startspan}%{startspanunit} πριν, %{end_label} %{endspan}%{endspanunit} από τώρα"
project_filters: "Φιλτράρισμα έργων"
project_responsible: "Show projects with accountable"
project_responsible: "Εμφάνιση έργων για τα οποία είμαι υπόλογος"
project_status: "Εμφάνιση κατάστασης έργου"
timeframe: "Εμφάνιση χρονικού πλαισίου"
timeframe_end: "έως"
@ -2587,7 +2586,7 @@ el:
#Access token errors
invalid_client: 'Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.'
invalid_grant: 'The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.'
unsupported_grant_type: 'The authorization grant type is not supported by the authorization server.'
unsupported_grant_type: 'Ο τύπος χορήγησης ταυτοποίησης δεν υποστηρίζεται από τον εξυπηρετητή ταυτοποίησης.'
invalid_token:
revoked: "Το token πρόσβασης ανακλήθηκε"
expired: "Το token πρόσβασης έληξε"
@ -2607,15 +2606,15 @@ el:
instructions:
name: "Το όνομα τις εφαρμογής. Αυτό θα εμφανίζεται στους υπόλοιπους χρήστες μόλις γίνει η εξουσιοδότηση."
redirect_uri_html: >
The allowed URLs authorized users can be redirected to. One entry per line. <br/> If you're registering a desktop application, use the following URL.
Τα επιτρεπόμενα URLs στα οποία ανακατευθύνονται οι ταυτοποιημένοι χρήστες. <br/> Αν εγγράφεστε από την εφαρμογή υπολογιστή, χρησιμοποιείστε το ακόλουθο URL.
confidential: "Check if the application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are assumed non-confidential."
scopes: "Επιλέξτε τα φυσικά αντικείμενα στα οποία θέλετε να δώσει πρόσβαση η εφαρμογή. Αν δεν επιλεγεί κανένα φυσικό αντικείμενο, θα υποτεθεί api_v3."
client_credential_user_id: "Optional user ID to impersonate when clients use this application. Leave empty to allow public access only"
register_intro: "If you are developing an OAuth API client application for OpenProject, you can register it using this form for all users to use."
client_credential_user_id: "Προαιρετική ταυτότητα χρήστη για να υποδυθεί όταν οι πελάτες χρησιμοποιούν αυτή την εφαρμογή. Αφήστε το κενό για να επιτρέψετε μόνο δημόσια πρόσβαση"
register_intro: "Αν αναπτύσσετε μια εφαρμογή πελάτη OAuth API για το OpenProject, μπορείτε να την καταχωρήσετε χρησιμοποιώντας αυτή τη φόρμα για να μπορούν να τη χρησιμοποιήσουν όλοι οι χρήστες."
default_scopes: ""
client_id: "Ταυτότητα Πελάτη"
client_secret_notice: >
This is the only time we can print the client secret, please note it down and keep it secure. It should be treated as a password and cannot be retrieved by OpenProject at a later time.
Αυτή είναι η μόνη φορά που μπορούμε να εκτυπώσουμε το μυστικό πελάτη, παρακαλούμε σημειώστε το και κρατήστε το ασφαλές. Θα πρέπει να το χειρίζεστε ως κωδικό πρόσβασης και δεν μπορεί να ανακτηθεί από το OpenProject αργότερα.
authorization_dialog:
authorize: "Εξουσιοδότηση"
cancel: "Ακύρωση και απόρριψη εξουσιοδότησης."

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ ar:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "تاريخ السعر"
clipboard:
browser_error: "لا يدعم المتصفح الخاص بك النسخ إلى الحافظة, من فضلك انسخ النص المختار يدوياً."
copied_successful: "تم النسخ بنجاح إلى الحافظة!"
@ -171,6 +172,9 @@ ar:
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}"
enumeration_activities: "الأنشطة (تتبع الوقت)"
enumeration_doc_categories: "فئات الوثائق"
enumeration_work_package_priorities: "أولويات مجموعة العمل"
filter:
description:
text_open_filter: "فتح هذا المرشح باستخدام 'ALT' و مفاتيح الأسهم."
@ -192,6 +196,7 @@ ar:
general_text_yes: "نعم"
general_text_No: "لا"
general_text_Yes: "نعم"
global_roles: الأدوار العالمية
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ ar:
label_and: "و"
label_ascending: "ترتيب تصاعدي"
label_author: "الكاتب%{user}"
label_avatar: "Avatar"
label_between: "بين"
label_board: "Board"
label_board_locked: "مقفل"
@ -235,6 +241,8 @@ ar:
label_deactivate: "تعطيل"
label_descending: "ترتيب تنازلي"
label_description: "الوصف"
label_details: "تفاصيل"
label_display: "عرض"
label_cancel_comment: "ألغي التعليق"
label_closed_work_packages: "مغلق"
label_collapse: "مطوي"
@ -255,22 +263,29 @@ ar:
label_export: "تصدير"
label_filename: "ملف"
label_filesize: "حجم"
label_general: "عام"
label_greater_or_equal: "=<"
label_group: 'مجموعة'
label_group_by: "مجموعة من"
label_group_plural: "المجموعات"
label_hide_attributes: "أظهِر أقل"
label_hide_column: "إخفاء العمود"
label_hide_project_menu: "Collapse project menu"
label_in: "في"
label_in_less_than: "في أقل من"
label_in_more_than: "في أكثر من"
label_incoming_emails: "رسائل البريد الالكتروني الواردة"
label_information_plural: "معلومات"
label_import: "Import"
label_latest_activity: "Latest activity"
label_last_updated_on: "تاريخ آخر تحديث"
label_less_or_equal: "=>"
label_less_than_ago: "أقل من أيام"
label_loading: "جاري التحميل..."
label_mail_notification: "إشعارات البريد الإلكتروني"
label_me: "لي"
label_meeting_agenda: "جدول الأعمال"
label_meeting_minutes: "محضر الجلسة"
label_menu_collapse: "طي"
label_menu_expand: "وسّع"
label_more_than_ago: "منذ أكثر من أيام"
@ -291,12 +306,15 @@ ar:
label_previous: "السابق"
label_per_page: "لكل صفحة:"
label_please_wait: "الرجاء الانتظار"
label_project_plural: "المشاريع"
label_visibility_settings: "Visibility settings"
label_quote_comment: "أقتبس هذا التعليق"
label_reset: "إعادة تعيين"
label_remove_column: "Remove column"
label_remove_columns: "إزالة الأعمدة المختارة"
label_remove_row: "Remove row"
label_report: "تقرير"
label_repository_plural: "مستودعات البيانات"
label_save_as: "احفظ بشكل"
label_select_watcher: "اختر مراقبًا..."
label_selected_filter_list: "عوامل التصفية المٌختارة"
@ -307,6 +325,7 @@ ar:
label_sort_higher: "تحريك للأعلى"
label_sort_lower: "تحريك للأسفل"
label_sorting: "جاري الترتيب"
label_spent_time: "الوقت المستهلك"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "عام"
@ -315,7 +334,9 @@ ar:
label_subject: "الموضوع"
label_this_week: "هذا الأسبوع"
label_today: "اليوم"
label_time_entry_plural: "الوقت المستهلك"
label_up: "الأعلى"
label_user_plural: "المستخدمين"
label_activity_show_only_comments: "Show activities with comments only"
label_activity_show_all: "Show all activities"
label_total_progress: "%{percent} من التقدم الكلي"
@ -357,6 +378,7 @@ ar:
label_wait: "الرجاء الانتظار للتكوين..."
label_upload_counter: "%{done} من%{count} ملف انهيت"
label_validation_error: "تعذر حفظ حزمة العمل نتيجة للأخطاء التالية:"
label_version_plural: "الإصدارات"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Show attribute help text entry'
@ -436,10 +458,16 @@ ar:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "المشاريع"
settings: "إعدادات"
time_entry:
activity: 'النشاط'
comment: 'تعليق'
hours: 'الساعات'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: تحميل مشاهدين...
label_error_loading: حدث خطأ خلال تحميل المشاهدين

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ bg:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Rate history"
clipboard:
browser_error: "Вашият браузър не поддържа копиране в клипборд. Моля копирайте избрания текст ръчно."
copied_successful: "Копирането в клипборд е успешно!"
@ -171,6 +172,9 @@ bg:
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}"
enumeration_activities: "Дейности (проследяване по време)"
enumeration_doc_categories: "Document categories"
enumeration_work_package_priorities: "Приоритети на работни пакети"
filter:
description:
text_open_filter: "Отворете този филтър с клавишите \"ALT\" и клавишите за стрелки."
@ -192,6 +196,7 @@ bg:
general_text_yes: "Да"
general_text_No: "Не"
general_text_Yes: "Да"
global_roles: Global Roles
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ bg:
label_and: "и"
label_ascending: "Възходящо"
label_author: "Автор: %{user}"
label_avatar: "Аватар"
label_between: "between"
label_board: "Board"
label_board_locked: "Заключен"
@ -235,6 +241,8 @@ bg:
label_deactivate: "Деактивирай"
label_descending: "Низходящо"
label_description: "Описание"
label_details: "Подробности"
label_display: "Покажи"
label_cancel_comment: "Отказване от коментар"
label_closed_work_packages: "затворен"
label_collapse: "Свий"
@ -255,22 +263,29 @@ bg:
label_export: "Експортиране"
label_filename: "Файл"
label_filesize: "Размер"
label_general: "Общ"
label_greater_or_equal: ">="
label_group: 'Група'
label_group_by: "Групиране по"
label_group_plural: "Групи"
label_hide_attributes: "Скрии детайли"
label_hide_column: "Скрий колоната"
label_hide_project_menu: "Collapse project menu"
label_in: "в"
label_in_less_than: "в по-малко от"
label_in_more_than: "в повече от"
label_incoming_emails: "Входящи имейли"
label_information_plural: "Информация"
label_import: "Import"
label_latest_activity: "Latest activity"
label_last_updated_on: "Последно актуализиран на"
label_less_or_equal: "<="
label_less_than_ago: "по-скоро от няколко дни"
label_loading: "Зареждане..."
label_mail_notification: "Известия по имейл"
label_me: "мен"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Minutes"
label_menu_collapse: "събери"
label_menu_expand: "разтвори"
label_more_than_ago: "повече от преди дни"
@ -291,12 +306,15 @@ bg:
label_previous: "Предишен"
label_per_page: "За страница:"
label_please_wait: "Моля изчакайте"
label_project_plural: "Проекти"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Цитиране на този коментар"
label_reset: "Нулиране"
label_remove_column: "Remove column"
label_remove_columns: "Премахване на избраните колони"
label_remove_row: "Remove row"
label_report: "Отчет"
label_repository_plural: "Хранилища"
label_save_as: "Запиши като"
label_select_watcher: "Изберете наблюдаващ..."
label_selected_filter_list: "Избрани филтри"
@ -307,6 +325,7 @@ bg:
label_sort_higher: "Премести нагоре"
label_sort_lower: "Премести надолу"
label_sorting: "Сортиране"
label_spent_time: "Отработено време"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Публичен"
@ -315,7 +334,9 @@ bg:
label_subject: "Заглавие"
label_this_week: "тази седмица"
label_today: "днес"
label_time_entry_plural: "Отработено време"
label_up: "Up"
label_user_plural: "Потребители"
label_activity_show_only_comments: "Show activities with comments only"
label_activity_show_all: "Show all activities"
label_total_progress: "%{percent} % Общ напредък"
@ -357,6 +378,7 @@ bg:
label_wait: "Моля, изчакайте за конфигурация..."
label_upload_counter: "%{done} от %{count} файлове са завършени"
label_validation_error: "Работния пакет не може да бъде съхранен поради следните грешки:"
label_version_plural: "Версии"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Show attribute help text entry'
@ -436,10 +458,16 @@ bg:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Проекти"
settings: "Настройки"
time_entry:
activity: 'Активност'
comment: 'Коментар'
hours: 'Часове'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: Зареждане на наблюдаващи...
label_error_loading: Възникна грешка при зареждане на наблюдатели

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ ca:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Rate history"
clipboard:
browser_error: "El seu navegador no suporta copiar al porta-retalls. Si us plau, copieu el text seleccionat manualment."
copied_successful: "S'ha copiat correctament al porta-retalls!"
@ -171,6 +172,9 @@ ca:
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}"
enumeration_activities: "Activitats (seguidor de temps)"
enumeration_doc_categories: "Document categories"
enumeration_work_package_priorities: "Prioritats dels paquets de treball"
filter:
description:
text_open_filter: "Obrir aquest filtre amb les tecles 'ALT' i cursors."
@ -192,6 +196,7 @@ ca:
general_text_yes: "sí"
general_text_No: "No"
general_text_Yes: "Sí"
global_roles: Global Roles
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ ca:
label_and: "i"
label_ascending: "Ascendent"
label_author: "Autor: %{user}"
label_avatar: "Avatar"
label_between: "between"
label_board: "Board"
label_board_locked: "Bloquejat"
@ -235,6 +241,8 @@ ca:
label_deactivate: "Desactivar"
label_descending: "Descendent"
label_description: "Descripció"
label_details: "Detalls"
label_display: "Mostrar"
label_cancel_comment: "Comentari de cancel·lació"
label_closed_work_packages: "tancat"
label_collapse: "Replega"
@ -255,22 +263,29 @@ ca:
label_export: "Exportar"
label_filename: "Fitxer"
label_filesize: "Mida"
label_general: "General"
label_greater_or_equal: ">="
label_group: 'Grup'
label_group_by: "Agrupa per"
label_group_plural: "Grups"
label_hide_attributes: "Mostrar menys"
label_hide_column: "Amagar columna"
label_hide_project_menu: "Collapse project menu"
label_in: "en"
label_in_less_than: "en menys de"
label_in_more_than: "en més de"
label_incoming_emails: "Correu electrònics d'entrada"
label_information_plural: "Informació"
label_import: "Import"
label_latest_activity: "Latest activity"
label_last_updated_on: "La darrera actualització el"
label_less_or_equal: "<="
label_less_than_ago: "fa menys de"
label_loading: "Carregant..."
label_mail_notification: "Avisos de correu electrònic"
label_me: "jo mateix"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Minutes"
label_menu_collapse: "col·lapsar"
label_menu_expand: "expandir"
label_more_than_ago: "fa més dies"
@ -291,12 +306,15 @@ ca:
label_previous: "Anterior"
label_per_page: "Per pàgina:"
label_please_wait: "Espereu, si us plau"
label_project_plural: "Projectes"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Citar aquest comentari"
label_reset: "Restablir"
label_remove_column: "Remove column"
label_remove_columns: "Treure les columnes seleccionades"
label_remove_row: "Remove row"
label_report: "Informe"
label_repository_plural: "Repositoris"
label_save_as: "Desa com a"
label_select_watcher: "Seleccioneu un vigilant..."
label_selected_filter_list: "Filtres seleccionats"
@ -307,6 +325,7 @@ ca:
label_sort_higher: "Mou amunt"
label_sort_lower: "Mou cap avall"
label_sorting: "Ordenació"
label_spent_time: "Temps invertit"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Públic"
@ -315,7 +334,9 @@ ca:
label_subject: "Assumpte"
label_this_week: "aquesta setmana"
label_today: "avui"
label_time_entry_plural: "Temps invertit"
label_up: "Amunt"
label_user_plural: "Usuaris"
label_activity_show_only_comments: "Show activities with comments only"
label_activity_show_all: "Show all activities"
label_total_progress: "%{percent}% Progrés total"
@ -357,6 +378,7 @@ ca:
label_wait: "Si us plau esperi a la configuració..."
label_upload_counter: "%{done} de %{count} arxius fets"
label_validation_error: "El paquet de treball no es pot desar a causa dels següents errors:"
label_version_plural: "Versions"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Show attribute help text entry'
@ -436,10 +458,16 @@ ca:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Projectes"
settings: "Configuració"
time_entry:
activity: 'Activitat'
comment: 'Comentari'
hours: 'Hores'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: carregant vigilants...
label_error_loading: S'ha produït un error la càrrega dels vigilants

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ cs:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Historie kurzů"
clipboard:
browser_error: "Váš prohlížeč nepodporuje, kopírování do schránky. Ručně zkopírujte vybraný text."
copied_successful: "Úspešně zkopírováno do schránky!"
@ -171,6 +172,9 @@ cs:
cannot_save_changes_with_message: "Nelze uložit změny kvůli následující chybě: %{error}"
query_saving: "The view could not be saved."
embedded_table_loading: "The embedded view could not be loaded: %{message}"
enumeration_activities: "Aktivity (sledování času)"
enumeration_doc_categories: "Document categories"
enumeration_work_package_priorities: "Priority pracovního balíčku"
filter:
description:
text_open_filter: "Otevřete tento filtr \"ALT\" a šipkami."
@ -192,6 +196,7 @@ cs:
general_text_yes: "ano"
general_text_No: "Ne"
general_text_Yes: "Ano"
global_roles: Globální role
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ cs:
label_and: "a"
label_ascending: "Vzestupně"
label_author: "Autor: %{user}"
label_avatar: "Avatar"
label_between: "mezi"
label_board: "Board"
label_board_locked: "Uzamčeno"
@ -235,6 +241,8 @@ cs:
label_deactivate: "Deaktivovat"
label_descending: "Sestupně"
label_description: "Popis"
label_details: "Podrobnosti"
label_display: "Zobrazit"
label_cancel_comment: "Stornovat komentář"
label_closed_work_packages: "uzavřeno"
label_collapse: "Sbalit"
@ -255,22 +263,29 @@ cs:
label_export: "Export"
label_filename: "Soubor"
label_filesize: "Velikost"
label_general: "Obecné"
label_greater_or_equal: ">="
label_group: 'Skupina'
label_group_by: "Seskupit podle"
label_group_plural: "Skupiny"
label_hide_attributes: "Zobrazit méně"
label_hide_column: "Skrýt sloupec"
label_hide_project_menu: "Sbalit nabídku projektu"
label_in: "v"
label_in_less_than: "za méně než"
label_in_more_than: "za více než"
label_incoming_emails: "Příchozí e-maily"
label_information_plural: "Informace"
label_import: "Import"
label_latest_activity: "Poslední aktivita"
label_last_updated_on: "Naposled aktualizováno"
label_less_or_equal: "<="
label_less_than_ago: "před méně jak (dny)"
label_loading: "Načítání..."
label_mail_notification: "E-mailová upozornění"
label_me: "já"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Zápis"
label_menu_collapse: "sbalit"
label_menu_expand: "rozbalit"
label_more_than_ago: "před více jak (dny)"
@ -291,12 +306,15 @@ cs:
label_previous: "Předchozí"
label_per_page: "Na stránku:"
label_please_wait: "Čekejte prosím"
label_project_plural: "Projekty"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
label_reset: "Obnovit"
label_remove_column: "Remove column"
label_remove_columns: "Odstranit vybrané sloupce"
label_remove_row: "Remove row"
label_report: "Hlášení"
label_repository_plural: "Repozitáře"
label_save_as: "Uložit jako"
label_select_watcher: "Zvolte sledujícího..."
label_selected_filter_list: "Vybrané filtry"
@ -307,6 +325,7 @@ cs:
label_sort_higher: "Přesunout výš"
label_sort_lower: "Přesunout níž"
label_sorting: "Řazení"
label_spent_time: "Strávený čas"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Veřejné"
@ -315,7 +334,9 @@ cs:
label_subject: "Předmět"
label_this_week: "tento týden"
label_today: "dnes"
label_time_entry_plural: "Strávený čas"
label_up: "Nahoru"
label_user_plural: "Uživatelé"
label_activity_show_only_comments: "Show activities with comments only"
label_activity_show_all: "Show all activities"
label_total_progress: "Celkový průběh %{percent}%"
@ -357,6 +378,7 @@ cs:
label_wait: "Please wait for configuration..."
label_upload_counter: "%{done} of %{count} files finished"
label_validation_error: "The work package could not be saved due to the following errors:"
label_version_plural: "Verze"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Show attribute help text entry'
@ -436,10 +458,16 @@ cs:
includes: "včetně"
requires: "vyžaduje"
required: "vyžadováno"
edit:
form_configuration: "Form Configuration"
projects: "Projekty"
settings: "Nastavení"
time_entry:
activity: 'Aktivita'
comment: 'Komentář'
hours: 'Hodiny'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: loading watchers...
label_error_loading: An error occurred while loading the watchers

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ da:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Satshistorik"
clipboard:
browser_error: "Din browser understøtter ikke kopiering til Udklipsholder. Kopiér venligst den markerede tekst manuelt."
copied_successful: "Kopieret til Udklipsholder!"
@ -170,6 +171,9 @@ da:
cannot_save_changes_with_message: "Kan ikke gemme dine ændringer på grund af følgende fejl: %{error}"
query_saving: "Visningen kunne ikke gemmes."
embedded_table_loading: "Den indlejrede visning kunne ikke indlæses: %{message}"
enumeration_activities: "Aktiviteter (styring af tid)"
enumeration_doc_categories: "Dokumentkategorier"
enumeration_work_package_priorities: "Prioritering af arbejdspakker"
filter:
description:
text_open_filter: "Åbn dette filter med 'ALT' og pile tasterne."
@ -191,6 +195,7 @@ da:
general_text_yes: "ja"
general_text_No: "Nej"
general_text_Yes: "Ja"
global_roles: Global Roles
hal:
error:
update_conflict_refresh: "Klik her for at opdatere til den nyeste version."
@ -221,6 +226,7 @@ da:
label_and: "og"
label_ascending: "Stigende"
label_author: "Forfatter: %{user}"
label_avatar: "Avatar"
label_between: "mellem"
label_board: "Board"
label_board_locked: "Låst"
@ -234,6 +240,8 @@ da:
label_deactivate: "Deaktivér"
label_descending: "Faldende"
label_description: "Beskrivelse"
label_details: "Detaljer"
label_display: "Vis"
label_cancel_comment: "Annuller kommentar"
label_closed_work_packages: "lukket"
label_collapse: "Fold sammen"
@ -254,22 +262,29 @@ da:
label_export: "Eksportér"
label_filename: "Fil"
label_filesize: "Størrelse"
label_general: "Generelle"
label_greater_or_equal: ">="
label_group: 'Gruppe'
label_group_by: "Gruppér efter"
label_group_plural: "Grupper"
label_hide_attributes: "Vis mindre"
label_hide_column: "Gem kolonne"
label_hide_project_menu: "Collapse project menu"
label_in: "i"
label_in_less_than: "på mindre end"
label_in_more_than: "på mere end"
label_incoming_emails: "Indkommende e-mails"
label_information_plural: "Information"
label_import: "Import"
label_latest_activity: "Latest activity"
label_last_updated_on: "Senest opdateret den"
label_less_or_equal: "<="
label_less_than_ago: "mindre end dage siden"
label_loading: "Henter..."
label_mail_notification: "E-mail-påmindelser"
label_me: "mig"
label_meeting_agenda: "Dagsorden"
label_meeting_minutes: "Referat"
label_menu_collapse: "Fold menu sammen"
label_menu_expand: "Fold menu ud"
label_more_than_ago: "mere end dage siden"
@ -290,12 +305,15 @@ da:
label_previous: "Foregående"
label_per_page: "Per side:"
label_please_wait: "Please wait"
label_project_plural: "Projekter"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Citér denne kommentar"
label_reset: "Nulstil"
label_remove_column: "Remove column"
label_remove_columns: "Fjern valgte kolonner"
label_remove_row: "Remove row"
label_report: "Rapport"
label_repository_plural: "Projektarkiver"
label_save_as: "Gem som"
label_select_watcher: "Vælg en tilsynsførende..."
label_selected_filter_list: "Valgte filtre"
@ -306,6 +324,7 @@ da:
label_sort_higher: "Flyt op"
label_sort_lower: "Flyt ned"
label_sorting: "Sorterer"
label_spent_time: "Anvendt tid"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Offentlig"
@ -314,7 +333,9 @@ da:
label_subject: "Emne"
label_this_week: "denne uge"
label_today: "i dag"
label_time_entry_plural: "Anvendt tid"
label_up: "Up"
label_user_plural: "Brugere"
label_activity_show_only_comments: "Show activities with comments only"
label_activity_show_all: "Show all activities"
label_total_progress: "Samlet fremskridt: %{percent}%"
@ -356,6 +377,7 @@ da:
label_wait: "Vent venligst på opsætning..."
label_upload_counter: "%{done} af %{count} filer færdige"
label_validation_error: "Arbejdspakken kunne ikke gemmes grundet følgende fejl:"
label_version_plural: "Versioner"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Vis attributten til hjælpetekst'
@ -435,10 +457,16 @@ da:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Projekter"
settings: "Indstillinger"
time_entry:
activity: 'Aktivivtet'
comment: 'Kommentér'
hours: 'Timer'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: indlæser iagttagere...
label_error_loading: En fejl opstod under indlæsning af seere

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ de:
inline: 'Hervorheben neben Attribut:'
entire_card_by: 'Gesamte Karte nach'
remove_from_list: 'Karte aus Liste entfernen'
caption_rate_history: "Stundensatz-Historie"
clipboard:
browser_error: "Ihr Browser unterstützt das Kopieren in die Zwischenablage nicht nativ. Bitte selektieren und kopieren Sie den Text händisch."
copied_successful: "Erfolgreich in die Zwischenablage kopiert!"
@ -170,6 +171,9 @@ de:
cannot_save_changes_with_message: "Ihre Änderungen können nicht gespeichert werden. Fehler: %{error}"
query_saving: "Die Ansicht konnte nicht gespeichert werden."
embedded_table_loading: "Die eingebettete Ansicht konnte nicht geladen werden: %{message}"
enumeration_activities: "Aktivitäten (Zeiterfassung)"
enumeration_doc_categories: "Dokumentenkategorien"
enumeration_work_package_priorities: "Arbeitspaket-Prioritäten"
filter:
description:
text_open_filter: "Öffnen Sie diesen Filter mittels \"Alt\" und den Pfeiltasten."
@ -191,6 +195,7 @@ de:
general_text_yes: "ja"
general_text_No: "Nein"
general_text_Yes: "Ja"
global_roles: Globale Rollen
hal:
error:
update_conflict_refresh: "Klicken Sie hier, um die Ressource auf die neueste Version zu aktualisieren."
@ -221,6 +226,7 @@ de:
label_and: "und"
label_ascending: "Aufsteigend"
label_author: "Autor: %{user}"
label_avatar: "Profilbild"
label_between: "zwischen"
label_board: "Board"
label_board_locked: "Gesperrt"
@ -234,6 +240,8 @@ de:
label_deactivate: "Deaktiviere"
label_descending: "Absteigend"
label_description: "Beschreibung"
label_details: "Details"
label_display: "Anzeige"
label_cancel_comment: "Kommentar abbrechen"
label_closed_work_packages: "Geschlossen"
label_collapse: "Zuklappen"
@ -254,22 +262,29 @@ de:
label_export: "Exportieren"
label_filename: "Datei"
label_filesize: "Größe"
label_general: "Allgemein"
label_greater_or_equal: ">="
label_group: 'Gruppe'
label_group_by: "Gruppiere Ergebnisse"
label_group_plural: "Gruppen"
label_hide_attributes: "Weniger anzeigen"
label_hide_column: "Spalte ausblenden"
label_hide_project_menu: "Projektmenü einklappen"
label_in: "an"
label_in_less_than: "in weniger als"
label_in_more_than: "in mehr als"
label_incoming_emails: "Eingehende E-Mails"
label_information_plural: "Information"
label_import: "Import"
label_latest_activity: "Letzte Änderungen"
label_last_updated_on: "Zuletzt aktualisiert am"
label_less_or_equal: "<="
label_less_than_ago: "vor weniger als (Tage)"
label_loading: "Lade..."
label_mail_notification: "Mailbenachrichtigung"
label_me: "ich"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Protokoll"
label_menu_collapse: "zusammenklappen"
label_menu_expand: "ausklappen"
label_more_than_ago: "vor mehr als (Tage)"
@ -290,12 +305,15 @@ de:
label_previous: "Zurück"
label_per_page: "Pro Seite:"
label_please_wait: "Bitte warten"
label_project_plural: "Projekte"
label_visibility_settings: "Sichtbarkeits-Einstellungen"
label_quote_comment: "Diesen Kommentar zitieren"
label_reset: "Zurücksetzen"
label_remove_column: "Spalte entfernen"
label_remove_columns: "Ausgewählte Spalten entfernen"
label_remove_row: "Zeile entfernen"
label_report: "Report"
label_repository_plural: "Projektarchive"
label_save_as: "Speichern unter"
label_select_watcher: "Beobachter auswählen ..."
label_selected_filter_list: "Ausgewählte Filter"
@ -306,6 +324,7 @@ de:
label_sort_higher: "Eins höher"
label_sort_lower: "Eins tiefer"
label_sorting: "Sortierung"
label_spent_time: "Aufgewendete Zeit"
label_star_query: "Favorisiert"
label_press_enter_to_save: "Drücken Sie Enter zum Speichern."
label_public_query: "Öffentlich"
@ -314,7 +333,9 @@ de:
label_subject: "Thema"
label_this_week: "aktuelle Woche"
label_today: "heute"
label_time_entry_plural: "Aufgewendete Zeit"
label_up: "Nach oben"
label_user_plural: "Benutzer"
label_activity_show_only_comments: "Nur Aktivitäten mit Kommentaren"
label_activity_show_all: "Alle Aktivitäten anzeigen"
label_total_progress: "%{percent}% Gesamtfortschritt"
@ -356,6 +377,7 @@ de:
label_wait: "Bitte warten Sie auf die Konfiguration..."
label_upload_counter: "%{done} von %{count} Dateien fertig"
label_validation_error: "Das Arbeitspaket konnte aufgrund folgender Fehler nicht gespeichert werden:"
label_version_plural: "Versionen"
label_view_has_changed: "Diese Ansicht hat ungespeicherte Änderungen. Klicken, um sie zu speichern."
help_texts:
show_modal: 'Hilfe-Text für dieses Attribut anzeigen'
@ -435,10 +457,16 @@ de:
includes: "die einschließend sind von"
requires: "die erfordernd sind von"
required: "die benötigt werden von"
edit:
form_configuration: "Form Configuration"
projects: "Projekte"
settings: "Einstellungen"
time_entry:
activity: 'Aktivität'
comment: 'Kommentar'
hours: 'Stunden'
two_factor_authentication:
label_two_factor_authentication: 'Zwei-Faktor-Authentifizierung'
watchers:
label_loading: Lade Beobachter...
label_error_loading: Beim Laden der Beobachter ist ein Fehler aufgetreten

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -79,7 +79,8 @@ el:
highlighting:
inline: 'Επισήμανση inline:'
entire_card_by: 'Ολόκληρη κάρτα με'
remove_from_list: 'Αφαίρεση από τη λίστα'
remove_from_list: 'Αφαίρεση κάρτας από τη λίστα'
caption_rate_history: "Ιστορικό αμοιβής"
clipboard:
browser_error: "Ο περιηγητής σας δεν υποστηρίζει αντιγραφή από το clipboard. Παρακαλούμε αντιγράψτε το επιλεγμένο κείμενο χειροκίνητα."
copied_successful: "Επιτυχής αντιγραφή στο πρόχειρο!"
@ -94,10 +95,10 @@ el:
pie: 'Πίτα'
doughnut: 'Ντόνατ'
radar: 'Ραντάρ'
polar_area: 'Polar area'
polar_area: 'Πολική περιοχή'
tabs:
graph_settings: 'Γενικά'
dataset: 'Dataset %{number}'
dataset: 'Σύνολο Δεδομένων %{number}'
errors:
could_not_load: 'Τα δεδομένα για εμφάνιση στο διάγραμμα δεν μπόρεσαν να φορτωθούν. Μπορεί να λείπουν τα απαραίτητα δικαιώματα.'
description_available_columns: "Διαθέσιμες στήλες"
@ -158,7 +159,7 @@ el:
drag_to_activate: "Σύρετε πεδία από εδώ για να τα ενεργοποιήσετε"
add_group: "Προσθήκη ομάδας χαρακτηριστικών"
add_table: "Προσθήκη πίνακα με σχετιζόμενες εργασίες"
edit_query: 'Edit query'
edit_query: 'Επεξεργασία αναζήτησης'
new_group: 'Νέα ομάδα'
reset_to_defaults: 'Επαναφορά στα προεπιλεγμένα'
custom_actions:
@ -170,6 +171,9 @@ el:
cannot_save_changes_with_message: "Δεν μπορούμε να αποθηκεύσουμε τις αλλαγές σας λόγω του ακολούθου σφάλματος: %{error}"
query_saving: "Δεν ήταν δυνατή η αποθήκευση της προβολής."
embedded_table_loading: "Δεν ήταν δυνατή η φόρτωση της ενσωματωμένης προβολής: %{message}"
enumeration_activities: "Δραστηριότητες (παρακολούθηση χρόνου)"
enumeration_doc_categories: "Κατηγορίες εγγράφων"
enumeration_work_package_priorities: "Προτεραιότητες πακέτου εργασίας"
filter:
description:
text_open_filter: "Ανοίξτε αυτό το φίλτρο με το 'ALT' και τα πλήκτρα βέλους."
@ -191,6 +195,7 @@ el:
general_text_yes: "ναι"
general_text_No: "Όχι"
general_text_Yes: "Ναι"
global_roles: Γενικοί ρόλοι
hal:
error:
update_conflict_refresh: "Κάντε κλικ εδώ για να ανανεώσετε τον πόρο και να κάνετε ενημέρωση στην τελευταία έκδοση."
@ -202,8 +207,8 @@ el:
blocks:
new_features:
text_new_features: "Διαβάστε για τις νέες λειτουργίες και τις ενημερώσεις προϊόντων."
current_new_feature_html: "OpenProject contains a new <b>Overview page</b> to <b>display important project information</b> and show whether the project is on track. </br> You can insert various new status widgets, such as: <ul><li>project status,</li> <li>overview of work package status,</li> <li>task progress,</li> <li>tasks assigned to users.</li></ul>"
learn_about: "Learn more about the new status widgets"
current_new_feature_html: "Το OpenProject περιέχει μια νέα σελίδα <b> Επισκόπηση </b> για να <b>εμφανίσετε σημαντικές πληροφορίες έργου </b> και να δείξει εάν το έργο βρίσκεται εντός χρονοδιαγράμματος. </br> Μπορείτε να εισάγετε διάφορα widgets για την κατάσταση, όπως: <ul><li> κατάσταση έργου, </li><li> επισκόπηση της κατάστασης του πακέτου εργασίας, </li><li>πρόοδος εργασίας,</li> <li> εργασίες που έχουν εκχωρηθεί στους χρήστες. </li></ul>"
learn_about: "Μάθετε περισσότερα σχετικά με τα νέα widgets"
label_activate: "Ενεργοποίηση"
label_add_column_after: "Προσθήκη στήλης μετά"
label_add_column_before: "Προσθήκη στήλης πριν"
@ -221,6 +226,7 @@ el:
label_and: "και"
label_ascending: "Αύξουσα"
label_author: "Συγγραφέας: %{user}"
label_avatar: "Άβαταρ"
label_between: "μεταξύ"
label_board: "Πίνακας"
label_board_locked: "Κλειδωμένο"
@ -234,6 +240,8 @@ el:
label_deactivate: "Απενεργοποίηση"
label_descending: "Φθίνουσα"
label_description: "Περιγραφή"
label_details: "Λεπτομέρειες"
label_display: "Εμφάνιση"
label_cancel_comment: "Ακύρωση σχολίου"
label_closed_work_packages: "κλειστό"
label_collapse: "Σύμπτυξη"
@ -254,22 +262,29 @@ el:
label_export: "Εξαγωγή"
label_filename: "Aρχείο"
label_filesize: "Μέγεθος"
label_general: "Γενικά"
label_greater_or_equal: ">="
label_group: 'Ομάδα'
label_group_by: "Ομαδοποίηση κατά"
label_group_plural: "Ομάδες"
label_hide_attributes: "Εμφάνιση λιγότερων"
label_hide_column: "Απόκρυψη στήλης"
label_hide_project_menu: "Σύμπτυξη του μενού έργου"
label_in: "σε"
label_in_less_than: "σε λιγότερο από"
label_in_more_than: "σε περισσότερο από"
label_incoming_emails: "Εισερχόμενα email"
label_information_plural: "Πληροφορίες"
label_import: "Εισαγωγή"
label_latest_activity: "Τελευταία δραστηριότητα"
label_last_updated_on: "Τελευταία ενημέρωση στις"
label_less_or_equal: "<="
label_less_than_ago: "σε λιγότερο από ημέρες πριν"
label_loading: "Φόρτωση..."
label_mail_notification: "Ειδοποιήσεις email"
label_me: "εγώ"
label_meeting_agenda: "Ατζέντα"
label_meeting_minutes: "Πρακτικά"
label_menu_collapse: "σύμπτυξη"
label_menu_expand: "επέκταση"
label_more_than_ago: "σε περισσότερο από ημέρες πριν"
@ -290,12 +305,15 @@ el:
label_previous: "Προηγούμενο"
label_per_page: "Ανά σελίδα:"
label_please_wait: "Παρακαλώ περιμένετε"
label_project_plural: "Έργα"
label_visibility_settings: "Ρυθμίσεις ορατότητας"
label_quote_comment: "Παραθέστε αυτό το σχόλιο"
label_reset: "Επαναφορά"
label_remove_column: "Κατάργηση στήλης"
label_remove_columns: "Αφαιρέστε τις επιλεγμένες στήλες"
label_remove_row: "Κατάργηση γραμμής"
label_report: "Αναφορά"
label_repository_plural: "Αποθετήρια"
label_save_as: "Αποθήκευση ως"
label_select_watcher: "Επιλέξτε έναν παρατηρητή..."
label_selected_filter_list: "Επιλεγμένα φίλτρα"
@ -306,6 +324,7 @@ el:
label_sort_higher: "Μετακίνηση προς τα πάνω"
label_sort_lower: "Μετακίνηση προς τα κάτω"
label_sorting: "Ταξινόμηση"
label_spent_time: "Χρόνος που δαπανήθηκε"
label_star_query: "Αγαπημένο"
label_press_enter_to_save: "Πατήστε enter για αποθήκευση."
label_public_query: "Δημόσιο"
@ -314,7 +333,9 @@ el:
label_subject: "Θέμα"
label_this_week: "αυτή την εβδομάδα"
label_today: "σήμερα"
label_time_entry_plural: "Χρόνος που δαπανήθηκε"
label_up: "Πάνω"
label_user_plural: "Χρήστες"
label_activity_show_only_comments: "Εμφάνιση μόνο δραστηριοτήτων με σχόλια"
label_activity_show_all: "Εμφάνιση όλων των δραστηριοτήτων"
label_total_progress: "%{percent}% Συνολική πρόοδος"
@ -356,6 +377,7 @@ el:
label_wait: "Παρακαλώ περιμένετε για την διαμόρφωση..."
label_upload_counter: "Ολοκληρώθηκαν %{done} από %{count} αρχεία"
label_validation_error: "Δεν ήταν δυνατή η αποθήκευση του πακέτου εργασίας λόγω των ακόλουθων σφαλμάτων:"
label_version_plural: "Εκδόσεις"
label_view_has_changed: "Η προβολή έχει μη αποθηκευμένες αλλαγές. Κάντε κλικ για τις αποθηκεύσετε."
help_texts:
show_modal: 'Εμφανίστε το χαρακτηριστικό καταχώρησης κειμένου βοήθειας'
@ -373,17 +395,17 @@ el:
wiki: 'Μέσα στο <b>Wiki</b> μπορείτε να καταγράψετε και να μοιραστείτε γνώση μαζί με την ομάδα σας.'
backlogs:
overview: "Διαχειριστείτε την εργασία σας στην προβολή <b>Backlogs</b>. <br> Στα δεξιά υπάρχει το Backlog Προϊόντων ή το Backlog Σφαλμάτων, στα αριστερά τα αντίστοιχα sprints. Εδώ μπορείτε να δημιουργήσετε <b>epics, ιστορίες χρηστών και σφάλματα</b>, να δώσετε προτεραιότητα μέσω drag and drop και να τα προσθέσετε σε ένα sprint."
task_board_arrow: 'Για να δείτε τον <b>Πίνακα Καθηκόντων</b> σας, ανοίξτε το αναπτυσσόμενο μενού Sprint...'
task_board_select: '... και επιλέξτε την καταχώρηση <b>Πίνακας Καθηκόντων</b>.'
task_board: "Ο <b>Πίνακας Καθηκόντων</b> οπτικοποιεί την διαδικασία για αυτό το sprint. Προσθέστε καινούργια καθήκοντα ή εμπόδια με το εικονίδιο + δίπλα σε μια ιστορία χρήστη. Μέσω drag'n'drop μπορείτε να ενημερώσετε την κατάσταση."
task_board_arrow: 'Για να δείτε τον <b>Πίνακα Εργασιών</b> σας, ανοίξτε το αναπτυσσόμενο μενού Sprint...'
task_board_select: '... και επιλέξτε την καταχώρηση <b>Πίνακας Εργασιών</b>.'
task_board: "Ο <b>Πίνακας Εργασιών</b> οπτικοποιεί την διαδικασία για αυτό το sprint. Προσθέστε καινούργιες εργασίες ή εμπόδια με το εικονίδιο + δίπλα σε μια ιστορία χρήστη. Μέσω drag'n'drop μπορείτε να ενημερώσετε την κατάσταση."
boards:
overview: 'Manage your work within an intuitive <b>Boards</b> view.'
overview: 'Διαχειριστείτε την εργασία σας μέσα από την διαισθητική προβολή <b>Πινάκων</b>.'
lists: 'Μπορείτε να δημιουργήσετε πολλαπλές λίστες (στήλες) μέσα σε μια προβολή Πίνακα, π.χ. να δημιουργήσετε έναν πίνακα KANBAN.'
add: 'Κάντε κλικ στο + για να <b>προσθέσετε μια νέα κάρτα</b> στη λίστα μέσα σε ένα Πίνακα.'
drag: 'Drag & Drop your cards within a list to re-order, or to another list. A double click will open the details view.'
drag: 'Σύρετε τις κάρτες μέσα στη λίστα για να αλλάξετε την σειρά ή σε άλλη λίστα. Με διπλό κλικ μπορείτε να ανοίξετε την προβολή λεπτομερειών.'
wp:
toggler: "Τώρα ας ρίξουμε μια ματιά στη ενότητα <b>Πακέτα εργασίας</b>, η οποία δίνει μια πιο λεπτομερή ματιά της εργασίας σας."
list: 'Αυτή είναι η λίστα <b>Πακέτων εργασίας</b> με τις σημαντικές εργασίας για το έργο σας, όπως καθήκοντα, λειτουργίες, ορόσημα, σφάλματα και άλλα. <br> Μπορείτε να δημιουργήσετε ή να επεξεργαστείτε ένα πακέτο εργασίας απευθείας από αυτή τη λίστα. Για να δείτε τις λεπτομέρειες του, μπορείτε να κάνετε διπλό κλικ σε μια από τις γραμμές.'
list: 'Αυτή είναι η λίστα <b>Πακέτων εργασίας</b> με τις σημαντικές εργασίες για το έργο σας, όπως εργασίες, λειτουργίες, ορόσημα, σφάλματα και άλλα. <br> Μπορείτε να δημιουργήσετε ή να επεξεργαστείτε ένα πακέτο εργασίας απευθείας από αυτή τη λίστα. Για να δείτε τις λεπτομέρειες του, μπορείτε να κάνετε διπλό κλικ σε μια από τις γραμμές.'
full_view: 'Μέσα στις <b>λεπτομέρειες του πακέτου εργασίας</b> θα βρείτε όλες τις σχετικές πληροφορίες, όπως την περιγραφή, την κατάσταση, την προτεραιότητα, τις δραστηριότητες, τις εξαρτήσεις και τα σχόλια του.'
back_button: 'Με το βέλος μπορείτε να πλοηγηθείτε πίσω στην λίστα πακέτων εργασίας.'
create_button: 'Το κουμπί <b>Δημιουργία</b> θα προσθέσει ένα καινούργιο πακέτο εργασίας στο έργο σας.'
@ -419,7 +441,7 @@ el:
confirm_reset: >
Προειδοποίηση: Είστε σίγουροι ότι θέλετε να επαναφέρετε τη φόρμα διαμόρφωσης; Αυτό θα επαναφέρει τα χαρακτηριστικά στις προεπιλεγμένες ομάδες τους και θα απενεργοποιήσει ΌΛΑ τα προσαρμοσμένα πεδία.
upgrade_to_ee: "Αναβαθμίστε σε Έκδοση για Επιχειρήσεις"
upgrade_to_ee_text: "Wow! Αν χρειάζεστε αυτή τη λειτουργία τότε είστε σούπερ επαγγελματίας! Θα θέλατε να υποστηρίξετε εμάς τους προγραμματιστές OpenSource με το να γίνετε πελάτης της έκδοσης για επιχειρήσεις;"
upgrade_to_ee_text: "Wow! Αν χρειάζεστε αυτή τη λειτουργία τότε είστε σούπερ επαγγελματίας! Θα θέλατε να στηρίξετε εμάς τους προγραμματιστές OpenSource με το να γίνετε πελάτης της έκδοσης για επιχειρήσεις;"
more_information: "Περισσότερες πληροφορίες"
nevermind: "Δεν πειράζει"
filter_types:
@ -435,10 +457,16 @@ el:
includes: "συμπεριλαμβανομένου"
requires: "απαιτώντας"
required: "απαιτείται από"
edit:
form_configuration: "Form Configuration"
projects: "Έργα"
settings: "Ρυθμίσεις"
time_entry:
activity: 'Δραστηριότητα'
comment: 'Σχόλιο'
hours: 'Ώρες'
two_factor_authentication:
label_two_factor_authentication: 'Ταυτοποίηση δύο παραγόντων'
watchers:
label_loading: φορτώνονται οι παρατηρητές...
label_error_loading: Παρουσιάστηκε σφάλμα κατά τη φόρτωση των παρατηρητών
@ -469,7 +497,7 @@ el:
set_parent: "Ορισμός γονέα"
change_parent: "Αλλαγή γονέα"
remove_parent: "Αφαίρεση γονέα"
hierarchy_indent: "Indent hierarchy"
hierarchy_indent: "Ιεραρχία εσοχής"
hierarchy_outdent: "Outdent hierarchy"
group_by_wp_type: "Ομαδοποίηση κατά τύπο πακέτου εργασίας"
group_by_relation_type: "Ομαδοποίηση κατά τύπο συσχέτισης"
@ -709,7 +737,7 @@ el:
confirm_edit_cancel: "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την επεξεργασία του ονόματος αυτής της προβολής; Ο τίτλος θα επανέλθει στην προηγούμενη τιμή του."
click_to_edit_query_name: "Κάντε κλικ για να επεξεργαστείτε τον τίτλο αυτής της προβολής."
rename_query_placeholder: "Το όνομα αυτής της προβολής"
star_text: "Mark this view as favorite and add to the saved views sidebar on the left."
star_text: "Σήμανση αυτής της προβολής ως αγαπημένη και προσθήκη στην πλάγια μπάρα αποθηκευμένων προβολών στα αριστερά."
public_text: >
Publish this view, allowing other users to access your view. Users with the 'Manage public views' permission can modify or remove public query. This does not affect the visibility of work package results in that view and depending on their permissions, users may see different results.
errors:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ es:
inline: 'Resaltar en línea:'
entire_card_by: 'Toda la tarjeta en'
remove_from_list: 'Eliminar tarjeta de la lista'
caption_rate_history: "Historial de tasa"
clipboard:
browser_error: "Su navegador no soporta copiar al portapapeles. Por favor, copie el texto seleccionado manualmente."
copied_successful: "¡Copiado correctamente en el portapapeles!"
@ -171,6 +172,9 @@ es:
cannot_save_changes_with_message: "No se pueden guardar los cambios debido al siguiente error: %{error}"
query_saving: "No se pudo guardar la vista."
embedded_table_loading: "No se pudo cargar la vista insertada: %{message}"
enumeration_activities: "Actividades (tiempo de seguimiento)"
enumeration_doc_categories: "Categorías de documentos"
enumeration_work_package_priorities: "Prioridades del paquete de trabajo"
filter:
description:
text_open_filter: "Abrir este filtro con 'ALT' y las flechas de dirección."
@ -192,6 +196,7 @@ es:
general_text_yes: "sí"
general_text_No: "No"
general_text_Yes: "Sí"
global_roles: Roles globales
hal:
error:
update_conflict_refresh: "Haga clic aquí para actualizar el recurso y cambiar a la versión más reciente."
@ -222,6 +227,7 @@ es:
label_and: "y"
label_ascending: "Ascendente"
label_author: "Autor: %{user}"
label_avatar: "Avatar"
label_between: "entre"
label_board: "Tablero"
label_board_locked: "Bloqueado"
@ -235,6 +241,8 @@ es:
label_deactivate: "Desactivar"
label_descending: "Descendente"
label_description: "Descripción"
label_details: "Detalles"
label_display: "Mostrar"
label_cancel_comment: "Cancelar comentario"
label_closed_work_packages: "cerrado"
label_collapse: "Colapsar"
@ -255,22 +263,29 @@ es:
label_export: "Exportar"
label_filename: "Archivo"
label_filesize: "Tamaño"
label_general: "General"
label_greater_or_equal: ">="
label_group: 'Grupo'
label_group_by: "Agrupar por"
label_group_plural: "Grupos"
label_hide_attributes: "Mostrar menos"
label_hide_column: "Esconder Columna"
label_hide_project_menu: "Contraer menú de proyecto"
label_in: "en"
label_in_less_than: "en menos de"
label_in_more_than: "en más de"
label_incoming_emails: "Correos electrónicos entrantes"
label_information_plural: "Información"
label_import: "Importar"
label_latest_activity: "Actividad reciente"
label_last_updated_on: "Ultima actualizacion realizada el"
label_less_or_equal: "<="
label_less_than_ago: "menos que hace días"
label_loading: "Cargando..."
label_mail_notification: "Notificaciones de correo electrónico"
label_me: "mi"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Minutos"
label_menu_collapse: "colapsar"
label_menu_expand: "expandir"
label_more_than_ago: "más días atrás"
@ -291,12 +306,15 @@ es:
label_previous: "Anterior"
label_per_page: "Por pagina:"
label_please_wait: "Por favor, espere"
label_project_plural: "Proyectos"
label_visibility_settings: "Configuración de visibilidad"
label_quote_comment: "Citar este comentario"
label_reset: "Reiniciar"
label_remove_column: "Eliminar columna"
label_remove_columns: "Eliminar columnas seleccionadas"
label_remove_row: "Eliminar fila"
label_report: "Informe"
label_repository_plural: "Repositorios"
label_save_as: "Guardad como"
label_select_watcher: "Selecciona un observador..."
label_selected_filter_list: "Filtros seleccionados"
@ -307,6 +325,7 @@ es:
label_sort_higher: "Mover hacia arriba"
label_sort_lower: "Mover hacia abajo"
label_sorting: "Ordenando"
label_spent_time: "Tiempo empleado"
label_star_query: "Favorecido"
label_press_enter_to_save: "Presione Entrar para guardar los cambios."
label_public_query: "Público"
@ -315,7 +334,9 @@ es:
label_subject: "Asunto"
label_this_week: "esta semana"
label_today: "hoy"
label_time_entry_plural: "Tiempo empleado"
label_up: "Arriba"
label_user_plural: "Usuarios"
label_activity_show_only_comments: "Solo mostrar las actividades con comentarios"
label_activity_show_all: "Mostrar todas las actividades"
label_total_progress: "Progreso total: %{percent}%"
@ -357,6 +378,7 @@ es:
label_wait: "Por favor espere para la configuración..."
label_upload_counter: "%{done} de %{count} archivos terminados"
label_validation_error: "El paquete de trabajo no puede ser guardado debido a los errores siguientes:"
label_version_plural: "Versiones"
label_view_has_changed: "Esta vista tiene cambios sin guardar. Haga clic para guardarlos."
help_texts:
show_modal: 'Mostrar entrada de texto de ayuda para atributo'
@ -436,10 +458,16 @@ es:
includes: "incluido"
requires: "requiere"
required: "requerido por"
edit:
form_configuration: "Form Configuration"
projects: "Proyectos"
settings: "Configuración"
time_entry:
activity: 'Actividad'
comment: 'Comentario'
hours: 'Horas'
two_factor_authentication:
label_two_factor_authentication: 'Autenticación de dos factores'
watchers:
label_loading: cargando observadores...
label_error_loading: Se ha producido un error al cargar los observadores

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ fi:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Tuntihinnan historia"
clipboard:
browser_error: "Selaimesi ei tue kopiointia leikepöydälle. Kopioi valittu teksti manuaalisesti."
copied_successful: "Onnistuneesti kopioitu leikepöydälle!"
@ -171,6 +172,9 @@ fi:
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}"
enumeration_activities: "Historia (ajan seuranta)"
enumeration_doc_categories: "Tiedostoluokat"
enumeration_work_package_priorities: "Work package priorities"
filter:
description:
text_open_filter: "Avaa suodatin \"Alt\"-näppäintä ja nuolinäppäimiä käyttämällä."
@ -192,6 +196,7 @@ fi:
general_text_yes: "kyllä"
general_text_No: "Ei"
general_text_Yes: "Kyllä"
global_roles: Yleiset roolit
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ fi:
label_and: "and"
label_ascending: "Nouseva"
label_author: "Tekijä: %{user}"
label_avatar: "Avatar"
label_between: "between"
label_board: "Board"
label_board_locked: "Lukittu"
@ -235,6 +241,8 @@ fi:
label_deactivate: "Poistaa käytöstä"
label_descending: "Laskeva"
label_description: "Kuvaus"
label_details: "Yksityiskohdat"
label_display: "Näytä"
label_cancel_comment: "Peruuta kommentti"
label_closed_work_packages: "suljettu"
label_collapse: "Pienennä"
@ -255,22 +263,29 @@ fi:
label_export: "Vie"
label_filename: "Tiedosto"
label_filesize: "Koko"
label_general: "Yleinen"
label_greater_or_equal: ">="
label_group: 'Ryhmä'
label_group_by: "Ryhmittely"
label_group_plural: "Ryhmät"
label_hide_attributes: "Näytä vähemmän"
label_hide_column: "Piilota sarake"
label_hide_project_menu: "Collapse project menu"
label_in: "tässä"
label_in_less_than: "pienempi kuin"
label_in_more_than: "suurempi kuin"
label_incoming_emails: "Saapuvat sähköpostiviestit"
label_information_plural: "Tieto"
label_import: "Import"
label_latest_activity: "Latest activity"
label_last_updated_on: "Viimeisin päivitys"
label_less_or_equal: "<="
label_less_than_ago: "vähemmän kuin päivää sitten"
label_loading: "Lataa..."
label_mail_notification: "Sähköposti-ilmoitukset"
label_me: "minä"
label_meeting_agenda: "Esityslista"
label_meeting_minutes: "Pöytäkirja"
label_menu_collapse: "pienennä"
label_menu_expand: "laajenna"
label_more_than_ago: "enemän kuin päivää sitten"
@ -291,12 +306,15 @@ fi:
label_previous: "Edellinen"
label_per_page: "Sivulla:"
label_please_wait: "Odota hetki"
label_project_plural: "Projektit"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Lainaa tämä kommentti"
label_reset: "Nollaus"
label_remove_column: "Remove column"
label_remove_columns: "Poista valitut sarakkeet"
label_remove_row: "Remove row"
label_report: "Raportti"
label_repository_plural: "Tietovarastot"
label_save_as: "Tallenna nimellä"
label_select_watcher: "Valitse seuraaja..."
label_selected_filter_list: "Valitut suodattimet"
@ -307,6 +325,7 @@ fi:
label_sort_higher: "Siirrä ylös"
label_sort_lower: "Siirrä alas"
label_sorting: "Lajittelu"
label_spent_time: "Käytetty aika"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Julkinen"
@ -315,7 +334,9 @@ fi:
label_subject: "Aihe"
label_this_week: "tällä viikolla"
label_today: "tänään"
label_time_entry_plural: "Käytetty aika"
label_up: "Ylös"
label_user_plural: "Käyttäjät"
label_activity_show_only_comments: "Show activities with comments only"
label_activity_show_all: "Show all activities"
label_total_progress: "%{percent} % eteneminen"
@ -357,6 +378,7 @@ fi:
label_wait: "Odota kokoonpanoa..."
label_upload_counter: "%{done} tiedostoa %{count} tiedostosta valmiina"
label_validation_error: "Työpakettia ei voitu tallentaa seuraavien virheiden vuoksi:"
label_version_plural: "Versiot"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Show attribute help text entry'
@ -436,10 +458,16 @@ fi:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Projektit"
settings: "Asetukset"
time_entry:
activity: 'Aktiviteetti'
comment: 'Kommentti'
hours: 'Tunnit'
two_factor_authentication:
label_two_factor_authentication: 'Kaksivaiheinen tunnistautuminen'
watchers:
label_loading: ladataan seuraajia...
label_error_loading: Virhe ladattaessa seuraajia

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ fil:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Rate history"
clipboard:
browser_error: "Ang iyong browser ay hindi suporta ang pagkokopya sa clipboard. Mangayaring kopyahin ng manu-mano ang napiling teksto."
copied_successful: "Matagumpay na kinopya sa clipboard!"
@ -171,6 +172,9 @@ fil:
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}"
enumeration_activities: "Mga aktibidad (time tracking)"
enumeration_doc_categories: "Mga kategorya ng dokumento"
enumeration_work_package_priorities: "Ang mga prioridad ng work package"
filter:
description:
text_open_filter: "Buksan ang filter na ito sa 'ALT' at ang mga arrow key."
@ -192,6 +196,7 @@ fil:
general_text_yes: "oo"
general_text_No: "Hindi"
general_text_Yes: "Oo"
global_roles: Global Roles
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ fil:
label_and: "at"
label_ascending: "Pataas"
label_author: "May-Akda: %{user}"
label_avatar: "Avatar"
label_between: "sa pagitan ng"
label_board: "Board"
label_board_locked: "Naka-lock"
@ -235,6 +241,8 @@ fil:
label_deactivate: "I-deactivate"
label_descending: "Pababa"
label_description: "Deskripsyon"
label_details: "Mga detalye"
label_display: "Ipakita"
label_cancel_comment: "Ikansela ang komento"
label_closed_work_packages: "isinara"
label_collapse: "Bumagsak"
@ -255,22 +263,29 @@ fil:
label_export: "I-export"
label_filename: "File"
label_filesize: "Sukat"
label_general: "Pangkalahatan"
label_greater_or_equal: ">=="
label_group: 'Grupo'
label_group_by: "Pangkat sa"
label_group_plural: "Mga grupo"
label_hide_attributes: "Magpakita ng mas kaunti"
label_hide_column: "Itago ang mga hanay"
label_hide_project_menu: "Collapse project menu"
label_in: "sa"
label_in_less_than: "mas mababa kaysa"
label_in_more_than: "mahigit sa"
label_incoming_emails: "Papasok na mga email"
label_information_plural: "Impormasyon"
label_import: "Import"
label_latest_activity: "Latest activity"
label_last_updated_on: "Huking naka-update sa"
label_less_or_equal: "<="
label_less_than_ago: "mas mababa kaysa sa mga araw na lumipas"
label_loading: "Naglo-load..."
label_mail_notification: "Mga abiso ng emailba"
label_me: "ako"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Minutes"
label_menu_collapse: "bumagsak"
label_menu_expand: "palawakin"
label_more_than_ago: "mahigit sa araw nakalipas"
@ -291,12 +306,15 @@ fil:
label_previous: "Nakaraan"
label_per_page: "Bawat pahina:"
label_please_wait: "Pakiusap maghantay"
label_project_plural: "Mga proyekto"
label_visibility_settings: "Ang mga setting ng katanyagan"
label_quote_comment: "I-quote ang komentong ito"
label_reset: "I-reset"
label_remove_column: "Remove column"
label_remove_columns: "Tanggalin ang mga napiling hanay"
label_remove_row: "Remove row"
label_report: "Ulat"
label_repository_plural: "Mga repositoryo"
label_save_as: "I-save bilang"
label_select_watcher: "Pumili ng manunuod..."
label_selected_filter_list: "Napiling mga filter"
@ -307,6 +325,7 @@ fil:
label_sort_higher: "Lumipat pataas"
label_sort_lower: "Ilipat sa ibaba"
label_sorting: "Pag-aayos"
label_spent_time: "Nauubos na oras"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Publiko"
@ -315,7 +334,9 @@ fil:
label_subject: "Paksa"
label_this_week: "ngayong semana"
label_today: "ngayon"
label_time_entry_plural: "Nauubos na oras"
label_up: "Up"
label_user_plural: "Mga gumagamit"
label_activity_show_only_comments: "Magpakita ng mga aktibidad sa komento lamang"
label_activity_show_all: "Ipakita lahat ang mga aktibidad"
label_total_progress: "%{percent}% Kabuang progreso"
@ -357,6 +378,7 @@ fil:
label_wait: "Mangyaring maghintay para sa kompigurasyon..."
label_upload_counter: "%{done} ng %{count} mga file ay natapos"
label_validation_error: "Ang work package ay hindo maaring o-save dahil sa mga sumusunod na mali:"
label_version_plural: "Mga bersyon"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Magpakita ng katangian tekstong tulong entry'
@ -436,10 +458,16 @@ fil:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Mga proyekto"
settings: "Mga setting"
time_entry:
activity: 'Aktibidad'
comment: 'Komento'
hours: 'Mga oras'
two_factor_authentication:
label_two_factor_authentication: 'Ang dalwang-Dahilan sa authentication'
watchers:
label_loading: naglo-load ang mga manunuod...
label_error_loading: Isang mali ang naganap habang naglo-load ng mga manunuod

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ fr:
inline: 'Surligner la ligne :'
entire_card_by: 'Carte complète par'
remove_from_list: 'Supprimer la carte de la liste'
caption_rate_history: "Historique des tarifs"
clipboard:
browser_error: "Votre navigateur ne prend pas en charge la copie dans le presse-papier. Veuillez copier manuellement le texte sélectionné."
copied_successful: "Copié avec succès vers le presse-papier !"
@ -171,6 +172,9 @@ fr:
cannot_save_changes_with_message: "Impossible d’enregistrer vos modifications en raison de l’erreur suivante : %{error}"
query_saving: "La vue n'a pas pu être enregistrée."
embedded_table_loading: "La vue intégrée n’a pas pu être chargée : %{message}"
enumeration_activities: "Activités (suivi de temps)"
enumeration_doc_categories: "Catégories de documents"
enumeration_work_package_priorities: "Priorités du Lot de Travaux"
filter:
description:
text_open_filter: "Ouvrir ce filtre avec les touches « ALT » et fléchées."
@ -192,6 +196,7 @@ fr:
general_text_yes: "oui"
general_text_No: "Non"
general_text_Yes: "Oui"
global_roles: Rôles globaux
hal:
error:
update_conflict_refresh: "Cliquez ici pour actualiser la resource et mettre à jour vers la version la plus récente."
@ -222,6 +227,7 @@ fr:
label_and: "et"
label_ascending: "Croissant"
label_author: "Auteur : %{user}"
label_avatar: "Avatar"
label_between: "entre"
label_board: "Tableau"
label_board_locked: "Verrouillé"
@ -235,6 +241,8 @@ fr:
label_deactivate: "Désactiver"
label_descending: "Décroissant"
label_description: "Description"
label_details: "Détails"
label_display: "Affichage"
label_cancel_comment: "Annuler le commentaire"
label_closed_work_packages: "clôturé"
label_collapse: "Regrouper"
@ -255,22 +263,29 @@ fr:
label_export: "Exporter"
label_filename: "Fichier"
label_filesize: "Taille"
label_general: "Général"
label_greater_or_equal: ">="
label_group: 'Groupe'
label_group_by: "Grouper par"
label_group_plural: "Groupes"
label_hide_attributes: "Afficher moins"
label_hide_column: "Masquer la colonne"
label_hide_project_menu: "Replier le menu du projet"
label_in: "dans"
label_in_less_than: "dans moins de"
label_in_more_than: "dans plus de"
label_incoming_emails: "Courriels entrants"
label_information_plural: "Information"
label_import: "Importer"
label_latest_activity: "Dernière activité"
label_last_updated_on: "Dernière modification le"
label_less_or_equal: "<="
label_less_than_ago: "il y a moins de quelques jours"
label_loading: "Chargement…"
label_mail_notification: "Notifications par courriel"
label_me: "moi"
label_meeting_agenda: "Ordre du jour"
label_meeting_minutes: "Compte-rendu"
label_menu_collapse: "réduire"
label_menu_expand: "développer"
label_more_than_ago: "il y a plus de quelques jours"
@ -291,12 +306,15 @@ fr:
label_previous: "Précédent"
label_per_page: "Par page:"
label_please_wait: "Veuillez patienter"
label_project_plural: "Projets"
label_visibility_settings: "Paramètres de visibilité"
label_quote_comment: "Citer ce commentaire"
label_reset: "Réinitialiser"
label_remove_column: "Supprimer la colonne"
label_remove_columns: "Enlever les colonnes sélectionnées"
label_remove_row: "Supprimer la ligne"
label_report: "Rapport"
label_repository_plural: "Dépôts"
label_save_as: "Enregistrer sous"
label_select_watcher: "Sélectionner un observateur…"
label_selected_filter_list: "Filtres sélectionnés"
@ -307,6 +325,7 @@ fr:
label_sort_higher: "Déplacer vers le haut"
label_sort_lower: "Déplacer vers le bas"
label_sorting: "Tri"
label_spent_time: "Temps passé"
label_star_query: "Préféré"
label_press_enter_to_save: "Appuyer sur \"entrée\" pour enregistrer."
label_public_query: "Public"
@ -315,7 +334,9 @@ fr:
label_subject: "Sujet"
label_this_week: "cette semaine"
label_today: "aujourd'hui"
label_time_entry_plural: "Temps passé"
label_up: "Haut"
label_user_plural: "Utilisateurs"
label_activity_show_only_comments: "Afficher les activités avec les commentaires seulement"
label_activity_show_all: "Afficher toutes les activités"
label_total_progress: "%{percent}% de progression totale"
@ -357,6 +378,7 @@ fr:
label_wait: "Veuillez patienter pendant la configuration…"
label_upload_counter: "%{done} fichiers sur %{count} finis"
label_validation_error: "Le lot de travaux n'a pas pu être enregistré en raison des erreurs suivantes :"
label_version_plural: "Versions"
label_view_has_changed: "Cette vue a des changements non sauvegardés. Cliquez pour les enregistrer."
help_texts:
show_modal: 'Afficher l’aide de l’attribut de saisie de texte'
@ -436,10 +458,16 @@ fr:
includes: "incluant"
requires: "requérant"
required: "requis par"
edit:
form_configuration: "Form Configuration"
projects: "Projets"
settings: "Paramètres"
time_entry:
activity: 'Activité'
comment: 'Commentaire'
hours: 'Heures'
two_factor_authentication:
label_two_factor_authentication: 'Authentification à deux facteurs'
watchers:
label_loading: observateurs en cours de chargement…
label_error_loading: Une erreur s'est produite lors du chargement des observateurs

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ hr:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Povijest satnica"
clipboard:
browser_error: "Vaš izbornik ne podržava kopiranje u međuspremnik. Molim vas manualno kopirajte odabrani tekst."
copied_successful: "Uspješno kopirano u međuspremnik!"
@ -171,6 +172,9 @@ hr:
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}"
enumeration_activities: "Aktivnosti (vremensko praćenje)"
enumeration_doc_categories: "Kategorije dokumenata"
enumeration_work_package_priorities: "Prioriteti radnog paketa"
filter:
description:
text_open_filter: "Otvorite ovaj filtar s 'ALT' i tipke sa strelicama."
@ -192,6 +196,7 @@ hr:
general_text_yes: "da"
general_text_No: "Ne"
general_text_Yes: "Da"
global_roles: Globalne role
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ hr:
label_and: "i"
label_ascending: "Uzlazno"
label_author: "Autor: %{user}"
label_avatar: "Avatar"
label_between: "između"
label_board: "Board"
label_board_locked: "Zaključano"
@ -235,6 +241,8 @@ hr:
label_deactivate: "Deaktivirajte"
label_descending: "Silazno"
label_description: "Opis"
label_details: "Pojedinosti"
label_display: "Prikaz"
label_cancel_comment: "Odustani od komentara"
label_closed_work_packages: "zaključen"
label_collapse: "Prikaži sve"
@ -255,22 +263,29 @@ hr:
label_export: "Izvezi"
label_filename: "Datoteka"
label_filesize: "Veličina"
label_general: "Općenito"
label_greater_or_equal: ">="
label_group: 'Grupa'
label_group_by: "Grupiraj po"
label_group_plural: "Grupe"
label_hide_attributes: "Prikaži manje"
label_hide_column: "Sakriti stupac"
label_hide_project_menu: "Collapse project menu"
label_in: "u"
label_in_less_than: "u manje od"
label_in_more_than: "u više od"
label_incoming_emails: "Dolazne poruke"
label_information_plural: "Informacija"
label_import: "Import"
label_latest_activity: "Latest activity"
label_last_updated_on: "Zadnje ažuriranje"
label_less_or_equal: "<="
label_less_than_ago: "manje od dana"
label_loading: "Učitavanje..."
label_mail_notification: "Obavijesti e-mailom"
label_me: "ja"
label_meeting_agenda: "Dnevni red"
label_meeting_minutes: "Minute"
label_menu_collapse: "sakriti"
label_menu_expand: "proširiti"
label_more_than_ago: "prije nekoliko dana"
@ -291,12 +306,15 @@ hr:
label_previous: "Prethodni"
label_per_page: "Po stranici:"
label_please_wait: "Molimo pričekajte"
label_project_plural: "Projekti"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Citirajte komentar"
label_reset: "Resetiraj"
label_remove_column: "Remove column"
label_remove_columns: "Izbriši odabrene stupce"
label_remove_row: "Remove row"
label_report: "Izvješće"
label_repository_plural: "Repozitoriji"
label_save_as: "Spremiti kao"
label_select_watcher: "Odaberite nadglednika..."
label_selected_filter_list: "Odabrani filteri"
@ -307,6 +325,7 @@ hr:
label_sort_higher: "Pomakni gore"
label_sort_lower: "Pomakni dolje"
label_sorting: "Sortiranje"
label_spent_time: "Utrošeno vrijeme"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Javno"
@ -315,7 +334,9 @@ hr:
label_subject: "Predmet"
label_this_week: "ovog tjedna"
label_today: "danas"
label_time_entry_plural: "Utrošeno vrijeme"
label_up: "Gore"
label_user_plural: "Korisnici"
label_activity_show_only_comments: "Show activities with comments only"
label_activity_show_all: "Show all activities"
label_total_progress: "%{percent}% ukupnog napretka"
@ -357,6 +378,7 @@ hr:
label_wait: "Konfiguraija je u tijeku, molim vas pričekajte..."
label_upload_counter: "%{done} od %{count} datoteka je završeno s prijenosom"
label_validation_error: "Nije moguće spremiti Radni paket zbog sljedećih pogreški:"
label_version_plural: "Verzije"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Show attribute help text entry'
@ -436,10 +458,16 @@ hr:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Projekti"
settings: "Postavke"
time_entry:
activity: 'Aktivnost'
comment: 'Komentar'
hours: 'Sati'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: učitavanje nadglednika...
label_error_loading: Došlo je do pogreške tijekom učitavanja nadglednika

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ hu:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Díj előzmények"
clipboard:
browser_error: "A böngésző nem támogatja a vágólapra másolást. Kérjük, másolja a kijelölt szöveget manuálisan."
copied_successful: "A vágólapra másolás sikeres!"
@ -170,6 +171,9 @@ hu:
cannot_save_changes_with_message: "A következő hiba miatt nem sikerült menteni a módosításokat: %{error}"
query_saving: "A nézetet nem sikerült menteni."
embedded_table_loading: "A beágyazott nézet betöltése nem sikerült: %{message}"
enumeration_activities: "Tevékenységek (időkövetés)"
enumeration_doc_categories: "Dokumentum kategóriák"
enumeration_work_package_priorities: "Feladatcsoport fontosság"
filter:
description:
text_open_filter: "A szűrő megnyitásához nyomja meg az \"ALT\" és a nyíl gombokat."
@ -191,6 +195,7 @@ hu:
general_text_yes: "igen"
general_text_No: "Nem"
general_text_Yes: "Igen"
global_roles: Globális szerepek
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -221,6 +226,7 @@ hu:
label_and: "és"
label_ascending: "Növekvő"
label_author: "Szerző: %{user}"
label_avatar: "Avatar"
label_between: "között"
label_board: "Board"
label_board_locked: "Zárolt"
@ -234,6 +240,8 @@ hu:
label_deactivate: "Kikapcsol"
label_descending: "Csökkenő"
label_description: "Leírás"
label_details: "Részletek"
label_display: "Megjelenítés"
label_cancel_comment: "Megjegyzés törlése"
label_closed_work_packages: "lezárt"
label_collapse: "Collapse"
@ -254,22 +262,29 @@ hu:
label_export: "Exportálás"
label_filename: "Fájl"
label_filesize: "Méret"
label_general: "Általános"
label_greater_or_equal: ">="
label_group: 'Csoport'
label_group_by: "Csoportosítás"
label_group_plural: "Csoportok"
label_hide_attributes: "Kevesebb mutatása"
label_hide_column: "Oszlop elrejtése"
label_hide_project_menu: "Projekt menü összecsukás"
label_in: "in"
label_in_less_than: "kevesebb, mint"
label_in_more_than: "több mint"
label_incoming_emails: "Bejövő e-mailek"
label_information_plural: "Információk"
label_import: "Importálás"
label_latest_activity: "Utolsó aktivitás"
label_last_updated_on: "Utolsó frissítés"
label_less_or_equal: "<="
label_less_than_ago: "kevesebb, nappal ezelött"
label_loading: "Betöltés..."
label_mail_notification: "Email értesítés"
label_me: "Nekem"
label_meeting_agenda: "Napirend"
label_meeting_minutes: "Jegyzőkönyv"
label_menu_collapse: "összecsuk"
label_menu_expand: "kibont"
label_more_than_ago: "több, nappal ezelőtt"
@ -290,12 +305,15 @@ hu:
label_previous: "Korábbi"
label_per_page: "Oldalanként:"
label_please_wait: "Kérem várjon"
label_project_plural: "Projektek"
label_visibility_settings: "Láthatósági beállítások"
label_quote_comment: "Hozzászólás idézése"
label_reset: "Visszaállít, reset"
label_remove_column: "Oszlop eltávolítása"
label_remove_columns: "Eltávolítja a kijelölt oszlopokat"
label_remove_row: "Sor eltávolítása"
label_report: "Jelentés"
label_repository_plural: "Csomagtárolók"
label_save_as: "Mentés másként"
label_select_watcher: "Megfigyelők választása..."
label_selected_filter_list: "Szűrők választása"
@ -306,6 +324,7 @@ hu:
label_sort_higher: "Mozgatás felfelé"
label_sort_lower: "Mozgás lefelé"
label_sorting: "Rendezés"
label_spent_time: "Eltöltött idő"
label_star_query: "Kedvenc"
label_press_enter_to_save: "Nyomjon Entert a mentéshez"
label_public_query: "Nyilvános"
@ -314,7 +333,9 @@ hu:
label_subject: "Tárgy"
label_this_week: "ezen a héten"
label_today: "Ma"
label_time_entry_plural: "Eltöltött idő"
label_up: "Fel"
label_user_plural: "Felhasználók"
label_activity_show_only_comments: "Hozzászólással rendelkező tevékenységek mutatása"
label_activity_show_all: "Minden tevékenység mutatása"
label_total_progress: "%{percent}% a teljes folyamatban"
@ -356,6 +377,7 @@ hu:
label_wait: "Kérem, várjon a konfigurációra..."
label_upload_counter: "%{done}/%{count} fájl feltöltve"
label_validation_error: "A feladatcsoport a következő hibák miatt nem menthető:"
label_version_plural: "Verzió"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Attribútum-súgószöveg mutatása'
@ -435,10 +457,16 @@ hu:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Projektek"
settings: "Beállítások"
time_entry:
activity: 'Tevékenység'
comment: 'Vélemény'
hours: 'órák'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: megfigyelők betöltése...
label_error_loading: Hiba történt a megfigyelők betöltése közben

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ id:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Histori rate"
clipboard:
browser_error: "Browser Anda tidak mendukung menyalin ke clipboard. Harap menyalin teks yang dipilih secara manual."
copied_successful: "Berhasil disalin ke clipboard!"
@ -171,6 +172,9 @@ id:
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}"
enumeration_activities: "Activity (pelacakan waktu)"
enumeration_doc_categories: "Kategori dokumen"
enumeration_work_package_priorities: "Paket-Penugasan prioritas"
filter:
description:
text_open_filter: "Buka filter ini dengan 'ALT' dan tombol panah."
@ -192,6 +196,7 @@ id:
general_text_yes: "yes"
general_text_No: "No"
general_text_Yes: "Yes"
global_roles: Peran global
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ id:
label_and: "dan"
label_ascending: "Askending"
label_author: "Author: %{user}"
label_avatar: "Avatar"
label_between: "antara"
label_board: "Board"
label_board_locked: "Locked"
@ -235,6 +241,8 @@ id:
label_deactivate: "Nonaktifkan"
label_descending: "Deskending"
label_description: "Deskripsi"
label_details: "Detil"
label_display: "Tampilkan"
label_cancel_comment: "Cancel comment"
label_closed_work_packages: "berakhir"
label_collapse: "Tampilkan"
@ -255,22 +263,29 @@ id:
label_export: "Ekspor"
label_filename: "File"
label_filesize: "Size"
label_general: "Umum"
label_greater_or_equal: ">="
label_group: 'Grup'
label_group_by: "Pengelompokan"
label_group_plural: "Grup"
label_hide_attributes: "Show less"
label_hide_column: "Sembunyikan kolom"
label_hide_project_menu: "Collapse project menu"
label_in: "dalam"
label_in_less_than: "kurang dari"
label_in_more_than: "lebih dari"
label_incoming_emails: "Email masuk"
label_information_plural: "Informasi"
label_import: "Impor"
label_latest_activity: "Latest activity"
label_last_updated_on: "Terakhir diupdate pada"
label_less_or_equal: "<="
label_less_than_ago: "kemarin lusa"
label_loading: "Loading..."
label_mail_notification: "Notifikasi email"
label_me: "saya"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Laporan"
label_menu_collapse: "runtuh"
label_menu_expand: "expand"
label_more_than_ago: "lusa yang lalu"
@ -291,12 +306,15 @@ id:
label_previous: "Sebelumnya"
label_per_page: "Per halaman:"
label_please_wait: "Please wait"
label_project_plural: "Project"
label_visibility_settings: "Seting penampakan"
label_quote_comment: "Quote this comment"
label_reset: "Reset"
label_remove_column: "Remove column"
label_remove_columns: "Hapus kolom terpilih"
label_remove_row: "Remove row"
label_report: "Laporan"
label_repository_plural: "Repositori"
label_save_as: "Simpan sebagai"
label_select_watcher: "Pilih pemantau..."
label_selected_filter_list: "Filter terpilih"
@ -307,6 +325,7 @@ id:
label_sort_higher: "Naikkan"
label_sort_lower: "Pindahkan ke bawah"
label_sorting: "Mengurutkan"
label_spent_time: "Durasi"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Publik"
@ -315,7 +334,9 @@ id:
label_subject: "Perihal"
label_this_week: "minggu ini"
label_today: "hari ini"
label_time_entry_plural: "Durasi"
label_up: "Naik"
label_user_plural: "User"
label_activity_show_only_comments: "Tampilkan hanya aktivitas bersama komentar"
label_activity_show_all: "Tampilkan semua aktivitas"
label_total_progress: "%{percent}% total progres"
@ -357,6 +378,7 @@ id:
label_wait: "Mohon menunggu..."
label_upload_counter: "%{done} dari %{count} file selesai"
label_validation_error: "Proses penyimpanan work package gagal. Kesalahan yang terjadi:"
label_version_plural: "Versi"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Tampilkan atribut-atribut teks bantuan yang dimasukkan'
@ -436,10 +458,16 @@ id:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Project"
settings: "Pengaturan"
time_entry:
activity: 'Activity'
comment: 'Komentar'
hours: 'Jam'
two_factor_authentication:
label_two_factor_authentication: 'Autentikasi dua faktor'
watchers:
label_loading: memuat pengamat...
label_error_loading: An error occurred while loading the watchers

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ it:
inline: 'Evidenzia in linea:'
entire_card_by: 'Tutta la carta per'
remove_from_list: 'Rimuovi la carta dall''elenco'
caption_rate_history: "Cronologia tariffe"
clipboard:
browser_error: "Il tuo browser non supporta la copia negli appunti. Copia il testo selezionato manualmente."
copied_successful: "Copia negli appunti completata con successo!"
@ -171,6 +172,9 @@ it:
cannot_save_changes_with_message: "Impossibile salvare le modifiche a causa del seguente errore: %{error}"
query_saving: "Impossibile salvare la vista."
embedded_table_loading: "La vista incorporata non può essere caricata: %{message}"
enumeration_activities: "Attività (monitoraggio tempi)"
enumeration_doc_categories: "Categorie di documenti"
enumeration_work_package_priorities: "Priorità della macro-attività"
filter:
description:
text_open_filter: "Apri questo filtro con i tasti 'ALT' e le frecce."
@ -192,6 +196,7 @@ it:
general_text_yes: "si"
general_text_No: "No"
general_text_Yes: "Si"
global_roles: Ruoli globali
hal:
error:
update_conflict_refresh: "Clicca qui per ricaricare il pacchetto di lavoro e aggiornare alla versione più recente."
@ -222,6 +227,7 @@ it:
label_and: "e"
label_ascending: "Crescente"
label_author: "Autore: %{user}"
label_avatar: "Avatar"
label_between: "tra"
label_board: "Scheda"
label_board_locked: "Chiuso"
@ -235,6 +241,8 @@ it:
label_deactivate: "Disattivare"
label_descending: "Decrescente"
label_description: "Descrizione"
label_details: "Dettagli"
label_display: "Visualizza"
label_cancel_comment: "Cancella il commento"
label_closed_work_packages: "chiuso"
label_collapse: "Comprimi"
@ -255,22 +263,29 @@ it:
label_export: "Esporta"
label_filename: "File"
label_filesize: "Dimensione"
label_general: "Generale"
label_greater_or_equal: ">="
label_group: 'Gruppo'
label_group_by: "Raggruppa per"
label_group_plural: "Gruppi"
label_hide_attributes: "Meno suggerimenti"
label_hide_column: "Nascondi la colonna"
label_hide_project_menu: "Comprimi il menù di progetto"
label_in: "in"
label_in_less_than: "in meno di"
label_in_more_than: "in più di"
label_incoming_emails: "Email in arrivo"
label_information_plural: "Informazioni"
label_import: "Importazione"
label_latest_activity: "Ultima attività"
label_last_updated_on: "Ultimo aggiornamento il"
label_less_or_equal: "<="
label_less_than_ago: "meno di qualche giorno fa"
label_loading: "Caricamento..."
label_mail_notification: "Notifiche email"
label_me: "io"
label_meeting_agenda: "Ordine del giorno"
label_meeting_minutes: "Verbali"
label_menu_collapse: "collassa"
label_menu_expand: "espandi"
label_more_than_ago: "più di qualche giorno fa"
@ -291,12 +306,15 @@ it:
label_previous: "Precedente"
label_per_page: "Per pagina:"
label_please_wait: "Attendere"
label_project_plural: "Progetti"
label_visibility_settings: "Impostazioni di visibilità"
label_quote_comment: "Annota questo commento"
label_reset: "Reimposta"
label_remove_column: "Rimuovi colonna"
label_remove_columns: "Rimuovi le colonne selezionate"
label_remove_row: "Rimuovi riga"
label_report: "Segnalano"
label_repository_plural: "Archivi"
label_save_as: "Salva come"
label_select_watcher: "Seleziona un osservatore..."
label_selected_filter_list: "Filtri selezionati"
@ -307,6 +325,7 @@ it:
label_sort_higher: "Sposta su"
label_sort_lower: "Sposta giu"
label_sorting: "Ordinamento"
label_spent_time: "Tempo speso"
label_star_query: "Preferito"
label_press_enter_to_save: "Premi Invio per salvare."
label_public_query: "Pubblico"
@ -315,7 +334,9 @@ it:
label_subject: "Soggetto"
label_this_week: "questa settimana"
label_today: "oggi"
label_time_entry_plural: "Tempo speso"
label_up: "Su"
label_user_plural: "Utenti"
label_activity_show_only_comments: "Mostra solo le attività con commenti"
label_activity_show_all: "Mostra tutte le attività"
label_total_progress: "%{percent}% Progresso totale"
@ -357,6 +378,7 @@ it:
label_wait: "Prego, attendi per la configurazione..."
label_upload_counter: "%{done} di %{count} file completati"
label_validation_error: "La macro-attività non può essere salvata a causa dei seguenti errori:"
label_version_plural: "Versioni"
label_view_has_changed: "Questa vista ha modifiche non salvate. Clicca per salvarle."
help_texts:
show_modal: 'Mostra l''immissione di testo della guida dell''attributo'
@ -436,10 +458,16 @@ it:
includes: "compreso"
requires: "che richiedono"
required: "richiesto dalla"
edit:
form_configuration: "Form Configuration"
projects: "Progetti"
settings: "Impostazioni"
time_entry:
activity: 'Attività'
comment: 'Commento'
hours: 'Ore'
two_factor_authentication:
label_two_factor_authentication: 'Autenticazione due fattori'
watchers:
label_loading: caricamento osservatori in corso...
label_error_loading: Si è verificato un errore nel caricamento degli osservatori

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -81,6 +81,7 @@ ja:
inline: 'インラインを強調表示:'
entire_card_by: 'カード全体で'
remove_from_list: 'リストからカードを削除'
caption_rate_history: "進捗履歴"
clipboard:
browser_error: "お使いのブラウザーでは、クリップボードへのコピーをサポートしていません。手動で選択したテキストをコピーしてください。"
copied_successful: "正常にクリップボードにコピーしました!"
@ -172,6 +173,9 @@ ja:
cannot_save_changes_with_message: "次のエラーのために変更を保存できません: %{error}"
query_saving: "ビューを保存できませんでした。"
embedded_table_loading: "埋め込みビューを読み込めませんでした: %{message}"
enumeration_activities: "作業分類 (時間の追跡)"
enumeration_doc_categories: "ドキュメントのカテゴリ"
enumeration_work_package_priorities: "作業項目の優先度"
filter:
description:
text_open_filter: "'ALT' と矢印キーでこのフィルタを開きます。"
@ -193,6 +197,7 @@ ja:
general_text_yes: "はい"
general_text_No: "いいえ"
general_text_Yes: "はい"
global_roles: グローバルロール
hal:
error:
update_conflict_refresh: "リソースを更新して最新のバージョンに更新するには、ここをクリックしてください。"
@ -223,6 +228,7 @@ ja:
label_and: "及び"
label_ascending: "昇順"
label_author: "作者: %{user}"
label_avatar: "アバター"
label_between: "次の範囲内"
label_board: "ボード"
label_board_locked: "ロックされている"
@ -236,6 +242,8 @@ ja:
label_deactivate: "無効"
label_descending: "降順"
label_description: "説明"
label_details: "詳細"
label_display: "表示"
label_cancel_comment: "コメントをキャンセル"
label_closed_work_packages: "完了"
label_collapse: "折りたたむ"
@ -256,22 +264,29 @@ ja:
label_export: "外部出力"
label_filename: "ファイル"
label_filesize: "サイズ"
label_general: "概要"
label_greater_or_equal: ">="
label_group: 'グループ'
label_group_by: "グループ化"
label_group_plural: "グループ"
label_hide_attributes: "非表示にする"
label_hide_column: "列を非表示"
label_hide_project_menu: "プロジェクトメニューを折りたたむ"
label_in: "今日から○日後"
label_in_less_than: "今日から○日後以前"
label_in_more_than: "今日から○日後以降"
label_incoming_emails: "受信メール"
label_information_plural: "情報"
label_import: "インポート"
label_latest_activity: "最新の活動"
label_last_updated_on: "最終更新日:"
label_less_or_equal: "以下"
label_less_than_ago: "今日より○日前以降"
label_loading: "読み込み中..."
label_mail_notification: "電子メールの通知"
label_me: "自分"
label_meeting_agenda: "アジェンダ"
label_meeting_minutes: "議事録"
label_menu_collapse: "折りたたむ"
label_menu_expand: "展開する"
label_more_than_ago: "今日より○日前以前"
@ -292,12 +307,15 @@ ja:
label_previous: "前へ"
label_per_page: "1 ページあたり"
label_please_wait: "しばらくお待ちください"
label_project_plural: "プロジェクト"
label_visibility_settings: "表示の設定"
label_quote_comment: "このコメントを引用"
label_reset: "リセット"
label_remove_column: "列を削除"
label_remove_columns: "選択した列を削除"
label_remove_row: "行を削除"
label_report: "レポート"
label_repository_plural: "リポジトリ"
label_save_as: "名前をつけて保存"
label_select_watcher: "ウォッチャーを選択..."
label_selected_filter_list: "選択されたフィルタ"
@ -308,6 +326,7 @@ ja:
label_sort_higher: "上へ"
label_sort_lower: "下へ移動"
label_sorting: "ソート中"
label_spent_time: "作業時間の記録"
label_star_query: "支持された"
label_press_enter_to_save: "Enterを押して保存します。"
label_public_query: "公開"
@ -316,7 +335,9 @@ ja:
label_subject: "題名"
label_this_week: "今週"
label_today: "今日"
label_time_entry_plural: "作業時間の記録"
label_up: "アップ"
label_user_plural: "ユーザ"
label_activity_show_only_comments: "コメントのみのアクティビティを表示"
label_activity_show_all: "すべてのアクティビティを表示"
label_total_progress: "%{percent}% 進行状況"
@ -358,6 +379,7 @@ ja:
label_wait: "構成をお待ちください..."
label_upload_counter: "%{count}ファイルの中に%{done}が完了"
label_validation_error: "次のエラーのために作業項目を保存できませんでした:"
label_version_plural: "バージョン"
label_view_has_changed: "このビューには未保存の変更があります。 クリックすると保存します。"
help_texts:
show_modal: 'テキスト入力属性のヘルプを表示'
@ -439,10 +461,16 @@ ja:
includes: "含む"
requires: "要求する"
required: "に必要"
edit:
form_configuration: "Form Configuration"
projects: "プロジェクト"
settings: "設定"
time_entry:
activity: '活動'
comment: 'コメント'
hours: ' 時間'
two_factor_authentication:
label_two_factor_authentication: '2要素認証'
watchers:
label_loading: ウォッチャーを読み込み中...
label_error_loading: ウォッチャーを読み込み中にエラーが発生しました。

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ ko:
inline: '인라인 강조 표시:'
entire_card_by: '전체 카드 기준'
remove_from_list: '목록에서 카드 제거'
caption_rate_history: "요금 기록"
clipboard:
browser_error: "브라우저를 클립보드에 복사를 지원 하지 않습니다. 텍스트를 타이핑하여 복사하십시오."
copied_successful: "클립보드에 성공적으로 복사됨"
@ -171,6 +172,9 @@ ko:
cannot_save_changes_with_message: "다음 오류로 인해 변경 사항을 저장할 수 없습니다: %{error}"
query_saving: "보기를 저장할 수 없습니다."
embedded_table_loading: "포함된 보기를 로드할 수 없습니다: %{message}"
enumeration_activities: "작업(시간 추적)"
enumeration_doc_categories: "문서 범주"
enumeration_work_package_priorities: "작업 패키지 우선 순위"
filter:
description:
text_open_filter: "'ALT'와 화살표 키로 이 필터를 여세요."
@ -192,6 +196,7 @@ ko:
general_text_yes: "예"
general_text_No: "아니요"
general_text_Yes: "예"
global_roles: 글로벌 역할
hal:
error:
update_conflict_refresh: "리소스를 새로 고치고 최신 버전으로 업데이트하려면 여기를 클릭하세요."
@ -222,6 +227,7 @@ ko:
label_and: "그리고"
label_ascending: "오름차순"
label_author: "작성자: %{user}"
label_avatar: "아바타"
label_between: "사이에"
label_board: "게시판"
label_board_locked: "잠김"
@ -235,6 +241,8 @@ ko:
label_deactivate: "비활성화"
label_descending: "내림차순"
label_description: "설명"
label_details: "세부 정보"
label_display: "표시"
label_cancel_comment: "코멘트 취소"
label_closed_work_packages: "닫음"
label_collapse: "축소"
@ -255,22 +263,29 @@ ko:
label_export: "내보내기"
label_filename: "파일"
label_filesize: "크기"
label_general: "일반"
label_greater_or_equal: ">="
label_group: '그룹'
label_group_by: "그룹화 기준"
label_group_plural: "그룹"
label_hide_attributes: "간단히 표시"
label_hide_column: "열 숨기기"
label_hide_project_menu: "프로젝트 메뉴 축소"
label_in: "-"
label_in_less_than: "보다 작음"
label_in_more_than: "보다 큼"
label_incoming_emails: "들어오는 이메일"
label_information_plural: "정보"
label_import: "가져오기"
label_latest_activity: "최근 활동"
label_last_updated_on: "마지막 업데이트 날짜"
label_less_or_equal: "<="
label_less_than_ago: "일 미만 전"
label_loading: "로드 중..."
label_mail_notification: "이메일 알림"
label_me: "나"
label_meeting_agenda: "의제"
label_meeting_minutes: "의사록"
label_menu_collapse: "축소"
label_menu_expand: "확장"
label_more_than_ago: "일 이상 전"
@ -291,12 +306,15 @@ ko:
label_previous: "이전"
label_per_page: "페이지 당:"
label_please_wait: "잠시 기다려 주세요."
label_project_plural: "프로젝트"
label_visibility_settings: "표시 여부 설정"
label_quote_comment: "코멘트 인용"
label_reset: "재설정"
label_remove_column: "열 제거"
label_remove_columns: "선택된 열 제거"
label_remove_row: "행 제거"
label_report: "보고서"
label_repository_plural: "리포지토리"
label_save_as: "다른 이름으로 저장"
label_select_watcher: "주시하는 사람을 선택"
label_selected_filter_list: "선택된 필터"
@ -307,6 +325,7 @@ ko:
label_sort_higher: "위로 이동"
label_sort_lower: "아래로 이동"
label_sorting: "정렬"
label_spent_time: "소비한 시간"
label_star_query: "호감"
label_press_enter_to_save: "저장하려면 Enter를 누르세요."
label_public_query: "공용"
@ -315,7 +334,9 @@ ko:
label_subject: "제목"
label_this_week: "이번 주"
label_today: "오늘"
label_time_entry_plural: "소비한 시간"
label_up: "위"
label_user_plural: "사용자"
label_activity_show_only_comments: "코멘트가 있는 활동만 표시"
label_activity_show_all: "모든 활동 표시"
label_total_progress: "%{percent}% 진행"
@ -357,6 +378,7 @@ ko:
label_wait: "설정 중이므로 기다려 주세요..."
label_upload_counter: "%{count} 개 파일 중 %{done} 개 파일 완료됨"
label_validation_error: "다음 오류로 인해 작업 패키지를 저장할 수 없습니다."
label_version_plural: "버전"
label_view_has_changed: "이 보기에는 저장되지 않은 변경 사항이 있습니다. 클릭하여 저장하십시오."
help_texts:
show_modal: '특성 도움말 텍스트 항목 표시'
@ -436,10 +458,16 @@ ko:
includes: "포함"
requires: "요구"
required: "다음에 의해 요구됨:"
edit:
form_configuration: "Form Configuration"
projects: "프로젝트"
settings: "설정"
time_entry:
activity: '활동'
comment: '코멘트'
hours: '시간'
two_factor_authentication:
label_two_factor_authentication: '2단계 인증'
watchers:
label_loading: 관찰자 로딩 중...
label_error_loading: 관찰자를 로드하는 동안 오류가 발생 했습니다.

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ lt:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Išimti kortelę iš sąrašo'
caption_rate_history: "Koeficiento istorija"
clipboard:
browser_error: "Jūsų naršyklė nepalaiko kopijavimo į iškarpinę. Prašome pažymėtą tekstą nukopijuoti rankiniu būdu."
copied_successful: "Sėkmingai nukopijuota į iškarpinę!"
@ -171,6 +172,9 @@ lt:
cannot_save_changes_with_message: "Nepavyko įrašyti jūsų pakeitimų dėl šios klaidos: %{error}"
query_saving: "Nepavyko įrašyti rodinio."
embedded_table_loading: "Nepavyko įkelti įdėti rodinio: %{message}"
enumeration_activities: "Veikla (laiko sekimas)"
enumeration_doc_categories: "Dokumentų kategorijos"
enumeration_work_package_priorities: "Darbų paketo prioritetai"
filter:
description:
text_open_filter: "Atverkite šį filtrą su 'ALT' ir krypčių klavišais."
@ -192,6 +196,7 @@ lt:
general_text_yes: "taip"
general_text_No: "Ne"
general_text_Yes: "Taip"
global_roles: Globalios rolės
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ lt:
label_and: "ir"
label_ascending: "Didėjančia tvarka"
label_author: "Autorius: %{user}"
label_avatar: "Nuotrauka"
label_between: "tarp"
label_board: "Lenta"
label_board_locked: "Užrakinta"
@ -235,6 +241,8 @@ lt:
label_deactivate: "Išjungti"
label_descending: "Mažėjančiai"
label_description: "Aprašymas"
label_details: "Detali informacija"
label_display: "Rodymas"
label_cancel_comment: "Atšaukti komentarą"
label_closed_work_packages: "uždarytas"
label_collapse: "Sutraukti"
@ -255,22 +263,29 @@ lt:
label_export: "Eksportuoti"
label_filename: "Byla"
label_filesize: "Dydis"
label_general: "Bendra"
label_greater_or_equal: ">="
label_group: 'Grupė'
label_group_by: "Grupuoti pagal"
label_group_plural: "Grupės"
label_hide_attributes: "Rodyti mažiau"
label_hide_column: "Slėpti stulpelį"
label_hide_project_menu: "Sutraukti projekto meniu"
label_in: " "
label_in_less_than: "mažiau nei"
label_in_more_than: "daugiau nei"
label_incoming_emails: "Gauti el. laiškai"
label_information_plural: "Informacija"
label_import: "Importuoti"
label_latest_activity: "Paskutinė veikla"
label_last_updated_on: "Paskiausias atnaujinimas"
label_less_or_equal: "<="
label_less_than_ago: "mažiau nei prieš dieną"
label_loading: "Įkeliama..."
label_mail_notification: "El. pašto priminimai"
label_me: "aš"
label_meeting_agenda: "Dienotvarkė"
label_meeting_minutes: "Minutės"
label_menu_collapse: "suskleisti"
label_menu_expand: "išskleisti"
label_more_than_ago: "daugiau nei prieš dieną"
@ -291,12 +306,15 @@ lt:
label_previous: "Ankstesnis"
label_per_page: "Puslapyje:"
label_please_wait: "Prašome palaukti"
label_project_plural: "Projektai"
label_visibility_settings: "Matomumo nustatymai"
label_quote_comment: "Cituoti šį komentarą"
label_reset: "Nustatyti iš naujo"
label_remove_column: "Išimti stulpelį"
label_remove_columns: "Pašalinti pažymėtus stulpelius"
label_remove_row: "Išimti eilutę"
label_report: "Ataskaita"
label_repository_plural: "Repozitorijos"
label_save_as: "Išsaugoti kaip"
label_select_watcher: "Parinkti stebėtoją..."
label_selected_filter_list: "Parinkti filtrus"
@ -307,6 +325,7 @@ lt:
label_sort_higher: "Perkelti aukštyn"
label_sort_lower: "Perkelti žemyn"
label_sorting: "Rūšiavimas"
label_spent_time: "Praleista laiko"
label_star_query: "Favored"
label_press_enter_to_save: "Saugojimui spauskite enter."
label_public_query: "Viešas"
@ -315,7 +334,9 @@ lt:
label_subject: "Tema"
label_this_week: "ši savaitė"
label_today: "šiandien"
label_time_entry_plural: "Praleista laiko"
label_up: "Aukštyn"
label_user_plural: "Vartotojai"
label_activity_show_only_comments: "Rodyti veiklą tik su komentarais"
label_activity_show_all: "Rodyti visus atributus"
label_total_progress: "%{percent} % įvykdyta"
@ -357,6 +378,7 @@ lt:
label_wait: "Vyksta konfigūracija. Palaukite..."
label_upload_counter: "%{done} iš %{count} failų sudoroti"
label_validation_error: "Darbų paketas negali būti įrašyti dėl šių klaidų:"
label_version_plural: "Versijos"
label_view_has_changed: "Šiame rodinyje yra neįrašytų pakeitimų. Spauskite, kad juos įrašytumėte."
help_texts:
show_modal: 'Rodyti atributo pagalbos teksto įrašą'
@ -436,10 +458,16 @@ lt:
includes: "įskaitant"
requires: "reikalauja"
required: "reikalingas"
edit:
form_configuration: "Form Configuration"
projects: "Projektai"
settings: "Nustatymai"
time_entry:
activity: 'Veikla'
comment: 'Komentaras'
hours: 'Valandų'
two_factor_authentication:
label_two_factor_authentication: 'Dviejų veiksnių autentikavimas'
watchers:
label_loading: Įkeliami stebėtojai...
label_error_loading: Įkeliant stebėtojus įvyko klaida

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ nl:
inline: 'Markeer inline:'
entire_card_by: 'Gehele kaart door'
remove_from_list: 'Verwijder kaart uit lijst'
caption_rate_history: "Rate history"
clipboard:
browser_error: "Uw browser ondersteunt kopiëren naar het klembord niet. Kopieer de geselecteerde tekst handmatig."
copied_successful: "Met succes gekopieerd naar het klembord!"
@ -171,6 +172,9 @@ nl:
cannot_save_changes_with_message: "Uw wijzigingen vanwege de volgende fout niet opslaan: %{error}"
query_saving: "Het overzicht kon niet bewaard worden."
embedded_table_loading: "De ingesloten weergave kon niet worden geladen: %{message}"
enumeration_activities: "Activiteiten (tijdregistratie)"
enumeration_doc_categories: "Document categories"
enumeration_work_package_priorities: "Werkpakket prioriteiten"
filter:
description:
text_open_filter: "Open dit filter met de 'ALT'-knop en toetsenbord pijlen."
@ -192,6 +196,7 @@ nl:
general_text_yes: "Ja"
general_text_No: "Nee"
general_text_Yes: "Ja"
global_roles: Globale functies
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ nl:
label_and: "en"
label_ascending: "Oplopend"
label_author: "Auteur: %{user}"
label_avatar: "Avatar"
label_between: "tussen"
label_board: "Bord"
label_board_locked: "Vergrendeld"
@ -235,6 +241,8 @@ nl:
label_deactivate: "Deactiveren"
label_descending: "Aflopend"
label_description: "Omschrijving"
label_details: "Details"
label_display: "Weergave"
label_cancel_comment: "Annuleer reactie"
label_closed_work_packages: "gesloten"
label_collapse: "Samenvouwen"
@ -255,22 +263,29 @@ nl:
label_export: "Exporteren"
label_filename: "Bestand"
label_filesize: "Grootte"
label_general: "Algemeen"
label_greater_or_equal: ">="
label_group: 'Groep'
label_group_by: "Groeperen op"
label_group_plural: "Groepen"
label_hide_attributes: "Toon minder"
label_hide_column: "Verberg kolom"
label_hide_project_menu: "Project menu samenvouwen"
label_in: "in"
label_in_less_than: "in minder dan"
label_in_more_than: "in meer dan"
label_incoming_emails: "Inkomende e-mails"
label_information_plural: "Informatie"
label_import: "Import"
label_latest_activity: "Laatste Activiteit"
label_last_updated_on: "Laatst geüpdatet op"
label_less_or_equal: "<="
label_less_than_ago: "minder dan dagen geleden"
label_loading: "Laden..."
label_mail_notification: "E-mailnotificaties"
label_me: "ik"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Minuten"
label_menu_collapse: "samenvouwen"
label_menu_expand: "uitbreiden"
label_more_than_ago: "meer dan dagen geleden"
@ -291,12 +306,15 @@ nl:
label_previous: "Vorige"
label_per_page: "Per pagina:"
label_please_wait: "Een ogenblik geduld"
label_project_plural: "Projecten"
label_visibility_settings: "Zichtbaarheidsinstellingen"
label_quote_comment: "Citeer dit commentaar"
label_reset: "Herstel"
label_remove_column: "Kolom verwijderen"
label_remove_columns: "Verwijder geselecteerde kolommen"
label_remove_row: "Rij verwijderen"
label_report: "Rapport"
label_repository_plural: "Repositories"
label_save_as: "Opslaan als"
label_select_watcher: "Kies een toezichter..."
label_selected_filter_list: "Geselecteerde filters"
@ -307,6 +325,7 @@ nl:
label_sort_higher: "Omhoog"
label_sort_lower: "Omlaag"
label_sorting: "Sortering"
label_spent_time: "Bestede tijd"
label_star_query: "Favoriet"
label_press_enter_to_save: "Druk op Enter om te bewaren."
label_public_query: "Publiek"
@ -315,7 +334,9 @@ nl:
label_subject: "Onderwerp"
label_this_week: "deze week"
label_today: "vandaag"
label_time_entry_plural: "Bestede tijd"
label_up: "Omhoog"
label_user_plural: "Gebruikers"
label_activity_show_only_comments: "Geef alleen activiteiten met commentaar weer"
label_activity_show_all: "Geef alle activiteiten weer"
label_total_progress: "%{percent}% totale vooruitgang"
@ -357,6 +378,7 @@ nl:
label_wait: "Moment geduld a.u.b. voor configuratie..."
label_upload_counter: "%{done} van %{count} bestanden afgerond"
label_validation_error: "Het werkpakket kon niet worden opgeslagen vanwege de volgende fouten:"
label_version_plural: "Versies"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Toon kenmerk help tekstinvoer'
@ -436,10 +458,16 @@ nl:
includes: "inclusief"
requires: "vereisen"
required: "vereist door"
edit:
form_configuration: "Form Configuration"
projects: "Projecten"
settings: "Instellingen"
time_entry:
activity: 'Activiteit'
comment: 'Commentaar'
hours: 'Uren'
two_factor_authentication:
label_two_factor_authentication: 'Twee-factor-authenticatie'
watchers:
label_loading: volgers worden geladen...
label_error_loading: Er is een fout opgetreden tijdens het laden van de volgers

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Rate history"
clipboard:
browser_error: "Nettleseren støtter ikke kopiering til utklippstavle. Kopier den merkede teksten manuelt."
copied_successful: "Kopiert til utklippstavlen!"
@ -171,6 +172,9 @@
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}"
enumeration_activities: "Aktiviteter (tidsstyring)"
enumeration_doc_categories: "Dokumentkategorier"
enumeration_work_package_priorities: "Prioritering av arbeidspakker"
filter:
description:
text_open_filter: "Åpne dette filteret med 'ALT' og piltastene."
@ -192,6 +196,7 @@
general_text_yes: "ja"
general_text_No: "Nei"
general_text_Yes: "Ja"
global_roles: Global Roles
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@
label_and: "og"
label_ascending: "Stigende"
label_author: "Author: %{user}"
label_avatar: "Avatar"
label_between: "mellom"
label_board: "Board"
label_board_locked: "Låst"
@ -235,6 +241,8 @@
label_deactivate: "Deaktiver"
label_descending: "Synkende"
label_description: "Beskrivelse"
label_details: "Detaljer"
label_display: "Vis"
label_cancel_comment: "Avbryt kommentar"
label_closed_work_packages: "lukket"
label_collapse: "Skjul"
@ -255,22 +263,29 @@
label_export: "Eksportèr"
label_filename: "Fil"
label_filesize: "Størrelse"
label_general: "Generell"
label_greater_or_equal: ">="
label_group: 'Gruppe'
label_group_by: "Grupper etter"
label_group_plural: "Grupper"
label_hide_attributes: "Vis færre"
label_hide_column: "Skjul kolonne"
label_hide_project_menu: "Collapse project menu"
label_in: "i"
label_in_less_than: "i mindre enn"
label_in_more_than: "i mer enn"
label_incoming_emails: "Inkommende e-post"
label_information_plural: "Informasjon"
label_import: "Import"
label_latest_activity: "Latest activity"
label_last_updated_on: "Sist oppdatert"
label_less_or_equal: "<="
label_less_than_ago: "mindre enn dager siden"
label_loading: "Laster..."
label_mail_notification: "E-postvarsler"
label_me: "meg"
label_meeting_agenda: "Saksliste"
label_meeting_minutes: "Referat"
label_menu_collapse: "skjul"
label_menu_expand: "utvid"
label_more_than_ago: "mer enn dager siden"
@ -291,12 +306,15 @@
label_previous: "Forrige"
label_per_page: "Pr. side:"
label_please_wait: "Vennligst vent"
label_project_plural: "Prosjekter"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
label_reset: "Nullstill"
label_remove_column: "Remove column"
label_remove_columns: "Fjern valgte kolonner"
label_remove_row: "Remove row"
label_report: "Rapport"
label_repository_plural: "Pakkebrønner"
label_save_as: "Lagre som"
label_select_watcher: "Velg en overvåker..."
label_selected_filter_list: "Valgte filtre"
@ -307,6 +325,7 @@
label_sort_higher: "Flytt opp"
label_sort_lower: "Flytt ned"
label_sorting: "Sortering"
label_spent_time: "Tid brukt"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Offentlig"
@ -315,7 +334,9 @@
label_subject: "Emne"
label_this_week: "denne uken"
label_today: "i dag"
label_time_entry_plural: "Tid brukt"
label_up: "Up"
label_user_plural: "Brukere"
label_activity_show_only_comments: "Show activities with comments only"
label_activity_show_all: "Show all activities"
label_total_progress: "%{percent}% utført"
@ -357,6 +378,7 @@
label_wait: "Please wait for configuration..."
label_upload_counter: "%{done} of %{count} files finished"
label_validation_error: "The work package could not be saved due to the following errors:"
label_version_plural: "Versjoner"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Show attribute help text entry'
@ -436,10 +458,16 @@
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Prosjekter"
settings: "Innstillinger"
time_entry:
activity: 'Aktivitet'
comment: 'Kommentar'
hours: 'Timer'
two_factor_authentication:
label_two_factor_authentication: 'Tofaktorautentisering'
watchers:
label_loading: loading watchers...
label_error_loading: An error occurred while loading the watchers

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ pl:
inline: 'Wyróżniaj w treści:'
entire_card_by: 'Cała karta do'
remove_from_list: 'Usuń kartę z listy'
caption_rate_history: "Historia stawek"
clipboard:
browser_error: "Twoja przeglądarka nie obsługuje kopiowania do schowka. Skopiuj tekst ręcznie."
copied_successful: "Skopiowano do schowka!"
@ -171,6 +172,9 @@ pl:
cannot_save_changes_with_message: "Nie można zapisać zmian ze względu na następujący błąd: %{error}"
query_saving: "Nie można zapisać widoku."
embedded_table_loading: "Nie można załadować osadzonego widoku: %{message}"
enumeration_activities: "Działania"
enumeration_doc_categories: "Kategoria dokumentu"
enumeration_work_package_priorities: "Priorytety pakietów roboczych"
filter:
description:
text_open_filter: "Otwórz filtr klawiszami strzałek przytrzymując klawisz 'ALT'."
@ -192,6 +196,7 @@ pl:
general_text_yes: "tak"
general_text_No: "Nie"
general_text_Yes: "Tak"
global_roles: Role ogólne
hal:
error:
update_conflict_refresh: "Kliknij tutaj, aby odświeżyć pakiet roboczy i zaktualizować go do najnowszej wersji."
@ -222,6 +227,7 @@ pl:
label_and: "i"
label_ascending: "Rosnąco"
label_author: "Autor: %{user}"
label_avatar: "Awatar"
label_between: "pomiędzy"
label_board: "Tablica"
label_board_locked: "Zablokowany"
@ -235,6 +241,8 @@ pl:
label_deactivate: "Wyłącz"
label_descending: "Malejąco"
label_description: "Opis"
label_details: "Szczegóły"
label_display: "Wyświetlanie"
label_cancel_comment: "Anuluj komentarz"
label_closed_work_packages: "Zamknięte"
label_collapse: "Zwiń"
@ -255,22 +263,29 @@ pl:
label_export: "Eksportuj"
label_filename: "Plik"
label_filesize: "Rozmiar"
label_general: "Ogólne"
label_greater_or_equal: "≥"
label_group: 'Grupa'
label_group_by: "Grupuj według"
label_group_plural: "Grupy"
label_hide_attributes: "Pokaż mniej"
label_hide_column: "Ukryj kolumnę"
label_hide_project_menu: "Zwiń menu projektu"
label_in: "w"
label_in_less_than: "w mniej niż"
label_in_more_than: "w ponad"
label_incoming_emails: "Przychodzące e-maile"
label_information_plural: "Informacje"
label_import: "Importuj"
label_latest_activity: "Ostatnia aktywność"
label_last_updated_on: "Ostatnia aktualizacja"
label_less_or_equal: "≤"
label_less_than_ago: "mniej niż dni temu"
label_loading: "Ładowanie..."
label_mail_notification: "Powiadomienia e-mail"
label_me: "ja"
label_meeting_agenda: "Plan spotkania"
label_meeting_minutes: "Protokół ze spotkania"
label_menu_collapse: "Zwiń"
label_menu_expand: "Rozwiń"
label_more_than_ago: "Więcej niż dni temu"
@ -291,12 +306,15 @@ pl:
label_previous: "Poprzedni"
label_per_page: "Na stronie:"
label_please_wait: "Zaczekaj"
label_project_plural: "Projekty"
label_visibility_settings: "Ustawienia widoczności"
label_quote_comment: "Cytuj komentarz"
label_reset: "Reset"
label_remove_column: "Usuń kolumnę"
label_remove_columns: "Usuń zaznaczone kolumny"
label_remove_row: "Usuń wiersz"
label_report: "Raport"
label_repository_plural: "Repozytoria"
label_save_as: "Zapisz jako"
label_select_watcher: "Wybierz obserwatora..."
label_selected_filter_list: "Wybrane filtry"
@ -307,6 +325,7 @@ pl:
label_sort_higher: "Przenieś wyżej"
label_sort_lower: "Przenieś niżej"
label_sorting: "Sortowanie"
label_spent_time: "Czas pracy"
label_star_query: "Dodane do ulubionych"
label_press_enter_to_save: "Aby zapisać, naciśnij Enter."
label_public_query: "Publiczny"
@ -315,7 +334,9 @@ pl:
label_subject: "Temat"
label_this_week: "ten tydzień"
label_today: "dzisiaj"
label_time_entry_plural: "Czas pracy"
label_up: "W górę"
label_user_plural: "Użytkownicy"
label_activity_show_only_comments: "Wyświetl aktywności tylko z komentarzami"
label_activity_show_all: "Wyświetl wszystkie aktywności"
label_total_progress: "%{percent}% Całkowitego postępu"
@ -357,6 +378,7 @@ pl:
label_wait: "Proszę poczekaj na zakończenie konfiguracji..."
label_upload_counter: "%{done} z %{count} plików ukończono"
label_validation_error: "Zadania nie mogą być zapisane z powodu błędów:"
label_version_plural: "Wersje"
label_view_has_changed: "Ten widok zawiera niezapisane zmiany. Kliknij, aby je zapisać."
help_texts:
show_modal: 'Pokaż atrybut wpisu tekstu pomocy'
@ -436,10 +458,16 @@ pl:
includes: "zawierające"
requires: "wymagające"
required: "wymagane przez"
edit:
form_configuration: "Form Configuration"
projects: "Projekty"
settings: "Ustawienia"
time_entry:
activity: 'Działanie'
comment: 'Komentarz'
hours: 'Godziny'
two_factor_authentication:
label_two_factor_authentication: 'Uwierzytelnianie dwuskładnikowe'
watchers:
label_loading: ładowanie obserwatorów...
label_error_loading: Wystąpił błąd podczas ładowania obserwatorów.

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ pt-BR:
inline: 'Destacar embutido:'
entire_card_by: 'Todo cartão por'
remove_from_list: 'Remover cartão da lista'
caption_rate_history: "Taxa histórica"
clipboard:
browser_error: "Seu navegador não suporta copiar para a área de transferência. Por favor, copie o texto selecionado manualmente."
copied_successful: "Copiado com sucesso para área de transferência!"
@ -170,6 +171,9 @@ pt-BR:
cannot_save_changes_with_message: "Não foi possível salvar as alterações devido ao seguinte erro: %{error}"
query_saving: "A visão não pode ser salva."
embedded_table_loading: "A visão incorporada não pôde ser carregada: %{message}"
enumeration_activities: "Atividades (controle de tempo)"
enumeration_doc_categories: "Categorias de documento"
enumeration_work_package_priorities: "Prioridades do pacote de trabalho"
filter:
description:
text_open_filter: "Abra este filtro com a tecla 'ALT' e as teclas de seta."
@ -191,6 +195,7 @@ pt-BR:
general_text_yes: "sim"
general_text_No: "Não"
general_text_Yes: "Sim"
global_roles: Papéis globais
hal:
error:
update_conflict_refresh: "Clique aqui para atualizar para a versão mais recente."
@ -221,6 +226,7 @@ pt-BR:
label_and: "e"
label_ascending: "Ascendente"
label_author: "Autor: %{user}"
label_avatar: "Imagem do perfil"
label_between: "entre"
label_board: "Quadro"
label_board_locked: "Bloqueado"
@ -234,6 +240,8 @@ pt-BR:
label_deactivate: "Desativado"
label_descending: "Decrescente"
label_description: "Descrição"
label_details: "Detalhes"
label_display: "Display"
label_cancel_comment: "Cancelar comentário"
label_closed_work_packages: "fechado"
label_collapse: "Recolher"
@ -254,22 +262,29 @@ pt-BR:
label_export: "Exportar"
label_filename: "Arquivo"
label_filesize: "Tamanho"
label_general: "Geral"
label_greater_or_equal: ">="
label_group: 'Grupo'
label_group_by: "Agrupar por"
label_group_plural: "Grupos"
label_hide_attributes: "Mostrar Menos"
label_hide_column: "Ocultar coluna"
label_hide_project_menu: "Recolher menu do projeto"
label_in: "em"
label_in_less_than: "em menos de"
label_in_more_than: "em mais de"
label_incoming_emails: "E-mails recebidos"
label_information_plural: "Informações"
label_import: "Importar"
label_latest_activity: "Última atividade"
label_last_updated_on: "Última atualização em"
label_less_or_equal: "<="
label_less_than_ago: "menos dias atrás"
label_loading: "Carregando..."
label_mail_notification: "Notificações por e-mail"
label_me: "eu"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Atas"
label_menu_collapse: "recolher"
label_menu_expand: "expandir"
label_more_than_ago: "mais do que dias atrás"
@ -290,12 +305,15 @@ pt-BR:
label_previous: "Anterior"
label_per_page: "Por página:"
label_please_wait: "Por favor, aguarde"
label_project_plural: "Projetos"
label_visibility_settings: "Configurações de visibilidade"
label_quote_comment: "Citar este comentário"
label_reset: "Reiniciar"
label_remove_column: "Remover coluna"
label_remove_columns: "Remover colunas selecionadas"
label_remove_row: "Remover linha"
label_report: "Relatório"
label_repository_plural: "Repositórios"
label_save_as: "Salvar como"
label_select_watcher: "Selecione um observador..."
label_selected_filter_list: "Filtros selecionados"
@ -306,6 +324,7 @@ pt-BR:
label_sort_higher: "Mover para cima"
label_sort_lower: "Mover para baixo"
label_sorting: "Ordenação"
label_spent_time: "Tempo gasto"
label_star_query: "Favorecido"
label_press_enter_to_save: "Pressione enter para salvar."
label_public_query: "Público"
@ -314,7 +333,9 @@ pt-BR:
label_subject: "Assunto"
label_this_week: "esta semana"
label_today: "hoje"
label_time_entry_plural: "Tempo gasto"
label_up: "Acima"
label_user_plural: "Usuários"
label_activity_show_only_comments: "Mostrar somente as atividades com comentários"
label_activity_show_all: "Mostrar todas as atividades"
label_total_progress: "%{percent}% Total de progresso"
@ -356,6 +377,7 @@ pt-BR:
label_wait: "Por favor, aguarde pela configuração..."
label_upload_counter: "%{done} de %{count} de arquivos finalizados"
label_validation_error: "O pacote de trabalho não pôde ser salvo devido aos seguintes erros:"
label_version_plural: "Versões"
label_view_has_changed: "Esta visão tem alterações não salvas. Clique para salvá-las."
help_texts:
show_modal: 'Mostrar entrada para o texto de ajuda de atributos'
@ -435,10 +457,16 @@ pt-BR:
includes: "incluindo"
requires: "exigindo"
required: "exigido por"
edit:
form_configuration: "Form Configuration"
projects: "Projetos"
settings: "Configurações"
time_entry:
activity: 'Atividade'
comment: 'Comentário'
hours: 'horas'
two_factor_authentication:
label_two_factor_authentication: 'Autenticação de dois fatores'
watchers:
label_loading: carregando observadores...
label_error_loading: Ocorreu um erro ao carregar os observadores

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ pt:
inline: 'Destaque em linha:'
entire_card_by: 'Cartão inteiro por'
remove_from_list: 'Eliminar cartão da lista'
caption_rate_history: "Histórico de taxas"
clipboard:
browser_error: "O seu navegador não suporta o copiar para a área de transferência. Por favor, copie manualmente o texto selecionado."
copied_successful: "Copiado com sucesso para área de transferência!"
@ -171,6 +172,9 @@ pt:
cannot_save_changes_with_message: "Não é possível guardar as alterações devido ao seguinte erro: %{error}"
query_saving: "Não foi possível guardar a vista."
embedded_table_loading: "Não foi possível carregar a vista incorporada: %{message}"
enumeration_activities: "Actividades (tempo)"
enumeration_doc_categories: "Categorias de documentos"
enumeration_work_package_priorities: "Prioridades de tarefas"
filter:
description:
text_open_filter: "Abra este filtro com 'ALT' e teclas de seta."
@ -192,6 +196,7 @@ pt:
general_text_yes: "sim"
general_text_No: "Não"
general_text_Yes: "Sim"
global_roles: Papéis Globais
hal:
error:
update_conflict_refresh: "Clique aqui para atualizar o recurso e atualizar para a versão mais recente."
@ -222,6 +227,7 @@ pt:
label_and: "e"
label_ascending: "Ascendente"
label_author: "Autor: %{user}"
label_avatar: "Avatar"
label_between: "entre"
label_board: "Quadro"
label_board_locked: "Bloqueado"
@ -235,6 +241,8 @@ pt:
label_deactivate: "Desativar"
label_descending: "Descendente"
label_description: "Descrição"
label_details: "Detalhes"
label_display: "Mostrador"
label_cancel_comment: "Cancelar comentário"
label_closed_work_packages: "fechado"
label_collapse: "Colapso"
@ -255,22 +263,29 @@ pt:
label_export: "Exportar"
label_filename: "Ficheiro"
label_filesize: "Tamanho"
label_general: "Geral"
label_greater_or_equal: ">="
label_group: 'Grupo'
label_group_by: "Agrupar por"
label_group_plural: "Grupos"
label_hide_attributes: "Mostrar Menos"
label_hide_column: "Ocultar coluna"
label_hide_project_menu: "Recolher menu de projeto"
label_in: "em"
label_in_less_than: "em menos de"
label_in_more_than: "em mais de"
label_incoming_emails: "E-mails recebidos"
label_information_plural: "Informação"
label_import: "Importar"
label_latest_activity: "Atividade mais recente"
label_last_updated_on: "Última actualização em"
label_less_or_equal: "<="
label_less_than_ago: "menos que dias atrás"
label_loading: "A carregar..."
label_mail_notification: "Notificações por e-mail"
label_me: "eu"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Minutos"
label_menu_collapse: "ocultar"
label_menu_expand: "expandir"
label_more_than_ago: "mais do que dias atrás"
@ -291,12 +306,15 @@ pt:
label_previous: "Anterior"
label_per_page: "Por página:"
label_please_wait: "Aguarde, por favor"
label_project_plural: "Projetos"
label_visibility_settings: "Configurações de visibilidade"
label_quote_comment: "Citar este comentário"
label_reset: "Reiniciar"
label_remove_column: "Remover coluna"
label_remove_columns: "Remover colunas selecionadas"
label_remove_row: "Remover linha"
label_report: "Relatório"
label_repository_plural: "Repositórios"
label_save_as: "Guardar como"
label_select_watcher: "Selecione um \"observador\"..."
label_selected_filter_list: "Filtros selecionados"
@ -307,6 +325,7 @@ pt:
label_sort_higher: "Subir"
label_sort_lower: "Descer"
label_sorting: "Ordenação"
label_spent_time: "Tempo usado"
label_star_query: "Favoritos"
label_press_enter_to_save: "Pressione Enter para guardar."
label_public_query: "Público"
@ -315,7 +334,9 @@ pt:
label_subject: "Assunto"
label_this_week: "esta semana"
label_today: "hoje"
label_time_entry_plural: "Tempo usado"
label_up: "Cima"
label_user_plural: "Utilizadores"
label_activity_show_only_comments: "Mostrar apenas atividades com comentários"
label_activity_show_all: "Mostrar todas as atividades"
label_total_progress: "%{percent}% Total de progresso"
@ -357,6 +378,7 @@ pt:
label_wait: "Por favor aguarde pela configuração..."
label_upload_counter: "%{done} de %{count} de ficheiros acabados"
label_validation_error: "A tarefa não pode ser guardada devido aos seguintes erros:"
label_version_plural: "Versões"
label_view_has_changed: "Esta vista tem alterações não guardadas. Clique para guardá-las."
help_texts:
show_modal: 'Mostrar entrada do texto de ajuda de atributos'
@ -436,10 +458,16 @@ pt:
includes: "incluindo"
requires: "a necessitar"
required: "exigido por"
edit:
form_configuration: "Form Configuration"
projects: "Projetos"
settings: "Definições"
time_entry:
activity: 'Atividade'
comment: 'Comentario'
hours: 'Horas'
two_factor_authentication:
label_two_factor_authentication: 'Autenticação de dois fatores'
watchers:
label_loading: carregando observadores...
label_error_loading: Ocorreu um erro ao carregar os observadores

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ ro:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Rate history"
clipboard:
browser_error: "Browser-ul nu acceptă copierea în ecranul tampon. Vă rugăm să copiaţi textul selectat manual."
copied_successful: "Copiere în ecranul tampon reușită!"
@ -170,6 +171,9 @@ ro:
cannot_save_changes_with_message: "Schimbările nu pot fi salvate datorită acestei erori: %{error}"
query_saving: "Configurația nu poate salvată."
embedded_table_loading: "Configurația inserată nu poate fi încarcată: %{message}"
enumeration_activities: "Activități (durata de lucru)"
enumeration_doc_categories: "Document categories"
enumeration_work_package_priorities: "Priorități pentru pachetele de lucru"
filter:
description:
text_open_filter: "Deschideți acest filtru cu 'ALT' și tastele săgeată."
@ -191,6 +195,7 @@ ro:
general_text_yes: "da"
general_text_No: "Nu"
general_text_Yes: "Da"
global_roles: Global Roles
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -221,6 +226,7 @@ ro:
label_and: "și"
label_ascending: "Crescător"
label_author: "Autor: %{user}"
label_avatar: "Avatar"
label_between: "between"
label_board: "Board"
label_board_locked: "Închis"
@ -234,6 +240,8 @@ ro:
label_deactivate: "Dezactivare"
label_descending: "Descrescător"
label_description: "Descriere"
label_details: "Detalii"
label_display: "Afișare"
label_cancel_comment: "Anulează comentariu"
label_closed_work_packages: "închis"
label_collapse: "Restrângere"
@ -254,22 +262,29 @@ ro:
label_export: "Exportare"
label_filename: "Fișier"
label_filesize: "Dimensiune"
label_general: "General"
label_greater_or_equal: ">="
label_group: 'Grup'
label_group_by: "Grupare după"
label_group_plural: "Grupuri"
label_hide_attributes: "Arată mai puţin"
label_hide_column: "Ascundere coloana"
label_hide_project_menu: "Închideți meniul proiectului"
label_in: "în"
label_in_less_than: "în mai puțin de"
label_in_more_than: "în mai mult de"
label_incoming_emails: "E-mailuri primite"
label_information_plural: "Informații"
label_import: "Import"
label_latest_activity: "Activitate recentă"
label_last_updated_on: "Ultima actualizare la data de"
label_less_or_equal: "<="
label_less_than_ago: "acum mai puțin de zile"
label_loading: "Se încarcă..."
label_mail_notification: "Notificări prin e-mail"
label_me: "eu"
label_meeting_agenda: "Agendă"
label_meeting_minutes: "Concluzii"
label_menu_collapse: "restrângere"
label_menu_expand: "extindere"
label_more_than_ago: "acum mai mult de zile"
@ -290,12 +305,15 @@ ro:
label_previous: "Înapoi"
label_per_page: "Pe pagină:"
label_please_wait: "Așteptați"
label_project_plural: "Proiecte"
label_visibility_settings: "Setări de vizibilitate"
label_quote_comment: "Citare comentariu"
label_reset: "Resetare"
label_remove_column: "Elimina colana"
label_remove_columns: "Eliminare coloane selectate"
label_remove_row: "Elimina rand"
label_report: "Raportare"
label_repository_plural: "Repo-uri"
label_save_as: "Salvare ca"
label_select_watcher: "Selectaţi un observator..."
label_selected_filter_list: "Filtre selectate"
@ -306,6 +324,7 @@ ro:
label_sort_higher: "Mută în sus"
label_sort_lower: "Mută în jos"
label_sorting: "Sortare"
label_spent_time: "Timp consumat"
label_star_query: "Favorite"
label_press_enter_to_save: "Apăsați tasta ”Enter” pentru a salva."
label_public_query: "Public"
@ -314,7 +333,9 @@ ro:
label_subject: "Subiect"
label_this_week: "săptămâna curentă"
label_today: "astăzi"
label_time_entry_plural: "Timp consumat"
label_up: "Sus"
label_user_plural: "Utilizatori"
label_activity_show_only_comments: "Afișați doar activitățile ce conțin comentarii"
label_activity_show_all: "Afișează toate activitățile"
label_total_progress: "%{percent} % Progres total"
@ -356,6 +377,7 @@ ro:
label_wait: "Vă rugăm să aşteptaţi pentru configurare..."
label_upload_counter: "%{done} din %{count} de fişiere terminate"
label_validation_error: "Pachetul de lucru nu a putut fi salvat din cauza următoarelor erori:"
label_version_plural: "Versiuni"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Show attribute help text entry'
@ -435,10 +457,16 @@ ro:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Proiecte"
settings: "Setări"
time_entry:
activity: 'Activitate'
comment: 'Comentariu'
hours: 'Ore'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: se încarcă observatorii...
label_error_loading: A apărut o eroare în timpul încărcării observatorilor

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ ru:
inline: 'Выделение:'
entire_card_by: 'Вся карточка по'
remove_from_list: 'Удалить карточку из списка'
caption_rate_history: "История тарифов"
clipboard:
browser_error: "Ваш браузер не поддерживает копирование в буфер обмена. Пожалуйста, скопируйте выделенный текст вручную."
copied_successful: "Успешно скопировано в буфер обмена!"
@ -170,6 +171,9 @@ ru:
cannot_save_changes_with_message: "Не удается сохранить изменения из-за следующей ошибки: %{error}"
query_saving: "Представление не может быть сохранено."
embedded_table_loading: "Встроенное представление не может быть загружено: %{message}"
enumeration_activities: "Деятельность (отслеживание времени)"
enumeration_doc_categories: "Категории документов"
enumeration_work_package_priorities: "Приоритеты пакета работ"
filter:
description:
text_open_filter: "Откройте этот фильтр с «ALT» и клавишей со стрелкой."
@ -191,6 +195,7 @@ ru:
general_text_yes: "Да"
general_text_No: "Нет"
general_text_Yes: "да"
global_roles: Глобальная роль
hal:
error:
update_conflict_refresh: "Кликните здесь для обновления ресурса и обновления до последней версии."
@ -221,6 +226,7 @@ ru:
label_and: "и"
label_ascending: "По возрастанию"
label_author: "Автор: %{user}"
label_avatar: "Аватар"
label_between: "между"
label_board: "Доска"
label_board_locked: "Заперто"
@ -234,6 +240,8 @@ ru:
label_deactivate: "Деактивировать"
label_descending: "По убыванию"
label_description: "Описание"
label_details: "Детали"
label_display: "Отображение"
label_cancel_comment: "Отменить комментарий"
label_closed_work_packages: "закрыт"
label_collapse: "свернуть"
@ -254,22 +262,29 @@ ru:
label_export: "Экспорт"
label_filename: "Файл"
label_filesize: "Размер"
label_general: "Общие"
label_greater_or_equal: ">="
label_group: 'Группа'
label_group_by: "Группировать по"
label_group_plural: "Группы"
label_hide_attributes: "Показывать меньше"
label_hide_column: "Скрыть столбец"
label_hide_project_menu: "Свернуть меню проекта"
label_in: "в"
label_in_less_than: "менее чем"
label_in_more_than: "более чем"
label_incoming_emails: "Входящие e-mail"
label_information_plural: "Информация"
label_import: "Импорт"
label_latest_activity: "Последние действия"
label_last_updated_on: "Последний раз обновлено"
label_less_or_equal: "<="
label_less_than_ago: "меньше чем день назад"
label_loading: "Загрузка..."
label_mail_notification: "Уведомления по электронной почте"
label_me: "мне"
label_meeting_agenda: "Повестка дня"
label_meeting_minutes: "Протокол(-ы)"
label_menu_collapse: "свернуть"
label_menu_expand: "развернуть"
label_more_than_ago: "больше, чем дней назад"
@ -290,12 +305,15 @@ ru:
label_previous: "Предыдущие"
label_per_page: "На странице:"
label_please_wait: "Пожалуйста, подождите"
label_project_plural: "Проекты"
label_visibility_settings: "Параметры видимости"
label_quote_comment: "Цитировать этот комментарий"
label_reset: "Сброс"
label_remove_column: "Удалить столбец"
label_remove_columns: "Удалить выбранные столбцы"
label_remove_row: "Удалить строку"
label_report: "Отчет"
label_repository_plural: "Репозитории"
label_save_as: "Сохранить как"
label_select_watcher: "Выберите наблюдателя..."
label_selected_filter_list: "Выбранные фильтры"
@ -306,6 +324,7 @@ ru:
label_sort_higher: "Переместить вверх"
label_sort_lower: "Переместить вниз"
label_sorting: "Сортировка"
label_spent_time: "Затраченное время"
label_star_query: "Добавлено в избранное"
label_press_enter_to_save: "Нажмите ввод для сохранения."
label_public_query: "Общий"
@ -314,7 +333,9 @@ ru:
label_subject: "Тема"
label_this_week: "на этой неделе"
label_today: "Сегодня"
label_time_entry_plural: "Затраченное время"
label_up: "Вверх"
label_user_plural: "Пользователи"
label_activity_show_only_comments: "Показать только деятельности с комментариями"
label_activity_show_all: "Показать все активности"
label_total_progress: "%{percent}% общего прогресса"
@ -356,6 +377,7 @@ ru:
label_wait: "Пожалуйста, подождите конфигурирование..."
label_upload_counter: "%{done} %{count} файлов, готовы"
label_validation_error: "Пакет работ не удалось сохранить из-за следующих ошибок:"
label_version_plural: "Этапы"
label_view_has_changed: "У этого вида есть несохраненные изменения. Нажмите, чтобы сохранить их."
help_texts:
show_modal: 'Показать содержимое атрибута текста справки'
@ -435,10 +457,16 @@ ru:
includes: "включая"
requires: "требование"
required: "необходим для"
edit:
form_configuration: "Form Configuration"
projects: "Проекты"
settings: "Параметры"
time_entry:
activity: 'Деятельность'
comment: 'Комментарий'
hours: 'Часы'
two_factor_authentication:
label_two_factor_authentication: 'Двухфакторная аутентификация'
watchers:
label_loading: Загрузка наблюдателей...
label_error_loading: При загрузке наблюдателей произошла ошибка

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ sk:
inline: 'Highlight inline:'
entire_card_by: 'Celý riadok o'
remove_from_list: 'Odstrániť kartu zo zoznamu'
caption_rate_history: "Hodinová sadzba - História"
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!"
@ -171,6 +172,9 @@ sk:
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}"
enumeration_activities: "Činnosti (sledovanie času)"
enumeration_doc_categories: "Kategórie dokumentu"
enumeration_work_package_priorities: "Priority Pracovného balíka"
filter:
description:
text_open_filter: "Otvorte tento filter pomocou „Alt“ a šípok."
@ -192,6 +196,7 @@ sk:
general_text_yes: "áno"
general_text_No: "Nie"
general_text_Yes: "Áno"
global_roles: Globálne roly
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ sk:
label_and: "a"
label_ascending: "Vzostupne"
label_author: "Autor: %{user}"
label_avatar: "Avatar"
label_between: "medzi"
label_board: "Nástenka"
label_board_locked: "Uzamknuté"
@ -235,6 +241,8 @@ sk:
label_deactivate: "Deaktivovať"
label_descending: "Zostupne"
label_description: "Popis"
label_details: "Podrobnosti"
label_display: "Zobraziť"
label_cancel_comment: "Zrušiť komentár"
label_closed_work_packages: "uzatvorené"
label_collapse: "Zbaliť"
@ -255,22 +263,29 @@ sk:
label_export: "Exportovať"
label_filename: "Súbor"
label_filesize: "Veľkosť"
label_general: "Všeobecné"
label_greater_or_equal: ">="
label_group: 'Skupina'
label_group_by: "Zoskupiť podľa"
label_group_plural: "Skupiny"
label_hide_attributes: "Zobraziť menej"
label_hide_column: "Skryť stĺpec"
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_incoming_emails: "Prichádzajúce e-maily"
label_information_plural: "Informácie"
label_import: "Import"
label_latest_activity: "Posledná aktivita"
label_last_updated_on: "Naposledy aktualizované"
label_less_or_equal: "<="
label_less_than_ago: "pred necelým dňom"
label_loading: "Načítava sa..."
label_mail_notification: "Upozornenia e-mailom"
label_me: "mňa"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Zápisnica"
label_menu_collapse: "zbaliť"
label_menu_expand: "rozbaliť"
label_more_than_ago: "pred viac než dňom"
@ -291,12 +306,15 @@ sk:
label_previous: "Predošlý"
label_per_page: "Na stranu:"
label_please_wait: "Prosím, čakajte"
label_project_plural: "Projekty"
label_visibility_settings: "Nastavenia viditeľnosti"
label_quote_comment: "Citovať tento komentár"
label_reset: "Vynulovať"
label_remove_column: "Odstrániť stĺpec"
label_remove_columns: "Odstrániť vybraté stĺpce"
label_remove_row: "Odstrániť riadok"
label_report: "Report"
label_repository_plural: "Repozitáre"
label_save_as: "Uložiť ako"
label_select_watcher: "Vybrať pozorovateľa ..."
label_selected_filter_list: "Vybrané filtre"
@ -307,6 +325,7 @@ sk:
label_sort_higher: "Presunúť vyššie"
label_sort_lower: "Presunúť nižšie"
label_sorting: "Zoradenie"
label_spent_time: "Strávený čas"
label_star_query: "Preferované"
label_press_enter_to_save: "Stlačte enter pre uloženie."
label_public_query: "Verejný"
@ -315,7 +334,9 @@ sk:
label_subject: "Predmet"
label_this_week: "tento týždeň"
label_today: "dnes"
label_time_entry_plural: "Strávený čas"
label_up: "Hore"
label_user_plural: "Užívatelia"
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"
@ -357,6 +378,7 @@ sk:
label_wait: "Počkajte, prosím, pre konfiguráciu..."
label_upload_counter: "%{done} z %{count} súborov hotové"
label_validation_error: "Pracovný balík sa nepodarilo uložiť z nasledujúcich chýb:"
label_version_plural: "Verzie"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Zobraziť nápovedu pre tento atribút'
@ -436,10 +458,16 @@ sk:
includes: "vrátane"
requires: "vyžaduje"
required: "požadované"
edit:
form_configuration: "Form Configuration"
projects: "Projekty"
settings: "Nastavenia"
time_entry:
activity: 'Činnosť'
comment: 'Komentár'
hours: 'Hodín'
two_factor_authentication:
label_two_factor_authentication: 'Dvojfaktorové overenie (2FA)'
watchers:
label_loading: načítanie pozorovateľov...
label_error_loading: Vyskytla sa chyba pri načítavaní pozorovateľov

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ sv:
inline: 'Markera inline:'
entire_card_by: 'Hela kortet med'
remove_from_list: 'Ta bort kort från listan'
caption_rate_history: "Historiska timpriser"
clipboard:
browser_error: "Din webbläsare stöder inte kopiera till Urklipp. Vänligen kopiera den markerade texten manuellt."
copied_successful: "Kopierad till Urklipp!"
@ -170,6 +171,9 @@ sv:
cannot_save_changes_with_message: "Kan inte spara dina ändringar på grund av följande error: %{error}"
query_saving: "Vyn kunde inte sparas."
embedded_table_loading: "Den inbäddade vyn kunde inte laddas: %{message}"
enumeration_activities: "Aktiviteter (tidredovisning)"
enumeration_doc_categories: "Dokumentkategorier"
enumeration_work_package_priorities: "Arbetspaketsprioritering"
filter:
description:
text_open_filter: "Öppna det här filtret med 'ALT' och piltangenterna."
@ -191,6 +195,7 @@ sv:
general_text_yes: "ja"
general_text_No: "Nej"
general_text_Yes: "Ja"
global_roles: Globala roller
hal:
error:
update_conflict_refresh: "Klicka här för att uppdatera resursen och uppdatera till den nyaste versionen."
@ -221,6 +226,7 @@ sv:
label_and: "och"
label_ascending: "Stigande"
label_author: "Författare: %{user}"
label_avatar: "Profilbild"
label_between: "mellan"
label_board: "Tavla"
label_board_locked: "Låst"
@ -234,6 +240,8 @@ sv:
label_deactivate: "Deaktivera"
label_descending: "Fallande"
label_description: "Beskrivning"
label_details: "Detaljer"
label_display: "Visa"
label_cancel_comment: "Avbryt kommentar"
label_closed_work_packages: "stängt"
label_collapse: "Fäll ihop"
@ -254,22 +262,29 @@ sv:
label_export: "Exportera"
label_filename: "Fil"
label_filesize: "Filstorlek"
label_general: "Allmänt"
label_greater_or_equal: ">="
label_group: 'Grupp'
label_group_by: "Gruppera efter"
label_group_plural: "Grupper"
label_hide_attributes: "Visa mindre"
label_hide_column: "Dölj kolumn"
label_hide_project_menu: "Minimera projektmenyn"
label_in: "i"
label_in_less_than: "i mindre än"
label_in_more_than: "i mer än"
label_incoming_emails: "Inkommande E-post"
label_information_plural: "Information"
label_import: "Importera"
label_latest_activity: "Senaste aktivitet"
label_last_updated_on: "Senast uppdaterad den"
label_less_or_equal: "<="
label_less_than_ago: "mindre än dagar sedan"
label_loading: "Laddar..."
label_mail_notification: "E-postaviseringar"
label_me: "mig"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Protokoll"
label_menu_collapse: "fäll ihop"
label_menu_expand: "expandera"
label_more_than_ago: "mer än dagar sedan"
@ -290,12 +305,15 @@ sv:
label_previous: "Föregående"
label_per_page: "Per sida:"
label_please_wait: "Vänligen vänta"
label_project_plural: "Projekt"
label_visibility_settings: "Synlighet inställningar"
label_quote_comment: "Citera denna kommentar"
label_reset: "Återställ"
label_remove_column: "Ta bort kolumn"
label_remove_columns: "Ta bort markerade kolumner"
label_remove_row: "Ta bort rad"
label_report: "Rapport"
label_repository_plural: "Versionsarkiv"
label_save_as: "Spara som"
label_select_watcher: "Välj en bevakare..."
label_selected_filter_list: "Valda filter"
@ -306,6 +324,7 @@ sv:
label_sort_higher: "Flytta upp"
label_sort_lower: "Flytta ned"
label_sorting: "Sortering"
label_spent_time: "Förbrukad tid"
label_star_query: "Föredragen"
label_press_enter_to_save: "Tryck på enter för att spara."
label_public_query: "Offentlig"
@ -314,7 +333,9 @@ sv:
label_subject: "Ämne"
label_this_week: "denna vecka"
label_today: "idag"
label_time_entry_plural: "Förbrukad tid"
label_up: "Upp"
label_user_plural: "Användare"
label_activity_show_only_comments: "Visa aktiviteter med endast kommentarer"
label_activity_show_all: "Visa aktiviteter"
label_total_progress: "%{percent}% Totalt klart"
@ -356,6 +377,7 @@ sv:
label_wait: "Vänligen vänta för konfiguration..."
label_upload_counter: "%{done} av %{count} filer färdiga"
label_validation_error: "Arbetspaketet kunde inte sparas på grund av följande fel:"
label_version_plural: "Versioner"
label_view_has_changed: "Denna vy har osparade ändringar. Klicka för att spara dem."
help_texts:
show_modal: 'Visa attribut hjälp textinmatning'
@ -435,10 +457,16 @@ sv:
includes: "inklusive"
requires: "kräver"
required: "krävs av"
edit:
form_configuration: "Form Configuration"
projects: "Projekt"
settings: "Inställningar"
time_entry:
activity: 'Aktivitet'
comment: 'Kommentar'
hours: 'Timmar'
two_factor_authentication:
label_two_factor_authentication: 'Tvåfaktorsautentisering'
watchers:
label_loading: laddar bevakare...
label_error_loading: Ett fel inträffade när bevakarna laddades

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ tr:
inline: 'Satır içi vurgula:'
entire_card_by: 'Kartın tamamı'
remove_from_list: 'Kartı listeden çıkar'
caption_rate_history: "Hız tarihi"
clipboard:
browser_error: "Tarayıcınız panoya kopyalamayı desteklemiyor. Metni lütfen elle kopyalayınız."
copied_successful: "Panoya başarıyla kopyalandı!"
@ -171,6 +172,9 @@ tr:
cannot_save_changes_with_message: "Değişikliklerinizin kaydedilememesine sebep olan hata: %{error}"
query_saving: "Görünüm kaydedilemedi."
embedded_table_loading: "Gömülü görünüm yüklenemedi: %{message}"
enumeration_activities: "Etkinlikler (zaman izleme)"
enumeration_doc_categories: "Belge kategorileri"
enumeration_work_package_priorities: "İş paketi öncelikleri"
filter:
description:
text_open_filter: "Bu filtreyi 'ALT' ve ok tuşları ile açın."
@ -192,6 +196,7 @@ tr:
general_text_yes: "evet"
general_text_No: "Hayır"
general_text_Yes: "Evet"
global_roles: Küresel rolleri
hal:
error:
update_conflict_refresh: "Kaynağı yenilemek ve en yeni sürüme güncellemek için burayı tıklayın."
@ -222,6 +227,7 @@ tr:
label_and: "ve"
label_ascending: "Azalan"
label_author: "Yazar: %{user}"
label_avatar: "Avatar"
label_between: "arasında"
label_board: "Pano"
label_board_locked: "Kilitlendi"
@ -235,6 +241,8 @@ tr:
label_deactivate: "Etkisizleştir"
label_descending: "Azalan"
label_description: "Açıklama"
label_details: "Detaylar"
label_display: "Göster"
label_cancel_comment: "Yorumu iptal et"
label_closed_work_packages: "kapalı"
label_collapse: "Daralt"
@ -255,22 +263,29 @@ tr:
label_export: "Dışarı aktar"
label_filename: "Dosya"
label_filesize: "Boyutu"
label_general: "Genel"
label_greater_or_equal: ">="
label_group: 'Grup'
label_group_by: "Grupla"
label_group_plural: "Gruplar"
label_hide_attributes: "Daha az göster"
label_hide_column: "Sütunu gizle"
label_hide_project_menu: "Proje menüsünü daralt"
label_in: "şurada"
label_in_less_than: "daha azdır"
label_in_more_than: "daha fazla"
label_incoming_emails: "Gelen e-postalar"
label_information_plural: "Bilgi"
label_import: "İçeri Aktar"
label_latest_activity: "En son etkinlik"
label_last_updated_on: "Son güncelleme"
label_less_or_equal: "<="
label_less_than_ago: "bir haftadan kısa bir süre önce"
label_loading: "Yükleniyor..."
label_mail_notification: "E-posta bildirimleri"
label_me: "ben"
label_meeting_agenda: "Ajanda"
label_meeting_minutes: "Dakika"
label_menu_collapse: "çöküş"
label_menu_expand: "genişletmek"
label_more_than_ago: "günler önce"
@ -291,12 +306,15 @@ tr:
label_previous: "Önceki"
label_per_page: "Sayfa başına:"
label_please_wait: "Lütfen bekleyin"
label_project_plural: "Projeler"
label_visibility_settings: "Görünürlük ayarları"
label_quote_comment: "Yorumu alıntıla"
label_reset: "Sıfırla"
label_remove_column: "Sütunu kaldır"
label_remove_columns: "Seçili sütunları sil"
label_remove_row: "Satırı kaldır"
label_report: "Rapor"
label_repository_plural: "Depolar"
label_save_as: "Farklı Kaydet"
label_select_watcher: "Takipçi seç..."
label_selected_filter_list: "Seçilen filtreler"
@ -307,6 +325,7 @@ tr:
label_sort_higher: "Yukarı taşı"
label_sort_lower: "Aşağı taşı"
label_sorting: "Sıralama"
label_spent_time: "Harcanan zaman"
label_star_query: "avantajlı"
label_press_enter_to_save: "Kaydetmek için enter tuşuna basın."
label_public_query: "Herkese Açık"
@ -315,7 +334,9 @@ tr:
label_subject: "Konu"
label_this_week: "bu hafta"
label_today: "bugün"
label_time_entry_plural: "Harcanan zaman"
label_up: "Yukarı"
label_user_plural: "Kullanıcılar"
label_activity_show_only_comments: "Sadece yorumların olduğu etkinlikleri göster"
label_activity_show_all: "Tüm etkinlikleri göster"
label_total_progress: "Toplam ilerleme %{percent}%"
@ -357,6 +378,7 @@ tr:
label_wait: "Lütfen Yapılandırmanın tamamlanmasını bekleyin..."
label_upload_counter: "%{done} / %{count} dosya yüklendi"
label_validation_error: "İş paketi aşağıdaki hatalar nedeniyle kaydedilemedi:"
label_version_plural: "Sürümler"
label_view_has_changed: "Bu görünüm kaydedilmemiş değişikliklere sahip. Onları kaydetmek için tıklayın."
help_texts:
show_modal: 'Metin giriş öznitelik yardımını göster'
@ -436,10 +458,16 @@ tr:
includes: "dahil olmak üzere"
requires: "gerektiren"
required: "tarafından gerekli"
edit:
form_configuration: "Form Configuration"
projects: "Projeler"
settings: "Ayarlar"
time_entry:
activity: 'Etkinlik'
comment: 'Yorum'
hours: 'Saat'
two_factor_authentication:
label_two_factor_authentication: 'İki faktörlü kimlik doğrulama'
watchers:
label_loading: takipçiler yükleniyor...
label_error_loading: Takipçileri yüklerken bir hata oluştu

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ uk:
inline: 'Виділіть у рядку:'
entire_card_by: 'Пов''язана картка'
remove_from_list: 'Вилучити зі списку'
caption_rate_history: "Історія рейтингу"
clipboard:
browser_error: "Ваш браузер не підтримує копіювання до буфера обміну. Потрібно скопіювати виділений текст вручну."
copied_successful: "Успішно скопійовано до буфера обміну!"
@ -171,6 +172,9 @@ uk:
cannot_save_changes_with_message: "Не вдалося зберегти зміни через такі помилки: %{error}"
query_saving: "Перегляд не вдалося зберегти."
embedded_table_loading: "Вбудований перегляд не вдалося завантажити: %{message}"
enumeration_activities: "Дії (облік часу)"
enumeration_doc_categories: "Категорії документів"
enumeration_work_package_priorities: "Пріоритети робочого пакету"
filter:
description:
text_open_filter: "Відкрийте цей фільтр за допомогою «ALT» і клавіш зі стрілками."
@ -192,6 +196,7 @@ uk:
general_text_yes: "так"
general_text_No: "Ні"
general_text_Yes: "Так"
global_roles: Глобальні ролі
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -222,6 +227,7 @@ uk:
label_and: "і"
label_ascending: "За зростанням"
label_author: "Автор: %{user}"
label_avatar: "Аватар"
label_between: "між ними"
label_board: "Дошка"
label_board_locked: "Заблоковано"
@ -235,6 +241,8 @@ uk:
label_deactivate: "Деактивувати"
label_descending: "За спаданням"
label_description: "Опис"
label_details: "Детальніше"
label_display: "Дисплей"
label_cancel_comment: "Скасувати коментар"
label_closed_work_packages: "зачинено"
label_collapse: "Згорнути"
@ -255,22 +263,29 @@ uk:
label_export: "Експорт"
label_filename: "Файл"
label_filesize: "Розмір"
label_general: "Загальні"
label_greater_or_equal: ">="
label_group: 'Група'
label_group_by: "Групувати за"
label_group_plural: "Групи"
label_hide_attributes: "Показати менше"
label_hide_column: "Приховати стовпчик"
label_hide_project_menu: "Згорнути меню проекту"
label_in: "в"
label_in_less_than: "менш ніж"
label_in_more_than: "більше ніж"
label_incoming_emails: "Вхідні повідомлення"
label_information_plural: "Інформація"
label_import: "Імпортувати"
label_latest_activity: "Останні дії"
label_last_updated_on: "Останнє оновлення"
label_less_or_equal: "<="
label_less_than_ago: "менше, ніж день тому"
label_loading: "Завантаження..."
label_mail_notification: "Email сповіщення"
label_me: "мені"
label_meeting_agenda: "Порядок денний"
label_meeting_minutes: "Хвилини"
label_menu_collapse: "згорнути"
label_menu_expand: "розгорнути"
label_more_than_ago: "більш ніж днів(я) назад"
@ -291,12 +306,15 @@ uk:
label_previous: "Попередній"
label_per_page: "К-сть на сторінку:"
label_please_wait: "Будь ласка, зачекайте"
label_project_plural: "Проекти"
label_visibility_settings: "Налаштування видимості ..."
label_quote_comment: "Цитувати цей коментар"
label_reset: "Скинути"
label_remove_column: "Видалити стовпець"
label_remove_columns: "Видалити вибрані стовпці"
label_remove_row: "Видалити рядок"
label_report: "Звіт"
label_repository_plural: "Репозиторії"
label_save_as: "Зберегти як"
label_select_watcher: "Виберіть спостерігача..."
label_selected_filter_list: "Вибрані фільтри"
@ -307,6 +325,7 @@ uk:
label_sort_higher: "Рухатися вгору"
label_sort_lower: "Пересунути нижче"
label_sorting: "Сортування"
label_spent_time: "Трудовитрати"
label_star_query: "Улюблений"
label_press_enter_to_save: "Натисніть enter, щоб зберегти."
label_public_query: "Публічний"
@ -315,7 +334,9 @@ uk:
label_subject: "Тема"
label_this_week: "цього тижня"
label_today: "сьогодні"
label_time_entry_plural: "Трудовитрати"
label_up: "Вгору"
label_user_plural: "Користувачі"
label_activity_show_only_comments: "Показувати заходи лише з коментарями"
label_activity_show_all: "Показати всю активність"
label_total_progress: "%{percent}% загального прогресу"
@ -357,6 +378,7 @@ uk:
label_wait: "Будь ласка, зачекайте конфігурації..."
label_upload_counter: "%{done} з %{count} файлу(-ів) завершені"
label_validation_error: "Пакет робіт не може бути збережений через наступні помилки:"
label_version_plural: "Версії"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Показати вміст атрибута тексту довідки'
@ -436,10 +458,16 @@ uk:
includes: "у тому числі"
requires: "вимагає"
required: "обов’язково"
edit:
form_configuration: "Form Configuration"
projects: "Проекти"
settings: "Налаштування"
time_entry:
activity: 'Активність'
comment: 'Коментар'
hours: 'Години'
two_factor_authentication:
label_two_factor_authentication: 'Двофакторна аутентифікація'
watchers:
label_loading: завантаження спостерігачів...
label_error_loading: Під час завантаження спостерігачів сталася помилка

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ vi:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Rate history"
clipboard:
browser_error: "Trình duyệt không hỗ trợ copy vào clipboard. Vui lòng copy văn bản đã chọn theo cách thủ công."
copied_successful: "Sao chép thành công vào clipboard!"
@ -170,6 +171,9 @@ vi:
cannot_save_changes_with_message: "Không thể lưu thay đổi của bạn do lỗi sau: %{error}"
query_saving: "Các tiêu chí không thể được lưu."
embedded_table_loading: "Không thể nạp được vùng nhìn nhúng: %{message}"
enumeration_activities: "Hoạt động (theo dõi thời gian)"
enumeration_doc_categories: "Document categories"
enumeration_work_package_priorities: "Độ ưu tiên của work package"
filter:
description:
text_open_filter: "Mở bộ lọc này với 'ALT' và phím mũi tên."
@ -191,6 +195,7 @@ vi:
general_text_yes: "có"
general_text_No: "Không"
general_text_Yes: "Có"
global_roles: Global Roles
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -221,6 +226,7 @@ vi:
label_and: "and"
label_ascending: "Tăng dần"
label_author: "Tác giả: %{user}"
label_avatar: "Avatar"
label_between: "between"
label_board: "Board"
label_board_locked: "Đã khóa"
@ -234,6 +240,8 @@ vi:
label_deactivate: "Tắt"
label_descending: "Giảm dần"
label_description: "Mô tả"
label_details: "Chi tiết"
label_display: "Hiển thị"
label_cancel_comment: "Hủy bình luận"
label_closed_work_packages: "đã đóng"
label_collapse: "Thu gọn"
@ -254,22 +262,29 @@ vi:
label_export: "Xuất"
label_filename: "Tệp"
label_filesize: "Kích cỡ"
label_general: "Tổng quan"
label_greater_or_equal: ">="
label_group: 'Nhóm'
label_group_by: "Nhóm theo"
label_group_plural: "Các Nhóm"
label_hide_attributes: "Hiện ít hơn"
label_hide_column: "Ẩn cột"
label_hide_project_menu: "Thu gọn menu dự án"
label_in: "trong"
label_in_less_than: "ít hơn"
label_in_more_than: "nhiều hơn"
label_incoming_emails: "Các thư đến"
label_information_plural: "Thông tin"
label_import: "Import"
label_latest_activity: "Hoạt động mới nhất"
label_last_updated_on: "Cập nhật lần cuối lúc"
label_less_or_equal: "<="
label_less_than_ago: "less than days ago"
label_loading: "Loading..."
label_mail_notification: "Thông báo qua email"
label_me: "me"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Minutes"
label_menu_collapse: "thu lại"
label_menu_expand: "mở rộng"
label_more_than_ago: "nhiều hơn mấy ngày trước"
@ -290,12 +305,15 @@ vi:
label_previous: "Trước đó"
label_per_page: "Mỗi trang:"
label_please_wait: "Vui lòng chờ"
label_project_plural: "Các dự án"
label_visibility_settings: "Cài đặt hiển thị"
label_quote_comment: "Trích bình luận này"
label_reset: "Reset"
label_remove_column: "Xóa cột"
label_remove_columns: "Loại bỏ cột được chọn"
label_remove_row: "Xóa hàng"
label_report: "Báo cáo"
label_repository_plural: "Repositories"
label_save_as: "Lưu thành"
label_select_watcher: "Chọn một người theo dõi..."
label_selected_filter_list: "Các bộ lọc đã chọn: %s"
@ -306,6 +324,7 @@ vi:
label_sort_higher: "Move up"
label_sort_lower: "Dịch xuống"
label_sorting: "Sắp xếp"
label_spent_time: "Thời gian"
label_star_query: "Ưa thích"
label_press_enter_to_save: "Nhấn enter để lưu."
label_public_query: "Công cộng"
@ -314,7 +333,9 @@ vi:
label_subject: "Chủ đề"
label_this_week: "tuần này"
label_today: "hôm nay"
label_time_entry_plural: "Thời gian"
label_up: "Lên"
label_user_plural: "Người dùng"
label_activity_show_only_comments: "Hiển thị các hoạt động với các bình luận"
label_activity_show_all: "Hiển thị các hoạt động"
label_total_progress: "%{percent}% Tổng tiến độ"
@ -356,6 +377,7 @@ vi:
label_wait: "Xin vui lòng chờ cho cấu hình..."
label_upload_counter: "%{done} %{count} tập tin hoàn thành"
label_validation_error: "Không thể lưu các công việc do các lỗi sau đây:"
label_version_plural: "Các phiên bản"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: 'Hiển thị văn bản trợ giúp'
@ -435,10 +457,16 @@ vi:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Các dự án"
settings: "Settings"
time_entry:
activity: 'Hoạt động'
comment: 'Nhận xét'
hours: 'Giờ'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: lấy danh sách người theo dõi...
label_error_loading: Lỗi khi tải về danh sách người theo dõi

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ zh-CN:
inline: '突出显示内联:'
entire_card_by: '整个卡'
remove_from_list: '从列表中移除卡'
caption_rate_history: "费率历史记录"
clipboard:
browser_error: "您的浏览器不支持复制到剪贴板,请手动复制选定的文本。"
copied_successful: "成功复制到剪贴板!"
@ -171,6 +172,9 @@ zh-CN:
cannot_save_changes_with_message: "由于%{error} 原因,无法保存您的更改。"
query_saving: "无法保存此视图。"
embedded_table_loading: "无法加载嵌入式视图:%{message}"
enumeration_activities: "活动 (时间跟踪)"
enumeration_doc_categories: "文档类别"
enumeration_work_package_priorities: "工作包优先级"
filter:
description:
text_open_filter: "使用 ALT 和方向键打开筛选器。"
@ -192,6 +196,7 @@ zh-CN:
general_text_yes: "是"
general_text_No: "否"
general_text_Yes: "是"
global_roles: 全局角色
hal:
error:
update_conflict_refresh: "点击此处刷新资源并更新到最新版本。"
@ -222,6 +227,7 @@ zh-CN:
label_and: "和"
label_ascending: "升序"
label_author: "作者: %{user}"
label_avatar: "头像"
label_between: "介于"
label_board: "面板"
label_board_locked: "锁定"
@ -235,6 +241,8 @@ zh-CN:
label_deactivate: "停用"
label_descending: "降序"
label_description: "描述"
label_details: "详细信息"
label_display: "显示"
label_cancel_comment: "取消注释"
label_closed_work_packages: "关闭"
label_collapse: "折叠"
@ -255,22 +263,29 @@ zh-CN:
label_export: "导出"
label_filename: "文件"
label_filesize: "大小"
label_general: "通用"
label_greater_or_equal: ">="
label_group: '组'
label_group_by: "分组依据"
label_group_plural: "组"
label_hide_attributes: "隐藏显示"
label_hide_column: "隐藏列"
label_hide_project_menu: "折叠项目菜单"
label_in: "在"
label_in_less_than: "在小于"
label_in_more_than: "在多于"
label_incoming_emails: "传入电子邮件"
label_information_plural: "信息"
label_import: "导入"
label_latest_activity: "最新活动"
label_last_updated_on: "最后更新日期"
label_less_or_equal: "<="
label_less_than_ago: "小于数日前"
label_loading: "正在加载..."
label_mail_notification: "电子邮件通知"
label_me: "我"
label_meeting_agenda: "议程"
label_meeting_minutes: "会议记录"
label_menu_collapse: "折叠"
label_menu_expand: "展开"
label_more_than_ago: "更多天前"
@ -291,12 +306,15 @@ zh-CN:
label_previous: "上一个"
label_per_page: "每页:"
label_please_wait: "请稍等"
label_project_plural: "项目"
label_visibility_settings: "可见性设置"
label_quote_comment: "引用这个评论"
label_reset: "重置"
label_remove_column: "删除列"
label_remove_columns: "删除选定的列"
label_remove_row: "删除行"
label_report: "报告"
label_repository_plural: "代码库"
label_save_as: "另存为"
label_select_watcher: "选择一位关注者..."
label_selected_filter_list: "所选的筛选器"
@ -307,6 +325,7 @@ zh-CN:
label_sort_higher: "向上移动"
label_sort_lower: "向下移动"
label_sorting: "排序"
label_spent_time: "已耗时间"
label_star_query: "最爱"
label_press_enter_to_save: "按回车键可以保存。"
label_public_query: "公开"
@ -315,7 +334,9 @@ zh-CN:
label_subject: "主题"
label_this_week: "这一周"
label_today: "今天"
label_time_entry_plural: "已耗时间"
label_up: "向上"
label_user_plural: "用户"
label_activity_show_only_comments: "仅显示批注的活动"
label_activity_show_all: "显示所有项目"
label_total_progress: "%{percent} %总进度"
@ -357,6 +378,7 @@ zh-CN:
label_wait: "请等待配置..."
label_upload_counter: "%{count} 个中的 %{done} 个文件已完成"
label_validation_error: "由于下列错误,无法保存工作包:"
label_version_plural: "版本"
label_view_has_changed: "此视图有未保存的变更。单击以保存。"
help_texts:
show_modal: '显示属性帮助文本项'
@ -436,10 +458,16 @@ zh-CN:
includes: "包括"
requires: "要求"
required: "要求于"
edit:
form_configuration: "Form Configuration"
projects: "项目"
settings: "设置"
time_entry:
activity: '活动'
comment: '评论'
hours: '小时'
two_factor_authentication:
label_two_factor_authentication: '双重身份验证'
watchers:
label_loading: 正在加载关注者...
label_error_loading: 加载关注者时出错

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
@ -80,6 +80,7 @@ zh-TW:
inline: 'Highlight inline:'
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Rate history"
clipboard:
browser_error: "您的瀏覽器不支援複製到剪貼簿。請手動複製選取的文字。"
copied_successful: "成功複製到剪貼簿上!"
@ -170,6 +171,9 @@ zh-TW:
cannot_save_changes_with_message: "由於以下錯誤, 無法保存所做的更改: %{error}"
query_saving: "無法保存視圖。"
embedded_table_loading: "無法載入嵌入視圖: %{message}"
enumeration_activities: "活動 (時間追蹤)"
enumeration_doc_categories: "文件類別"
enumeration_work_package_priorities: "工作項目優先等級"
filter:
description:
text_open_filter: "使用 ALT 和方向鍵打開此篩選器。"
@ -191,6 +195,7 @@ zh-TW:
general_text_yes: "是"
general_text_No: "否"
general_text_Yes: "是"
global_roles: 全域角色
hal:
error:
update_conflict_refresh: "Click here to refresh the resource and update to the newest version."
@ -221,6 +226,7 @@ zh-TW:
label_and: "和"
label_ascending: "昇冪"
label_author: "作者: %{user}"
label_avatar: "Avatar"
label_between: "介於"
label_board: "Board"
label_board_locked: "鎖定"
@ -234,6 +240,8 @@ zh-TW:
label_deactivate: "停用"
label_descending: "降冪"
label_description: "說明"
label_details: "詳細資料"
label_display: "顯示"
label_cancel_comment: "取消注釋"
label_closed_work_packages: "已關閉"
label_collapse: "折疊"
@ -254,22 +262,29 @@ zh-TW:
label_export: "匯出"
label_filename: "檔案"
label_filesize: "檔案大小"
label_general: "一般"
label_greater_or_equal: ">="
label_group: '群組'
label_group_by: "分組依據"
label_group_plural: "群組"
label_hide_attributes: "簡略"
label_hide_column: "隱藏欄"
label_hide_project_menu: "折疊專案選單"
label_in: "在"
label_in_less_than: "少於"
label_in_more_than: "多於"
label_incoming_emails: "接收到的電子郵件"
label_information_plural: "資訊"
label_import: "Import"
label_latest_activity: "最新活動"
label_last_updated_on: "最後更新於"
label_less_or_equal: "<="
label_less_than_ago: "少於幾天前"
label_loading: "讀取中..."
label_mail_notification: "電子郵件通知"
label_me: "我"
label_meeting_agenda: "會議大綱"
label_meeting_minutes: "會議記錄"
label_menu_collapse: "收合"
label_menu_expand: "展開"
label_more_than_ago: "很多天之前"
@ -290,12 +305,15 @@ zh-TW:
label_previous: "上一個"
label_per_page: "每頁:"
label_please_wait: "請稍候"
label_project_plural: "專案"
label_visibility_settings: "可見度設定"
label_quote_comment: "引述這個評論"
label_reset: "重置"
label_remove_column: "移除欄"
label_remove_columns: "移除所選欄"
label_remove_row: "移除列"
label_report: "報表"
label_repository_plural: "Repositories"
label_save_as: "保存為"
label_select_watcher: "選擇一位關注者"
label_selected_filter_list: "所選的篩選器"
@ -306,6 +324,7 @@ zh-TW:
label_sort_higher: "往上移動"
label_sort_lower: "往下移動"
label_sorting: "排序"
label_spent_time: "耗時"
label_star_query: "喜好"
label_press_enter_to_save: "按 Enter 即可儲存。"
label_public_query: "公開"
@ -314,7 +333,9 @@ zh-TW:
label_subject: "主題"
label_this_week: "本週"
label_today: "今天"
label_time_entry_plural: "耗時"
label_up: "向上"
label_user_plural: "使用者"
label_activity_show_only_comments: "只顯示活動和其評論"
label_activity_show_all: "顯示所有的活動"
label_total_progress: "%{percent}%總進度"
@ -356,6 +377,7 @@ zh-TW:
label_wait: "請等待配置..."
label_upload_counter: "%{count} 個中的 %{done} 個文件已完成"
label_validation_error: "由於下列錯誤,無法儲存工作包:"
label_version_plural: "版本"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
show_modal: '顯示屬性說明文字項目'
@ -435,10 +457,16 @@ zh-TW:
includes: "包括"
requires: "需要"
required: "被以下需要"
edit:
form_configuration: "Form Configuration"
projects: "專案"
settings: "設定"
time_entry:
activity: '活動'
comment: '評論'
hours: '小時'
two_factor_authentication:
label_two_factor_authentication: '雙重身分驗證'
watchers:
label_loading: 正在載入關注者...
label_error_loading: 而發生錯誤裝載的觀察家

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -1,6 +1,6 @@
#-- copyright
#OpenProject is a project management system.
#Copyright (C) 2012-2018 the OpenProject Foundation (OPF)
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:

@ -94,6 +94,8 @@ en:
entire_card_by: 'Entire card by'
remove_from_list: 'Remove card from list'
caption_rate_history: "Rate history"
clipboard:
browser_error: "Your browser doesn't support copying to clipboard. Please copy the selected text manually."
copied_successful: "Sucessfully copied to clipboard!"
@ -190,6 +192,9 @@ en:
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}"
enumeration_activities: "Activities (time tracking)"
enumeration_doc_categories: "Document categories"
enumeration_work_package_priorities: "Work package priorities"
filter:
description:
text_open_filter: "Open this filter with 'ALT' and arrow keys."
@ -211,6 +216,7 @@ en:
general_text_yes: "yes"
general_text_No: "No"
general_text_Yes: "Yes"
global_roles: Global Roles
hal:
error:
@ -248,6 +254,7 @@ en:
label_and: "and"
label_ascending: "Ascending"
label_author: "Author: %{user}"
label_avatar: "Avatar"
label_between: "between"
label_board: "Board"
label_board_locked: "Locked"
@ -261,6 +268,8 @@ en:
label_deactivate: "Deactivate"
label_descending: "Descending"
label_description: "Description"
label_details: "Details"
label_display: "Display"
label_cancel_comment: "Cancel comment"
label_closed_work_packages: "closed"
label_collapse: "Collapse"
@ -281,22 +290,29 @@ en:
label_export: "Export"
label_filename: "File"
label_filesize: "Size"
label_general: "General"
label_greater_or_equal: ">="
label_group: 'Group'
label_group_by: "Group by"
label_group_plural: "Groups"
label_hide_attributes: "Show less"
label_hide_column: "Hide column"
label_hide_project_menu: "Collapse project menu"
label_in: "in"
label_in_less_than: "in less than"
label_in_more_than: "in more than"
label_incoming_emails: "Incoming emails"
label_information_plural: "Information"
label_import: "Import"
label_latest_activity: "Latest activity"
label_last_updated_on: "Last updated on"
label_less_or_equal: "<="
label_less_than_ago: "less than days ago"
label_loading: "Loading..."
label_mail_notification: "Email notifications"
label_me: "me"
label_meeting_agenda: "Agenda"
label_meeting_minutes: "Minutes"
label_menu_collapse: "collapse"
label_menu_expand: "expand"
label_more_than_ago: "more than days ago"
@ -317,12 +333,15 @@ en:
label_previous: "Previous"
label_per_page: "Per page:"
label_please_wait: "Please wait"
label_project_plural: "Projects"
label_visibility_settings: "Visibility settings"
label_quote_comment: "Quote this comment"
label_reset: "Reset"
label_remove_column: "Remove column"
label_remove_columns: "Remove selected columns"
label_remove_row: "Remove row"
label_report: "Report"
label_repository_plural: "Repositories"
label_save_as: "Save as"
label_select_watcher: "Select a watcher..."
label_selected_filter_list: "Selected filters"
@ -333,6 +352,7 @@ en:
label_sort_higher: "Move up"
label_sort_lower: "Move down"
label_sorting: "Sorting"
label_spent_time: "Spent time"
label_star_query: "Favored"
label_press_enter_to_save: "Press enter to save."
label_public_query: "Public"
@ -341,7 +361,9 @@ en:
label_subject: "Subject"
label_this_week: "this week"
label_today: "today"
label_time_entry_plural: "Spent time"
label_up: "Up"
label_user_plural: "Users"
label_activity_show_only_comments: "Show activities with comments only"
label_activity_show_all: "Show all activities"
label_total_progress: "%{percent}% Total progress"
@ -383,6 +405,7 @@ en:
label_wait: "Please wait for configuration..."
label_upload_counter: "%{done} of %{count} files finished"
label_validation_error: "The work package could not be saved due to the following errors:"
label_version_plural: "Versions"
label_view_has_changed: "This view has unsaved changes. Click to save them."
help_texts:
@ -474,12 +497,19 @@ en:
includes: "including"
requires: "requiring"
required: "required by"
edit:
form_configuration: "Form Configuration"
projects: "Projects"
settings: "Settings"
time_entry:
activity: 'Activity'
comment: 'Comment'
hours: 'Hours'
two_factor_authentication:
label_two_factor_authentication: 'Two-factor authentication'
watchers:
label_loading: loading watchers...
label_error_loading: An error occurred while loading the watchers

File diff suppressed because it is too large Load Diff

@ -30,7 +30,7 @@
"tslint": "5.18.0"
},
"dependencies": {
"@angular-devkit/build-angular": "^0.803.21",
"@angular-devkit/build-angular": "^0.803.23",
"@angular/animations": "8.2.9",
"@angular/cdk": "^8.2.2",
"@angular/cli": "^8.3.8",
@ -111,7 +111,7 @@
"ng2-rx-componentdestroyed": "3.0.1",
"ngtemplate-loader": "^2.0.1",
"ngx-gallery": "^5.10.0",
"node-sass": "^4.12.0",
"node-sass": "^4.13.1",
"observable-array": "0.0.4",
"reactivestates": "2.0.1",
"reflect-metadata": "^0.1.13",

@ -19,9 +19,10 @@
</ng-container>
<div *ngIf="!!tabPortalHost"
class="tabs--container">
<ul>
<li *ngFor="let tab of availableTabs">
class="content--tabs scrollable-tabs">
<ul class="tabrow">
<li *ngFor="let tab of availableTabs"
[ngClass]="{ 'selected': currentTab && tab.name === currentTab.name }">
<a class="tab-show"
role="button"
[ngClass]="{ '-disabled': tab.disableBecause != null, 'selected': currentTab && tab.name === currentTab.name }"
@ -31,10 +32,6 @@
href>
</a>
</ul>
<div class="tabs-buttons" style="display:none;">
<button class="tab-left icon-context icon-arrow-left4"></button>
<button class="tab-right icon-context icon-arrow-right5"></button>
</div>
</div>
<div class="tab-content" #tabContentOutlet></div>

@ -45,11 +45,10 @@ import {TypeFormQueryGroupComponent} from "core-app/modules/admin/types/query-gr
TypeFormAttributeGroupComponent,
TypeFormQueryGroupComponent,
TypeFormConfigurationComponent,
GroupEditInPlaceComponent,
GroupEditInPlaceComponent
],
entryComponents: [
TypeFormConfigurationComponent
]
})
export class OpenprojectAdminModule { }

@ -15,9 +15,10 @@
<h3 [textContent]="text.title"></h3>
<div *ngIf="!!tabPortalHost"
class="tabs--container">
<ul>
<li *ngFor="let tab of availableTabs">
class="content--tabs scrollable-tabs">
<ul class="tabrow">
<li *ngFor="let tab of availableTabs"
[ngClass]="{ 'selected': currentTab && tab.name === currentTab.name }">
<a class="tab-show"
role="button"
[ngClass]="{ '-disabled': tab.disableBecause != null, 'selected': currentTab && tab.name === currentTab.name }"
@ -27,10 +28,6 @@
href>
</a>
</ul>
<div class="tabs-buttons" style="display:none;">
<button class="tab-left icon-context icon-arrow-left4"></button>
<button class="tab-right icon-context icon-arrow-right5"></button>
</div>
</div>
<div class="tab-content" #tabContentOutlet></div>

@ -70,7 +70,8 @@ import {CollapsibleSectionComponent} from "core-app/modules/common/collapsible-s
import {NoResultsComponent} from "core-app/modules/common/no-results/no-results.component";
import {DragDropModule} from "@angular/cdk/drag-drop";
import {UserAutocompleterComponent} from "app/modules/common/autocomplete/user-autocompleter.component";
import {ScrollableTabsComponent} from "core-app/modules/common/tabs/scrollable-tabs.component";
import {ScrollableTabsComponent} from "core-app/modules/common/tabs/scrollable-tabs/scrollable-tabs.component";
import {ContentTabsComponent} from "core-app/modules/common/tabs/content-tabs/content-tabs.component";
import {BrowserDetector} from "core-app/modules/common/browser/browser-detector.service";
import {EditableToolbarTitleComponent} from "core-app/modules/common/editable-toolbar-title/editable-toolbar-title.component";
import {UserAvatarComponent} from "core-components/user/user-avatar/user-avatar.component";
@ -252,6 +253,7 @@ export function bootstrapModule(injector:Injector) {
UserAutocompleterComponent,
ScrollableTabsComponent,
ContentTabsComponent,
EditableToolbarTitleComponent,
@ -292,6 +294,8 @@ export function bootstrapModule(injector:Injector) {
UserAutocompleterComponent,
UserAvatarComponent,
ContentTabsComponent,
HomescreenNewFeaturesBlockComponent,
BoardVideoTeaserModalComponent,
UserAvatarComponent,

@ -0,0 +1,89 @@
// -- copyright
// OpenProject is a project management system.
// Copyright (C) 2012-2015 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-2013 Jean-Philippe Lang
// Copyright (C) 2010-2013 the ChiliProject Team
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
// See doc/COPYRIGHT.rdoc for more details.
// ++
import {
Component,
OnDestroy,
Input,
ElementRef,
ChangeDetectionStrategy
} from '@angular/core';
import {DynamicBootstrapper} from "core-app/globals/dynamic-bootstrapper";
import {GonService} from "core-app/modules/common/gon/gon.service";
import {StateService} from '@uirouter/core';
import {I18nService} from "core-app/modules/common/i18n/i18n.service";
import {ScrollableTabsComponent} from "core-app/modules/common/tabs/scrollable-tabs/scrollable-tabs.component";
export const contentTabsSelector = 'content-tabs';
interface GonTab {
name:string;
partial:string;
path:string;
label:string;
}
@Component({
selector: contentTabsSelector,
templateUrl: '/app/modules/common/tabs/scrollable-tabs/scrollable-tabs.component.html',
changeDetection: ChangeDetectionStrategy.OnPush
})
export class ContentTabsComponent extends ScrollableTabsComponent {
public gonTabs:GonTab[];
public currentTab:GonTab;
public classes:string[] = ['content--tabs', 'scrollable-tabs'];
constructor(readonly elementRef:ElementRef,
readonly $state:StateService,
readonly gon:GonService,
readonly I18n:I18nService) {
super();
this.gonTabs = JSON.parse((this.gon.get('contentTabs') as any).tabs);
this.currentTab = JSON.parse((this.gon.get('contentTabs') as any).selected);
// parse tabs from backend and map them to scrollable tabs structure
this.tabs = this.gonTabs.map((tab:GonTab) => {
return {
id: tab.name,
name: this.I18n.t('js.' + tab.label),
path: tab.path
};
});
// highlight current tab
this.currentTabId = this.currentTab.name;
}
}
DynamicBootstrapper.register({
selector: contentTabsSelector, cls: ContentTabsComponent
});

@ -3,7 +3,7 @@
<li *ngFor="let tab of tabs"
[class.selected]="tab.id === currentTabId"
[attr.tab-id]="tab.id">
<a href="#" (click)="clickTab(tab.id)" [textContent]="tab.name"></a>
<a [href]="tab.path" (click)="clickTab(tab.id)" [textContent]="tab.name"></a>
</li>
</ul>
<div #scrollLeftBtn [hidden]="hideLeftButton"

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

Loading…
Cancel
Save