123456789101112131415161718192021222324 |
- # 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:
- breadcrumbs:
- application:
- root: "Index"
- pages:
- pages: "Pages"
- helpers:
- actions: "Actions"
- links:
- back: "Back"
- cancel: "Cancel"
- confirm: "Are you sure?"
- destroy: "Delete"
- new: "New"
- edit: "Edit"
- titles:
- edit: "Edit %{model}"
- save: "Save %{model}"
- new: "New %{model}"
- delete: "Delete %{model}"
|