Add locales for inbox locking
This commit is contained in:
parent
38332194c7
commit
8bdf00e0e8
|
@ -67,6 +67,7 @@ en:
|
|||
remember_created_at: "Remember me set at"
|
||||
password: "Password"
|
||||
password_confirmation: "Confirm your password"
|
||||
privacy_lock_inbox: "Lock inbox and don't allow new questions"
|
||||
privacy_allow_anonymous_questions: "Allow anonymous questions"
|
||||
privacy_allow_public_timeline: "Show your answers in the public timeline"
|
||||
privacy_allow_stranger_answers: "Allow other people to answer your questions"
|
||||
|
|
|
@ -6,6 +6,7 @@ en:
|
|||
param_is_missing: "param is missing"
|
||||
|
||||
forbidden: "This is illegal, you know"
|
||||
inbox_locked: "This user currently does not accept questions"
|
||||
blocked: "You have been blocked from performing this request"
|
||||
other_blocked_self: "You have been blocked by this user"
|
||||
asking_other_blocked_self: "You have been blocked from asking this user questions"
|
||||
|
|
|
@ -123,6 +123,7 @@ en:
|
|||
banned: "This user got hit with ye olde banhammer."
|
||||
blocking: "You are blocking this user."
|
||||
blocked: "This user has blocked you."
|
||||
locked: "This user currently does not accept questions."
|
||||
devise:
|
||||
registrations:
|
||||
edit:
|
||||
|
|
Loading…
Reference in New Issue