Sha256: 88c585a84c92639a9356701ab91d38bdd9f75f1aaa5903beb7e535fe56fd896f

Contents?: true

Size: 1.47 KB

Versions: 40

Compression:

Stored size: 1.47 KB

Contents

# Translations of all crud strings. 
# See also StandardHelper#translate_inheritable and #translate_association.

en:
  # global scope
  global:
    "yes": "sim"
    "no": "não"
    no_list_entries: No entries found.
    confirm_delete: Do you really want to delete this entry?

    associations:
      # association keys may be customized per model with the prefix
      # 'activerecord.associations.{model}.' or even per actual association with
      # 'activerecord.associations.models.{holder_model}.{assoc_name}.'
      no_entry: (none)
      none_available: (none available)
      please_select: Please select

    button:
      save: Save
      cancel: Cancel
      search: Search

    link:
      show: Show
      edit: Edit
      add: Add
      delete: Delete
      list: List
      
    errors:
      header:
        one: "1 error prohibited this entry from being saved:"
        other: "%{count} errors prohibited this entry from being saved:"

  # formats
  time:
    formats:
      time: "%H:%M"

  # list controller
  list:
    index:
      title: Listing %{models}

  # crud controller
  crud:
    show:
      title: "%{model}"
    new:
      title: "New %{model}"
    edit:
      title: "Edit %{model}"
    create:
      flash:
        success: "%{model} was successfully created."
    update:
      flash:
        success: "%{model} was successfully updated."
    destroy:
      flash:
        success: "%{model} was successfully deleted."
        failure: "%{model} could not be deleted."

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
mix-rails-0.26.3 admix/config/locales/en_crud.yml
admix-0.26.3 config/locales/en_crud.yml
mix-rails-0.26.2 admix/config/locales/en_crud.yml
admix-0.26.2 config/locales/en_crud.yml
mix-rails-0.26.1 admix/config/locales/en_crud.yml
admix-0.26.1 config/locales/en_crud.yml
mix-rails-0.26.0 admix/config/locales/en_crud.yml
admix-0.26.0 config/locales/en_crud.yml
mix-rails-0.25.1 admix/config/locales/en_crud.yml
admix-0.25.1 config/locales/en_crud.yml
mix-rails-0.25.0 admix/config/locales/en_crud.yml
admix-0.25.0 config/locales/en_crud.yml
mix-rails-0.24.1 admix/config/locales/en_crud.yml
admix-0.24.1 config/locales/en_crud.yml
mix-rails-0.24.0 admix/config/locales/en_crud.yml
admix-0.24.0 config/locales/en_crud.yml
mix-rails-0.23.1 admix/config/locales/en_crud.yml
admix-0.23.1 config/locales/en_crud.yml
mix-rails-0.23.0 admix/config/locales/en_crud.yml
admix-0.23.0 config/locales/en_crud.yml