2022-02-07 14:01:03 -08:00
en :
2022-02-16 15:55:44 -08:00
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."
2022-02-07 14:01:03 -08:00
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."
2022-04-19 13:31:08 -07:00
inbox :
author :
2022-04-19 14:26:38 -07:00
info : "No questions from @%{author} found, showing entries from all users instead!"
error : "No user with the name @%{author} found, showing entries from all users instead!"
2022-02-07 14:01:03 -08:00
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."
2022-06-25 17:59:10 -07:00
settings :
2022-07-01 21:16:21 -07:00
export :
index :
info : "An export is currently in progress for this account."
create :
success : "Your account is currently being exported. This will take a little while."
error : "Exporting is currently not possible."
2022-06-27 16:51:13 -07:00
privacy :
update :
success : : settings.profile.update.success
error : : settings.profile.update.error
2022-06-26 10:46:54 -07:00
profile :
update :
success : "Profile updated successfully."
error : "Unable to update profile."
profile_picture :
update :
success : : settings.profile.update.success
error : : settings.profile.update.error
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."
2022-06-25 17:59:10 -07:00
theme :
update :
success : "Theme saved successfully."
error : "Theme saving failed. %{errors}"
2022-07-02 14:37:00 -07:00
two_factor_authentication :
otp_authentication :
update :
error : : errors.invalid_otp
destroy :
success : "Two factor authentication has been disabled for your account."
2022-02-07 14:01:03 -08:00
user :
2022-02-13 09:52:02 -08:00
sessions :
create :
2022-02-13 10:20:20 -08:00
info : "You have %{count} recovery codes remaining."
2022-02-13 09:52:02 -08:00
error : : errors.invalid_otp