diff --git a/src/components/repository/sidebar/SideBar.vue b/src/components/repository/sidebar/SideBar.vue index b8704e1c9..57e528992 100644 --- a/src/components/repository/sidebar/SideBar.vue +++ b/src/components/repository/sidebar/SideBar.vue @@ -198,61 +198,30 @@ : 'sidebar-wrapper__body__element', ]" /> -
- - - -
+ + - - - -
-
- -
-
- - - - -
- - {{ $t('webapp.phrase-suggestion.select_method') }} - - -
-
-

- {{ $t('webapp.phrase-suggestion.new_sentence') }} -

- - - {{ $t('webapp.phrase-suggestion.new_sentence_info') }} - - - - {{ $t('webapp.phrase-suggestion.select_method_button') }} - -
-
-

- {{ $t('webapp.phrase-suggestion.existing_sentence') }} -

- - - {{ $t('webapp.phrase-suggestion.select_existing') }} - - - - {{ $t('webapp.phrase-suggestion.select_method_button') }} - -
-
-
-
- - - - - -
-
- - - -
- - - - -
- -
- - {{ $t('webapp.phrase-suggestion.select_words') }} - - -
- -
- - - {{ $t('webapp.phrase-suggestion.finish_selection') }} - -
- -
- - {{ $t('webapp.phrase-suggestion.select_variations_info') }} - - - - - {{ - $tc( - 'webapp.phrase-suggestion.variations_generated', - variation.inputs.length, - ) - }} - / - {{ - $tc( - 'webapp.phrase-suggestion.variations_selected', - variation.suggestions.length, - ) - }} - - -
-
-
- -
-
- - - -
- - - - - - {{ $t('webapp.phrase-suggestion.add') }} - -
-
-
- - - {{ $t('webapp.phrase-suggestion.generate_sentences') }} - -
- -
-
-
- - {{ - $tc( - 'webapp.phrase-suggestion.new_sentences_generated', - generatedSentences.length, - ) - }} - - - - {{ $t('webapp.phrase-suggestion.generated_from_sentence') }} - {{ sentenceSelected.text }} - {{ $t('webapp.phrase-suggestion.to_intent') }} - {{ intentSelected }} - -
- - {{ $t('webapp.phrase-suggestion.send_to_training') }} - -
- - -
-
-
-
- -
-
- - - {{ $t('webapp.phrase-suggestion.sent_to_training_info') }} - - - {{ $t('webapp.phrase-suggestion.go_to_training') }} - - -
- - - - -