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

View File

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

View File

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

View File

@@ -322,7 +322,10 @@ const nl: Translation = {
CUSTOM_ENTITIES: 'Custom Entities', // TODO translate CUSTOM_ENTITIES: 'Custom Entities', // TODO translate
ENTITIES_HELP_1: 'Fetch custom entities from the EMS bus', // TODO translate ENTITIES_HELP_1: 'Fetch custom entities from the EMS bus', // TODO translate
ENTITIES_UPDATED: 'Entities Updated', // TODO translate ENTITIES_UPDATED: 'Entities Updated', // TODO translate
WRITEABLE: 'Writeable' // TODO translate WRITEABLE: 'Writeable', // TODO translate
SHOWING: 'Showing', // TODO translate
SEARCH: 'Zoek'
}; };
export default nl; export default nl;

View File

@@ -322,7 +322,10 @@ const no: Translation = {
CUSTOM_ENTITIES: 'Custom Entities', // TODO translate CUSTOM_ENTITIES: 'Custom Entities', // TODO translate
ENTITIES_HELP_1: 'Fetch custom entities from the EMS bus', // TODO translate ENTITIES_HELP_1: 'Fetch custom entities from the EMS bus', // TODO translate
ENTITIES_UPDATED: 'Entities Updated', // 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 no; export default no;

View File

@@ -322,7 +322,10 @@ const pl: BaseTranslation = {
CUSTOM_ENTITIES: '{{N|n|}}iestandardowe{{|j|}} encj{{e|i|}}', CUSTOM_ENTITIES: '{{N|n|}}iestandardowe{{|j|}} encj{{e|i|}}',
ENTITIES_HELP_1: 'Zdefiniuj niestandardowe encje pobierane z magistrali EMS.', ENTITIES_HELP_1: 'Zdefiniuj niestandardowe encje pobierane z magistrali EMS.',
ENTITIES_UPDATED: 'Niestandardowe encje zostały uaktualnione.', ENTITIES_UPDATED: 'Niestandardowe encje zostały uaktualnione.',
WRITEABLE: 'Writeable' // TODO translate WRITEABLE: 'Writeable', // TODO translate
SHOWING: 'Showing', // TODO translate
SEARCH: 'Search' // TODO translate
}; };
export default pl; export default pl;

View File

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

View File

@@ -322,7 +322,10 @@ const tr: Translation = {
CUSTOM_ENTITIES: 'Custom Entities', // TODO translate CUSTOM_ENTITIES: 'Custom Entities', // TODO translate
ENTITIES_HELP_1: 'Fetch custom entities from the EMS bus', // TODO translate ENTITIES_HELP_1: 'Fetch custom entities from the EMS bus', // TODO translate
ENTITIES_UPDATED: 'Entities Updated', // 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 tr; export default tr;