diff --git a/Gemfile.lock b/Gemfile.lock index 185d85ab4050..96730e1378db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -793,7 +793,7 @@ GEM nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - oj (3.16.6) + oj (3.16.7) bigdecimal (>= 3.0) ostruct (>= 0.2) okcomputer (1.18.5) @@ -831,7 +831,7 @@ GEM openssl (> 2.0) optimist (3.1.0) os (1.1.4) - ostruct (0.6.0) + ostruct (0.6.1) ox (2.14.18) paper_trail (15.2.0) activerecord (>= 6.1) diff --git a/app/models/attachment.rb b/app/models/attachment.rb index b1d7ae1942c3..f1eb8ad9cae3 100644 --- a/app/models/attachment.rb +++ b/app/models/attachment.rb @@ -163,8 +163,12 @@ def is_pdf? content_type == "application/pdf" end + def is_html? + content_type == "text/html" + end + def is_text? - content_type.match?(/\Atext\/.+/) + content_type.match?(/\Atext\/.+/) && !is_html? end def is_diff? diff --git a/config/locales/crowdin/af.yml b/config/locales/crowdin/af.yml index 07d68cd1700a..8dc393af869b 100644 --- a/config/locales/crowdin/af.yml +++ b/config/locales/crowdin/af.yml @@ -1823,6 +1823,23 @@ af: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/ar.yml b/config/locales/crowdin/ar.yml index eacc7890b921..28048709f2ce 100644 --- a/config/locales/crowdin/ar.yml +++ b/config/locales/crowdin/ar.yml @@ -1967,6 +1967,23 @@ ar: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/az.yml b/config/locales/crowdin/az.yml index 91547a8b7463..fa188a2a708c 100644 --- a/config/locales/crowdin/az.yml +++ b/config/locales/crowdin/az.yml @@ -1823,6 +1823,23 @@ az: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/be.yml b/config/locales/crowdin/be.yml index aeb2d76ff899..139a62a31f42 100644 --- a/config/locales/crowdin/be.yml +++ b/config/locales/crowdin/be.yml @@ -1895,6 +1895,23 @@ be: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/bg.yml b/config/locales/crowdin/bg.yml index 9a48c78c26a3..8bd395be9005 100644 --- a/config/locales/crowdin/bg.yml +++ b/config/locales/crowdin/bg.yml @@ -1823,6 +1823,23 @@ bg: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/ca.yml b/config/locales/crowdin/ca.yml index 9cef80dd97f7..975f946e1c35 100644 --- a/config/locales/crowdin/ca.yml +++ b/config/locales/crowdin/ca.yml @@ -1819,6 +1819,23 @@ ca: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext disponible (opcional)" diff --git a/config/locales/crowdin/ckb-IR.yml b/config/locales/crowdin/ckb-IR.yml index eac9ecee437a..89bbfafc0e05 100644 --- a/config/locales/crowdin/ckb-IR.yml +++ b/config/locales/crowdin/ckb-IR.yml @@ -1823,6 +1823,23 @@ ckb-IR: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/cs.yml b/config/locales/crowdin/cs.yml index 513584475d3c..3cf564e902e9 100644 --- a/config/locales/crowdin/cs.yml +++ b/config/locales/crowdin/cs.yml @@ -1895,6 +1895,23 @@ cs: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext k dispozici (volitelné)" diff --git a/config/locales/crowdin/da.yml b/config/locales/crowdin/da.yml index f3cf06ceb058..75c1b1437e67 100644 --- a/config/locales/crowdin/da.yml +++ b/config/locales/crowdin/da.yml @@ -1821,6 +1821,23 @@ da: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/de.yml b/config/locales/crowdin/de.yml index 8a6bb0919c77..d28fb3683ee0 100644 --- a/config/locales/crowdin/de.yml +++ b/config/locales/crowdin/de.yml @@ -1816,6 +1816,23 @@ de: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext verfügbar (optional)" diff --git a/config/locales/crowdin/el.yml b/config/locales/crowdin/el.yml index bcc5b11f6df4..013120d8c528 100644 --- a/config/locales/crowdin/el.yml +++ b/config/locales/crowdin/el.yml @@ -1819,6 +1819,23 @@ el: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Το Pdftotext είναι διαθέσιμο (προαιρετικό)" diff --git a/config/locales/crowdin/eo.yml b/config/locales/crowdin/eo.yml index 6f2d357c633f..c6bc1828fdc4 100644 --- a/config/locales/crowdin/eo.yml +++ b/config/locales/crowdin/eo.yml @@ -1823,6 +1823,23 @@ eo: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdfaltekto disponebla (nedeviga)" diff --git a/config/locales/crowdin/es.yml b/config/locales/crowdin/es.yml index 1030acfc495d..9ab2cea7ce53 100644 --- a/config/locales/crowdin/es.yml +++ b/config/locales/crowdin/es.yml @@ -1820,6 +1820,23 @@ es: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext disponible (opcional)" diff --git a/config/locales/crowdin/et.yml b/config/locales/crowdin/et.yml index 2dd9ff963d23..66cd4a625475 100644 --- a/config/locales/crowdin/et.yml +++ b/config/locales/crowdin/et.yml @@ -1823,6 +1823,23 @@ et: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/eu.yml b/config/locales/crowdin/eu.yml index 409a5c91bf1b..612dc65d6ee7 100644 --- a/config/locales/crowdin/eu.yml +++ b/config/locales/crowdin/eu.yml @@ -1823,6 +1823,23 @@ eu: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/fa.yml b/config/locales/crowdin/fa.yml index 10c2367284a5..0e8c080f7022 100644 --- a/config/locales/crowdin/fa.yml +++ b/config/locales/crowdin/fa.yml @@ -1823,6 +1823,23 @@ fa: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/fi.yml b/config/locales/crowdin/fi.yml index f3b4185afc9a..16ac52ce4568 100644 --- a/config/locales/crowdin/fi.yml +++ b/config/locales/crowdin/fi.yml @@ -1823,6 +1823,23 @@ fi: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/fil.yml b/config/locales/crowdin/fil.yml index fb7a1d2bcc1e..8b75da005fd6 100644 --- a/config/locales/crowdin/fil.yml +++ b/config/locales/crowdin/fil.yml @@ -1823,6 +1823,23 @@ fil: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext ay magagamit (opsyonal)" diff --git a/config/locales/crowdin/fr.yml b/config/locales/crowdin/fr.yml index 829751adb7ea..f12ef924c8e3 100644 --- a/config/locales/crowdin/fr.yml +++ b/config/locales/crowdin/fr.yml @@ -1821,6 +1821,23 @@ fr: units: hours: h days: j + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext disponible (optionnel)" diff --git a/config/locales/crowdin/he.yml b/config/locales/crowdin/he.yml index 39c769ea9823..7240d1fd87eb 100644 --- a/config/locales/crowdin/he.yml +++ b/config/locales/crowdin/he.yml @@ -1895,6 +1895,23 @@ he: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/hi.yml b/config/locales/crowdin/hi.yml index 2f39c868ba88..325808dd44f7 100644 --- a/config/locales/crowdin/hi.yml +++ b/config/locales/crowdin/hi.yml @@ -1821,6 +1821,23 @@ hi: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext उपलब्ध (वैकल्पिक)" diff --git a/config/locales/crowdin/hr.yml b/config/locales/crowdin/hr.yml index 92b3610b9d7a..a66bfde753d1 100644 --- a/config/locales/crowdin/hr.yml +++ b/config/locales/crowdin/hr.yml @@ -1859,6 +1859,23 @@ hr: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/hu.yml b/config/locales/crowdin/hu.yml index d4a6daf9e9c3..3bba23d5a227 100644 --- a/config/locales/crowdin/hu.yml +++ b/config/locales/crowdin/hu.yml @@ -1820,6 +1820,23 @@ hu: units: hours: óra days: nap + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext elérhető (opcionális)" diff --git a/config/locales/crowdin/id.yml b/config/locales/crowdin/id.yml index 47b05710252b..2ce2552e8782 100644 --- a/config/locales/crowdin/id.yml +++ b/config/locales/crowdin/id.yml @@ -1780,6 +1780,23 @@ id: units: hours: j days: h + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdf2teks tersedia (opsional)" diff --git a/config/locales/crowdin/it.yml b/config/locales/crowdin/it.yml index 2568c47db495..fb10aeb2b1ef 100644 --- a/config/locales/crowdin/it.yml +++ b/config/locales/crowdin/it.yml @@ -1819,6 +1819,23 @@ it: units: hours: o days: g + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdfatesto disponibile (opzionale)" diff --git a/config/locales/crowdin/ja.yml b/config/locales/crowdin/ja.yml index 9ae795441e96..34db9271559c 100644 --- a/config/locales/crowdin/ja.yml +++ b/config/locales/crowdin/ja.yml @@ -1783,6 +1783,23 @@ ja: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotextが利用可能 (オプション)" diff --git a/config/locales/crowdin/js-af.yml b/config/locales/crowdin/js-af.yml index 2e85ba0c0360..26d718f80818 100644 --- a/config/locales/crowdin/js-af.yml +++ b/config/locales/crowdin/js-af.yml @@ -105,6 +105,7 @@ af: button_update: "Opdateer" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Skep" card: add_new: "Add new card" @@ -575,7 +576,7 @@ af: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-ar.yml b/config/locales/crowdin/js-ar.yml index 2ed8f35668fb..0c7a0daa857d 100644 --- a/config/locales/crowdin/js-ar.yml +++ b/config/locales/crowdin/js-ar.yml @@ -105,6 +105,7 @@ ar: button_update: "التحديث" button_export-pdf: "تنزيل PDF" button_export-atom: "تحميل Atom" + button_generate_pdf: "Generate PDF" button_create: "إنشاء" card: add_new: "Add new card" @@ -575,7 +576,7 @@ ar: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-az.yml b/config/locales/crowdin/js-az.yml index a1e627b6cf03..46d54a4b7858 100644 --- a/config/locales/crowdin/js-az.yml +++ b/config/locales/crowdin/js-az.yml @@ -105,6 +105,7 @@ az: button_update: "Yeniləmə" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "Add new card" @@ -575,7 +576,7 @@ az: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-be.yml b/config/locales/crowdin/js-be.yml index 34f8c231e8ff..7ff86dc719c8 100644 --- a/config/locales/crowdin/js-be.yml +++ b/config/locales/crowdin/js-be.yml @@ -105,6 +105,7 @@ be: button_update: "Абнавіць" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "Add new card" @@ -575,7 +576,7 @@ be: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-bg.yml b/config/locales/crowdin/js-bg.yml index fd684a72a226..449c04569386 100644 --- a/config/locales/crowdin/js-bg.yml +++ b/config/locales/crowdin/js-bg.yml @@ -105,6 +105,7 @@ bg: button_update: "Обнови" button_export-pdf: "Свали PDF" button_export-atom: "Свали Atom" + button_generate_pdf: "Generate PDF" button_create: "Създаване" card: add_new: "Add new card" @@ -575,7 +576,7 @@ bg: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-ca.yml b/config/locales/crowdin/js-ca.yml index 71ff3534c146..eedba654c29c 100644 --- a/config/locales/crowdin/js-ca.yml +++ b/config/locales/crowdin/js-ca.yml @@ -105,6 +105,7 @@ ca: button_update: "Actualitza" button_export-pdf: "Descarregar PDF" button_export-atom: "Descarregar Atom" + button_generate_pdf: "Generate PDF" button_create: "Crear" card: add_new: "Afegir nova targeta" @@ -575,7 +576,7 @@ ca: members: "Convida nous membres a afegir-se al teu projecte." quick_add_button: "Fes clic a la icona de més (+) en la navegació superior per crear un nou projecte o convidar companys de feina." sidebar_arrow: "Utilitza la fletxa de retorn a la cantonada esquerra per tornar al menú principal del projecte." - welcome: "Segueix la introducció de tres minuts per aprendre les funcions més importants.
Recomanem completar les passes fins al final. Podràs tornar a començar aquesta introducció en qualsevol moment." + 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." wiki: "Dintre de la wiki pots documentar i compartir el coneixement conjuntament amb el teu equip." backlogs: overview: "Administra la teva feina en vistes de treballs pendents." diff --git a/config/locales/crowdin/js-ckb-IR.yml b/config/locales/crowdin/js-ckb-IR.yml index 25322f5c6e10..7792e89f7283 100644 --- a/config/locales/crowdin/js-ckb-IR.yml +++ b/config/locales/crowdin/js-ckb-IR.yml @@ -105,6 +105,7 @@ ckb-IR: button_update: "Update" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "Add new card" @@ -575,7 +576,7 @@ ckb-IR: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-cs.yml b/config/locales/crowdin/js-cs.yml index 537e4567c8d1..392e45599ab5 100644 --- a/config/locales/crowdin/js-cs.yml +++ b/config/locales/crowdin/js-cs.yml @@ -105,6 +105,7 @@ cs: button_update: "Aktualizovat" button_export-pdf: "Stáhnout PDF" button_export-atom: "Stáhnout Atom" + button_generate_pdf: "Generate PDF" button_create: "Vytvořit" card: add_new: "Přidat novou kartu" @@ -574,7 +575,7 @@ cs: members: "Pozvěte nové členy , aby se připojili k vašemu projektu." quick_add_button: "Klikněte na ikonu plus (+) v záhlaví pro vytvoření nového projektu nebo pro pozvání spolupracovníků." sidebar_arrow: "Pomocí šipky zpět v levém horním rohu se vrátíte do hlavního menu projektu." - welcome: "Naučte se během tří minut důležité funkce.
Doporučujeme dokončit prohlídku až do konce. Prohlídku můžete kdykoliv restartovat." + 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." wiki: "V rámci Wiki můžete dokumentovat a sdílet znalosti společně se svým týmem." backlogs: overview: "Spravujte svou práci v backlogs zobrazení." diff --git a/config/locales/crowdin/js-da.yml b/config/locales/crowdin/js-da.yml index 1f7260e04fb0..4b4690d6a21c 100644 --- a/config/locales/crowdin/js-da.yml +++ b/config/locales/crowdin/js-da.yml @@ -105,6 +105,7 @@ da: button_update: "Opdater" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Opret" card: add_new: "Add new card" @@ -574,7 +575,7 @@ da: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Tag en tre minutters introduktionsturné for at lære de mest vigtige funktioner .
Vi anbefaler at du gennemfører trinende til slutningen. Du kan når som helst genstarte turen." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-de.yml b/config/locales/crowdin/js-de.yml index bf7dc90d3d9e..ad138947bea5 100644 --- a/config/locales/crowdin/js-de.yml +++ b/config/locales/crowdin/js-de.yml @@ -105,6 +105,7 @@ de: button_update: "Aktualisieren" button_export-pdf: "PDF-Download" button_export-atom: "Atom-Download" + button_generate_pdf: "Generate PDF" button_create: "Anlegen" card: add_new: "Neue Karte hinzufügen" @@ -574,7 +575,7 @@ de: members: "Sie können hier neue Mitglieder zu Ihrem Projekt hinzufügen." quick_add_button: "Klicken Sie auf das Plus (+) Symbol in der Navigationsleiste um neue Projekte zu erzeugen oder MitarbeiterInnen einzuladen." sidebar_arrow: "Benutzen Sie den Pfeil in der oberen linken Ecke um zum Hauptmenü des Projekts zurückzukehren." - welcome: "Lernen Sie in drei Minuten die wichtigen Funktionen kennen.
Wir empfehlen Ihnen, die Tour vollständig abzuschließen. Sie können diese jederzeit wieder neu starten." + 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." wiki: "Im Wiki können Sie gemeinsam mit dem Team Informationen dokumentieren und eine Wissensdatenbank aufbauen." backlogs: overview: "Verwalten Sie Ihre Arbeit in der -Backlogs Ansicht." diff --git a/config/locales/crowdin/js-el.yml b/config/locales/crowdin/js-el.yml index b843a70eec32..b07327f7f325 100644 --- a/config/locales/crowdin/js-el.yml +++ b/config/locales/crowdin/js-el.yml @@ -105,6 +105,7 @@ el: button_update: "Ενημέρωση" button_export-pdf: "Λήψη PDF" button_export-atom: "Κατεβάστε το Atom" + button_generate_pdf: "Generate PDF" button_create: "Δημιουργία" card: add_new: "Προσθέστε νέα κάρτα" @@ -574,7 +575,7 @@ el: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Κάντε μια τρίλεπτη εισαγωγική περιήγηση για να μάθετε τα πιο σημαντικά χαρακτηριστικά.
Προτείνουμε να ολοκληρώσετε τα βήματα μέχρι το τέλος. Μπορείτε να επανεκκινήσετε την περιήγηση ανά πάσα στιγμή." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-eo.yml b/config/locales/crowdin/js-eo.yml index fab34948e671..511e38d6f0dc 100644 --- a/config/locales/crowdin/js-eo.yml +++ b/config/locales/crowdin/js-eo.yml @@ -105,6 +105,7 @@ eo: button_update: "Ĝisdatigi" button_export-pdf: "Elŝuti PDF" button_export-atom: "Elŝuti Atom" + button_generate_pdf: "Generate PDF" button_create: "Krei" card: add_new: "Aldoni novan karton" @@ -575,7 +576,7 @@ eo: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-es.yml b/config/locales/crowdin/js-es.yml index e1f4184ebf47..7e09b9c4a021 100644 --- a/config/locales/crowdin/js-es.yml +++ b/config/locales/crowdin/js-es.yml @@ -105,6 +105,7 @@ es: button_update: "Actualizar" button_export-pdf: "Descargar PDF" button_export-atom: "Descargar Atom" + button_generate_pdf: "Generate PDF" button_create: "Crear" card: add_new: "Añadir nueva tarjeta" @@ -575,7 +576,7 @@ es: members: "Invitar a nuevos miembros a unirse a tu proyecto." quick_add_button: "Haga clic en el icono del signo más (+) en el menú de navegación del encabezado para crear un proyecto o invitar a compañeros." sidebar_arrow: "Usa la flecha de retorno en la esquina superior izquierda para regresar al menú principal del proyecto." - welcome: "Realice un paseo de introducción de tres minutos para conocer las funciones más importantes.
Le recomendamos que complete todos los pasos. Puede volver a iniciar el paseo en cualquier momento." + 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." wiki: "En la wiki, puede elaborar documentos y compartir conocimientos con su equipo." backlogs: overview: "Administre su trabajo en la vista de trabajos pendientes." diff --git a/config/locales/crowdin/js-et.yml b/config/locales/crowdin/js-et.yml index eda78d83c57f..de1c13f8ffde 100644 --- a/config/locales/crowdin/js-et.yml +++ b/config/locales/crowdin/js-et.yml @@ -105,6 +105,7 @@ et: button_update: "Uuenda" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Loo uus" card: add_new: "Add new card" @@ -575,7 +576,7 @@ et: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-eu.yml b/config/locales/crowdin/js-eu.yml index e4277f4a90d4..5ae9e1fd7e37 100644 --- a/config/locales/crowdin/js-eu.yml +++ b/config/locales/crowdin/js-eu.yml @@ -105,6 +105,7 @@ eu: button_update: "Update" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "Add new card" @@ -575,7 +576,7 @@ eu: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-fa.yml b/config/locales/crowdin/js-fa.yml index 1bd6049c6dd2..5ef1dc12dbe9 100644 --- a/config/locales/crowdin/js-fa.yml +++ b/config/locales/crowdin/js-fa.yml @@ -105,6 +105,7 @@ fa: button_update: "به روز رسانی" button_export-pdf: "دانلود PDF" button_export-atom: "دریافت Atom" + button_generate_pdf: "Generate PDF" button_create: "ایجاد" card: add_new: "Add new card" @@ -575,7 +576,7 @@ fa: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "یک تور معرفی سه دقیقه‌ای را برای یادگیری مهم‌ترین ویژگی ها در پیش گیرید.
وصیه می‌کنیم مراحل را تا پایان کامل کنید. شما می توانید تور را در هر زمان دیگری هم دوباره راه اندازی کنید." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "کار خود را در نمای backlogs مدیریت کنید." diff --git a/config/locales/crowdin/js-fi.yml b/config/locales/crowdin/js-fi.yml index e7af4d41e6e1..14a86b98a4dd 100644 --- a/config/locales/crowdin/js-fi.yml +++ b/config/locales/crowdin/js-fi.yml @@ -105,6 +105,7 @@ fi: button_update: "Päivitä" button_export-pdf: "Lataa PDF" button_export-atom: "Lataa Atom" + button_generate_pdf: "Generate PDF" button_create: "Uusi" card: add_new: "Uusi kortti" @@ -575,7 +576,7 @@ fi: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-fil.yml b/config/locales/crowdin/js-fil.yml index ec72e1f98195..f8246d62f2eb 100644 --- a/config/locales/crowdin/js-fil.yml +++ b/config/locales/crowdin/js-fil.yml @@ -105,6 +105,7 @@ fil: button_update: "I-update" button_export-pdf: "I-download ang PDF" button_export-atom: "I-download ang atom" + button_generate_pdf: "Generate PDF" button_create: "Lumikha" card: add_new: "Add new card" @@ -575,7 +576,7 @@ fil: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-fr.yml b/config/locales/crowdin/js-fr.yml index cd5ced7a11ae..d320fa8c99f8 100644 --- a/config/locales/crowdin/js-fr.yml +++ b/config/locales/crowdin/js-fr.yml @@ -105,6 +105,7 @@ fr: button_update: "Mettre à jour" button_export-pdf: "Télécharger le PDF" button_export-atom: "Télécharger Atom" + button_generate_pdf: "Generate PDF" button_create: "Créer" card: add_new: "Ajouter une nouvelle carte" @@ -575,7 +576,7 @@ fr: members: "Invitez de nouveaux membres à rejoindre votre projet." quick_add_button: "Cliquez sur l'icône plus (+) dans l'en-tête de navigation pour créer un nouveau projet ou inviter des collègues." sidebar_arrow: "Utilisez la flèche de retour dans le coin supérieur gauche pour retourner au menu principal du projet." - welcome: "Faites une visite d’introduction de trois minutes d’apprendre le plus de caractéristiques importantes de .
il est recommandé d’avoir effectué les étapes jusqu'à la fin. Vous pouvez redémarrer la tournée à tout moment." + 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." wiki: "Dans le wiki vous pouvez documenter et partager vos connaissances avec votre équipe." backlogs: overview: "Gérez votre travail dans la vue backlogs." diff --git a/config/locales/crowdin/js-he.yml b/config/locales/crowdin/js-he.yml index 5a8d338ccb36..024e8857ca3e 100644 --- a/config/locales/crowdin/js-he.yml +++ b/config/locales/crowdin/js-he.yml @@ -105,6 +105,7 @@ he: button_update: "עדכון" button_export-pdf: "הורד קובץ PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "צור" card: add_new: "Add new card" @@ -575,7 +576,7 @@ he: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-hi.yml b/config/locales/crowdin/js-hi.yml index 329cb1f25b1c..b52d35648ba9 100644 --- a/config/locales/crowdin/js-hi.yml +++ b/config/locales/crowdin/js-hi.yml @@ -105,6 +105,7 @@ hi: button_update: "अद्यतन करें" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "रचना करें" card: add_new: "Add new card" @@ -575,7 +576,7 @@ hi: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-hr.yml b/config/locales/crowdin/js-hr.yml index 258e305c1892..3222581a2c60 100644 --- a/config/locales/crowdin/js-hr.yml +++ b/config/locales/crowdin/js-hr.yml @@ -105,6 +105,7 @@ hr: button_update: "Ažuriraj" button_export-pdf: "Preuzmi PDF" button_export-atom: "Preuzmite Atom" + button_generate_pdf: "Generate PDF" button_create: "Stvori" card: add_new: "Add new card" @@ -575,7 +576,7 @@ hr: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-hu.yml b/config/locales/crowdin/js-hu.yml index 3a3b31374ebf..613dac3c2f74 100644 --- a/config/locales/crowdin/js-hu.yml +++ b/config/locales/crowdin/js-hu.yml @@ -105,6 +105,7 @@ hu: button_update: "Frissítés" button_export-pdf: "PDF-fájl letöltése" button_export-atom: "Atom letöltés" + button_generate_pdf: "Generate PDF" button_create: "Létrehoz" card: add_new: "Új kártya hozzáadása" @@ -575,7 +576,7 @@ hu: members: "Új tagok meghívása, hogy a projekthez csatlakozzanak." quick_add_button: "Kattintson a fejlécben található (+) ikonra hogy create a new project vagy invite coworkers." sidebar_arrow: "Használja a vissza nyilat bal felül hogy visszatérjen a projektekhez main menu.." - welcome: "Áldozzon három percet erre a bemutatóra, hogy megismerje a legfontosabb szolgáltatásokat
Javasoljuk, hogy végezze el a lépéseket egészen a végéig. A túra bármikor újraindítható." + 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." wiki: "A Wiki modulban tudását dokumentálhatja és megoszthatja a csapatával." backlogs: overview: "Munka kezelése a backlogs nézetben" diff --git a/config/locales/crowdin/js-id.yml b/config/locales/crowdin/js-id.yml index 4c8e30546296..4c08a0446287 100644 --- a/config/locales/crowdin/js-id.yml +++ b/config/locales/crowdin/js-id.yml @@ -105,6 +105,7 @@ id: button_update: "Update" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Buat baru" card: add_new: "Add new card" @@ -575,7 +576,7 @@ id: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-it.yml b/config/locales/crowdin/js-it.yml index 649e90143f8f..1bea09cdd4d1 100644 --- a/config/locales/crowdin/js-it.yml +++ b/config/locales/crowdin/js-it.yml @@ -105,6 +105,7 @@ it: button_update: "Aggiorna" button_export-pdf: "Scarica PDF" button_export-atom: "Scarica Atom" + button_generate_pdf: "Generate PDF" button_create: "Crea" card: add_new: "Aggiungi una nuova carta" @@ -575,7 +576,7 @@ it: members: "Invita nuovi membri per entrare al tuo progetto." quick_add_button: "Clicca sull'icona più (+) nella navigazione dell'intestazione per creare un nuovo progetto o per invitare colleghi." sidebar_arrow: "Utilizza la freccia di ritorno nell'angolo in alto a sinistra per tornare al menu principale del progetto." - welcome: "Fai un tour introduttivo di tre minuti per apprendere le funzioni importanti.
Consigliamo di completare i passaggi fino alla fine. Puoi riavviare il tour in qualsiasi momento." + 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." wiki: "Nella wiki puoi documentare e condividere la conoscenza con il tuo team." backlogs: overview: "Gestisci il tuo lavoro nella vista backlog." diff --git a/config/locales/crowdin/js-ja.yml b/config/locales/crowdin/js-ja.yml index 3ee15dedf82a..3572da0769a2 100644 --- a/config/locales/crowdin/js-ja.yml +++ b/config/locales/crowdin/js-ja.yml @@ -106,6 +106,7 @@ ja: button_update: "更新" button_export-pdf: "PDFファイルをダウンロード" button_export-atom: "Atomをダウンロード" + button_generate_pdf: "Generate PDF" button_create: "作成" card: add_new: "新規カード追加" @@ -576,7 +577,7 @@ ja: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "3分間の導入ツアーで、最も重要な機能を確認します。
最後まで手順を完了することをお勧めします。 ツアーはいつでも再開できます。" + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-ka.yml b/config/locales/crowdin/js-ka.yml index de78ca5aa76c..0b038cd3d253 100644 --- a/config/locales/crowdin/js-ka.yml +++ b/config/locales/crowdin/js-ka.yml @@ -105,6 +105,7 @@ ka: button_update: "განახლება" button_export-pdf: "გადმოწერე PDF" button_export-atom: "Atom-ის გადმოწერა" + button_generate_pdf: "Generate PDF" button_create: "შექმნა" card: add_new: "ახალი ბარათის დამატება" @@ -575,7 +576,7 @@ ka: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-kk.yml b/config/locales/crowdin/js-kk.yml index ef989f591977..5840074ea858 100644 --- a/config/locales/crowdin/js-kk.yml +++ b/config/locales/crowdin/js-kk.yml @@ -105,6 +105,7 @@ kk: button_update: "Жаңарту" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "Add new card" @@ -575,7 +576,7 @@ kk: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-ko.yml b/config/locales/crowdin/js-ko.yml index ebedc5034d53..692695e968fd 100644 --- a/config/locales/crowdin/js-ko.yml +++ b/config/locales/crowdin/js-ko.yml @@ -105,6 +105,7 @@ ko: button_update: "업데이트" button_export-pdf: "PDF 다운로드" button_export-atom: "Atom 다운로드" + button_generate_pdf: "Generate PDF" button_create: "만들기" card: add_new: "새로운 카드를 추가하다" @@ -575,7 +576,7 @@ ko: members: "프로젝트에 참여할 새로운 멤버를 초대하세요." quick_add_button: "헤더 탐색에서 더하기(+) 아이콘을 클릭하여 새 프로젝트를 생성하거나 동료를 초대하세요." sidebar_arrow: "프로젝트의 기본 메뉴로 돌아가려면 왼쪽 상단의 뒤로 화살표를 사용하세요." - welcome: "3분 소개 투어를 보고 가장 중요한 기능에 대해 알아보세요.
끝까지 단계를 완료하는 것이 좋습니다. 언제든지 투어를 다시 시작할 수 있습니다." + 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." wiki: "Wiki에서 문서화하고 팀과 함께 지식을 공유할 수 있습니다." backlogs: overview: "백로그 보기에서 작업을 관리하세요." diff --git a/config/locales/crowdin/js-lt.yml b/config/locales/crowdin/js-lt.yml index 8dff71eb4d77..3204ee92ba07 100644 --- a/config/locales/crowdin/js-lt.yml +++ b/config/locales/crowdin/js-lt.yml @@ -105,6 +105,7 @@ lt: button_update: "Atnaujinti" button_export-pdf: "Atsisiųsti PDF" button_export-atom: "Atsisiųsti Atom" + button_generate_pdf: "Generate PDF" button_create: "Kurti" card: add_new: "Pridėti naują kortelę" @@ -575,7 +576,7 @@ lt: members: "Pakvieskite naujus narius prisijungti prie projekto." quick_add_button: "Paspauskite pliuso (+) ženklą navigacijos antraštėje ir sukursite naują projektą arba pakviesite bendradarbius." sidebar_arrow: "Pasinaudokite grįžimo rodykle viršutiniame kairiajame kampe grįžimui į projekto pagrindinį meniu." - welcome: "Paskirkite tris minutes įvadinei kelionei ir išmokite daugumą svarbių sistemos galimybių.
Rekomenduojame atlikti visus veiksmus iki pabaigos. Ekskursiją galite paleisti iš naujo bet kuriuo metu." + 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." wiki: "Wiki'yje galite dokumentuoti ir dalintis žiniomis su savo komandos nariais." backlogs: overview: "Valdykite savo darbus Darbų sąrašo vaizde." diff --git a/config/locales/crowdin/js-lv.yml b/config/locales/crowdin/js-lv.yml index 123b62fb6bb4..76fc5f1ec0e6 100644 --- a/config/locales/crowdin/js-lv.yml +++ b/config/locales/crowdin/js-lv.yml @@ -105,6 +105,7 @@ lv: button_update: "Atjaunot" button_export-pdf: "Lejupielādēt PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Izveidot" card: add_new: "Add new card" @@ -575,7 +576,7 @@ lv: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-mn.yml b/config/locales/crowdin/js-mn.yml index 07730680615c..6998fea95619 100644 --- a/config/locales/crowdin/js-mn.yml +++ b/config/locales/crowdin/js-mn.yml @@ -105,6 +105,7 @@ mn: button_update: "Update" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "Add new card" @@ -575,7 +576,7 @@ mn: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-ms.yml b/config/locales/crowdin/js-ms.yml index e4691fd83b1b..8973fb8f64a5 100644 --- a/config/locales/crowdin/js-ms.yml +++ b/config/locales/crowdin/js-ms.yml @@ -105,6 +105,7 @@ ms: button_update: "Kemas kini" button_export-pdf: "Muat turun PDF" button_export-atom: "Muat Turun Atom" + button_generate_pdf: "Generate PDF" button_create: "Cipta" card: add_new: "Tambah kad baharu" @@ -575,7 +576,7 @@ ms: members: "Jemput ahli baharu untuk sertai projek anda." quick_add_button: "Klik ikon tambah (+) dalam navigasi pengepala untuk cipta projek baharu atau untuk jemput rakan sekerja." sidebar_arrow: "Guna anak panah kembali di sudut kiri atas untuk kembali ke menu utama projek." - welcome: "Ambil lawatan pengenalan 3 minit untuk belajar fitur-fitur penting dengan banyak.
Kami sarankan melengkapi langkah-langkah tersebut sehingga ke akhirnya. Anda boleh mula semula lawatan bila-bila masa." + 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." wiki: "Dalam wiki anda boleh mendokumentasikan dan kongsi pengetahuan bersama pasukan anda." backlogs: overview: "Kendalikan kerja anda dalam paparan tunggakan." diff --git a/config/locales/crowdin/js-ne.yml b/config/locales/crowdin/js-ne.yml index a87b44f29ec6..8dad01d65f2a 100644 --- a/config/locales/crowdin/js-ne.yml +++ b/config/locales/crowdin/js-ne.yml @@ -105,6 +105,7 @@ ne: button_update: "Update" button_export-pdf: "PDF डाउनलोड गर्नुहोस्" button_export-atom: "एटम डाउनलोड गर्नुहोस्" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "नयाँ कार्ड थप्नुहोस्" @@ -575,7 +576,7 @@ ne: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-nl.yml b/config/locales/crowdin/js-nl.yml index 7a2030cfe250..15fe33cbeb87 100644 --- a/config/locales/crowdin/js-nl.yml +++ b/config/locales/crowdin/js-nl.yml @@ -105,6 +105,7 @@ nl: button_update: "Bijwerken" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Maken" card: add_new: "Nieuwe kaart toevoegen" @@ -575,7 +576,7 @@ nl: members: "Nodig nieuwe leden uit om deel te nemen aan uw project." quick_add_button: "Klik op het plus (+) pictogram in de koptekst navigatie om een nieuw project te maken of collega's uit te nodigen." sidebar_arrow: "Gebruik de terug pijl in de linkerbovenhoek om terug te keren naar het project hoofdmenu." - welcome: "Neem drie minuten introductie rondleiding om de meeste belangrijke kenmerken te leren.
het is raadzaam de stappen uit te voeren tot het einde. U kunt de tour ieder moment opnieuw doen." + 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." wiki: "Binnen de wiki kunt u kennis delen en documenteren met uw team." backlogs: overview: "Beheer uw werk in de backlogs weergave." diff --git a/config/locales/crowdin/js-no.yml b/config/locales/crowdin/js-no.yml index 883d329932df..26e7df81cc47 100644 --- a/config/locales/crowdin/js-no.yml +++ b/config/locales/crowdin/js-no.yml @@ -105,6 +105,7 @@ button_update: "Oppdatèr" button_export-pdf: "Last ned PDF" button_export-atom: "Last ned Atom" + button_generate_pdf: "Generate PDF" button_create: "Opprett" card: add_new: "Legg til nytt kort" @@ -575,7 +576,7 @@ members: "Inviter nye medlemmer til å bli med i prosjektet ditt." quick_add_button: "Klikk på plussikonet (+) i toppnavigasjonen til opprette et nytt prosjekt eller for å inviterer kolleger." sidebar_arrow: "Bruk returpilen i øvre venstre hjørne for å gå tilbake til prosjektets hovedmeny." - welcome: "Ta en tre minutters introduksjon for å lære de viktigste mulighetene.
Vi anbefaler å fullføre alle trinnene. Du kan når som helst starte på nytt." + 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." wiki: "I wiki kan du dokumentere og dele kunnskap sammen med teamet." backlogs: overview: "Administrer arbeidet ditt i - backlogs -visningen." diff --git a/config/locales/crowdin/js-pl.yml b/config/locales/crowdin/js-pl.yml index d6287a1855fa..522d0d058cc4 100644 --- a/config/locales/crowdin/js-pl.yml +++ b/config/locales/crowdin/js-pl.yml @@ -105,6 +105,7 @@ pl: button_update: "Aktualizacja" button_export-pdf: "Pobierz plik PDF" button_export-atom: "Pobierz Atom" + button_generate_pdf: "Generate PDF" button_create: "Utwórz" card: add_new: "Dodaj nową kartę" @@ -575,7 +576,7 @@ pl: members: "Zaproś nowych członków do swojego projektu." quick_add_button: "Kliknij ikonę plus (+) w nawigacji nagłówka, aby utworzyć nowy projekt lub zaprosić współpracowników." sidebar_arrow: "Użyj strzałki powrotu w lewym górnym rogu, aby wrócić do menu głównego projektu." - welcome: "Poświęć trzy minuty na zapoznanie się z najważniejszymi funkcjami. \n
Zalecamy wykonanie tych kroków do końca. Zwiedzanie można w każdej chwili zacząć od nowa." + 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." wiki: "W wiki możesz dokumentować wiedzę i dzielić się nią z zespołem." backlogs: overview: "Zarządzaj swoją pracą w widoku backlogs." diff --git a/config/locales/crowdin/js-pt-BR.yml b/config/locales/crowdin/js-pt-BR.yml index 1c0098f23b32..3858224a93b0 100644 --- a/config/locales/crowdin/js-pt-BR.yml +++ b/config/locales/crowdin/js-pt-BR.yml @@ -105,6 +105,7 @@ pt-BR: button_update: "Atualizar" button_export-pdf: "Baixar PDF" button_export-atom: "Baixar Atom" + button_generate_pdf: "Generate PDF" button_create: "Criar" card: add_new: "Adicionar novo cartão" @@ -574,7 +575,7 @@ pt-BR: members: "Convide novos membros para participar de seu projeto." quick_add_button: "Clique no ícone mais (+) no menu de navegação para criar um novo projeto ou para convidar colegas de trabalho." sidebar_arrow: "Use a seta de retorno no canto superior esquerdo para retornar ao menu principal do projeto." - welcome: "Acompanhe um tour de apresentação de 3 minutos para descobrir mais recursos importantes.
Recomendamos que você conclua as etapas até o final. Você pode reiniciar o tour a qualquer momento." + 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." wiki: "Na wiki, você pode documentar e compartilhar conhecimento junto com sua equipe. " backlogs: overview: "Gerencie seu trabalho na visão de backlogs." diff --git a/config/locales/crowdin/js-pt-PT.yml b/config/locales/crowdin/js-pt-PT.yml index 12f36114d7f0..e7815ce30a05 100644 --- a/config/locales/crowdin/js-pt-PT.yml +++ b/config/locales/crowdin/js-pt-PT.yml @@ -105,6 +105,7 @@ pt-PT: button_update: "Atualizar" button_export-pdf: "Transferir PDF" button_export-atom: "Transferir Atom" + button_generate_pdf: "Generate PDF" button_create: "Criar" card: add_new: "Adicionar novo cartão" @@ -575,7 +576,7 @@ pt-PT: members: "Convide novos membros para participarem no seu projeto." quick_add_button: "Clique no ícone mais (+) no menu de navegação para criar um novo projeto ou convidar colegas." sidebar_arrow: "Use a seta de retorno no canto superior esquerdo para voltar ao menu principal do projeto." - welcome: "Acompanhe um tour de apresentação de 3 minutos para descobrir mais recursos importantes.
Recomendamos que conclua as etapas até ao final. Pode reiniciar o tour a qualquer momento." + 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." wiki: "Na wiki pode documentar e partilhar conhecimento com a sua equipa." backlogs: overview: "Faça a gestão do seu trabalho na vista de backlogs." diff --git a/config/locales/crowdin/js-ro.yml b/config/locales/crowdin/js-ro.yml index b1f99b406c50..ab986e120b1b 100644 --- a/config/locales/crowdin/js-ro.yml +++ b/config/locales/crowdin/js-ro.yml @@ -105,6 +105,7 @@ ro: button_update: "Actualizare" button_export-pdf: "Descarcă PDF" button_export-atom: "Descarcă Atom" + button_generate_pdf: "Generate PDF" button_create: "Creează" card: add_new: "Adaugă card nou" @@ -574,7 +575,7 @@ ro: members: "Invitați noi membri să se alăture proiectului dumneavoastră." quick_add_button: "Dă click pe pictograma plus (+) din antetul navigării pentru a crea un nou proiect sau invita colaboratori." sidebar_arrow: "Folosește săgeata de întoarcere din colțul din stânga sus pentru a te întoarce în meniul al proiectului." - welcome: "Faceți un tur introductiv de trei minute pentru a afla cele mai importante caracteristici.
Vă recomandăm să parcurgeți pașii până la sfârșit. Puteți relua turul în orice moment.
" + 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." wiki: "În cadrul Wiki puteți documenta și împărtăși cunoștințe împreună cu echipa dumneavoastră." backlogs: overview: "Gestionează-ți munca în vizualizarea backlogs." diff --git a/config/locales/crowdin/js-ru.yml b/config/locales/crowdin/js-ru.yml index a8e1013e4436..b5bde50629fa 100644 --- a/config/locales/crowdin/js-ru.yml +++ b/config/locales/crowdin/js-ru.yml @@ -105,6 +105,7 @@ ru: button_update: "Обновление" button_export-pdf: "Скачать PDF" button_export-atom: "Скачать Atom" + button_generate_pdf: "Generate PDF" button_create: "Создать" card: add_new: "Добавить новую карту" @@ -574,7 +575,7 @@ ru: members: "Пригласите в ваш проект новых участников." quick_add_button: "Нажмите на значок плюс (+) в заголовке навигации, чтобы создать новый проект или пригласить коллег." sidebar_arrow: "Используйте стрелку возврата в левом верхнем углу, чтобы вернуться в главное меню проекта." - welcome: "Совершите вводный трехминутный тур для знакомства с наиболее важными особенностями.
Рекомендуем пройти все шаги до конца. Пройти вводный тур повторно можно в любое время." + 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." wiki: "В пределах wiki возможно документирование и обмен знаниями в вашей команде." backlogs: overview: "Управляйте своей работой в представлении backlogs." diff --git a/config/locales/crowdin/js-rw.yml b/config/locales/crowdin/js-rw.yml index 7bba3fd311a5..262eecb8f9fd 100644 --- a/config/locales/crowdin/js-rw.yml +++ b/config/locales/crowdin/js-rw.yml @@ -105,6 +105,7 @@ rw: button_update: "Update" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "Add new card" @@ -575,7 +576,7 @@ rw: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-si.yml b/config/locales/crowdin/js-si.yml index e2c0f71de022..7007a80fd54a 100644 --- a/config/locales/crowdin/js-si.yml +++ b/config/locales/crowdin/js-si.yml @@ -105,6 +105,7 @@ si: button_update: "යාවත්කාලීන" button_export-pdf: "PDF බාගන්න" button_export-atom: "බාගත කරන්න පරමාණුව" + button_generate_pdf: "Generate PDF" button_create: "සාදන්න" card: add_new: "නව කාඩ් එකතු කරන්න" @@ -575,7 +576,7 @@ si: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "වඩාත්ම ඉගෙන ගැනීමට විනාඩි තුනක් හඳුන්වාදීමේ චාරිකාවක් ගන්න වැදගත් ලක්ෂණ.
අවසානය දක්වා පියවර සම්පූර්ණ කිරීම අපි නිර්දේශ කරමු. ඔබට ඕනෑම වේලාවක සංචාරය නැවත ආරම්භ කළ හැකිය." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-sk.yml b/config/locales/crowdin/js-sk.yml index 3618d2d0405d..02b3bf092d4b 100644 --- a/config/locales/crowdin/js-sk.yml +++ b/config/locales/crowdin/js-sk.yml @@ -105,6 +105,7 @@ sk: button_update: "Aktualizovať" button_export-pdf: "Stiahnuť PDF" button_export-atom: "Stiahnuť Atom" + button_generate_pdf: "Generate PDF" button_create: "Vytvoriť" card: add_new: "Pridať novú kartu" @@ -575,7 +576,7 @@ sk: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Urobte si tri minúty čas na úvodnú prehliadku, aby ste sa naučili čo najviac dôležité funkcie.
Doporučujeme dokončiť prehliadku až do konca. Prehliadku môžete kedykoľvek reštartovať." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-sl.yml b/config/locales/crowdin/js-sl.yml index a5169c3cf2a4..6f5442e3f9c3 100644 --- a/config/locales/crowdin/js-sl.yml +++ b/config/locales/crowdin/js-sl.yml @@ -105,6 +105,7 @@ sl: button_update: "Posodobi" button_export-pdf: "Prenesi PDF" button_export-atom: "Prenesi Atom" + button_generate_pdf: "Generate PDF" button_create: "Ustvari" card: add_new: "Dodaj nov card" @@ -574,7 +575,7 @@ sl: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Poglejte si tri minutni ogled, da se naučite čim več pomembne lastnosti.
Priporočamo, da ogled dokončat. Ogled lahko ponovno začnete kadar koli. " + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-sr.yml b/config/locales/crowdin/js-sr.yml index d769518db554..f5c569974268 100644 --- a/config/locales/crowdin/js-sr.yml +++ b/config/locales/crowdin/js-sr.yml @@ -105,6 +105,7 @@ sr: button_update: "Ažuriraj" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "Add new card" @@ -575,7 +576,7 @@ sr: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-sv.yml b/config/locales/crowdin/js-sv.yml index 5cbb7a54465f..30796ce19fa1 100644 --- a/config/locales/crowdin/js-sv.yml +++ b/config/locales/crowdin/js-sv.yml @@ -105,6 +105,7 @@ sv: button_update: "Uppdatera" button_export-pdf: "Ladda ner PDF" button_export-atom: "Ladda ner Atom" + button_generate_pdf: "Generate PDF" button_create: "Skapa" card: add_new: "Lägg till kort" @@ -574,7 +575,7 @@ sv: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Ta en tre minuters introduktionstur för att lära dig de viktigaste funktionerna.
Vi rekommenderar att du slutför stegen till slutet. Du kan starta om turen när som helst." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-th.yml b/config/locales/crowdin/js-th.yml index feec1d35ecfd..b31d7e82cc67 100644 --- a/config/locales/crowdin/js-th.yml +++ b/config/locales/crowdin/js-th.yml @@ -105,6 +105,7 @@ th: button_update: "ปรับปรุง" button_export-pdf: "ดาวน์โหลดไฟล์ PDF" button_export-atom: "ดาวน์โหลดไฟล์ Atom" + button_generate_pdf: "Generate PDF" button_create: "สร้าง" card: add_new: "Add new card" @@ -575,7 +576,7 @@ th: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-tr.yml b/config/locales/crowdin/js-tr.yml index a906f935490a..c72f093f5fd7 100644 --- a/config/locales/crowdin/js-tr.yml +++ b/config/locales/crowdin/js-tr.yml @@ -105,6 +105,7 @@ tr: button_update: "Güncelleştirme" button_export-pdf: "PDF indir" button_export-atom: "Atom İndir" + button_generate_pdf: "Generate PDF" button_create: "Oluştur" card: add_new: "Yeni kart ekleyin" @@ -574,7 +575,7 @@ tr: members: "Projenize katılmak için yeni üyeler davet edin." quick_add_button: "Yeni bir proje oluşturmak veya iş arkadaşlarınızı davet etmek için başlık bölümündeki artı (+) simgesini tıklayın." sidebar_arrow: "Projenin ana menüsüne dönmek için sol üst köşedeki dönüş okunu kullanın." - welcome: "En önemli özellikleri öğrenmek için üç dakikalık bir tanıtım gezintisine çıkın.
Tüm adımları tamamlamanızı öneririz. Turu istediğiniz zaman yeniden başlatabilirsiniz." + 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." wiki: "wiki içinde belgeleyebilir ve ekibinizle birlikte bilgi paylaşabilirsiniz." backlogs: overview: "İşinizi birikimler görünümünde yönetin." diff --git a/config/locales/crowdin/js-uk.yml b/config/locales/crowdin/js-uk.yml index 6d0041718cef..131403902b4a 100644 --- a/config/locales/crowdin/js-uk.yml +++ b/config/locales/crowdin/js-uk.yml @@ -105,6 +105,7 @@ uk: button_update: "Оновити" button_export-pdf: "Завантажити PDF" button_export-atom: "Завантажити Atom" + button_generate_pdf: "Generate PDF" button_create: "Створити" card: add_new: "Додати нову картку" @@ -575,7 +576,7 @@ uk: members: "Запросіть нових учасників до свого проєкту." quick_add_button: "Натисніть на значок плюса (+) на панелі заголовків, щоб створити новий проєкт або запросити колег." sidebar_arrow: "Використовуйте стрілку повернення у верхньому лівому куті, щоб повернутися в головне меню проєкту." - welcome: "Здійсніть трихвилинний ознайомчий огляд для вивчення найважливішого функціоналу.
Ми рекомендуємо пройти всі кроки до завершення огляду. Ви можете повернутися до цього огляду повторно в будь-який час." + 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." wiki: "У межах Wiki ви можете документувати знання та обмінюватися ними зі своєю командою." backlogs: overview: "Керуйте своєю роботою в поданні Backlogs." diff --git a/config/locales/crowdin/js-uz.yml b/config/locales/crowdin/js-uz.yml index 1a005a46e472..fb018f798a9e 100644 --- a/config/locales/crowdin/js-uz.yml +++ b/config/locales/crowdin/js-uz.yml @@ -105,6 +105,7 @@ uz: button_update: "Update" button_export-pdf: "Download PDF" button_export-atom: "Download Atom" + button_generate_pdf: "Generate PDF" button_create: "Create" card: add_new: "Add new card" @@ -575,7 +576,7 @@ uz: members: "Invite new members to join your project." quick_add_button: "Click on the plus (+) icon in the header navigation to create a new project or to invite coworkers." sidebar_arrow: "Use the return arrow in the top left corner to return to the project’s main menu." - welcome: "Take a three minutes introduction tour to learn the most important features.
We recommend completing the steps until the end. You can restart the tour any time." + 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." wiki: "Within the wiki you can document and share knowledge together with your team." backlogs: overview: "Manage your work in the backlogs view." diff --git a/config/locales/crowdin/js-vi.yml b/config/locales/crowdin/js-vi.yml index 3d2b36b9122d..c4417652bdc8 100644 --- a/config/locales/crowdin/js-vi.yml +++ b/config/locales/crowdin/js-vi.yml @@ -105,6 +105,7 @@ vi: button_update: "Cập Nhật" button_export-pdf: "Tải xuống PDF" button_export-atom: "Tải xuống Atom" + button_generate_pdf: "Generate PDF" button_create: "Tạo" card: add_new: "Thêm thẻ mới" @@ -575,7 +576,7 @@ vi: members: "Mời thành viên mới tham gia dự án của bạn." quick_add_button: "Nhấp vào biểu tượng cộng (+) trong thanh điều hướng tiêu đề để tạo một dự án mới hoặc mời đồng nghiệp." sidebar_arrow: "Sử dụng mũi tên trở lại ở góc trên bên trái để quay lại menu chính của dự án." - welcome: "Tham gia tour giới thiệu ba phút để tìm hiểu những tính năng quan trọng nhất.
Chúng tôi khuyến nghị bạn hoàn thành các bước cho đến cuối. Bạn có thể khởi động lại tour bất kỳ lúc nào." + 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." wiki: "Trong wiki, bạn có thể tài liệu hóa và chia sẻ kiến thức cùng với nhóm của bạn." backlogs: overview: "Quản lý công việc của bạn trong chế độ xem backlogs." diff --git a/config/locales/crowdin/js-zh-CN.yml b/config/locales/crowdin/js-zh-CN.yml index 4ca865a5ecb0..acf05e5edde6 100644 --- a/config/locales/crowdin/js-zh-CN.yml +++ b/config/locales/crowdin/js-zh-CN.yml @@ -105,6 +105,7 @@ zh-CN: button_update: "更新" button_export-pdf: "下载 PDF" button_export-atom: "下载 Atom" + button_generate_pdf: "Generate PDF" button_create: "创建" card: add_new: "添加新卡" @@ -574,7 +575,7 @@ zh-CN: members: "邀请新成员加入您的项目。" quick_add_button: "点击标题导航中的加号 (+) 图标可创建新项目邀请同事。" sidebar_arrow: "使用左上角的返回箭头可返回到项目的主菜单。" - welcome: "通过三分钟的导览了解最重要的功能
我们建议您完成所有步骤。您可以随时重新浏览介绍。" + 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." wiki: "在 维基 中,您可以记录并与您的团队共享知识。" backlogs: overview: "在待办清单视图中管理您的工作。" diff --git a/config/locales/crowdin/js-zh-TW.yml b/config/locales/crowdin/js-zh-TW.yml index 2c7b05c2ec32..a5b1f6bdfd81 100644 --- a/config/locales/crowdin/js-zh-TW.yml +++ b/config/locales/crowdin/js-zh-TW.yml @@ -105,6 +105,7 @@ zh-TW: button_update: "更新" button_export-pdf: "下載 PDF" button_export-atom: "下載 Atom" + button_generate_pdf: "Generate PDF" button_create: "建立" card: add_new: "新增卡片" @@ -573,7 +574,7 @@ zh-TW: members: "邀請新 會員 加入您的專案。" quick_add_button: "於頁首點按 (+) 鍵 來建立新的專案來邀請隊員." sidebar_arrow: "用左上方的返回鍵,返回至專案的 主選單." - welcome: "觀看三分鐘的介紹導覽, 以瞭解最多 重要功能
我們建議完成所有步驟直到結束。您可以隨時重新開始導覽。" + 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." wiki: "在 wiki 中, 您可以與您的團隊一起記錄和分享知識。" backlogs: overview: " 在backlogs 檢視中,管理您的工作。" diff --git a/config/locales/crowdin/ka.yml b/config/locales/crowdin/ka.yml index ac88de23ec8f..6fd4fff37c8a 100644 --- a/config/locales/crowdin/ka.yml +++ b/config/locales/crowdin/ka.yml @@ -1823,6 +1823,23 @@ ka: units: hours: სთ days: დ + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/kk.yml b/config/locales/crowdin/kk.yml index 5e485a7057c2..d286a6e26601 100644 --- a/config/locales/crowdin/kk.yml +++ b/config/locales/crowdin/kk.yml @@ -1823,6 +1823,23 @@ kk: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/ko.yml b/config/locales/crowdin/ko.yml index 2377e67b3b4b..c647afcf1def 100644 --- a/config/locales/crowdin/ko.yml +++ b/config/locales/crowdin/ko.yml @@ -1786,6 +1786,23 @@ ko: units: hours: 시간 days: 일 + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext 사용 가능(선택적)" diff --git a/config/locales/crowdin/lt.yml b/config/locales/crowdin/lt.yml index c3d3368f2387..1c72e22d8685 100644 --- a/config/locales/crowdin/lt.yml +++ b/config/locales/crowdin/lt.yml @@ -1892,6 +1892,23 @@ lt: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdf-į-tekstą pasiekiamas (pasirinktinai)" diff --git a/config/locales/crowdin/lv.yml b/config/locales/crowdin/lv.yml index 668d003753ce..58737fbdeac9 100644 --- a/config/locales/crowdin/lv.yml +++ b/config/locales/crowdin/lv.yml @@ -1859,6 +1859,23 @@ lv: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/mn.yml b/config/locales/crowdin/mn.yml index bc8a03dcfba5..3b81cb3557f4 100644 --- a/config/locales/crowdin/mn.yml +++ b/config/locales/crowdin/mn.yml @@ -1823,6 +1823,23 @@ mn: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/ms.yml b/config/locales/crowdin/ms.yml index 99b4d541149e..b53ec5f779fe 100644 --- a/config/locales/crowdin/ms.yml +++ b/config/locales/crowdin/ms.yml @@ -1785,6 +1785,23 @@ ms: units: hours: j days: h + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "PdfkeTeks tersedia (pilihan)" diff --git a/config/locales/crowdin/ne.yml b/config/locales/crowdin/ne.yml index a3c34110898f..6e9171918cd5 100644 --- a/config/locales/crowdin/ne.yml +++ b/config/locales/crowdin/ne.yml @@ -1823,6 +1823,23 @@ ne: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/nl.yml b/config/locales/crowdin/nl.yml index 74b188906693..17613b72d0f5 100644 --- a/config/locales/crowdin/nl.yml +++ b/config/locales/crowdin/nl.yml @@ -1820,6 +1820,23 @@ nl: units: hours: u days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext beschikbaar (optioneel)" diff --git a/config/locales/crowdin/no.yml b/config/locales/crowdin/no.yml index c99650f46bc6..99903b64987c 100644 --- a/config/locales/crowdin/no.yml +++ b/config/locales/crowdin/no.yml @@ -1822,6 +1822,23 @@ units: hours: t days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext tilgjengelig (valgfritt)" diff --git a/config/locales/crowdin/pl.yml b/config/locales/crowdin/pl.yml index 19d7887417e5..be8157c704b5 100644 --- a/config/locales/crowdin/pl.yml +++ b/config/locales/crowdin/pl.yml @@ -1892,6 +1892,23 @@ pl: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Dostępny konwerter Pdftotext (opcjonalny)" diff --git a/config/locales/crowdin/pt-BR.yml b/config/locales/crowdin/pt-BR.yml index 161d46b17bd7..ab67c4ac312d 100644 --- a/config/locales/crowdin/pt-BR.yml +++ b/config/locales/crowdin/pt-BR.yml @@ -1820,6 +1820,23 @@ pt-BR: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext disponível (opcional)" diff --git a/config/locales/crowdin/pt-PT.yml b/config/locales/crowdin/pt-PT.yml index 8492f5b01537..f9a98ca48b36 100644 --- a/config/locales/crowdin/pt-PT.yml +++ b/config/locales/crowdin/pt-PT.yml @@ -1820,6 +1820,23 @@ pt-PT: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext disponível (opcional)" diff --git a/config/locales/crowdin/ro.yml b/config/locales/crowdin/ro.yml index 86416e049bbe..61c1d2bf9703 100644 --- a/config/locales/crowdin/ro.yml +++ b/config/locales/crowdin/ro.yml @@ -1859,6 +1859,23 @@ ro: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext disponibil (opțional)" diff --git a/config/locales/crowdin/ru.yml b/config/locales/crowdin/ru.yml index c9d651a659a8..352365ddc9c0 100644 --- a/config/locales/crowdin/ru.yml +++ b/config/locales/crowdin/ru.yml @@ -1894,6 +1894,23 @@ ru: units: hours: ч days: д + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext доступно (опционально)" diff --git a/config/locales/crowdin/rw.yml b/config/locales/crowdin/rw.yml index 7727dacf4f7a..35931c4e32fb 100644 --- a/config/locales/crowdin/rw.yml +++ b/config/locales/crowdin/rw.yml @@ -1823,6 +1823,23 @@ rw: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/si.yml b/config/locales/crowdin/si.yml index d4b60ad858d2..98825faa5f33 100644 --- a/config/locales/crowdin/si.yml +++ b/config/locales/crowdin/si.yml @@ -1823,6 +1823,23 @@ si: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "ලබා ගත හැකි PDftotext (විකල්ප)" diff --git a/config/locales/crowdin/sk.yml b/config/locales/crowdin/sk.yml index de2674750fde..3529e00ec822 100644 --- a/config/locales/crowdin/sk.yml +++ b/config/locales/crowdin/sk.yml @@ -1895,6 +1895,23 @@ sk: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext k dispozícii (voliteľné)" diff --git a/config/locales/crowdin/sl.yml b/config/locales/crowdin/sl.yml index 943a3428afdd..f91beddc7c06 100644 --- a/config/locales/crowdin/sl.yml +++ b/config/locales/crowdin/sl.yml @@ -1892,6 +1892,23 @@ sl: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Na voljo je pdftotekst (neobvezno)" diff --git a/config/locales/crowdin/sr.yml b/config/locales/crowdin/sr.yml index 3682071187a7..0dba55f82494 100644 --- a/config/locales/crowdin/sr.yml +++ b/config/locales/crowdin/sr.yml @@ -1859,6 +1859,23 @@ sr: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/sv.yml b/config/locales/crowdin/sv.yml index 94fc13b2f4ab..1ce859cde619 100644 --- a/config/locales/crowdin/sv.yml +++ b/config/locales/crowdin/sv.yml @@ -1822,6 +1822,23 @@ sv: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext tillgängligt (tillval)" diff --git a/config/locales/crowdin/th.yml b/config/locales/crowdin/th.yml index 4606cbc332cc..47b570d0d50a 100644 --- a/config/locales/crowdin/th.yml +++ b/config/locales/crowdin/th.yml @@ -1787,6 +1787,23 @@ th: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/tr.yml b/config/locales/crowdin/tr.yml index 6a894fb77bc8..568a9bee5745 100644 --- a/config/locales/crowdin/tr.yml +++ b/config/locales/crowdin/tr.yml @@ -1821,6 +1821,23 @@ tr: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext kullanılabilir (isteğe bağlı)" diff --git a/config/locales/crowdin/uk.yml b/config/locales/crowdin/uk.yml index 8932f367072d..488754268cf7 100644 --- a/config/locales/crowdin/uk.yml +++ b/config/locales/crowdin/uk.yml @@ -1888,6 +1888,23 @@ uk: units: hours: г days: д + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Доступний текст PDF (необов'язково)" diff --git a/config/locales/crowdin/uz.yml b/config/locales/crowdin/uz.yml index 92e1a359827e..7d9eef4eef02 100644 --- a/config/locales/crowdin/uz.yml +++ b/config/locales/crowdin/uz.yml @@ -1823,6 +1823,23 @@ uz: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext available (optional)" diff --git a/config/locales/crowdin/vi.yml b/config/locales/crowdin/vi.yml index 8d29e719bd67..5a90cb1b3fa0 100644 --- a/config/locales/crowdin/vi.yml +++ b/config/locales/crowdin/vi.yml @@ -1789,6 +1789,23 @@ vi: units: hours: h days: d + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext có sẵn (không bắt buộc)" diff --git a/config/locales/crowdin/zh-CN.yml b/config/locales/crowdin/zh-CN.yml index deb2161ea94a..c56c8d6c4e31 100644 --- a/config/locales/crowdin/zh-CN.yml +++ b/config/locales/crowdin/zh-CN.yml @@ -33,7 +33,7 @@ zh-CN: 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: "创建于" @@ -1782,6 +1782,23 @@ zh-CN: units: hours: 时 days: 天 + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext 可用 (可选)" diff --git a/config/locales/crowdin/zh-TW.yml b/config/locales/crowdin/zh-TW.yml index cf8ef7177ca9..b0008c0937e6 100644 --- a/config/locales/crowdin/zh-TW.yml +++ b/config/locales/crowdin/zh-TW.yml @@ -33,7 +33,7 @@ zh-TW: 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: "新增於" @@ -1784,6 +1784,23 @@ zh-TW: units: hours: 小時 days: 日 + pdf_generator: + page_nr_footer: "Page %{page} of %{total}" + dialog: + title: Generate PDF + submit: Generate + header_right: + label: Header right + caption: Text to be displayed in the right of the header + footer_center: + label: Footer center + caption: Text to be displayed in the center of the footer + hyphenation: + label: Hyphenation + caption: Break words between lines to improve text justification and readability. + paper_size: + label: Paper size + caption: The size of the paper to use for the PDF. extraction: available: pdftotext: "Pdftotext 可用 (非必要)" diff --git a/modules/meeting/config/locales/crowdin/de.yml b/modules/meeting/config/locales/crowdin/de.yml index 5b1ad37f4869..ed4346a8b702 100644 --- a/modules/meeting/config/locales/crowdin/de.yml +++ b/modules/meeting/config/locales/crowdin/de.yml @@ -88,7 +88,7 @@ de: label_meeting: "Besprechung" label_meeting_plural: "Besprechungen" label_meeting_new: "Neue Besprechung" - label_meeting_new_dynamic: "New dynamic meeting" + label_meeting_new_dynamic: "Neue dynamische Besprechung" label_meeting_create: "Besprechung erstellen" label_meeting_copy: "Besprechung kopieren" label_meeting_edit: "Besprechung bearbeiten" diff --git a/modules/meeting/config/locales/crowdin/zh-CN.yml b/modules/meeting/config/locales/crowdin/zh-CN.yml index e392fde4711b..51aba6c89e0a 100644 --- a/modules/meeting/config/locales/crowdin/zh-CN.yml +++ b/modules/meeting/config/locales/crowdin/zh-CN.yml @@ -87,7 +87,7 @@ zh-CN: label_meeting: "会议" label_meeting_plural: "会议" label_meeting_new: "新增会议" - label_meeting_new_dynamic: "New dynamic meeting" + label_meeting_new_dynamic: "新动态会议" label_meeting_create: "创建会议" label_meeting_copy: "复制会议" label_meeting_edit: "编辑会议" diff --git a/modules/meeting/config/locales/crowdin/zh-TW.yml b/modules/meeting/config/locales/crowdin/zh-TW.yml index 067ff6b3c45a..706d027fb035 100644 --- a/modules/meeting/config/locales/crowdin/zh-TW.yml +++ b/modules/meeting/config/locales/crowdin/zh-TW.yml @@ -87,7 +87,7 @@ zh-TW: label_meeting: "會議" label_meeting_plural: "會議" label_meeting_new: "新增會議" - label_meeting_new_dynamic: "New dynamic meeting" + label_meeting_new_dynamic: "新的動態會議" label_meeting_create: "新增會議" label_meeting_copy: "複製會議" label_meeting_edit: "編輯會議" diff --git a/modules/openid_connect/app/components/openid_connect/providers/row_component.rb b/modules/openid_connect/app/components/openid_connect/providers/row_component.rb index 4569dc476523..f33c87fe894d 100644 --- a/modules/openid_connect/app/components/openid_connect/providers/row_component.rb +++ b/modules/openid_connect/app/components/openid_connect/providers/row_component.rb @@ -7,8 +7,9 @@ def provider def name concat(provider_name) + unless provider.configured? - concat(incomplete_label) + incomplete_label end end diff --git a/modules/openid_connect/app/components/openid_connect/providers/table_component.rb b/modules/openid_connect/app/components/openid_connect/providers/table_component.rb index c768461551f2..9718c7c8a846 100644 --- a/modules/openid_connect/app/components/openid_connect/providers/table_component.rb +++ b/modules/openid_connect/app/components/openid_connect/providers/table_component.rb @@ -26,7 +26,7 @@ def empty_row_message end def mobile_title - I18n.t("openid_connect.providers.plural") + I18n.t("openid_connect.providers.label_providers") end def headers diff --git a/modules/openid_connect/config/locales/crowdin/zh-CN.yml b/modules/openid_connect/config/locales/crowdin/zh-CN.yml index abeaff765b67..ecf7ee838636 100644 --- a/modules/openid_connect/config/locales/crowdin/zh-CN.yml +++ b/modules/openid_connect/config/locales/crowdin/zh-CN.yml @@ -62,7 +62,7 @@ zh-CN: 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 连接文档](docs_url)。 post_logout_redirect_uri: OpenID Connect 提供商在注销请求后应重定向到的 URL。 claims: > 您可以请求用户信息和 Id 令牌端点的附加声明。有关更多信息,请参阅 [我们的 OpenID Connect 文档](docs_url)。 diff --git a/modules/openid_connect/config/locales/crowdin/zh-TW.yml b/modules/openid_connect/config/locales/crowdin/zh-TW.yml index 4a8b640e76cc..93d78a6567de 100644 --- a/modules/openid_connect/config/locales/crowdin/zh-TW.yml +++ b/modules/openid_connect/config/locales/crowdin/zh-TW.yml @@ -62,7 +62,7 @@ zh-TW: 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 文件](docs_url)。 post_logout_redirect_uri: OpenID Connect 提供者應在登出請求後重定向至的 URL。 claims: > 您可以針對 使用者資訊 和 id token(權杖) 端點要求額外的資料。請參閱 [我們的 OpenID connect 文件](docs_url) 以取得更多資訊。 diff --git a/modules/openid_connect/config/locales/en.yml b/modules/openid_connect/config/locales/en.yml index 03d0ab584753..e1a8f4431cdd 100644 --- a/modules/openid_connect/config/locales/en.yml +++ b/modules/openid_connect/config/locales/en.yml @@ -88,6 +88,7 @@ en: metadata_url: I have a discovery endpoint URL endpoint_url: Endpoint URL providers: + label_providers: "Providers" seeded_from_env: "This provider was seeded from the environment configuration. It cannot be edited." google: name: Google diff --git a/spec/models/attachment_spec.rb b/spec/models/attachment_spec.rb index cb061fcbab00..91b249efa187 100644 --- a/spec/models/attachment_spec.rb +++ b/spec/models/attachment_spec.rb @@ -295,6 +295,17 @@ end end + describe "for an HTML file" do + let(:attachment) { described_class.new } + + it "assumes it not to be inlineable" do + attachment.content_type = "text/html" + expect(attachment).to be_is_html + expect(attachment).not_to be_is_text + expect(attachment).not_to be_inlineable + end + end + describe "for a binary file" do before { binary_attachment.save! }