auto scroll translation

This commit is contained in:
proddy
2024-09-12 16:06:26 +02:00
parent 141c3a7b1e
commit 9e5182e4b2
10 changed files with 22 additions and 12 deletions

View File

@@ -338,7 +338,8 @@ const it: Translation = {
LATEST_VERSION: 'You are using the latest firmware version.', // TODO translate
PLEASE_WAIT: 'Please wait', // TODO translate
RESTARTING_PRE: 'Initializing', // TODO translate
RESTARTING_POST: 'Preparing' // TODO translate
RESTARTING_POST: 'Preparing', // TODO translate
AUTO_SCROLL: 'Auto Scroll' // TODO translate
};
export default it;