Move locales to proper namespaces
This commit is contained in:
parent
cc00fff8cd
commit
23dc8a17f9
|
@ -297,10 +297,7 @@ en:
|
||||||
profile:
|
profile:
|
||||||
profile: "Show profile"
|
profile: "Show profile"
|
||||||
settings: "Settings"
|
settings: "Settings"
|
||||||
admin: "Rails Admin"
|
admin: "Administration Panel"
|
||||||
sidekiq: "Sidekiq"
|
|
||||||
pghero: "Database Monitor"
|
|
||||||
announcements: "Announcements"
|
|
||||||
unmask:
|
unmask:
|
||||||
enable: "Enable Moderation View"
|
enable: "Enable Moderation View"
|
||||||
disable: "Disable Moderation View"
|
disable: "Disable Moderation View"
|
||||||
|
@ -309,7 +306,6 @@ en:
|
||||||
heading: "Feedback"
|
heading: "Feedback"
|
||||||
bugs: "Bugs"
|
bugs: "Bugs"
|
||||||
features: "Feature Requests"
|
features: "Feature Requests"
|
||||||
site_wide_blocks: "Site-wide anonymous blocks"
|
|
||||||
desktop:
|
desktop:
|
||||||
ask_question: "Ask a question"
|
ask_question: "Ask a question"
|
||||||
list: :user.actions.list
|
list: :user.actions.list
|
||||||
|
@ -518,6 +514,11 @@ en:
|
||||||
deleted_question: "Deleted question"
|
deleted_question: "Deleted question"
|
||||||
blocked: "blocked %{time} ago"
|
blocked: "blocked %{time} ago"
|
||||||
tabs:
|
tabs:
|
||||||
|
admin:
|
||||||
|
announcements: "Announcements"
|
||||||
|
rails: "Rails Admin"
|
||||||
|
sidekiq: "Sidekiq"
|
||||||
|
pghero: "Database Monitor"
|
||||||
feed:
|
feed:
|
||||||
public: "Public"
|
public: "Public"
|
||||||
timeline: "Your Timeline"
|
timeline: "Your Timeline"
|
||||||
|
@ -542,6 +543,7 @@ en:
|
||||||
comments: :activerecord.models.comment.other
|
comments: :activerecord.models.comment.other
|
||||||
users: :activerecord.models.user.other
|
users: :activerecord.models.user.other
|
||||||
questions: :activerecord.models.question.other
|
questions: :activerecord.models.question.other
|
||||||
|
site_wide_blocks: "Site-wide anonymous blocks"
|
||||||
notifications:
|
notifications:
|
||||||
all: "All notifications"
|
all: "All notifications"
|
||||||
new: "New notifications"
|
new: "New notifications"
|
||||||
|
|
Loading…
Reference in New Issue