mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Added timer disable general
This commit is contained in:
parent
fd981053cf
commit
38172a2c1c
8 changed files with 317 additions and 52 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue