Manage stakeholders implemented
This commit is contained in:
@@ -1,6 +1,29 @@
|
||||
{
|
||||
"title": "Do other stakeholders need to be involved in creating your community?",
|
||||
"description": "Adding people at this step will invite them to see your proposed CommunityRule and make their own proposals.",
|
||||
"description": "Add their email addresses. When you publish, we'll send each person a one-time link to join Community Rule and view this rule in their profile (they won't be able to manage it unless they created it).",
|
||||
"addStakeholder": "Add stakeholder",
|
||||
"draftToastTitle": "Congratulations! You've drafted your CommunityRule!"
|
||||
"draftToastTitle": "Congratulations! You've drafted your CommunityRule!",
|
||||
"invalidEmail": "Enter a valid email address.",
|
||||
"duplicateEmail": "That email is already on the list.",
|
||||
"maxStakeholders": "You can add up to 30 stakeholder emails.",
|
||||
"managePublished": {
|
||||
"lockupTitle": "Stakeholders",
|
||||
"lockupDescription": "Invite people by email. They get a one-time link to view this rule in their profile.",
|
||||
"emailLabel": "Email address",
|
||||
"emailPlaceholder": "colleague@example.com",
|
||||
"addInvite": "Send invite",
|
||||
"loading": "Loading…",
|
||||
"loadFailed": "Could not load stakeholders. Refresh and try again.",
|
||||
"pending": "Pending",
|
||||
"accepted": "Accepted",
|
||||
"remove": "Remove",
|
||||
"resend": "Resend invite",
|
||||
"empty": "No stakeholders yet.",
|
||||
"invalidEmail": "Enter a valid email address.",
|
||||
"actionFailed": "Something went wrong. Try again.",
|
||||
"rateLimited": "Too many requests. Try again in {seconds} seconds.",
|
||||
"removeAria": "Remove {email}",
|
||||
"resendAria": "Resend invite to {email}",
|
||||
"footerDone": "Done"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,9 +6,11 @@
|
||||
"share": "Share",
|
||||
"export": "Export",
|
||||
"edit": "Edit",
|
||||
"manageStakeholders": "Manage Stakeholders",
|
||||
"shareAriaLabel": "Share",
|
||||
"exportAriaLabel": "Export",
|
||||
"editAriaLabel": "Edit",
|
||||
"manageStakeholdersAriaLabel": "Manage Stakeholders",
|
||||
"leaveConfirmLoss": "Leave create flow? Your progress will be lost.",
|
||||
"draftSaveBannerTitle": "Couldn't save draft",
|
||||
"postLoginSaveFailedWithReason": "Could not save your draft to your account. Your progress is still stored on this device.\n\n{reason}"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"generic": "Something went wrong. Try again.",
|
||||
"invalidLink": "That sign-in link is not valid. Request a new one from the login page.",
|
||||
"expiredLink": "That sign-in link has expired. Request a new one from the login page.",
|
||||
"serverError": "Something went wrong on our end. Try again later."
|
||||
"serverError": "Something went wrong on our end. Try again later.",
|
||||
"stakeholderWrongAccount": "Sign out and open the stakeholder invite link again, or use the same email you were invited with."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user