Skip to content

Commit

Permalink
Add missing translations related to ldap explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
VakarisZ committed Jun 28, 2023
1 parent 72d896b commit f2ecbfe
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
16 changes: 16 additions & 0 deletions conf/I18N/api/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -16534,6 +16534,22 @@ msgstr ""
msgid "Type to search results."
msgstr ""

#: html/pfappserver/root/src/views/Configuration/sources/_components/ldapCondition/MultiselectFacade.vue
msgid "LDAP connection failed"
msgstr ""

#: html/pfappserver/root/src/views/Configuration/sources/_components/ldapCondition/MultiselectFacade.vue
msgid "Make sure that you provided correct IP/credentials"
msgstr ""

#: html/pfappserver/root/src/views/Configuration/sources/_components/BaseRuleFormGroupLdapConditions.js
msgid "Add LDAP Condition"
msgstr ""

#: html/pfappserver/root/src/views/Configuration/sources/_components/BaseRuleFormGroupLdapConditions.js
msgid "Add Packetfence Condition"
msgstr ""

#: html/pfappserver/root/src/globals/pfField.js:153
#: html/pfappserver/root/src/views/Configuration/radius/general/schema.js:5
msgid "Types"
Expand Down
20 changes: 18 additions & 2 deletions conf/I18N/api/fr.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) Inverse inc.
# English translations for PacketFence package.
# This file is distributed under the same license as the PacketFence package.
#
#
# Translators:
# GurVan, 2019
# Maxime Andre <andmaxime+transifex@gmail.com>, 2019
Expand All @@ -14,7 +14,7 @@
# lzammit <lzammit@inverse.ca>, 2022
# jgoimard <jgoimard@inverse.ca>, 2022
# Christopher <chuguet@inverse.ca>, 2023
#
#
msgid ""
msgstr ""
"Project-Id-Version: 12.2.0\n"
Expand Down Expand Up @@ -18646,6 +18646,22 @@ msgstr "Type à rechercher"
msgid "Type to search results."
msgstr "Tapez pour les résultats de la recherche."

#: html/pfappserver/root/src/views/Configuration/sources/_components/ldapCondition/MultiselectFacade.vue
msgid "LDAP connection failed"
msgstr "la connexion LDAP a échoué"

#: html/pfappserver/root/src/views/Configuration/sources/_components/ldapCondition/MultiselectFacade.vue
msgid "Make sure that you provided correct IP/credentials"
msgstr "Assurez-vous que vous avez fourni l'adresse IP/les informations d'identification correctes"

#: html/pfappserver/root/src/views/Configuration/sources/_components/BaseRuleFormGroupLdapConditions.js
msgid "Add LDAP Condition"
msgstr "Ajouter une condition LDAP"

#: html/pfappserver/root/src/views/Configuration/sources/_components/BaseRuleFormGroupLdapConditions.js
msgid "Add Packetfence Condition"
msgstr "Ajouter une condition Packetfence"

#: html/pfappserver/root/src/globals/pfField.js:153
#: html/pfappserver/root/src/views/Configuration/radius/general/schema.js:5
msgid "Types"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const props = {
doFocus()
}
},
//TODO do translations
buttons: {
type: Array,
default: () => {return [{
Expand Down

0 comments on commit f2ecbfe

Please sign in to comment.