From 598bd8c1210bf84dd8d8ba437fff40eeef681b56 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 28 Nov 2019 10:37:52 +0000 Subject: [PATCH 1/3] update locales from crowdin [ci skip] --- config/locales/crowdin/ar.yml | 32 +++++++++++++++++ config/locales/crowdin/bg.yml | 32 +++++++++++++++++ config/locales/crowdin/ca.yml | 32 +++++++++++++++++ config/locales/crowdin/cs.yml | 32 +++++++++++++++++ config/locales/crowdin/da.yml | 32 +++++++++++++++++ config/locales/crowdin/de.yml | 34 ++++++++++++++++++- config/locales/crowdin/es.yml | 32 +++++++++++++++++ config/locales/crowdin/fi.yml | 32 +++++++++++++++++ config/locales/crowdin/fil.yml | 32 +++++++++++++++++ config/locales/crowdin/fr.yml | 32 +++++++++++++++++ config/locales/crowdin/hr.yml | 32 +++++++++++++++++ config/locales/crowdin/hu.yml | 32 +++++++++++++++++ config/locales/crowdin/id.yml | 32 +++++++++++++++++ config/locales/crowdin/it.yml | 32 +++++++++++++++++ config/locales/crowdin/ja.yml | 32 +++++++++++++++++ config/locales/crowdin/ko.yml | 32 +++++++++++++++++ config/locales/crowdin/lt.yml | 32 +++++++++++++++++ config/locales/crowdin/nl.yml | 32 +++++++++++++++++ config/locales/crowdin/no.yml | 32 +++++++++++++++++ config/locales/crowdin/pl.yml | 32 +++++++++++++++++ config/locales/crowdin/pt-BR.yml | 32 +++++++++++++++++ config/locales/crowdin/pt.yml | 32 +++++++++++++++++ config/locales/crowdin/ro.yml | 32 +++++++++++++++++ config/locales/crowdin/ru.yml | 32 +++++++++++++++++ config/locales/crowdin/sk.yml | 32 +++++++++++++++++ config/locales/crowdin/sv.yml | 32 +++++++++++++++++ config/locales/crowdin/tr.yml | 32 +++++++++++++++++ config/locales/crowdin/uk.yml | 32 +++++++++++++++++ config/locales/crowdin/vi.yml | 32 +++++++++++++++++ config/locales/crowdin/zh-CN.yml | 32 +++++++++++++++++ config/locales/crowdin/zh-TW.yml | 32 +++++++++++++++++ .../ldap_groups/config/locales/crowdin/ar.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/bg.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/ca.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/cs.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/da.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/de.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/es.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/fi.yml | 6 ++++ .../config/locales/crowdin/fil.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/fr.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/hr.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/hu.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/id.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/it.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/ja.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/ko.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/lt.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/nl.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/no.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/pl.yml | 6 ++++ .../config/locales/crowdin/pt-BR.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/pt.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/ro.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/ru.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/sk.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/sv.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/tr.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/uk.yml | 6 ++++ .../ldap_groups/config/locales/crowdin/vi.yml | 6 ++++ .../config/locales/crowdin/zh-CN.yml | 6 ++++ .../config/locales/crowdin/zh-TW.yml | 6 ++++ 62 files changed, 1179 insertions(+), 1 deletion(-) diff --git a/config/locales/crowdin/ar.yml b/config/locales/crowdin/ar.yml index 0547da3b43..2b3fa28d2e 100644 --- a/config/locales/crowdin/ar.yml +++ b/config/locales/crowdin/ar.yml @@ -66,7 +66,39 @@ ar: no_results_content_title: لا يوجد حالياً أنماط تحقيق. no_results_content_text: أنشئ نمط تحقيق جديد ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'لا شيء' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/bg.yml b/config/locales/crowdin/bg.yml index 4738180391..3cfd054b7a 100644 --- a/config/locales/crowdin/bg.yml +++ b/config/locales/crowdin/bg.yml @@ -66,7 +66,39 @@ bg: no_results_content_title: В момента има няма режими на удостоверяване. no_results_content_text: Създаване на нов режим на удостоверяване ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'none' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/ca.yml b/config/locales/crowdin/ca.yml index 67782908d0..27cc053d1c 100644 --- a/config/locales/crowdin/ca.yml +++ b/config/locales/crowdin/ca.yml @@ -66,7 +66,39 @@ ca: no_results_content_title: Actualment no hi ha cap mode d'autenticació. no_results_content_text: Crear un nou mode d'autenticació ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'cap' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/cs.yml b/config/locales/crowdin/cs.yml index ad15d0b17a..4ff6f88371 100644 --- a/config/locales/crowdin/cs.yml +++ b/config/locales/crowdin/cs.yml @@ -66,7 +66,39 @@ cs: no_results_content_title: Nyní neexistují žádné ověřovací režimy. no_results_content_text: Vytvořit nový režim ověřování ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Šifrování připojení' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'žádný' simple_tls: 'jednoduché_tls' diff --git a/config/locales/crowdin/da.yml b/config/locales/crowdin/da.yml index 8214de640a..ba7413912f 100644 --- a/config/locales/crowdin/da.yml +++ b/config/locales/crowdin/da.yml @@ -66,7 +66,39 @@ da: no_results_content_title: Der er i øjeblikket ingen godkendelse. no_results_content_text: Opret en ny godkendelse ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Forbindelseskryptering' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'ingen' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/de.yml b/config/locales/crowdin/de.yml index 1e3027a0ca..139a387da4 100644 --- a/config/locales/crowdin/de.yml +++ b/config/locales/crowdin/de.yml @@ -66,7 +66,39 @@ de: no_results_content_title: Derzeit gibt es keine Authentifizierungsmodi. no_results_content_text: Erstellen Sie einen neuen Authentifizierungsmodus ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Verbindungsverschlüsselung' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'keine' simple_tls: 'simple_tls' @@ -766,7 +798,7 @@ de: checkbox_label: Ich habe die obigen Angaben zur Kenntnis genommen und erkläre mich einverstanden. failure_message: Einwilligung fehlgeschlagen, kann nicht fortfahren. title: Nutzer-Einwilligung - decline_warning_message: Sie haben die Einwilligung abgelehnt und wurden deshalb abgelehnt. + decline_warning_message: Sie haben die Einwilligung abgelehnt und wurden deshalb abgemeldet. user_has_consented: Der Benutzer hat seine Einwilligung zu dem Statement dieser Instanz zu der angegebenen Zeit gegeben. not_yet_consented: Der Benutzer hat seine Einwilligung noch nicht gegeben und wird beim nächsten Login dazu befragt. contact_mail_instructions: Definieren Sie die E-Mail-Adresse, über die Benutzer einen Daten-Controller erreichen können, um Anfragen zu Datenänderung oder -löschung einzureichen. diff --git a/config/locales/crowdin/es.yml b/config/locales/crowdin/es.yml index e5525eba81..7e60925e9a 100644 --- a/config/locales/crowdin/es.yml +++ b/config/locales/crowdin/es.yml @@ -66,7 +66,39 @@ es: no_results_content_title: Actualmente no hay modos de autenticación. no_results_content_text: Crear un nuevo modo de autenticación ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Cifrado de conexión' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'ninguno' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/fi.yml b/config/locales/crowdin/fi.yml index 978050658d..cda4d20f46 100644 --- a/config/locales/crowdin/fi.yml +++ b/config/locales/crowdin/fi.yml @@ -66,7 +66,39 @@ fi: no_results_content_title: Tällä hetkellä ei ole todennustiloja. no_results_content_text: Luo uusi todennustila ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'ei mitään' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/fil.yml b/config/locales/crowdin/fil.yml index 9d7698667d..166684b5e5 100644 --- a/config/locales/crowdin/fil.yml +++ b/config/locales/crowdin/fil.yml @@ -66,7 +66,39 @@ fil: no_results_content_title: Sa kasalukuyan ay walang mga authentication mode. no_results_content_text: Gumawa ng bagong authentication mode ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'wala' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/fr.yml b/config/locales/crowdin/fr.yml index 2442817db5..30bbb4ff3b 100644 --- a/config/locales/crowdin/fr.yml +++ b/config/locales/crowdin/fr.yml @@ -66,7 +66,39 @@ fr: no_results_content_title: Il n'y a actuellement aucun mode d'authentification. no_results_content_text: Créer un nouveau mode d'authentification ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Cryptage de la connexion' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'aucune' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/hr.yml b/config/locales/crowdin/hr.yml index 0261316c41..acf5481d09 100644 --- a/config/locales/crowdin/hr.yml +++ b/config/locales/crowdin/hr.yml @@ -66,7 +66,39 @@ hr: no_results_content_title: Trenutno ne postoji mehanizam provjere autentičnosti. no_results_content_text: Dodaj novi mod provjere autentičnosti ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'none' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/hu.yml b/config/locales/crowdin/hu.yml index 8368ab8000..86f0ed424f 100644 --- a/config/locales/crowdin/hu.yml +++ b/config/locales/crowdin/hu.yml @@ -66,7 +66,39 @@ hu: no_results_content_title: Jelenleg nincs autentikációs mód. no_results_content_text: Új autentikációs mód létrehozása ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Kapcsolat titkosítása' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'Egyik sem' simple_tls: 'Egyszerű_TLS' diff --git a/config/locales/crowdin/id.yml b/config/locales/crowdin/id.yml index 6880074c70..8cb1c3fac5 100644 --- a/config/locales/crowdin/id.yml +++ b/config/locales/crowdin/id.yml @@ -66,7 +66,39 @@ id: no_results_content_title: Tidak ada mode otentikasi saat ini. no_results_content_text: Buat mode otentikasi baru ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Enkripsi sambungan' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'kosong' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/it.yml b/config/locales/crowdin/it.yml index 33e6c8d256..6d3a779144 100644 --- a/config/locales/crowdin/it.yml +++ b/config/locales/crowdin/it.yml @@ -66,7 +66,39 @@ it: no_results_content_title: Al momento non vi è alcuna modalità di autenticazione. no_results_content_text: Crea una nuova modalità di autenticazione ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Crittografia connessione' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'nessuno' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/ja.yml b/config/locales/crowdin/ja.yml index 52386f25ba..bfce8e346a 100644 --- a/config/locales/crowdin/ja.yml +++ b/config/locales/crowdin/ja.yml @@ -66,7 +66,39 @@ ja: no_results_content_title: 現在認証モードはありません。 no_results_content_text: 新しい認証モードを作成 ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: '接続の暗号化' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'なし' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/ko.yml b/config/locales/crowdin/ko.yml index f69091113d..bd40b4b140 100644 --- a/config/locales/crowdin/ko.yml +++ b/config/locales/crowdin/ko.yml @@ -66,7 +66,39 @@ ko: no_results_content_title: 사용인증 모드가 없습니다. no_results_content_text: 새 사용인증 모드 생성 ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: '연결 암호화' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: '없음' simple_tls: '단순 TLS' diff --git a/config/locales/crowdin/lt.yml b/config/locales/crowdin/lt.yml index 9a9b721b01..1c5b1c5343 100644 --- a/config/locales/crowdin/lt.yml +++ b/config/locales/crowdin/lt.yml @@ -66,7 +66,39 @@ lt: no_results_content_title: Šiuo metu nėra jokių autentifikacijos būdų. no_results_content_text: Sukurti naują autentifikacijos būdą ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Jungties šifravimas' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'joks' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/nl.yml b/config/locales/crowdin/nl.yml index 18cf7834bd..eb0a4ef22e 100644 --- a/config/locales/crowdin/nl.yml +++ b/config/locales/crowdin/nl.yml @@ -66,7 +66,39 @@ nl: no_results_content_title: Er zijn momenteel geen verificatie methodes. no_results_content_text: Maak een nieuwe authenticatie methode ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Verbinding encryptie' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'geen' simple_tls: 'eenvoudige_tls' diff --git a/config/locales/crowdin/no.yml b/config/locales/crowdin/no.yml index 6fe2c73b33..b6aaae14c4 100644 --- a/config/locales/crowdin/no.yml +++ b/config/locales/crowdin/no.yml @@ -66,7 +66,39 @@ no_results_content_title: There are currently no authentication modes. no_results_content_text: Create a new authentication mode ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'ingen' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/pl.yml b/config/locales/crowdin/pl.yml index 56bb6db310..04eef84100 100644 --- a/config/locales/crowdin/pl.yml +++ b/config/locales/crowdin/pl.yml @@ -66,7 +66,39 @@ pl: no_results_content_title: Nie ma jeszcze żadnych trybów autoryzacji. no_results_content_text: Utwórz nowy tryb autoryzacji ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Szyfrowanie połączenia' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'Brak' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/pt-BR.yml b/config/locales/crowdin/pt-BR.yml index bbbae63976..8583fe71ac 100644 --- a/config/locales/crowdin/pt-BR.yml +++ b/config/locales/crowdin/pt-BR.yml @@ -66,7 +66,39 @@ pt-BR: no_results_content_title: Atualmente, não existem modos de autenticação. no_results_content_text: Criar um novo modo de autenticação ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Criptografia de Conexão' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'nenhum' simple_tls: 'simples_tls' diff --git a/config/locales/crowdin/pt.yml b/config/locales/crowdin/pt.yml index 773fec80f5..07375ff407 100644 --- a/config/locales/crowdin/pt.yml +++ b/config/locales/crowdin/pt.yml @@ -66,7 +66,39 @@ pt: no_results_content_title: Atualmente, não existem modos de autenticação. no_results_content_text: Criar um novo modo de autenticação ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Encriptação da ligação' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'nenhum' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/ro.yml b/config/locales/crowdin/ro.yml index c228cb35d1..79edabf806 100644 --- a/config/locales/crowdin/ro.yml +++ b/config/locales/crowdin/ro.yml @@ -66,7 +66,39 @@ ro: no_results_content_title: În acest moment nu există moduri de autentificare. no_results_content_text: Creare mod de autentificare nou ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'niciunul' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/ru.yml b/config/locales/crowdin/ru.yml index 3807cd75c1..4d6996c409 100644 --- a/config/locales/crowdin/ru.yml +++ b/config/locales/crowdin/ru.yml @@ -66,7 +66,39 @@ ru: no_results_content_title: На данный момент способы аутентификации отсутствуют. no_results_content_text: Создать новый способ аутентификации ldap_auth_sources: + technical_warning_html: | + Эта LDAP форма требует технических знаний вашей LDAP / Active Directory. +
+ Пожалуйста, посетите нашу документацию для подробных инструкций. + attribute_texts: + name: Произвольное имя подключения LDAP + host: Имя хоста или IP-адрес + login_map: Ключ атрибута в LDAP, который используется для идентификации уникального входа пользователя. Обычно это будет `uid` или `samAccountName`. + generic_map: Ключ атрибута в LDAP, сопоставленный с атрибутом OpenProject `%{attribute} + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Шифрование подключения' + system_account: 'Системный аккаунт' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'Подробности LDAP' + user_settings: 'Сопоставление атрибутов' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'Ничего' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/sk.yml b/config/locales/crowdin/sk.yml index 3192a4f3b1..3fe17a60b2 100644 --- a/config/locales/crowdin/sk.yml +++ b/config/locales/crowdin/sk.yml @@ -66,7 +66,39 @@ sk: no_results_content_title: Momentálne nie sú žiadne metódy overovania identity. no_results_content_text: Vytvoriť novú metódu overovania identity ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Šifrovanie pripojenia' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'žiadne' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/sv.yml b/config/locales/crowdin/sv.yml index 32f422bb0d..242fa84253 100644 --- a/config/locales/crowdin/sv.yml +++ b/config/locales/crowdin/sv.yml @@ -66,7 +66,39 @@ sv: no_results_content_title: Det finns för närvarande inga autentiseringslägen. no_results_content_text: Skapa ett nytt autentiseringsläge ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'inga' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/tr.yml b/config/locales/crowdin/tr.yml index 113da21210..3371ba767f 100644 --- a/config/locales/crowdin/tr.yml +++ b/config/locales/crowdin/tr.yml @@ -66,7 +66,39 @@ tr: no_results_content_title: Şu anda bir doğrulama modu bulunmamakta. no_results_content_text: Yeni bir doğrulama modu oluştur ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Bağlantı şifreleme' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'hiçbiri' simple_tls: 'basit_tls' diff --git a/config/locales/crowdin/uk.yml b/config/locales/crowdin/uk.yml index ba666a7af5..2a442ffad0 100644 --- a/config/locales/crowdin/uk.yml +++ b/config/locales/crowdin/uk.yml @@ -66,7 +66,39 @@ uk: no_results_content_title: Наразі немає режимів аутентифікації. no_results_content_text: Створіть новий режим аутентифікації ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Підключення шифрування' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'нічого' simple_tls: 'Звичайний_TLS' diff --git a/config/locales/crowdin/vi.yml b/config/locales/crowdin/vi.yml index 51f895cc3d..5e60d26740 100644 --- a/config/locales/crowdin/vi.yml +++ b/config/locales/crowdin/vi.yml @@ -66,7 +66,39 @@ vi: no_results_content_title: Không có hiện tại không có chế độ xác thực. no_results_content_text: Tạo một chế độ xác thực mới ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Mã hóa kết nối' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: 'không' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/zh-CN.yml b/config/locales/crowdin/zh-CN.yml index 484bd69a32..0a7b05f9be 100644 --- a/config/locales/crowdin/zh-CN.yml +++ b/config/locales/crowdin/zh-CN.yml @@ -66,7 +66,39 @@ zh-CN: no_results_content_title: 目前是非身份验证模式。 no_results_content_text: 创建一个新的身份验证模式 ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: '连接加密' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: '无' simple_tls: 'simple_tls' diff --git a/config/locales/crowdin/zh-TW.yml b/config/locales/crowdin/zh-TW.yml index 0054d50783..9e0283f656 100644 --- a/config/locales/crowdin/zh-TW.yml +++ b/config/locales/crowdin/zh-TW.yml @@ -66,7 +66,39 @@ zh-TW: no_results_content_title: 目前沒有身份驗證模式 no_results_content_text: 建立新身分驗證模式 ldap_auth_sources: + technical_warning_html: | + This LDAP form requires technical knowledge of your LDAP / Active Directory setup. +
+ Please visit our documentation for detailed instructions. + attribute_texts: + name: Arbitrary name of the LDAP connection + host: LDAP host name or IP address + login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. + generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute + admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + system_user_dn_html: | + Enter the DN of the system user used for read-only access. +
+ Example: uid=openproject,ou=system,dc=example,dc=com + system_user_password: Enter the bind password of the system user + base_dn: | + Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. + OpenProject will filter for provided usernames in this subtree only. + Example: ou=users,dc=example,dc=com + onthefly_register: | + If you check this box, OpenProject will automatically create new users from their LDAP entries + when they first authenticate with OpenProject. + Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Connection encryption' + system_account: 'System account' + system_account_legend: | + OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. + Please specify the bind credentials for that system user in the following section. + ldap_details: 'LDAP details' + user_settings: 'Attribute mapping' + user_settings_legend: | + The following fields are related to how users are created in OpenProject from LDAP entries and + what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). tls_mode: plain: '無' simple_tls: 'simple_tls' diff --git a/modules/ldap_groups/config/locales/crowdin/ar.yml b/modules/ldap_groups/config/locales/crowdin/ar.yml index 0cc861573e..5659bbfe08 100644 --- a/modules/ldap_groups/config/locales/crowdin/ar.yml +++ b/modules/ldap_groups/config/locales/crowdin/ar.yml @@ -21,6 +21,12 @@ ar: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/bg.yml b/modules/ldap_groups/config/locales/crowdin/bg.yml index ad796e7396..66854b7916 100644 --- a/modules/ldap_groups/config/locales/crowdin/bg.yml +++ b/modules/ldap_groups/config/locales/crowdin/bg.yml @@ -21,6 +21,12 @@ bg: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/ca.yml b/modules/ldap_groups/config/locales/crowdin/ca.yml index 3ac1a34d30..4f6a2c9445 100644 --- a/modules/ldap_groups/config/locales/crowdin/ca.yml +++ b/modules/ldap_groups/config/locales/crowdin/ca.yml @@ -21,6 +21,12 @@ ca: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/cs.yml b/modules/ldap_groups/config/locales/crowdin/cs.yml index 45876a500e..b7ae0bafc5 100644 --- a/modules/ldap_groups/config/locales/crowdin/cs.yml +++ b/modules/ldap_groups/config/locales/crowdin/cs.yml @@ -21,6 +21,12 @@ cs: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/da.yml b/modules/ldap_groups/config/locales/crowdin/da.yml index 2f6ac1a0a4..2bd7345e02 100644 --- a/modules/ldap_groups/config/locales/crowdin/da.yml +++ b/modules/ldap_groups/config/locales/crowdin/da.yml @@ -21,6 +21,12 @@ da: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/de.yml b/modules/ldap_groups/config/locales/crowdin/de.yml index eb71972337..bdae695a4c 100644 --- a/modules/ldap_groups/config/locales/crowdin/de.yml +++ b/modules/ldap_groups/config/locales/crowdin/de.yml @@ -21,6 +21,12 @@ de: confirmation: "Wenn Sie fortfahren, werden die synchronisierte Gruppe %{name} und alle %{users_count} Benutzer, die durch sie synchronisiert wurden, entfernt." info: "Hinweis: Die OpenProject Gruppe selbst und die Mitglieder, die außerhalb dieser LDAP-Synchronisation hinzugefügt wurden, werden nicht entfernt." verification: "Geben Sie den Namen der Gruppe %{name} ein, um die Löschung durchzuführen." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'Keine synchronisierten Gruppen gefunden.' no_members: 'Diese Gruppe hat noch keine synchronisierten Mitglieder.' plural: 'Synchronisierte LDAP-Gruppen' diff --git a/modules/ldap_groups/config/locales/crowdin/es.yml b/modules/ldap_groups/config/locales/crowdin/es.yml index bbbca2bcc9..c4db202bea 100644 --- a/modules/ldap_groups/config/locales/crowdin/es.yml +++ b/modules/ldap_groups/config/locales/crowdin/es.yml @@ -21,6 +21,12 @@ es: confirmation: "Si continúa, se eliminarán el grupo sincronizado %{name} y %{users_count} usuarios sincronizados mediante este." info: "Nota: El grupo de OpenProject en sí y los miembros agregados fuera de esta sincronización de LDAP no se eliminarán." verification: "Escriba el nombre del grupo %{name} para verificar la eliminación." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No se encontraron grupos sincronizados.' no_members: 'Este grupo aún no tiene miembros sincronizados.' plural: 'Grupos de LDAP sincronizados' diff --git a/modules/ldap_groups/config/locales/crowdin/fi.yml b/modules/ldap_groups/config/locales/crowdin/fi.yml index be58560e1d..9c2c7898ef 100644 --- a/modules/ldap_groups/config/locales/crowdin/fi.yml +++ b/modules/ldap_groups/config/locales/crowdin/fi.yml @@ -21,6 +21,12 @@ fi: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/fil.yml b/modules/ldap_groups/config/locales/crowdin/fil.yml index ef8b35c1a9..0ee1039d9b 100644 --- a/modules/ldap_groups/config/locales/crowdin/fil.yml +++ b/modules/ldap_groups/config/locales/crowdin/fil.yml @@ -21,6 +21,12 @@ fil: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/fr.yml b/modules/ldap_groups/config/locales/crowdin/fr.yml index 1ea6785ae3..02df02f668 100644 --- a/modules/ldap_groups/config/locales/crowdin/fr.yml +++ b/modules/ldap_groups/config/locales/crowdin/fr.yml @@ -21,6 +21,12 @@ fr: confirmation: "Si vous continuez, le groupe synchronisé %{name} et tous les utilisateurs %{users_count} synchronisés par le biais de celui-ci seront supprimés." info: "Remarque : Le groupe OpenProject lui-même et les membres ajoutés en dehors de cette synchronisation LDAP ne seront pas supprimés." verification: "Saisissez le nom du groupe %{name} pour valider la suppression." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'Aucun groupe synchronisé trouvé.' no_members: 'Ce groupe n''a pas encore de membres synchronisés.' plural: 'Groupes LDAP synchronisés' diff --git a/modules/ldap_groups/config/locales/crowdin/hr.yml b/modules/ldap_groups/config/locales/crowdin/hr.yml index 0ecfc09dda..38a998f657 100644 --- a/modules/ldap_groups/config/locales/crowdin/hr.yml +++ b/modules/ldap_groups/config/locales/crowdin/hr.yml @@ -21,6 +21,12 @@ hr: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/hu.yml b/modules/ldap_groups/config/locales/crowdin/hu.yml index a2364fdcf9..922dbd6a14 100644 --- a/modules/ldap_groups/config/locales/crowdin/hu.yml +++ b/modules/ldap_groups/config/locales/crowdin/hu.yml @@ -21,6 +21,12 @@ hu: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/id.yml b/modules/ldap_groups/config/locales/crowdin/id.yml index 5dc24ba320..26a95b7d74 100644 --- a/modules/ldap_groups/config/locales/crowdin/id.yml +++ b/modules/ldap_groups/config/locales/crowdin/id.yml @@ -21,6 +21,12 @@ id: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/it.yml b/modules/ldap_groups/config/locales/crowdin/it.yml index 0c4d700b05..93ff53a042 100644 --- a/modules/ldap_groups/config/locales/crowdin/it.yml +++ b/modules/ldap_groups/config/locales/crowdin/it.yml @@ -21,6 +21,12 @@ it: confirmation: "Se continui, il gruppo sincronizzato %{name} e tutti i %{users_count} utenti sincronizzati con esso verranno rimossi." info: "Nota: il gruppo OpenProject stesso e i membri aggiunti al di fuori di questa sincronizzazione LDAP non verranno rimossi." verification: "Immetti il nome del gruppo %{name} per verificare l'eliminazione." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'Nessun gruppo sincronizzato trovato.' no_members: 'Questo gruppo non ha ancora sincronizzato membri.' plural: 'Gruppi LDAP sincronizzati' diff --git a/modules/ldap_groups/config/locales/crowdin/ja.yml b/modules/ldap_groups/config/locales/crowdin/ja.yml index f9c41195a3..ce87c57499 100644 --- a/modules/ldap_groups/config/locales/crowdin/ja.yml +++ b/modules/ldap_groups/config/locales/crowdin/ja.yml @@ -21,6 +21,12 @@ ja: confirmation: "続行すると、同期済グループ %{name} と、それを通じて同期された %{users_count} ユーザーがすべて削除されます。" info: "注: OpenProject グループ自体と、この LDAP 同期外で追加されたメンバーは削除されません。" verification: "削除を確認するため、グループの名前 %{name} を入力してください。" + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: '同期されたグループが見つかりません。' no_members: 'このグループはまだ同期済のメンバーがありません。' plural: '同期済 LDAP グループ' diff --git a/modules/ldap_groups/config/locales/crowdin/ko.yml b/modules/ldap_groups/config/locales/crowdin/ko.yml index 97f0dc714c..5ba9f8709f 100644 --- a/modules/ldap_groups/config/locales/crowdin/ko.yml +++ b/modules/ldap_groups/config/locales/crowdin/ko.yml @@ -21,6 +21,12 @@ ko: confirmation: "계속하는 경우, 동기화된 그룹 %{name} 및 이를 통해 동기화된 %{users_count}명의 사용자 모두가 제거됩니다." info: "참고: OpenProject 그룹 자체 그리고 이 LDAP 동기화 이외에서 추가된 멤버는 제거되지 않습니다." verification: "삭제를 확인하려면 프로젝트 이름 %{name}(을)를 입력하십시오." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: '동기화된 그룹이 없습니다.' no_members: '이 그룹에는 아직 동기화된 멤버가 없습니다.' plural: '동기화된 LDAP 그룹' diff --git a/modules/ldap_groups/config/locales/crowdin/lt.yml b/modules/ldap_groups/config/locales/crowdin/lt.yml index 1a9786724e..882b30c64f 100644 --- a/modules/ldap_groups/config/locales/crowdin/lt.yml +++ b/modules/ldap_groups/config/locales/crowdin/lt.yml @@ -21,6 +21,12 @@ lt: confirmation: "Jei tęsite, sinchronizuota grupė %{name} ir visi %{users_count} per ją sinchronizuotų naudotojų bus pašalinti." info: "Pastaba: OpenProject grupė pati ir nariai, pridėti už šios LDAP sinchronizacijos, nebus pašalinti." verification: "Įveskite grupės pavadinimą %{name}, kad patvirtintumėte naikinimą." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'Nerasta sinchronizacijos grupių.' no_members: 'Grupė dar neturi sinchronizacijos narių.' plural: 'Sinchronizuotos LDAP grupės' diff --git a/modules/ldap_groups/config/locales/crowdin/nl.yml b/modules/ldap_groups/config/locales/crowdin/nl.yml index 753bfafe26..a5c7321471 100644 --- a/modules/ldap_groups/config/locales/crowdin/nl.yml +++ b/modules/ldap_groups/config/locales/crowdin/nl.yml @@ -21,6 +21,12 @@ nl: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/no.yml b/modules/ldap_groups/config/locales/crowdin/no.yml index 752bacaa3f..fe52326aa6 100644 --- a/modules/ldap_groups/config/locales/crowdin/no.yml +++ b/modules/ldap_groups/config/locales/crowdin/no.yml @@ -21,6 +21,12 @@ confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/pl.yml b/modules/ldap_groups/config/locales/crowdin/pl.yml index 92083d0031..05888e32b3 100644 --- a/modules/ldap_groups/config/locales/crowdin/pl.yml +++ b/modules/ldap_groups/config/locales/crowdin/pl.yml @@ -21,6 +21,12 @@ pl: confirmation: "W przypadku kontynuacji usunięta zostanie synchronizowana grupa %{name} i wszyscy użytkownicy (%{users_count}) synchronizowani za jej pośrednictwem." info: "Uwaga: nie zostanie usunięta sama grupa OpenProject ani członkowie dodani poza tą synchronizacją LDAP." verification: "Wprowadź nazwę grupy %{name}, aby potwierdzić usunięcie." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'Nie znaleziono żadnych synchronizowanych grup.' no_members: 'Ta grupa nie ma jeszcze synchronizowanych członków.' plural: 'Synchronizowane grupy LDAP' diff --git a/modules/ldap_groups/config/locales/crowdin/pt-BR.yml b/modules/ldap_groups/config/locales/crowdin/pt-BR.yml index 5e345baf52..d5943e51c2 100644 --- a/modules/ldap_groups/config/locales/crowdin/pt-BR.yml +++ b/modules/ldap_groups/config/locales/crowdin/pt-BR.yml @@ -21,6 +21,12 @@ pt-BR: confirmation: "Se você continuar, o grupo sincronizado %{name} e todos os %{users_count} usuários sincronizados por meio dele serão removidos." info: "Nota: O próprio grupo OpenProject e membros adicionados fora desta sincronização LDAP não serão removidos." verification: "Digite o nome do grupo %{name} para verificar a exclusão." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'Nenhum grupo sincronizado encontrado.' no_members: 'Este grupo ainda não tem membros sincronizados.' plural: 'Grupos LDAP sincronizados' diff --git a/modules/ldap_groups/config/locales/crowdin/pt.yml b/modules/ldap_groups/config/locales/crowdin/pt.yml index ab584f0c65..1c4983383f 100644 --- a/modules/ldap_groups/config/locales/crowdin/pt.yml +++ b/modules/ldap_groups/config/locales/crowdin/pt.yml @@ -21,6 +21,12 @@ pt: confirmation: "Se continuar, o grupo sincronizado %{name} e todos os utilizadores sincronizados com %{users_count} serão removidos." info: "Nota: O próprio grupo OpenProject e membros adicionados fora desta sincronização LDAP não serão removidos." verification: "Insira o nome do grupo %{name} para verificar a eliminação." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'Nenhum grupo sincronizado encontrado.' no_members: 'Este grupo ainda não tem membros sincronizados.' plural: 'Grupos LDAP sincronizados' diff --git a/modules/ldap_groups/config/locales/crowdin/ro.yml b/modules/ldap_groups/config/locales/crowdin/ro.yml index b97cd0c838..f76da16ea7 100644 --- a/modules/ldap_groups/config/locales/crowdin/ro.yml +++ b/modules/ldap_groups/config/locales/crowdin/ro.yml @@ -21,6 +21,12 @@ ro: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/ru.yml b/modules/ldap_groups/config/locales/crowdin/ru.yml index 7c939a3a9e..d2b2cdd784 100644 --- a/modules/ldap_groups/config/locales/crowdin/ru.yml +++ b/modules/ldap_groups/config/locales/crowdin/ru.yml @@ -21,6 +21,12 @@ ru: confirmation: "Если продолжите, синхронизированная группа %{name} и все %{users_count} пользователи синхронизированые через нее будут удалены." info: "Примечание: сама группа OpenProject и члены, добавленные за пределами этой синхронизации LDAP, удалены не будут." verification: "Введите имя группы %{name} для проверки удаления." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'Синхронизированные группы не найдены.' no_members: 'У этой группы пока нет синхронизированных участников.' plural: 'Синхронизированные LDAP-группы' diff --git a/modules/ldap_groups/config/locales/crowdin/sk.yml b/modules/ldap_groups/config/locales/crowdin/sk.yml index c0a72421af..fabdfb25f7 100644 --- a/modules/ldap_groups/config/locales/crowdin/sk.yml +++ b/modules/ldap_groups/config/locales/crowdin/sk.yml @@ -21,6 +21,12 @@ sk: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/sv.yml b/modules/ldap_groups/config/locales/crowdin/sv.yml index c5acb43470..3c27e7899c 100644 --- a/modules/ldap_groups/config/locales/crowdin/sv.yml +++ b/modules/ldap_groups/config/locales/crowdin/sv.yml @@ -21,6 +21,12 @@ sv: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/tr.yml b/modules/ldap_groups/config/locales/crowdin/tr.yml index ddb01af6e0..6804fee38c 100644 --- a/modules/ldap_groups/config/locales/crowdin/tr.yml +++ b/modules/ldap_groups/config/locales/crowdin/tr.yml @@ -21,6 +21,12 @@ tr: confirmation: "Devam ederseniz, %{name}} ile senkronize edilmiş grup ve içinden senkronize olan tüm %{users_count} kullanıcısı kaldırılacak." info: "Not: OpenProject grubunun kendisi ve bu LDAP senkronizasyonunun dışına eklenen üyeler kaldırılmaz." verification: "Silme işlemini doğrulamak için grubun adını %{name} girin." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'Senkronize edilmiş grup bulunamadı.' no_members: 'Bu grubun henüz senkronize edilmiş üyesi yok.' plural: 'Senkronize LDAP grupları' diff --git a/modules/ldap_groups/config/locales/crowdin/uk.yml b/modules/ldap_groups/config/locales/crowdin/uk.yml index 1d8f6d4996..4a75f415e9 100644 --- a/modules/ldap_groups/config/locales/crowdin/uk.yml +++ b/modules/ldap_groups/config/locales/crowdin/uk.yml @@ -21,6 +21,12 @@ uk: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/vi.yml b/modules/ldap_groups/config/locales/crowdin/vi.yml index f1a7f4fef6..eae3e0d091 100644 --- a/modules/ldap_groups/config/locales/crowdin/vi.yml +++ b/modules/ldap_groups/config/locales/crowdin/vi.yml @@ -21,6 +21,12 @@ vi: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' diff --git a/modules/ldap_groups/config/locales/crowdin/zh-CN.yml b/modules/ldap_groups/config/locales/crowdin/zh-CN.yml index e2019293f1..fd56a33098 100644 --- a/modules/ldap_groups/config/locales/crowdin/zh-CN.yml +++ b/modules/ldap_groups/config/locales/crowdin/zh-CN.yml @@ -21,6 +21,12 @@ zh-CN: confirmation: "如果您继续,将移除同步组 %{name} 和通过该组同步的全部 %{users_count} 个用户。" info: "注意:OpenProject 组本身以及在 LDAP 同步之外添加的成员将不会被移除。" verification: "输入组名称 %{name} 以验证删除。" + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: '未找到同步的组。' no_members: '此组尚无同步成员。' plural: '同步的 LDAP 组' diff --git a/modules/ldap_groups/config/locales/crowdin/zh-TW.yml b/modules/ldap_groups/config/locales/crowdin/zh-TW.yml index 35d112a794..91619421ce 100644 --- a/modules/ldap_groups/config/locales/crowdin/zh-TW.yml +++ b/modules/ldap_groups/config/locales/crowdin/zh-TW.yml @@ -21,6 +21,12 @@ zh-TW: confirmation: "If you continue, the synchronized group %{name} and all %{users_count} users synchronized through it will be removed." info: "Note: The OpenProject group itself and members added outside this LDAP synchronization will not be removed." verification: "Enter the group's name %{name} to verify the deletion." + help_text_html: | + This module allows you to set up a synchronization between LDAP and OpenProject groups. + It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. +
+ Groups are synchronized hourly through a cron job. + Please see our documentation on this topic. no_results: 'No synchronized groups found.' no_members: 'This group has no synchronized members yet.' plural: 'Synchronized LDAP groups' From 21ea2ca799467ce4da8a1826351322a1781efc2d Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Thu, 28 Nov 2019 14:00:36 +0100 Subject: [PATCH 2/3] The subjects span is now wider, thus it always catches the click events. Because of this we need to specify the condition in the click handlers. --- .../components/wp-fast-table/handlers/row/click-handler.ts | 4 +++- .../wp-fast-table/handlers/row/double-click-handler.ts | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/wp-fast-table/handlers/row/click-handler.ts b/frontend/src/app/components/wp-fast-table/handlers/row/click-handler.ts index 6154f820c0..9842fefb3e 100644 --- a/frontend/src/app/components/wp-fast-table/handlers/row/click-handler.ts +++ b/frontend/src/app/components/wp-fast-table/handlers/row/click-handler.ts @@ -9,6 +9,8 @@ import {tableRowClassName} from '../../builders/rows/single-row-builder'; import {WorkPackageTable} from '../../wp-fast-table'; import {TableEventHandler} from '../table-handler-registry'; import {WorkPackageViewSelectionService} from "core-app/modules/work_packages/routing/wp-view-base/view-services/wp-view-selection.service"; +import {displayClassName} from "core-components/wp-edit-form/display-field-renderer"; +import {activeFieldClassName} from "core-app/modules/fields/edit/edit-form/edit-form"; export class RowClickHandler implements TableEventHandler { @@ -45,7 +47,7 @@ export class RowClickHandler implements TableEventHandler { // Shortcut to any clicks within a cell // We don't want to handle these. - if (target.parents(`.${tdClassName}`).length) { + if (target.hasClass(`${displayClassName}`) || target.hasClass(`${activeFieldClassName}`)) { debugLog('Skipping click on inner cell'); return true; } diff --git a/frontend/src/app/components/wp-fast-table/handlers/row/double-click-handler.ts b/frontend/src/app/components/wp-fast-table/handlers/row/double-click-handler.ts index eb0b4f7f2f..9764ce1b3f 100644 --- a/frontend/src/app/components/wp-fast-table/handlers/row/double-click-handler.ts +++ b/frontend/src/app/components/wp-fast-table/handlers/row/double-click-handler.ts @@ -9,6 +9,8 @@ import {WorkPackageTable} from '../../wp-fast-table'; import {TableEventHandler} from '../table-handler-registry'; import {LinkHandling} from "core-app/modules/common/link-handling/link-handling"; import {WorkPackageViewSelectionService} from "core-app/modules/work_packages/routing/wp-view-base/view-services/wp-view-selection.service"; +import {displayClassName} from "core-components/wp-edit-form/display-field-renderer"; +import {activeFieldClassName} from "core-app/modules/fields/edit/edit-form/edit-form"; export class RowDoubleClickHandler implements TableEventHandler { @@ -44,7 +46,7 @@ export class RowDoubleClickHandler implements TableEventHandler { // Shortcut to any clicks within a cell // We don't want to handle these. - if (target.parents(`.${tdClassName}`).length) { + if (target.hasClass(`${displayClassName}`) || target.hasClass(`${activeFieldClassName}`)) { debugLog('Skipping click on inner cell'); return true; } From ccf1b3b5c0309702db67e35745d1e9098bd2cb80 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 29 Nov 2019 08:49:43 +0000 Subject: [PATCH 3/3] update locales from crowdin [ci skip] --- config/locales/crowdin/it.yml | 14 +++--- config/locales/crowdin/js-it.yml | 6 +-- config/locales/crowdin/js-sv.yml | 2 +- config/locales/crowdin/sv.yml | 2 +- config/locales/crowdin/tr.yml | 46 +++++++++---------- modules/avatars/config/locales/crowdin/it.yml | 2 +- .../ldap_groups/config/locales/crowdin/tr.yml | 8 ++-- modules/meeting/config/locales/crowdin/it.yml | 2 +- 8 files changed, 41 insertions(+), 41 deletions(-) diff --git a/config/locales/crowdin/it.yml b/config/locales/crowdin/it.yml index 6d3a779144..e40ceff65c 100644 --- a/config/locales/crowdin/it.yml +++ b/config/locales/crowdin/it.yml @@ -72,7 +72,7 @@ it: Please visit our documentation for detailed instructions. attribute_texts: name: Arbitrary name of the LDAP connection - host: LDAP host name or IP address + host: Nome host LDAP o indirizzo IP login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." @@ -90,12 +90,12 @@ it: when they first authenticate with OpenProject. Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! connection_encryption: 'Crittografia connessione' - system_account: 'System account' + system_account: 'Account di sistema' system_account_legend: | OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. Please specify the bind credentials for that system user in the following section. - ldap_details: 'LDAP details' - user_settings: 'Attribute mapping' + ldap_details: 'Dettagli LDAP' + user_settings: 'Mappatura attributi' user_settings_legend: | The following fields are related to how users are created in OpenProject from LDAP entries and what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). @@ -477,8 +477,8 @@ it: confirmation: "non coincide con %{attribute}." could_not_be_copied: "non possono essere copiati (integralmente)." does_not_exist: "non esiste." - error_unauthorized: "may not be accessed." - error_readonly: "is not writable." + error_unauthorized: "potrebbe non essere accessibile." + error_readonly: "non è scrivibile." empty: "non può essere vuoto." even: "deve essere pari." exclusion: "è riservato." @@ -2451,7 +2451,7 @@ it: Invia un'altra email di invito con un token nuovo nel caso in cui quello vecchio sia scaduto o l'utente non abbia ricevuto la prima email. Può anche consentire agli utenti attivi di scegliere un nuovo metodo di autenticazione. Se utilizzato da utenti attivi, il loro stato verrà modificato in "invitato". tooltip: setting_email_login: > - Se attivato, un utente non potrà selezionare il login per la registrazione. Invece servirà il suo indirizzo di posta per l'accesso. Un amministratore può ancora modificare il login separatamente. + Se attivato, un utente non potrà selezionare un login durante la registrazione. Utilizzerà il suo indirizzo di posta per l'accesso. Un amministratore potrà modificare il login separatamente. queries: apply_filter: Applica il filtro preconfigurato top_menu: diff --git a/config/locales/crowdin/js-it.yml b/config/locales/crowdin/js-it.yml index 5837083f09..281b2a3448 100644 --- a/config/locales/crowdin/js-it.yml +++ b/config/locales/crowdin/js-it.yml @@ -85,14 +85,14 @@ it: copied_successful: "Copia negli appunti completata con successo!" chart: type: 'Tipo di grafico' - axis_criteria: 'Criteri di Asse' + axis_criteria: 'Criteri dell''asse' modal_title: 'Configurazione grafico macro-attività' types: line: 'Linea' horizontal_bar: 'Barra Orizzontale' bar: 'Barra' pie: 'Torta' - doughnut: 'Anelli' + doughnut: 'Ciambella' radar: 'Radar' polar_area: 'Area polare' tabs: @@ -491,7 +491,7 @@ it: save: "Salva la relazione" abort: "Interrompi" relations_autocomplete: - placeholder: "Ricerca..." + placeholder: "Digita per cercare" parent_placeholder: "Scegli un nuovo genitore o premi il tasto Esc per annullare." repositories: select_tag: 'Selezionare tag' diff --git a/config/locales/crowdin/js-sv.yml b/config/locales/crowdin/js-sv.yml index 84458ab167..a0da3b66cd 100644 --- a/config/locales/crowdin/js-sv.yml +++ b/config/locales/crowdin/js-sv.yml @@ -274,7 +274,7 @@ sv: label_menu_expand: "expandera" label_more_than_ago: "mer än dagar sedan" label_next: "Nästa" - label_no_color: "No color" + label_no_color: "Ingen färg" label_no_data: "Ingen data att visa" label_no_due_date: "inget slutdatum" label_no_start_date: "inget startdatum" diff --git a/config/locales/crowdin/sv.yml b/config/locales/crowdin/sv.yml index 242fa84253..4bcd5230b7 100644 --- a/config/locales/crowdin/sv.yml +++ b/config/locales/crowdin/sv.yml @@ -115,7 +115,7 @@ sv: index: no_results_title_text: För närvarande finns det inga färger. no_results_content_text: Skapa en ny färg - label_no_color: 'No color' + label_no_color: 'Ingen färg' custom_actions: actions: name: 'Åtgärder' diff --git a/config/locales/crowdin/tr.yml b/config/locales/crowdin/tr.yml index 3371ba767f..29504d1828 100644 --- a/config/locales/crowdin/tr.yml +++ b/config/locales/crowdin/tr.yml @@ -67,38 +67,38 @@ tr: no_results_content_text: Yeni bir doğrulama modu oluştur ldap_auth_sources: technical_warning_html: | - This LDAP form requires technical knowledge of your LDAP / Active Directory setup. + Bu LDAP formu, LDAP / Active Directory kurulumunuz hakkında teknik bilgi gerektirir.
- Please visit our documentation for detailed instructions. + Lütfen ayrıntılı talimatlar için belgelerimizi ziyaret edin . attribute_texts: - name: Arbitrary name of the LDAP connection - host: LDAP host name or IP address - login_map: The attribute key in LDAP that is used to identify the unique user login. Usually, this will be `uid` or `samAccountName`. - generic_map: The attribute key in LDAP that is mapped to the OpenProject `%{attribute}` attribute - admin_map_html: "Optional: The attribute key in LDAP that if present marks the OpenProject user an admin. Leave empty when in doubt." + name: LDAP bağlantısının keyfi adı + host: LDAP ana bilgisayar adı veya IP adresi + login_map: LDAP’deki benzersiz kullanıcı girişini tanımlamak için kullanılan özellik anahtarı. Genelde bu, 'uid' veya 'samAccountName' olacaktır. + generic_map: LDAP'de, OpenProject `%{attribute}` niteliğiyle eşlenen özellik anahtarı + admin_map_html: "İsteğe bağlı: LDAP'daki, varsa OpenProject kullanıcısına bir yönetici işaretleyen özellik anahtarı. Şüphe duyduğunuzda boş bırakın." system_user_dn_html: | - Enter the DN of the system user used for read-only access. + Salt okunur erişim için kullanılan sistem kullanıcısının DN'sini girin.
- Example: uid=openproject,ou=system,dc=example,dc=com - system_user_password: Enter the bind password of the system user + Örnek: uid = openproject, ou = sistem, dc = örnek, dc = com + system_user_password: Sistem kullanıcısının cilt şifresini girin base_dn: | - Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups. - OpenProject will filter for provided usernames in this subtree only. - Example: ou=users,dc=example,dc=com + LDAP'da, OpenProject'in kullanıcıları ve grupları aramasını istediğiniz alt ağacın Temel DN'sini girin. + OpenProject yalnızca bu alt ağaçta belirtilen kullanıcı adlarını filtreleyecektir. + Örnek: ou = kullanıcılar, dc = örnek, dc = com onthefly_register: | - If you check this box, OpenProject will automatically create new users from their LDAP entries - when they first authenticate with OpenProject. - Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP! + Bu kutuyu işaretlerseniz, OpenProject otomatik olarak LDAP girişlerinden yeni kullanıcılar oluşturur + OpenProject ile ilk kimlik doğrulaması yaptıklarında. + Yalnızca OpenProject’deki mevcut hesapların LDAP üzerinden kimlik doğrulaması yapmasına izin vermek için işaretlenmemiş bırakın! connection_encryption: 'Bağlantı şifreleme' - system_account: 'System account' + system_account: 'Sistem hesabı' system_account_legend: | - OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree. - Please specify the bind credentials for that system user in the following section. - ldap_details: 'LDAP details' - user_settings: 'Attribute mapping' + OpenProject, LDAP ağacınızdaki kullanıcıları ve grupları aramak için bir sistem hesabı üzerinden salt okunur erişim gerektirir. + Lütfen aşağıdaki bölümde bu sistem kullanıcısı için bağlama bilgilerini belirtin. + ldap_details: 'LDAP ayrıntıları' + user_settings: 'Öznitelik eşlemesi' user_settings_legend: | - The following fields are related to how users are created in OpenProject from LDAP entries and - what LDAP attributes are used to define the attributes of an OpenProject user (attribute mapping). + Aşağıdaki alanlar LDAP girişlerinden kullanıcıların OpenProject'te nasıl oluşturulduğuyla ilgilidir ve + OpenProject kullanıcısının niteliklerini tanımlamak için hangi LDAP niteliklerinin kullanıldığı (özellik eşlemesi). tls_mode: plain: 'hiçbiri' simple_tls: 'basit_tls' diff --git a/modules/avatars/config/locales/crowdin/it.yml b/modules/avatars/config/locales/crowdin/it.yml index 67abb128fc..360650b25e 100644 --- a/modules/avatars/config/locales/crowdin/it.yml +++ b/modules/avatars/config/locales/crowdin/it.yml @@ -1,7 +1,7 @@ #English strings go here it: label_avatar: "Avatar" - label_avatar_plural: "Avatar" + label_avatar_plural: "Avatars" label_current_avatar: "Avatar attuale" label_choose_avatar: "Scegli Avatar da file" message_avatar_uploaded: "Avatar cambiato correttamente." diff --git a/modules/ldap_groups/config/locales/crowdin/tr.yml b/modules/ldap_groups/config/locales/crowdin/tr.yml index 6804fee38c..a9d3b45c3c 100644 --- a/modules/ldap_groups/config/locales/crowdin/tr.yml +++ b/modules/ldap_groups/config/locales/crowdin/tr.yml @@ -22,11 +22,11 @@ tr: info: "Not: OpenProject grubunun kendisi ve bu LDAP senkronizasyonunun dışına eklenen üyeler kaldırılmaz." verification: "Silme işlemini doğrulamak için grubun adını %{name} girin." help_text_html: | - This module allows you to set up a synchronization between LDAP and OpenProject groups. - It depends on LDAP groups need to use the groupOfNames / memberOf attribute set to be working with OpenProject. + Bu modül, LDAP ve OpenProject grupları arasında bir senkronizasyon ayarlamanıza izin verir. + Bu, LDAP gruplarının OpenProject ile çalışmak için ayarlanmış groupOfNames / memberOf özelliğini kullanması gerektiğine bağlıdır.
- Groups are synchronized hourly through a cron job. - Please see our documentation on this topic. + Gruplar bir cron işi aracılığıyla saatlik olarak senkronize edilir. + Lütfen bu konudaki belgelere bakın . no_results: 'Senkronize edilmiş grup bulunamadı.' no_members: 'Bu grubun henüz senkronize edilmiş üyesi yok.' plural: 'Senkronize LDAP grupları' diff --git a/modules/meeting/config/locales/crowdin/it.yml b/modules/meeting/config/locales/crowdin/it.yml index 49a69316dc..ff9871b902 100644 --- a/modules/meeting/config/locales/crowdin/it.yml +++ b/modules/meeting/config/locales/crowdin/it.yml @@ -20,7 +20,7 @@ it: location: "Luogo" duration: "Durata" participants: "Partecipanti" - participants_attended: "Invitati" + participants_attended: "Presenti" participants_invited: "Invitati" start_time: "Tempo" start_time_hour: "Ora di inizio"