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

[Analytics] i18n for new filters related settings #3539

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/module-elasticsuite-analytics/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@
<group id="filters_configuration" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Filters configuration</label>
<field id="customer_group_enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
<label>Show customer group filter</label>
<label>Show Customer Group filter</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment><![CDATA[If enabled, will allow you to filter and display search usage data for a specific customer group.]]></comment>
</field>
<field id="company_enabled" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
<label>Show company filter</label>
<label>Show Company filter</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment><![CDATA[If enabled, and if you are using the B2B features and the Company feature, will allow to filter and display search usage data for a specific company.]]></comment>
</field>
</group>
</section>
Expand Down
5 changes: 5 additions & 0 deletions src/module-elasticsuite-analytics/i18n/de_DE.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@
"Pending events configuration","Ausstehende Ereigniskonfiguration"
"Hours before warning","Stunden vor Warnung"
"A warning will be displayed on the search usage dashboard if there are pending events older than this number of hours still in the events queue table.","Eine Warnung wird auf der Suchnutzungsübersicht angezeigt, wenn noch ausstehende Ereignisse älter sind als diese Anzahl von Stunden in der Ereigniswarteschlange Tabelle."
"Filters configuration","Filterkonfiguration"
"Show Customer Group filter","Kundengruppenfilter anzeigen"
"If enabled, will allow you to filter and display search usage data for a specific customer group.","Wenn aktiviert, können Sie Suchnutzungsdaten für eine bestimmte Kundengruppe filtern und anzeigen."
"Show Company filter","Firmenfilter anzeigen"
"If enabled, and if you are using the B2B features and the Company feature, will allow to filter and display search usage data for a specific company.","Wenn diese Option aktiviert ist und Sie die B2B-Funktionen und die Unternehmensfunktion verwenden, können Sie Suchnutzungsdaten für ein bestimmtes Unternehmen filtern und anzeigen."
5 changes: 5 additions & 0 deletions src/module-elasticsuite-analytics/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@
"Pending events configuration","Pending events configuration"
"Hours before warning","Hours before warning"
"A warning will be displayed on the search usage dashboard if there are pending events older than this number of hours still in the events queue table.","A warning will be displayed on the search usage dashboard if there are pending events older than this number of hours still in the events queue table."
"Filters configuration","Filters configuration"
"Show Customer Group filter","Show Customer Group filter"
"If enabled, will allow you to filter and display search usage data for a specific customer group.","If enabled, will allow you to filter and display search usage data for a specific customer group."
"Show Company filter","Show Company filter"
"If enabled, and if you are using the B2B features and the Company feature, will allow to filter and display search usage data for a specific company.","If enabled, and if you are using the B2B features and the Company feature, will allow to filter and display search usage data for a specific company."
5 changes: 5 additions & 0 deletions src/module-elasticsuite-analytics/i18n/fr_FR.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@
"Pending events configuration","Configuration des évènements en attente"
"Hours before warning","Heures avant avertissement"
"A warning will be displayed on the search usage dashboard if there are pending events older than this number of hours still in the events queue table.","Un avertissement sera affiché sur le tableau de bord d'utilisation de la recherche s'il y a des évènements plus vieux que ce nombre d'heures dans la table d'attente des évènements."
"Filters configuration","Configuration des filtres"
"Show Customer Group filter","Afficher le filtre Groupe Client"
"If enabled, will allow you to filter and display search usage data for a specific customer group.","Si activé, vous permettra de filtrer et d'afficher les données d'utilisation de la recherche spécifiques à un groupe client."
"Show Company filter","Afficher le filtre Société"
"If enabled, and if you are using the B2B features and the Company feature, will allow to filter and display search usage data for a specific company.","Si activé, et si vous utilisez les fonctionnalités B2B et la fonctionnalité Company/Société, vous permettra de filtrer et d'afficher les données d'utilisation de la recherche spécifiques à une société."
5 changes: 5 additions & 0 deletions src/module-elasticsuite-analytics/i18n/nl_NL.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@
"Pending events configuration","Afwachtende afspraken configuratie"
"Hours before warning","Uren voor waarschuwing"
"A warning will be displayed on the search usage dashboard if there are pending events older than this number of hours still in the events queue table.","Een waarschuwing wordt weergegeven op het dashboard van het zoek-gebruik als er gebeurtenissen in behandeling zijn die ouder zijn dan dit aantal uren dat nog steeds in de wachtrij van de events staat."
"Filters configuration","Filterconfiguratie"
"Show Customer Group filter","Toon Klantgroepfilter"
"If enabled, will allow you to filter and display search usage data for a specific customer group.","Als deze optie is ingeschakeld, kunt u zoekgebruikgegevens voor een specifieke klantengroep filteren en weergeven."
"Show Company filter","Toon Bedrijfsfilter"
"If enabled, and if you are using the B2B features and the Company feature, will allow to filter and display search usage data for a specific company.","Als deze optie is ingeschakeld en u de B2B-functies en de bedrijfsfunctie gebruikt, kunt u zoekgebruikgegevens voor een specifiek bedrijf filteren en weergeven."
Loading