Replace i18n destroy to delete
This commit is contained in:
@@ -106,8 +106,8 @@ en:
|
||||
blank_dates: Dates are blank
|
||||
destroy:
|
||||
success_notice: Budget deleted successfully
|
||||
unable_notice: You cannot destroy a budget that has associated investments
|
||||
unable_notice_polls: You cannot destroy a budget that has an associated poll
|
||||
unable_notice: You cannot delete a budget that has associated investments
|
||||
unable_notice_polls: You cannot delete a budget that has an associated poll
|
||||
new:
|
||||
title: New participatory budget
|
||||
winners:
|
||||
@@ -130,7 +130,7 @@ en:
|
||||
notice: "Group updated successfully"
|
||||
destroy:
|
||||
success_notice: "Group deleted successfully"
|
||||
unable_notice: "You cannot destroy a Group that has associated headings"
|
||||
unable_notice: "You cannot delete a Group that has associated headings"
|
||||
form:
|
||||
create: "Create new group"
|
||||
edit: "Edit group"
|
||||
@@ -150,7 +150,7 @@ en:
|
||||
notice: "Heading updated successfully"
|
||||
destroy:
|
||||
success_notice: "Heading deleted successfully"
|
||||
unable_notice: "You cannot destroy a Heading that has associated investments"
|
||||
unable_notice: "You cannot delete a Heading that has associated investments"
|
||||
form:
|
||||
name: "Heading name"
|
||||
amount: "Amount"
|
||||
@@ -1507,7 +1507,7 @@ en:
|
||||
origin_total: Total participants
|
||||
tags:
|
||||
create: Create topic
|
||||
destroy: Destroy topic
|
||||
destroy: Delete topic
|
||||
index:
|
||||
add_tag: Add a new proposal topic
|
||||
title: Proposal topics
|
||||
|
||||
@@ -26,7 +26,7 @@ en:
|
||||
new_topic: Create topic
|
||||
topic:
|
||||
edit: Edit topic
|
||||
destroy: Destroy topic
|
||||
destroy: Delete topic
|
||||
comments:
|
||||
one: 1 comment
|
||||
other: "%{count} comments"
|
||||
|
||||
@@ -14,11 +14,11 @@ en:
|
||||
actions:
|
||||
destroy:
|
||||
notice: Document was deleted successfully.
|
||||
alert: Cannot destroy document.
|
||||
alert: Cannot delete document.
|
||||
confirm: Are you sure you want to delete the document? This action cannot be undone!
|
||||
buttons:
|
||||
download_document: Download file
|
||||
destroy_document: Destroy document
|
||||
destroy_document: Delete document
|
||||
errors:
|
||||
messages:
|
||||
in_between: must be in between %{min} and %{max}
|
||||
|
||||
@@ -14,7 +14,7 @@ en:
|
||||
actions:
|
||||
destroy:
|
||||
notice: Image was deleted successfully.
|
||||
alert: Cannot destroy image.
|
||||
alert: Cannot delete image.
|
||||
errors:
|
||||
messages:
|
||||
in_between: must be in between %{min} and %{max}
|
||||
|
||||
Reference in New Issue
Block a user