add: channels, messages
This commit is contained in:
parent
67492cf73f
commit
7774124bd0
40 changed files with 2238 additions and 115 deletions
|
@ -60,6 +60,7 @@ version = "1.0.0"
|
|||
"auth:action.cancel_follow_request" = "Cancel follow request"
|
||||
"auth:label.blocked_profile" = "You're blocked"
|
||||
"auth:label.blocked_profile_message" = "This user has blocked you."
|
||||
"auth:action.message" = "Message"
|
||||
|
||||
"communities:action.create" = "Create"
|
||||
"communities:action.select" = "Select"
|
||||
|
@ -100,6 +101,10 @@ version = "1.0.0"
|
|||
"communities:label.join_new" = "Join new"
|
||||
"communities:tab.posts" = "Posts"
|
||||
"communities:tab.questions" = "Questions"
|
||||
"communities:tab.channels" = "Channels"
|
||||
"communities:action.create_channel" = "Create channel"
|
||||
"communities:label.chats" = "Chats"
|
||||
"communities:label.show_community" = "Show community"
|
||||
|
||||
"notifs:action.mark_as_read" = "Mark as read"
|
||||
"notifs:action.mark_as_unread" = "Mark as unread"
|
||||
|
@ -142,3 +147,12 @@ version = "1.0.0"
|
|||
"requests:label.user_follow_request" = "User follow request"
|
||||
"requests:action.view_profile" = "View profile"
|
||||
"requests:label.user_follow_request_message" = "Accepting this request will not allow them to see your profile. For that, you must follow them back."
|
||||
|
||||
"chats:label.my_chats" = "My chats"
|
||||
"chats:action.move" = "Move"
|
||||
"chats:action.rename" = "Rename"
|
||||
"chats:label.view_older" = "View older"
|
||||
"chats:label.view_more_recent" = "View more recent"
|
||||
"chats:label.viewing_old_messages" = "You're viewing old messages!"
|
||||
"chats:label.go_back" = "Go back"
|
||||
"chats:action.leave" = "Leave"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue