Move locales to new namespaces
This commit is contained in:
parent
4d31addd0c
commit
8a56dccf18
|
@ -40,6 +40,17 @@ en:
|
||||||
destroy:
|
destroy:
|
||||||
success: "Service removed successfully."
|
success: "Service removed successfully."
|
||||||
settings:
|
settings:
|
||||||
|
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."
|
||||||
theme:
|
theme:
|
||||||
update:
|
update:
|
||||||
success: "Theme saved successfully."
|
success: "Theme saved successfully."
|
||||||
|
|
|
@ -151,9 +151,11 @@ en:
|
||||||
add: "Add"
|
add: "Add"
|
||||||
remove: "Remove"
|
remove: "Remove"
|
||||||
profile:
|
profile:
|
||||||
adjust:
|
edit:
|
||||||
profile_picture: "Adjust your new profile picture"
|
title: "Profile Settings"
|
||||||
profile_header: "Adjust your new profile header"
|
adjust:
|
||||||
|
profile_picture: "Adjust your new profile picture"
|
||||||
|
profile_header: "Adjust your new profile header"
|
||||||
security:
|
security:
|
||||||
heading: "Two-factor authentication"
|
heading: "Two-factor authentication"
|
||||||
recovery_keys:
|
recovery_keys:
|
||||||
|
@ -326,8 +328,6 @@ en:
|
||||||
user:
|
user:
|
||||||
data:
|
data:
|
||||||
title: "Your Data"
|
title: "Your Data"
|
||||||
edit:
|
|
||||||
title: "Profile Settings"
|
|
||||||
edit_blocks:
|
edit_blocks:
|
||||||
title: "Blocks"
|
title: "Blocks"
|
||||||
edit_mute:
|
edit_mute:
|
||||||
|
|
Loading…
Reference in New Issue