mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add setting to manage visibility of vote count, vote button and decide root page (#197)
This commit is contained in:
committed by
GitHub
parent
d4242dd78e
commit
e7335f5622
@@ -47,6 +47,28 @@ en:
|
||||
subject: '[%{app_name}] Status change on post %{post}'
|
||||
body: "The post you're following %{post} has a new status"
|
||||
activerecord:
|
||||
models:
|
||||
board:
|
||||
one: 'Board'
|
||||
other: 'Boards'
|
||||
comment:
|
||||
one: 'Comment'
|
||||
other: 'Comments'
|
||||
like:
|
||||
one: 'Vote'
|
||||
other: 'Votes'
|
||||
o_auth:
|
||||
one: 'OAuth'
|
||||
other: 'OAuths'
|
||||
post_status:
|
||||
one: 'Status'
|
||||
other: 'Statuses'
|
||||
post:
|
||||
one: 'Post'
|
||||
other: 'Posts'
|
||||
user:
|
||||
one: 'User'
|
||||
other: 'Users'
|
||||
attributes:
|
||||
board:
|
||||
name: 'Name'
|
||||
@@ -92,7 +114,11 @@ en:
|
||||
site_logo: 'Site logo'
|
||||
subdomain: 'Subdomain'
|
||||
locale: 'Language'
|
||||
brand_setting: 'Display'
|
||||
tenant_setting:
|
||||
brand_display: 'Display'
|
||||
show_vote_count: 'Show vote count to users'
|
||||
show_vote_button_in_board: 'Show vote buttons in board page'
|
||||
root_board_id: 'Root page'
|
||||
user:
|
||||
email: 'Email'
|
||||
full_name: 'Full name'
|
||||
|
||||
Reference in New Issue
Block a user