Sha256: e2a5658d8866bcbe9ddc34f37d3fc460c82893a1892d89d75f1a4d07116c253e

Contents?: true

Size: 1.93 KB

Versions: 13

Compression:

Stored size: 1.93 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}"
      unknown_adapter: "Unable to determine adapter from database.yml: %{adapter}"

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

    haproxy:
      waiting: "Waiting for HAProxy: %{config}"
      ready: "HAProxy 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/Docker repository name"
          prompt: "project name"

    rake:
      app:
        wait: "Wait for app to become available"
        unknown_web_server: "Unrecognised web server '%{server}'. Expected: %{expected}"

      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"

      haproxy:
        wait: "Wait for HAProxy to become available"

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

      install: "Install Orchestration tools"
      install_makefile: "(Re)create orchestration/Makefile"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
orchestration-0.5.0 config/locales/en.yml
orchestration-0.4.21 config/locales/en.yml
orchestration-0.4.20 config/locales/en.yml
orchestration-0.4.19 config/locales/en.yml
orchestration-0.4.18 config/locales/en.yml
orchestration-0.4.17 config/locales/en.yml
orchestration-0.4.16 config/locales/en.yml
orchestration-0.4.15 config/locales/en.yml
orchestration-0.4.14 config/locales/en.yml
orchestration-0.4.13 config/locales/en.yml
orchestration-0.4.12 config/locales/en.yml
orchestration-0.4.10 config/locales/en.yml
orchestration-0.4.9 config/locales/en.yml