parent
ddda28102c
commit
0e13a316f6
3 changed files with 16 additions and 23 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# 0.6.7.0
|
# 0.6.7.0
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
|
* Cleanup some translations [#7465](https://github.com/diaspora/diaspora/pull/7465)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,10 +55,6 @@ en:
|
||||||
attributes:
|
attributes:
|
||||||
person_id:
|
person_id:
|
||||||
taken: "must be unique among this user’s contacts."
|
taken: "must be unique among this user’s contacts."
|
||||||
request:
|
|
||||||
attributes:
|
|
||||||
from_id:
|
|
||||||
taken: "is a duplicate of a pre-existing request."
|
|
||||||
reshare:
|
reshare:
|
||||||
attributes:
|
attributes:
|
||||||
root_guid:
|
root_guid:
|
||||||
|
|
@ -254,7 +250,6 @@ en:
|
||||||
contacts:
|
contacts:
|
||||||
index:
|
index:
|
||||||
start_a_conversation: "Start a conversation"
|
start_a_conversation: "Start a conversation"
|
||||||
add_a_new_aspect: "Add a new aspect"
|
|
||||||
title: "Contacts"
|
title: "Contacts"
|
||||||
no_contacts: "Looks like you need to add some contacts!"
|
no_contacts: "Looks like you need to add some contacts!"
|
||||||
no_contacts_message: "Check out %{community_spotlight}"
|
no_contacts_message: "Check out %{community_spotlight}"
|
||||||
|
|
@ -629,7 +624,6 @@ en:
|
||||||
zero: "%{actors} have reshared your post %{post_link}."
|
zero: "%{actors} have reshared your post %{post_link}."
|
||||||
one: "%{actors} has reshared your post %{post_link}."
|
one: "%{actors} has reshared your post %{post_link}."
|
||||||
other: "%{actors} have reshared your post %{post_link}."
|
other: "%{actors} have reshared your post %{post_link}."
|
||||||
post: "post"
|
|
||||||
also_commented_deleted:
|
also_commented_deleted:
|
||||||
zero: "%{actors} commented on a deleted post."
|
zero: "%{actors} commented on a deleted post."
|
||||||
one: "%{actors} commented on a deleted post."
|
one: "%{actors} commented on a deleted post."
|
||||||
|
|
|
||||||
|
|
@ -135,8 +135,6 @@ en:
|
||||||
my_aspects: "My aspects"
|
my_aspects: "My aspects"
|
||||||
|
|
||||||
publisher:
|
publisher:
|
||||||
limited: "Limited: your post will only be seen by people you are sharing with"
|
|
||||||
public: "Public: your post will be visible to everyone and found by search engines"
|
|
||||||
near_from: "Posted from: <%= location %>"
|
near_from: "Posted from: <%= location %>"
|
||||||
option: "Answer"
|
option: "Answer"
|
||||||
add_option: "Add an answer"
|
add_option: "Add an answer"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue