Added timer disable general

This commit is contained in:
Juan Gilsanz Polo 2023-04-12 23:26:50 +02:00
parent fd981053cf
commit 38172a2c1c
8 changed files with 317 additions and 52 deletions

View file

@ -355,7 +355,7 @@
"gateway": "Gateway",
"gatewayNotValid": "Gateway not valid",
"leaseTime": "Lease time",
"seconds": "seconds",
"seconds": "{time} seconds",
"leaseTimeNotValid": "Lease time not valid",
"restoreConfiguration": "Reset configuration",
"restoreConfigurationMessage": "Are you sure you want to continue? This will reset all the configuration. This action cannot be undone.",
@ -598,5 +598,10 @@
"checkUpdates": "Check updates",
"requestingUpdate": "Requesting update...",
"autoupdateUnavailable": "Autoupdate unavailable",
"autoupdateUnavailableDescription": "The autoupdate service is not available for this server. It could be because the server is running on a Docker container. You have to update your server manually."
"autoupdateUnavailableDescription": "The autoupdate service is not available for this server. It could be because the server is running on a Docker container. You have to update your server manually.",
"minute": "{time} minute",
"minutes": "{time} minutes",
"hour": "{time} hour",
"hours": "{time} hours",
"remainingTime": "Remaining time"
}