Remove string copy for frontend strings
This commit is contained in:
parent
06eec43051
commit
cce7a8da8f
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue