add restart translations

This commit is contained in:
proddy
2024-09-01 11:43:40 +02:00
parent 4ff7e95b19
commit 89854a45b5
11 changed files with 22 additions and 4 deletions

View File

@@ -339,6 +339,8 @@ const en: Translation = {
UPGRADE_AVAILABLE: 'There is a firmware upgrade available!',
LATEST_VERSION: 'You are using the latest version.',
PLEASE_WAIT: 'Please wait',
RESTARTING_PRE: 'Initializing',
RESTARTING_POST: 'Reloading'
};
export default en;