2022-09-26 13:51:18 +02:00
|
|
|
{
|
|
|
|
"home": "Home",
|
2022-09-26 16:08:56 +02:00
|
|
|
"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..."
|
2022-09-26 13:51:18 +02:00
|
|
|
}
|