$i18n{addDictionaryWordButton}

$i18n{customDictionaryWords}

${this.hasWords_ ? html`
${this.words_.map((item, index) => html`
${item}
`)}
` : ''}
$i18n{noCustomDictionaryWordsFound}