en: vagrant_tiktalik: already_created: |- The machine is already created. launching_instance: |- Launching an instance with the following settings... launch_no_keypair: |- Warning! You didn't specify a keypair to launch your instance with. This can sometimes result in not being able to access your instance. launch_vpc_warning: |- Warning! You're launching this instance into a VPC without an elastic IP. Please verify you're properly connected to a VPN so you can access this machine, otherwise Vagrant will not be able to SSH into it. not_created: |- Instance is not created. Please run `vagrant up` first. ready: |- Machine is booted and ready for use! rsync_folder: |- Rsyncing folder: %{hostpath} => %{guestpath} terminating: |- Terminating the instance... powering_off: |- Stopping the instance... powering_on: |- Starting the instance... waiting_for_ready: |- Waiting for instance to become "ready"... waiting_for_ssh: |- Waiting for SSH to become available... active_instance: |- Instance is already up and running unknown_state: |- Instance is in unknown state warn_networks: |- Warning! The Tiktalik.com provider doesn't support any of the Vagrant high-level network configurations (`config.vm.network`). They will be silently ignored. will_not_destroy: |- The instance '%{name}' will not be destroyed, since the confirmation was declined. config: api_key_required: |- An access key ID must be specified via "api_key" image_required: |- An instance image UUID must be configured via "image" api_secret_required: |- A secret access key is required via "api_secret" ssh_key_required: |- A SSH key is required via "ssh_key" errors: fog_error: |- There was an error talking to Tiktalik.com API. The error message is shown below: %{message} instance_ready_timeout: |- The instance never became "ready" in Tiktalik.com. The timeout currently set waiting for the instance to become ready is %{timeout} seconds. Please verify that the machine properly boots. If you need more time set the `instance_ready_timeout` configuration on the Tiktalik.com provider. rsync_error: |- There was an error when attemping to rsync a share folder. Please inspect the error message below for more info. Host path: %{hostpath} Guest path: %{guestpath} Error: %{stderr} states: short_not_created: |- not created long_not_created: |- The Tiktalik.com instance is not created. Run `vagrant up` to create it. short_running: |- running long_running: |- The Tiktalik.com instance is running. To stop this machine, you can run `vagrant halt`. To destroy the machine, you can run `vagrant destroy`. short_pending: |- pending long_pending: |- The Tiktalik.com instance is still being initialized. To destroy this machine, you can run `vagrant destroy`. short_stopped: |- stopped long_stopped: |- The Tiktalik.com instance is stopped. To destroy this machine, you can run `vagrant destroy`.