adds booth backend for index, show, create and edit actions
This commit is contained in:
@@ -174,7 +174,7 @@ en:
|
||||
close_date: "Close date"
|
||||
submit_button: "Update poll"
|
||||
show:
|
||||
no_booths: "There is no booths in this poll."
|
||||
no_booths: "There are no booths in this poll."
|
||||
add_booth: "Add booth"
|
||||
booths_title: "List of booths"
|
||||
name: "Name"
|
||||
@@ -184,7 +184,7 @@ en:
|
||||
title: "List of booths"
|
||||
select_poll: "Select a poll"
|
||||
title_list: "List of booths of poll %{poll}"
|
||||
no_booths: "There is no booths in this poll."
|
||||
no_booths: "There are no booths in this poll."
|
||||
add_booth: "Add booth"
|
||||
name: "Name"
|
||||
location: "Location"
|
||||
|
||||
@@ -7,6 +7,7 @@ en:
|
||||
debate: "Debate created successfully."
|
||||
direct_message: "You message has been sent successfully."
|
||||
poll: "Poll created successfully."
|
||||
poll_booth: "Booth created successfully."
|
||||
proposal: "Proposal created successfully."
|
||||
proposal_notification: "Your message has been sent correctly."
|
||||
spending_proposal: "Spending proposal created successfully. You can access it from %{activity}"
|
||||
@@ -16,6 +17,7 @@ en:
|
||||
notice: "%{resource_name} updated successfully."
|
||||
debate: "Debate updated successfully."
|
||||
poll: "Poll updated successfully."
|
||||
poll_booth: "Booth updated successfully."
|
||||
proposal: "Proposal updated successfully."
|
||||
spending_proposal: "Investment project updated succesfully."
|
||||
destroy:
|
||||
|
||||
@@ -7,6 +7,7 @@ es:
|
||||
debate: "Debate creado correctamente."
|
||||
direct_message: "Tu mensaje ha sido enviado correctamente."
|
||||
poll: "Votación presencial creada correctamente."
|
||||
poll_booth: "Urna creada correctamente."
|
||||
proposal: "Propuesta creada correctamente."
|
||||
proposal_notification: "Tu message ha sido enviado correctamente."
|
||||
spending_proposal: "Propuesta de inversión creada correctamente. Puedes acceder a ella desde %{activity}"
|
||||
@@ -16,6 +17,8 @@ es:
|
||||
notice: "%{resource_name} actualizado correctamente."
|
||||
debate: "Debate actualizado correctamente."
|
||||
proposal: "Propuesta actualizada correctamente."
|
||||
poll: "Votación presencial actualizada correctamente."
|
||||
poll_booth: "Urna actualizada correctamente."
|
||||
spending_proposal: "Propuesta de inversión actualizada correctamente."
|
||||
destroy:
|
||||
spending_proposal: "Propuesta de inversión eliminada."
|
||||
Reference in New Issue
Block a user