Add locales for user requirement setting and views
This commit is contained in:
parent
16c6e7c096
commit
a705543d89
|
@ -68,6 +68,7 @@ en:
|
||||||
password: "Password"
|
password: "Password"
|
||||||
password_confirmation: "Confirm your password"
|
password_confirmation: "Confirm your password"
|
||||||
privacy_allow_anonymous_questions: "Allow anonymous questions"
|
privacy_allow_anonymous_questions: "Allow anonymous questions"
|
||||||
|
privacy_require_user: "Require users to be logged in to ask you questions"
|
||||||
privacy_allow_public_timeline: "Show your answers in the public timeline"
|
privacy_allow_public_timeline: "Show your answers in the public timeline"
|
||||||
privacy_allow_stranger_answers: "Allow other people to answer your questions"
|
privacy_allow_stranger_answers: "Allow other people to answer your questions"
|
||||||
profile_picture: "Profile picture"
|
profile_picture: "Profile picture"
|
||||||
|
|
|
@ -33,3 +33,5 @@ en:
|
||||||
invalid_parameter: "Invalid parameter"
|
invalid_parameter: "Invalid parameter"
|
||||||
|
|
||||||
record_not_found: "Record not found"
|
record_not_found: "Record not found"
|
||||||
|
|
||||||
|
login_required: "You need to be logged in to perform this action"
|
||||||
|
|
|
@ -110,7 +110,6 @@ en:
|
||||||
hide: "Answered by"
|
hide: "Answered by"
|
||||||
questionbox:
|
questionbox:
|
||||||
title: "Ask something!"
|
title: "Ask something!"
|
||||||
required: "This user does not want to get asked by strangers. Why don't you %{signup}?"
|
|
||||||
placeholder: "Type your question here…"
|
placeholder: "Type your question here…"
|
||||||
anonymous: "Hide your name"
|
anonymous: "Hide your name"
|
||||||
load: "Asking…"
|
load: "Asking…"
|
||||||
|
@ -123,6 +122,12 @@ en:
|
||||||
banned: "This user got hit with ye olde banhammer."
|
banned: "This user got hit with ye olde banhammer."
|
||||||
blocking: "You are blocking this user."
|
blocking: "You are blocking this user."
|
||||||
blocked: "This user has blocked you."
|
blocked: "This user has blocked you."
|
||||||
|
require_user_html: |
|
||||||
|
This user requires others to be logged in to ask questions. <br/>
|
||||||
|
(%{sign_in} or %{sign_up})
|
||||||
|
non_anonymous_html: |
|
||||||
|
This user does not want to receive anonymous questions. <br/>
|
||||||
|
(%{sign_in} or %{sign_up})
|
||||||
devise:
|
devise:
|
||||||
registrations:
|
registrations:
|
||||||
edit:
|
edit:
|
||||||
|
|
Loading…
Reference in New Issue