From 19768254b20ca22fc08982b5fd9cb2c50af279c2 Mon Sep 17 00:00:00 2001 From: OpenProject Actions CI Date: Wed, 27 Nov 2024 03:18:45 +0000 Subject: [PATCH] update locales from crowdin [ci skip] --- config/locales/crowdin/af.yml | 62 ++++++++++++++++ config/locales/crowdin/ar.yml | 62 ++++++++++++++++ config/locales/crowdin/az.yml | 62 ++++++++++++++++ config/locales/crowdin/be.yml | 62 ++++++++++++++++ config/locales/crowdin/bg.yml | 62 ++++++++++++++++ config/locales/crowdin/ca.yml | 62 ++++++++++++++++ config/locales/crowdin/ckb-IR.yml | 62 ++++++++++++++++ config/locales/crowdin/cs.yml | 62 ++++++++++++++++ config/locales/crowdin/da.yml | 62 ++++++++++++++++ config/locales/crowdin/de.yml | 62 ++++++++++++++++ config/locales/crowdin/el.yml | 62 ++++++++++++++++ config/locales/crowdin/eo.yml | 62 ++++++++++++++++ config/locales/crowdin/es.yml | 62 ++++++++++++++++ config/locales/crowdin/et.yml | 62 ++++++++++++++++ config/locales/crowdin/eu.yml | 62 ++++++++++++++++ config/locales/crowdin/fa.yml | 62 ++++++++++++++++ config/locales/crowdin/fi.yml | 62 ++++++++++++++++ config/locales/crowdin/fil.yml | 62 ++++++++++++++++ config/locales/crowdin/fr.yml | 62 ++++++++++++++++ config/locales/crowdin/he.yml | 62 ++++++++++++++++ config/locales/crowdin/hi.yml | 62 ++++++++++++++++ config/locales/crowdin/hr.yml | 62 ++++++++++++++++ config/locales/crowdin/hu.yml | 62 ++++++++++++++++ config/locales/crowdin/id.yml | 62 ++++++++++++++++ config/locales/crowdin/it.yml | 62 ++++++++++++++++ config/locales/crowdin/ja.yml | 62 ++++++++++++++++ config/locales/crowdin/js-uk.yml | 4 +- config/locales/crowdin/ka.yml | 62 ++++++++++++++++ config/locales/crowdin/kk.yml | 62 ++++++++++++++++ config/locales/crowdin/ko.yml | 62 ++++++++++++++++ config/locales/crowdin/lt.yml | 62 ++++++++++++++++ config/locales/crowdin/lv.yml | 62 ++++++++++++++++ config/locales/crowdin/mn.yml | 62 ++++++++++++++++ config/locales/crowdin/ms.yml | 62 ++++++++++++++++ config/locales/crowdin/ne.yml | 62 ++++++++++++++++ config/locales/crowdin/nl.yml | 62 ++++++++++++++++ config/locales/crowdin/no.yml | 62 ++++++++++++++++ config/locales/crowdin/pl.yml | 62 ++++++++++++++++ config/locales/crowdin/pt-BR.yml | 62 ++++++++++++++++ config/locales/crowdin/pt-PT.yml | 62 ++++++++++++++++ config/locales/crowdin/ro.yml | 62 ++++++++++++++++ config/locales/crowdin/ru.yml | 62 ++++++++++++++++ config/locales/crowdin/rw.yml | 62 ++++++++++++++++ config/locales/crowdin/si.yml | 62 ++++++++++++++++ config/locales/crowdin/sk.yml | 62 ++++++++++++++++ config/locales/crowdin/sl.yml | 62 ++++++++++++++++ config/locales/crowdin/sr.yml | 62 ++++++++++++++++ config/locales/crowdin/sv.yml | 62 ++++++++++++++++ config/locales/crowdin/th.yml | 62 ++++++++++++++++ config/locales/crowdin/tr.yml | 62 ++++++++++++++++ config/locales/crowdin/uk.yml | 64 ++++++++++++++++- config/locales/crowdin/uz.yml | 62 ++++++++++++++++ config/locales/crowdin/vi.yml | 62 ++++++++++++++++ config/locales/crowdin/zh-CN.seeders.yml | 24 +++---- config/locales/crowdin/zh-CN.yml | 72 +++++++++++++++++-- config/locales/crowdin/zh-TW.yml | 62 ++++++++++++++++ .../auth_saml/config/locales/crowdin/hu.yml | 10 +-- modules/costs/config/locales/crowdin/uk.yml | 8 +-- .../costs/config/locales/crowdin/zh-CN.yml | 4 +- .../config/locales/crowdin/uk.yml | 6 +- .../config/locales/crowdin/js-hu.yml | 10 +-- 61 files changed, 3387 insertions(+), 39 deletions(-) diff --git a/config/locales/crowdin/af.yml b/config/locales/crowdin/af.yml index 0ca705198bb3..83e0e5489397 100644 --- a/config/locales/crowdin/af.yml +++ b/config/locales/crowdin/af.yml @@ -634,6 +634,66 @@ af: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Verwyder rekening" @@ -2478,6 +2538,8 @@ af: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/ar.yml b/config/locales/crowdin/ar.yml index 0f6a4ac58fba..cf4bb3284609 100644 --- a/config/locales/crowdin/ar.yml +++ b/config/locales/crowdin/ar.yml @@ -666,6 +666,66 @@ ar: no_results_title_text: لا يوجد حالياً أي أنواع متاحة. version: no_results_title_text: لا يوجد حاليا أي إصدارات متوفرة. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: دعوة account: delete: "حذف الحساب" @@ -2622,6 +2682,8 @@ ar: label_related_work_packages: "مجموعات العمل ذات الصلة" label_relates: "المتعلقة ب" label_relates_to: "المتعلقة ب" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "حذف علاقة" label_relation_new: "علاقة جديدة" label_release_notes: "ملاحظات الإصدار" diff --git a/config/locales/crowdin/az.yml b/config/locales/crowdin/az.yml index d7c17e770292..26b8c316b4a2 100644 --- a/config/locales/crowdin/az.yml +++ b/config/locales/crowdin/az.yml @@ -634,6 +634,66 @@ az: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Delete account" @@ -2478,6 +2538,8 @@ az: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/be.yml b/config/locales/crowdin/be.yml index f0d641ca854d..44fa7a682a55 100644 --- a/config/locales/crowdin/be.yml +++ b/config/locales/crowdin/be.yml @@ -650,6 +650,66 @@ be: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Delete account" @@ -2550,6 +2610,8 @@ be: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/bg.yml b/config/locales/crowdin/bg.yml index 1e8e899f0145..3f2bdef85947 100644 --- a/config/locales/crowdin/bg.yml +++ b/config/locales/crowdin/bg.yml @@ -634,6 +634,66 @@ bg: no_results_title_text: В момента има няма типове на разположение. version: no_results_title_text: В момента няма налични версии. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Покана account: delete: "Изтриване на профил" @@ -2478,6 +2538,8 @@ bg: label_related_work_packages: "Свързани работени пакети" label_relates: "свързани с" label_relates_to: "свързани с" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Изтриване на връзка" label_relation_new: "Нова връзка" label_release_notes: "Бележки по изданието" diff --git a/config/locales/crowdin/ca.yml b/config/locales/crowdin/ca.yml index ad95e33f88cf..d0cc1df74297 100644 --- a/config/locales/crowdin/ca.yml +++ b/config/locales/crowdin/ca.yml @@ -630,6 +630,66 @@ ca: no_results_title_text: Actualment no hi ha cap classe disponible. version: no_results_title_text: Hi ha actualment cap versió disponible. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitació account: delete: "Elimina el compte" @@ -2474,6 +2534,8 @@ ca: label_related_work_packages: "Paquets de treball relacionats" label_relates: "relacionat amb" label_relates_to: "relacionat amb" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Suprimir relació" label_relation_new: "Nova Relació" label_release_notes: "Notes de llançament" diff --git a/config/locales/crowdin/ckb-IR.yml b/config/locales/crowdin/ckb-IR.yml index 21164b80658f..287209fddd20 100644 --- a/config/locales/crowdin/ckb-IR.yml +++ b/config/locales/crowdin/ckb-IR.yml @@ -634,6 +634,66 @@ ckb-IR: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Delete account" @@ -2478,6 +2538,8 @@ ckb-IR: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/cs.yml b/config/locales/crowdin/cs.yml index b4426a09aa5a..33c03ad4662c 100644 --- a/config/locales/crowdin/cs.yml +++ b/config/locales/crowdin/cs.yml @@ -650,6 +650,66 @@ cs: no_results_title_text: V současné době nejsou k dispozici žádné typy. version: no_results_title_text: V současné době nejsou k dispozici žádné verze. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Pozvánka account: delete: "Odstranit účet" @@ -2550,6 +2610,8 @@ cs: label_related_work_packages: "Související pracovní balíčky" label_relates: "související s" label_relates_to: "související s" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Odstranit vztah" label_relation_new: "Nový vztah" label_release_notes: "Poznámky k verzi" diff --git a/config/locales/crowdin/da.yml b/config/locales/crowdin/da.yml index 158dec4c1233..6c77e9a42117 100644 --- a/config/locales/crowdin/da.yml +++ b/config/locales/crowdin/da.yml @@ -632,6 +632,66 @@ da: no_results_title_text: Der er i øjeblikket ingen tilgængelige typer. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Slet konto" @@ -2476,6 +2536,8 @@ da: label_related_work_packages: "Forbundne arbejdspakker" label_relates: "Forbundet til" label_relates_to: "Forbundet til" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Slet forbindelse" label_relation_new: "Ny forbindelse" label_release_notes: "Udgivelsesnoter" diff --git a/config/locales/crowdin/de.yml b/config/locales/crowdin/de.yml index 938e2c5b86ba..da4f8053562f 100644 --- a/config/locales/crowdin/de.yml +++ b/config/locales/crowdin/de.yml @@ -627,6 +627,66 @@ de: no_results_title_text: Derzeit stehen keine Typen zur Verfügung. version: no_results_title_text: Derzeit sind keine Versionen verfügbar. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Einladung account: delete: "Konto löschen" @@ -2471,6 +2531,8 @@ de: label_related_work_packages: "Zugehörige Arbeitspakete" label_relates: "Verwandt mit" label_relates_to: "Verwandt mit" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Beziehung löschen" label_relation_new: "Neue Beziehung" label_release_notes: "Release Notes" diff --git a/config/locales/crowdin/el.yml b/config/locales/crowdin/el.yml index 38f6de07d628..1a8e9dec9d4f 100644 --- a/config/locales/crowdin/el.yml +++ b/config/locales/crowdin/el.yml @@ -630,6 +630,66 @@ el: no_results_title_text: Προς το παρόν δεν υπάρχουν διαθέσιμοι τύποι. version: no_results_title_text: Προς το παρόν δεν υπάρχουν διαθέσιμες εκδόσεις. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Πρόσκληση account: delete: "Διαγραφή λογαριασμού" @@ -2474,6 +2534,8 @@ el: label_related_work_packages: "Σχετικά πακέτα εργασίας" label_relates: "σχετίζεται με" label_relates_to: "σχετίζεται με" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Διαγραφή συσχέτισης" label_relation_new: "Νέα συσχέτιση" label_release_notes: "Σημειώσεις έκδοσης" diff --git a/config/locales/crowdin/eo.yml b/config/locales/crowdin/eo.yml index 574c62e134e1..d516a7160f0f 100644 --- a/config/locales/crowdin/eo.yml +++ b/config/locales/crowdin/eo.yml @@ -634,6 +634,66 @@ eo: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invito account: delete: "Forigi konton" @@ -2478,6 +2538,8 @@ eo: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/es.yml b/config/locales/crowdin/es.yml index 740a972ef2db..227457585dbe 100644 --- a/config/locales/crowdin/es.yml +++ b/config/locales/crowdin/es.yml @@ -631,6 +631,66 @@ es: no_results_title_text: Actualmente no hay tipos de paquete disponibles. version: no_results_title_text: No hay versiones disponibles por el momento. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitación account: delete: "Borrar cuenta" @@ -2475,6 +2535,8 @@ es: label_related_work_packages: "Paquetes de trabajo relacionados" label_relates: "relacionado con" label_relates_to: "relacionado con" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Eliminar relación" label_relation_new: "Nueva relación" label_release_notes: "Notas de lanzamiento" diff --git a/config/locales/crowdin/et.yml b/config/locales/crowdin/et.yml index f54fb2f0416c..fbba5abbf4c3 100644 --- a/config/locales/crowdin/et.yml +++ b/config/locales/crowdin/et.yml @@ -634,6 +634,66 @@ et: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Kutse account: delete: "Kustuta konto" @@ -2478,6 +2538,8 @@ et: label_related_work_packages: "Seotud teemad" label_relates: "seotud" label_relates_to: "seotud" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Kustuta seos" label_relation_new: "Uus seos" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/eu.yml b/config/locales/crowdin/eu.yml index 630641b7bbaf..cedcb2d231a0 100644 --- a/config/locales/crowdin/eu.yml +++ b/config/locales/crowdin/eu.yml @@ -634,6 +634,66 @@ eu: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Delete account" @@ -2478,6 +2538,8 @@ eu: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/fa.yml b/config/locales/crowdin/fa.yml index 92c0fef01525..ce39b43d4ef9 100644 --- a/config/locales/crowdin/fa.yml +++ b/config/locales/crowdin/fa.yml @@ -634,6 +634,66 @@ fa: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: دعوت نامه account: delete: "حذف حساب کاربری" @@ -2478,6 +2538,8 @@ fa: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/fi.yml b/config/locales/crowdin/fi.yml index b1e4dd8abaf1..d93393fc365c 100644 --- a/config/locales/crowdin/fi.yml +++ b/config/locales/crowdin/fi.yml @@ -634,6 +634,66 @@ fi: no_results_title_text: Tällä hetkellä tyyppejä ei ole saatavilla. version: no_results_title_text: Tällä hetkellä versioita ei ole saatavilla. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Kutsu account: delete: "Poista tili" @@ -2478,6 +2538,8 @@ fi: label_related_work_packages: "Tehtävän riippuvuudet" label_relates: "liittyy" label_relates_to: "liittyy" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Poista riippuvuus" label_relation_new: "Uusi riippuvuus" label_release_notes: "Julkaisutiedot" diff --git a/config/locales/crowdin/fil.yml b/config/locales/crowdin/fil.yml index fa92ae0800e7..b2e3bb597d40 100644 --- a/config/locales/crowdin/fil.yml +++ b/config/locales/crowdin/fil.yml @@ -634,6 +634,66 @@ fil: no_results_title_text: Sa kasalukuyan ay walang mga uri na available. version: no_results_title_text: Walang kasalukuyang bersyon ang magagamit. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Imbitasyon account: delete: "Alisin ang akawnt" @@ -2478,6 +2538,8 @@ fil: label_related_work_packages: "Nauugnay sa mga work package" label_relates: "nauugnay sa" label_relates_to: "nauugnay sa" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Burahin ang relasyon" label_relation_new: "Bagong relasyon" label_release_notes: "Paglabas ng mga talaan" diff --git a/config/locales/crowdin/fr.yml b/config/locales/crowdin/fr.yml index 2c6622246248..d419ba9dec82 100644 --- a/config/locales/crowdin/fr.yml +++ b/config/locales/crowdin/fr.yml @@ -632,6 +632,66 @@ fr: no_results_title_text: Il n'y a actuellement aucun type disponible. version: no_results_title_text: Il n'y a actuellement aucune version disponible. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Supprimer le compte" @@ -2476,6 +2536,8 @@ fr: label_related_work_packages: "Lots de Travaux associés" label_relates: "En relation avec" label_relates_to: "En relation avec" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Supprimer la relation" label_relation_new: "Nouvelle relation" label_release_notes: "Notes de version" diff --git a/config/locales/crowdin/he.yml b/config/locales/crowdin/he.yml index b14b487d7d88..d2d98a133aeb 100644 --- a/config/locales/crowdin/he.yml +++ b/config/locales/crowdin/he.yml @@ -650,6 +650,66 @@ he: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "מחק חשבון" @@ -2550,6 +2610,8 @@ he: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/hi.yml b/config/locales/crowdin/hi.yml index 11bd5dc37788..7ab6343592ed 100644 --- a/config/locales/crowdin/hi.yml +++ b/config/locales/crowdin/hi.yml @@ -632,6 +632,66 @@ hi: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "खाता हटाएं" @@ -2476,6 +2536,8 @@ hi: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/hr.yml b/config/locales/crowdin/hr.yml index f3ec2dce6f2b..2c766fbc402a 100644 --- a/config/locales/crowdin/hr.yml +++ b/config/locales/crowdin/hr.yml @@ -642,6 +642,66 @@ hr: no_results_title_text: Trenutno nema dostupnih tipova. version: no_results_title_text: Trenutno ne postoje dostupne verzije projekta. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Pozivnica account: delete: "Izbriši korisnički račun" @@ -2514,6 +2574,8 @@ hr: label_related_work_packages: "Pripadajući radni paketi" label_relates: "se odnose na" label_relates_to: "se odnose na" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Izbriši relaciju" label_relation_new: "Nova relacija" label_release_notes: "Napomene uz izdavanje" diff --git a/config/locales/crowdin/hu.yml b/config/locales/crowdin/hu.yml index 687fa7646d7d..46a3432a0c19 100644 --- a/config/locales/crowdin/hu.yml +++ b/config/locales/crowdin/hu.yml @@ -631,6 +631,66 @@ hu: no_results_title_text: Jelenleg nincs elérhető típus. version: no_results_title_text: Nincs elérhető verzió. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Meghívó account: delete: "Felhasználói hozzáférés törölése" @@ -2475,6 +2535,8 @@ hu: label_related_work_packages: "Kapcsolódó munkacsomagok" label_relates: "Kapcsolódó" label_relates_to: "Kapcsolódó" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Kapcsolat törlése" label_relation_new: "Új kapcsolat" label_release_notes: "Kiadási megjegyzések" diff --git a/config/locales/crowdin/id.yml b/config/locales/crowdin/id.yml index 187b8b5752e0..ccf82b60250c 100644 --- a/config/locales/crowdin/id.yml +++ b/config/locales/crowdin/id.yml @@ -619,6 +619,66 @@ id: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Undangan account: delete: "Hapus akun" @@ -2435,6 +2495,8 @@ id: label_related_work_packages: "Paket-Penugasan terkait" label_relates: "terkait dengan" label_relates_to: "terkait dengan" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Hapus keterkaitan" label_relation_new: "Keterkaitan baru" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/it.yml b/config/locales/crowdin/it.yml index d32a663a229e..703b8af17ac0 100644 --- a/config/locales/crowdin/it.yml +++ b/config/locales/crowdin/it.yml @@ -630,6 +630,66 @@ it: no_results_title_text: Al momento non sono disponibili tipi. version: no_results_title_text: Al momento non vi sono versioni disponibili. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invito account: delete: "Cancella account" @@ -2474,6 +2534,8 @@ it: label_related_work_packages: "Macro-attività correlate" label_relates: "correlato con" label_relates_to: "correlato con" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Eliminare la relazione" label_relation_new: "Nuova relazione" label_release_notes: "Note di rilascio" diff --git a/config/locales/crowdin/ja.yml b/config/locales/crowdin/ja.yml index ca043778863c..1d5f56e2a4cb 100644 --- a/config/locales/crowdin/ja.yml +++ b/config/locales/crowdin/ja.yml @@ -622,6 +622,66 @@ ja: no_results_title_text: 現在、有効な種類はありません。 version: no_results_title_text: 現在、有効なバージョンはありません。 + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: 案内 account: delete: "アカウントを削除" @@ -2438,6 +2498,8 @@ ja: label_related_work_packages: "関係するワークパッケージ" label_relates: "関係している" label_relates_to: "関連している" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "関係の削除" label_relation_new: "新しい関係" label_release_notes: "リリースノート" diff --git a/config/locales/crowdin/js-uk.yml b/config/locales/crowdin/js-uk.yml index 131403902b4a..55c8fe674552 100644 --- a/config/locales/crowdin/js-uk.yml +++ b/config/locales/crowdin/js-uk.yml @@ -105,7 +105,7 @@ uk: button_update: "Оновити" button_export-pdf: "Завантажити PDF" button_export-atom: "Завантажити Atom" - button_generate_pdf: "Generate PDF" + button_generate_pdf: "Згенерувати PDF" button_create: "Створити" card: add_new: "Додати нову картку" @@ -576,7 +576,7 @@ uk: members: "Запросіть нових учасників до свого проєкту." quick_add_button: "Натисніть на значок плюса (+) на панелі заголовків, щоб створити новий проєкт або запросити колег." sidebar_arrow: "Використовуйте стрілку повернення у верхньому лівому куті, щоб повернутися в головне меню проєкту." - welcome: "Take a three-minute introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + welcome: "Пройдіть трихвилинний вступний тур, щоб дізнатися про найважливіші функції.
Ми рекомендуємо завершити всі етапи до кінця. Ви можете перезапустити тур у будь-який час." wiki: "У межах Wiki ви можете документувати знання та обмінюватися ними зі своєю командою." backlogs: overview: "Керуйте своєю роботою в поданні Backlogs." diff --git a/config/locales/crowdin/ka.yml b/config/locales/crowdin/ka.yml index 18ac69b79c31..adb32ba11478 100644 --- a/config/locales/crowdin/ka.yml +++ b/config/locales/crowdin/ka.yml @@ -634,6 +634,66 @@ ka: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: მოსაწვევი account: delete: "ანგარიშის წაშლა" @@ -2478,6 +2538,8 @@ ka: label_related_work_packages: "Related work packages" label_relates: "მიეკუთვნება" label_relates_to: "მიეკუთვნება" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "ახალი ურთიერთობა" label_release_notes: "გამოშვების შენიშვნები" diff --git a/config/locales/crowdin/kk.yml b/config/locales/crowdin/kk.yml index 729648afb735..63cd72351a26 100644 --- a/config/locales/crowdin/kk.yml +++ b/config/locales/crowdin/kk.yml @@ -634,6 +634,66 @@ kk: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Delete account" @@ -2478,6 +2538,8 @@ kk: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/ko.yml b/config/locales/crowdin/ko.yml index f40d0e25b454..41c1d002f2f0 100644 --- a/config/locales/crowdin/ko.yml +++ b/config/locales/crowdin/ko.yml @@ -625,6 +625,66 @@ ko: no_results_title_text: 사용 가능한 타입이 없습니다. version: no_results_title_text: 현재 사용가능한 버전이 없습니다. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: 초대 account: delete: "계정 삭제" @@ -2441,6 +2501,8 @@ ko: label_related_work_packages: "관련 작업 패키지" label_relates: "관련 항목" label_relates_to: "관련 항목" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "관계 삭제" label_relation_new: "새 관계" label_release_notes: "릴리스 노트" diff --git a/config/locales/crowdin/lt.yml b/config/locales/crowdin/lt.yml index abab542b2b7f..954b1b43e8c0 100644 --- a/config/locales/crowdin/lt.yml +++ b/config/locales/crowdin/lt.yml @@ -647,6 +647,66 @@ lt: no_results_title_text: Nėra prieinamų tipų. version: no_results_title_text: Šiuo metu nėra prieinamų versijų. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Pakvietimas account: delete: "Pašaslinti paskyrą" @@ -2547,6 +2607,8 @@ lt: label_related_work_packages: "Susiję darbų paketai" label_relates: "susieta su" label_relates_to: "susieta su" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Pašalinti ryšį" label_relation_new: "Naujas ryšys" label_release_notes: "Išleidimo informacija" diff --git a/config/locales/crowdin/lv.yml b/config/locales/crowdin/lv.yml index c28f390a57f6..a3886eefbb5c 100644 --- a/config/locales/crowdin/lv.yml +++ b/config/locales/crowdin/lv.yml @@ -642,6 +642,66 @@ lv: no_results_title_text: Pašlaik nav pieejams neviens veids. version: no_results_title_text: Pašlaik nav pieejamu versiju. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Ielūgums account: delete: "Dzēst kontu" @@ -2514,6 +2574,8 @@ lv: label_related_work_packages: "Saistītie pieteikumi" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Informācija par laidienu" diff --git a/config/locales/crowdin/mn.yml b/config/locales/crowdin/mn.yml index 985bdab1aa18..ff65b22b9d80 100644 --- a/config/locales/crowdin/mn.yml +++ b/config/locales/crowdin/mn.yml @@ -634,6 +634,66 @@ mn: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Delete account" @@ -2478,6 +2538,8 @@ mn: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/ms.yml b/config/locales/crowdin/ms.yml index b005ed24aa84..8a8fa7d149fe 100644 --- a/config/locales/crowdin/ms.yml +++ b/config/locales/crowdin/ms.yml @@ -624,6 +624,66 @@ ms: no_results_title_text: Tiada jenis yang tersedia buat masa ini. version: no_results_title_text: Tiada versi yang tersedia buat masa ini. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Jemputan account: delete: "Padam akaun" @@ -2440,6 +2500,8 @@ ms: label_related_work_packages: "Pakej kerja yang berkaitan" label_relates: "berkait dengan" label_relates_to: "berkait dengan" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Hubungan terpadam" label_relation_new: "Hubungan baharu" label_release_notes: "Nota keluaran" diff --git a/config/locales/crowdin/ne.yml b/config/locales/crowdin/ne.yml index 54ff8c268666..dece018a2284 100644 --- a/config/locales/crowdin/ne.yml +++ b/config/locales/crowdin/ne.yml @@ -634,6 +634,66 @@ ne: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "खाता मेटाउनुहोस्" @@ -2478,6 +2538,8 @@ ne: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/nl.yml b/config/locales/crowdin/nl.yml index 883add44d019..1f734f04790e 100644 --- a/config/locales/crowdin/nl.yml +++ b/config/locales/crowdin/nl.yml @@ -631,6 +631,66 @@ nl: no_results_title_text: Er zijn momenteel geen types beschikbaar. version: no_results_title_text: Er zijn momenteel geen versies beschikbaar. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Uitnodiging account: delete: "Account Verwijderen" @@ -2475,6 +2535,8 @@ nl: label_related_work_packages: "Verwante werkpakketten" label_relates: "Gerelateerd aan" label_relates_to: "Gerelateerd aan" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Relatie verwijderen" label_relation_new: "Nieuwe relatie" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/no.yml b/config/locales/crowdin/no.yml index b7a441bd9cde..ba76b561c17e 100644 --- a/config/locales/crowdin/no.yml +++ b/config/locales/crowdin/no.yml @@ -633,6 +633,66 @@ no_results_title_text: Det finnes ingen tilgjengelige typer. version: no_results_title_text: Det finnes ingen versjoner tilgjengelige. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitasjon account: delete: "Slett konto" @@ -2477,6 +2537,8 @@ label_related_work_packages: "Relaterte arbeidspakker" label_relates: "relatert til" label_relates_to: "relatert til" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Slett relasjon" label_relation_new: "Ny relasjon" label_release_notes: "Utgivelsesnotater" diff --git a/config/locales/crowdin/pl.yml b/config/locales/crowdin/pl.yml index 32444247ead3..3007aa0ca506 100644 --- a/config/locales/crowdin/pl.yml +++ b/config/locales/crowdin/pl.yml @@ -647,6 +647,66 @@ pl: no_results_title_text: Nie ma dostępnych typów. version: no_results_title_text: Obecnie żadne wersje nie są dostępne. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Zaproszenie account: delete: "Usuń konto" @@ -2547,6 +2607,8 @@ pl: label_related_work_packages: "Powiązanie pakiety robocze" label_relates: "Powiązane z" label_relates_to: "Powiązane z" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Usuń powiązanie" label_relation_new: "Nowe powiązanie" label_release_notes: "Dziennik zamian" diff --git a/config/locales/crowdin/pt-BR.yml b/config/locales/crowdin/pt-BR.yml index b0b8adfbba6b..6a8399fb707f 100644 --- a/config/locales/crowdin/pt-BR.yml +++ b/config/locales/crowdin/pt-BR.yml @@ -631,6 +631,66 @@ pt-BR: no_results_title_text: Atualmente, não há tipos disponíveis. version: no_results_title_text: Atualmente, não há versões disponíveis. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Convite account: delete: "Excluir conta" @@ -2475,6 +2535,8 @@ pt-BR: label_related_work_packages: "Pacotes de trabalho relacionados" label_relates: "relacionado a" label_relates_to: "relacionado a" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Excluir relação" label_relation_new: "Nova relação" label_release_notes: "Notas da versão" diff --git a/config/locales/crowdin/pt-PT.yml b/config/locales/crowdin/pt-PT.yml index 454eb0721aa8..d328fce3b473 100644 --- a/config/locales/crowdin/pt-PT.yml +++ b/config/locales/crowdin/pt-PT.yml @@ -631,6 +631,66 @@ pt-PT: no_results_title_text: Atualmente, não existem tipos disponíveis. version: no_results_title_text: Atualmente, não existem versões disponíveis. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Convite account: delete: "Eliminar conta" @@ -2475,6 +2535,8 @@ pt-PT: label_related_work_packages: "Tarefas relacionados" label_relates: "relacionado com" label_relates_to: "relacionado com" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Eliminar relação" label_relation_new: "Nova relação" label_release_notes: "Notas de lançamento" diff --git a/config/locales/crowdin/ro.yml b/config/locales/crowdin/ro.yml index 72fb4e230e87..caac4570b394 100644 --- a/config/locales/crowdin/ro.yml +++ b/config/locales/crowdin/ro.yml @@ -642,6 +642,66 @@ ro: no_results_title_text: În acest moment nu există tipuri disponibile. version: no_results_title_text: În acest moment nu există versiuni disponibile. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitație account: delete: "Ştergere cont" @@ -2514,6 +2574,8 @@ ro: label_related_work_packages: "Pachete de lucru asociate" label_relates: "asociat cu" label_relates_to: "asociat cu" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Ștergere relație" label_relation_new: "Relație nouă" label_release_notes: "Note privind lansarea noii versiuni" diff --git a/config/locales/crowdin/ru.yml b/config/locales/crowdin/ru.yml index 2daf48da0f8d..a260291822c4 100644 --- a/config/locales/crowdin/ru.yml +++ b/config/locales/crowdin/ru.yml @@ -649,6 +649,66 @@ ru: no_results_title_text: На данный момент доступных типов рабочих пакетов нет. version: no_results_title_text: На данный момент этапы отсутствуют. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Приглашение account: delete: "Удалить учётную запись" @@ -2549,6 +2609,8 @@ ru: label_related_work_packages: "Связанные пакеты работ" label_relates: "Связан с" label_relates_to: "Связан с" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Удалить связь" label_relation_new: "Новая связь" label_release_notes: "Список изменений" diff --git a/config/locales/crowdin/rw.yml b/config/locales/crowdin/rw.yml index d8e857d82709..6bff3f0902c2 100644 --- a/config/locales/crowdin/rw.yml +++ b/config/locales/crowdin/rw.yml @@ -634,6 +634,66 @@ rw: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Delete account" @@ -2478,6 +2538,8 @@ rw: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/si.yml b/config/locales/crowdin/si.yml index 789ceb0f6b5e..c56df9b802ab 100644 --- a/config/locales/crowdin/si.yml +++ b/config/locales/crowdin/si.yml @@ -634,6 +634,66 @@ si: no_results_title_text: දැනට වර්ග නොමැත. version: no_results_title_text: දැනට කිසිදු අනුවාදයක් නොමැත. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: ඇරයුම account: delete: "ගිණුම මකන්න" @@ -2478,6 +2538,8 @@ si: label_related_work_packages: "අදාළ වැඩ පැකේජ" label_relates: "සම්බන්ධ" label_relates_to: "සම්බන්ධ" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "සම්බන්ධතාවය මකන්න" label_relation_new: "නව සම්බන්ධතාවය" label_release_notes: "සටහන් නිකුත් කිරීම" diff --git a/config/locales/crowdin/sk.yml b/config/locales/crowdin/sk.yml index 4fecd697c0b8..383e12a279e8 100644 --- a/config/locales/crowdin/sk.yml +++ b/config/locales/crowdin/sk.yml @@ -650,6 +650,66 @@ sk: no_results_title_text: Momentálne nie sú k dispozícii žiadne typy. version: no_results_title_text: V súčasnosti nie sú k dispozícii žiadne verzie. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Pozvánka account: delete: "Vymazať účet" @@ -2550,6 +2610,8 @@ sk: label_related_work_packages: "Súvisiace pracovné balíčky" label_relates: "súvisiace s" label_relates_to: "súvisiace s" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Odstrániť vzťah" label_relation_new: "Nový vzťah" label_release_notes: "Zoznam zmien" diff --git a/config/locales/crowdin/sl.yml b/config/locales/crowdin/sl.yml index 1a1189bb4675..a03a9bfbf3e5 100644 --- a/config/locales/crowdin/sl.yml +++ b/config/locales/crowdin/sl.yml @@ -647,6 +647,66 @@ sl: no_results_title_text: Trenutno ni na voljo nobenih vrst. version: no_results_title_text: Trenutno ni na voljo nobene različice. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Povabilo account: delete: "Izbriši račun" @@ -2547,6 +2607,8 @@ sl: label_related_work_packages: "Soroden zahtevek/delovni paket" label_relates: "povezan z" label_relates_to: "povezan z" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Izbriši povezavo" label_relation_new: "Nova povezava" label_release_notes: "Opombe ob izdaji" diff --git a/config/locales/crowdin/sr.yml b/config/locales/crowdin/sr.yml index 6471518a80e4..84d5ede7df8b 100644 --- a/config/locales/crowdin/sr.yml +++ b/config/locales/crowdin/sr.yml @@ -642,6 +642,66 @@ sr: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Delete account" @@ -2514,6 +2574,8 @@ sr: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/sv.yml b/config/locales/crowdin/sv.yml index 742d9f98a00f..000f9783d11b 100644 --- a/config/locales/crowdin/sv.yml +++ b/config/locales/crowdin/sv.yml @@ -633,6 +633,66 @@ sv: no_results_title_text: Det finns för närvarande inga typer tillgängliga. version: no_results_title_text: Det finns för närvarande inga tillgängliga versioner. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Inbjudan account: delete: "Ta bort konto" @@ -2477,6 +2537,8 @@ sv: label_related_work_packages: "Relaterat arbetspaket" label_relates: "Relaterad till" label_relates_to: "Relaterad till" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Ta bort relation" label_relation_new: "Ny relation" label_release_notes: "Versionsnoteringar" diff --git a/config/locales/crowdin/th.yml b/config/locales/crowdin/th.yml index f922e8c2be5e..fdf0b2147867 100644 --- a/config/locales/crowdin/th.yml +++ b/config/locales/crowdin/th.yml @@ -626,6 +626,66 @@ th: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "ลบบัญชีผู้ใช้" @@ -2442,6 +2502,8 @@ th: label_related_work_packages: "ชุดภารกิจที่เกี่ยวข้อง" label_relates: "ที่เกี่ยวข้องกับ" label_relates_to: "ที่เกี่ยวข้องกับ" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "ลบความสัมพันธ์" label_relation_new: "ความสัมพันธ์ใหม่" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/tr.yml b/config/locales/crowdin/tr.yml index 0755498901c6..d3dce99280e7 100644 --- a/config/locales/crowdin/tr.yml +++ b/config/locales/crowdin/tr.yml @@ -632,6 +632,66 @@ tr: no_results_title_text: Şu anda hiçbir tip mevcut değil. version: no_results_title_text: Şu anda sürüm bulunmuyor. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Davet account: delete: "Hesabı sil" @@ -2476,6 +2536,8 @@ tr: label_related_work_packages: "İlişkili iş paketleri" label_relates: "ile ilişkili" label_relates_to: "ile ilişkili" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "İlişkiyi sil" label_relation_new: "Yeni ilişki" label_release_notes: "Sürüm notları" diff --git a/config/locales/crowdin/uk.yml b/config/locales/crowdin/uk.yml index b90e05485e24..38862110a3cb 100644 --- a/config/locales/crowdin/uk.yml +++ b/config/locales/crowdin/uk.yml @@ -33,7 +33,7 @@ uk: label_activity_show_only_changes: "Показувати лише зміни" label_sort_asc: "Найновіші внизу" label_sort_desc: "Найновіші вгорі" - label_type_to_comment: "Add a comment. Type @ to notify people." + label_type_to_comment: "Додайте коментар. Введіть @, щоб сповістити людину." label_submit_comment: "Надіслати коментар" changed_on: "змінено" created_on: "створив(-ла)" @@ -643,6 +643,66 @@ uk: no_results_title_text: Наразі немає доступних типів. version: no_results_title_text: Наразі немає доступних версій. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Запрошення account: delete: "Видалити обліковий запис" @@ -2543,6 +2603,8 @@ uk: label_related_work_packages: "Пов'язані робочі пакети" label_relates: "пов'язані з" label_relates_to: "пов'язані з" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Видалити зв'язок" label_relation_new: "Новий зв'язок" label_release_notes: "Примітки до випуску" diff --git a/config/locales/crowdin/uz.yml b/config/locales/crowdin/uz.yml index 8491dd15eee1..f1a41535b8d0 100644 --- a/config/locales/crowdin/uz.yml +++ b/config/locales/crowdin/uz.yml @@ -634,6 +634,66 @@ uz: no_results_title_text: There are currently no types available. version: no_results_title_text: There are currently no versions available. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Invitation account: delete: "Delete account" @@ -2478,6 +2538,8 @@ uz: label_related_work_packages: "Related work packages" label_relates: "related to" label_relates_to: "related to" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Delete relation" label_relation_new: "New relation" label_release_notes: "Release notes" diff --git a/config/locales/crowdin/vi.yml b/config/locales/crowdin/vi.yml index 10dfe5be8568..8c9a79785400 100644 --- a/config/locales/crowdin/vi.yml +++ b/config/locales/crowdin/vi.yml @@ -628,6 +628,66 @@ vi: no_results_title_text: Hiện tại không có loại nào có sẵn. version: no_results_title_text: Hiện tại không sẵn có phiên bản nào. + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: Thư mời account: delete: "Xoá tài khoản" @@ -2444,6 +2504,8 @@ vi: label_related_work_packages: "Work package liên quan" label_relates: "liên quan đến" label_relates_to: "liên quan đến" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "Xóa quan hệ" label_relation_new: "Quan hệ mới" label_release_notes: "Ghi chú phát hành" diff --git a/config/locales/crowdin/zh-CN.seeders.yml b/config/locales/crowdin/zh-CN.seeders.yml index ec8703fe8c33..94f22a7b9d39 100644 --- a/config/locales/crowdin/zh-CN.seeders.yml +++ b/config/locales/crowdin/zh-CN.seeders.yml @@ -36,15 +36,15 @@ zh-CN: name: 黑色 life_cycle_colors: item_0: - name: PM2 Orange + name: PM2 橙色 item_1: - name: PM2 Purple + name: PM2 紫色 item_2: - name: PM2 Red + name: PM2 红色 item_3: - name: PM2 Magenta + name: PM2 品红 item_4: - name: PM2 Green Yellow + name: PM2 绿黄 document_categories: item_0: name: 文档 @@ -83,19 +83,19 @@ zh-CN: standard: life_cycles: item_0: - name: Initiating + name: 正在启动 item_1: - name: Ready for Planning + name: 准备计划 item_2: - name: Planning + name: 计划中 item_3: - name: Ready for Executing + name: 准备执行 item_4: - name: Executing + name: 正在执行 item_5: - name: Ready for Closing + name: 准备关闭 item_6: - name: Closing + name: 正在关闭 priorities: item_0: name: 低 diff --git a/config/locales/crowdin/zh-CN.yml b/config/locales/crowdin/zh-CN.yml index c974b0b9ca0f..85ef978b7899 100644 --- a/config/locales/crowdin/zh-CN.yml +++ b/config/locales/crowdin/zh-CN.yml @@ -621,6 +621,66 @@ zh-CN: no_results_title_text: 目前有可用的类型。 version: no_results_title_text: 目前有可用的版本。 + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: 邀请 account: delete: "删除帐户" @@ -1020,17 +1080,17 @@ zh-CN: project/life_cycle_step_definition: attributes: type: - must_be_a_stage_or_gate: "must be either Project::StageDefinition or Project::GateDefinition" + must_be_a_stage_or_gate: "必须是 Project::StageDefinition 或 Project::GateDefinition" project/life_cycle_step: attributes: type: - must_be_a_stage_or_gate: "must be either Project::Stage or Project::Gate" - must_be_a_stage: "must be a Project::Stage" - must_be_a_gate: "must be a Project::Gate" + must_be_a_stage_or_gate: "必须是 Project::Stage 或 Project::Gate" + must_be_a_stage: "必须是 Project::Stage" + must_be_a_gate: "必须是 Project::Gate" project/gate: attributes: base: - end_date_not_allowed: "Cannot assign `end_date` to a Project::Gate" + end_date_not_allowed: "无法将 `end_date` 分配给一个项目::Gate" query: attributes: project: @@ -2437,6 +2497,8 @@ zh-CN: label_related_work_packages: "相关的工作包" label_relates: "关于" label_relates_to: "关于" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "删除关系" label_relation_new: "新的关系" label_release_notes: "更新日志" diff --git a/config/locales/crowdin/zh-TW.yml b/config/locales/crowdin/zh-TW.yml index 661bca8e92be..9116bcf04ebd 100644 --- a/config/locales/crowdin/zh-TW.yml +++ b/config/locales/crowdin/zh-TW.yml @@ -623,6 +623,66 @@ zh-TW: no_results_title_text: 目前沒有可用的類型 version: no_results_title_text: 目前沒有可用的版本 + work_package_relations_tab: + index: + action_bar_title: "Add relations to other work packages to create a link between them." + no_results_title_text: There are currently no relations available. + blankslate_heading: "No relations" + blankslate_description: "This work package does not yet have any relations yet." + label_add_x: "Add %{x}" + label_edit_x: "Edit %{x}" + label_add_description: "Add description" + relations: + label_relates_singular: "related to" + label_relates_plural: "related to" + label_relates_to_singular: "related to" + label_relates_to_plural: "related to" + relates_description: "Creates a visible link between the two work packages with no additional effect" + relates_to_description: "Creates a visible link between the two work packages with no additional effect" + label_precedes_singular: "successor (after)" + label_precedes_plural: "successors (after)" + precedes_description: "The related work package necessarily needs to start after this one finishes" + label_follows_singular: "predecessor (before)" + label_follows_plural: "predecessors (before)" + follows_description: "The related work package necessarily needs to finish before this one can start" + label_child_singular: "child" + label_child_plural: "children" + child_description: "Makes the related a work package a sub-item of the current (parent) work package" + label_blocks_singular: "blocks" + label_blocks_plural: "blocks" + blocks_description: "The related work package cannot be closed until this one is closed first" + label_blocked_singular: "blocked by" + label_blocked_plural: "blocked by" + label_blocked_by_singular: "blocked by" + label_blocked__by_plural: "blocked by" + blocked_description: "This work package cannot be closed until the related one is closed first" + blocked_by_description: "This work package cannot be closed until the related one is closed first" + label_duplicates_singular: "duplicates" + label_duplicates_plural: "duplicates" + duplicates_description: "This is a copy of the related work package" + label_duplicated_singular: "duplicated by" + label_duplicated_plural: "duplicated by" + label_duplicated_by_singular: "duplicated by" + label_duplicated_by_plural: "duplicated by" + duplicated_by_description: "The related work package is a copy of this" + duplicated_description: "The related work package is a copy of this" + label_includes_singular: "includes" + label_includes_plural: "includes" + includes_description: "Marks the related work package as including this one with no additional effect" + label_partof_singular: "part of" + label_partof_plural: "part of" + label_part_of_singular: "part of" + label_part_of_plural: "part of" + partof_description: "Marks the related work package as being part of this one with no additional effect" + part_of_description: "Marks the related work package as being part of this one with no additional effect" + label_requires_singular: "requires" + label_requires_plural: "requires" + requires_description: "Marks the related work package as a requirement to this one" + label_required_singular: "required by" + label_required_plural: "required by" + required_description: "Marks this work package as being a requirement to the related one" + label_parent_singular: "parent" + label_parent_plural: "parent" label_invitation: 邀請 account: delete: "刪除帳號" @@ -2439,6 +2499,8 @@ zh-TW: label_related_work_packages: "相關的工作項目" label_relates: "相關於" label_relates_to: "相關於" + label_relation: "Relation" + label_relation_actions: "Relation actions" label_relation_delete: "刪除關聯" label_relation_new: "新增關聯" label_release_notes: "發行說明" diff --git a/modules/auth_saml/config/locales/crowdin/hu.yml b/modules/auth_saml/config/locales/crowdin/hu.yml index ca4ee049dda6..01f6d3810abb 100644 --- a/modules/auth_saml/config/locales/crowdin/hu.yml +++ b/modules/auth_saml/config/locales/crowdin/hu.yml @@ -2,15 +2,15 @@ hu: activemodel: attributes: saml/provider: - display_name: Name - identifier: Identifier - secret: Secret - scope: Scope + display_name: Név + identifier: Azonosító + secret: Titkos + scope: Terjedelem assertion_consumer_service_url: ACS (Assertion consumer service) URL limit_self_registration: Limit self registration sp_entity_id: Service entity ID metadata_url: Identity provider metadata URL - name_identifier_format: Name identifier format + name_identifier_format: Névazonosító formátum idp_sso_service_url: Identity provider login endpoint idp_slo_service_url: Identity provider logout endpoint idp_cert: Public certificate of identity provider diff --git a/modules/costs/config/locales/crowdin/uk.yml b/modules/costs/config/locales/crowdin/uk.yml index 2821bdf1faa6..fe80e32144a8 100644 --- a/modules/costs/config/locales/crowdin/uk.yml +++ b/modules/costs/config/locales/crowdin/uk.yml @@ -135,10 +135,10 @@ uk: permission_view_own_hourly_rate: "Переглянути власну погодинну ставку" permission_view_own_time_entries: "Переглянути власний витрачений час" project_module_costs: "Час і витрати" - setting_allow_tracking_start_and_end_times: "Allow users to track start and end time on time records" - setting_costs_currency: "Currency" - setting_costs_currency_format: "Format of currency" - setting_enforce_tracking_start_and_end_times: "Force users to set start and end time on time records" + setting_allow_tracking_start_and_end_times: "Дозволити користувачам відстежувати початок і кінець часу на записах часу" + setting_costs_currency: "Валюта" + setting_costs_currency_format: "Формат валюти" + setting_enforce_tracking_start_and_end_times: "Примусити користувачів встановлювати час початку і закінчення на записах часу" text_assign_time_and_cost_entries_to_project: "Призначення повідомлених годин і витрат проекту" text_destroy_cost_entries_question: "%{cost_entries} повідомлялися про робочі пакети, які ви збираєтеся видалити. Що ти хочеш робити ?" text_destroy_time_and_cost_entries: "Видаліть звітні години та витрати" diff --git a/modules/costs/config/locales/crowdin/zh-CN.yml b/modules/costs/config/locales/crowdin/zh-CN.yml index 0695b1c000aa..0c9a931ecc2e 100644 --- a/modules/costs/config/locales/crowdin/zh-CN.yml +++ b/modules/costs/config/locales/crowdin/zh-CN.yml @@ -132,10 +132,10 @@ zh-CN: permission_view_own_hourly_rate: "查看自己的小时费率" permission_view_own_time_entries: "查看自己的耗时" project_module_costs: "工时和成本" - setting_allow_tracking_start_and_end_times: "Allow users to track start and end time on time records" + setting_allow_tracking_start_and_end_times: "允许用户跟踪时间记录的开始和结束时间" setting_costs_currency: "货币" setting_costs_currency_format: "货币格式" - setting_enforce_tracking_start_and_end_times: "Force users to set start and end time on time records" + setting_enforce_tracking_start_and_end_times: "强制用户设置时间记录的开始和结束时间" text_assign_time_and_cost_entries_to_project: "将已上报的工时和成本提交到项目中" text_destroy_cost_entries_question: "您要删除的工作包已经上报了 %{cost_entries}。您想进行哪种操作?" text_destroy_time_and_cost_entries: "删除已上报的工时和成本" diff --git a/modules/openid_connect/config/locales/crowdin/uk.yml b/modules/openid_connect/config/locales/crowdin/uk.yml index ca2aefe75a64..c9237d8ba7a7 100644 --- a/modules/openid_connect/config/locales/crowdin/uk.yml +++ b/modules/openid_connect/config/locales/crowdin/uk.yml @@ -59,10 +59,10 @@ uk: metadata_url: У мене є URL-адреса кінцевої точки виявлення client_id: ID клієнта, наданий вам постачальником OpenID Connect client_secret: Це клієнтський секрет ключ, наданий вам постачальником OpenID Connect - limit_self_registration: If enabled, users can only register using this provider if configuration on the provider's end allows it. - display_name: The name of the provider. This will be displayed as the login button and in the list of providers. + limit_self_registration: Якщо увімкнено, користувачі можуть зареєструватися за допомогою цього провайдера лише за умови, що конфігурація з боку провайдера це дозволяє. + display_name: Назва провайдера. Це буде зображено як кнопка входу та у списку провайдерів. tenant: 'Замініть клієнта за замовчуванням власним, якщо це можливо. Див. тут.' - scope: If you want to request custom scopes, you can add one or multiple scope values separated by spaces here. For more information, see the [OpenID Connect documentation](docs_url). + scope: Якщо ви хочете запросити користувацькі області, ви можете додати одне або кілька значень областей, розділених пробілами, тут. Для отримання додаткової інформації дивіться [OpenID Connect documentation](docs_url). post_logout_redirect_uri: URL-адреса, на яку постачальник послуг OpenID Connect має виконувати переспрямування після отримання запиту на вихід. claims: > Ви також можете надсилати запити на кінцеві точки даних користувача й маркера ID. Щоб дізнатися більше, ознайомтеся з [нашою документацією щодо OpenID Connect](docs_url). diff --git a/modules/team_planner/config/locales/crowdin/js-hu.yml b/modules/team_planner/config/locales/crowdin/js-hu.yml index ddbdb1399c4c..bc0af00f5cc8 100644 --- a/modules/team_planner/config/locales/crowdin/js-hu.yml +++ b/modules/team_planner/config/locales/crowdin/js-hu.yml @@ -3,7 +3,7 @@ hu: js: team_planner: add_existing: 'Létező hozzáadása' - add_existing_title: 'Add existing work packages' + add_existing_title: 'Meglévő munkacsomagok hozzáadása' create_label: 'Csoport tervező' create_title: 'Új csoport tervező létrehozása' unsaved_title: 'Névtelen csoport tervező' @@ -12,9 +12,9 @@ hu: remove_assignee: 'Megbízott eltávolítása' two_weeks: '2 hét' one_week: '1 hét' - four_weeks: '4-week' - eight_weeks: '8-week' - work_week: 'Work week' + four_weeks: '4 hét' + eight_weeks: '8 hetes' + work_week: 'Munkahét' today: 'Ma' drag_here_to_remove: 'Drag here to remove assignee and start and end dates.' cannot_drag_here: 'Cannot remove the work package due to permissions or editing restrictions.' @@ -24,5 +24,5 @@ hu: search_placeholder: 'Keresés...' modify: errors: - permission_denied: 'You do not have the necessary permissions to modify this.' + permission_denied: 'Nem rendelkezik a módosításhoz szükséges jogosultságokkal.' fallback: 'Ez a munkacsomag nem szerkeszthető.'