Sha256: cf3b29ea42cbb1bbe2997691d8a9fe14ebb0280c1ee75c284457ef0321a5c5c8

Contents?: true

Size: 1.76 KB

Versions: 6

Compression:

Stored size: 1.76 KB

Contents

fr:
  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"
  another_one: dskjdks
  another_string: "this is another string"
  hello: "Hello world!!"
  new_string: hehe
  test: " & & "

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
web_translate_it-2.0.1 examples/en.yml
web_translate_it-2.0.0 examples/en.yml
web_translate_it-2.0.0.rc4 examples/en.yml
web_translate_it-2.0.0.rc3 examples/en.yml
web_translate_it-2.0.0.rc2 examples/en.yml
web_translate_it-1.10.2 examples/en.yml