File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Umbraco.Core/EmbeddedResources/Lang
Umbraco.Web.UI.Client/src/assets/lang Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 377
377
<key alias =" invalidEmpty" >Value cannot be empty</key >
378
378
<key alias =" invalidPattern" >Value is invalid, it does not match the correct pattern</key >
379
379
<key alias =" entriesShort" ><![CDATA[ Minimum %0% entries, requires <strong>%1%</strong> more.]]> </key >
380
- <key alias =" entriesExceed" ><![CDATA[ Maximum %0% entries, <strong>%1%</strong> too many.]]> </key >
380
+ <key alias =" entriesExceed" ><![CDATA[ Maximum %0% entries, you have entered <strong>%1%</strong> too many.]]> </key >
381
381
<key alias =" stringLengthExceeded" >The string length exceeds the maximum length of %0% characters, %1% too many.</key >
382
382
<key alias =" entriesAreasMismatch" >The content amount requirements are not met for one or more areas.</key >
383
383
<key alias =" invalidMemberGroupName" >Invalid member group name</key >
Original file line number Diff line number Diff line change 394
394
<key alias =" unexpectedRange" >The value %0% is not expected to contain a range</key >
395
395
<key alias =" invalidRange" >The value %0% is not expected to have a to value less than the from value</key >
396
396
<key alias =" entriesShort" ><![CDATA[ Minimum %0% entries, requires <strong>%1%</strong> more.]]> </key >
397
- <key alias =" entriesExceed" ><![CDATA[ Maximum %0% entries, <strong>%1%</strong> too many.]]> </key >
397
+ <key alias =" entriesExceed" ><![CDATA[ Maximum %0% entries, you have entered <strong>%1%</strong> too many.]]> </key >
398
398
<key alias =" stringLengthExceeded" >The string length exceeds the maximum length of %0% characters, %1% too many.</key >
399
399
<key alias =" entriesAreasMismatch" >The content amount requirements are not met for one or more areas.</key >
400
400
<key alias =" invalidMediaType" >The chosen media type is invalid.</key >
Original file line number Diff line number Diff line change @@ -2097,7 +2097,7 @@ export default {
2097
2097
duplicateUsername : "Username '%0%' is already taken" ,
2098
2098
customValidation : 'Custom validation' ,
2099
2099
entriesShort : 'Minimum %0% entries, requires <strong>%1%</strong> more.' ,
2100
- entriesExceed : 'Maximum %0% entries, <strong>%1%</strong> too many.' ,
2100
+ entriesExceed : 'Maximum %0% entries, you have entered <strong>%1%</strong> too many.' ,
2101
2101
entriesAreasMismatch : 'The content amount requirements are not met for one or more areas.' ,
2102
2102
} ,
2103
2103
healthcheck : {
Original file line number Diff line number Diff line change @@ -2168,7 +2168,7 @@ export default {
2168
2168
invalidPattern : 'Value is invalid, it does not match the correct pattern' ,
2169
2169
customValidation : 'Custom validation' ,
2170
2170
entriesShort : 'Minimum %0% entries, requires <strong>%1%</strong> more.' ,
2171
- entriesExceed : 'Maximum %0% entries, <strong>%1%</strong> too many.' ,
2171
+ entriesExceed : 'Maximum %0% entries, you have entered <strong>%1%</strong> too many.' ,
2172
2172
entriesAreasMismatch : 'The content amount requirements are not met for one or more areas.' ,
2173
2173
invalidMemberGroupName : 'Invalid member group name' ,
2174
2174
invalidUserGroupName : 'Invalid user group name' ,
You can’t perform that action at this time.
0 commit comments