Move announcement locales to proper namespace
This commit is contained in:
parent
930e16bbda
commit
0dee066e9f
|
@ -1,4 +1,15 @@
|
||||||
en:
|
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:
|
ajax:
|
||||||
noauth: :messages.noauth
|
noauth: :messages.noauth
|
||||||
anonymous_block:
|
anonymous_block:
|
||||||
|
@ -122,16 +133,6 @@ en:
|
||||||
destroy_comment:
|
destroy_comment:
|
||||||
success: "Successfully unsmiled comment."
|
success: "Successfully unsmiled comment."
|
||||||
error: "You have not smiled that 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:
|
inbox:
|
||||||
author:
|
author:
|
||||||
info: "No questions from @%{author} found, showing entries from all users instead!"
|
info: "No questions from @%{author} found, showing entries from all users instead!"
|
||||||
|
|
Loading…
Reference in New Issue