Sha256: 94f43afa8d830e8ae675acf3cc6fc0e5dfe833001fe055cd400b34b52cc34c03

Contents?: true

Size: 1.7 KB

Versions: 3

Compression:

Stored size: 1.7 KB

Contents

en:
  acts_as_list:
    flash:
      actions:
        reposition:
          inserted_after: Inserted "%{inserted_resource} after %{target_resource}."
          inserted_before: "Inserted %{inserted_resource} before %{target_resource}."
  acts_as_published:
    flash:
      actions:
        toggle_published:
          published:
            notice: "Published %{resource_name}."
          unpublished:
            notice: "Unpublished %{resource_name}."
  awesome_nested_set:
    flash:
      actions:
        reposition:
          notice: "%{inserted_resource} nach %{target_resource} eingefügt"
  flash:
    actions:
      create:
        notice: "%{resource_name} was successfully created."
      update:
        notice: "%{resource_name} was successfully updated."
      destroy:
        notice: "%{resource_name} was successfully destroyed."
        alert: "%{resource_name} could not be destroyed."
      perform:
        notice: "%{resource_name} was executed."
        alert: "%{resource_name} could not be executed. Errors: %{errors}"
  rao:
    resources_controller:
      aasm_concern:
        trigger_event:
          failure: "The event %{event} failed. Errors: %{errors}"
          success: "The event %{event} completed successfully. The new state is %{state}."
      base:
        form_buttons:
          cancel: "Cancel"
        edit:
          title: "Edit %{resource_name}"
        index:
          new: "New"
        new:
          title: "New %{resource_name}"
        show_actions:
          back: "Back"
          destroy: "Delete"
          destroy_confirmation: "Are you sure?"
          edit: "Edit"
      batch_actions_concern:
        destroy_many:
          success: "Deleted %{count} %{collection_name}."

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rao-resources_controller-0.0.52.pre config/locales/en.yml
rao-resources_controller-0.0.51.pre config/locales/en.yml
rao-resources_controller-0.0.50.pre config/locales/en.yml