mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Added check and save encryption settings
This commit is contained in:
parent
137a976a36
commit
3a2483e9d6
7 changed files with 535 additions and 31 deletions
|
@ -515,5 +515,13 @@
|
|||
"privateKeyFile": "Set a private key file",
|
||||
"pastePrivateKey": "Paste the private key contents",
|
||||
"usePreviousKey": "Use the previously saved key",
|
||||
"privateKeyPath": "Private key path"
|
||||
"privateKeyPath": "Private key path",
|
||||
"invalidCertificate": "Invalid certificate",
|
||||
"invalidPrivateKey": "Invalid private key",
|
||||
"validatingData": "Validating data",
|
||||
"dataValid": "Data is valid",
|
||||
"dataNotValid": "Data not valid",
|
||||
"encryptionConfigSaved": "Encryption configuration saved successfully",
|
||||
"encryptionConfigNotSaved": "Encryption configuration could not be saved",
|
||||
"configError": "Configuration error"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue