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,10 @@ const fr: Translation = {
CUSTOM_ENTITIES: 'Custom Entities', // TODO translate
ENTITIES_HELP_1: 'Fetch custom entities from the EMS bus', // TODO translate
ENTITIES_UPDATED: 'Entities Updated', // TODO translate
WRITEABLE: 'Writeable' // TODO translate
WRITEABLE: 'Writeable', // TODO translate
SHOWING: 'Showing', // TODO translate
SEARCH: 'Search' // TODO translate
};
export default fr;