Add locales for conversation API controller
This commit is contained in:
parent
5a0759a3d9
commit
35860e2866
1 changed files with 5 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ en:
|
||||||
destroy:
|
destroy:
|
||||||
delete_success: "Conversation successfully deleted"
|
delete_success: "Conversation successfully deleted"
|
||||||
hide_success: "Conversation successfully hidden"
|
hide_success: "Conversation successfully hidden"
|
||||||
|
not_found: "Conversation not found"
|
||||||
date:
|
date:
|
||||||
formats:
|
formats:
|
||||||
fullmonth_day: "%B %d"
|
fullmonth_day: "%B %d"
|
||||||
|
|
@ -950,6 +951,10 @@ en:
|
||||||
login_required: "You must first login before you can authorize this application"
|
login_required: "You must first login before you can authorize this application"
|
||||||
could_not_authorize: "The application could not be authorized"
|
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:
|
people:
|
||||||
person:
|
person:
|
||||||
thats_you: "That’s you!"
|
thats_you: "That’s you!"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue