Sha256: d749a6b9ec772890ab1b4e26cc6b63c198a17f0b423ff3b2f6e452f1a7aaeb46
Contents?: true
Size: 1.07 KB
Versions: 5
Compression:
Stored size: 1.07 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", }, 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" } }, } } }
Version data entries
5 entries across 5 versions & 1 rubygems