Sha256: b8ad925aaf4a9cf3a6f1cb7cc6ad1e0e127c030896d300b3857f9fbe855f0407

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

en:
 activerecord:
    models:
      the_answer: The ultimate Answer
    attributes:
      the_answer:
        ultimate_truth: "The answer the answer to life, the universe and everything"
    values:
      the_answer:
        ultimate_truth:
          '42':
            one: was calculated by Deep Thought
            other: there is only one ultimate answer
          'wissen ist Nacht': coined by Prof. Dr. Abdul Nachtigaller
      parent:
        field:
          '1': 'parent value 1'
          '2': 'parent value 2'
          '3': 'parent value 3'
      child:
        field:
          '1': 'child value 1'
          '2': 'child value 2'
      sibling:
        field:
          '4': 'sibling value 4'
      grand_child:
        field:
          '1': 'grandchild value 1'
      boolean_model:
        boolean_field:
          'true': 'This is true'
      numeric_model:
        integer_field:
          '1': 'One'
        decimal_field:
          '1_0': 'One point zero'
      enum_model:
        status:
          dead_and_alive: 'The box has not been opened yet'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
human_attribute_values-1.0.1 test/dummy/config/locales/en.yml
human_attribute_values-1.0.0 test/dummy/config/locales/en.yml
human_attribute_values-0.0.2 test/dummy/config/locales/en.yml
human_attribute_values-0.0.1 test/dummy/config/locales/en.yml