32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"Config file $CONFIG_FILENAME not found": "Config file $CONFIG_FILENAME not found",
|
|
"Your password chould contain at least ${MINIMUM_PASSWORD_LENGTH} characters": "Your password chould contain at least ${MINIMUM_PASSWORD_LENGTH} characters",
|
|
"\nImage was created.\n\nYou will be able to log into it with:\n": [
|
|
"",
|
|
"Image was created.",
|
|
"",
|
|
"You will be able to log into it with:",
|
|
""
|
|
],
|
|
" ssh $USERNAME@$DEFAULT_DOMAIN_NAME -p $SSH_PORT\n\n Password: $PASSWORD\n": [
|
|
" ssh $USERNAME@$DEFAULT_DOMAIN_NAME -p $SSH_PORT",
|
|
"",
|
|
" Password: $PASSWORD",
|
|
""
|
|
],
|
|
" Username: $USERNAME\n Password: $PASSWORD\n": [
|
|
" Username: $USERNAME",
|
|
" Password: $PASSWORD",
|
|
""
|
|
],
|
|
"\n Username: $USERNAME\n Password: $PASSWORD\n": [
|
|
"",
|
|
" Username: $USERNAME",
|
|
" Password: $PASSWORD",
|
|
""
|
|
],
|
|
"Username: $USERNAME\nPassword: $PASSWORD": [
|
|
"Username: $USERNAME",
|
|
"Password: $PASSWORD"
|
|
]
|
|
} |