Sha256: 5704791a0e30691d4f9bcdef42a05be68ed698bce32c6b8ad96c59cb71967a4c

Contents?: true

Size: 1.71 KB

Versions: 4

Compression:

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

4 entries across 4 versions & 1 rubygems

Version Path
orchestration-0.6.3 config/locales/en.yml
orchestration-0.6.2 config/locales/en.yml
orchestration-0.6.1 config/locales/en.yml
orchestration-0.6.0 config/locales/en.yml