github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/resource/templates/core/locales/folder-name.en-us.yaml.tmpl (about)

     1  - id: "{{.opts.Model.Singularize.Underscore}}.created.success"
     2    translation: "{{.opts.Model.Proper}} was successfully created."
     3  - id: "{{.opts.Model.Singularize.Underscore}}.updated.success"
     4    translation: "{{.opts.Model.Proper}} was successfully updated."
     5  - id: "{{.opts.Model.Singularize.Underscore}}.destroyed.success"
     6    translation: "{{.opts.Model.Proper}} was successfully destroyed."