Skip to content

Commit

Permalink
Refactoring the thesaurus wordings.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Apr 14, 2023
1 parent 801e4fa commit 9e018ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function _construct()
$this->addColumn('reference_term', ['label' => __('Reference Term')]);
$this->addColumn('values', ['label' => __('Expansion terms')]);
$this->_addAfter = false;
$this->_addButtonLabel = __('Add Expansion');
$this->_addButtonLabel = __('Add Expansion Rule');

parent::_construct();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected function _construct()
);

$this->_addAfter = false;
$this->_addButtonLabel = __('Add Synonym');
$this->_addButtonLabel = __('Add Synonym Rule');

parent::_construct();
}
Expand Down
4 changes: 2 additions & 2 deletions src/module-elasticsuite-thesaurus/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Store,Store
Synonyms,Synonyms
"Reference Term","Reference Term"
"Expansion terms","Expansion terms"
"Add Expansion","Add Expansion"
"Add Expansion Rule","Add Expansion Rule"
"Synonym terms","Synonym terms"
"Add Synonym","Add Synonym"
"Add Synonym Rule","Add Synonym Rule"
"This thesaurus no longer exists.","This thesaurus no longer exists."
"You deleted the thesaurus %1.","You deleted the thesaurus %1."
"Edit %1 (%2)","Edit %1 (%2)"
Expand Down
4 changes: 2 additions & 2 deletions src/module-elasticsuite-thesaurus/i18n/fr_FR.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Store,Vue magasin
Synonyms,Synonymes
"Reference Term","Terme de référence"
"Expansion terms","Termes étendus"
"Add Expansion","Ajouter une expansion"
"Add Expansion Rule","Ajouter une règle d'expansion"
"Synonym terms","Termes synonymes"
"Add Synonym","Ajouter un synonyme"
"Add Synonym Rule","Ajouter une liste de synonymes"
"This thesaurus no longer exists.","Ce thésaurus n'existe plus."
"You deleted the thesaurus %1.","Vous avez supprimé le thésaurus %1."
"Edit %1 (%2)","Édition : %1 (%2)"
Expand Down

0 comments on commit 9e018ff

Please sign in to comment.