add SHOWING and SEARCH

This commit is contained in:
Proddy
2023-04-22 21:00:12 +02:00
parent 209afc87bb
commit c2823a5ed6
8 changed files with 30 additions and 8 deletions

View File

@@ -322,7 +322,9 @@ const en: Translation = {
CUSTOM_ENTITIES: 'Custom Entities',
ENTITIES_HELP_1: 'Fetch custom entities from the EMS bus',
ENTITIES_UPDATED: 'Entities Updated',
WRITEABLE: 'Writeable'
WRITEABLE: 'Writeable',
SHOWING: 'Showing',
SEARCH: 'Search'
};
export default en;