@bigbinary/neeto-team-members-frontend 2.13.9 → 3.0.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 +17 -3
- package/dist/index.cjs.js +773 -198
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +750 -175
- package/dist/index.js.map +1 -1
- package/package.json +14 -12
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"taxonomyDefaultLabels": {
|
|
3
3
|
"member": {
|
|
4
|
-
"singular": "
|
|
5
|
-
"plural": "
|
|
4
|
+
"singular": "Team member",
|
|
5
|
+
"plural": "Team members"
|
|
6
6
|
}
|
|
7
7
|
},
|
|
8
8
|
"neetoTeamMembers": {
|
|
@@ -122,7 +122,8 @@
|
|
|
122
122
|
"minOneEmail": "Please enter at least one email address.",
|
|
123
123
|
"roleRequired": "Please select a role.",
|
|
124
124
|
"removeSpaces": "Please remove the spaces.",
|
|
125
|
-
"validEmail": "Please ensure that all email addresses are valid."
|
|
125
|
+
"validEmail": "Please ensure that all email addresses are valid.",
|
|
126
|
+
"memberLimitExceeded": "Max {{limit}} team members are allowed. <emailTo>Contact us</emailTo> to increase the limit."
|
|
126
127
|
},
|
|
127
128
|
"profile": {
|
|
128
129
|
"common": {
|
|
@@ -146,6 +147,19 @@
|
|
|
146
147
|
"lastName": "Last name"
|
|
147
148
|
}
|
|
148
149
|
},
|
|
150
|
+
"avatar": {
|
|
151
|
+
"profilePicture": "Profile picture",
|
|
152
|
+
"profilePictureUploadMessage": "Only <code>JPEG, PNG</code> files are supported. Max size <strong>{{limit}}MB</strong>.",
|
|
153
|
+
"changeProfilePicture": "Change profile picture",
|
|
154
|
+
"uploadProfilePicture": "Upload profile picture"
|
|
155
|
+
},
|
|
156
|
+
"file": {
|
|
157
|
+
"invalidType": {
|
|
158
|
+
"image": "Invalid file type. Please select a JPG, JPEG, or PNG file instead and try again."
|
|
159
|
+
},
|
|
160
|
+
"corrupted": "The submitted file was empty or corrupt. Please select a valid file.",
|
|
161
|
+
"limitExceeded": "File limit exceeded, maximum allowed size is {{maxSize}} MB. Please select a smaller file and try again."
|
|
162
|
+
},
|
|
149
163
|
"form": {
|
|
150
164
|
"isRequired": {
|
|
151
165
|
"firstName": "First name is required",
|