Retrospring/config/locales/controllers.en.yml

64 lines
2.3 KiB
YAML
Raw Normal View History

en:
ajax:
mute_rule:
nopriv: "Can't edit other people's rules"
create:
noauth: :messages.noauth
success: "Rule added successfully."
update:
noauth: :messages.noauth
nopriv: :ajax.mute_rule.nopriv
success: "Rule updated successfully."
destroy:
noauth: :messages.noauth
nopriv: :ajax.mute_rule.nopriv
success: "Rule deleted successfully."
announcement:
create:
success: "Announcement created successfully."
error: "Unable to create announcement."
update:
success: "Announcement updated successfully."
error: "Unable to save announcement."
destroy:
success: "Announcement has been deleted successfully."
error: "Unable to delete announcement."
services:
create:
success: "Service connected successfully."
duplicate: "The %{service} account you are trying to connect is already connected to another %{app} account. If you are unable to disconnect the account yourself, please send us a Direct Message on Twitter: @retrospring."
error: "Unable to connect service."
update:
success: "Service updated successfully."
error: "Unable to update service."
failure:
error: :errors.base
destroy:
success: "Service removed successfully."
user:
2022-02-12 17:26:15 -08:00
export:
info: "An export is currently in progress for this account."
begin_export:
success: "Your account is currently being exported. This will take a little while."
error: "Exporting is currently not possible."
update:
success: "Profile updated successfully."
error: "Unable to update profile."
notice:
profile_picture: " It might take a few minutes until your new profile picture is shown everywhere."
profile_header: " It might take a few minutes until your new profile header is shown everywhere."
update_2fa:
error: :errors.invalid_otp
destroy_2fa:
success: "Two factor authentication has been disabled for your account."
update_profile:
success: :user.update.success
error: :user.update.error
update_theme:
success: "Theme saved successfully."
error: "Theme saving failed. %{errors}"
sessions:
create:
info: "You have %{count} recovery codes remaining."
error: :errors.invalid_otp