diff --git a/web/src/locales/de.po b/web/src/locales/de.po index 6a6d5868a..2882c40de 100644 --- a/web/src/locales/de.po +++ b/web/src/locales/de.po @@ -1616,9 +1616,13 @@ msgid "Digits" msgstr "Ziffern" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." +msgid "Direct binding, always execute the configured bind flow to authenticate the user." msgstr "" +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "" + #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." msgstr "Direkte Abfragen geben immer die neuesten Daten zurück, sind jedoch langsamer als zwischengespeicherte Abfragen." diff --git a/web/src/locales/en.po b/web/src/locales/en.po index 5bfd2d7d0..b2ec2d539 100644 --- a/web/src/locales/en.po +++ b/web/src/locales/en.po @@ -1635,8 +1635,12 @@ msgid "Digits" msgstr "Digits" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." -msgstr "Direct querying, always execute the configured bind flow to authenticate the user." +msgid "Direct binding, always execute the configured bind flow to authenticate the user." +msgstr "Direct binding, always execute the configured bind flow to authenticate the user." + +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "Direct querying, always execute the configured bind flow to authenticate the user." #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." diff --git a/web/src/locales/es.po b/web/src/locales/es.po index 2c0e1549b..309b0e02b 100644 --- a/web/src/locales/es.po +++ b/web/src/locales/es.po @@ -1607,9 +1607,13 @@ msgid "Digits" msgstr "dígitos" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." +msgid "Direct binding, always execute the configured bind flow to authenticate the user." msgstr "" +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "" + #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." msgstr "La consulta directa siempre devuelve los datos más recientes, pero más lento que la consulta en caché." diff --git a/web/src/locales/fr_FR.po b/web/src/locales/fr_FR.po index 58a808e44..42cef8dc1 100644 --- a/web/src/locales/fr_FR.po +++ b/web/src/locales/fr_FR.po @@ -1620,9 +1620,13 @@ msgid "Digits" msgstr "Chiffres" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." +msgid "Direct binding, always execute the configured bind flow to authenticate the user." msgstr "" +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "" + #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." msgstr "" diff --git a/web/src/locales/pl.po b/web/src/locales/pl.po index 7f416a642..31c236130 100644 --- a/web/src/locales/pl.po +++ b/web/src/locales/pl.po @@ -1604,9 +1604,13 @@ msgid "Digits" msgstr "Cyfry" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." +msgid "Direct binding, always execute the configured bind flow to authenticate the user." msgstr "" +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "" + #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." msgstr "Zapytania bezpośrednie zawsze zwracają najnowsze dane, ale są wolniejsze niż zapytania w pamięci podręcznej." diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po index aa32e1f7e..7e33fc84c 100644 --- a/web/src/locales/pseudo-LOCALE.po +++ b/web/src/locales/pseudo-LOCALE.po @@ -1621,9 +1621,13 @@ msgid "Digits" msgstr "" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." +msgid "Direct binding, always execute the configured bind flow to authenticate the user." msgstr "" +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "" + #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." msgstr "" diff --git a/web/src/locales/tr.po b/web/src/locales/tr.po index 26a9c3c7d..2a68d1ede 100644 --- a/web/src/locales/tr.po +++ b/web/src/locales/tr.po @@ -1607,9 +1607,13 @@ msgid "Digits" msgstr "Rakamlar" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." +msgid "Direct binding, always execute the configured bind flow to authenticate the user." msgstr "" +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "" + #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." msgstr "Doğrudan sorgulama, her zaman en son verileri döndürür, ancak önbelleğe alınmış sorgulardan daha yavaş olur." diff --git a/web/src/locales/zh-Hans.po b/web/src/locales/zh-Hans.po index e718c9b44..f4efbb1e6 100644 --- a/web/src/locales/zh-Hans.po +++ b/web/src/locales/zh-Hans.po @@ -1602,8 +1602,12 @@ msgid "Digits" msgstr "数字" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." -msgstr "直接查询,总是执行配置的绑定流程,以验证用户的身份。" +msgid "Direct binding, always execute the configured bind flow to authenticate the user." +msgstr "" + +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "直接查询,总是执行配置的绑定流程,以验证用户的身份。" #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." diff --git a/web/src/locales/zh-Hant.po b/web/src/locales/zh-Hant.po index e4ae42e20..77d550803 100644 --- a/web/src/locales/zh-Hant.po +++ b/web/src/locales/zh-Hant.po @@ -1604,9 +1604,13 @@ msgid "Digits" msgstr "数字" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." +msgid "Direct binding, always execute the configured bind flow to authenticate the user." msgstr "" +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "" + #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." msgstr "直接查询,总是返回最新数据,但比缓存查询慢。" diff --git a/web/src/locales/zh_TW.po b/web/src/locales/zh_TW.po index fb60395c6..4c5b36e8f 100644 --- a/web/src/locales/zh_TW.po +++ b/web/src/locales/zh_TW.po @@ -1604,9 +1604,13 @@ msgid "Digits" msgstr "数字" #: src/pages/providers/ldap/LDAPProviderForm.ts -msgid "Direct querying, always execute the configured bind flow to authenticate the user." +msgid "Direct binding, always execute the configured bind flow to authenticate the user." msgstr "" +#: src/pages/providers/ldap/LDAPProviderForm.ts +#~ msgid "Direct querying, always execute the configured bind flow to authenticate the user." +#~ msgstr "" + #: src/pages/providers/ldap/LDAPProviderForm.ts msgid "Direct querying, always returns the latest data, but slower than cached querying." msgstr "直接查询,总是返回最新数据,但比缓存查询慢。" diff --git a/web/src/pages/providers/ldap/LDAPProviderForm.ts b/web/src/pages/providers/ldap/LDAPProviderForm.ts index 812c4c622..f76be34c2 100644 --- a/web/src/pages/providers/ldap/LDAPProviderForm.ts +++ b/web/src/pages/providers/ldap/LDAPProviderForm.ts @@ -131,7 +131,7 @@ export class LDAPProviderFormPage extends ModelForm { value="${LDAPAPIAccessMode.Direct}" ?selected=${this.instance?.bindMode === LDAPAPIAccessMode.Direct} > - ${t`Direct querying, always execute the configured bind flow to authenticate the user.`} + ${t`Direct binding, always execute the configured bind flow to authenticate the user.`}