freedombonee/locale/en_us/freedombone-image.json

32 lines
1.1 KiB
JSON
Raw Normal View History

2016-03-21 18:26:15 +01:00
{
"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"
]
}