Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(quantic): Sort dropdown and tooltip partially hidden by Salesforce container #4028

Closed
wants to merge 8 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@
</labels>
<labels>
<fullName>quantic_NoEndpointsDesc</fullName>
<value>You will need to add sources in your index, or wait for the created sources to finish indexing.</value>
<value>You will need to add sources in your index, or wait for the created sources to finish
indexing.</value>
<language>en_US</language>
<protected>false</protected>
<shortDescription>Add sources in your index, or wait for the created sources to finish indexing.</shortDescription>
Expand Down Expand Up @@ -376,11 +377,13 @@
<value>You may want to try using different keywords, or checking for spelling mistakes.</value>
<language>en_US</language>
<protected>false</protected>
<shortDescription>You may want to try using different keywords, or checking for spelling mistakes.</shortDescription>
<shortDescription>You may want to try using different keywords, or checking for spelling
mistakes.</shortDescription>
</labels>
<labels>
<fullName>quantic_NoResultsWithFilters</fullName>
<value>You may want to try using different keywords, checking for spelling mistakes or select fewer filters.</value>
<value>You may want to try using different keywords, checking for spelling mistakes or select
fewer filters.</value>
<language>en_US</language>
<protected>false</protected>
<shortDescription>Check for spelling mistakes or select fewer filters.</shortDescription>
Expand Down Expand Up @@ -1136,7 +1139,8 @@
</labels>
<labels>
<fullName>quantic_InvalidNumberOfAutoOpenedDocuments</fullName>
<value>The number of automatically opened document suggestions must be an integer greater that 0.</value>
<value>The number of automatically opened document suggestions must be an integer greater that
0.</value>
<language>en_US</language>
<protected>false</protected>
<shortDescription>Invalid number of automatically opened document suggestions.</shortDescription>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
<customLabels>
<label>Suivant</label>
<name>quantic_Next</name>
</customLabels>Recherche
<customLabels>
</customLabels>Recherche <customLabels>
<label>Recherche...</label>
<name>quantic_Search</name>
</customLabels>
Expand Down Expand Up @@ -117,11 +116,13 @@
<name>quantic_NoResultsTitle</name>
</customLabels>
<customLabels>
<label>Vous pouvez essayer d'utiliser différents mots-clés ou de vérifier les fautes d'orthographe.</label>
<label>Vous pouvez essayer d'utiliser différents mots-clés ou de vérifier les fautes
d'orthographe.</label>
<name>quantic_NoResultsWithoutFilters</name>
</customLabels>
<customLabels>
<label>Vous pouvez essayer d'utiliser différents mots-clés, vérifier les fautes d'orthographe ou sélectionner moins de filtres.</label>
<label>Vous pouvez essayer d'utiliser différents mots-clés, vérifier les fautes d'orthographe ou
sélectionner moins de filtres.</label>
<name>quantic_NoResultsWithFilters</name>
</customLabels>
<customLabels>
Expand Down Expand Up @@ -157,15 +158,17 @@
<name>quantic_DisconnectedTitle</name>
</customLabels>
<customLabels>
<label>Votre requête n'a pas plus être envoyée. Peut-être que vous avez perdu votre connexion internet.</label>
<label>Votre requête n'a pas pu être envoyée. Peut-être que vous avez perdu votre connexion
internet.</label>
<name>quantic_DisconnectedDesc</name>
</customLabels>
<customLabels>
<label>L'organisation Coveo n'a pas de point de terminaison unique.</label>
<name>quantic_NoEndpointsTitle</name>
</customLabels>
<customLabels>
<label>Vous devrez ajouter des sources à votre index, ou attendre la fin de l'indexation des sources créées.</label>
<label>Vous devrez ajouter des sources à votre index, ou attendre la fin de l'indexation des
sources créées.</label>
<name>quantic_NoEndpointsDesc</name>
</customLabels>
<customLabels>
Expand All @@ -181,7 +184,8 @@
<name>quantic_OrganizationIsPausedTitle</name>
</customLabels>
<customLabels>
<label>Votre organisation Coveo est en pause pour cause d'inactivité et la recherche est présentement indisponible.</label>
<label>Votre organisation Coveo est en pause pour cause d'inactivité et la recherche est
présentement indisponible.</label>
<name>quantic_OrganizationIsPausedDesc</name>
</customLabels>
<customLabels>
Expand Down Expand Up @@ -283,8 +287,7 @@
<customLabels>
<label>Aperçu non disponible</label>
<name>quantic_NoPreviewAvailable</name>
</customLabels>quantic_Colon
<customLabels>
</customLabels>quantic_Colon<customLabels>
<label> :</label>
<name>quantic_Colon</name>
</customLabels>
Expand Down Expand Up @@ -617,7 +620,8 @@
<name>quantic_InvalidMaxNumberOfDocumentSuggestions</name>
</customLabels>
<customLabels>
<label>Le nombre de suggestions de documents qui s'ouvrent automatiquement doit être un nombre entier supérieur à 0.</label>
<label>Le nombre de suggestions de documents qui s'ouvrent automatiquement doit être un nombre
entier supérieur à 0.</label>
<name>quantic_InvalidNumberOfAutoOpenedDocuments</name>
</customLabels>
<customLabels>
Expand Down
Loading