Sha256: e85c2d0a69305326acdbc4183fa64077ac45ca79e63d23a040c8605e1fd08403
Contents?: true
Size: 935 Bytes
Versions: 12
Compression:
Stored size: 935 Bytes
Contents
# Sample localization file for English. Add more files in this directory for other locales. # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: hello: "Hello world" flash: notice: was_added: "was added" was_updated: "was updated" was_deleted: "was deleted" confirm: delete: "Are you sure?" sort: make_default: "Sorting will change order of records on site. Are you sure?" sort: by_position: "Sort by position" make_default: "Make this sort default" back: "Back" add: "Add" edit: "Edit" save: "Save" save_errors: "Errors" sign_out: "Sign out" activerecord: # Model names translations. Using in Model.human_name(). models: # user: "User" # Model attribute names translations. Using in Model.human_attribute_name(attribute). attributes: # user: # name: "Name" # desc: "Description"
Version data entries
12 entries across 12 versions & 1 rubygems