@bigbinary/neeto-team-members-frontend 4.0.1 → 4.1.0
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 +6 -7
- package/dist/index.cjs.js +59 -242
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +65 -247
- package/dist/index.js.map +1 -1
- package/package.json +13 -12
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"activateMember_other": "You are activating <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
21
21
|
"changeRole_one": "You are changing the role of <strong>{{person, anyCase}}</strong> to <strong>{{role, anyCase}}</strong>.",
|
|
22
22
|
"changeRole_other": "You are changing the role of <strong>{{count}}</strong> {{metaName}} to <strong>{{role, anyCase}}</strong>.",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"removeMember_one": "You are removing the {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
|
|
24
|
+
"removeMember_other": "You are removing <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
25
25
|
"deletingRole": "You are permanently deleting the role <strong>{{name, anyCase}}</strong>. This can't be undone.",
|
|
26
26
|
"delete": "You are permanently deleting the {{resource}} <strong>{{name, anyCase}}</strong>. This can't be undone.",
|
|
27
27
|
"removeMember": "You are removing <strong>{{member, anyCase}}</strong> from this group."
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"saveChanges": "Save changes",
|
|
36
36
|
"delete": "Delete",
|
|
37
37
|
"activate": "Activate",
|
|
38
|
-
"
|
|
38
|
+
"remove": "Remove",
|
|
39
39
|
"changeRole": "Change role"
|
|
40
40
|
},
|
|
41
41
|
"columns": {
|
|
@@ -51,10 +51,9 @@
|
|
|
51
51
|
"all": "All",
|
|
52
52
|
"all_": "All {{what}}",
|
|
53
53
|
"changeRole": "Change role?",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"deactivated_": "Deactivated {{what}}",
|
|
54
|
+
"remove_": "Remove {{what}}?",
|
|
55
|
+
"deactivated": "Remove",
|
|
56
|
+
"removed_": "Removed {{what}}",
|
|
58
57
|
"delete": "Delete",
|
|
59
58
|
"description": "Description",
|
|
60
59
|
"edit": "Edit",
|