Sha256: 86e5258917956772470bddc5c65f4f47e94158d6c555e537561fa7e0af3f53aa

Contents?: true

Size: 1.64 KB

Versions: 128

Compression:

Stored size: 1.64 KB

Contents

en:
  activerecord:
    errors:
      templates:
        header:
          one: "1 error prohibited this {{model}} from being saved"
          other: "{{count}} errors prohibited this {{model}} from being saved"
          body: "there were problems with the following fields:"
          messages:
            accepted: "must be accepted"
            blank: "can't be blank"
            confirmation: "doesn't match confirmation"
            empty: "can't be empty"
            equal_to: "must be equal to {{count}}"
            even: "must be even"
            exclusion: "is reserved"
            greater_than: "must be greater than {{count}}"
            greater_than_or_equal_to: "must be greater than or equal to {{count}}"
            inclusion: "is not included in the list"
            invalid: "is invalid"
            less_than: "must be less than {{count}}"
            less_than_or_equal_to: "must be less than or equal to {{count}}"
            not_a_number: "is not a number"
            odd: "must be odd"
            taken: "is already taken"
            too_long: "is too long (maximum is {{count}} characters)"
            too_short: "is too short (minimum is {{count}} characters)"
            wrong_length: "is the wrong length (should be {{count}} characters)" 
      models:
        invitation:
          attributes:
            email:
              user_already_invited: "This user has already been invited"
              user_already_member: "This user is already a member"
        project_file:
          attributes:
            file:
              file_format_not_supported: "Sorry, we currenly support only Gettext .pot/.po, .yml/.yaml and .strings"

Version data entries

128 entries across 121 versions & 2 rubygems

Version Path
web_translate_it-2.6.2 spec/examples/en.yml
web_translate_it-2.6.1 spec/examples/en.yml
web_translate_it-2.6.0 spec/examples/en.yml
web_translate_it-2.5.4 spec/examples/en.yml
web_translate_it-2.5.3 spec/examples/en.yml
web_translate_it-2.5.2 spec/examples/en.yml
web_translate_it-2.5.1 spec/examples/en.yml
web_translate_it-2.5.0 spec/examples/en.yml
web_translate_it-2.4.12 spec/examples/en.yml
web_translate_it-2.4.11 spec/examples/en.yml
web_translate_it-2.4.10 spec/examples/en.yml
web_translate_it-2.4.9 spec/examples/en.yml
web_translate_it-2.4.8 spec/examples/en.yml
web_translate_it-2.4.7 spec/examples/en.yml
web_translate_it-2.4.6 spec/examples/en.yml
web_translate_it-2.4.5 spec/examples/en.yml
web_translate_it-2.4.4 spec/examples/en.yml
web_translate_it-2.4.3 spec/examples/en.yml
web_translate_it-2.4.2 spec/examples/en.yml
web_translate_it-2.4.1 spec/examples/en.yml