From fccfbdef9cc8e0fe17ee5595aaf8dae2f91c980f Mon Sep 17 00:00:00 2001 From: OpenProject Actions CI Date: Fri, 2 Jul 2021 03:12:49 +0000 Subject: [PATCH] update locales from crowdin [ci skip] --- config/locales/crowdin/ar.yml | 4 ++++ config/locales/crowdin/bg.yml | 4 ++++ config/locales/crowdin/ca.yml | 4 ++++ config/locales/crowdin/cs.yml | 4 ++++ config/locales/crowdin/da.yml | 4 ++++ config/locales/crowdin/de.yml | 4 ++++ config/locales/crowdin/el.yml | 4 ++++ config/locales/crowdin/es.yml | 4 ++++ config/locales/crowdin/fi.yml | 4 ++++ config/locales/crowdin/fil.yml | 4 ++++ config/locales/crowdin/fr.yml | 4 ++++ config/locales/crowdin/hr.yml | 4 ++++ config/locales/crowdin/hu.yml | 4 ++++ config/locales/crowdin/id.yml | 4 ++++ config/locales/crowdin/it.yml | 4 ++++ config/locales/crowdin/ja.yml | 4 ++++ config/locales/crowdin/js-lt.yml | 24 ++++++++++++------------ config/locales/crowdin/ko.yml | 4 ++++ config/locales/crowdin/lt.yml | 6 +++++- config/locales/crowdin/nl.yml | 4 ++++ config/locales/crowdin/no.yml | 4 ++++ config/locales/crowdin/pl.yml | 4 ++++ config/locales/crowdin/pt.yml | 4 ++++ config/locales/crowdin/ro.yml | 4 ++++ config/locales/crowdin/ru.yml | 4 ++++ config/locales/crowdin/sk.yml | 4 ++++ config/locales/crowdin/sl.yml | 4 ++++ config/locales/crowdin/sv.yml | 4 ++++ config/locales/crowdin/tr.yml | 4 ++++ config/locales/crowdin/uk.yml | 4 ++++ config/locales/crowdin/vi.yml | 4 ++++ config/locales/crowdin/zh-CN.yml | 4 ++++ config/locales/crowdin/zh-TW.yml | 4 ++++ 33 files changed, 141 insertions(+), 13 deletions(-) diff --git a/config/locales/crowdin/ar.yml b/config/locales/crowdin/ar.yml index 5c82a45c3a..da9d24f1f0 100644 --- a/config/locales/crowdin/ar.yml +++ b/config/locales/crowdin/ar.yml @@ -2319,6 +2319,10 @@ ar: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "التوثيق" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "طريقة تسليم البريد الإلكتروني" setting_sendmail_location: "موقع إرسال بريد إلكتروني قابل للتنفيذ" setting_smtp_enable_starttls_auto: "استخدم STARTTLS تلقائيًّا إذا كان متوفرًا" diff --git a/config/locales/crowdin/bg.yml b/config/locales/crowdin/bg.yml index ed4140e8c2..a4c23e8ebe 100644 --- a/config/locales/crowdin/bg.yml +++ b/config/locales/crowdin/bg.yml @@ -2249,6 +2249,10 @@ bg: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) позволява разрешения" setting_apiv3_cors_origins_text_html: > Ако CORS е активиран, това са източниците, на които е разрешен достъп до API на OpenProject.
Моля, проверете Документацията в заглавието Origin за това как да посочите очакваните стойности. + setting_apiv3_docs: "Документация" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Метод за доставка на имейл" setting_sendmail_location: "Местоположение на sendmail програма" setting_smtp_enable_starttls_auto: "Автоматично използвай STARTTLS ако е налично" diff --git a/config/locales/crowdin/ca.yml b/config/locales/crowdin/ca.yml index 88aeb5c26c..a75af477e3 100644 --- a/config/locales/crowdin/ca.yml +++ b/config/locales/crowdin/ca.yml @@ -2247,6 +2247,10 @@ ca: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Documentació" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Mètode de lliurament del correu electrònic" setting_sendmail_location: "Localització de l'executable de sendmail" setting_smtp_enable_starttls_auto: "Utilitza STARTTLS automàticament si està disponible" diff --git a/config/locales/crowdin/cs.yml b/config/locales/crowdin/cs.yml index 488978b4c8..a2842e2926 100644 --- a/config/locales/crowdin/cs.yml +++ b/config/locales/crowdin/cs.yml @@ -2284,6 +2284,10 @@ cs: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Dokumentace" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Způsob zasílání emailu" setting_sendmail_location: "Umístění spustitelného souboru sendmail" setting_smtp_enable_starttls_auto: "Automaticky použít STARTTLS, pokud je dostupné" diff --git a/config/locales/crowdin/da.yml b/config/locales/crowdin/da.yml index 93f0f07ae9..d9627e0ff3 100644 --- a/config/locales/crowdin/da.yml +++ b/config/locales/crowdin/da.yml @@ -2245,6 +2245,10 @@ da: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Documentation" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Email delivery method" setting_sendmail_location: "Location of the sendmail executable" setting_smtp_enable_starttls_auto: "Automatically use STARTTLS if available" diff --git a/config/locales/crowdin/de.yml b/config/locales/crowdin/de.yml index c810f83678..0ce93a2d14 100644 --- a/config/locales/crowdin/de.yml +++ b/config/locales/crowdin/de.yml @@ -2244,6 +2244,10 @@ de: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) erlaubte Origins" setting_apiv3_cors_origins_text_html: > Wenn CORS aktiviert ist, sind dies die Origins, die auf die OpenProject API zugreifen dürfen.
Bitte überprüfen Sie die Dokumentation über den Origin Header, wie die Werte anzugeben sind. + setting_apiv3_docs: "Dokumentation" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "E-Mail Zustellungsoption" setting_sendmail_location: "Systempfad zu sendmail" setting_smtp_enable_starttls_auto: "Automatisch STARTTLS verwenden, falls vorhanden" diff --git a/config/locales/crowdin/el.yml b/config/locales/crowdin/el.yml index b7dd6f4266..4633c33e94 100644 --- a/config/locales/crowdin/el.yml +++ b/config/locales/crowdin/el.yml @@ -2243,6 +2243,10 @@ el: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) επιτρεπόμενες προελεύσεις" setting_apiv3_cors_origins_text_html: > Εάν είναι ενεργοποιημένο το CORS, αυτές είναι οι πηγές που επιτρέπεται να έχουν πρόσβαση στο OpenProject API.
Παρακαλώ ελέγξτε το Τεκμηρίωση στην κεφαλίδα προέλευσης για τον τρόπο καθορισμού των αναμενόμενων τιμών. + setting_apiv3_docs: "Τεκμηρίωση" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Μέθοδος αποστολής email" setting_sendmail_location: "Τοποθεσία του εκτελέσιμου sendmail" setting_smtp_enable_starttls_auto: "Αυτόματη χρήση STARTTLS αν είναι διαθέσιμο" diff --git a/config/locales/crowdin/es.yml b/config/locales/crowdin/es.yml index 914dbe2eaa..9b732a418c 100644 --- a/config/locales/crowdin/es.yml +++ b/config/locales/crowdin/es.yml @@ -2246,6 +2246,10 @@ es: setting_apiv3_cors_origins: "Orígenes permitidos de la API de CORS (uso compartido de recursos entre orígenes) V3" setting_apiv3_cors_origins_text_html: > Si CORS está habilitado, estos son los orígenes que tienen permiso para acceder a la API de OpenProject.
Consulte la documentación sobre el encabezado Origin para obtener información sobre cómo especificar los valores esperados. + setting_apiv3_docs: "Documentación" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Método de envío de correo electrónico" setting_sendmail_location: "Ubicación del ejecutable de sendmail" setting_smtp_enable_starttls_auto: "Usar STARTTLS automáticamente si está disponible" diff --git a/config/locales/crowdin/fi.yml b/config/locales/crowdin/fi.yml index e89c0c58e1..dcacdba2db 100644 --- a/config/locales/crowdin/fi.yml +++ b/config/locales/crowdin/fi.yml @@ -2249,6 +2249,10 @@ fi: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Käyttöohjeet" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Sähköpostiviestien toimitustapa" setting_sendmail_location: "Location of the sendmail executable" setting_smtp_enable_starttls_auto: "Automatically use STARTTLS if available" diff --git a/config/locales/crowdin/fil.yml b/config/locales/crowdin/fil.yml index 1b6690bd98..1b573cd91f 100644 --- a/config/locales/crowdin/fil.yml +++ b/config/locales/crowdin/fil.yml @@ -2247,6 +2247,10 @@ fil: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Dokumentasyon" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Pamaraan ng paghahatid ng email" setting_sendmail_location: "Lokasyon ng sendmail na pagpapatupad" setting_smtp_enable_starttls_auto: "Automatikong gagamitin ang STARTTLS kung magagamit" diff --git a/config/locales/crowdin/fr.yml b/config/locales/crowdin/fr.yml index 862b3d6724..88d708a7a8 100644 --- a/config/locales/crowdin/fr.yml +++ b/config/locales/crowdin/fr.yml @@ -2248,6 +2248,10 @@ fr: setting_apiv3_cors_origins: "Origines autorisées de l'API V3 Cross-Origin Resource Sharing (CORS)" setting_apiv3_cors_origins_text_html: > Si CORS est activé, ce sont les origines qui sont autorisées à accéder à l'API OpenProject.
Veuillez vérifier la documentation sur l'en-tête Origin sur la façon de spécifier les valeurs attendues. + setting_apiv3_docs: "Documentation" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Méthode de livraison d'e-mail" setting_sendmail_location: "Emplacement de l’exécutable sendmail" setting_smtp_enable_starttls_auto: "Utiliser automatiquement STARTTLS si disponible" diff --git a/config/locales/crowdin/hr.yml b/config/locales/crowdin/hr.yml index 3f5472f883..5b8fdcb8a6 100644 --- a/config/locales/crowdin/hr.yml +++ b/config/locales/crowdin/hr.yml @@ -2267,6 +2267,10 @@ hr: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Documentation" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Email delivery method" setting_sendmail_location: "Location of the sendmail executable" setting_smtp_enable_starttls_auto: "Automatically use STARTTLS if available" diff --git a/config/locales/crowdin/hu.yml b/config/locales/crowdin/hu.yml index 61385c4554..762caf785e 100644 --- a/config/locales/crowdin/hu.yml +++ b/config/locales/crowdin/hu.yml @@ -2245,6 +2245,10 @@ hu: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Dokumentáció" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "E-mail küldés módja" setting_sendmail_location: "A sendmail program elérési útja" setting_smtp_enable_starttls_auto: "Automatikus STARTTLS, ha rendelkezésre áll" diff --git a/config/locales/crowdin/id.yml b/config/locales/crowdin/id.yml index f66c0d3291..c5b5241ce6 100644 --- a/config/locales/crowdin/id.yml +++ b/config/locales/crowdin/id.yml @@ -2228,6 +2228,10 @@ id: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Dokumentasi" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Email delivery method" setting_sendmail_location: "Location of the sendmail executable" setting_smtp_enable_starttls_auto: "Automatically use STARTTLS if available" diff --git a/config/locales/crowdin/it.yml b/config/locales/crowdin/it.yml index f2033b2b4e..e5e703c409 100644 --- a/config/locales/crowdin/it.yml +++ b/config/locales/crowdin/it.yml @@ -2245,6 +2245,10 @@ it: setting_apiv3_cors_origins: "Origini di condivisione CORS (Cross-Origin Resource Sharing) API V3 consentite" setting_apiv3_cors_origins_text_html: > Se CORS è abilitato, queste sono le origini che possono accedere alle API di OpenProject.
Controlla la Documentazione sull'intestazione dell'origine per sapere come specificare i valori previsti. + setting_apiv3_docs: "Documentazione" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Metodo di invio e-mail" setting_sendmail_location: "Percorso dell'eseguibile del programma di invio della posta" setting_smtp_enable_starttls_auto: "Usa automaticamente, se disponibile, STARTTLS" diff --git a/config/locales/crowdin/ja.yml b/config/locales/crowdin/ja.yml index 95a688a9b3..ce95776cd9 100644 --- a/config/locales/crowdin/ja.yml +++ b/config/locales/crowdin/ja.yml @@ -2227,6 +2227,10 @@ ja: setting_apiv3_cors_origins: "API V3のオリジン間リソース共有 (CORS) が許可されています" setting_apiv3_cors_origins_text_html: > CORS が有効になっている場合、これらは OpenProject API へのアクセスが許可されている起源です。
期待される値を指定する方法については、 Origin ヘッダー のドキュメントを確認してください。 + setting_apiv3_docs: "文章" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "メールの配信方法" setting_sendmail_location: "Sendmail の実行可能ファイルの場所" setting_smtp_enable_starttls_auto: "利用可能な場合、STARTTLS を自動的に使用する" diff --git a/config/locales/crowdin/js-lt.yml b/config/locales/crowdin/js-lt.yml index 421f90c0ae..d36c1c9b4e 100644 --- a/config/locales/crowdin/js-lt.yml +++ b/config/locales/crowdin/js-lt.yml @@ -505,30 +505,30 @@ lt: timeline_button: 'Jūs galite aktyvuoti Gantto diagramą norėdami matyti savo projekto laiko planavimo juostą.' timeline: 'Čia jūs galite redaguoti savo projekto planą. Kurti naujus etapus, etapai, ir pridėti priklausomybių. Visi komandos nariai gali peržiūrėti ir keisti naujausią planą bet kuriuo metu.' notifications: - title: "Notifications" - channel: "Channel" + title: "Pranešimai" + channel: "Kanalas" channels: - in_app: "In-app" + in_app: "Programoje" mail: "El. paštas" reasons: - mentioned: 'mentioned' - watched: 'watched' - involved: 'involved' + mentioned: 'paminėtas' + watched: 'stebimas' + involved: 'įtrauktas' facets: - unread: 'Unread' + unread: 'Neskaitytas' all: 'Visi' center: - mark_all_read: 'Mark all as read' + mark_all_read: 'Pažymėti visus kaip perskaitytus' total_count_warning: "Showing the %{newest_count} most recent notifications. %{more_count} more are not displayed." settings: - default_all_projects: 'Default for all projects' + default_all_projects: 'Numatytasis visiems projektams' involved: 'I am involved' mentioned: 'I was mentioned' watched: 'I am watching' - all: 'All events' + all: 'Visi įvykiai' add: 'Add setting for project' - remove_projects: 'Remove notifications for projects' - title: "Notification settings" + remove_projects: 'Pašalinti pranešimus projektams' + title: "Pranešimų nustatymai" self_notify: "Noriu būti informuotas apie pakeitimus, kuriuos pats atlieku" password_confirmation: field_description: 'Norėdami patvirtinti šį pakeitimą turite įvesti savo paskyros slaptažodį.' diff --git a/config/locales/crowdin/ko.yml b/config/locales/crowdin/ko.yml index 2fd6cd098f..c002746b7e 100644 --- a/config/locales/crowdin/ko.yml +++ b/config/locales/crowdin/ko.yml @@ -2228,6 +2228,10 @@ ko: setting_apiv3_cors_origins: "API V3 CORS(크로스-원본 리소스 공유) 허용 원본" setting_apiv3_cors_origins_text_html: > CORS가 활성화된 경우, OpenProject API에 액세스하도록 허용된 원본이 있습니다.
원본 헤더의 설명서에서 예상 값 지정 방법을 확인하세요. + setting_apiv3_docs: "설명서" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "이메일 배달 방법" setting_sendmail_location: "sendmail 실행 파일의 위치" setting_smtp_enable_starttls_auto: "사용 가능한 경우 자동으로 STARTTLS 사용" diff --git a/config/locales/crowdin/lt.yml b/config/locales/crowdin/lt.yml index 38fd83b30b..d0d55272bf 100644 --- a/config/locales/crowdin/lt.yml +++ b/config/locales/crowdin/lt.yml @@ -762,7 +762,7 @@ lt: member: "Narys" news: "Naujienos" notification: - one: "Notification" + one: "Pranešimas" few: "Notifications" many: "Notifications" other: "Notifications" @@ -2279,6 +2279,10 @@ lt: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) leidžiami kilmės domenai" setting_apiv3_cors_origins_text_html: > Jei CORS yra įgalinta, tai yra kilmės domenai, kuriems leidžiama pasiekti OpenProject API.
Kaip nurodyti reikšmes aprašoma Origin antraštės dokumentacijoje. + setting_apiv3_docs: "Dokumentacija" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "El. pašto pristatymo metodas" setting_sendmail_location: "Sendmail vykdomojo failo lokacija" setting_smtp_enable_starttls_auto: "Automatiškai naudoti STARTTLS, jei galima" diff --git a/config/locales/crowdin/nl.yml b/config/locales/crowdin/nl.yml index 61df235027..db9eb081dd 100644 --- a/config/locales/crowdin/nl.yml +++ b/config/locales/crowdin/nl.yml @@ -2248,6 +2248,10 @@ nl: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Documentation" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Kies verzendmethode" setting_sendmail_location: "Locatie van het uitvoerbare sendmail" setting_smtp_enable_starttls_auto: "Gebruik STARTTLS automatisch wanneer deze beschikbaar is" diff --git a/config/locales/crowdin/no.yml b/config/locales/crowdin/no.yml index 2c41ade08e..13ce97a180 100644 --- a/config/locales/crowdin/no.yml +++ b/config/locales/crowdin/no.yml @@ -2249,6 +2249,10 @@ setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Dokumentasjon" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Leveringsmetode for e-post" setting_sendmail_location: "Plasseringen av sendmail kjørbar" setting_smtp_enable_starttls_auto: "Bruk STARTTLS automatisk hvis tilgjengelig" diff --git a/config/locales/crowdin/pl.yml b/config/locales/crowdin/pl.yml index 0110467a95..63556e70cd 100644 --- a/config/locales/crowdin/pl.yml +++ b/config/locales/crowdin/pl.yml @@ -2279,6 +2279,10 @@ pl: setting_apiv3_cors_origins: "Dozwolone źródła mechanizmu Cross-Origin Resource Sharing (CORS) interfejsu API V3" setting_apiv3_cors_origins_text_html: > Jeśli mechanizm CORS jest włączony, są to źródła, których dostęp do interfejsu API OpenProject jest dozwolony.
Sprawdź w dokumentacji nagłówka origin jak należy określić oczekiwane wartości. + setting_apiv3_docs: "Dokumentacja" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Metoda dostarczenia maila" setting_sendmail_location: "Lokalizacja pliku wykonywalnego sendmail" setting_smtp_enable_starttls_auto: "Automatycznie użyj STARTTLS, jeśli jest dostępny" diff --git a/config/locales/crowdin/pt.yml b/config/locales/crowdin/pt.yml index af5eebc7e8..ae36eee1ab 100644 --- a/config/locales/crowdin/pt.yml +++ b/config/locales/crowdin/pt.yml @@ -2246,6 +2246,10 @@ pt: setting_apiv3_cors_origins: "Cross-Origin Resource Sharing (CORS) permitidos pela API V3" setting_apiv3_cors_origins_text_html: > Se o CORS estiver habilitado, essas são as origens que têm permissão para acessar a API OpenProject.
Por favor, verifique a documentação na header da Origin sobre como especificar os valores esperados. + setting_apiv3_docs: "Documentação" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Método de entrega de e-mail" setting_sendmail_location: "Localização do executável do sendmail" setting_smtp_enable_starttls_auto: "Automaticamente usar STARTTLS, se disponível" diff --git a/config/locales/crowdin/ro.yml b/config/locales/crowdin/ro.yml index c41f8b11f4..39113014a7 100644 --- a/config/locales/crowdin/ro.yml +++ b/config/locales/crowdin/ro.yml @@ -2266,6 +2266,10 @@ ro: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) origini permise" setting_apiv3_cors_origins_text_html: > Dacă CORS este activat, acestea sunt originile cărora li se permite accesul la OpenProject API.
Vă rugăm să consultați documentația privind antetul Origin pentru a specifica valorile așteptate. + setting_apiv3_docs: "Documentație" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Metoda de livrare e-mail" setting_sendmail_location: "Locația executabilului \"sendmail\"" setting_smtp_enable_starttls_auto: "Utilizează automat STARTTLS dacă este disponibil" diff --git a/config/locales/crowdin/ru.yml b/config/locales/crowdin/ru.yml index 46d7829579..08ace386bf 100644 --- a/config/locales/crowdin/ru.yml +++ b/config/locales/crowdin/ru.yml @@ -2281,6 +2281,10 @@ ru: setting_apiv3_cors_origins: "Разделение ресурсов (CORS) разрешено в API V3" setting_apiv3_cors_origins_text_html: > Если CORS включен, то это источники, которым разрешен доступ к OpenProject API.
Пожалуйста, проверьте документацию по происхождению о том, как указывать ожидаемые значения. + setting_apiv3_docs: "Документация" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Метод доставки электронной почты" setting_sendmail_location: "Расположение исполняемого файла sendmail" setting_smtp_enable_starttls_auto: "Автоматически использовать STARTTLS, если таковые имеются" diff --git a/config/locales/crowdin/sk.yml b/config/locales/crowdin/sk.yml index 10482b85f7..d2f8c506aa 100644 --- a/config/locales/crowdin/sk.yml +++ b/config/locales/crowdin/sk.yml @@ -2284,6 +2284,10 @@ sk: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Dokumentácia" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Spôsob doručenia e-mailu" setting_sendmail_location: "Umiestnenie sendmail spustiteľného programu" setting_smtp_enable_starttls_auto: "Automaticky použiť STARTTLS, ak je k dispozícii" diff --git a/config/locales/crowdin/sl.yml b/config/locales/crowdin/sl.yml index ca6e8ac9e2..44be2901f5 100644 --- a/config/locales/crowdin/sl.yml +++ b/config/locales/crowdin/sl.yml @@ -2282,6 +2282,10 @@ sl: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) dovoljen izvir" setting_apiv3_cors_origins_text_html: > To so izviri, ki jim je dovoljeno dostopati do OpenProject API, če je CORS omogočen.
Preverite dokumentacijo o glavi izvira kako navesti pričakovane vrednosti. + setting_apiv3_docs: "Dokumentacija" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Način dostave po e-pošti" setting_sendmail_location: "Lokacija izvršljive pošte" setting_smtp_enable_starttls_auto: "Avtomatično uporabi STARTTLS, če je možno" diff --git a/config/locales/crowdin/sv.yml b/config/locales/crowdin/sv.yml index 7288026db2..2a30ab442d 100644 --- a/config/locales/crowdin/sv.yml +++ b/config/locales/crowdin/sv.yml @@ -2246,6 +2246,10 @@ sv: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Dokumentation" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Leveransmetod för e-post" setting_sendmail_location: "Sökväg till sendmail" setting_smtp_enable_starttls_auto: "Använd STARTTLS om det går" diff --git a/config/locales/crowdin/tr.yml b/config/locales/crowdin/tr.yml index 54d4b41926..493c2b41a2 100644 --- a/config/locales/crowdin/tr.yml +++ b/config/locales/crowdin/tr.yml @@ -2249,6 +2249,10 @@ tr: setting_apiv3_cors_origins: "API V3 Kaynaklar Arası Kaynak Paylaşımı (CORS) izin verilen kaynaklar" setting_apiv3_cors_origins_text_html: > CORS etkinleştirilirse, bunlar OpenProject API'ye erişmesine izin verilen kaynaklardır.
Beklenen değerlerin nasıl belirtileceğini öğrenmek için lütfen Kaynak başlığındaki Belgeleri kontrol edin. + setting_apiv3_docs: "Belgeleme" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "E-posta teslim yöntemi" setting_sendmail_location: "Çalıştırılabilir sendmail aracının yolu" setting_smtp_enable_starttls_auto: "STARTTLS varsa otomatik olarak kullan" diff --git a/config/locales/crowdin/uk.yml b/config/locales/crowdin/uk.yml index f0f8db4121..fc9b1db073 100644 --- a/config/locales/crowdin/uk.yml +++ b/config/locales/crowdin/uk.yml @@ -2285,6 +2285,10 @@ uk: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Документація" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Спосіб доставки електронної пошти" setting_sendmail_location: "Розташування виконуваного файлу sendmail" setting_smtp_enable_starttls_auto: "Автоматично використовуйте STARTTLS, якщо він доступний" diff --git a/config/locales/crowdin/vi.yml b/config/locales/crowdin/vi.yml index cd7b45e852..c2b8ae9fa3 100644 --- a/config/locales/crowdin/vi.yml +++ b/config/locales/crowdin/vi.yml @@ -2233,6 +2233,10 @@ vi: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "Documentation" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "Cách gửi email" setting_sendmail_location: "Vị trí của tệp thực thi sendmail (đường dẫn)" setting_smtp_enable_starttls_auto: "Tự động sử dụng STARTTLS nếu hiện hữu" diff --git a/config/locales/crowdin/zh-CN.yml b/config/locales/crowdin/zh-CN.yml index 18f15b7537..b40c0544cc 100644 --- a/config/locales/crowdin/zh-CN.yml +++ b/config/locales/crowdin/zh-CN.yml @@ -2223,6 +2223,10 @@ zh-CN: setting_apiv3_cors_origins: "API V3 跨源资源共享 (CORS) 允许的源" setting_apiv3_cors_origins_text_html: > 如果启用了 CORS ,这些是允许访问 OpenProject API 的源。
请查看有关“源”标题的文档,了解如何指定预期值。 + setting_apiv3_docs: "文档" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "电子邮件发送方法" setting_sendmail_location: "Sendmail 的执行位置" setting_smtp_enable_starttls_auto: "如果可用,自动使用 STARTTLS" diff --git a/config/locales/crowdin/zh-TW.yml b/config/locales/crowdin/zh-TW.yml index 1abf99f0c6..bd6fc2d11a 100644 --- a/config/locales/crowdin/zh-TW.yml +++ b/config/locales/crowdin/zh-TW.yml @@ -2230,6 +2230,10 @@ zh-TW: setting_apiv3_cors_origins: "API V3 Cross-Origin Resource Sharing (CORS) allowed origins" setting_apiv3_cors_origins_text_html: > If CORS is enabled, these are the origins that are allowed to access OpenProject API.
Please check the Documentation on the Origin header on how to specify the expected values. + setting_apiv3_docs: "說明文件" + setting_apiv3_docs_enabled: "Enable docs page" + setting_apiv3_docs_enabled_instructions_html: > + If the docs page is enabled you can get an interactive view of the APIv3 documentation under %{link}. setting_email_delivery_method: "電子郵件傳遞方法" setting_sendmail_location: "Sendmail 的執行位置" setting_smtp_enable_starttls_auto: "如果可用將自動使用 STARTTLS"