@bigbinary/neeto-team-members-frontend 2.10.1 → 2.10.2
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 +19 -15
- package/dist/index.cjs.js +105 -658
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +108 -661
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/types.d.ts +29 -26
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"taxonomyDefaultLabels": {
|
|
3
|
+
"member": {
|
|
4
|
+
"singular": "Member",
|
|
5
|
+
"plural": "Members"
|
|
6
|
+
}
|
|
7
|
+
},
|
|
2
8
|
"neetoTeamMembers": {
|
|
3
9
|
"alerts": {
|
|
4
10
|
"messages": {
|
|
5
|
-
"activateMember_one": "You are activating the {{
|
|
6
|
-
"activateMember_other": "You are activating <strong>{{count}}</strong> {{
|
|
7
|
-
"changeRole_one": "You are changing the role of <strong>{{person}}</strong> to <strong>{{role}}</strong>.",
|
|
8
|
-
"changeRole_other": "You are changing the role of <strong>{{count}}</strong> {{metaName}} to <strong>{{role}}</strong>.",
|
|
9
|
-
"deactivateMember_one": "You are deactivating the {{
|
|
10
|
-
"deactivateMember_other": "You are deactivating <strong>{{count}}</strong> {{
|
|
11
|
-
"deletingRole": "You are permanently deleting the role <strong>{{name}}</strong>. This can't be undone."
|
|
11
|
+
"activateMember_one": "You are activating the {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
|
|
12
|
+
"activateMember_other": "You are activating <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
13
|
+
"changeRole_one": "You are changing the role of <strong>{{person, anyCase}}</strong> to <strong>{{role, anyCase}}</strong>.",
|
|
14
|
+
"changeRole_other": "You are changing the role of <strong>{{count}}</strong> {{metaName}} to <strong>{{role, anyCase}}</strong>.",
|
|
15
|
+
"deactivateMember_one": "You are deactivating the {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
|
|
16
|
+
"deactivateMember_other": "You are deactivating <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
17
|
+
"deletingRole": "You are permanently deleting the role <strong>{{name, anyCase}}</strong>. This can't be undone."
|
|
12
18
|
}
|
|
13
19
|
},
|
|
14
20
|
"buttons": {
|
|
@@ -60,12 +66,14 @@
|
|
|
60
66
|
"addMembersToNeetoProducts": "Add {{- emails, boldList}} to the following neeto products.",
|
|
61
67
|
"configPermissions": "Configure permissions for the modules.",
|
|
62
68
|
"enterMultipleEmails": "Please press space, tab or enter key after entering an email address.",
|
|
63
|
-
"
|
|
69
|
+
"metaNameWithCount_one": "{{totalCount}} {{taxonomies.member.singular}}",
|
|
70
|
+
"metaNameWithCount_other": "{{totalCount}} {{taxonomies.member.plural}}",
|
|
64
71
|
"moreInfoAboutPermissions": "More information about roles and permissions",
|
|
65
72
|
"multipleProductInvitation": "{{- emails, boldList}} will be invited to the following neeto products with the role given next to it.",
|
|
66
73
|
"noRolesFound": "No roles found.",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
74
|
+
"selectedMembersCount_one": "{{count}} {{taxonomies.member.singular}} selected of <span>{{totalCount}}</span>",
|
|
75
|
+
"selectedMembersCount_other": "{{count}} {{taxonomies.member.plural}} selected of <span>{{totalCount}}</span>",
|
|
76
|
+
"singleProductInvitation": "{{- emails, boldList}} will be invited to <strong>{{product, anyCase}}</strong> with a role of <strong>{{role, anyCase}}</strong>.",
|
|
69
77
|
"themeSelector": "Theme selector",
|
|
70
78
|
"whyIsItDisabled": "Why is it disabled?"
|
|
71
79
|
},
|
|
@@ -79,14 +87,10 @@
|
|
|
79
87
|
"manageMember_other": "Manage members",
|
|
80
88
|
"manageRole_one": "Manage role",
|
|
81
89
|
"manageRole_other": "Manage roles",
|
|
82
|
-
"neeto_": "neeto{{product}}",
|
|
90
|
+
"neeto_": "neeto{{product, anyCase}}",
|
|
83
91
|
"roleNotFound_one": "There are no role to show",
|
|
84
92
|
"roleNotFound_other": "There are no roles to show"
|
|
85
93
|
},
|
|
86
|
-
"metaNames": {
|
|
87
|
-
"member_one": "Member",
|
|
88
|
-
"member_other": "Members"
|
|
89
|
-
},
|
|
90
94
|
"placeholders": {
|
|
91
95
|
"email": "Please enter the email addresses",
|
|
92
96
|
"enterName": "Please enter the name",
|