mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge branch 'dev' into feature/48274-work-packages-export-modal-with-settings
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
# Ticket
|
||||
<!-- Provide the link to respective work package -->
|
||||
|
||||
<!-- Contributors: Please check our PR guide: https://www.openproject.org/docs/development/code-review-guidelines/#preparing-your-pull-request before opening a PR. -->
|
||||
|
||||
<!-- Reviewers: Please check our Review guide: https://www.openproject.org/docs/development/code-review-guidelines/#reviewing -->
|
||||
|
||||
# What are you trying to accomplish?
|
||||
<!-- Provide a description of the changes. -->
|
||||
|
||||
## Screenshots
|
||||
<!-- Provide before/after screenshots, videos, or graphs for any visual changes; otherwise, remove this section -->
|
||||
|
||||
# Merge checklist
|
||||
|
||||
- [ ] Added/updated tests
|
||||
- [ ] Tested major browsers (Chrome, Firefox, Edge, ...)
|
||||
+5
-5
@@ -342,16 +342,16 @@ GEM
|
||||
activerecord (>= 4.0.0, < 7.2)
|
||||
awrence (1.2.1)
|
||||
aws-eventstream (1.3.0)
|
||||
aws-partitions (1.963.0)
|
||||
aws-sdk-core (3.201.4)
|
||||
aws-partitions (1.964.0)
|
||||
aws-sdk-core (3.201.5)
|
||||
aws-eventstream (~> 1, >= 1.3.0)
|
||||
aws-partitions (~> 1, >= 1.651.0)
|
||||
aws-sigv4 (~> 1.8)
|
||||
aws-sigv4 (~> 1.9)
|
||||
jmespath (~> 1, >= 1.6.1)
|
||||
aws-sdk-kms (1.88.0)
|
||||
aws-sdk-core (~> 3, >= 3.201.0)
|
||||
aws-sigv4 (~> 1.5)
|
||||
aws-sdk-s3 (1.157.0)
|
||||
aws-sdk-s3 (1.158.0)
|
||||
aws-sdk-core (~> 3, >= 3.201.0)
|
||||
aws-sdk-kms (~> 1)
|
||||
aws-sigv4 (~> 1.5)
|
||||
@@ -972,7 +972,7 @@ GEM
|
||||
rspec-mocks (3.13.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-rails (6.1.3)
|
||||
rspec-rails (6.1.4)
|
||||
actionpack (>= 6.1)
|
||||
activesupport (>= 6.1)
|
||||
railties (>= 6.1)
|
||||
|
||||
@@ -7,6 +7,5 @@
|
||||
@import "open_project/common/submenu_component"
|
||||
@import "filter/filters_component"
|
||||
@import "projects/row_component"
|
||||
@import "settings/project_custom_fields/project_custom_field_mapping/new_project_mapping_component"
|
||||
@import "op_primer/border_box_table_component"
|
||||
@import "work_packages/exports/pdf/export_settings_component"
|
||||
|
||||
@@ -113,15 +113,5 @@
|
||||
<%= submit_tag t('button_apply'), class: 'button -small -primary', name: nil %>
|
||||
</li>
|
||||
</ul>
|
||||
<% unless EnterpriseToken.allows_to?(:custom_fields_in_projects_list)%>
|
||||
<%=
|
||||
helpers.angular_component_tag 'op-enterprise-banner',
|
||||
inputs: {
|
||||
collapsible: true,
|
||||
textMessage: t('ee.upsale.project_filters.description_html'),
|
||||
moreInfoLink: OpenProject::Static::Links.links[:enterprise_docs][:custom_field_projects][:href],
|
||||
}
|
||||
%>
|
||||
<% end %>
|
||||
</fieldset>
|
||||
<% end %>
|
||||
|
||||
@@ -65,9 +65,8 @@ class Projects::IndexPageHeaderComponent < ApplicationComponent
|
||||
@gantt_portfolio_project_ids ||= @query
|
||||
.results
|
||||
.where(active: true)
|
||||
.select(:id)
|
||||
.uniq
|
||||
.pluck(:id)
|
||||
.uniq
|
||||
end
|
||||
|
||||
def page_title
|
||||
|
||||
@@ -41,20 +41,20 @@ class Projects::ProjectsFiltersComponent < Filter::FilterComponent
|
||||
|
||||
def allowed_filter?(filter)
|
||||
allowlist = [
|
||||
Queries::Filters::Shared::CustomFields::Base,
|
||||
Queries::Projects::Filters::ActiveFilter,
|
||||
Queries::Projects::Filters::TemplatedFilter,
|
||||
Queries::Projects::Filters::PublicFilter,
|
||||
Queries::Projects::Filters::ProjectStatusFilter,
|
||||
Queries::Projects::Filters::MemberOfFilter,
|
||||
Queries::Projects::Filters::CreatedAtFilter,
|
||||
Queries::Projects::Filters::LatestActivityAtFilter,
|
||||
Queries::Projects::Filters::NameAndIdentifierFilter,
|
||||
Queries::Projects::Filters::TypeFilter,
|
||||
Queries::Projects::Filters::FavoredFilter,
|
||||
Queries::Projects::Filters::IdFilter
|
||||
Queries::Projects::Filters::IdFilter,
|
||||
Queries::Projects::Filters::LatestActivityAtFilter,
|
||||
Queries::Projects::Filters::MemberOfFilter,
|
||||
Queries::Projects::Filters::NameAndIdentifierFilter,
|
||||
Queries::Projects::Filters::ProjectStatusFilter,
|
||||
Queries::Projects::Filters::PublicFilter,
|
||||
Queries::Projects::Filters::TemplatedFilter,
|
||||
Queries::Projects::Filters::TypeFilter
|
||||
]
|
||||
allowlist << Queries::Filters::Shared::CustomFields::Base if EnterpriseToken.allows_to?(:custom_fields_in_projects_list)
|
||||
|
||||
allowlist.detect { |clazz| filter.is_a? clazz }
|
||||
allowlist.any? { |clazz| filter.is_a? clazz }
|
||||
end
|
||||
end
|
||||
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
@import 'helpers'
|
||||
|
||||
.op-new-project-mapping-form
|
||||
.ng-placeholder
|
||||
@extend .icon-search
|
||||
&:before
|
||||
@include icon-font-common
|
||||
margin-right: 10px
|
||||
@@ -18,6 +18,8 @@
|
||||
helpers.angular_component_tag "opce-wp-split-view",
|
||||
inputs: {
|
||||
work_package_id: params[:work_package_id] || @work_package.id,
|
||||
resizerClass: "op-work-package-split-view",
|
||||
resizeStyle: "width",
|
||||
activeTab: @tab
|
||||
}
|
||||
end
|
||||
|
||||
@@ -38,6 +38,7 @@ module Projects::CustomFields
|
||||
visually_hide_label: true,
|
||||
validation_message: project_ids_error_message,
|
||||
autocomplete_options: {
|
||||
with_search_icon: true,
|
||||
openDirectly: false,
|
||||
focusDirectly: false,
|
||||
multiple: true,
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
#-- copyright
|
||||
# OpenProject is an open source project management software.
|
||||
# Copyright (C) the OpenProject GmbH
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License version 3.
|
||||
#
|
||||
# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
|
||||
# Copyright (C) 2006-2013 Jean-Philippe Lang
|
||||
# Copyright (C) 2010-2013 the ChiliProject Team
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
# as published by the Free Software Foundation; either version 2
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
# See COPYRIGHT and LICENSE files for more details.
|
||||
#++
|
||||
|
||||
class AuthProvider < ApplicationRecord
|
||||
belongs_to :creator, class_name: "User"
|
||||
|
||||
validates :display_name, presence: true
|
||||
validates :display_name, uniqueness: true
|
||||
|
||||
def self.slug_fragment
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def auth_url
|
||||
root_url = OpenProject::StaticRouting::StaticUrlHelpers.new.root_url
|
||||
URI.join(root_url, "auth/#{slug}/").to_s
|
||||
end
|
||||
|
||||
def callback_url
|
||||
URI.join(auth_url, "callback").to_s
|
||||
end
|
||||
end
|
||||
@@ -37,7 +37,7 @@ class Queries::Projects::Orders::ProjectStatusOrder < Queries::Orders::Base
|
||||
|
||||
def order(scope)
|
||||
with_raise_on_invalid do
|
||||
scope.order(Arel.sql("status_code").send(direction))
|
||||
scope.order(status_code: direction)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -33,10 +33,6 @@ class Queries::Projects::Selects::CustomField < Queries::Selects::Base
|
||||
/cf_(\d+)/
|
||||
end
|
||||
|
||||
def self.available?
|
||||
EnterpriseToken.allows_to?(:custom_fields_in_projects_list)
|
||||
end
|
||||
|
||||
def self.all_available
|
||||
return [] unless available?
|
||||
|
||||
|
||||
@@ -29,29 +29,28 @@
|
||||
class Authorization::EnterpriseService
|
||||
attr_accessor :token
|
||||
|
||||
GUARDED_ACTIONS = %i(
|
||||
GUARDED_ACTIONS = %i[
|
||||
baseline_comparison
|
||||
board_view
|
||||
conditional_highlighting
|
||||
custom_actions
|
||||
custom_fields_in_projects_list
|
||||
date_alerts
|
||||
define_custom_style
|
||||
edit_attribute_groups
|
||||
gantt_pdf_export
|
||||
grid_widget_wp_graph
|
||||
ldap_groups
|
||||
one_drive_sharepoint_file_storage
|
||||
openid_providers
|
||||
placeholder_users
|
||||
project_list_sharing
|
||||
readonly_work_packages
|
||||
team_planner_view
|
||||
two_factor_authentication
|
||||
virus_scanning
|
||||
work_package_query_relation_columns
|
||||
work_package_sharing
|
||||
one_drive_sharepoint_file_storage
|
||||
virus_scanning
|
||||
gantt_pdf_export
|
||||
project_list_sharing
|
||||
).freeze
|
||||
].freeze
|
||||
|
||||
def initialize(token)
|
||||
self.token = token
|
||||
|
||||
@@ -54,7 +54,7 @@ module CustomFields
|
||||
def after_perform(call)
|
||||
cf = call.result
|
||||
|
||||
if cf.is_a?(ProjectCustomField) && EnterpriseToken.allows_to?(:custom_fields_in_projects_list)
|
||||
if cf.is_a?(ProjectCustomField)
|
||||
add_cf_to_visible_columns(cf)
|
||||
end
|
||||
|
||||
|
||||
@@ -39,20 +39,6 @@ See COPYRIGHT and LICENSE files for more details.
|
||||
|
||||
<%= styled_form_tag(admin_settings_projects_path, method: :patch) do %>
|
||||
<fieldset class="form--fieldset">
|
||||
<% unless EnterpriseToken.allows_to?(:custom_fields_in_projects_list) %>
|
||||
<div class="form--field">
|
||||
<%=
|
||||
angular_component_tag 'op-enterprise-banner',
|
||||
inputs: {
|
||||
textMessage: t('text_project_custom_field_html'),
|
||||
collapsible: true,
|
||||
moreInfoLink: OpenProject::Static::Links.links[:enterprise_docs][:custom_field_projects][:href],
|
||||
}
|
||||
%>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
||||
<div class="form--field -full-width">
|
||||
<div class="form--text-field-container -xwide">
|
||||
<%= angular_component_tag 'opce-draggable-autocompleter',
|
||||
|
||||
@@ -27,20 +27,9 @@ See COPYRIGHT and LICENSE files for more details.
|
||||
|
||||
++#%>
|
||||
|
||||
<% if tab[:name] == 'ProjectCustomField' %>
|
||||
<% unless EnterpriseToken.allows_to?(:custom_fields_in_projects_list) %>
|
||||
<%=
|
||||
angular_component_tag 'op-enterprise-banner',
|
||||
inputs: {
|
||||
collapsible: true,
|
||||
textMessage: t('text_project_custom_field_html'),
|
||||
moreInfoLink: OpenProject::Static::Links.links[:enterprise_docs][:custom_field_projects][:href],
|
||||
}
|
||||
%>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<% if (@custom_fields_by_type[tab[:name]] || []).any? %>
|
||||
<% if @custom_fields_by_type[tab[:name]].blank? %>
|
||||
<%= no_results_box(action_url: new_custom_field_path(type: tab[:name]), display_action: true) %>
|
||||
<% else %>
|
||||
<div class="generic-table--container">
|
||||
<div class="generic-table--results-container">
|
||||
<% if tab[:name] == 'WorkPackageCustomField' %>
|
||||
@@ -177,6 +166,4 @@ See COPYRIGHT and LICENSE files for more details.
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<% else %>
|
||||
<%= no_results_box(action_url: new_custom_field_path(type: tab[:name]), display_action: true) %>
|
||||
<% end %>
|
||||
|
||||
@@ -86,5 +86,9 @@
|
||||
--type-form-conf-attribute--background: var(--overlay-bgColor);
|
||||
--select-arrow-bg-color-url: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
|
||||
--ck-color-mention-text: var(--display-red-fgColor);
|
||||
--ck-color-button-on-background: var(--button-default-bgColor-active);
|
||||
--ck-color-button-default-active-background: var(--button-default-bgColor-active);
|
||||
--ck-color-button-on-hover-background: var(--button-default-bgColor-hover);
|
||||
--ck-color-button-on-disabled-background: var(--button-default-bgColor-disabled);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -67,7 +67,7 @@ fr:
|
||||
text: "Voulez-vous vraiment supprimer le jeton actuellement utilisé pour l'édition Entreprise ?"
|
||||
title: "Supprimer le jeton"
|
||||
replace_token: "Remplacer votre licence actuelle"
|
||||
order: "Commander l'édition Entreprise autohebergée"
|
||||
order: "Commander l'édition Entreprise auto-hébergée"
|
||||
paste: "Coller votre jeton de support pour la version Entreprise"
|
||||
required_for_feature: "Cet add-on n'est disponible qu'avec un jeton de support actif pour la version Entreprise."
|
||||
enterprise_link: "Pour plus d'informations, cliquez ici."
|
||||
@@ -212,12 +212,12 @@ fr:
|
||||
reorder_confirmation: "Attention : l'ordre actuel des valeurs disponibles sera perdu. Continuer ?"
|
||||
instructions:
|
||||
is_required: "Marquer le champ personnalisé comme requis. Cela rendra obligatoire de remplir le champ lors de la création ou de la mise à jour des ressources existantes."
|
||||
is_required_for_project: "Check to enable this attribute and make it required in all projects. It cannot be deactived for individual projects."
|
||||
is_required_for_project: "Cocher pour activer cet attribut et le rendre nécessaire dans tous les projets. Il ne peut pas être désactivé pour certains projets."
|
||||
is_for_all: "Marquer le champ personnalisé comme disponible dans tous les projets existants et nouveaux."
|
||||
searchable: "Inclure les valeurs des champs lors de l'utilisation de la fonctionnalité de recherche globale."
|
||||
searchable_for_project: "Check to make this attribute available as a filter in project lists."
|
||||
searchable_for_project: "Cocher pour rendre cet attribut disponible en tant que filtre dans les listes de projets."
|
||||
editable: "Autoriser les utilisateurs à modifier eux-mêmes le champ"
|
||||
admin_only: "Check to make this attribute only visible to administrators. Users without admin rights will not be able to view or edit it."
|
||||
admin_only: "Cocher pour rendre cet attribut visible uniquement par les administrateurs. Les utilisateurs sans droits d'administration ne seront pas en mesure de le voir ou de l'éditer."
|
||||
is_filter: >
|
||||
Permet au champ personnalisé d'être utilisé dans un filtre dans les vues des lots de travaux. Notez que le champ personnalisé n'apparaîtra dans les vues globales que si l'option "Pour tous les projets" est sélectionnée.
|
||||
tab:
|
||||
@@ -389,8 +389,8 @@ fr:
|
||||
my:
|
||||
access_token:
|
||||
create_dialog:
|
||||
header: The %{type} token has been generated
|
||||
warning: Note that this is the only time you will see this token, make sure to copy it now.
|
||||
header: Le jeton %{type} a été généré
|
||||
warning: Notez que c'est la seule fois que vous verrez ce jeton, assurez-vous de le copier maintenant.
|
||||
errors:
|
||||
token_name_blank: "Veuillez fournir un nom de jeton d'API"
|
||||
token_name_in_use: "Ce nom de jeton d'API est déjà utilisé, veuillez en choisir un autre"
|
||||
@@ -620,7 +620,7 @@ fr:
|
||||
possible_values: "Valeurs possibles"
|
||||
regexp: "Expression régulière"
|
||||
searchable: "Recherchable"
|
||||
admin_only: "Admin-only"
|
||||
admin_only: "Administrateurs uniquement"
|
||||
custom_value:
|
||||
value: "Valeur"
|
||||
doorkeeper/application:
|
||||
@@ -690,7 +690,7 @@ fr:
|
||||
versions: "Versions"
|
||||
work_packages: "Lots de Travaux"
|
||||
project_custom_field:
|
||||
is_required: "Required for all projects"
|
||||
is_required: "Requis pour tous les projets"
|
||||
custom_field_section: Section
|
||||
query:
|
||||
column_names: "Colonnes"
|
||||
@@ -1161,8 +1161,8 @@ fr:
|
||||
other: "Rôles"
|
||||
status: "Statut du lot de travaux"
|
||||
token/api:
|
||||
one: Access token
|
||||
other: Access tokens
|
||||
one: Jeton d'accès
|
||||
other: Jetons d’accès
|
||||
type: "Type"
|
||||
user: "Utilisateur"
|
||||
version: "Version"
|
||||
@@ -2170,8 +2170,8 @@ fr:
|
||||
label_next_week: "Semaine suivante"
|
||||
label_no_change_option: "(Aucun changement)"
|
||||
label_no_data: "Aucune donnée à afficher"
|
||||
label_no_due_date: "no finish date"
|
||||
label_no_start_date: "no start date"
|
||||
label_no_due_date: "pas de date de fin"
|
||||
label_no_start_date: "pas de date de début"
|
||||
label_no_parent_page: "Aucune page parente"
|
||||
label_nothing_display: "Rien à afficher"
|
||||
label_nobody: "personne"
|
||||
|
||||
@@ -66,7 +66,7 @@ af:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Kanselleer"
|
||||
button_close: "Maak toe"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Kontroleer almal"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ af:
|
||||
button_copy: "Kopieer"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Pasgemaakte velde"
|
||||
button_delete: "Skrap"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ ar:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "إلغاء"
|
||||
button_close: "أغلِق"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "اختر الكل"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "تأكيد"
|
||||
@@ -74,7 +74,7 @@ ar:
|
||||
button_copy: "انسخ"
|
||||
button_copy_to_clipboard: "نسخ إلى الحافظة"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "الحقول المخصصة"
|
||||
button_delete: "احذف"
|
||||
button_delete_watcher: "احذف المراقب"
|
||||
|
||||
@@ -66,7 +66,7 @@ az:
|
||||
button_back_to_list_view: "Siyahı görünüşünə qayıt"
|
||||
button_cancel: "İmtina"
|
||||
button_close: "Bağla"
|
||||
button_change_project: "Layihəni dəyişdir"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Hamısını seç"
|
||||
button_configure-form: "Formu konfiqurasiya et"
|
||||
button_confirm: "Təsdiqlə"
|
||||
@@ -74,7 +74,7 @@ az:
|
||||
button_copy: "Kopyala"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Digər layihəyə kopyala"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Özəl sahələr"
|
||||
button_delete: "Sil"
|
||||
button_delete_watcher: "İzləyicini sil"
|
||||
|
||||
@@ -66,7 +66,7 @@ be:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Зачыніць"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ be:
|
||||
button_copy: "Скапіраваць"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Карыстальніцкія палі"
|
||||
button_delete: "Выдаліць"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ bg:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Отказ"
|
||||
button_close: "Close"
|
||||
button_change_project: "Промяна на проект"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Избери всички"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ bg:
|
||||
button_copy: "Копиране"
|
||||
button_copy_to_clipboard: "Копирай в буфер"
|
||||
button_copy_link_to_clipboard: "Копиране на връзката в клипборда"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "допълнителни полета"
|
||||
button_delete: "Изтрий"
|
||||
button_delete_watcher: "Премахни наблюдаващ"
|
||||
|
||||
@@ -66,7 +66,7 @@ ca:
|
||||
button_back_to_list_view: "Tornar a la vista de llista"
|
||||
button_cancel: "Cancel·la"
|
||||
button_close: "Tanca"
|
||||
button_change_project: "Canviar el projecte"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Marcar-ho tot"
|
||||
button_configure-form: "Configurar formulari"
|
||||
button_confirm: "Confirmar"
|
||||
@@ -74,7 +74,7 @@ ca:
|
||||
button_copy: "Copiar"
|
||||
button_copy_to_clipboard: "Copiar al porta-retalls"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copia a un altre projecte"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Camps personalitzats"
|
||||
button_delete: "Esborrar"
|
||||
button_delete_watcher: "Eliminar l'observador"
|
||||
|
||||
@@ -66,7 +66,7 @@ ckb-IR:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Close"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ ckb-IR:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "Delete"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ cs:
|
||||
button_back_to_list_view: "Zpět na seznam"
|
||||
button_cancel: "Zrušit"
|
||||
button_close: "Zavřít"
|
||||
button_change_project: "Změnit projekt"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Zaškrtnout vše"
|
||||
button_configure-form: "Nastavení formuláře"
|
||||
button_confirm: "Potvrdit"
|
||||
@@ -74,7 +74,7 @@ cs:
|
||||
button_copy: "Kopírovat"
|
||||
button_copy_to_clipboard: "Kopírovat do schránky"
|
||||
button_copy_link_to_clipboard: "Kopírovat odkaz do schránky"
|
||||
button_copy_to_other_project: "Kopírovat do jiného projektu"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Vlastní pole"
|
||||
button_delete: "Odstranit"
|
||||
button_delete_watcher: "Smazat sledujícího uživatele"
|
||||
|
||||
@@ -66,7 +66,7 @@ da:
|
||||
button_back_to_list_view: "Tilbage til listevisning"
|
||||
button_cancel: "Annuller"
|
||||
button_close: "Luk"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Vælg alt"
|
||||
button_configure-form: "Konfigurer formularen"
|
||||
button_confirm: "Bekræft"
|
||||
@@ -74,7 +74,7 @@ da:
|
||||
button_copy: "Kopier"
|
||||
button_copy_to_clipboard: "Kopiér til Udklipsholder"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Selvvalgte felter"
|
||||
button_delete: "Slet"
|
||||
button_delete_watcher: "Slet tilsynsførende"
|
||||
|
||||
@@ -66,7 +66,7 @@ de:
|
||||
button_back_to_list_view: "Zurück zur Listenansicht"
|
||||
button_cancel: "Abbrechen"
|
||||
button_close: "Schließen"
|
||||
button_change_project: "In anderes Projekt verschieben"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Alle auswählen"
|
||||
button_configure-form: "Formular konfigurieren"
|
||||
button_confirm: "Bestätigen"
|
||||
@@ -74,7 +74,7 @@ de:
|
||||
button_copy: "Kopieren"
|
||||
button_copy_to_clipboard: "In Zwischenablage kopieren"
|
||||
button_copy_link_to_clipboard: "Link in Zwischenablage kopieren"
|
||||
button_copy_to_other_project: "In anderes Projekt kopieren"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Benutzerdefinierte Felder"
|
||||
button_delete: "Löschen"
|
||||
button_delete_watcher: "Beobachter löschen"
|
||||
|
||||
@@ -66,7 +66,7 @@ el:
|
||||
button_back_to_list_view: "Επιστροφή στη προβολή λίστας"
|
||||
button_cancel: "Ακύρωση"
|
||||
button_close: "Κλείσιμο"
|
||||
button_change_project: "Αλλαγή έργου"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Επιλογή όλων"
|
||||
button_configure-form: "Διαμόρφωση φόρμας"
|
||||
button_confirm: "Επιβεβαίωση"
|
||||
@@ -74,7 +74,7 @@ el:
|
||||
button_copy: "Αντιγραφή"
|
||||
button_copy_to_clipboard: "Αντιγραφή στο πρόχειρο"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Προσαρμοσμένα πεδία"
|
||||
button_delete: "Διαγραφή"
|
||||
button_delete_watcher: "Διαγραφή παρατηρητή"
|
||||
|
||||
@@ -66,7 +66,7 @@ eo:
|
||||
button_back_to_list_view: "Reen al la listo"
|
||||
button_cancel: "Nnuligi"
|
||||
button_close: "Fermi"
|
||||
button_change_project: "Ŝanĝi projekton"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Marki ĉiujn"
|
||||
button_configure-form: "Agordi formularon"
|
||||
button_confirm: "Konfirmi"
|
||||
@@ -74,7 +74,7 @@ eo:
|
||||
button_copy: "Kopii"
|
||||
button_copy_to_clipboard: "Kopii al la tondujo"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Propraj kampoj"
|
||||
button_delete: "Forigi"
|
||||
button_delete_watcher: "Forigi observantojn"
|
||||
|
||||
@@ -66,7 +66,7 @@ es:
|
||||
button_back_to_list_view: "Volver a la lista"
|
||||
button_cancel: "Cancelar"
|
||||
button_close: "Cerrar"
|
||||
button_change_project: "Cambiar proyecto"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Seleccionar todos"
|
||||
button_configure-form: "Configurar formulario"
|
||||
button_confirm: "Confirmar"
|
||||
@@ -74,7 +74,7 @@ es:
|
||||
button_copy: "Copiar"
|
||||
button_copy_to_clipboard: "Copiar en el portapapeles"
|
||||
button_copy_link_to_clipboard: "Copiar enlace al portapapeles"
|
||||
button_copy_to_other_project: "Copiar en otro proyecto"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Campos personalizados"
|
||||
button_delete: "Eliminar"
|
||||
button_delete_watcher: "Eliminar observador"
|
||||
|
||||
@@ -66,7 +66,7 @@ et:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Tühista"
|
||||
button_close: "Sulge"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Märgi kõik"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ et:
|
||||
button_copy: "Kopeeri"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Lisaväljad"
|
||||
button_delete: "Kustuta"
|
||||
button_delete_watcher: "Kustuta jäligja"
|
||||
|
||||
@@ -66,7 +66,7 @@ eu:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Itxi"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ eu:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "Delete"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ fa:
|
||||
button_back_to_list_view: "برگشت به نمایش لیستی"
|
||||
button_cancel: "لغو"
|
||||
button_close: "Close"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "بررسی همه"
|
||||
button_configure-form: "تنظیمات فرم"
|
||||
button_confirm: "تایید"
|
||||
@@ -74,7 +74,7 @@ fa:
|
||||
button_copy: "کپی"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "حذف"
|
||||
button_delete_watcher: "حذف ناظر"
|
||||
|
||||
@@ -66,7 +66,7 @@ fi:
|
||||
button_back_to_list_view: "Takaisin listaan"
|
||||
button_cancel: "Peruuta"
|
||||
button_close: "Sulje"
|
||||
button_change_project: "Vaihda projekti"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Valitse kaikki"
|
||||
button_configure-form: "Lomakkeen asetukset"
|
||||
button_confirm: "Vahvista"
|
||||
@@ -74,7 +74,7 @@ fi:
|
||||
button_copy: "Kopioi"
|
||||
button_copy_to_clipboard: "Kopioi leikepöydälle"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Mukautetut kentät"
|
||||
button_delete: "Poista"
|
||||
button_delete_watcher: "Poista seuraaja"
|
||||
|
||||
@@ -66,7 +66,7 @@ fil:
|
||||
button_back_to_list_view: "Bumalik sa listahan ng view"
|
||||
button_cancel: "Kanselahin"
|
||||
button_close: "Isara"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Suriin lahat"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Kumpirmahin"
|
||||
@@ -74,7 +74,7 @@ fil:
|
||||
button_copy: "Kopyahin"
|
||||
button_copy_to_clipboard: "Kopyahin sa clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Mga pasadyang patlang"
|
||||
button_delete: "Burahin"
|
||||
button_delete_watcher: "Burahin ang manunuod"
|
||||
|
||||
@@ -66,7 +66,7 @@ fr:
|
||||
button_back_to_list_view: "Retour à la liste"
|
||||
button_cancel: "Annuler"
|
||||
button_close: "Fermer"
|
||||
button_change_project: "Changer de projet"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Tout cocher"
|
||||
button_configure-form: "Configurer le formulaire"
|
||||
button_confirm: "Confirmer"
|
||||
@@ -74,7 +74,7 @@ fr:
|
||||
button_copy: "Copier"
|
||||
button_copy_to_clipboard: "Copier dans le presse-papier"
|
||||
button_copy_link_to_clipboard: "Copier le lien dans le presse-papiers"
|
||||
button_copy_to_other_project: "Copier vers un autre projet"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Champs personnalisés"
|
||||
button_delete: "Supprimer"
|
||||
button_delete_watcher: "Supprimer observateur"
|
||||
@@ -369,7 +369,7 @@ fr:
|
||||
"14_4":
|
||||
standard:
|
||||
new_features_html: >
|
||||
The release contains various new features and improvements, such as: <br> <ul class="%{list_styling_class}"> <li>Dark mode option in personal settings</li> <li>Separate permissions for viewing and editing on project attributes</li> <li>Improved status-based progress reporting</li> <li>Connection validation for Nextcloud storages</li> <li>More filter options for project lists</li> </ul>
|
||||
La version contient diverses nouvelles fonctionnalités et améliorations, telles que : <br> <ul class="%{list_styling_class}"> <li>Option de mode sombre dans les paramètres personnels</li> <li>Séparation des permissions pour la visualisation et l'édition des attributs du projet</li> <li>Amélioration de l'état de progression basé sur le statut</li> <li>Validation de la connexion pour les stockages Nextcloud</li> <li>Plus d'options de filtre pour les listes de projets</li> </ul>
|
||||
ical_sharing_modal:
|
||||
title: "S'abonner au calendrier"
|
||||
inital_setup_error_message: "Une erreur est survenue lors de la récupération des données."
|
||||
|
||||
@@ -66,7 +66,7 @@ he:
|
||||
button_back_to_list_view: "חזור לרשימה"
|
||||
button_cancel: "ביטול"
|
||||
button_close: "סגור"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "סמן את כולם"
|
||||
button_configure-form: "טופס הגדרות"
|
||||
button_confirm: "אשר"
|
||||
@@ -74,7 +74,7 @@ he:
|
||||
button_copy: "העתק"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "שדות מותאמים אישית"
|
||||
button_delete: "מחק"
|
||||
button_delete_watcher: "הסרת צופה"
|
||||
|
||||
@@ -66,7 +66,7 @@ hi:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "निरस्त करें"
|
||||
button_close: "बंद करें"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ hi:
|
||||
button_copy: "प्रतिलिपि बनाएँ"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "मिटाएँ"
|
||||
button_delete_watcher: "द्रष्टा हटाएँ"
|
||||
|
||||
@@ -66,7 +66,7 @@ hr:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Odustani"
|
||||
button_close: "Zatvori"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Označi sve"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Potvrdi"
|
||||
@@ -74,7 +74,7 @@ hr:
|
||||
button_copy: "Kopiraj"
|
||||
button_copy_to_clipboard: "Kopiraj u međuspremnik"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Prilagođena polja"
|
||||
button_delete: "Obriši"
|
||||
button_delete_watcher: "Izbrišite nadglednika"
|
||||
|
||||
@@ -66,7 +66,7 @@ hu:
|
||||
button_back_to_list_view: "Vissza a lista nézethez"
|
||||
button_cancel: "Mégsem"
|
||||
button_close: "Bezár"
|
||||
button_change_project: "Cseréld a projektet"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Az összes kijelölése"
|
||||
button_configure-form: "Űrlap beállítás"
|
||||
button_confirm: "Jóváhagy"
|
||||
@@ -74,7 +74,7 @@ hu:
|
||||
button_copy: "Másol"
|
||||
button_copy_to_clipboard: "Másolás a vágólapra"
|
||||
button_copy_link_to_clipboard: "Hivatkozás másolása a vágólapra"
|
||||
button_copy_to_other_project: "Másolás másik projektbe"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Választható mezők"
|
||||
button_delete: "Törlés"
|
||||
button_delete_watcher: "Megfigyelő törlése"
|
||||
|
||||
@@ -66,7 +66,7 @@ id:
|
||||
button_back_to_list_view: "Kembali ke tampilan daftar"
|
||||
button_cancel: "Batal"
|
||||
button_close: "Tutup"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Cek semua"
|
||||
button_configure-form: "Mengkonfigurasi formulir"
|
||||
button_confirm: "Konfirmasi"
|
||||
@@ -74,7 +74,7 @@ id:
|
||||
button_copy: "Salin"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Isian kustom"
|
||||
button_delete: "Hapus"
|
||||
button_delete_watcher: "Hapus pemantau"
|
||||
|
||||
@@ -66,7 +66,7 @@ it:
|
||||
button_back_to_list_view: "Torna alla visualizzazione in lista"
|
||||
button_cancel: "Annulla"
|
||||
button_close: "Chiuso"
|
||||
button_change_project: "Cambia progetto"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Seleziona tutti"
|
||||
button_configure-form: "Configura modulo"
|
||||
button_confirm: "Conferma"
|
||||
@@ -74,7 +74,7 @@ it:
|
||||
button_copy: "Copia"
|
||||
button_copy_to_clipboard: "Copia negli appunti"
|
||||
button_copy_link_to_clipboard: "Copia link negli appunti"
|
||||
button_copy_to_other_project: "Copia su altro progetto"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Campo personalizzato"
|
||||
button_delete: "Cancella"
|
||||
button_delete_watcher: "Elimina osservatore"
|
||||
|
||||
@@ -67,7 +67,7 @@ ja:
|
||||
button_back_to_list_view: "リスト表示に戻る"
|
||||
button_cancel: "キャンセル"
|
||||
button_close: "閉じる"
|
||||
button_change_project: "プロジェクトの変更"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "全てを選択"
|
||||
button_configure-form: "フォームを設定"
|
||||
button_confirm: "確認"
|
||||
@@ -75,7 +75,7 @@ ja:
|
||||
button_copy: "コピー"
|
||||
button_copy_to_clipboard: "クリップボードにコピー"
|
||||
button_copy_link_to_clipboard: "クリップボードにリンクをコピー"
|
||||
button_copy_to_other_project: "他のプロジェクトにコピー"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "カスタムフィールド"
|
||||
button_delete: "削除"
|
||||
button_delete_watcher: "ウォッチャーを削除"
|
||||
|
||||
@@ -66,7 +66,7 @@ ka:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "გაუქმება"
|
||||
button_close: "დახურვა"
|
||||
button_change_project: "პროექტის შეცვლა"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "ყველას მონიშვნა"
|
||||
button_configure-form: "ფორმის მორგება"
|
||||
button_confirm: "დადასტურება"
|
||||
@@ -74,7 +74,7 @@ ka:
|
||||
button_copy: "კოპირება"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "მორგებადი ველები"
|
||||
button_delete: "წაშლა"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ kk:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Close"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ kk:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "Delete"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ ko:
|
||||
button_back_to_list_view: "목록으로 돌아가기"
|
||||
button_cancel: "취소"
|
||||
button_close: "닫기"
|
||||
button_change_project: "프로젝트 변경"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "모두 선택"
|
||||
button_configure-form: "구성 양식"
|
||||
button_confirm: "확인"
|
||||
@@ -74,7 +74,7 @@ ko:
|
||||
button_copy: "복사"
|
||||
button_copy_to_clipboard: "클립보드 복사"
|
||||
button_copy_link_to_clipboard: "클립보드에 링크 복사"
|
||||
button_copy_to_other_project: "다른 프로젝트에 복사"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "사용자 정의 필드"
|
||||
button_delete: "삭제"
|
||||
button_delete_watcher: "주시자 삭제"
|
||||
|
||||
@@ -66,7 +66,7 @@ lt:
|
||||
button_back_to_list_view: "Atgal į sąrašo vaizdą"
|
||||
button_cancel: "Nutraukti"
|
||||
button_close: "Uždaryti"
|
||||
button_change_project: "Keisti projektą"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Žymėti visus"
|
||||
button_configure-form: "Konfigūruoti formą"
|
||||
button_confirm: "Patvirtinti"
|
||||
@@ -74,7 +74,7 @@ lt:
|
||||
button_copy: "Kopijuoti"
|
||||
button_copy_to_clipboard: "Kopijuoti į iškarpinę"
|
||||
button_copy_link_to_clipboard: "Kopijuoti nuorodą į iškarpinę"
|
||||
button_copy_to_other_project: "Kopijuoti į kitą projektą"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Pritaikyti laukai"
|
||||
button_delete: "Trinti"
|
||||
button_delete_watcher: "Trinti stebėtoją"
|
||||
|
||||
@@ -66,7 +66,7 @@ lv:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Atcelt"
|
||||
button_close: "Aizvērt"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Atzīmēt visus"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ lv:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Kopēt uz starpliktuvi"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Pielāgotie lauki"
|
||||
button_delete: "Dzēst"
|
||||
button_delete_watcher: "Dzēst vērotāju"
|
||||
|
||||
@@ -66,7 +66,7 @@ mn:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Close"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ mn:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "Delete"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ ms:
|
||||
button_back_to_list_view: "Kembali ke paparan senarai"
|
||||
button_cancel: "Batal"
|
||||
button_close: "Tutup"
|
||||
button_change_project: "Tukar projek"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Tanda semua"
|
||||
button_configure-form: "Konfigurasi borang"
|
||||
button_confirm: "Sahkan"
|
||||
@@ -74,7 +74,7 @@ ms:
|
||||
button_copy: "Salin"
|
||||
button_copy_to_clipboard: "Salin ke papan klip"
|
||||
button_copy_link_to_clipboard: "Salin pautan ke papan klip"
|
||||
button_copy_to_other_project: "Salin ke projek lain"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Ruang tersuai"
|
||||
button_delete: "Padam"
|
||||
button_delete_watcher: "Padam pemerhati"
|
||||
|
||||
@@ -66,7 +66,7 @@ ne:
|
||||
button_back_to_list_view: "दृश्य"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Close"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "फारम मिलाउनुहोस्"
|
||||
button_confirm: "निश्चित गर्नुहोस्"
|
||||
@@ -74,7 +74,7 @@ ne:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "Delete"
|
||||
button_delete_watcher: "वाचक हटाउनुहोस् "
|
||||
|
||||
@@ -66,7 +66,7 @@ nl:
|
||||
button_back_to_list_view: "Terug naar het overzicht"
|
||||
button_cancel: "Annuleren"
|
||||
button_close: "Sluiten"
|
||||
button_change_project: "Project wisselen"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Selecteer alles"
|
||||
button_configure-form: "Formulier configureren"
|
||||
button_confirm: "Accepteren"
|
||||
@@ -74,7 +74,7 @@ nl:
|
||||
button_copy: "Kopieer"
|
||||
button_copy_to_clipboard: "Kopiëren naar het klembord"
|
||||
button_copy_link_to_clipboard: "Link naar klembord kopiëren"
|
||||
button_copy_to_other_project: "Kopiëren naar een ander project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Aangepaste velden"
|
||||
button_delete: "Verwijderen"
|
||||
button_delete_watcher: "Kijkers verwijderen"
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
button_back_to_list_view: "Tilbake til listevisning"
|
||||
button_cancel: "Avbryt"
|
||||
button_close: "Lukk"
|
||||
button_change_project: "Bytt prosjekt"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Velg alle"
|
||||
button_configure-form: "Konfigurer skjema"
|
||||
button_confirm: "Bekreft"
|
||||
@@ -74,7 +74,7 @@
|
||||
button_copy: "Kopier"
|
||||
button_copy_to_clipboard: "Kopier til utklippstavlen"
|
||||
button_copy_link_to_clipboard: "Kopier lenke til utklippstavlen"
|
||||
button_copy_to_other_project: "Kopier til et annet prosjekt"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Egendefinerte felter"
|
||||
button_delete: "Slett"
|
||||
button_delete_watcher: "Slett overvåker"
|
||||
|
||||
@@ -66,7 +66,7 @@ pl:
|
||||
button_back_to_list_view: "Wróć do widoku listy"
|
||||
button_cancel: "Anuluj"
|
||||
button_close: "Zamknij"
|
||||
button_change_project: "Zmień projekt"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Zaznacz wszystko"
|
||||
button_configure-form: "Skonfiguruj formularz"
|
||||
button_confirm: "Potwierdź"
|
||||
@@ -74,7 +74,7 @@ pl:
|
||||
button_copy: "Kopiuj"
|
||||
button_copy_to_clipboard: "Skopiuj do schowka"
|
||||
button_copy_link_to_clipboard: "Kopiuj link do schowka"
|
||||
button_copy_to_other_project: "Kopiuj do innego projektu"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Pola niestandardowe"
|
||||
button_delete: "Usuń"
|
||||
button_delete_watcher: "Usuń obserwatora"
|
||||
|
||||
@@ -66,7 +66,7 @@ pt-BR:
|
||||
button_back_to_list_view: "Voltar à lista"
|
||||
button_cancel: "Cancelar"
|
||||
button_close: "Fechar"
|
||||
button_change_project: "Alterar projeto"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Marcar todos"
|
||||
button_configure-form: "Configurar formulário"
|
||||
button_confirm: "Confirmar"
|
||||
@@ -74,7 +74,7 @@ pt-BR:
|
||||
button_copy: "Copiar"
|
||||
button_copy_to_clipboard: "Copiar para a área de transferência"
|
||||
button_copy_link_to_clipboard: "Copiar link para área de transferência"
|
||||
button_copy_to_other_project: "Copiar para outro projeto"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Campos personalizados"
|
||||
button_delete: "Excluir"
|
||||
button_delete_watcher: "Excluir observador"
|
||||
|
||||
@@ -66,7 +66,7 @@ pt-PT:
|
||||
button_back_to_list_view: "Voltar à visualização de lista"
|
||||
button_cancel: "Cancelar"
|
||||
button_close: "Fechar"
|
||||
button_change_project: "Alterar projeto"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Seleccionar Todos"
|
||||
button_configure-form: "Configurar formulário"
|
||||
button_confirm: "Confirmar"
|
||||
@@ -74,7 +74,7 @@ pt-PT:
|
||||
button_copy: "Copiar"
|
||||
button_copy_to_clipboard: "Copiar para a Área de transferência"
|
||||
button_copy_link_to_clipboard: "Copiar link para a área de transferência"
|
||||
button_copy_to_other_project: "Copiar para outro projeto"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Campos personalizados"
|
||||
button_delete: "Eliminar"
|
||||
button_delete_watcher: "Eliminar observador"
|
||||
|
||||
@@ -26,7 +26,7 @@ ro:
|
||||
loading: "Încărcare…"
|
||||
updating: "Actualizare…"
|
||||
attachments:
|
||||
delete: "Ștergere atașament"
|
||||
delete: "Șterge atașament"
|
||||
delete_confirmation: |
|
||||
Sunteți sigur că doriți să ștergeți acest fișier? Această acțiune nu este reversibilă.
|
||||
draggable_hint: |
|
||||
@@ -66,18 +66,18 @@ ro:
|
||||
button_back_to_list_view: "Înapoi la listă"
|
||||
button_cancel: "Anulare"
|
||||
button_close: "Închide"
|
||||
button_change_project: "Proiect de schimbare"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Selectează tot"
|
||||
button_configure-form: "Configurați formularul"
|
||||
button_confirm: "Confirmă"
|
||||
button_continue: "Continuaţi"
|
||||
button_copy: "Copiere"
|
||||
button_copy_to_clipboard: "Copiere în clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copiază în alt proiect"
|
||||
button_copy: "Copiază"
|
||||
button_copy_to_clipboard: "Copiză în clipboard"
|
||||
button_copy_link_to_clipboard: "Copiază link-ul în clipboard"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Câmpuri personalizate"
|
||||
button_delete: "Ștergere"
|
||||
button_delete_watcher: "Ştergere observator"
|
||||
button_delete: "Șterge"
|
||||
button_delete_watcher: "Şterge observator"
|
||||
button_details_view: "Vizualizare detaliată"
|
||||
button_duplicate: "Duplicare"
|
||||
button_edit: "Editare"
|
||||
@@ -377,7 +377,7 @@ ro:
|
||||
token_name_label: "Where will you be using this?"
|
||||
token_name_placeholder: 'Type a name, e.g. "Phone"'
|
||||
token_name_description_text: 'If you subscribe to this calendar from multiple devices, this name will help you distinguish between them in your <a href="my/access_token", target="_blank">access tokens</a> list.'
|
||||
copy_url_label: "Copy URL"
|
||||
copy_url_label: "Copiază URL-ul"
|
||||
ical_generation_error_text: "An error occured while generating the calendar URL."
|
||||
success_message: 'The URL "%{name}" was successfully copied to your clipboard. Paste it in your calendar client to complete the subscription.'
|
||||
label_activate: "Activare"
|
||||
@@ -436,7 +436,7 @@ ro:
|
||||
label_expand_project_menu: "Deschideți meniul proiectului"
|
||||
label_export: "Exportare"
|
||||
label_export_preparing: "Exportul este în curs de pregătire și va fi descărcat în curând."
|
||||
label_favorites: "Favorites"
|
||||
label_favorites: "Favorite"
|
||||
label_filename: "Fișier"
|
||||
label_filesize: "Dimensiune"
|
||||
label_general: "General"
|
||||
@@ -488,7 +488,7 @@ ro:
|
||||
label_per_page: "Pe pagină:"
|
||||
label_please_wait: "Așteptați"
|
||||
label_project: "Proiect"
|
||||
label_project_list: "Project lists"
|
||||
label_project_list: "Listă proiecte"
|
||||
label_project_plural: "Proiecte"
|
||||
label_visibility_settings: "Setări de vizibilitate"
|
||||
label_quote_comment: "Citare comentariu"
|
||||
@@ -558,7 +558,7 @@ ro:
|
||||
label_formattable_attachment_hint: "Atașați și legați fișiere prin plasarea în acest câmp sau prin lipirea din clipboard."
|
||||
label_remove_file: "Ştergere %{fileName}"
|
||||
label_remove_watcher: "Eliminare observator %{name}"
|
||||
label_remove_all_files: Ştergeţi toate fişierele
|
||||
label_remove_all_files: Şterge toate fişierele
|
||||
label_add_description: "Adăugați o descriere pentru %{file}"
|
||||
label_upload_notification: "Se încarcă fișierele..."
|
||||
label_work_package_upload_notification: "Fişierele pentru pachetul de lucru #%{id}: %{subject} sunt în curs de încărcare"
|
||||
@@ -625,9 +625,9 @@ ro:
|
||||
processed: "Processed"
|
||||
prioritized: "Prioritized"
|
||||
dateAlert: "Alertă de dată"
|
||||
shared: "Shared"
|
||||
shared: "Partajat"
|
||||
date_alerts:
|
||||
milestone_date: "Data etapa"
|
||||
milestone_date: "Dată etapă"
|
||||
overdue: "Restanțe"
|
||||
overdue_since: "din %{difference_in_days}"
|
||||
property_today: "este astăzi"
|
||||
@@ -653,7 +653,7 @@ ro:
|
||||
empty_state:
|
||||
no_notification: "Se pare că v-ați pus la punct."
|
||||
no_notification_with_current_project_filter: "Se pare că v-ați pus la punct cu proiectul selectat."
|
||||
no_notification_with_current_filter: "Se pare că v-ați pus la punct pentru filtrul %{filter}."
|
||||
no_notification_with_current_filter: "Se pare că ești la zi cu filtrul %{filter}."
|
||||
no_notification_for_filter: "Looks like you are all caught up for this filter."
|
||||
no_selection: "Faceți clic pe o notificare pentru a vizualiza toate detaliile activității."
|
||||
new_notifications:
|
||||
@@ -681,7 +681,7 @@ ro:
|
||||
description: "Primește o notificare de fiecare dată când cineva mă menționează oriunde"
|
||||
assignee: "Responsabil"
|
||||
responsible: "Responsabil"
|
||||
shared: "Shared"
|
||||
shared: "Partajat"
|
||||
watched: "Observator"
|
||||
work_package_commented: "Toate comentariile noi"
|
||||
work_package_created: "Pachete de lucru noi"
|
||||
@@ -725,7 +725,7 @@ ro:
|
||||
Vă rugăm să alegeți un proiect în care să creați pachetul de lucru pentru a vedea toate atributele. Puteți selecta numai proiectele care au tipul de mai sus activat.
|
||||
details_activity: "Activitate detalii proiect"
|
||||
context: "Contextul proiectului"
|
||||
click_to_switch_to_project: "Project: %{projectname}"
|
||||
click_to_switch_to_project: "Proiect: %{projectname}"
|
||||
confirm_template_load: "Schimbarea șablonului va reîncărca pagina și veți pierde toate datele introduse în acest formular. Continuați?"
|
||||
use_template: "Utilizează șablon"
|
||||
no_template_selected: "(Nimic)"
|
||||
@@ -896,7 +896,7 @@ ro:
|
||||
share: "Distribuiți"
|
||||
selected_count: "%{count} selected"
|
||||
selection:
|
||||
mixed: "Mixed"
|
||||
mixed: "Amestecat"
|
||||
work_packages:
|
||||
bulk_actions:
|
||||
move: "Modificare identificator proiect"
|
||||
@@ -956,7 +956,7 @@ ro:
|
||||
header_with_parent: "Nou %{type} (copilul %{parent_type} #%{id})"
|
||||
button: "Creare"
|
||||
copy:
|
||||
title: "Copiere pachet de lucru"
|
||||
title: "Copiză pachet de lucru"
|
||||
hierarchy:
|
||||
show: "Afișați modul ierarhic"
|
||||
hide: "Ascundeți modul ierarhic"
|
||||
@@ -1007,7 +1007,7 @@ ro:
|
||||
workAlternative: "Durata estimată"
|
||||
remainingTime: "Remaining work"
|
||||
default_queries:
|
||||
manually_sorted: "New manually sorted query"
|
||||
manually_sorted: "Interogare nouă sortată manual"
|
||||
latest_activity: "Activitate recentă"
|
||||
created_by_me: "Creat de mine"
|
||||
assigned_to_me: "Atribuit mie"
|
||||
@@ -1015,8 +1015,8 @@ ro:
|
||||
all_open: "Toate deschise"
|
||||
overdue: "Restanțe"
|
||||
summary: "Descriere"
|
||||
shared_with_users: "Shared with users"
|
||||
shared_with_me: "Shared with me"
|
||||
shared_with_users: "Partajate cu utilizatorii"
|
||||
shared_with_me: "Partajate cu mine"
|
||||
jump_marks:
|
||||
pagination: "Salt la paginarea tabelului"
|
||||
label_pagination: "Click aici pentru a sări peste tabelul cu pachete de lucru și a ajunge la paginare"
|
||||
@@ -1124,31 +1124,31 @@ ro:
|
||||
visibility_settings: "Setări de vizibilitate"
|
||||
share_calendar: "Subscribe to calendar"
|
||||
page_settings: "Redenumire"
|
||||
delete: "Ștergere"
|
||||
delete: "Șterge"
|
||||
filter: "Filtrare"
|
||||
unselected_title: "Pachet de lucru"
|
||||
search_query_label: "Căutați vizualizări salvate"
|
||||
modals:
|
||||
label_name: "Nume"
|
||||
label_delete_page: "Ştergeți pagina curentă"
|
||||
label_delete_page: "Şterge pagina curentă"
|
||||
button_apply: "Salvare"
|
||||
button_save: "Salvare"
|
||||
button_submit: "Trimitere"
|
||||
button_cancel: "Anulare"
|
||||
button_delete: "Ștergere"
|
||||
button_delete: "Șterge"
|
||||
form_submit:
|
||||
title: "Confirmați pentru a continua"
|
||||
text: "Sunteți sigur/ă că doriți să realizați această acțiune?"
|
||||
destroy_work_package:
|
||||
title: "Confirmați ștergerea %{label}"
|
||||
single_text: "Sunteți sigur că doriți să ștergeți pachetul de lucru"
|
||||
bulk_text: "Sunteți sigur că doriți să ștergeți următoarele %{label}?"
|
||||
single_text: "Ești sigur că vrei să ștergi pachetul de lucru"
|
||||
bulk_text: "Ești sigur că vrei să ștergi următoarele %{label}?"
|
||||
has_children: "Pachetul de lucru conține %{childUnits}:"
|
||||
confirm_deletion_children: "Recunosc că TOȚI descendenții pachetelor de lucru enumerate vor fi eliminați în mod recursiv."
|
||||
deletes_children: "De asemenea, toate pachetele de lucru minore și descendenții acestora vor fi șterse în mod recursiv."
|
||||
destroy_time_entry:
|
||||
title: "Confirmarea ștergerii înregistrării timpului"
|
||||
text: "Sunteți sigur că doriți să ștergeți următoarea înregistrare a timpului?"
|
||||
text: "Ești sigur că vrei să ștergi următoarea înregistrare a timpului?"
|
||||
notice_no_results_to_display: "Fara rezultate vizibile de afisat."
|
||||
notice_successful_create: "Creare reuşită."
|
||||
notice_successful_delete: "Ştergere reuşită."
|
||||
@@ -1204,7 +1204,7 @@ ro:
|
||||
close_search: "Inchide cautarea"
|
||||
current_project_and_all_descendants: "In acest proiect + subproiecte"
|
||||
current_project: "In acest proiect"
|
||||
recently_viewed: "Recently viewed"
|
||||
recently_viewed: "Vizualizate recent"
|
||||
search: "Căutare"
|
||||
title:
|
||||
all_projects: "toate proiectele"
|
||||
|
||||
@@ -66,7 +66,7 @@ ru:
|
||||
button_back_to_list_view: "Вернуться к просмотру списка"
|
||||
button_cancel: "Отмена"
|
||||
button_close: "Закрыть"
|
||||
button_change_project: "Изменить проект"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Отметить все"
|
||||
button_configure-form: "Настроить форму"
|
||||
button_confirm: "Подтвердить"
|
||||
@@ -74,7 +74,7 @@ ru:
|
||||
button_copy: "Копировать"
|
||||
button_copy_to_clipboard: "Копировать в буфер обмена"
|
||||
button_copy_link_to_clipboard: "Копировать ссылку в буфер обмена"
|
||||
button_copy_to_other_project: "Копировать в другой проект"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Настраиваемые поля"
|
||||
button_delete: "Удалить"
|
||||
button_delete_watcher: "Удалить наблюдателя"
|
||||
|
||||
@@ -66,7 +66,7 @@ rw:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Close"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ rw:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "Delete"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ si:
|
||||
button_back_to_list_view: "ලැයිස්තු දැක්ම වෙත ආපසු"
|
||||
button_cancel: "අවලංගු කරන්න"
|
||||
button_close: "වසන්න"
|
||||
button_change_project: "ව්යාපෘතිය වෙනස් කරන්න"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "සියල්ල පරීක්ෂා කරන්න"
|
||||
button_configure-form: "පෝරමය සකසන්න"
|
||||
button_confirm: "තහවුරු කරන්න"
|
||||
@@ -74,7 +74,7 @@ si:
|
||||
button_copy: "පිටපත් කරන්න"
|
||||
button_copy_to_clipboard: "පසුරු පුවරුවට පිටපත් කරන්න"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "අභිරුචි ක්ෂේත්ර"
|
||||
button_delete: "මකන්න"
|
||||
button_delete_watcher: "මුරකරු මකන්න"
|
||||
|
||||
@@ -66,7 +66,7 @@ sk:
|
||||
button_back_to_list_view: "Späť na zobrazenie zoznamu"
|
||||
button_cancel: "Zrušíť"
|
||||
button_close: "Zatvoriť"
|
||||
button_change_project: "Zmeniť projekt"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Označiť všetko"
|
||||
button_configure-form: "Konfigurácia formulára"
|
||||
button_confirm: "Potvrdiť"
|
||||
@@ -74,7 +74,7 @@ sk:
|
||||
button_copy: "Kopírovať"
|
||||
button_copy_to_clipboard: "Kopírovať do schránky"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Vlastné polia"
|
||||
button_delete: "Odstrániť"
|
||||
button_delete_watcher: "Odstrániť pozorovateľa"
|
||||
|
||||
@@ -66,7 +66,7 @@ sl:
|
||||
button_back_to_list_view: "Nazaj na pregled seznama"
|
||||
button_cancel: "Prekliči"
|
||||
button_close: "Zapri"
|
||||
button_change_project: "Spremeni projekt"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Označi vse"
|
||||
button_configure-form: "Spremeni obliko"
|
||||
button_confirm: "Potrdi"
|
||||
@@ -74,7 +74,7 @@ sl:
|
||||
button_copy: "Kopiraj"
|
||||
button_copy_to_clipboard: "Kopiraj v odložišče"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Polja po meri"
|
||||
button_delete: "Izbriši"
|
||||
button_delete_watcher: "Izbriši opazovalca"
|
||||
|
||||
@@ -66,7 +66,7 @@ sr:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Zatvori"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ sr:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "Delete"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ sv:
|
||||
button_back_to_list_view: "Tillbaka till listvy"
|
||||
button_cancel: "Avbryt"
|
||||
button_close: "Stäng"
|
||||
button_change_project: "Ändra projekt"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Markera alla"
|
||||
button_configure-form: "Ställ in formulär"
|
||||
button_confirm: "Bekräfta"
|
||||
@@ -74,7 +74,7 @@ sv:
|
||||
button_copy: "Kopiera"
|
||||
button_copy_to_clipboard: "Kopiera till Urklipp"
|
||||
button_copy_link_to_clipboard: "Kopiera länk till urklipp"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Anpassade fält"
|
||||
button_delete: "Radera"
|
||||
button_delete_watcher: "Ta bort bevakare"
|
||||
|
||||
@@ -66,7 +66,7 @@ th:
|
||||
button_back_to_list_view: "กลับไปยังรายการก่อนหน้า"
|
||||
button_cancel: "ยกเลิก"
|
||||
button_close: "ปิด"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "ทำเครื่องหมายทั้งหมด"
|
||||
button_configure-form: "กำหนดค่าฟอร์ม"
|
||||
button_confirm: "ยืนยัน"
|
||||
@@ -74,7 +74,7 @@ th:
|
||||
button_copy: "คัดลอก"
|
||||
button_copy_to_clipboard: "คัดลอกไปยังคลิปบอร์ด"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "ฟิลด์ที่กำหนดเอง"
|
||||
button_delete: "ลบ"
|
||||
button_delete_watcher: "ลบผู้ดูข้อมูล"
|
||||
|
||||
@@ -66,7 +66,7 @@ tr:
|
||||
button_back_to_list_view: "Liste görünümüne geri dön"
|
||||
button_cancel: "İptal etmek"
|
||||
button_close: "Kapat"
|
||||
button_change_project: "Projeyi değiştir"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Hepsini kontrol et"
|
||||
button_configure-form: "Formu yapılandır"
|
||||
button_confirm: "Onaylamak"
|
||||
@@ -74,7 +74,7 @@ tr:
|
||||
button_copy: "Kopyalamak"
|
||||
button_copy_to_clipboard: "Panoya kopyala"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Başka bir projeye kopyala"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Özel Alanlar"
|
||||
button_delete: "silmek"
|
||||
button_delete_watcher: "Takipçi sil"
|
||||
|
||||
@@ -66,7 +66,7 @@ uk:
|
||||
button_back_to_list_view: "Повернутися до списку"
|
||||
button_cancel: "Скасувати"
|
||||
button_close: "Закрити"
|
||||
button_change_project: "Змінити проект"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Перевірити все"
|
||||
button_configure-form: "Налаштуйте форму"
|
||||
button_confirm: "Підтвердити"
|
||||
@@ -74,7 +74,7 @@ uk:
|
||||
button_copy: "Копіювати"
|
||||
button_copy_to_clipboard: "Копіювати в буфер обміну"
|
||||
button_copy_link_to_clipboard: "Копіювати посилання в буфер обміну"
|
||||
button_copy_to_other_project: "Копіювати в інший проєкт"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Індивідуальні поля"
|
||||
button_delete: "Видалити"
|
||||
button_delete_watcher: "Видалити спостерігача"
|
||||
|
||||
@@ -66,7 +66,7 @@ uz:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Close"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -74,7 +74,7 @@ uz:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "Delete"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -66,7 +66,7 @@ vi:
|
||||
button_back_to_list_view: "Quay lại chế độ xem danh sách"
|
||||
button_cancel: "Hủy"
|
||||
button_close: "Đóng"
|
||||
button_change_project: "Thay đổi dự án"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Chọn tất cả"
|
||||
button_configure-form: "Cấu hình biểu mẫu"
|
||||
button_confirm: "Xác nhận"
|
||||
@@ -74,7 +74,7 @@ vi:
|
||||
button_copy: "Sao chép"
|
||||
button_copy_to_clipboard: "Sao chép vào clipboard"
|
||||
button_copy_link_to_clipboard: "Sao chép liên kết vào clipboard"
|
||||
button_copy_to_other_project: "Sao chép vào dự án khác"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Trường tùy chỉnh"
|
||||
button_delete: "Xóa"
|
||||
button_delete_watcher: "Xóa người theo dõi"
|
||||
|
||||
@@ -66,7 +66,7 @@ zh-CN:
|
||||
button_back_to_list_view: "返回列表视图"
|
||||
button_cancel: "取消"
|
||||
button_close: "关闭"
|
||||
button_change_project: "更改项目"
|
||||
button_change_project: "移动到另一个项目"
|
||||
button_check_all: "全选"
|
||||
button_configure-form: "配置表单"
|
||||
button_confirm: "确认"
|
||||
|
||||
@@ -66,7 +66,7 @@ zh-TW:
|
||||
button_back_to_list_view: "返回清單"
|
||||
button_cancel: "取消"
|
||||
button_close: "關閉"
|
||||
button_change_project: "切換專案"
|
||||
button_change_project: "移動到其它專案"
|
||||
button_check_all: "勾選全部"
|
||||
button_configure-form: "表單設定"
|
||||
button_confirm: "確認"
|
||||
@@ -74,7 +74,7 @@ zh-TW:
|
||||
button_copy: "複製"
|
||||
button_copy_to_clipboard: "複製到剪貼簿"
|
||||
button_copy_link_to_clipboard: "複製到剪貼簿"
|
||||
button_copy_to_other_project: "複製到其他專案"
|
||||
button_copy_to_other_project: "複製到其它專案"
|
||||
button_custom-fields: "客製欄位"
|
||||
button_delete: "删除"
|
||||
button_delete_watcher: "刪除監看者"
|
||||
@@ -372,7 +372,7 @@ zh-TW:
|
||||
title: "訂閱日曆"
|
||||
inital_setup_error_message: "更新資料時發生錯誤"
|
||||
description: "您可以使用 URL (iCalendar) 在外部客戶端中訂閱此日曆,並從外部客戶端查看最新工作包信息。"
|
||||
warning: "請不要與其他用戶共享此 URL 。擁有這個鏈接的任何人都可以在沒有帳戶或密碼的情況下查看工作包的詳細信息。"
|
||||
warning: "請不要與其他用戶共用此 URL 。擁有這個鏈接的任何人都可以在沒有帳戶或密碼的情況下查看工作包的詳細信息。"
|
||||
token_name_label: "您將在哪裡使用它?"
|
||||
token_name_placeholder: '輸入名稱,例如“Phone”'
|
||||
token_name_description_text: '如果您從多個設備訂閱此日曆,此名稱將有助於在<a href="my/access_token", target="_blank">訪問權杖</a>列表中區分它們。'
|
||||
@@ -446,7 +446,7 @@ zh-TW:
|
||||
label_group_plural: "群組"
|
||||
label_hide_attributes: "簡略"
|
||||
label_hide_column: "隱藏欄位"
|
||||
label_hide_project_menu: "折疊專案選單"
|
||||
label_hide_project_menu: "收合專案選單"
|
||||
label_in: "於"
|
||||
label_in_less_than: "少於"
|
||||
label_in_more_than: "多於"
|
||||
@@ -489,7 +489,7 @@ zh-TW:
|
||||
label_project: "專案"
|
||||
label_project_list: "列出專案"
|
||||
label_project_plural: "專案"
|
||||
label_visibility_settings: "可見度設定"
|
||||
label_visibility_settings: "公開設定"
|
||||
label_quote_comment: "引述這個留言"
|
||||
label_recent: "最近"
|
||||
label_reset: "重置"
|
||||
@@ -499,7 +499,7 @@ zh-TW:
|
||||
label_remove_row: "移除列"
|
||||
label_report: "報表"
|
||||
label_repository_plural: "版本庫"
|
||||
label_save_as: "保存為"
|
||||
label_save_as: "另存為"
|
||||
label_search_columns: "選取欄位"
|
||||
label_select_project: "選擇專案"
|
||||
label_select_watcher: "選擇監看者"
|
||||
@@ -605,11 +605,11 @@ zh-TW:
|
||||
gantt_menu: "使用甘特圖模塊輕鬆創建項目時間表和時間線。"
|
||||
timeline: "您可以在此<b>編輯您的項目計劃</b>、創建新的工作包(例如任務、里程碑、階段等)以及<b>添加依賴項</b>。所有團隊成員都可以隨時查看和更新最新計劃。"
|
||||
team_planner:
|
||||
overview: "工作組規劃器使您可以直觀地為團隊成員分配任務,並全面瞭解哪些成員正在處理哪些工作。"
|
||||
calendar: "單周或雙周規劃面板可以顯示分配給您的團隊成員的所有工作包。"
|
||||
add_assignee: "首先,請將受理人添加到工作組規劃器。"
|
||||
add_existing: "搜索現有工作包並將其拖動到工作組規劃器,以立即將其分配給團隊成員並定義開始日期和結束日期。"
|
||||
card: "水平拖動工作包以前移或後移其時間,拖動邊緣以更改開始日期和結束日期,甚至可以將其垂直拖動到不同的行以分配給其他成員。"
|
||||
overview: "小組工作企劃使您可以直觀地為小組成員分配任務,並全面瞭解哪些成員正在處理哪些工作。"
|
||||
calendar: "單周或雙周規劃面版,可以顯示分配給您的小組成員的所有工作項目。"
|
||||
add_assignee: "首先,請將執行者新增到小組工作企劃。"
|
||||
add_existing: "搜索現有工作項目並將其拖動到小組工作企劃中,立即將其分配給小組成員並規定開始日期和結束日期。"
|
||||
card: "水平拖動工作項目前後移其時間,拖曳可更改開始日期和結束日期,甚至可以將其垂直拖動到不同的行以分配給其他成員。"
|
||||
notifications:
|
||||
title: "通知"
|
||||
no_unread: "無未讀通知"
|
||||
@@ -624,7 +624,7 @@ zh-TW:
|
||||
processed: "已處理"
|
||||
prioritized: "已優先"
|
||||
dateAlert: "日期提醒"
|
||||
shared: "共享"
|
||||
shared: "共用"
|
||||
date_alerts:
|
||||
milestone_date: "里程碑日期"
|
||||
overdue: "逾期"
|
||||
@@ -678,7 +678,7 @@ zh-TW:
|
||||
description: "每當有人提及我時都收到通知"
|
||||
assignee: "執行者"
|
||||
responsible: "負責人"
|
||||
shared: "共享"
|
||||
shared: "共用"
|
||||
watched: "監看者\n"
|
||||
work_package_commented: "有新留言"
|
||||
work_package_created: "新增工作項目"
|
||||
@@ -690,7 +690,7 @@ zh-TW:
|
||||
title: "參與中"
|
||||
description: "你參與的工作項目中所有活動的通知(執行者、負責人或監看者)。"
|
||||
delayed:
|
||||
title: "非參與中"
|
||||
title: "未參與之工作項目"
|
||||
description: "額外通知"
|
||||
date_alerts:
|
||||
title: "日期提醒"
|
||||
@@ -890,7 +890,7 @@ zh-TW:
|
||||
wiki_link: "連結到一個 Wiki 頁面"
|
||||
image: "圖片"
|
||||
sharing:
|
||||
share: "共享"
|
||||
share: "共用"
|
||||
selected_count: "已選取 %{count} 個"
|
||||
selection:
|
||||
mixed: "混合"
|
||||
@@ -1051,10 +1051,10 @@ zh-TW:
|
||||
is_parent: "此工作包的日期會自動從其子項推導出。可啟用“手動計劃”來設置日期。"
|
||||
is_switched_from_manual_to_automatic: "由於與其他工作包的關係,在從手動計劃切換為自動計劃後,此工作包的日期可能需要重新計算。"
|
||||
sharing:
|
||||
title: "共享工作項目"
|
||||
show_all_users: "顯示與之共享工作包的所有用戶"
|
||||
title: "共用工作項目"
|
||||
show_all_users: "顯示與之共用工作項目的所有用戶"
|
||||
upsale:
|
||||
description: "與不是專案成員的使用者共享工作項目。"
|
||||
description: "與不是專案成員的使用者共用工作項目。"
|
||||
table:
|
||||
configure_button: "設定工作項目"
|
||||
summary: "由工作項目和工作項目屬性列組成的表格。"
|
||||
@@ -1070,7 +1070,7 @@ zh-TW:
|
||||
display_settings: "顯示設定"
|
||||
default_mode: "展開清單"
|
||||
hierarchy_mode: "階層"
|
||||
hierarchy_hint: "所有已篩選的資料與其來源將一起優化。階層可以展開和折疊。"
|
||||
hierarchy_hint: "所有已篩選的資料與其來源將一起優化。階層可以展開和收合。"
|
||||
display_sums_hint: "在表格結果下方的一行中顯示總和。"
|
||||
show_timeline_hint: "在表格的右側顯示互動式甘特圖。可以通過在表和甘特圖之間拖動分隔線來更改其寬度。"
|
||||
highlighting: "強調"
|
||||
@@ -1118,7 +1118,7 @@ zh-TW:
|
||||
save: "儲存"
|
||||
save_as: "另存為"
|
||||
export: "匯出"
|
||||
visibility_settings: "可見度設定"
|
||||
visibility_settings: "公開設定"
|
||||
share_calendar: "訂閱日曆"
|
||||
page_settings: "重新命名版面"
|
||||
delete: "删除"
|
||||
|
||||
@@ -212,12 +212,12 @@
|
||||
reorder_confirmation: "Advarsel: Gjeldende rekkefølge for tilgjengelige verdier vil gå tapt. Vil du fortsette?"
|
||||
instructions:
|
||||
is_required: "Marker det egendefinerte feltet som påkrevd. Dette vil gjøre det obligatorisk å fylle ut feltet når du oppretter nye eller oppdaterer eksisterende ressurser."
|
||||
is_required_for_project: "Check to enable this attribute and make it required in all projects. It cannot be deactived for individual projects."
|
||||
is_required_for_project: "Marker for å aktivere denne attributten og gjøre den påkrevd i alle prosjekter. Det kan ikke deaktiveres for enkeltprosjekter."
|
||||
is_for_all: "Merk egendefinert felt som tilgjengelig for alle eksisterende og nye prosjekter."
|
||||
searchable: "Inkluder feltverdier ved bruk av den globale søkefunksjonaliteten."
|
||||
searchable_for_project: "Check to make this attribute available as a filter in project lists."
|
||||
searchable_for_project: "Marker for å gjøre denne attributten tilgjengelig som filter i prosjektlister."
|
||||
editable: "La feltet være redigerbart av brukere selv."
|
||||
admin_only: "Check to make this attribute only visible to administrators. Users without admin rights will not be able to view or edit it."
|
||||
admin_only: "Marker for å gjøre denne attributten synlig kun for administratorer. Brukere uten administrative rettigheter vil ikke kunne se eller redigere den."
|
||||
is_filter: >
|
||||
Tillat at egendefinert felt brukes i filter i arbeidspakkevisninger. Merk at med 'For alle prosjekter' som er valgt, vil egendefinert felt vises i globale visninger.
|
||||
tab:
|
||||
@@ -402,8 +402,8 @@
|
||||
new_access_token_dialog_text: "Dette tokenet tillater tredjepartsprogrammer å kommunisere med forekomsten. For å differensiere den nye API-token, vennligst gi den et navn."
|
||||
new_access_token_dialog_attention_text: "Behandle API-token som passord. Alle med denne lenken vil ha tilgang til informasjon fra denne forekomsten, del den bare med pålitelige brukere."
|
||||
failed_to_reset_token: "Tilgangstoken kunne ikke tilbakestilles: %{error}"
|
||||
failed_to_create_token: "Failed to create access token: %{error}"
|
||||
failed_to_revoke_token: "Failed to revoke access token: %{error}"
|
||||
failed_to_create_token: "Tilgangsnøkkelen kunne ikke opprettes: %{error}"
|
||||
failed_to_revoke_token: "Kunne ikke oppheve tilgangstoken: %{error}"
|
||||
notice_reset_token: "En ny %{type} token har blitt generert. Din tilgangstoken er:"
|
||||
token_value_warning: "Merk: Du vil ikke kunne se denne token på nytt, sørg for å kopiere den nå."
|
||||
no_results_title_text: Det er ingen tilgangsnøkler tilgjengelig.
|
||||
@@ -529,9 +529,9 @@
|
||||
no_common_statuses_exists: "Det er ingen status tilgjengelig for alle valgte arbeidspakker. Status kan ikke endres."
|
||||
unsupported_for_multiple_projects: "Bulk flytt/kopi er ikke støttet for arbeidspakker fra flere prosjekter"
|
||||
current_type_not_available_in_target_project: >
|
||||
The current type of the work package is not enabled in the target project. Please enable the type in the target project if you'd like it to remain unchanged. Otherwise, select an available type in the target project from the list.
|
||||
Den gjeldende typen arbeidspakke er ikke aktivert i målprosjektet. Vennligst aktiver typen i målprosjektet hvis du ønsker det uforandret. Ellers velger du en tilgjengelig type i målprosjektet fra listen.
|
||||
bulk_current_type_not_available_in_target_project: >
|
||||
The current types of the work packages aren't enabled in the target project. Please enable the types in the target project if you'd like them to remain unchanged. Otherwise, select an available type in the target project from the list.
|
||||
De gjeldende typene av arbeidspakker er ikke aktivert i målprosjektet. Aktiver typen i målprosjektet hvis du ønsker at de forblir uendret. Ellers velger du en tilgjengelig type i målprosjektet fra listen.
|
||||
sharing:
|
||||
missing_workflow_warning:
|
||||
title: "Arbeidsflyt mangler for deling av arbeidspakker"
|
||||
@@ -620,7 +620,7 @@
|
||||
possible_values: "Mulige verdier"
|
||||
regexp: "Regulære uttrykk"
|
||||
searchable: "Søkbar"
|
||||
admin_only: "Admin-only"
|
||||
admin_only: "Kun administratorer"
|
||||
custom_value:
|
||||
value: "Verdi"
|
||||
doorkeeper/application:
|
||||
@@ -690,7 +690,7 @@
|
||||
versions: "Versjoner"
|
||||
work_packages: "Arbeidspakker"
|
||||
project_custom_field:
|
||||
is_required: "Required for all projects"
|
||||
is_required: "Påkrevd for alle prosjekter"
|
||||
custom_field_section: Seksjon
|
||||
query:
|
||||
column_names: "Kolonner"
|
||||
@@ -711,7 +711,7 @@
|
||||
is_closed: "Arbeidspakke lukket"
|
||||
is_readonly: "Arbeidspakken er skrivebeskyttet"
|
||||
excluded_from_totals: "Unnta fra beregning av totaler i hierarki"
|
||||
default_done_ratio: "% Complete"
|
||||
default_done_ratio: "% Ferdig "
|
||||
time_entry:
|
||||
activity: "Aktivitet"
|
||||
hours: "Timer"
|
||||
@@ -745,7 +745,7 @@
|
||||
auto_hide_popups: "Auto-skjul suksessvarsler"
|
||||
warn_on_leaving_unsaved: "Varsle meg når jeg forlater en arbeidspakke med ulagrede endringer"
|
||||
theme: "Modus"
|
||||
mode_guideline: "Some modes will overwrite custom theme colours for accessibility and legibility. For the full custom theme, please select Light mode."
|
||||
mode_guideline: "Noen moduser vil overskrive tilpassede temafarger for tilgjengelighet og leselighet. For å få fullstendig tilpasset tema, velg lys modus."
|
||||
version:
|
||||
effective_date: "Sluttdato"
|
||||
sharing: "Deling"
|
||||
@@ -937,7 +937,7 @@
|
||||
project_custom_field_project_mapping:
|
||||
attributes:
|
||||
project_ids:
|
||||
blank: "Please select a project."
|
||||
blank: "Velg et prosjekt."
|
||||
query:
|
||||
attributes:
|
||||
project:
|
||||
@@ -1003,7 +1003,7 @@
|
||||
status:
|
||||
attributes:
|
||||
default_done_ratio:
|
||||
inclusion: "must be between 0 and 100."
|
||||
inclusion: "må være mellom 0 og 100."
|
||||
readonly_default_exlusive: "kan ikke aktiveres for statuser som er merket som standard."
|
||||
time_entry:
|
||||
attributes:
|
||||
@@ -1036,11 +1036,11 @@
|
||||
assigned_to:
|
||||
format: "%{message}"
|
||||
done_ratio:
|
||||
does_not_match_work_and_remaining_work: "does not match work and remaining work"
|
||||
cannot_be_set_when_work_is_zero: "cannot be set when work is zero"
|
||||
does_not_match_work_and_remaining_work: "samsvarer ikke med arbeid og arbeid som gjenstår"
|
||||
cannot_be_set_when_work_is_zero: "kan ikke angis når arbeidet er null"
|
||||
must_be_set_when_remaining_work_is_set: "Påkrevd når gjenværende arbeid er satt."
|
||||
must_be_set_when_work_and_remaining_work_are_set: "Required when Work and Remaining work are set."
|
||||
inclusion: "must be between 0 and 100."
|
||||
must_be_set_when_work_and_remaining_work_are_set: "Påkrevd når arbeid og gjenstående arbeid settes."
|
||||
inclusion: "må være mellom 0 og 100."
|
||||
due_date:
|
||||
not_start_date: "er ikke på startdato, selv om dette er nødvendig for milepæler."
|
||||
cannot_be_null: "kan ikke settes til null da startdato og varighet er kjent."
|
||||
@@ -1070,13 +1070,13 @@
|
||||
estimated_hours:
|
||||
not_a_number: "is not a valid duration."
|
||||
cant_be_inferior_to_remaining_work: "Kan ikke være lavere enn gjenstående arbeid."
|
||||
must_be_set_when_remaining_work_and_percent_complete_are_set: "Required when Remaining work and % Complete are set."
|
||||
must_be_set_when_remaining_work_and_percent_complete_are_set: "Påkrevd når gjenværende arbeid og % Fullført er satt."
|
||||
format: "%{message}"
|
||||
remaining_hours:
|
||||
not_a_number: "is not a valid duration."
|
||||
cant_exceed_work: "Kan ikke være høyere enn arbeidet."
|
||||
must_be_set_when_work_is_set: "Påkrevet når arbeidet settes."
|
||||
must_be_set_when_work_and_percent_complete_are_set: "Required when Work and % Complete are set."
|
||||
must_be_set_when_work_and_percent_complete_are_set: "Påkrevd når gjenværende arbeid og % Fullført er satt."
|
||||
format: "%{message}"
|
||||
readonly_status: "Arbeidspakken er i skrivebeskyttet status slik at egenskapene ikke kan endres."
|
||||
type:
|
||||
@@ -1601,7 +1601,7 @@
|
||||
error_pdf_failed_to_export: "PDF-eksporten kunne ikke lagres: %{error}"
|
||||
error_token_authenticity: "Kan ikke bekrefte Cross-Site Request Forgery token. Har du prøvd å sende inn data i flere nettlesere eller faner? Vennligst lukk alle fanene og prøv igjen."
|
||||
error_work_package_not_found_in_project: "Arbeidspakken ble ikke funnet eller tilhører ikke dette prosjektet"
|
||||
error_work_package_id_not_found: "The work package was not found."
|
||||
error_work_package_id_not_found: "Arbeidspakken ble ikke funnet."
|
||||
error_must_be_project_member: "må være prosjektmedlem"
|
||||
error_migrations_are_pending: "Din OpenProject installasjon har ventende databaseoverføringer. Du har sannsynligvis gått tilbake til overføringene på din siste oppgradering. Vennligst sjekk oppgraderings guiden for å oppgradere installasjonen din ordentlig."
|
||||
error_migrations_visit_upgrade_guides: "Vennligst besøk vår veiledning/dokumentasjon for oppgradering"
|
||||
@@ -1657,11 +1657,11 @@
|
||||
image:
|
||||
omitted: "Bilde ikke eksportert."
|
||||
macro:
|
||||
error: "Macro error, %{message}"
|
||||
attribute_not_found: "attribute not found: %{attribute}"
|
||||
model_not_found: "invalid attribute model: %{model}"
|
||||
resource_not_found: "resource not found: %{resource}"
|
||||
rich_text_unsupported: "Rich text embedding currently not supported in export"
|
||||
error: "Makrofeil, %{message}"
|
||||
attribute_not_found: "attributtet ble ikke funnet: %{attribute}"
|
||||
model_not_found: "ugyldig attributtmodell: %{model}"
|
||||
resource_not_found: "ressurs ikke funnet: %{resource}"
|
||||
rich_text_unsupported: "Rik tekstinnebygging støttes ikke for eksport"
|
||||
units:
|
||||
hours: t
|
||||
days: d
|
||||
@@ -1812,7 +1812,7 @@
|
||||
all: "Alle"
|
||||
all_title: "Vis alle"
|
||||
menu:
|
||||
by_project: "Ulest av prosjektet"
|
||||
by_project: "Ulest etter prosjekt"
|
||||
by_reason: "Grunn"
|
||||
inbox: "Innboks"
|
||||
send_notifications: "Send varsler for denne handlingen"
|
||||
@@ -1834,7 +1834,7 @@
|
||||
label_add_another_file: "Legg til en annen fil"
|
||||
label_add_columns: "Legg til valgte kolonner"
|
||||
label_add_note: "Legg til et notat"
|
||||
label_add_projects: "Add projects"
|
||||
label_add_projects: "Legg til prosjekter"
|
||||
label_add_related_work_packages: "Legg til relaterte arbeidspakker"
|
||||
label_add_subtask: "Legg til underoppgave"
|
||||
label_added: "lagt til"
|
||||
@@ -1875,7 +1875,7 @@
|
||||
label_ldap_auth_source_plural: "LDAP-forbindelser"
|
||||
label_attribute_expand_text: "Den fullstendige teksten for '%{attribute}'"
|
||||
label_authentication: "Autentisering"
|
||||
label_authentication_settings: "Authentication settings"
|
||||
label_authentication_settings: "Autentiseringsinnstillinger"
|
||||
label_available_global_roles: "Tilgjengelige globale roller"
|
||||
label_available_project_attributes: "Tilgjengelige prosjektegenskaper"
|
||||
label_available_project_forums: "Tilgjengelige forum"
|
||||
@@ -2073,10 +2073,10 @@
|
||||
label_introduction_video: "Introduksjonsvideo"
|
||||
label_invite_user: "Inviter bruker"
|
||||
label_share: "Del"
|
||||
label_share_project_list: "Share project list"
|
||||
label_share_project_list: "Del prosjektliste"
|
||||
label_share_work_package: "Del arbeidspakke"
|
||||
label_show_hide: "Vis/Skjul"
|
||||
label_show_hide_n_items: "Show/hide %{count} items"
|
||||
label_show_hide_n_items: "Vis/skjul %{count} elementer"
|
||||
label_show_all_registered_users: "Vis alle registrerte brukere"
|
||||
label_journal: "Journal"
|
||||
label_journal_diff: "Sammenligning av beskrivelse"
|
||||
@@ -2170,8 +2170,8 @@
|
||||
label_next_week: "Neste uke"
|
||||
label_no_change_option: "(Ingen endring)"
|
||||
label_no_data: "Ingen data å vise"
|
||||
label_no_due_date: "no finish date"
|
||||
label_no_start_date: "no start date"
|
||||
label_no_due_date: "ingen ferdigdato"
|
||||
label_no_start_date: "ingen startdato"
|
||||
label_no_parent_page: "Ingen overordnet side"
|
||||
label_nothing_display: "Ingenting å vise"
|
||||
label_nobody: "ingen"
|
||||
@@ -2236,7 +2236,7 @@
|
||||
label_project_latest: "Siste prosjekter"
|
||||
label_project_default_type: "Tillatt tom type"
|
||||
label_project_hierarchy: "Prosjekthierarki"
|
||||
label_project_mappings: "Enabled in projects"
|
||||
label_project_mappings: "Aktivert i prosjekter"
|
||||
label_project_new: "Nytt prosjekt"
|
||||
label_project_plural: "Prosjekter"
|
||||
label_project_list_plural: "Prosjektlister"
|
||||
@@ -2297,7 +2297,7 @@
|
||||
label_role_search: "Tilordne rolle til nye medlemmer"
|
||||
label_scm: "SCM"
|
||||
label_search: "Søk"
|
||||
label_search_by_name: "Search by name"
|
||||
label_search_by_name: "Søk på navn"
|
||||
label_send_information: "Send nye opplysninger til brukeren"
|
||||
label_send_test_email: "Send en testmail"
|
||||
label_session: "Økt"
|
||||
@@ -2410,7 +2410,7 @@
|
||||
label_work_package_new: "Ny arbeidspakke"
|
||||
label_work_package_edit: "Rediger arbeidspakke %{name}"
|
||||
label_work_package_plural: "Arbeidspakker"
|
||||
label_work_packages_settings: "Work packages settings"
|
||||
label_work_packages_settings: "Innstillinger for arbeidspakker"
|
||||
label_work_package_status: "Status for arbeidspakke"
|
||||
label_work_package_status_new: "Ny status"
|
||||
label_work_package_status_plural: "Statuser for arbeidspakke"
|
||||
@@ -2418,7 +2418,7 @@
|
||||
label_work_package_tracking: "Sporing av arbeidspakke"
|
||||
label_work_package_view_all: "Vis alle arbeidspakker"
|
||||
label_workflow: "Arbeidsflyt"
|
||||
label_workflow_copy: "Copy workflow"
|
||||
label_workflow_copy: "Kopier arbeidsflyt"
|
||||
label_workflow_plural: "Arbeidsflyt"
|
||||
label_workflow_summary: "Sammendrag"
|
||||
label_working_days_and_hours: "Arbeidsdager og timer"
|
||||
@@ -2670,7 +2670,7 @@
|
||||
notice_principals_found_multiple: "Det finnes %{number} resultater. \n bruk tab for å fokusere det første resultatet."
|
||||
notice_principals_found_single: "Det er ett resultat. \n Bruk tab for å fokusere det."
|
||||
notice_project_not_deleted: "Prosjektet ble ikke slettet."
|
||||
notice_project_not_found: "Project not found."
|
||||
notice_project_not_found: "Prosjektet ble ikke funnet."
|
||||
notice_successful_connection: "Vellykket tilkobling."
|
||||
notice_successful_create: "Opprettelsen var vellykket."
|
||||
notice_successful_delete: "Slettingen var vellykket."
|
||||
@@ -2753,7 +2753,7 @@
|
||||
permission_edit_own_messages: "Rediger egne meldinger"
|
||||
permission_edit_own_time_entries: "Rediger egne tidsrapporter"
|
||||
permission_edit_project: "Rediger prosjekt"
|
||||
permission_edit_project_attributes: "Edit project attributes"
|
||||
permission_edit_project_attributes: "Rediger prosjektattributter"
|
||||
permission_edit_reportings: "Rediger rapporteringer"
|
||||
permission_edit_time_entries: "Rediger tidslogger for andre brukere"
|
||||
permission_edit_timelines: "Rediger tidslinjer"
|
||||
@@ -2804,13 +2804,13 @@
|
||||
permission_work_package_assigned: "Bli utførende/ansvarlig"
|
||||
permission_work_package_assigned_explanation: "Arbeidspakker kan tildeles brukere og grupper med denne rollen i det respektive prosjektet"
|
||||
permission_view_project_activity: "Vis prosjektaktivitet"
|
||||
permission_view_project_attributes: "View project attributes"
|
||||
permission_view_project_attributes: "Vis prosjektattributter"
|
||||
permission_save_bcf_queries: "Lagre BCF-spørringer"
|
||||
permission_manage_public_bcf_queries: "Administrere offentlige BCF-spørringer"
|
||||
permission_edit_attribute_help_texts: "Rediger hjelpetekster for egenskap"
|
||||
permission_manage_public_project_queries: "Administrere offentlige prosjektlister"
|
||||
permission_view_project_query: "View project query"
|
||||
permission_edit_project_query: "Edit project query"
|
||||
permission_view_project_query: "Vis prosjektspørring"
|
||||
permission_edit_project_query: "Rediger prosjektspørring"
|
||||
placeholders:
|
||||
default: "-"
|
||||
project:
|
||||
@@ -3031,10 +3031,10 @@
|
||||
setting_default_projects_public: "Nye prosjekter er offentlige som standard"
|
||||
setting_diff_max_lines_displayed: "Maks antall linjeforskjeller som vises"
|
||||
setting_display_subprojects_work_packages: "Vis arbeidspakker for underprosjekter som standard for hovedprosjekter"
|
||||
setting_duration_format: "Duration format"
|
||||
setting_duration_format_hours_only: "Hours only"
|
||||
setting_duration_format_days_and_hours: "Days and hours"
|
||||
setting_duration_format_instructions: "This defines how Work, Remaining work, and Time spent durations are displayed."
|
||||
setting_duration_format: "Varighetsformat"
|
||||
setting_duration_format_hours_only: "Kun timer"
|
||||
setting_duration_format_days_and_hours: "Dager og timer"
|
||||
setting_duration_format_instructions: "Dette definerer hvordan arbeid, gjenstående arbeid og varighet på brukt tid vises."
|
||||
setting_emails_footer: "Bunntekst for e-post"
|
||||
setting_emails_header: "Topptekst for e-post"
|
||||
setting_email_login: "Bruk e-post som innlogging"
|
||||
@@ -3047,7 +3047,7 @@
|
||||
setting_host_name: "Vertsnavn"
|
||||
setting_hours_per_day: "Timer per dag"
|
||||
setting_hours_per_day_explanation: >-
|
||||
This defines what is considered a "day" when displaying duration in days and hours (for example, if a day is 8 hours, 32 hours would be 4 days).
|
||||
Dette vil definere hva som anses som en "dag" når varigheten vises i dager og timer (for eksempel hvis dagen er 8 timer, vil 32 timer være 4 dager).
|
||||
setting_invitation_expiration_days: "Aktiverings e-post utløper etter"
|
||||
setting_work_package_done_ratio: "Beregning av fremdrift"
|
||||
setting_work_package_done_ratio_field: "Arbeidsbasert"
|
||||
@@ -3460,7 +3460,7 @@
|
||||
group: "Gruppe"
|
||||
role: "Rolle"
|
||||
type: "Type"
|
||||
denied: "You don't have permissions to share %{entities}."
|
||||
denied: "Du har ikke tillatelser til å dele %{entities}."
|
||||
label_search: "Søk etter brukere for å invitere"
|
||||
label_search_placeholder: "Søk med bruker eller e-postadresse"
|
||||
label_toggle_all: "Veksle melom delinger"
|
||||
@@ -3468,12 +3468,12 @@
|
||||
share: "Del"
|
||||
text_empty_search_description: "Det er ingen brukere med gjeldende filterkriterier."
|
||||
text_empty_search_header: "Vi kunne ikke finne noen matchende resultater."
|
||||
text_empty_state_description: "The %{entity} has not been shared with anyone yet."
|
||||
text_empty_state_description: "%{entity} har ikke blitt delt med noen enda."
|
||||
text_empty_state_header: "Ikke delt"
|
||||
text_user_limit_reached: "Adding additional users will exceed the current limit. Please contact an administrator to increase the user limit to ensure external users are able to access this %{entity}."
|
||||
text_user_limit_reached: "Å legge til ekstra brukere vil overskride gjeldende grense. Kontakt en administrator for å øke brukergrensen for å sikre at eksterne brukere har tilgang til %{entity}."
|
||||
text_user_limit_reached_admins: 'Å legge til ekstra brukere overskrider gjeldende grense. <a href="%{upgrade_url}">oppgradere din plan</a> for å kunne legge til flere brukere.'
|
||||
warning_user_limit_reached: >
|
||||
Adding additional users will exceed the current limit. Please contact an administrator to increase the user limit to ensure external users are able to access this %{entity}.
|
||||
Å legge til ekstra brukere vil overskride gjeldende grense. Kontakt en administrator for å øke brukergrensen for å sikre at eksterne brukere har tilgang til %{entity}.
|
||||
warning_user_limit_reached_admin: >
|
||||
Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to ensure external users are able to access this %{entity}.
|
||||
warning_no_selected_user: "Please select users to share this %{entity} with"
|
||||
|
||||
@@ -95,7 +95,7 @@ ro:
|
||||
item_0:
|
||||
name: Project plan
|
||||
item_1:
|
||||
name: Milestones
|
||||
name: Etape
|
||||
item_2:
|
||||
name: Tasks
|
||||
item_3:
|
||||
@@ -107,11 +107,11 @@ ro:
|
||||
name: Tablă de bază
|
||||
lists:
|
||||
item_0:
|
||||
name: Wish list
|
||||
name: Listă dorinţe
|
||||
item_1:
|
||||
name: Short list
|
||||
name: Listă scurtă
|
||||
item_2:
|
||||
name: Priority list for today
|
||||
name: Listă priorități pentru astăzi
|
||||
item_3:
|
||||
name: Niciodată
|
||||
parent_child:
|
||||
@@ -145,7 +145,7 @@ ro:
|
||||
name: Pachete de lucru
|
||||
item_6:
|
||||
options:
|
||||
name: Milestones
|
||||
name: Etape
|
||||
work_packages:
|
||||
item_0:
|
||||
subject: Start of project
|
||||
|
||||
@@ -214,8 +214,8 @@ ro:
|
||||
is_required: "Mark the custom field as required. This will make it mandatory to fill in the field when creating new or updating existing resources."
|
||||
is_required_for_project: "Check to enable this attribute and make it required in all projects. It cannot be deactived for individual projects."
|
||||
is_for_all: "Mark the custom field as available in all existing and new projects."
|
||||
searchable: "Include the field values when using the global search functionality."
|
||||
searchable_for_project: "Check to make this attribute available as a filter in project lists."
|
||||
searchable: "Include valorile câmpului atunci când utilizezi funcționalitatea globală de căutare."
|
||||
searchable_for_project: "Bifează pentru a face acest atribut disponibil sub formă de filtru în listele de proiecte."
|
||||
editable: "Allow the field to be editable by users themselves."
|
||||
admin_only: "Check to make this attribute only visible to administrators. Users without admin rights will not be able to view or edit it."
|
||||
is_filter: >
|
||||
@@ -226,7 +226,7 @@ ro:
|
||||
concatenation:
|
||||
single: "sau"
|
||||
global_search:
|
||||
placeholder: "Search in %{app_title}"
|
||||
placeholder: "Caută în %{app_title}"
|
||||
overwritten_tabs:
|
||||
wiki_pages: "Wiki"
|
||||
messages: "Forum"
|
||||
@@ -251,7 +251,7 @@ ro:
|
||||
work_package_attachments: "Pachete de lucru: anexe"
|
||||
work_package_categories: "Pachete de lucru: categorii"
|
||||
work_package_file_links: "Pachete de lucru: legături de fișiere"
|
||||
work_package_shares: "Work packages: shares"
|
||||
work_package_shares: "Pachete de lucru: partajări"
|
||||
delete:
|
||||
scheduled: "Ștergerea a fost programată și se efectuează în fundal. Veți fi notificat cu privire la rezultat."
|
||||
schedule_failed: "Proiectul nu poate fi șters: %{errors}"
|
||||
@@ -265,16 +265,16 @@ ro:
|
||||
no_results_title_text: În acest moment nu există proiecte
|
||||
no_results_content_text: Creare proiect nou
|
||||
lists:
|
||||
active: "Active projects"
|
||||
active: "Proiecte active"
|
||||
my: "Proiectele mele"
|
||||
favored: "Favorite projects"
|
||||
archived: "Archived projects"
|
||||
shared: "Shared project lists"
|
||||
my_lists: "My project lists"
|
||||
favored: "Proiecte favorite"
|
||||
archived: "Proiecte arhivate"
|
||||
shared: "Listă proiecte partajate"
|
||||
my_lists: "Listele mele de proiecte"
|
||||
new:
|
||||
placeholder: "New project list"
|
||||
placeholder: "Listă nouă proiecte"
|
||||
delete_modal:
|
||||
title: "Delete project list"
|
||||
title: "Șterge listă proiecte"
|
||||
text: "This action will not delete any project the list contains. Are you sure you want to delete this project list?"
|
||||
settings:
|
||||
change_identifier: Schimbă identificatorul
|
||||
@@ -293,7 +293,7 @@ ro:
|
||||
title: "Atributele proiectului"
|
||||
description: 'These project attributes will be displayed in your <a href=%{overview_url} target="_blank">project overview page</a> under their respective sections. You can enable or disable individual attributes. Project attributes and sections are defined in the <a href=%{admin_settings_url} target="_blank">administration settings</a> by the administrator of the instance. '
|
||||
filter:
|
||||
label: "Search project attribute"
|
||||
label: "Caută atribut proiect"
|
||||
actions:
|
||||
label_enable_single: "Active in this project, click to disable"
|
||||
label_disable_single: "Inactive in this project, click to enable"
|
||||
@@ -334,15 +334,15 @@ ro:
|
||||
invite_by_mail: "Trimiteți invitația la %{mail}"
|
||||
send_invite_to: "Send invite to"
|
||||
columns:
|
||||
shared: "Shared"
|
||||
shared: "Partajate"
|
||||
filters:
|
||||
all_shares: "All shares"
|
||||
all_shares: "Toate partajările"
|
||||
menu:
|
||||
all: "Toate"
|
||||
invited: "Invited"
|
||||
invited: "Invitat"
|
||||
locked: "Închis"
|
||||
project_roles: "Project roles"
|
||||
wp_shares: "Work package shares"
|
||||
project_roles: "Roluri proiect"
|
||||
wp_shares: "Partajări pachete de lucru"
|
||||
groups: "Grupuri"
|
||||
delete_member_dialog:
|
||||
title: "Remove member"
|
||||
@@ -671,7 +671,7 @@ ro:
|
||||
project:
|
||||
active_value:
|
||||
true: "nearhivat"
|
||||
false: "arhivată"
|
||||
false: "arhivat"
|
||||
identifier: "Identificator"
|
||||
latest_activity_at: "Ultima activitate la"
|
||||
parent: "Subproiect în"
|
||||
@@ -682,14 +682,14 @@ ro:
|
||||
queries: "Interogări"
|
||||
status_code: "Stare proiect"
|
||||
description: "Descriere"
|
||||
status_explanation: "Project status description"
|
||||
status_explanation: "Descriere stadiu proiect"
|
||||
status_codes:
|
||||
not_started: "Neînceput"
|
||||
on_track: "În lucru"
|
||||
at_risk: "În pericol"
|
||||
off_track: "În afara pistei"
|
||||
off_track: "Deraiat"
|
||||
finished: "Finalizat"
|
||||
discontinued: "Întrerupere"
|
||||
discontinued: "Anulat"
|
||||
templated: "Proiect șablon"
|
||||
templated_value:
|
||||
true: "marcat ca șablon"
|
||||
@@ -699,7 +699,7 @@ ro:
|
||||
work_packages: "Pachete de lucru"
|
||||
project_custom_field:
|
||||
is_required: "Required for all projects"
|
||||
custom_field_section: Section
|
||||
custom_field_section: Sectiune
|
||||
query:
|
||||
column_names: "Coloane"
|
||||
relations_to_type_column: "Relații cu %{type}"
|
||||
@@ -719,7 +719,7 @@ ro:
|
||||
is_closed: "Pachet de lucru închis"
|
||||
is_readonly: "Pachet de lucru numai pentru citire"
|
||||
excluded_from_totals: "Exclude from calculation of totals in hierarchy"
|
||||
default_done_ratio: "% Complete"
|
||||
default_done_ratio: "% Finalizat"
|
||||
time_entry:
|
||||
activity: "Activitate"
|
||||
hours: "Ore"
|
||||
@@ -785,9 +785,9 @@ ro:
|
||||
priority: "Prioritate"
|
||||
progress: "% Complete"
|
||||
readonly: "Doar citire"
|
||||
remaining_hours: "Remaining work"
|
||||
remaining_time: "Remaining work"
|
||||
shared_with_users: "Shared with"
|
||||
remaining_hours: "Muncă rămasă"
|
||||
remaining_time: "Muncă rămasă"
|
||||
shared_with_users: "Partajate cu"
|
||||
schedule_manually: "Programarea manuală"
|
||||
spent_hours: "Timp consumat"
|
||||
spent_time: "Timp consumat"
|
||||
@@ -945,7 +945,7 @@ ro:
|
||||
project_custom_field_project_mapping:
|
||||
attributes:
|
||||
project_ids:
|
||||
blank: "Please select a project."
|
||||
blank: "Selectează un proiect."
|
||||
query:
|
||||
attributes:
|
||||
project:
|
||||
@@ -1011,7 +1011,7 @@ ro:
|
||||
status:
|
||||
attributes:
|
||||
default_done_ratio:
|
||||
inclusion: "must be between 0 and 100."
|
||||
inclusion: "trebuie să fie între 0 și 100."
|
||||
readonly_default_exlusive: "nu poate fi activată pentru statusurile care sunt marcate ca fiind implicite."
|
||||
time_entry:
|
||||
attributes:
|
||||
@@ -1050,7 +1050,7 @@ ro:
|
||||
must_be_set_when_work_and_remaining_work_are_set: "Required when Work and Remaining work are set."
|
||||
inclusion: "must be between 0 and 100."
|
||||
due_date:
|
||||
not_start_date: "nu este în data de început, deși acest lucru este necesar pentru repere de etapă."
|
||||
not_start_date: "nu este în data de început, deși acest lucru este necesar pentru etape."
|
||||
cannot_be_null: "nu poate fi setat la null, deoarece data de începere și durata sunt cunoscute."
|
||||
duration:
|
||||
larger_than_dates: "este mai mare decât intervalul dintre data de început și data de sfârșit."
|
||||
@@ -1058,7 +1058,7 @@ ro:
|
||||
not_available_for_milestones: "nu este disponibil pentru pachetele de lucru tipizate pe etape."
|
||||
cannot_be_null: "nu poate fi setat la null, deoarece data de început și data de sfârșit sunt cunoscute."
|
||||
parent:
|
||||
cannot_be_milestone: "nu poate fi un reper de etapă."
|
||||
cannot_be_milestone: "nu poate fi o etapă."
|
||||
cannot_be_self_assigned: "nu poate fi atribuit singur."
|
||||
cannot_be_in_another_project: "nu poate fi într-un alt proiect."
|
||||
not_a_valid_parent: "este invalid."
|
||||
@@ -1354,7 +1354,7 @@ ro:
|
||||
button_edit: "Editare"
|
||||
button_edit_associated_wikipage: "Editare pagină wiki asociată: %{page_title}"
|
||||
button_expand_all: "Extindere totală"
|
||||
button_favorite: "Add to favorites"
|
||||
button_favorite: "Adaugă la favorite"
|
||||
button_filter: "Filtrare"
|
||||
button_generate: "Generare"
|
||||
button_list: "Listă"
|
||||
@@ -1382,7 +1382,7 @@ ro:
|
||||
button_unarchive: "Dezarhivare"
|
||||
button_uncheck_all: "Deselecteaza tot"
|
||||
button_unlock: "Deblocare"
|
||||
button_unfavorite: "Remove from favorites"
|
||||
button_unfavorite: "Elimină din favorite"
|
||||
button_unwatch: "Stop monitorizare"
|
||||
button_update: "Actualizare"
|
||||
button_upgrade: "Actualizare"
|
||||
@@ -1393,16 +1393,16 @@ ro:
|
||||
button_add_menu_entry: "Adăugare meniu"
|
||||
button_configure_menu_entry: "Configurare meniu"
|
||||
button_delete_menu_entry: "Ștergere meniu"
|
||||
button_view_shared_work_packages: "View shared work packages"
|
||||
button_manage_roles: "Manage roles"
|
||||
button_remove_member: "Remove member"
|
||||
button_remove_member_and_shares: "Remove member and shares"
|
||||
button_view_shared_work_packages: "Vezi pachetele de lucru partajate"
|
||||
button_manage_roles: "Gestionează rolurile"
|
||||
button_remove_member: "Elimină membru"
|
||||
button_remove_member_and_shares: "Elimină membrul și partajările"
|
||||
button_revoke_work_package_shares: "Revoke work package shares"
|
||||
button_revoke_access: "Revoke access"
|
||||
button_revoke_all: "Revoke all"
|
||||
button_revoke_only: "Revoke only %{shared_role_name}"
|
||||
button_publish: "Make public"
|
||||
button_unpublish: "Make private"
|
||||
button_revoke_access: "Revocă acces"
|
||||
button_revoke_all: "Revocă tot"
|
||||
button_revoke_only: "Revocare doar %{shared_role_name}"
|
||||
button_publish: "Fă public"
|
||||
button_unpublish: "Fă privat"
|
||||
consent:
|
||||
checkbox_label: Am luat la cunoștință și consimt la cele de mai sus.
|
||||
failure_message: Consimţământul a eșuat, nu putem continua.
|
||||
@@ -1529,9 +1529,9 @@ ro:
|
||||
few: "%{count} minute"
|
||||
other: "%{count} minute"
|
||||
x_minutes_abbreviated:
|
||||
one: "1 min"
|
||||
one: "1 minut"
|
||||
few: "%{count} mins"
|
||||
other: "%{count} mins"
|
||||
other: "%{count} minute"
|
||||
x_hours:
|
||||
one: "1 oră"
|
||||
few: "%{count} ore"
|
||||
@@ -1539,11 +1539,11 @@ ro:
|
||||
x_hours_abbreviated:
|
||||
one: "1 hr"
|
||||
few: "%{count} hrs"
|
||||
other: "%{count} hrs"
|
||||
other: "%{count} ore"
|
||||
x_weeks:
|
||||
one: "1 week"
|
||||
few: "%{count} weeks"
|
||||
other: "%{count} weeks"
|
||||
other: "%{count} săptămâni"
|
||||
x_months:
|
||||
one: "o lună"
|
||||
few: "%{count} luni"
|
||||
@@ -1551,7 +1551,7 @@ ro:
|
||||
x_years:
|
||||
one: "1 an"
|
||||
few: "%{count} years"
|
||||
other: "%{count} years"
|
||||
other: "%{count} ani"
|
||||
x_seconds:
|
||||
one: "o secundă"
|
||||
few: "%{count} secunde"
|
||||
@@ -1559,7 +1559,7 @@ ro:
|
||||
x_seconds_abbreviated:
|
||||
one: "1 s"
|
||||
few: "%{count} s"
|
||||
other: "%{count} s"
|
||||
other: "%{count} secunde"
|
||||
units:
|
||||
hour:
|
||||
one: "oră"
|
||||
@@ -1611,8 +1611,8 @@ ro:
|
||||
error_can_not_archive_project: "Acest proiect nu poate fi arhivat: %{errors}"
|
||||
error_can_not_delete_entry: "Nu se poate șterge intrarea"
|
||||
error_can_not_delete_custom_field: "Câmpul personalizat nu poate fi șters"
|
||||
error_can_not_delete_in_use_archived_undisclosed: "There are also work packages in archived projects. You need to ask an administrator to perform the deletion to see which projects are affected."
|
||||
error_can_not_delete_in_use_archived_work_packages: "There are also work packages in archived projects. You need to reactivate the following projects first, before you can change the attribute of the respective work packages: %{archived_projects_urls}"
|
||||
error_can_not_delete_in_use_archived_undisclosed: "Există, de asemenea, pachete de lucru în proiecte arhivate. Trebuie să cereți unui administrator să efectueze ștergerea pentru a vedea ce proiecte sunt afectate."
|
||||
error_can_not_delete_in_use_archived_work_packages: "Există, de asemenea, pachete de lucru în proiecte arhivate. Trebuie să reactivați mai întâi următoarele proiecte, înainte de a putea schimba tipul pachetelor de lucru respective: %{archived_projects_urls}"
|
||||
error_can_not_delete_type:
|
||||
explanation: 'Acest tip conține pachete de lucru și nu poate fi șters. Puteți vedea toate pachetele de lucru afectate în <a target="_blank" href="%{url}">această vizualizare</a>.'
|
||||
error_can_not_delete_standard_type: "Tipurile standard nu pot fi șterse."
|
||||
@@ -1637,7 +1637,7 @@ ro:
|
||||
error_pdf_failed_to_export: "Exportul pdf nu poate fi salvat: %{error}"
|
||||
error_token_authenticity: "Nu se poate verifica tokenul Cross-Site Request Forgery. Ați încercat să trimiteți datele pe mai multe browsere sau tab-uri? Vă rugăm să închideți toate filele și să încercați din nou."
|
||||
error_work_package_not_found_in_project: "Pachetul de lucru nu a fost găsit sau nu aparține acestui proiect"
|
||||
error_work_package_id_not_found: "The work package was not found."
|
||||
error_work_package_id_not_found: "Pachetul de lucru nu a fost găsit."
|
||||
error_must_be_project_member: "trebuie să fie membru al proiectului"
|
||||
error_migrations_are_pending: "Instalarea OpenProject are migrări de baze de date în așteptare. Probabil că nu ați reușit să executați migrările la ultima actualizare. Vă rugăm să consultați ghidul de actualizare pentru a vă actualiza corect instalarea."
|
||||
error_migrations_visit_upgrade_guides: "Vă rugăm să vizitați documentația ghidului nostru de actualizare"
|
||||
@@ -1752,7 +1752,7 @@ ro:
|
||||
default_attribute_written: "Read-only attributes written"
|
||||
progress_mode_changed_to_status_based: "Progress calculation updated"
|
||||
status_changed: "Status '%{status_name}'"
|
||||
system_update: "OpenProject system update:"
|
||||
system_update: "Actualizare sistem OpenProiect:"
|
||||
cause_descriptions:
|
||||
work_package_predecessor_changed_times: by changes to predecessor %{link}
|
||||
work_package_parent_changed_times: by changes to parent %{link}
|
||||
@@ -1840,7 +1840,7 @@ ro:
|
||||
dateAlert: "Alertă de dată"
|
||||
mentioned: "Menţionat"
|
||||
responsible: "Responsabil"
|
||||
shared: "Shared"
|
||||
shared: "Partajat"
|
||||
watched: "Observator"
|
||||
facets:
|
||||
unread: "necitită"
|
||||
@@ -1850,7 +1850,7 @@ ro:
|
||||
menu:
|
||||
by_project: "Necitit după proiect"
|
||||
by_reason: "Descriere"
|
||||
inbox: "Cutie poștală"
|
||||
inbox: "Inbox"
|
||||
send_notifications: "Trimite notificări pentru această acțiune"
|
||||
work_packages:
|
||||
subject:
|
||||
@@ -1870,7 +1870,7 @@ ro:
|
||||
label_add_another_file: "Adăugare alt fișier"
|
||||
label_add_columns: "Adăugați coloanele selectate"
|
||||
label_add_note: "Adăugare notă"
|
||||
label_add_projects: "Add projects"
|
||||
label_add_projects: "Adaugă proiecte"
|
||||
label_add_related_work_packages: "Adăugare pachet de lucru asociat"
|
||||
label_add_subtask: "Adăugare sub-activitate"
|
||||
label_added: "adăugat"
|
||||
@@ -1911,15 +1911,15 @@ ro:
|
||||
label_ldap_auth_source_plural: "LDAP connections"
|
||||
label_attribute_expand_text: "The complete text for '%{attribute}'"
|
||||
label_authentication: "Autentificare"
|
||||
label_authentication_settings: "Authentication settings"
|
||||
label_available_global_roles: "Available global roles"
|
||||
label_available_project_attributes: "Available project attributes"
|
||||
label_authentication_settings: "Setări autentificare"
|
||||
label_available_global_roles: "Roluri globale disponibile"
|
||||
label_available_project_attributes: "Atribute proiect disponibile"
|
||||
label_available_project_forums: "Forumuri disponibile"
|
||||
label_available_project_repositories: "Arhive disponibile"
|
||||
label_available_project_versions: "Versiuni disponibile"
|
||||
label_available_project_work_package_categories: "Categorii de pachete de lucru disponibile"
|
||||
label_available_project_work_package_types: "Tipuri de pachete de lucru disponibile"
|
||||
label_available_projects: "Available projects"
|
||||
label_available_projects: "Proiecte disponibile"
|
||||
label_api_doc: "Documentație API"
|
||||
label_backup: "Backup"
|
||||
label_backup_code: "Cod de rezervă"
|
||||
@@ -1938,7 +1938,7 @@ ro:
|
||||
label_bulk_edit_selected_work_packages: "Editare în masă a pachetelor de lucru selectate"
|
||||
label_bundled: "(la pachet)"
|
||||
label_calendar: "Calendar"
|
||||
label_calendars_and_dates: "Calendars and dates"
|
||||
label_calendars_and_dates: "Calendare și dăți"
|
||||
label_calendar_show: "Afișare calendar"
|
||||
label_category: "Categorie"
|
||||
label_consent_settings: "Consimţământul utilizatorului"
|
||||
@@ -2016,7 +2016,7 @@ ro:
|
||||
label_diff_side_by_side: "în paralel"
|
||||
label_digital_accessibility: "Accesibilitate digitală (DE)"
|
||||
label_disabled: "dezactivat"
|
||||
label_disabled_uppercase: "Disabled"
|
||||
label_disabled_uppercase: "Dezactivat"
|
||||
label_display: "Afișare"
|
||||
label_display_per_page: "Pe pagină: %{value}"
|
||||
label_display_used_statuses_only: "Afişează doar stările folosite de acest tip"
|
||||
@@ -2109,7 +2109,7 @@ ro:
|
||||
label_introduction_video: "Video de introducere"
|
||||
label_invite_user: "Invitare utilizator"
|
||||
label_share: "Distribuiți"
|
||||
label_share_project_list: "Share project list"
|
||||
label_share_project_list: "Distribuie lista de proiecte"
|
||||
label_share_work_package: "Share work package"
|
||||
label_show_hide: "Afișare/ascundere"
|
||||
label_show_hide_n_items: "Show/hide %{count} items"
|
||||
@@ -2185,7 +2185,7 @@ ro:
|
||||
label_more_than_ago: "acum mai mult de zile"
|
||||
label_move_work_package: "Mutare pachet de lucru"
|
||||
label_my_account: "Contul meu"
|
||||
label_my_activity: "My activity"
|
||||
label_my_activity: "Activitatea mea"
|
||||
label_my_account_data: "Datele din contul meu"
|
||||
label_my_avatar: "My avatar"
|
||||
label_my_queries: "Interogările mele"
|
||||
@@ -2221,7 +2221,7 @@ ro:
|
||||
label_operator_none: "este gol"
|
||||
label_operator_equals_or: "este (SAU)"
|
||||
label_operator_equals_all: "este (ȘI)"
|
||||
label_operator_shared_with_user_any: "Oricare"
|
||||
label_operator_shared_with_user_any: "oricare"
|
||||
label_open_menu: "Deschidere meniu"
|
||||
label_open_work_packages: "deschise"
|
||||
label_open_work_packages_plural: "deschise"
|
||||
@@ -2275,7 +2275,7 @@ ro:
|
||||
label_project_mappings: "Enabled in projects"
|
||||
label_project_new: "Proiect nou"
|
||||
label_project_plural: "Proiecte"
|
||||
label_project_list_plural: "Project lists"
|
||||
label_project_list_plural: "Listă proiecte"
|
||||
label_project_attributes_plural: "Atributele proiectului"
|
||||
label_project_custom_field_plural: "Atributele proiectului"
|
||||
label_project_settings: "Setările proiectului"
|
||||
@@ -2302,7 +2302,7 @@ ro:
|
||||
label_relation_delete: "Ștergere relație"
|
||||
label_relation_new: "Relație nouă"
|
||||
label_release_notes: "Note privind lansarea noii versiuni"
|
||||
label_remaining_work: "Remaining work"
|
||||
label_remaining_work: "Muncă rămasă"
|
||||
label_remove_columns: "Eliminare coloane selectate"
|
||||
label_renamed: "redenumit"
|
||||
label_reply_plural: "Răspunsuri"
|
||||
@@ -2333,7 +2333,7 @@ ro:
|
||||
label_role_search: "Atribuirea rolului noilor membri"
|
||||
label_scm: "SCM"
|
||||
label_search: "Căutare"
|
||||
label_search_by_name: "Search by name"
|
||||
label_search_by_name: "Caută după nume"
|
||||
label_send_information: "Send new credentials to the user"
|
||||
label_send_test_email: "Trimite e-mail de test"
|
||||
label_session: "Sesiune"
|
||||
@@ -2437,7 +2437,7 @@ ro:
|
||||
label_wiki_show_new_page_link: "Afișare submeniu 'Creare pagină copil'"
|
||||
label_wiki_show_submenu_item: "Afișare ca submeniu pentru "
|
||||
label_wiki_start: "Pagină de start"
|
||||
label_work: "Work"
|
||||
label_work: "Muncă"
|
||||
label_work_package: "Pachet de lucru"
|
||||
label_work_package_attachments: "Anexe la pachetul de lucru"
|
||||
label_work_package_category_new: "Categorie nouă"
|
||||
@@ -2454,7 +2454,7 @@ ro:
|
||||
label_work_package_tracking: "Urmărire pachete de lucru"
|
||||
label_work_package_view_all: "Toate pachetele de lucru"
|
||||
label_workflow: "Flux de lucru"
|
||||
label_workflow_copy: "Copy workflow"
|
||||
label_workflow_copy: "Copiază fluxul de lucru"
|
||||
label_workflow_plural: "Fluxuri de lucru"
|
||||
label_workflow_summary: "Descriere"
|
||||
label_working_days_and_hours: "Working days and hours"
|
||||
@@ -2541,7 +2541,7 @@ ro:
|
||||
assigned: "Alocat"
|
||||
responsible: "Responsabil"
|
||||
mentioned: "Menţionat"
|
||||
shared: "Shared"
|
||||
shared: "Partajat"
|
||||
subscribed: "toate"
|
||||
prefix: "Primită din cauza setării de notificare: %{reason}"
|
||||
date_alert_start_date: "Alertă de dată"
|
||||
@@ -2759,9 +2759,9 @@ ro:
|
||||
permission_add_project: "Create projects"
|
||||
permission_add_work_package_attachments: "Adaugă fișiere"
|
||||
permission_add_work_package_attachments_explanation: "Allows adding attachments without Edit work packages permission"
|
||||
permission_archive_project: "Proiect de arhivă"
|
||||
permission_archive_project: "Proiect arhivat"
|
||||
permission_create_user: "Create users"
|
||||
permission_manage_user: "Edit users"
|
||||
permission_manage_user: "Editează utilizatori"
|
||||
permission_manage_placeholder_user: "Creați, editați și ștergeți utilizatori de tip placeholder"
|
||||
permission_add_subprojects: "Creare subproiecte"
|
||||
permission_add_work_package_watchers: "Adăugare observatori"
|
||||
@@ -2817,20 +2817,20 @@ ro:
|
||||
permission_protect_wiki_pages: "Protejare pagini wiki"
|
||||
permission_rename_wiki_pages: "Redenumire pagini wiki"
|
||||
permission_save_queries: "Salvați vizualizările"
|
||||
permission_search_project: "Search project"
|
||||
permission_search_project: "Caută proiect"
|
||||
permission_select_custom_fields: "Selectați câmpurile personalizate"
|
||||
permission_select_project_custom_fields: "Select project attributes"
|
||||
permission_select_project_modules: "Selectare module proiect"
|
||||
permission_share_work_packages: "Share work packages"
|
||||
permission_manage_types: "Selectare tipuri"
|
||||
permission_view_project: "View projects"
|
||||
permission_view_project: "Vezi proiecte"
|
||||
permission_view_changesets: "Vizualizare revizii repo în OpenProject"
|
||||
permission_view_commit_author_statistics: "Vizualizare statistici autor înregistrări"
|
||||
permission_view_dashboards: "View dashboards"
|
||||
permission_view_dashboards: "Vezi panouri"
|
||||
permission_view_work_package_watchers: "Vizualizare listă observatori"
|
||||
permission_view_work_packages: "Vizualizare pachete de lucru"
|
||||
permission_view_messages: "Vizualizare mesaje"
|
||||
permission_view_news: "View news"
|
||||
permission_view_news: "Vezi noutăți"
|
||||
permission_view_members: "Vezi membrii"
|
||||
permission_view_reportings: "Vizualizare raportări"
|
||||
permission_view_shared_work_packages: "View work package shares"
|
||||
@@ -2840,12 +2840,12 @@ ro:
|
||||
permission_view_wiki_pages: "Vizualizare wiki"
|
||||
permission_work_package_assigned: "Deveniți cesionar/responsabil"
|
||||
permission_work_package_assigned_explanation: "Pachetele de lucru pot fi atribuite utilizatorilor și grupurilor care dețin acest rol în proiectul respectiv"
|
||||
permission_view_project_activity: "View project activity"
|
||||
permission_view_project_activity: "Vezi activitate proiect"
|
||||
permission_view_project_attributes: "View project attributes"
|
||||
permission_save_bcf_queries: "Save BCF queries"
|
||||
permission_manage_public_bcf_queries: "Manage public BCF queries"
|
||||
permission_edit_attribute_help_texts: "Edit attribute help texts"
|
||||
permission_manage_public_project_queries: "Manage public project lists"
|
||||
permission_manage_public_project_queries: "Gestionează listă proiecte publice"
|
||||
permission_view_project_query: "View project query"
|
||||
permission_edit_project_query: "Edit project query"
|
||||
placeholders:
|
||||
@@ -2894,8 +2894,8 @@ ro:
|
||||
member_of_group: "Grupul executantului"
|
||||
name_or_identifier: "Nume sau identificator"
|
||||
only_subproject_id: "Numai subproiect"
|
||||
shared_with_user: "Shared with users"
|
||||
shared_with_me: "Shared with me"
|
||||
shared_with_user: "Partajate cu utilizatorii"
|
||||
shared_with_me: "Partajate cu mine"
|
||||
subproject_id: "Inclusiv subproiectul"
|
||||
repositories:
|
||||
at_identifier: "la %{identifier}"
|
||||
@@ -3214,7 +3214,7 @@ ro:
|
||||
projects:
|
||||
missing_dependencies: "Project module %{module} was checked which depends on %{dependencies}. You need to check these dependencies as well."
|
||||
section_new_projects: "Setări pentru proiecte noi"
|
||||
section_project_overview: "Settings for project lists"
|
||||
section_project_overview: "Setări pentru listă proiecte"
|
||||
session: "Sesiune"
|
||||
user:
|
||||
default_preferences: "Preferințe implicite"
|
||||
@@ -3274,7 +3274,7 @@ ro:
|
||||
text_database_allows_tsv: "Baza de date permite TSVector (opțional)"
|
||||
text_default_administrator_account_changed: "Contul de administrator implicit a fost schimbat"
|
||||
text_default_encoding: "Implicit: UTF-8"
|
||||
text_destroy: "Ștergere"
|
||||
text_destroy: "Șterge"
|
||||
text_destroy_with_associated: "Există obiecte suplimentare asociate cu pachetul(ele) de lucru care urmează să fie șters(e). Aceste obiecte sunt de următoarele tipuri:"
|
||||
text_destroy_what_to_do: "Ce vrei să faci?"
|
||||
text_diff_truncated: "... Acest diff a fost trunchiat deoarece depășește dimensiunea maximă care poate fi afișată."
|
||||
@@ -3499,15 +3499,15 @@ ro:
|
||||
role: "Rol"
|
||||
type: "Tip"
|
||||
denied: "You don't have permissions to share %{entities}."
|
||||
label_search: "Search for users to invite"
|
||||
label_search_placeholder: "Search by user or email address"
|
||||
label_search: "Caută utilizatori pentru a invita"
|
||||
label_search_placeholder: "Caută după utilizator sau adresă de e-mail"
|
||||
label_toggle_all: "Toggle all shares"
|
||||
remove: "Eliminare"
|
||||
share: "Distribuiți"
|
||||
text_empty_search_description: "There are no users with the current filter criteria."
|
||||
text_empty_search_header: "We couldn't find any matching results."
|
||||
text_empty_search_description: "Nu sunt utilizatori cu criteriile curente de filtrare."
|
||||
text_empty_search_header: "Nu am putut găsi niciun rezultat potrivit."
|
||||
text_empty_state_description: "The %{entity} has not been shared with anyone yet."
|
||||
text_empty_state_header: "Nu este publică"
|
||||
text_empty_state_header: "Nepartajat"
|
||||
text_user_limit_reached: "Adding additional users will exceed the current limit. Please contact an administrator to increase the user limit to ensure external users are able to access this %{entity}."
|
||||
text_user_limit_reached_admins: 'Adding additional users will exceed the current limit. Please <a href="%{upgrade_url}">upgrade your plan</a> to be able to add more users.'
|
||||
warning_user_limit_reached: >
|
||||
@@ -3518,12 +3518,12 @@ ro:
|
||||
warning_locked_user: "The user %{user} is locked and cannot be shared with"
|
||||
user_details:
|
||||
locked: "Locked user"
|
||||
invited: "Invite sent. "
|
||||
invited: "Invitație trimisă. "
|
||||
resend_invite: "Resend."
|
||||
invite_resent: "Invite has been resent"
|
||||
not_project_member: "Not a project member"
|
||||
project_group: "Group members might have additional privileges (as project members)"
|
||||
not_project_group: "Group (shared with all members)"
|
||||
not_project_group: "Grup (partajat cu toți membrii)"
|
||||
additional_privileges_project: "Might have additional privileges (as project member)"
|
||||
additional_privileges_group: "Might have additional privileges (as group member)"
|
||||
additional_privileges_project_or_group: "Might have additional privileges (as project or group member)"
|
||||
@@ -3539,10 +3539,10 @@ ro:
|
||||
caption: "Everyone can view this project list. Those with global edit permissions can modify it."
|
||||
blank_state:
|
||||
public:
|
||||
header: "Shared with everyone"
|
||||
header: "Partajat cu toți"
|
||||
description: "Everyone can view this project list. You can also add individual users with extra permissions."
|
||||
private:
|
||||
header: "Not shared: Private"
|
||||
header: "Nepartajat: Privat"
|
||||
description: "This project list has not been shared with anyone yet. Only you can access this list."
|
||||
permissions:
|
||||
view: "Vizualizare"
|
||||
|
||||
@@ -2826,7 +2826,7 @@ ru:
|
||||
permission_edit_own_messages: "Редактировать свои сообщения"
|
||||
permission_edit_own_time_entries: "Редактировать собственные учетные записи о времени"
|
||||
permission_edit_project: "Редактировать проект"
|
||||
permission_edit_project_attributes: "Edit project attributes"
|
||||
permission_edit_project_attributes: "Редактирование атрибутов проекта"
|
||||
permission_edit_reportings: "Редактировать отчеты"
|
||||
permission_edit_time_entries: "Редактировать журналы времени для других пользователей"
|
||||
permission_edit_timelines: "Редактировать графики"
|
||||
@@ -2877,7 +2877,7 @@ ru:
|
||||
permission_work_package_assigned: "Назначиться/стать отвественным"
|
||||
permission_work_package_assigned_explanation: "Пакеты работ могут быть привязаны к пользователям и группам в зависимости от этой роли в рамках соответствующего проекта"
|
||||
permission_view_project_activity: "Просмотр деятельности по проекту"
|
||||
permission_view_project_attributes: "View project attributes"
|
||||
permission_view_project_attributes: "Просмотр атрибутов проекта"
|
||||
permission_save_bcf_queries: "Сохранить запросы BCF"
|
||||
permission_manage_public_bcf_queries: "Управление публичными BCF запросами"
|
||||
permission_edit_attribute_help_texts: "Редактировать атрибут справки"
|
||||
|
||||
@@ -2138,8 +2138,8 @@ vi:
|
||||
label_next_week: "Tuần tới"
|
||||
label_no_change_option: "(không đổi)"
|
||||
label_no_data: "Không có dữ liệu để hiển thị"
|
||||
label_no_due_date: "no finish date"
|
||||
label_no_start_date: "no start date"
|
||||
label_no_due_date: "không có ngày kết thúc"
|
||||
label_no_start_date: "không có ngày bắt đầu"
|
||||
label_no_parent_page: "Không có trang quan hệ"
|
||||
label_nothing_display: "Không có gì để hiển thị"
|
||||
label_nobody: "không ai"
|
||||
|
||||
@@ -99,7 +99,7 @@ zh-TW:
|
||||
item_2:
|
||||
name: 任務
|
||||
item_3:
|
||||
name: 團隊規劃
|
||||
name: 小組工作企劃
|
||||
boards:
|
||||
kanban:
|
||||
name: Kanban看板
|
||||
|
||||
@@ -207,7 +207,7 @@ zh-TW:
|
||||
enabled_in_project: "已在專案中啟用"
|
||||
contained_in_type: "已包含在類型中"
|
||||
confirm_destroy_option: "刪除一個項目將會一併刪除所有出現這個項目的地方 (例如:在工作項目中)。你確定要刪除它嗎?"
|
||||
reorder_alphabetical: "按字母順序重新排列值"
|
||||
reorder_alphabetical: "按字母順序重新排列"
|
||||
reorder_confirmation: "警告:目前可用值的順序將會遺失。繼續嗎?"
|
||||
instructions:
|
||||
is_required: "將此欄位定義成必填。\n"
|
||||
@@ -250,7 +250,7 @@ zh-TW:
|
||||
work_package_attachments: "工作項目:附件"
|
||||
work_package_categories: "工作項目:類別"
|
||||
work_package_file_links: "工作項目:檔案連結"
|
||||
work_package_shares: "共享之工作項目"
|
||||
work_package_shares: "共用之工作項目"
|
||||
delete:
|
||||
scheduled: "已經安排背景執行刪除任務。你將會收到結果通知。"
|
||||
schedule_failed: "專案無法刪除: %{errors}"
|
||||
@@ -268,7 +268,7 @@ zh-TW:
|
||||
my: "我的專案"
|
||||
favored: "收藏的專案"
|
||||
archived: "封存專案"
|
||||
shared: "共享專案清單"
|
||||
shared: "共用專案清單"
|
||||
my_lists: "我的專案列表"
|
||||
new:
|
||||
placeholder: "新專案清單"
|
||||
@@ -333,38 +333,38 @@ zh-TW:
|
||||
invite_by_mail: "寄發邀請至:%{mail}"
|
||||
send_invite_to: "寄送邀請"
|
||||
columns:
|
||||
shared: "共享"
|
||||
shared: "共用"
|
||||
filters:
|
||||
all_shares: "所有共享的"
|
||||
all_shares: "所有共用的"
|
||||
menu:
|
||||
all: "全部"
|
||||
invited: "已邀請"
|
||||
locked: "停用"
|
||||
project_roles: "專案角色"
|
||||
wp_shares: "共享之工作項目"
|
||||
wp_shares: "共用之工作項目"
|
||||
groups: "群組"
|
||||
delete_member_dialog:
|
||||
title: "移除成員"
|
||||
will_remove_the_users_role: "這將從此專案中移除使用者的角色。"
|
||||
will_remove_the_groups_role: "這將從此專案中移除群組角色。"
|
||||
however_work_packages_shared_with_user_html:
|
||||
other: "不過, %{shared_work_packages_link} ,也與此使用者共享。"
|
||||
other: "不過, %{shared_work_packages_link} ,也與此使用者共用。"
|
||||
however_work_packages_shared_with_group_html:
|
||||
other: "不過, %{shared_work_packages_link} ,也與此群組共享。"
|
||||
other: "不過, %{shared_work_packages_link} ,也與此群組共用。"
|
||||
remove_work_packages_shared_with_user_too: "已移除專案成員的使用者仍可存取共用工作項目。您也想移除共用嗎?"
|
||||
remove_work_packages_shared_with_group_too: "已移除成員身份的群組仍可存取共用工作套件。您也想移除共用嗎?"
|
||||
will_not_affect_inherited_shares: "(這不會影響與其小組共用的工作項目)。"
|
||||
can_remove_direct_but_not_shared_roles: "您可以刪除該用戶的直接項目成員身份,但他們所在的組也是該項目的成員,因此他們將繼續通過組成為成員。"
|
||||
also_work_packages_shared_with_user_html:
|
||||
other: "此外,還與該用戶共享了 %{shared_work_packages_link}。"
|
||||
remove_project_membership_or_work_package_shares_too: "您只想刪除作為直接成員的用戶(保留共享),還是也刪除工作包共享?"
|
||||
other: "此外,還與該用戶共用了 %{shared_work_packages_link}。"
|
||||
remove_project_membership_or_work_package_shares_too: "您只想刪除作為直接成員的用戶(保留共用),還是也刪除工作包共享?"
|
||||
will_remove_all_user_access_priveleges: "刪除該成員將移除該專案所有存取權限。但使用者部分專案資料仍然存在。"
|
||||
will_remove_all_group_access_priveleges: "刪除該成員將刪除該組對項目的所有訪問權限。該組仍將作為實例的一部分存在。"
|
||||
cannot_delete_inherited_membership: "您不能刪除此成員,因為他們所屬的組本身就是此項目的成員。"
|
||||
cannot_delete_inherited_membership_note_admin_html: "您可以在 %{administration_settings_link} 中刪除作為項目成員的組或組中的特定成員。"
|
||||
cannot_delete_inherited_membership_note_non_admin: "您可以將該組作為項目成員移除,或者聯繫管理員將該特定成員從組中移除。"
|
||||
delete_work_package_shares_dialog:
|
||||
title: "撤銷已共享的工作項目"
|
||||
title: "撤銷已共用的工作項目"
|
||||
shared_with_this_user_html:
|
||||
other: "%{all_shared_work_packages_link} 已與該用戶共享。"
|
||||
shared_with_this_group_html:
|
||||
@@ -474,7 +474,7 @@ zh-TW:
|
||||
is_readonly: "唯讀"
|
||||
excluded_from_totals: "不包括在總計中"
|
||||
themes:
|
||||
dark: "黑暗(測試版)"
|
||||
dark: "深色(測試版)"
|
||||
light: "白色主題"
|
||||
light_high_contrast: "高對比白色主題"
|
||||
types:
|
||||
@@ -526,8 +526,8 @@ zh-TW:
|
||||
目標項目中未啓用工作包的當前類型。如果您希望工作包類型保持不變,請在目標項目中啓用這些類型。否則,請從列表中選擇目標項目中的可用類型。
|
||||
sharing:
|
||||
missing_workflow_warning:
|
||||
title: "工作包共享缺少工作流"
|
||||
message: "沒有為\"工作包編輯者\"角色配置工作流。沒有工作流,共享用戶就無法更改工作包的狀態。工作流可以複製。選擇一個源類型(例如\"任務\")和源角色(例如\"成員\")。然後選擇目標類型。一開始,您可以將所有類型都選擇為目標類型。最後,選擇\"工作包編輯者\"角色作為目標,然後點擊\"複製\"。在創建默認設置之後,像對其他角色一樣進行微調,對工作流進行詳細調整。"
|
||||
title: "共用工作項目缺少工作流"
|
||||
message: "沒有為\"工作項目編輯者\"角色配置工作流。沒有工作流,共用用戶就無法更改工作項目的狀態。工作流可以複製。選擇一個類型(例如\"任務\")和角色(例如\"成員\")。然後選擇目標類型。一開始,您可以將所有類型都選擇為目標類型。最後,選擇\"工作項目編輯者\"角色作為目標,然後點擊\"複製\"。在創建預設設置之後,像對其他角色一樣進行微調,對工作流進行詳細調整。"
|
||||
link_message: "在管理中配置工作流。"
|
||||
summary:
|
||||
reports:
|
||||
@@ -713,7 +713,7 @@ zh-TW:
|
||||
type:
|
||||
description: "描述的預設文字"
|
||||
attribute_groups: ""
|
||||
is_in_roadmap: "在 RoadMap 預設為顯示"
|
||||
is_in_roadmap: "在藍圖中預設為顯示"
|
||||
is_default: "新專案的預設啟動類型"
|
||||
is_milestone: "里程碑"
|
||||
color: "顏色"
|
||||
@@ -734,10 +734,10 @@ zh-TW:
|
||||
hide_mail: "隱藏我的電子郵件地址"
|
||||
impaired: "協助工具模式"
|
||||
time_zone: "時區"
|
||||
auto_hide_popups: "自動隱藏成功通知"
|
||||
auto_hide_popups: "提醒後自動隱藏"
|
||||
warn_on_leaving_unsaved: "離開尚未儲存的工作項目時提示我"
|
||||
theme: "模式 "
|
||||
mode_guideline: "為了親和性以及方便閱讀性,某些模式將覆蓋自訂主題顏色。對於完整的自訂主題,請選擇 Light 模式。"
|
||||
mode_guideline: "為了親和性以及方便閱讀性,某些模式將覆蓋自訂主題顏色。對於完整的自訂主題,請選擇白色模式。"
|
||||
version:
|
||||
effective_date: "完成日期"
|
||||
sharing: "分享"
|
||||
@@ -771,7 +771,7 @@ zh-TW:
|
||||
readonly: "唯讀"
|
||||
remaining_hours: "剩餘工作"
|
||||
remaining_time: "剩餘工作"
|
||||
shared_with_users: "共享對象"
|
||||
shared_with_users: "共用對象"
|
||||
schedule_manually: "手動排程"
|
||||
spent_hours: "耗時"
|
||||
spent_time: "耗時"
|
||||
@@ -1205,7 +1205,7 @@ zh-TW:
|
||||
author: "作者"
|
||||
base: "一般錯誤:"
|
||||
blocks_ids: "已被限制的工作項目 IDs"
|
||||
category: "分類"
|
||||
category: "類別"
|
||||
comment: "留言"
|
||||
comments: "留言"
|
||||
content: "內容"
|
||||
@@ -1301,7 +1301,7 @@ zh-TW:
|
||||
button_clear: "清除"
|
||||
button_click_to_reveal: "點擊顯示"
|
||||
button_close: "關閉"
|
||||
button_collapse_all: "全部摺疊"
|
||||
button_collapse_all: "全部收合"
|
||||
button_configure: "設定"
|
||||
button_continue: "繼續"
|
||||
button_copy: "複製"
|
||||
@@ -1357,11 +1357,11 @@ zh-TW:
|
||||
button_add_menu_entry: "新增選單項目"
|
||||
button_configure_menu_entry: "設定選單項目"
|
||||
button_delete_menu_entry: "刪除選單項目"
|
||||
button_view_shared_work_packages: "檢視共享的工作項目"
|
||||
button_view_shared_work_packages: "檢視共用的工作項目"
|
||||
button_manage_roles: "管理角色"
|
||||
button_remove_member: "移除成員"
|
||||
button_remove_member_and_shares: "移除成員及共享"
|
||||
button_revoke_work_package_shares: "撤銷已共享的工作項目"
|
||||
button_remove_member_and_shares: "移除成員及共用"
|
||||
button_revoke_work_package_shares: "撤銷已共用的工作項目"
|
||||
button_revoke_access: "撤銷存取權限"
|
||||
button_revoke_all: "全部撤銷"
|
||||
button_revoke_only: "僅撤銷 %{shared_role_name}"
|
||||
@@ -1670,7 +1670,7 @@ zh-TW:
|
||||
shortcuts: "快捷鍵"
|
||||
blog: "Openproject 部落格"
|
||||
forums: "社群討論區"
|
||||
newsletter: "安全警報 / 消息"
|
||||
newsletter: "資通安全通知 / 電子報"
|
||||
image_conversion:
|
||||
imagemagick: "Imagemagick"
|
||||
journals:
|
||||
@@ -1768,7 +1768,7 @@ zh-TW:
|
||||
dateAlert: "到期提醒"
|
||||
mentioned: "被提及"
|
||||
responsible: "負責人"
|
||||
shared: "共享"
|
||||
shared: "共用"
|
||||
watched: "監看者"
|
||||
facets:
|
||||
unread: "未讀"
|
||||
@@ -1794,7 +1794,7 @@ zh-TW:
|
||||
label_activate_user: "啟動使用者"
|
||||
label_active_in_new_projects: "在新專案中啟用"
|
||||
label_activity: "活動"
|
||||
label_add_edit_translations: "增加和編輯翻譯"
|
||||
label_add_edit_translations: "加入翻譯"
|
||||
label_add_another_file: "新增另一個檔案"
|
||||
label_add_columns: "新增所選欄"
|
||||
label_add_note: "新增註記"
|
||||
@@ -1891,8 +1891,8 @@ zh-TW:
|
||||
label_chronological_order: "由舊排列至新"
|
||||
label_close_versions: "關閉已完成的版本"
|
||||
label_closed_work_packages: "已關閉"
|
||||
label_collapse: "折疊"
|
||||
label_collapsed_click_to_show: "已折疊。按一下以顯示"
|
||||
label_collapse: "收合"
|
||||
label_collapsed_click_to_show: "已收合。按一下以顯示"
|
||||
label_configuration: 組態
|
||||
label_comment_add: "新增留言"
|
||||
label_comment_added: "新增內容"
|
||||
@@ -1938,11 +1938,11 @@ zh-TW:
|
||||
label_missing_or_hidden_custom_option: "(缺少值或缺少訪問權限)"
|
||||
label_descending: "降冪"
|
||||
label_details: "詳細資料"
|
||||
label_development_roadmap: "發展路徑圖"
|
||||
label_development_roadmap: "開發藍圖"
|
||||
label_diff: "比較"
|
||||
label_diff_inline: "行內"
|
||||
label_diff_side_by_side: "並排"
|
||||
label_digital_accessibility: "數字可訪問性 (DE)"
|
||||
label_digital_accessibility: "數位無障礙聲明 (德文)"
|
||||
label_disabled: "已停用"
|
||||
label_disabled_uppercase: "關閉"
|
||||
label_display: "顯示"
|
||||
@@ -1982,7 +1982,7 @@ zh-TW:
|
||||
label_import: "匯入"
|
||||
label_export_to: "也可匯出成"
|
||||
label_expand: "展開"
|
||||
label_expanded_click_to_collapse: "已擴大。按一下可折疊"
|
||||
label_expanded_click_to_collapse: "已展開。按一下可收合"
|
||||
label_f_hour: "%{value} 小時"
|
||||
label_f_hour_plural: "%{value} 個小時"
|
||||
label_favorite: "最愛"
|
||||
@@ -2038,7 +2038,7 @@ zh-TW:
|
||||
label_invite_user: "邀請使用者"
|
||||
label_share: "分享"
|
||||
label_share_project_list: "共用專案清單"
|
||||
label_share_work_package: "共享工作項目"
|
||||
label_share_work_package: "共用工作項目"
|
||||
label_show_hide: "顯示/隱藏"
|
||||
label_show_hide_n_items: "顯示/隱藏 %{count} 項目"
|
||||
label_show_all_registered_users: "顯示所有註冊使用者"
|
||||
@@ -2229,7 +2229,7 @@ zh-TW:
|
||||
label_relates_to: "相關於"
|
||||
label_relation_delete: "刪除關聯"
|
||||
label_relation_new: "新增關聯"
|
||||
label_release_notes: "發行備註"
|
||||
label_release_notes: "發行說明"
|
||||
label_remaining_work: "剩餘工作"
|
||||
label_remove_columns: "移除所選欄"
|
||||
label_renamed: "重新命名"
|
||||
@@ -2250,11 +2250,11 @@ zh-TW:
|
||||
label_revision: "修訂"
|
||||
label_revision_id: "修訂版 %{value}"
|
||||
label_revision_plural: "修訂"
|
||||
label_roadmap: "路線圖"
|
||||
label_roadmap_edit: "編輯路線圖 %{name}"
|
||||
label_roadmap_due_in: "截止於%{value}"
|
||||
label_roadmap_no_work_packages: "這個版本沒有工作項目"
|
||||
label_roadmap_overdue: "晚了 %{value}"
|
||||
label_roadmap: "藍圖"
|
||||
label_roadmap_edit: "編輯藍圖 %{name}"
|
||||
label_roadmap_due_in: "%{value} 截止"
|
||||
label_roadmap_no_work_packages: "此版本沒有工作項目"
|
||||
label_roadmap_overdue: "%{value} 逾期"
|
||||
label_role_and_permissions: "角色與權限"
|
||||
label_role_new: "新增角色"
|
||||
label_role_plural: "角色"
|
||||
@@ -2295,7 +2295,7 @@ zh-TW:
|
||||
label_system_storage: "儲存空間資訊"
|
||||
label_table_of_contents: "目錄"
|
||||
label_tag: "標記"
|
||||
label_team_planner: "團隊規劃"
|
||||
label_team_planner: "小組工作企劃"
|
||||
label_text: "長文字"
|
||||
label_this_month: "本月"
|
||||
label_this_week: "本週"
|
||||
@@ -2338,7 +2338,7 @@ zh-TW:
|
||||
label_version_plural: "版本"
|
||||
label_version_sharing_descendants: "與子專案"
|
||||
label_version_sharing_hierarchy: "有專案階層"
|
||||
label_version_sharing_none: "非共享的"
|
||||
label_version_sharing_none: "非共用的"
|
||||
label_version_sharing_system: "有所有的版本"
|
||||
label_version_sharing_tree: "有專案樹"
|
||||
label_videos: "影片"
|
||||
@@ -2467,7 +2467,7 @@ zh-TW:
|
||||
assigned: "指派"
|
||||
responsible: "負責人"
|
||||
mentioned: "被提及"
|
||||
shared: "共享"
|
||||
shared: "共用"
|
||||
subscribed: "所有"
|
||||
prefix: "因為通知設定而收到:%{reason}"
|
||||
date_alert_start_date: "日期提醒"
|
||||
@@ -2620,7 +2620,7 @@ zh-TW:
|
||||
notice_locking_conflict: "在此同時,資訊已經被至少一個使用者更新"
|
||||
notice_locking_conflict_additional_information: "更新來自於 %{users}"
|
||||
notice_locking_conflict_reload_page: "請重新載入頁面,檢查所做的更改並重新套用您的更新。"
|
||||
notice_member_added: 增加至專案的 %{name}
|
||||
notice_member_added: 新增 %{name} 至專案
|
||||
notice_members_added: 已加入了 %{number} 個用戶至專案中
|
||||
notice_member_removed: "%{user} 已從專案移除"
|
||||
notice_member_deleted: "%{user} 已經從專案移除並刪除了"
|
||||
@@ -2816,7 +2816,7 @@ zh-TW:
|
||||
member_of_group: "執行者的群組"
|
||||
name_or_identifier: "名稱或識別碼"
|
||||
only_subproject_id: "只限子專案"
|
||||
shared_with_user: "與使用者共享"
|
||||
shared_with_user: "與使用者共用"
|
||||
shared_with_me: "與我共用"
|
||||
subproject_id: "包含子專案"
|
||||
repositories:
|
||||
@@ -3263,7 +3263,7 @@ zh-TW:
|
||||
text_user_invited: 這個使用者已經被邀請而且正在等待註冊。
|
||||
text_user_wrote: "%{value} 寫道:"
|
||||
text_warn_on_leaving_unsaved: "若離開當前頁面,將遺失此工作項目未儲存的內容。"
|
||||
text_what_did_you_change_click_to_add_comment: "你改變了甚麼?點擊來新增說明"
|
||||
text_what_did_you_change_click_to_add_comment: "點擊這裡來說明變更了什麼"
|
||||
text_wiki_destroy_confirmation: "您是否確定要刪除此 wiki 和它所有的內容?"
|
||||
text_wiki_page_destroy_children: "刪除子頁面和所有他們的派生頁面"
|
||||
text_wiki_page_destroy_question: "此頁有 %{descendants} 子頁面和派生頁面。您想進行何種操作?"
|
||||
@@ -3418,24 +3418,24 @@ zh-TW:
|
||||
group: "群組"
|
||||
role: "角色"
|
||||
type: "類型"
|
||||
denied: "您沒有權限共享 %{entities}。"
|
||||
denied: "您沒有權限共用 %{entities}。"
|
||||
label_search: "搜尋要邀請的用戶"
|
||||
label_search_placeholder: "以帳號或電子郵件搜尋"
|
||||
label_toggle_all: "切換到「所有共享的」"
|
||||
label_toggle_all: "切換到「所有共用的」"
|
||||
remove: "刪除"
|
||||
share: "分享"
|
||||
text_empty_search_description: "沒有符合當前過濾條件的用戶。"
|
||||
text_empty_search_header: "我們找不到任何匹配結果。"
|
||||
text_empty_state_description: "%{entity} 尚未與任何人共享。"
|
||||
text_empty_state_header: "非共享的"
|
||||
text_empty_state_description: "%{entity} 尚未與任何人共用。"
|
||||
text_empty_state_header: "非共用的"
|
||||
text_user_limit_reached: "添加其他用戶將超出當前限制。請聯繫管理員增加用戶限制,以確保外部用戶能夠訪問 %{entity}。"
|
||||
text_user_limit_reached_admins: '添加更多用戶將超出當前限制。請<a href="%{upgrade_url}">升級您的計劃</a>,以便添加更多用戶。'
|
||||
warning_user_limit_reached: >
|
||||
添加其他用戶將超出當前限制。請聯繫管理員增加用戶限制,以確保外部用戶能夠訪問 %{entity}。
|
||||
warning_user_limit_reached_admin: >
|
||||
添加其他用戶將超出當前限制。請<a href="%{upgrade_url}">升級您的計劃</a>,以確保外部用戶能夠訪問 %{entity}。
|
||||
warning_no_selected_user: "請選擇要與之共享此 %{entity} 的用戶"
|
||||
warning_locked_user: "使用者 %{user} 已停用,無法共享"
|
||||
warning_no_selected_user: "請選擇要與之共用此 %{entity} 的用戶"
|
||||
warning_locked_user: "使用者 %{user} 已停用,無法共用"
|
||||
user_details:
|
||||
locked: "使用者已停用"
|
||||
invited: "已傳送邀請"
|
||||
@@ -3443,34 +3443,34 @@ zh-TW:
|
||||
invite_resent: "已重傳邀請"
|
||||
not_project_member: "非專案的成員"
|
||||
project_group: "小組成員可能擁有額外權限(作為項目成員)"
|
||||
not_project_group: "組 (與所有成員共享)"
|
||||
not_project_group: "組 (與所有成員共用)"
|
||||
additional_privileges_project: "可能有額外的權限(作為項目成員)"
|
||||
additional_privileges_group: "可能有額外的權限(作為組成員)"
|
||||
additional_privileges_project_or_group: "可能有額外的權限(作為項目成員或組成員)"
|
||||
project_queries:
|
||||
publishing_denied: "您沒有公開專案列表的權限。"
|
||||
access_warning: "用戶只能看到他們有權訪問的項目。共享項目列表不會影響單個項目的權限。"
|
||||
access_warning: "用戶只能看到他們有權訪問的專案。共用專案列表不會影響單一專案的權限。"
|
||||
user_details:
|
||||
owner: "列表所有者"
|
||||
can_view_because_public: "已經可以查看,因為列表與所有人共享"
|
||||
can_view_because_public: "已經可以查看,因為列表與所有人共用"
|
||||
can_manage_public_lists: "可根據全域權限進行編輯"
|
||||
public_flag:
|
||||
label: "通過 %{instance_name} 與大家分享"
|
||||
caption: "每個人都可以查看此項目列表。有全局編輯權限的人可以修改它。"
|
||||
blank_state:
|
||||
public:
|
||||
header: "共享給所有人"
|
||||
header: "共用給所有人"
|
||||
description: "每個人都可以查看此項目列表。您也可以添加具有額外權限的個別用戶。"
|
||||
private:
|
||||
header: "不共享:私有"
|
||||
description: "此項目列表尚未與任何人共享。只有您可以訪問此列表。"
|
||||
header: "不共用:私有"
|
||||
description: "此專案列表尚未與任何人共用。只有您可以訪問此列表。"
|
||||
permissions:
|
||||
view: "檢視"
|
||||
view_description: "可以查看此項目列表。"
|
||||
edit: "編輯"
|
||||
edit_description: "可以查看、共享和編輯此項目列表。"
|
||||
edit_description: "可以查看、共用和編輯此專案列表。"
|
||||
upsale:
|
||||
message: "與單個用戶共享項目列表是一項企業附加功能。"
|
||||
message: "與單個用戶共用專案列表是一項企業附加功能。"
|
||||
working_days:
|
||||
info: >
|
||||
在安排工作包時,未選擇的日期將被跳過(且不計入天數)。可以在工作包級別覆蓋這些選項。
|
||||
|
||||
@@ -83,7 +83,7 @@ en:
|
||||
button_back_to_list_view: "Back to list view"
|
||||
button_cancel: "Cancel"
|
||||
button_close: "Close"
|
||||
button_change_project: "Change project"
|
||||
button_change_project: "Move to another project"
|
||||
button_check_all: "Check all"
|
||||
button_configure-form: "Configure form"
|
||||
button_confirm: "Confirm"
|
||||
@@ -91,7 +91,7 @@ en:
|
||||
button_copy: "Copy"
|
||||
button_copy_to_clipboard: "Copy to clipboard"
|
||||
button_copy_link_to_clipboard: "Copy link to clipboard"
|
||||
button_copy_to_other_project: "Copy to other project"
|
||||
button_copy_to_other_project: "Duplicate to other project"
|
||||
button_custom-fields: "Custom fields"
|
||||
button_delete: "Delete"
|
||||
button_delete_watcher: "Delete watcher"
|
||||
|
||||
@@ -31,6 +31,33 @@ class FixDeletedDataJournals < ActiveRecord::Migration[7.0]
|
||||
get_missing_journals.each do |journable_type, relation|
|
||||
Rails.logger.debug { "Cleaning up journals on #{journable_type}" }
|
||||
|
||||
if unmigratable_journal_classes.key?(journable_type) && relation.count > 0
|
||||
raise <<~ERROR
|
||||
We have found missing journal entries for the #{journable_type} model.
|
||||
|
||||
Unfortunately, you cannot update directly to OpenProject #{OpenProject::VERSION.to_semver},
|
||||
as subsequent migrations are not yet processed for this model.
|
||||
|
||||
To fix this issue, please try one of these options:
|
||||
|
||||
Upgrade first to Openproject 13.0.0, and then to this version.
|
||||
|
||||
----
|
||||
|
||||
Skip this migration by connecting to the database, and running the following SQL command:
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES (20220818074159);
|
||||
|
||||
Then, run this migration step again. It will skip this migration.
|
||||
|
||||
Once migrated, remove this migration entry again by running this SQL command:
|
||||
|
||||
DELETE FROM schema_migrations WHERE version='20220818074159';
|
||||
|
||||
Then, run this migration step again. Only this skipped migration will be performed.
|
||||
ERROR
|
||||
end
|
||||
|
||||
relation.find_each { |journal| fix_journal_data(journal) }
|
||||
|
||||
count = relation.count
|
||||
@@ -131,13 +158,18 @@ class FixDeletedDataJournals < ActiveRecord::Migration[7.0]
|
||||
|
||||
# Lookup table for items that were already deleted
|
||||
def lookup_journal_class_table(journable_type)
|
||||
lookup = { "WikiContent" => %w[Journal::WikiContentJournal wiki_content_journals] }
|
||||
lookup.fetch(journable_type) do
|
||||
unmigratable_journal_classes.fetch(journable_type) do
|
||||
journal_class = journable_type.constantize.journal_class
|
||||
[journal_class.to_s, journal_class.table_name]
|
||||
end
|
||||
end
|
||||
|
||||
def unmigratable_journal_classes
|
||||
{
|
||||
"WikiContent" => %w[Journal::WikiContentJournal wiki_content_journals]
|
||||
}
|
||||
end
|
||||
|
||||
def take_over_from_successor(journal)
|
||||
# The successors may also have their data deleted.
|
||||
# in this case, look for the first journal with data. If non can be found, instantiate from the journaled object.
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
#-- copyright
|
||||
# OpenProject is an open source project management software.
|
||||
# Copyright (C) 2012-2024 the OpenProject GmbH
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License version 3.
|
||||
#
|
||||
# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
|
||||
# Copyright (C) 2006-2013 Jean-Philippe Lang
|
||||
# Copyright (C) 2010-2013 the ChiliProject Team
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
# as published by the Free Software Foundation; either version 2
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
# See COPYRIGHT and LICENSE files for more details.
|
||||
#++
|
||||
|
||||
class AddAuthProviders < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
create_table :auth_providers do |t|
|
||||
t.string :type, null: false
|
||||
t.string :display_name, null: false, index: { unique: true }
|
||||
t.string :slug, null: false, index: { unique: true }
|
||||
t.boolean :available, null: false, default: true
|
||||
t.boolean :limit_self_registration, null: false, default: false
|
||||
t.jsonb :options, default: {}, null: false
|
||||
t.references :creator, null: false, index: true, foreign_key: { to_table: :users }
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
+5
-6
@@ -26,12 +26,7 @@
|
||||
// See COPYRIGHT and LICENSE files for more details.
|
||||
//++
|
||||
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
ElementRef,
|
||||
Input,
|
||||
} from '@angular/core';
|
||||
import { ChangeDetectionStrategy, Component, ElementRef, Input } from '@angular/core';
|
||||
import {
|
||||
WorkPackageIsolatedQuerySpaceDirective,
|
||||
} from 'core-app/features/work-packages/directives/query-space/wp-isolated-query-space.directive';
|
||||
@@ -48,6 +43,8 @@ import { populateInputsFromDataset } from 'core-app/shared/components/dataset-in
|
||||
[workPackageId]="workPackageId"
|
||||
[activeTab]="activeTab"
|
||||
[showTabs]="false"
|
||||
[resizeStyle]="resizeStyle"
|
||||
[resizerClass]="resizerClass"
|
||||
></op-wp-split-view>
|
||||
`,
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
@@ -55,6 +52,8 @@ import { populateInputsFromDataset } from 'core-app/shared/components/dataset-in
|
||||
export class WorkPackageSplitViewEntryComponent {
|
||||
@Input() workPackageId:string;
|
||||
@Input() activeTab:string;
|
||||
@Input() resizerClass:string;
|
||||
@Input() resizeStyle:string;
|
||||
|
||||
constructor(readonly elementRef:ElementRef) {
|
||||
populateInputsFromDataset(this);
|
||||
|
||||
+3
@@ -75,6 +75,9 @@ export class WorkPackageSplitViewComponent extends WorkPackageSingleViewBase imp
|
||||
@Input() showTabs = true;
|
||||
@Input() activeTab?:string;
|
||||
|
||||
@Input() resizerClass = 'work-packages-partitioned-page--content-right';
|
||||
@Input() resizeStyle:'flexBasis'|'width' = 'flexBasis';
|
||||
|
||||
constructor(
|
||||
public injector:Injector,
|
||||
public states:States,
|
||||
|
||||
@@ -68,7 +68,8 @@
|
||||
</div>
|
||||
|
||||
<div class="work-packages--details--resizer hidden-for-mobile hide-when-print">
|
||||
<wp-resizer [elementClass]="'work-packages-partitioned-page--content-right'"
|
||||
<wp-resizer [elementClass]="resizerClass"
|
||||
[resizeStyle]="resizeStyle"
|
||||
[localStorageKey]="'openProject-splitViewFlexBasis'"></wp-resizer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+5
-2
@@ -1,4 +1,6 @@
|
||||
import { WorkPackageAction } from 'core-app/features/work-packages/components/wp-table/context-menu-helper/wp-context-menu-helper.service';
|
||||
import {
|
||||
WorkPackageAction,
|
||||
} from 'core-app/features/work-packages/components/wp-table/context-menu-helper/wp-context-menu-helper.service';
|
||||
|
||||
export const PERMITTED_CONTEXT_MENU_ACTIONS:WorkPackageAction[] = [
|
||||
{
|
||||
@@ -16,7 +18,8 @@ export const PERMITTED_CONTEXT_MENU_ACTIONS:WorkPackageAction[] = [
|
||||
link: 'move',
|
||||
},
|
||||
{
|
||||
key: 'copy',
|
||||
key: 'duplicate',
|
||||
icon: 'icon-copy',
|
||||
link: 'copy',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//-- copyright
|
||||
// -- copyright
|
||||
// OpenProject is an open source project management software.
|
||||
// Copyright (C) the OpenProject GmbH
|
||||
//
|
||||
@@ -73,10 +73,12 @@ export class WpResizerDirective extends UntilDestroyedMixin implements OnInit, A
|
||||
|
||||
public resizerClass = 'work-packages--resizer icon-resizer-vertical-lines';
|
||||
|
||||
constructor(readonly toggleService:MainMenuToggleService,
|
||||
constructor(
|
||||
readonly toggleService:MainMenuToggleService,
|
||||
private elementRef:ElementRef,
|
||||
readonly $transitions:TransitionService,
|
||||
readonly browserDetector:BrowserDetector) {
|
||||
readonly browserDetector:BrowserDetector,
|
||||
) {
|
||||
super();
|
||||
}
|
||||
|
||||
@@ -86,7 +88,7 @@ export class WpResizerDirective extends UntilDestroyedMixin implements OnInit, A
|
||||
// to still work in case an element is duplicated by Angular.
|
||||
const elements = document.getElementsByClassName(this.elementClass);
|
||||
this.resizingElement = <HTMLElement>elements[elements.length - 1];
|
||||
|
||||
|
||||
if (!this.resizingElement) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
@import autocomplete
|
||||
@import autocomplete_primerized
|
||||
@import diff
|
||||
@import projects_autocomplete_with_search_icon
|
||||
@import projects_list
|
||||
@import project_list_modal
|
||||
@import datepicker
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
@import 'helpers'
|
||||
|
||||
.projects-autocomplete-with-search-icon
|
||||
ng-select[ng-reflect-multiple='false']
|
||||
input
|
||||
margin-left: 18px
|
||||
ng-select
|
||||
.ng-select-container
|
||||
@extend .icon-search
|
||||
&:before
|
||||
@include icon-font-common
|
||||
padding-left: 10px
|
||||
@@ -11,14 +11,16 @@
|
||||
append_to: @autocomplete_options.fetch(:append_to, 'body')
|
||||
} %>
|
||||
<% else %>
|
||||
<%= angular_component_tag @autocomplete_options.fetch(:component),
|
||||
data: @autocomplete_options.delete(:data) { {} },
|
||||
inputs: @autocomplete_options.merge(
|
||||
classes: "ng-select--primerized #{@input.invalid? ? '-error' : ''}",
|
||||
inputName: @autocomplete_options.fetch(:inputName) { builder.field_name(@input.name) },
|
||||
inputValue: @autocomplete_options.fetch(:inputValue) { builder.object.send(@input.name) },
|
||||
defaultData: @autocomplete_options.fetch(:defaultData) { true }
|
||||
)
|
||||
%>
|
||||
<%= content_tag(:div, class: ("projects-autocomplete-with-search-icon" if @autocomplete_options.delete(:with_search_icon))) do %>
|
||||
<%= angular_component_tag @autocomplete_options.fetch(:component),
|
||||
data: @autocomplete_options.delete(:data) { {} },
|
||||
inputs: @autocomplete_options.merge(
|
||||
classes: "ng-select--primerized #{@input.invalid? ? '-error' : ''}",
|
||||
inputName: @autocomplete_options.fetch(:inputName) { builder.field_name(@input.name) },
|
||||
inputValue: @autocomplete_options.fetch(:inputValue) { builder.object.send(@input.name) },
|
||||
defaultData: @autocomplete_options.fetch(:defaultData) { true }
|
||||
)
|
||||
%>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -80,6 +80,12 @@ Keep in mind that this component uses the live projects API, so results will dep
|
||||
|
||||
<%= embed OpenProject::Common::AutocompletePreview, :project, panels: %i[source] %>
|
||||
|
||||
#### Project autocompletion with search icon
|
||||
|
||||
There is also an flag for a search icon within the select:
|
||||
|
||||
<%= embed OpenProject::Common::AutocompletePreview, :project_with_search_icon, panels: %i[source] %>
|
||||
|
||||
### Outside primer
|
||||
|
||||
If you're not in a primer form, you can render the autocomplete directly like so:
|
||||
|
||||
@@ -44,6 +44,10 @@ module OpenProject
|
||||
def project
|
||||
render_with_template
|
||||
end
|
||||
|
||||
def project_with_search_icon
|
||||
render_with_template
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
<%
|
||||
the_form = Class.new(ApplicationForm) do
|
||||
form do |f|
|
||||
f.project_autocompleter(
|
||||
name: :id,
|
||||
label: Project.model_name.human,
|
||||
visually_hide_label: true,
|
||||
autocomplete_options: {
|
||||
with_search_icon: true,
|
||||
openDirectly: false,
|
||||
focusDirectly: false,
|
||||
dropdownPosition: 'bottom',
|
||||
disabledProjects: Project.visible.take(10).pluck(:id).to_h { |id| [id, "Disabled reason!"] },
|
||||
}
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
model = Project.new
|
||||
%>
|
||||
|
||||
<%= primer_form_with(
|
||||
model:,
|
||||
url: '/abc',
|
||||
id: 'asdf') do |f|
|
||||
render(the_form.new(f))
|
||||
end
|
||||
%>
|
||||
@@ -7,8 +7,8 @@ zh-TW:
|
||||
label_choose_avatar: "選擇大頭貼"
|
||||
uploading_avatar: "上傳您的大頭貼。"
|
||||
text_upload_instructions: |
|
||||
上傳您自己的 128 x 128 像素自定大頭貼。 較大的文件將被調整大小和裁剪。
|
||||
選擇了圖像後,在上傳之前將顯示您的大頭貼預覽。
|
||||
上傳您自己的 128 x 128 像素自定大頭貼。 較大圖片將被調整大小和裁剪。
|
||||
選擇了圖片後,上傳前將預覽您的大頭貼。
|
||||
error_image_too_large: "圖片太大。"
|
||||
wrong_file_format: "允許的格式是jpg, png以及gif"
|
||||
empty_file_error: "請上傳一個有效的圖片 (jpg, png, gif)"
|
||||
|
||||
@@ -24,13 +24,13 @@ zh-TW:
|
||||
text_current_avatar: |
|
||||
以下圖像顯示當前圖像。
|
||||
text_upload_instructions: |
|
||||
上傳您自己的 128 x 128 像素自定大頭貼。 較大的文件將被調整大小和裁剪。
|
||||
選擇了圖像後,在上傳之前將顯示您的大頭貼預覽。
|
||||
text_change_gravatar_html: '請轉到%{gravatar_url},將您的郵件設定進去。'
|
||||
上傳您自己的 128 x 128 像素自定大頭貼。 較大圖片將被調整大小和裁剪。
|
||||
選擇了圖片後,上傳前將預覽您的大頭貼。
|
||||
text_change_gravatar_html: '請連結到%{gravatar_url},將您的郵件設定進去以便使用。'
|
||||
text_your_local_avatar: |
|
||||
OpenProject 允許你上傳自己定義的頭像
|
||||
text_local_avatar_over_gravatar: |
|
||||
如果你有設定,這個自己定義的頭像將會優先用於gravatar上方。
|
||||
如果你有設定,這個自己定義的頭像將會優於gravatar。
|
||||
text_your_current_gravatar: |
|
||||
如果你註冊了一個gravatar圖像,OpenProject將使用你的圖像;如果沒有則會使用既有預設的圖像或圖標。
|
||||
目前的gravatar圖像如下:
|
||||
|
||||
@@ -64,8 +64,8 @@ ro:
|
||||
properties: "Proprietăţi"
|
||||
rebuild: "Reconstruiți"
|
||||
rebuild_positions: "Reconstruiți"
|
||||
remaining_hours: "Remaining work"
|
||||
remaining_hours_ideal: "Remaining work (ideal)"
|
||||
remaining_hours: "Muncă rămasă"
|
||||
remaining_hours_ideal: "Munca rămasă (ideal)"
|
||||
show_burndown_chart: "Size Chart"
|
||||
story: "Articol"
|
||||
story_points: "Puncte"
|
||||
@@ -147,7 +147,7 @@ ro:
|
||||
rb_label_copy_tasks_none: "Nimic"
|
||||
rb_label_copy_tasks_open: "Deschis"
|
||||
rb_label_link_to_original: "Includeți un link către povestea originală"
|
||||
remaining_hours: "remaining work"
|
||||
remaining_hours: "muncă rămasă"
|
||||
required_burn_rate_hours: "rata de ardere necesară (ore)"
|
||||
required_burn_rate_points: "rata de ardere necesară (puncte)"
|
||||
todo_work_package_description: "%{summary}: %{url}\n%{description}"
|
||||
|
||||
@@ -22,7 +22,7 @@ ar:
|
||||
other: '%{count} BCF issues'
|
||||
bcf_xml:
|
||||
xml_file: 'BCF XML File'
|
||||
import_title: 'Import'
|
||||
import_title: 'استيراد'
|
||||
export: 'تصدير'
|
||||
import_update_comment: '(Updated in BCF import)'
|
||||
import_failed: 'Cannot import BCF file: %{error}'
|
||||
@@ -81,7 +81,7 @@ ar:
|
||||
attributes:
|
||||
bim/ifc_models/ifc_model:
|
||||
ifc_attachment: "IFC file"
|
||||
is_default: "Default model"
|
||||
is_default: "النموذج الافتراضي"
|
||||
attachments: "IFC file"
|
||||
errors:
|
||||
models:
|
||||
@@ -118,9 +118,9 @@ ar:
|
||||
no_results: "No IFC models have been uploaded in this project."
|
||||
conversion_status:
|
||||
label: 'Processing?'
|
||||
pending: 'Pending'
|
||||
pending: 'قيد الانتظار'
|
||||
processing: 'Processing'
|
||||
completed: 'Completed'
|
||||
completed: 'اكتمل'
|
||||
error: 'خطأ'
|
||||
processing_notice:
|
||||
processing_default: 'The following default IFC models are still being processed and are thus not available, yet:'
|
||||
|
||||
@@ -103,7 +103,7 @@ ro:
|
||||
item_0:
|
||||
name: Project plan
|
||||
item_1:
|
||||
name: Milestones
|
||||
name: Etape
|
||||
item_2:
|
||||
name: Tasks
|
||||
item_3:
|
||||
@@ -147,7 +147,7 @@ ro:
|
||||
name: Pachete de lucru
|
||||
item_6:
|
||||
options:
|
||||
name: Milestones
|
||||
name: Etape
|
||||
demo-planning-constructing-project:
|
||||
name: "(Demo) Planning & constructing"
|
||||
status_explanation: All tasks are on schedule. The people involved know their tasks. The system is completely set up.
|
||||
@@ -165,7 +165,7 @@ ro:
|
||||
item_0:
|
||||
name: Project plan
|
||||
item_1:
|
||||
name: Milestones
|
||||
name: Etape
|
||||
item_2:
|
||||
name: Tasks
|
||||
item_3:
|
||||
@@ -202,7 +202,7 @@ ro:
|
||||
name: Pachete de lucru
|
||||
item_6:
|
||||
options:
|
||||
name: Milestones
|
||||
name: Etape
|
||||
work_packages:
|
||||
item_0:
|
||||
subject: Project kick off construction project
|
||||
@@ -419,7 +419,7 @@ ro:
|
||||
item_0:
|
||||
name: Project plan
|
||||
item_1:
|
||||
name: Milestones
|
||||
name: Etape
|
||||
item_2:
|
||||
name: Tasks
|
||||
item_3:
|
||||
@@ -459,7 +459,7 @@ ro:
|
||||
name: Pachete de lucru
|
||||
item_6:
|
||||
options:
|
||||
name: Milestones
|
||||
name: Etape
|
||||
work_packages:
|
||||
item_0:
|
||||
subject: Project kick off creating BIM model
|
||||
@@ -692,7 +692,7 @@ ro:
|
||||
item_4:
|
||||
name: Project plan
|
||||
item_5:
|
||||
name: Milestones
|
||||
name: Etape
|
||||
item_6:
|
||||
name: Tasks
|
||||
item_7:
|
||||
|
||||
@@ -107,7 +107,7 @@ zh-TW:
|
||||
item_2:
|
||||
name: 任務
|
||||
item_3:
|
||||
name: 團隊規劃
|
||||
name: 小組工作企劃
|
||||
boards:
|
||||
bcf:
|
||||
name: 簡單的拖放工作流程
|
||||
@@ -169,7 +169,7 @@ zh-TW:
|
||||
item_2:
|
||||
name: 任務
|
||||
item_3:
|
||||
name: 團隊規劃
|
||||
name: 小組工作企劃
|
||||
project-overview:
|
||||
widgets:
|
||||
item_0:
|
||||
@@ -420,7 +420,7 @@ zh-TW:
|
||||
item_2:
|
||||
name: 任務
|
||||
item_3:
|
||||
name: 團隊規劃
|
||||
name: 小組工作企劃
|
||||
project-overview:
|
||||
widgets:
|
||||
item_0:
|
||||
@@ -693,7 +693,7 @@ zh-TW:
|
||||
item_6:
|
||||
name: 任務
|
||||
item_7:
|
||||
name: 團隊規劃
|
||||
name: 小組工作企劃
|
||||
boards:
|
||||
bcf:
|
||||
name: BCF 問題
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user