
TODO: add community read/write access settings TODO: add profile settings TODO: profile following in ui TODO: community joining and membership management in ui
39 lines
1.3 KiB
TOML
39 lines
1.3 KiB
TOML
name = "com.tetratto.langs:en-US"
|
|
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"
|
|
"dialog:action.cancel" = "Cancel"
|
|
"dialog:action.yes" = "Yes"
|
|
"dialog:action.no" = "No"
|
|
"dialog:action.save_and_close" = "Save and close"
|
|
|
|
"auth:action.login" = "Login"
|
|
"auth:action.register" = "Register"
|
|
"auth:action.logout" = "Logout"
|
|
"auto:action.follow" = "Follow"
|
|
"auto:action.unfollow" = "Unfollow"
|
|
"auth:link.my_profile" = "My profile"
|
|
"auth:link.settings" = "Settings"
|
|
"auth:label.followers" = "Followers"
|
|
"auth:label.following" = "Following"
|
|
"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"
|