mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add private feedback space setting (#392)
This commit is contained in:
committed by
GitHub
parent
2d7f454d0a
commit
0ad1b5eec0
@@ -2,6 +2,7 @@ en:
|
||||
errors:
|
||||
unknown: 'An unknown error occurred'
|
||||
unauthorized: 'You are not authorized'
|
||||
email_domain_not_allowed: 'You cannot register with the provided email address'
|
||||
not_logged_in: 'You must be logged in to access this page'
|
||||
not_enough_privileges: 'You do not have the privilegies to access this page'
|
||||
user_blocked_or_deleted: 'You cannot access your account because it has been blocked or deleted.'
|
||||
@@ -124,6 +125,9 @@ en:
|
||||
custom_domain: 'Custom domain'
|
||||
tenant_setting:
|
||||
brand_display: 'Display'
|
||||
is_private: 'Private site'
|
||||
email_registration_policy: 'Email registration policy'
|
||||
allowed_email_domains: 'Allowed email domains'
|
||||
allow_anonymous_feedback: 'Allow anonymous feedback'
|
||||
feedback_approval_policy: 'Feedback approval policy'
|
||||
show_vote_count: 'Show vote count to users'
|
||||
|
||||
@@ -42,6 +42,7 @@ en:
|
||||
resend_unlock_instructions: 'Resend unlock instructions'
|
||||
change_password: 'Change password'
|
||||
password_help: '%{count} characters minimum'
|
||||
email_registration_not_allowed: 'Email registration not allowed'
|
||||
comments_number:
|
||||
one: '1 comment'
|
||||
other: '%{count} comments'
|
||||
@@ -181,8 +182,10 @@ en:
|
||||
brand_setting_name: 'Name only'
|
||||
brand_setting_logo: 'Logo only'
|
||||
brand_setting_none: 'None'
|
||||
subtitle_privacy: 'Privacy'
|
||||
is_private_help: 'If you enable this setting, only logged in users will be able to see the content of the feedback space.'
|
||||
subtitle_moderation: 'Moderation'
|
||||
allow_anonymous_feedback_help: 'Unregistered users will be able to submit feedback.'
|
||||
allow_anonymous_feedback_help: 'If you enable this setting, unregistered users will be able to submit feedback.'
|
||||
feedback_approval_policy_anonymous_require_approval: 'Require approval for anonymous feedback only'
|
||||
feedback_approval_policy_never_require_approval: 'Never require approval'
|
||||
feedback_approval_policy_always_require_approval: 'Always require approval'
|
||||
@@ -219,6 +222,11 @@ en:
|
||||
authentication:
|
||||
title: 'Authentication'
|
||||
learn_more: 'Learn how to configure custom OAuth providers'
|
||||
email_registration_subtitle: 'Email registration'
|
||||
email_registration_policy_all: 'Anyone can register with email'
|
||||
email_registration_policy_none: 'No one can register with email'
|
||||
email_registration_policy_custom: 'Only users with certain email domains can register with email'
|
||||
allowed_email_domains_help: 'Separate domains with commas. Example: "gmail.com,yahoo.com,hotmail.com". Leave blank to allow any domain.'
|
||||
oauth_subtitle: 'OAuth providers'
|
||||
default_oauth: 'Default OAuth provider'
|
||||
copy_url: 'Copy URL'
|
||||
|
||||
Reference in New Issue
Block a user