Merge pull request #597 from Retrospring/frontend-locale-fixes
Frontend locale fixes
This commit is contained in:
commit
2fa5c4a51f
|
@ -14,7 +14,7 @@ en:
|
||||||
unsubscribe: "Failed to unsubscribe from answer."
|
unsubscribe: "Failed to unsubscribe from answer."
|
||||||
list:
|
list:
|
||||||
confirm:
|
confirm:
|
||||||
title: :voc.confirm
|
title: "Are you sure?"
|
||||||
text: "You will not be able to recover this list."
|
text: "You will not be able to recover this list."
|
||||||
item:
|
item:
|
||||||
members:
|
members:
|
||||||
|
@ -23,19 +23,19 @@ en:
|
||||||
other: "%{count} members"
|
other: "%{count} members"
|
||||||
destroy_question:
|
destroy_question:
|
||||||
confirm:
|
confirm:
|
||||||
title: :voc.confirm
|
title: "Are you sure?"
|
||||||
text: "The question will be moved back to your inbox, but it won't delete any posts to social media."
|
text: "The question will be moved back to your inbox, but it won't delete any posts to social media."
|
||||||
destroy_comment:
|
destroy_comment:
|
||||||
confirm:
|
confirm:
|
||||||
title: :voc.confirm
|
title: "Are you sure?"
|
||||||
text: "You will not be able to recover this comment."
|
text: "You will not be able to recover this comment."
|
||||||
destroy_report:
|
destroy_report:
|
||||||
confirm:
|
confirm:
|
||||||
title: :voc.confirm
|
title: "Are you sure?"
|
||||||
text: "You will not be able to recover this report."
|
text: "You will not be able to recover this report."
|
||||||
destroy_own:
|
destroy_own:
|
||||||
confirm:
|
confirm:
|
||||||
title: :voc.confirm
|
title: "Are you sure?"
|
||||||
text: "The question will be removed."
|
text: "The question will be removed."
|
||||||
inbox:
|
inbox:
|
||||||
empty: "Nothing to see here."
|
empty: "Nothing to see here."
|
||||||
|
@ -43,7 +43,7 @@ en:
|
||||||
title: "Are you sure you want to delete %{count} questions?"
|
title: "Are you sure you want to delete %{count} questions?"
|
||||||
text: "They will be gone forever."
|
text: "They will be gone forever."
|
||||||
confirm:
|
confirm:
|
||||||
title: :voc.confirm
|
title: "Are you sure?"
|
||||||
text: "This question will be gone forever."
|
text: "This question will be gone forever."
|
||||||
report:
|
report:
|
||||||
confirm:
|
confirm:
|
||||||
|
|
|
@ -18,8 +18,8 @@ en:
|
||||||
unfollow: "Unfollow"
|
unfollow: "Unfollow"
|
||||||
update: "Update"
|
update: "Update"
|
||||||
view_in_rails_admin: "View in Rails Admin"
|
view_in_rails_admin: "View in Rails Admin"
|
||||||
y: Yes
|
"y": "Yes"
|
||||||
n: No
|
"n": "No"
|
||||||
messages:
|
messages:
|
||||||
noauth: "You need to be logged in to perform this action."
|
noauth: "You need to be logged in to perform this action."
|
||||||
time:
|
time:
|
||||||
|
|
Loading…
Reference in New Issue