add: profiles ui, communities ui, posts ui
This commit is contained in:
parent
00abbc8fa2
commit
eecf357325
36 changed files with 1460 additions and 147 deletions
|
@ -4,6 +4,7 @@ version = "1.0.0"
|
|||
[data]
|
||||
"general:link.home" = "Home"
|
||||
"general:link.communities" = "Communities"
|
||||
"general:action.delete" = "Delete"
|
||||
|
||||
"dialog:action.okay" = "Ok"
|
||||
"dialog:action.continue" = "Continue"
|
||||
|
@ -20,8 +21,18 @@ version = "1.0.0"
|
|||
"auth:link.settings" = "Settings"
|
||||
"auth:label.followers" = "Followers"
|
||||
"auth:label.following" = "Following"
|
||||
"auth:label.joined_journals" = "Joined Journals"
|
||||
"auth:label.joined_communities" = "Joined communities"
|
||||
"auth:label.recent_posts" = "Recent posts"
|
||||
|
||||
"communities:action.create" = "Create"
|
||||
"communities:label.create_new" = "Create new community"
|
||||
"communities:label.name" = "Name"
|
||||
"communities:action.join" = "Join"
|
||||
"communities:action.leave" = "Leave"
|
||||
"communities:action.configure" = "Configure"
|
||||
"communities:label.create_post" = "Create post"
|
||||
"communities:label.content" = "Content"
|
||||
"communities:label.posts" = "Posts"
|
||||
"communities:label.create_reply" = "Create reply"
|
||||
"communities:label.replies" = "Replies"
|
||||
"communities:action.continue_thread" = "Continue thread"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue