Sha256: 2233f10e2839338050d1478ffa6d5b4f664284b38cb7c2493900d53e67f4ed4b

Contents?: true

Size: 1.98 KB

Versions: 9

Compression:

Stored size: 1.98 KB

Contents

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

    app:
      connection_error: "Error attempting to connect to app: received status code %{code}"

    database:
      unknown_environment: "Environment not defined in database configuration: %{environment}"
      unknown_adapter: "Unable to determine adapter from database.yml: %{adapter}"

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

    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)"
      upgrade: "Upgrade from Orchestration 0.5.x to 0.6.x"
      healthcheck: "Execute healthcheck; used for HEALTHCHECK command in Docker image"
      compose_services: "Output configured services for a given environment (RAILS_ENV)"
      install: "Install Orchestration tools"
      install_makefile: "(Re)create orchestration/Makefile"
      wait: "Wait for development/test dependencies to be available"
      db:
        url: "Return the database URL for the current environment (RAILS_ENV)"
        console: "Launch a database console for the current environment (RAILS_ENV)"

    dbconsole:
      postgresql: "PGPASSWORD='%<password>s' psql --username=%<username>s --host=%<host>s --port=%<port>s --dbname=%<database>s"
      postgis: "PGPASSWORD='%<password>s' psql --username=%<username>s --host=%<host>s --port=%<port>s --dbname=%<database>s"
      sqlite3: "sqlite3 %<database>s"
      mysql2: "mysql --user=%<username>s --port=%<port>s --host=%<host>s --password=%<password>s --no-auto-rehash %<database>s"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
orchestration-0.7.15 config/locales/en.yml
orchestration-0.7.14 config/locales/en.yml
orchestration-0.7.13 config/locales/en.yml
orchestration-0.7.12 config/locales/en.yml
orchestration-0.7.11 config/locales/en.yml
orchestration-0.7.10 config/locales/en.yml
orchestration-0.7.9 config/locales/en.yml
orchestration-0.7.8 config/locales/en.yml
orchestration-0.7.6 config/locales/en.yml