Add locales for reactions controller actions

This commit is contained in:
Andreas Nedbal 2023-12-09 00:40:46 +01:00 committed by Andreas Nedbal
parent 796a848110
commit 7f86fb2500
1 changed files with 15 additions and 13 deletions

View File

@ -107,19 +107,6 @@ en:
unknown: "You can't report this entity." unknown: "You can't report this entity."
notfound: "Could not find %{parameter}" notfound: "Could not find %{parameter}"
success: "%{parameter} reported. A moderator will decide what happens with the %{parameter}." success: "%{parameter} reported. A moderator will decide what happens with the %{parameter}."
smile:
create:
success: "Successfully smiled answer."
error: "You have already smiled that answer."
create_comment:
success: "Successfully smiled comment."
error: "You have already smiled that comment."
destroy:
success: "Successfully unsmiled answer."
error: "You have not smiled that answer."
destroy_comment:
success: "Successfully unsmiled comment."
error: "You have not smiled that comment."
web_push: web_push:
subscription_count: subscription_count:
zero: "You are not currently subscribed to push notifications on any devices." zero: "You are not currently subscribed to push notifications on any devices."
@ -195,6 +182,21 @@ en:
registrations: registrations:
destroy: destroy:
export_pending: "You may not delete your account while account data is currently being exported." export_pending: "You may not delete your account while account data is currently being exported."
reactions:
create:
answer:
success: "Successfully smiled answer."
error: "You have already smiled that answer."
comment:
success: "Successfully smiled comment."
error: "You have already smiled that comment."
destroy:
answer:
success: "Successfully unsmiled answer."
error: "You have not smiled that answer."
comment:
success: "Successfully unsmiled comment."
error: "You have not smiled that comment."
relationships: relationships:
create: create:
block: block: