Sha256: 76c9436b38d13f8de46d2bfe054c83aac2aa8af0595323b7ca88581d23c52b67

Contents?: true

Size: 1.62 KB

Versions: 14

Compression:

Stored size: 1.62 KB

Contents

en:
  orchestration:
    attempt_limit: "Unable to reconnect after %{limit} attempts. Aborting."
    default: "default"
    auto_update: "Orchestration Makefile was automatically updated to the latest version."

    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}"

    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:
      config: "Parse and output Orchestration config (internal use)"
      healthcheck: "Execute healthcheck; used for HEALTHCHECK command in Docker image"
      install: "Install Orchestration tools"
      install_makefile: "(Re)create orchestration/Makefile"
      wait: "Wait for development/test dependencies to be available"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
orchestration-0.5.14 config/locales/en.yml
orchestration-0.5.13 config/locales/en.yml
orchestration-0.5.12 config/locales/en.yml
orchestration-0.5.11 config/locales/en.yml
orchestration-0.5.10 config/locales/en.yml
orchestration-0.5.9 config/locales/en.yml
orchestration-0.5.8 config/locales/en.yml
orchestration-0.5.7 config/locales/en.yml
orchestration-0.5.6 config/locales/en.yml
orchestration-0.5.5 config/locales/en.yml
orchestration-0.5.4 config/locales/en.yml
orchestration-0.5.3 config/locales/en.yml
orchestration-0.5.2 config/locales/en.yml
orchestration-0.5.1 config/locales/en.yml