Sha256: 4250f11ed1873b00fd0b80c99c7819b87a239a38609e53474e79b933dfdc6b9c

Contents?: true

Size: 1.51 KB

Versions: 4

Compression:

Stored size: 1.51 KB

Contents

en:
  configuration:
    name: Configuration
    errors:
      oauth_user_not_setup: Options oauth_user not setted
      oauth_token_not_setup: Options oauth_token not setted
    recommendations: "Check [abak-flow] section in ~/.gitcofig file"

  repository:
    name: Repository
    errors:
      origin_not_setup: Repository with name 'origin' not found
      upstream_not_setup: Repository with name 'upstream' not found
    recommendations: "Check .git/cofig file"

  pull_request:
    name: Pull Request
    errors:
      head_is_incorrect: Something wrong with 'head' branch
      base_is_incorrect: Something wrong with 'base' branch
      title_is_incorrect: Title is not specified
      body_is_incorrect: Message body is not specified

  commands:
    default:
      fail: Something goes wrong!
    checkup:
      fail: You are not prepared!
      success: "Congratulations, you are ready to ROCK :)"
    compare:
      fail: Something goes wrong!
      updating: "Updating %{branch} → %{upstream}"
      diverging: "Branches may diverging\nAdvice: switch to branch '%{branch}' and retry operation"
    publish:
      fail: Something goes wrong!
      success: "Pull request successfuly created %{link}"
      requesting: "Creating pull request %{branch} → %{upstream}"
      updating: "Updating %{branch} → %{upstream}"
      nothing: I have nothing to say ...
    done:
      fail: Something goes wrong!
      deleting: "Deleting %{branch} in %{upstream}"
      errors:
        branch_is_incorrect: "You can't delete %{branch}"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
abak-flow-1.0.10 lib/abak-flow/locales/en.yml
abak-flow-1.0.9 lib/abak-flow/locales/en.yml
abak-flow-1.0.8 lib/abak-flow/locales/en.yml
abak-flow-1.0.7 lib/abak-flow/locales/en.yml