updated translations for restart

This commit is contained in:
proddy
2024-08-31 16:13:47 +02:00
parent e023e74057
commit d9e4c58543
10 changed files with 34 additions and 23 deletions

View File

@@ -333,11 +333,12 @@ const de: Translation = {
SERVICES: 'Dienste', SERVICES: 'Dienste',
ALLVALUES: 'Alle Werte', ALLVALUES: 'Alle Werte',
SPECIAL_FUNCTIONS: 'Sonderfunktionen', SPECIAL_FUNCTIONS: 'Sonderfunktionen',
WAIT_FIRMWARE: 'Bitte warten Sie, während die Firmware hochgeladen wird. Das Gerät wird automatisch neu gestartet.', WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate
INSTALL_VERSION: 'Dadurch wird die Version installiert {0}. Sind Sie sicher?', INSTALL_VERSION: 'Dadurch wird die Version installiert {0}. Sind Sie sicher?',
SWITCH_DEV: 'Wechseln Sie zur Entwicklungsversion', SWITCH_DEV: 'Wechseln Sie zur Entwicklungsversion',
UPGRADE_AVAILABLE: 'Es ist ein Firmware-Upgrade verfügbar!', UPGRADE_AVAILABLE: 'Es ist ein Firmware-Upgrade verfügbar!',
LATEST_VERSION: 'Sie verwenden die neueste Version.' LATEST_VERSION: 'Sie verwenden die neueste Version.',
PLEASE_WAIT: 'Bitte warten',
}; };
export default de; export default de;

View File

@@ -333,11 +333,12 @@ const en: Translation = {
SERVICES: 'Services', SERVICES: 'Services',
ALLVALUES: 'All Values', ALLVALUES: 'All Values',
SPECIAL_FUNCTIONS: 'Special Functions', SPECIAL_FUNCTIONS: 'Special Functions',
WAIT_FIRMWARE: 'Please wait while the firmware is being uploaded. The device will restart automatically.', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing',
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate INSTALL_VERSION: 'This will install vesion {0}. Are you sure?',
SWITCH_DEV: 'switch to the development version', // TODO translate SWITCH_DEV: 'switch to the development version',
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!',
LATEST_VERSION: 'You are using the latest version.' // TODO translate LATEST_VERSION: 'You are using the latest version.',
PLEASE_WAIT: 'Please wait',
}; };
export default en; export default en;

View File

@@ -333,11 +333,12 @@ const fr: Translation = {
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values', // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions', SPECIAL_FUNCTIONS: 'Special Functions',
WAIT_FIRMWARE: 'Please wait while the firmware is being uploaded. The device will restart automatically.', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate
SWITCH_DEV: 'switch to the development version', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate
LATEST_VERSION: 'You are using the latest version.' // TODO translate // TODO translate LATEST_VERSION: 'You are using the latest version.', // TODO translate // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
}; };
export default fr; export default fr;

View File

@@ -333,11 +333,12 @@ const it: Translation = {
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values', // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate
WAIT_FIRMWARE: 'Please wait while the firmware is being uploaded. The device will restart automatically.', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate
SWITCH_DEV: 'switch to the development version', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate
LATEST_VERSION: 'You are using the latest version.' // TODO translate LATEST_VERSION: 'You are using the latest version.', // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
}; };
export default it; export default it;

View File

@@ -333,11 +333,12 @@ const nl: Translation = {
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values', // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate
WAIT_FIRMWARE: 'Please wait while the firmware is being uploaded. The device will restart automatically.', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate
SWITCH_DEV: 'switch to the development version', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate
LATEST_VERSION: 'You are using the latest version.' // TODO translate LATEST_VERSION: 'You are using the latest version.', // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
}; };
export default nl; export default nl;

View File

@@ -333,11 +333,12 @@ const no: Translation = {
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values', // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate
WAIT_FIRMWARE: 'Please wait while the firmware is being uploaded. The device will restart automatically.', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate
SWITCH_DEV: 'switch to the development version', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate
LATEST_VERSION: 'You are using the latest version.' // TODO translate LATEST_VERSION: 'You are using the latest version.', // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
}; };
export default no; export default no;

View File

@@ -333,11 +333,12 @@ const pl: BaseTranslation = {
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values', // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate
WAIT_FIRMWARE: 'Please wait while the firmware is being uploaded. The device will restart automatically.', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate
SWITCH_DEV: 'switch to the development version', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate
LATEST_VERSION: 'You are using the latest version.' // TODO translate LATEST_VERSION: 'You are using the latest version.', // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
}; };
export default pl; export default pl;

View File

@@ -333,11 +333,13 @@ const sk: Translation = {
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values', // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate
WAIT_FIRMWARE: 'Please wait while the firmware is being uploaded. The device will restart automatically.', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate
SWITCH_DEV: 'switch to the development version', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate
LATEST_VERSION: 'You are using the latest version.' // TODO translate LATEST_VERSION: 'You are using the latest version.', // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
}; };
export default sk; export default sk;

View File

@@ -333,11 +333,12 @@ const sv: Translation = {
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values', // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate
WAIT_FIRMWARE: 'Please wait while the firmware is being uploaded. The device will restart automatically.', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate
SWITCH_DEV: 'switch to the development version', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate
LATEST_VERSION: 'You are using the latest version.' // TODO translate LATEST_VERSION: 'You are using the latest version.', // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
}; };
export default sv; export default sv;

View File

@@ -333,11 +333,12 @@ const tr: Translation = {
SERVICES: 'Services', // TODO translate SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values', // TODO translate ALLVALUES: 'All Values', // TODO translate
SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate SPECIAL_FUNCTIONS: 'Special Functions', // TODO translate
WAIT_FIRMWARE: 'Please wait while the firmware is being uploaded. The device will restart automatically.', // TODO translate WAIT_FIRMWARE: 'Firmware is uploading and installing', // TODO translate
INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate INSTALL_VERSION: 'This will install vesion {0}. Are you sure?', // TODO translate
SWITCH_DEV: 'switch to the development version', // TODO translate SWITCH_DEV: 'switch to the development version', // TODO translate
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate UPGRADE_AVAILABLE: 'There is a firmware upgrade available!', // TODO translate
LATEST_VERSION: 'You are using the latest version.' // TODO translate LATEST_VERSION: 'You are using the latest version.', // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
}; };
export default tr; export default tr;