mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Added servers list and edit server
This commit is contained in:
parent
3acfc7c5a5
commit
59e9917a4b
12 changed files with 777 additions and 14 deletions
|
@ -26,5 +26,22 @@
|
|||
"sslError": "SSL error",
|
||||
"unknownError": "Unknown error",
|
||||
"connectionNotCreated": "Connection couldn't be created",
|
||||
"connecting": "Connecting..."
|
||||
"connecting": "Connecting...",
|
||||
"connected": "Connected",
|
||||
"selectedDisconnected": "Selected but disconnected",
|
||||
"connectionDefaultSuccessfully": "Connection set as default successfully.",
|
||||
"connectionDefaultFailed": "Connection could not be set as default.",
|
||||
"noSavedConnections": "No saved connections",
|
||||
"cannotConnect": "Cannot connect to the server",
|
||||
"connectionRemoved": "Connection removed successfully",
|
||||
"connectionCannotBeRemoved": "Connection cannot be removed.",
|
||||
"remove": "Remove",
|
||||
"removeWarning": "Are you sure you want to remove the connection with this AdGuard Home server?",
|
||||
"cancel": "Cancel",
|
||||
"defaultConnection": "Default connection",
|
||||
"setDefault": "Set default",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"save": "Save",
|
||||
"connectionNotUpdated": "Connection not updated"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue