Sha256: a2c543685f240bdd35333fd460f99fd8115ea94ee1e89a1838e06e50f423d9ef

Contents?: true

Size: 1.65 KB

Versions: 4

Compression:

Stored size: 1.65 KB

Contents

# -*- encoding: utf-8 -*-
# -*- frozen_string_literal: true -*-
# -*- warn_indent: true -*-

{
  en: {
    activerecord: {
      attributes: {
        country: {
          name: "Name",
        },
        fruit: {
          name: "Name",
        },
        skill: {
          name: "Name",
        },
        user: {
          name: "Name",
          email: "Email address",
          password: "Password",
          password_confirmation: "Confirm password",
          mobile_number: "Mobile number",
          blog_url: "Blog URL",
          birth_date: "Birth date",
          fruit_id: "Favorite fruit",
          terms: "I accept terms and conditions",
          excellence: "Excellence",
          skill_ids: "Skills",
          username: "Username",
          remember_me: "Keep me signed in",
          expected_ctc: "Expected CTC",
          interview_date: "Interview date",
          interview_time: "Interview time",
          interview_datetime: "Interview date & time",
          weekly_off: "Week off",
          gender: "Gender",
          bio: "Life story",
          avatar: "Avatar",
        },
        user_skill: {
          user_id: "User",
          skill_id: "Skill"
        },
        address: {
          street: "Street",
          state: "State",
          city: "City",
          postal_code: "Postal code",
          country_id: "Country"
        },
      },
      help_texts: {
        user: {
          email: "Please use official email address",
          terms: "You must first accept terms and conditions in order to continue",
          skill_ids: "Select your strong skills",
          fruit_id: "Select your favorite fruit",
        }
      },
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_bootstrap_form-0.9.9 demo/config/locales/en.rb
rails_bootstrap_form-0.9.8 demo/config/locales/en.rb
rails_bootstrap_form-0.9.7 demo/config/locales/en.rb
rails_bootstrap_form-0.9.6 demo/config/locales/en.rb