adguard-home-manager/lib/l10n/app_en.arb

30 lines
1 KiB
Text
Raw Normal View History

{
"home": "Home",
"settings": "Settings",
"connect": "Connect",
"servers": "Servers",
"createConnection": "Create connection",
"name": "Name",
"ipDomain": "IP address or domain",
"path": "Path",
"port": "Port",
"username": "Username",
"password": "Password",
"defaultServer": "Default server",
"general": "General",
"connection": "Connection",
"authentication": "Authentication",
2022-09-26 18:49:41 +02:00
"other": "Other",
"invalidPort": "Invalid port",
"invalidPath": "Invalid path",
"invalidIpDomain": "Invalid IP or domain",
"ipDomainNotEmpty": "IP or domain cannot be empty",
"nameNotEmpty": "Name cannot be empty",
"invalidUsernamePassword": "Invalid username or password",
"tooManyAttempts": "Too many attempts. Try again later.",
"cantReachServer": "Can't reach server. Check connection data.",
"sslError": "SSL error",
"unknownError": "Unknown error",
"connectionNotCreated": "Connection couldn't be created",
"connecting": "Connecting..."
}