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 pl: BaseTranslation = {
SERVICES: 'Services', // TODO translate
ALLVALUES: 'All Values', // 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
SWITCH_DEV: 'switch to the development version', // 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;