Re-word frontend strings
- Re-word confirmation dialogs - Reused translations - Merged duplicated list key - Replaced ellipsis with ellipsis character
This commit is contained in:
parent
67bf884f45
commit
6564ef5efb
|
@ -4,7 +4,7 @@ en:
|
||||||
success:
|
success:
|
||||||
title: "Success!"
|
title: "Success!"
|
||||||
error:
|
error:
|
||||||
title: "Uh-oh..."
|
title: "Uh-oh…"
|
||||||
message: "An error occurred, a developer should check the console for details"
|
message: "An error occurred, a developer should check the console for details"
|
||||||
subscription:
|
subscription:
|
||||||
subscribe: "Successfully subscribed."
|
subscribe: "Successfully subscribed."
|
||||||
|
@ -14,40 +14,39 @@ en:
|
||||||
unsubscribe: "Failed to unsubscribe from answer."
|
unsubscribe: "Failed to unsubscribe from answer."
|
||||||
list:
|
list:
|
||||||
confirm:
|
confirm:
|
||||||
title: "Really delete this list?"
|
title: :voc.confirm
|
||||||
text: "You will not be able to recover this list."
|
text: "You will not be able to recover this list."
|
||||||
|
item:
|
||||||
|
members:
|
||||||
|
zero: "No members"
|
||||||
|
one: "1 member"
|
||||||
|
other: "%{count} members"
|
||||||
destroy_question:
|
destroy_question:
|
||||||
confirm:
|
confirm:
|
||||||
title: "Are you sure?"
|
title: :voc.confirm
|
||||||
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: "Really delete?"
|
title: :voc.confirm
|
||||||
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: "Really delete?"
|
title: :voc.confirm
|
||||||
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: "Are you sure?"
|
title: :voc.confirm
|
||||||
text: "The question will be removed."
|
text: "The question will be removed."
|
||||||
inbox:
|
inbox:
|
||||||
empty: "Nothing to see here."
|
empty: "Nothing to see here."
|
||||||
confirm_all:
|
confirm_all:
|
||||||
title: "Really 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: "Really delete?"
|
title: :voc.confirm
|
||||||
text: "This question will be gone forever."
|
text: "This question will be gone forever."
|
||||||
report:
|
report:
|
||||||
confirm:
|
confirm:
|
||||||
title: "Really report this %{type}?"
|
title: "Are you sure you want to report this %{type}?"
|
||||||
text: "A moderator will review your report and decide what happens.\nIf you'd like, you can also specify a reason."
|
text: "A moderator will review your report and decide what happens.\nYou can optionally specify a reason."
|
||||||
input: "Specify a reason..."
|
input: "Specify a reason…"
|
||||||
list:
|
|
||||||
item:
|
|
||||||
members:
|
|
||||||
zero: "0 members"
|
|
||||||
one: "1 member"
|
|
||||||
other: "%{count} members"
|
|
||||||
|
|
Loading…
Reference in New Issue