update translations for email settings, and missing translation for aspect#new
This commit is contained in:
parent
1c94600b66
commit
50d9d76562
2 changed files with 9 additions and 3 deletions
|
|
@ -73,7 +73,7 @@
|
||||||
%br
|
%br
|
||||||
|
|
||||||
%h3
|
%h3
|
||||||
= t('.email_notifications')
|
= t('.receive_email_notifications')
|
||||||
= form_for @user do |f|
|
= form_for @user do |f|
|
||||||
= f.error_messages
|
= f.error_messages
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -164,6 +164,7 @@ en:
|
||||||
contacts_visible: "Contacts in this aspect will be able to see each other."
|
contacts_visible: "Contacts in this aspect will be able to see each other."
|
||||||
contacts_not_visible: "Contacts in this aspect will not be able to see each other."
|
contacts_not_visible: "Contacts in this aspect will not be able to see each other."
|
||||||
edit:
|
edit:
|
||||||
|
make_aspect_list_visible: 'make aspect list visible?'
|
||||||
remove_aspect: "Delete this aspect"
|
remove_aspect: "Delete this aspect"
|
||||||
confirm_remove_aspect: "Are you sure you want to delete this aspect?"
|
confirm_remove_aspect: "Are you sure you want to delete this aspect?"
|
||||||
add_existing: "Add an existing contact"
|
add_existing: "Add an existing contact"
|
||||||
|
|
@ -250,8 +251,13 @@ en:
|
||||||
your_handle: "Your diaspora handle"
|
your_handle: "Your diaspora handle"
|
||||||
your_email: "Your email"
|
your_email: "Your email"
|
||||||
edit_account: "Edit account"
|
edit_account: "Edit account"
|
||||||
email_notifications: "Email notifications"
|
receive_email_notifications: "Receive email notifications when..."
|
||||||
receive_email_notifications: "Receive email notifications?"
|
also_commented: "...someone also comments on your contacts post?"
|
||||||
|
comment_on_post: "...someone comments on your post?"
|
||||||
|
mentioned: "...you are mentioned in a post?"
|
||||||
|
request_received: "...you receive a new share request?"
|
||||||
|
request_acceptence: "...your share request is accepted?"
|
||||||
|
private_message: "...you recevie a private message?"
|
||||||
change: "Change"
|
change: "Change"
|
||||||
destroy: "Account successfully closed."
|
destroy: "Account successfully closed."
|
||||||
getting_started:
|
getting_started:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue