Move announcement locales to proper namespace
This commit is contained in:
parent
930e16bbda
commit
0dee066e9f
|
@ -1,4 +1,15 @@
|
|||
en:
|
||||
admin:
|
||||
announcement:
|
||||
create:
|
||||
success: "Announcement created successfully."
|
||||
error: "Unable to create announcement."
|
||||
update:
|
||||
success: "Announcement updated successfully."
|
||||
error: "Unable to save announcement."
|
||||
destroy:
|
||||
success: "Announcement has been deleted successfully."
|
||||
error: "Unable to delete announcement."
|
||||
ajax:
|
||||
noauth: :messages.noauth
|
||||
anonymous_block:
|
||||
|
@ -122,16 +133,6 @@ en:
|
|||
destroy_comment:
|
||||
success: "Successfully unsmiled comment."
|
||||
error: "You have not smiled that comment."
|
||||
announcement:
|
||||
create:
|
||||
success: "Announcement created successfully."
|
||||
error: "Unable to create announcement."
|
||||
update:
|
||||
success: "Announcement updated successfully."
|
||||
error: "Unable to save announcement."
|
||||
destroy:
|
||||
success: "Announcement has been deleted successfully."
|
||||
error: "Unable to delete announcement."
|
||||
inbox:
|
||||
author:
|
||||
info: "No questions from @%{author} found, showing entries from all users instead!"
|
||||
|
|
Loading…
Reference in New Issue