Sha256: 924339eda1a8cefb45068a71c2c3b7302ec5a03508bf73022599fc2f9e3313bb

Contents?: true

Size: 1.75 KB

Versions: 4

Compression:

Stored size: 1.75 KB

Contents

en:
  orchestration:
    attempt_limit: "Unable to reconnect after %{limit} attempts. Aborting."
    default: "default"

    app:
      waiting: "Waiting for app: %{config}"
      ready: "App is ready."
      connection_error: "Error attempting to connect to app: received status code %{code}"

    database:
      waiting: "Waiting for database: %{config}"
      ready: "Database is ready."
      unknown_environment: "Environment not defined in database configuration: %{environment}"

    mongo:
      waiting: "Waiting for Mongo: %{config}"
      ready: "Mongo is ready."
      bad_config: "Unable to parse Mongo config: %{path}. Expected section for one of: %{expected}"

    nginx_proxy:
      waiting: "Waiting for Nginx proxy: %{config}"
      ready: "Nginx proxy is ready."

    rabbitmq:
      waiting: "Waiting for RabbitMQ: %{config}"
      ready: "RabbitMQ is ready."

    custom_service:
      waiting: "Waiting for [%{service}]: %{config}"
      ready: "[%{service}] is ready."

    settings:
      docker:
        organization:
          description: "Docker registry organization/username"
          prompt: "organization"

        repository:
          description: "Project name (will be used as Docker registry repository)"
          prompt: "project name"

    rake:
      app:
        wait: "Wait for app to become available"

      database:
        wait: "Wait for database to become available"

      listener:
        wait: "Wait for a locally-bound service to accept connections (pass `service=NAME`)"

      mongo:
        wait: "Wait for Mongo to become available"

      nginx_proxy:
        wait: "Wait for Nginx proxy to become available"

      rabbitmq:
        wait: "Wait for RabbitMQ to become available"

      install: "Install Orchestration tools"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
orchestration-0.3.8 config/locales/en.yml
orchestration-0.3.7 config/locales/en.yml
orchestration-0.3.6 config/locales/en.yml
orchestration-0.3.5 config/locales/en.yml