Newer
Older
dmpopidor / config / locales / administrate.en_GB.yml
@Jimmy Angelakos Jimmy Angelakos on 27 Mar 2017 661 bytes Administrate (new Super Admin) fixes
---
en_GB:
  administrate:
    actions:
      confirm: Are you sure?
      destroy: Destroy
      edit: Edit
      show: Show
      new: New
      back: Back
    controller:
      create:
        success: "%{resource} was successfully created."
      destroy:
        success: "%{resource} was successfully destroyed."
      update:
        success: "%{resource} was successfully updated."
    fields:
      has_many:
        more: Showing %{count} of %{total_count}
        none: None
      polymorphic:
        not_supported: Polymorphic relationship forms are not supported.
      has_one:
        not_supported: HasOne relationship forms are not supported.