Update locale namespaces for privacy settings
This commit is contained in:
parent
97f28d8309
commit
b8f639b16b
|
@ -40,6 +40,10 @@ en:
|
||||||
destroy:
|
destroy:
|
||||||
success: "Service removed successfully."
|
success: "Service removed successfully."
|
||||||
settings:
|
settings:
|
||||||
|
privacy:
|
||||||
|
update:
|
||||||
|
success: :settings.profile.update.success
|
||||||
|
error: :settings.profile.update.error
|
||||||
profile:
|
profile:
|
||||||
update:
|
update:
|
||||||
success: "Profile updated successfully."
|
success: "Profile updated successfully."
|
||||||
|
@ -61,22 +65,10 @@ en:
|
||||||
begin_export:
|
begin_export:
|
||||||
success: "Your account is currently being exported. This will take a little while."
|
success: "Your account is currently being exported. This will take a little while."
|
||||||
error: "Exporting is currently not possible."
|
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:
|
update_2fa:
|
||||||
error: :errors.invalid_otp
|
error: :errors.invalid_otp
|
||||||
destroy_2fa:
|
destroy_2fa:
|
||||||
success: "Two factor authentication has been disabled for your account."
|
success: "Two factor authentication has been disabled for your account."
|
||||||
update_privacy:
|
|
||||||
success: :user.update.success
|
|
||||||
error: :user.update.error
|
|
||||||
update_profile:
|
|
||||||
success: :user.update.success
|
|
||||||
error: :user.update.error
|
|
||||||
sessions:
|
sessions:
|
||||||
create:
|
create:
|
||||||
info: "You have %{count} recovery codes remaining."
|
info: "You have %{count} recovery codes remaining."
|
||||||
|
|
|
@ -150,6 +150,9 @@ en:
|
||||||
actions:
|
actions:
|
||||||
add: "Add"
|
add: "Add"
|
||||||
remove: "Remove"
|
remove: "Remove"
|
||||||
|
privacy:
|
||||||
|
edit:
|
||||||
|
title: "Privacy Settings"
|
||||||
profile:
|
profile:
|
||||||
edit:
|
edit:
|
||||||
title: "Profile Settings"
|
title: "Profile Settings"
|
||||||
|
@ -332,8 +335,6 @@ en:
|
||||||
title: "Blocks"
|
title: "Blocks"
|
||||||
edit_mute:
|
edit_mute:
|
||||||
title: "Muted Words"
|
title: "Muted Words"
|
||||||
edit_privacy:
|
|
||||||
title: "Privacy Settings"
|
|
||||||
edit_security:
|
edit_security:
|
||||||
title: "Security Settings"
|
title: "Security Settings"
|
||||||
export:
|
export:
|
||||||
|
|
Loading…
Reference in New Issue