@bigbinary/neeto-team-members-frontend 3.0.4 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/en.json +2 -0
- package/dist/index.cjs.js +255 -154
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +128 -53
- package/dist/index.js.map +1 -1
- package/package.json +13 -12
|
@@ -76,6 +76,8 @@
|
|
|
76
76
|
"selectedMembersCount_one": "{{count}} {{taxonomies.member.singular}} selected of <span>{{totalCount}}</span>",
|
|
77
77
|
"selectedMembersCount_other": "{{count}} {{taxonomies.member.plural}} selected of <span>{{totalCount}}</span>",
|
|
78
78
|
"singleProductInvitation": "{{- emails, boldList}} will be invited to <strong>{{product, anyCase}}</strong> with a role of <strong>{{role, anyCase}}</strong>.",
|
|
79
|
+
"memberCreationStatus_one": "{{completedCount}}/{{totalCount}} {{taxonomies.member.singular}} is successfully invited.",
|
|
80
|
+
"memberCreationStatus_other": "{{completedCount}}/{{totalCount}} {{taxonomies.member.plural}} are successfully invited.",
|
|
79
81
|
"themeSelector": "Theme selector",
|
|
80
82
|
"whyIsItDisabled": "Why is it disabled?",
|
|
81
83
|
"subscriptionWarning": "You will be charged <strong>{{amount}}</strong> for each newly added member on the next renewal."
|