9 lines
882 B
JSON
9 lines
882 B
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": "\nImage was created.\n\nYou will be able to log into it with:\n",
|
|
" ssh $USERNAME@$DEFAULT_DOMAIN_NAME -p $SSH_PORT\n\n Password: $PASSWORD\n": " ssh $USERNAME@$DEFAULT_DOMAIN_NAME -p $SSH_PORT\n\n Password: $PASSWORD\n",
|
|
" Username: $USERNAME\n Password: $PASSWORD\n": " Username: $USERNAME\n Password: $PASSWORD\n",
|
|
"\n Username: $USERNAME\n Password: $PASSWORD\n": "\n Username: $USERNAME\n Password: $PASSWORD\n",
|
|
"Username: $USERNAME\nPassword: $PASSWORD": "Username: $USERNAME\nPassword: $PASSWORD"
|
|
} |