add: forums ui
This commit is contained in:
parent
2be87c397d
commit
9ec52abfe4
24 changed files with 770 additions and 64 deletions
|
@ -37,6 +37,7 @@ version = "1.0.0"
|
|||
"general:label.account" = "Account"
|
||||
"general:label.safety" = "Safety"
|
||||
"general:label.share" = "Share"
|
||||
"general:label.edit" = "Edit"
|
||||
"general:action.add_account" = "Add account"
|
||||
"general:action.switch_account" = "Switch account"
|
||||
"general:label.mod" = "Mod"
|
||||
|
@ -102,6 +103,9 @@ version = "1.0.0"
|
|||
"communities:action.select" = "Select"
|
||||
"communities:label.create_new" = "Create new community"
|
||||
"communities:label.name" = "Name"
|
||||
"communities:label.description" = "Description"
|
||||
"communities:label.color" = "Color"
|
||||
"communities:label.position" = "Position"
|
||||
"communities:label.my_communities" = "My communities"
|
||||
"communities:label.popular_communities" = "Popular communities"
|
||||
"communities:action.join" = "Join"
|
||||
|
@ -112,6 +116,7 @@ version = "1.0.0"
|
|||
"communities:label.content" = "Content"
|
||||
"communities:label.title" = "Title"
|
||||
"communities:label.posts" = "Posts"
|
||||
"communities:label.topics" = "Topics"
|
||||
"communities:label.questions" = "Questions"
|
||||
"communities:label.not_allowed_to_read" = "You're not allowed to view this community's posts"
|
||||
"communities:label.might_need_to_join" = "You might need to join this community in order to interact with it!"
|
||||
|
@ -129,6 +134,7 @@ version = "1.0.0"
|
|||
"communities:label.change_title" = "Change title"
|
||||
"communities:label.new_title" = "New title"
|
||||
"communities:label.pinned" = "Pinned"
|
||||
"communities:label.stickied" = "Stickied"
|
||||
"communities:label.edit_content" = "Edit content"
|
||||
"communities:label.repost" = "Repost"
|
||||
"communities:label.quote_post" = "Quote post"
|
||||
|
@ -149,6 +155,8 @@ version = "1.0.0"
|
|||
"communities:label.load" = "Load"
|
||||
"communities:action.draw" = "Draw"
|
||||
"communities:action.remove_drawing" = "Remove drawing"
|
||||
"communities:tab.topics" = "Topics"
|
||||
"communities:action.create_topic" = "Create topic"
|
||||
|
||||
"notifs:action.mark_as_read" = "Mark as read"
|
||||
"notifs:action.mark_as_unread" = "Mark as unread"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue