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 de: Translation = {
CUSTOM_ENTITIES: 'Individuelle Entitäten',
ENTITIES_HELP_1: 'Abfrage von Werten auf dem EMS-Bus',
ENTITIES_UPDATED: 'Entities Updated', // TODO translate
WRITEABLE: 'Schreibbar'
WRITEABLE: 'Schreibbar',
SHOWING: 'Showing', // TODO translate
SEARCH: 'Search' // TODO translate
};
export default de;