first pass at strickly user level rename from like => pin. still need to update assets
This commit is contained in:
parent
01a8cb8e34
commit
d06ccb9ba9
2 changed files with 37 additions and 37 deletions
|
|
@ -367,13 +367,13 @@ en:
|
||||||
|
|
||||||
likes:
|
likes:
|
||||||
likes:
|
likes:
|
||||||
people_like_this:
|
people_pin_this:
|
||||||
zero: "no likes"
|
zero: "no pins"
|
||||||
one: "%{count} like"
|
one: "%{count} pin"
|
||||||
two: "%{count} likes"
|
two: "%{count} pins"
|
||||||
few: "%{count} likes"
|
few: "%{count} pins"
|
||||||
many: "%{count} likes"
|
many: "%{count} pins"
|
||||||
other: "%{count} likes"
|
other: "%{count} pins"
|
||||||
people_like_this_comment:
|
people_like_this_comment:
|
||||||
zero: "no likes"
|
zero: "no likes"
|
||||||
one: "%{count} like"
|
one: "%{count} like"
|
||||||
|
|
@ -425,13 +425,13 @@ en:
|
||||||
few: "%{actors} have mentioned you in a %{post_link}."
|
few: "%{actors} have mentioned you in a %{post_link}."
|
||||||
many: "%{actors} have mentioned you in a %{post_link}."
|
many: "%{actors} have mentioned you in a %{post_link}."
|
||||||
other: "%{actors} have mentioned you in a %{post_link}."
|
other: "%{actors} have mentioned you in a %{post_link}."
|
||||||
liked:
|
pinned:
|
||||||
zero: "%{actors} have liked your %{post_link}."
|
zero: "%{actors} have pinned your %{post_link}."
|
||||||
one: "%{actors} has liked your %{post_link}."
|
one: "%{actors} has pinned your %{post_link}."
|
||||||
two: "%{actors} have liked your %{post_link}."
|
two: "%{actors} have pinned your %{post_link}."
|
||||||
few: "%{actors} have liked your %{post_link}."
|
few: "%{actors} have pinned your %{post_link}."
|
||||||
many: "%{actors} have liked your %{post_link}."
|
many: "%{actors} have pinned your %{post_link}."
|
||||||
other: "%{actors} have liked your %{post_link}."
|
other: "%{actors} have pinned your %{post_link}."
|
||||||
reshared:
|
reshared:
|
||||||
zero: "%{actors} have reshared your %{post_link}."
|
zero: "%{actors} have reshared your %{post_link}."
|
||||||
one: "%{actors} has reshared your %{post_link}."
|
one: "%{actors} has reshared your %{post_link}."
|
||||||
|
|
@ -447,13 +447,13 @@ en:
|
||||||
few: "%{actors} commented on a deleted post."
|
few: "%{actors} commented on a deleted post."
|
||||||
many: "%{actors} commented on a deleted post."
|
many: "%{actors} commented on a deleted post."
|
||||||
other: "%{actors} commented on a deleted post."
|
other: "%{actors} commented on a deleted post."
|
||||||
liked_post_deleted:
|
pinned_post_deleted:
|
||||||
zero: "%{actors} liked your deleted post."
|
zero: "%{actors} pinned your deleted post."
|
||||||
one: "%{actors} liked your deleted post."
|
one: "%{actors} pinned your deleted post."
|
||||||
two: "%{actors} liked your deleted post."
|
two: "%{actors} pinned your deleted post."
|
||||||
few: "%{actors} liked your deleted post."
|
few: "%{actors} pinned your deleted post."
|
||||||
many: "%{actors} liked your deleted post."
|
many: "%{actors} pinned your deleted post."
|
||||||
other: "%{actors} liked your deleted post."
|
other: "%{actors} pinned your deleted post."
|
||||||
reshared_post_deleted:
|
reshared_post_deleted:
|
||||||
zero: "%{actors} reshared your deleted post."
|
zero: "%{actors} reshared your deleted post."
|
||||||
one: "%{actors} reshared your deleted post."
|
one: "%{actors} reshared your deleted post."
|
||||||
|
|
@ -509,8 +509,8 @@ en:
|
||||||
mentioned: "mentioned you in a post:"
|
mentioned: "mentioned you in a post:"
|
||||||
private_message:
|
private_message:
|
||||||
reply_to_or_view: "Reply to or view this conversation >"
|
reply_to_or_view: "Reply to or view this conversation >"
|
||||||
liked:
|
pinned:
|
||||||
liked: "%{name} liked your post"
|
pinned: "%{name} pinned your post"
|
||||||
view_post: "View post >"
|
view_post: "View post >"
|
||||||
reshared:
|
reshared:
|
||||||
reshared: "%{name} reshared your post"
|
reshared: "%{name} reshared your post"
|
||||||
|
|
@ -816,8 +816,8 @@ en:
|
||||||
ignore_user: "Ignore %{name}"
|
ignore_user: "Ignore %{name}"
|
||||||
ignore_user_description: "Ignore and remove user from all aspects?"
|
ignore_user_description: "Ignore and remove user from all aspects?"
|
||||||
hide_and_mute: "Hide and mute post"
|
hide_and_mute: "Hide and mute post"
|
||||||
like: "Like"
|
pin: "Pin"
|
||||||
unlike: "Unlike"
|
unpin: "Unpin"
|
||||||
dislike: "Dislike"
|
dislike: "Dislike"
|
||||||
shared_with: "Shared with: %{aspect_names}"
|
shared_with: "Shared with: %{aspect_names}"
|
||||||
nsfw: "This post has been flagged as NSFW by its author. %{link}"
|
nsfw: "This post has been flagged as NSFW by its author. %{link}"
|
||||||
|
|
@ -904,8 +904,8 @@ en:
|
||||||
contacts_title: "People whose posts you commented on"
|
contacts_title: "People whose posts you commented on"
|
||||||
|
|
||||||
like_stream:
|
like_stream:
|
||||||
title: "Like Stream"
|
title: "Pin Stream"
|
||||||
contacts_title: "People whose posts you like"
|
contacts_title: "People whose posts you pinned"
|
||||||
|
|
||||||
followed_tag:
|
followed_tag:
|
||||||
title: "#Followed Tags"
|
title: "#Followed Tags"
|
||||||
|
|
@ -957,7 +957,7 @@ en:
|
||||||
mentioned: "...you are mentioned in a post?"
|
mentioned: "...you are mentioned in a post?"
|
||||||
started_sharing: "...someone starts sharing with you?"
|
started_sharing: "...someone starts sharing with you?"
|
||||||
private_message: "...you receive a private message?"
|
private_message: "...you receive a private message?"
|
||||||
liked: "...someone likes your post?"
|
pinned: "...someone pins your post?"
|
||||||
reshared: "...someone reshares your post?"
|
reshared: "...someone reshares your post?"
|
||||||
change: "Change"
|
change: "Change"
|
||||||
email_awaiting_confirmation: "We have sent you an activation link to %{unconfirmed_email}. Until you follow this link and activate the new address, we will continue to use your original address %{email}."
|
email_awaiting_confirmation: "We have sent you an activation link to %{unconfirmed_email}. Until you follow this link and activate the new address, we will continue to use your original address %{email}."
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ en:
|
||||||
many: "In <%= count %> aspects"
|
many: "In <%= count %> aspects"
|
||||||
other: "In <%= count %> aspects"
|
other: "In <%= count %> aspects"
|
||||||
show_more: "show more"
|
show_more: "show more"
|
||||||
failed_to_like: "Failed to like!"
|
failed_to_like: "Failed to pin!"
|
||||||
failed_to_post_message: "Failed to post message!"
|
failed_to_post_message: "Failed to post message!"
|
||||||
comments:
|
comments:
|
||||||
show: "show all comments"
|
show: "show all comments"
|
||||||
|
|
@ -74,8 +74,8 @@ en:
|
||||||
hide: "Hide"
|
hide: "Hide"
|
||||||
public: "Public"
|
public: "Public"
|
||||||
limited: "Limited"
|
limited: "Limited"
|
||||||
like: "Like"
|
like: "Pin"
|
||||||
unlike: "Unlike"
|
unlike: "Unpin"
|
||||||
reshare: "Reshare"
|
reshare: "Reshare"
|
||||||
comment: "Comment"
|
comment: "Comment"
|
||||||
original_post_deleted: "Original post deleted by author."
|
original_post_deleted: "Original post deleted by author."
|
||||||
|
|
@ -83,12 +83,12 @@ en:
|
||||||
show: "Show"
|
show: "Show"
|
||||||
|
|
||||||
likes:
|
likes:
|
||||||
zero: "<%= count %> Likes"
|
zero: "<%= count %> Pins"
|
||||||
one: "<%= count %> Like"
|
one: "<%= count %> Pin"
|
||||||
two: "<%= count %> Likes"
|
two: "<%= count %> Pins"
|
||||||
few: "<%= count %> Likes"
|
few: "<%= count %> Pins"
|
||||||
many: "<%= count %> Likes"
|
many: "<%= count %> Pins"
|
||||||
other: "<%= count %> Likes"
|
other: "<%= count %> Pins"
|
||||||
|
|
||||||
reshares:
|
reshares:
|
||||||
zero: "<%= count %> Reshares"
|
zero: "<%= count %> Reshares"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue