Favourite --> Like, fixes #167
This commit is contained in:
parent
80dd1bd59e
commit
5bfa2603db
9 changed files with 16 additions and 16 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -850,7 +850,7 @@
|
|||
"id": "account.followers"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Favorites",
|
||||
"defaultMessage": "Likes",
|
||||
"id": "navigation_bar.favourites"
|
||||
},
|
||||
{
|
||||
|
@ -1443,7 +1443,7 @@
|
|||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "You don't have any favorite posts yet. When you favorite one, it will show up here.",
|
||||
"defaultMessage": "You don't have any liked posts yet. When you like one, it will show up here.",
|
||||
"id": "empty_column.favourited_statuses"
|
||||
}
|
||||
],
|
||||
|
@ -1452,7 +1452,7 @@
|
|||
{
|
||||
"descriptors": [
|
||||
{
|
||||
"defaultMessage": "No one has favorited this post yet. When someone does, they will show up here.",
|
||||
"defaultMessage": "No one has liked this post yet. When someone does, they will show up here.",
|
||||
"id": "empty_column.favourites"
|
||||
}
|
||||
],
|
||||
|
@ -1550,7 +1550,7 @@
|
|||
"id": "navigation_bar.follow_requests"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Favorites",
|
||||
"defaultMessage": "Likes",
|
||||
"id": "navigation_bar.favourites"
|
||||
},
|
||||
{
|
||||
|
@ -2041,7 +2041,7 @@
|
|||
"id": "notifications.column_settings.follow"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Favorites:",
|
||||
"defaultMessage": "Likes:",
|
||||
"id": "notifications.column_settings.favourite"
|
||||
},
|
||||
{
|
||||
|
@ -2066,7 +2066,7 @@
|
|||
"id": "notifications.filter.mentions"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Favorites",
|
||||
"defaultMessage": "Likes",
|
||||
"id": "notifications.filter.favourites"
|
||||
},
|
||||
{
|
||||
|
@ -2633,7 +2633,7 @@
|
|||
"id": "keyboard_shortcuts.profile"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to favorite",
|
||||
"defaultMessage": "to like",
|
||||
"id": "keyboard_shortcuts.favourite"
|
||||
},
|
||||
{
|
||||
|
@ -2701,7 +2701,7 @@
|
|||
"id": "keyboard_shortcuts.start"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "to open favorites list",
|
||||
"defaultMessage": "to open likes list",
|
||||
"id": "keyboard_shortcuts.favourites"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -144,8 +144,8 @@
|
|||
"empty_column.community": "The local timeline is empty. Write something publicly to get the ball rolling!",
|
||||
"empty_column.direct": "You don't have any direct messages yet. When you send or receive one, it will show up here.",
|
||||
"empty_column.domain_blocks": "There are no hidden domains yet.",
|
||||
"empty_column.favourited_statuses": "You don't have any favorite posts yet. When you favorite one, it will show up here.",
|
||||
"empty_column.favourites": "No one has favorited this post yet. When someone does, they will show up here.",
|
||||
"empty_column.favourited_statuses": "You don't have any liked posts yet. When you like one, it will show up here.",
|
||||
"empty_column.favourites": "No one has liked this post yet. When someone does, they will show up here.",
|
||||
"empty_column.filters": "You haven't created any muted words yet.",
|
||||
"empty_column.follow_requests": "You don't have any follow requests yet. When you receive one, it will show up here.",
|
||||
"empty_column.group": "There is nothing in this group yet. When members of this group make new posts, they will appear here.",
|
||||
|
@ -201,8 +201,8 @@
|
|||
"keyboard_shortcuts.direct": "to open direct messages column",
|
||||
"keyboard_shortcuts.down": "to move down in the list",
|
||||
"keyboard_shortcuts.enter": "to open post",
|
||||
"keyboard_shortcuts.favourite": "to favorite",
|
||||
"keyboard_shortcuts.favourites": "to open favorites list",
|
||||
"keyboard_shortcuts.favourite": "to like",
|
||||
"keyboard_shortcuts.favourites": "to open likes list",
|
||||
"keyboard_shortcuts.heading": "Keyboard shortcuts",
|
||||
"keyboard_shortcuts.home": "to open home timeline",
|
||||
"keyboard_shortcuts.hotkey": "Hotkey",
|
||||
|
@ -259,7 +259,7 @@
|
|||
"navigation_bar.discover": "Discover",
|
||||
"navigation_bar.domain_blocks": "Hidden domains",
|
||||
"navigation_bar.edit_profile": "Edit profile",
|
||||
"navigation_bar.favourites": "Favorites",
|
||||
"navigation_bar.favourites": "Likes",
|
||||
"navigation_bar.filters": "Muted words",
|
||||
"navigation_bar.follow_requests": "Follow requests",
|
||||
"navigation_bar.info": "About this server",
|
||||
|
@ -274,7 +274,7 @@
|
|||
"navigation_bar.public_timeline": "Federated timeline",
|
||||
"navigation_bar.security": "Security",
|
||||
"notification.emoji_react": "{name} reacted to your post",
|
||||
"notification.favourite": "{name} favorited your post",
|
||||
"notification.favourite": "{name} liked your post",
|
||||
"notification.follow": "{name} followed you",
|
||||
"notification.mention": "{name} mentioned you",
|
||||
"notification.poll": "A poll you have voted in has ended",
|
||||
|
@ -282,7 +282,7 @@
|
|||
"notifications.clear": "Clear notifications",
|
||||
"notifications.clear_confirmation": "Are you sure you want to permanently clear all your notifications?",
|
||||
"notifications.column_settings.alert": "Desktop notifications",
|
||||
"notifications.column_settings.favourite": "Favorites:",
|
||||
"notifications.column_settings.favourite": "Likes:",
|
||||
"notifications.column_settings.filter_bar.advanced": "Display all categories",
|
||||
"notifications.column_settings.filter_bar.category": "Quick filter bar",
|
||||
"notifications.column_settings.filter_bar.show": "Show",
|
||||
|
@ -295,7 +295,7 @@
|
|||
"notifications.column_settings.sound": "Play sound",
|
||||
"notifications.filter.all": "All",
|
||||
"notifications.filter.boosts": "Reposts",
|
||||
"notifications.filter.favourites": "Favorites",
|
||||
"notifications.filter.favourites": "Likes",
|
||||
"notifications.filter.follows": "Follows",
|
||||
"notifications.filter.mentions": "Mentions",
|
||||
"notifications.filter.polls": "Poll results",
|
||||
|
|
Loading…
Reference in a new issue