You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: interface/src/i18n/de/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ const de: Translation = {
340
340
AUTO_SCROLL: 'Automatisches Scrollen',
341
341
DASHBOARD: 'Dashboard',
342
342
DEVELOPER_MODE: 'Entwicklermodus',
343
+
BYTES: 'Bytes',
344
+
BITMASK: 'Bit Maske',
343
345
DUPLICATE: 'Kopieren',
344
346
UPGRADE: 'Aktualisieren',
345
347
DASHBOARD_1: 'Alle EMS-Entitäten, die aktiv und als Favorit markiert sind, sowie alle benutzerdefinierten Entitäten, Zeitpläne und externen Sensordaten werden unten angezeigt.',
Copy file name to clipboardexpand all lines: interface/src/i18n/en/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,8 @@ const en: Translation = {
341
341
DASHBOARD: 'Dashboard',
342
342
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.',
343
343
DEVELOPER_MODE: 'Developer Mode',
344
+
BYTES: 'Bytes',
345
+
BITMASK: 'Bit Mask',
344
346
DUPLICATE: 'Duplicate',
345
347
UPGRADE: 'Upgrade',
346
348
NO_DATA_1: 'No favorite EMS entities found yet. Use the',
Copy file name to clipboardexpand all lines: interface/src/i18n/fr/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ const fr: Translation = {
340
340
AUTO_SCROLL: 'Auto Scroll',// TODO translate
341
341
DASHBOARD: 'Dashboard',// TODO translate
342
342
DEVELOPER_MODE: 'Developer Mode',// TODO translate
343
+
BYTES: 'Bytes',// TODO translate
344
+
BITMASK: 'Bit Mask',// TODO translate
343
345
DUPLICATE: 'Duplicate',// TODO translate
344
346
UPGRADE: 'Upgrade',// TODO translate
345
347
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.',// TODO translate
Copy file name to clipboardexpand all lines: interface/src/i18n/it/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ const it: Translation = {
340
340
AUTO_SCROLL: 'Auto Scroll',// TODO translate
341
341
DASHBOARD: 'Dashboard',// TODO translate
342
342
DEVELOPER_MODE: 'Developer Mode',// TODO translate
343
+
BYTES: 'Bytes',// TODO translate
344
+
BITMASK: 'Bit Mask',// TODO translate
343
345
DUPLICATE: 'Duplicate',// TODO translate
344
346
UPGRADE: 'Upgrade',// TODO translate
345
347
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.',// TODO translate
Copy file name to clipboardexpand all lines: interface/src/i18n/nl/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ const nl: Translation = {
340
340
AUTO_SCROLL: 'Automatisch Scrollen',
341
341
DASHBOARD: 'Dashboard',
342
342
DEVELOPER_MODE: 'Ontwikkelaarsmodus',
343
+
BYTES: 'Bytes',// TODO translate
344
+
BITMASK: 'Bit Mask',// TODO translate
343
345
DUPLICATE: 'Duplicaat',
344
346
UPGRADE: 'Upgraden',
345
347
DASHBOARD_1: 'Alle EMS-entiteiten die actief zijn en als favoriet zijn gemarkeerd, plus alle aangepaste entiteiten en externe sensorgegevens worden hieronder weergegeven.',
Copy file name to clipboardexpand all lines: interface/src/i18n/no/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ const no: Translation = {
340
340
AUTO_SCROLL: 'Auto Scroll',// TODO translate
341
341
DASHBOARD: 'Dashboard',// TODO translate
342
342
DEVELOPER_MODE: 'Developer Mode',// TODO translate
343
+
BYTES: 'Bytes',// TODO translate
344
+
BITMASK: 'Bit Mask',// TODO translate
343
345
DUPLICATE: 'Duplicate',// TODO translate
344
346
UPGRADE: 'Upgrade',// TODO translate
345
347
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.',// TODO translate
Copy file name to clipboardexpand all lines: interface/src/i18n/pl/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ const pl: BaseTranslation = {
340
340
AUTO_SCROLL: 'Auto Scroll',// TODO translate
341
341
DASHBOARD: 'Dashboard',// TODO translate
342
342
DEVELOPER_MODE: 'Developer Mode',// TODO translate
343
+
BYTES: 'Bytes',// TODO translate
344
+
BITMASK: 'Bit Mask',// TODO translate
343
345
DUPLICATE: 'Duplicate',// TODO translate
344
346
UPGRADE: 'Upgrade',// TODO translate
345
347
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.',// TODO translate
Copy file name to clipboardexpand all lines: interface/src/i18n/sk/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ const sk: Translation = {
340
340
AUTO_SCROLL: 'Automatické rolovanie',
341
341
DASHBOARD: 'Panel',
342
342
DEVELOPER_MODE: 'Režim vývojára',
343
+
BYTES: 'Bytes',// TODO translate
344
+
BITMASK: 'Bit Mask',// TODO translate
343
345
DUPLICATE: 'Duplicitné',
344
346
UPGRADE: 'Inovovať',
345
347
DASHBOARD_1: 'Všetky entity EMS, ktoré sú aktívne a označené ako obľúbené, plus všetky vlastné entity, plány a údaje externých senzorov sú zobrazené nižšie.',
Copy file name to clipboardexpand all lines: interface/src/i18n/sv/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ const sv: Translation = {
340
340
AUTO_SCROLL: 'Autoskrolla',
341
341
DASHBOARD: 'Kontrollpanel',
342
342
DEVELOPER_MODE: 'Utvecklarläge',
343
+
BYTES: 'Bytes',// TODO translate
344
+
BITMASK: 'Bit Mask',// TODO translate
343
345
DUPLICATE: 'Dublett',
344
346
UPGRADE: 'Uppgradera',
345
347
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.',// TODO translate
Copy file name to clipboardexpand all lines: interface/src/i18n/tr/index.ts
+2
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ const tr: Translation = {
340
340
AUTO_SCROLL: 'Auto Scroll',// TODO translate
341
341
DASHBOARD: 'Dashboard',// TODO translate
342
342
DEVELOPER_MODE: 'Developer Mode',// TODO translate
343
+
BYTES: 'Bytes',// TODO translate
344
+
BITMASK: 'Bit Mask',// TODO translate
343
345
DUPLICATE: 'Duplicate',// TODO translate
344
346
UPGRADE: 'Upgrade',// TODO translate
345
347
DASHBOARD_1: 'All EMS entities that are active and marked as Favorite, plus all Custom Entities, Schedules and external Sensors data are displayed below.',// TODO translate
0 commit comments