mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add invitation system (#398)
This commit is contained in:
committed by
GitHub
parent
b6c92cc1b0
commit
519ec80b90
@@ -167,10 +167,11 @@ en:
|
||||
menu:
|
||||
title: 'Site settings'
|
||||
general: 'General'
|
||||
authentication: 'Authentication'
|
||||
boards: 'Boards'
|
||||
post_statuses: 'Statuses'
|
||||
roadmap: 'Roadmap'
|
||||
authentication: 'Authentication'
|
||||
invitations: 'Invitations'
|
||||
appearance: 'Appearance'
|
||||
info_box:
|
||||
up_to_date: 'All changes saved'
|
||||
@@ -216,6 +217,40 @@ en:
|
||||
title2: 'Not in roadmap'
|
||||
empty: 'The roadmap is empty.'
|
||||
help: 'You can add statuses to the roadmap by dragging them from the section below. If you instead want to create a new status or change their order, go to Site settings > Statuses.'
|
||||
invitations:
|
||||
new_invitations_title: 'New invitations'
|
||||
past_invitations_title: 'Invitations'
|
||||
to: 'Send invitations to'
|
||||
to_help: 'Email addresses of people you want to invite, separated by commas.'
|
||||
subject: 'Email subject'
|
||||
subject_default: 'We value your feedback! Join us in shaping %{name}!'
|
||||
body: 'Email body'
|
||||
body_default: |
|
||||
Hello!
|
||||
|
||||
We truly appreciate your experience with %{name} and would love to hear your feedback. Your insights help us improve and continue delivering the best possible service.
|
||||
|
||||
Click the link below to share your thoughts and make your voice heard:
|
||||
|
||||
%link%
|
||||
|
||||
Have a great day!
|
||||
send:
|
||||
one: 'Send invitation'
|
||||
other: 'Send %{count} invitations'
|
||||
submit_success: 'Invitations sent!'
|
||||
submit_failure: 'An error occurred while sending invitations'
|
||||
invalid_emails: 'Invalid email addresses: %{emails}'
|
||||
too_many_emails: 'You can only send %{count} invitations at a time.'
|
||||
invitation_link_not_found: 'You must use the %link% placeholder in the email body'
|
||||
test_invitation_button: 'Test send invitation'
|
||||
test_invitation_help: 'This will send a test invitation email to %{email}'
|
||||
test_invitation_success: 'A test invitation email has been sent to %{email}'
|
||||
all: 'All'
|
||||
pending: 'Pending'
|
||||
accepted: 'Accepted'
|
||||
sent_at: 'Sent %{when}'
|
||||
accepted_at: 'Accepted %{when}'
|
||||
appearance:
|
||||
title: 'Appearance'
|
||||
learn_more: 'Learn how to customize appearance'
|
||||
|
||||
Reference in New Issue
Block a user