Sha256: 1888ceeaffb4f1c90b16066e979a6179b97b649d403f9b3e2606158aa530e5f8
Contents?: true
Size: 1.63 KB
Versions: 3
Compression:
Stored size: 1.63 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: 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.49.pre | config/locales/en.yml |
rao-resources_controller-0.0.48.pre | config/locales/en.yml |
rao-resources_controller-0.0.47.pre | config/locales/en.yml |