Add locales for conversation API controller

This commit is contained in:
Frank Rousseau 2017-05-21 00:29:15 +02:00
parent 5a0759a3d9
commit 35860e2866

View file

@ -340,6 +340,7 @@ en:
destroy:
delete_success: "Conversation successfully deleted"
hide_success: "Conversation successfully hidden"
not_found: "Conversation not found"
date:
formats:
fullmonth_day: "%B %d"
@ -950,6 +951,10 @@ en:
login_required: "You must first login before you can authorize this application"
could_not_authorize: "The application could not be authorized"
error:
not_found: "No record found for given id."
wrong_parameters: "Some parameters are wrong or missing."
people:
person:
thats_you: "Thats you!"