Sha256: 5874014d1edb3f924f88b038fe55d2f421fb60609d446d72c753305a1006099d

Contents?: true

Size: 1.85 KB

Versions: 17

Compression:

Stored size: 1.85 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"
      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

17 entries across 17 versions & 1 rubygems

Version Path
orchestration-0.6.16 config/locales/en.yml
orchestration-0.6.15 config/locales/en.yml
orchestration-0.6.14 config/locales/en.yml
orchestration-0.6.13 config/locales/en.yml
orchestration-0.6.12 config/locales/en.yml
orchestration-0.6.11 config/locales/en.yml
orchestration-0.6.10 config/locales/en.yml
orchestration-0.7.5 config/locales/en.yml
orchestration-0.7.4 config/locales/en.yml
orchestration-0.6.9 config/locales/en.yml
orchestration-0.6.8 config/locales/en.yml
orchestration-0.7.3 config/locales/en.yml
orchestration-0.7.2 config/locales/en.yml
orchestration-0.7.1 config/locales/en.yml
orchestration-0.6.7 config/locales/en.yml
orchestration-0.7.0 config/locales/en.yml
orchestration-0.6.6 config/locales/en.yml