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 377377 <key alias =" invalidEmpty" >Value cannot be empty</key >
378378 <key alias =" invalidPattern" >Value is invalid, it does not match the correct pattern</key >
379379 <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 >
381381 <key alias =" stringLengthExceeded" >The string length exceeds the maximum length of %0% characters, %1% too many.</key >
382382 <key alias =" entriesAreasMismatch" >The content amount requirements are not met for one or more areas.</key >
383383 <key alias =" invalidMemberGroupName" >Invalid member group name</key >
Original file line number Diff line number Diff line change 394394 <key alias =" unexpectedRange" >The value %0% is not expected to contain a range</key >
395395 <key alias =" invalidRange" >The value %0% is not expected to have a to value less than the from value</key >
396396 <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 >
398398 <key alias =" stringLengthExceeded" >The string length exceeds the maximum length of %0% characters, %1% too many.</key >
399399 <key alias =" entriesAreasMismatch" >The content amount requirements are not met for one or more areas.</key >
400400 <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 {
20972097 duplicateUsername : "Username '%0%' is already taken" ,
20982098 customValidation : 'Custom validation' ,
20992099 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.' ,
21012101 entriesAreasMismatch : 'The content amount requirements are not met for one or more areas.' ,
21022102 } ,
21032103 healthcheck : {
Original file line number Diff line number Diff line change @@ -2168,7 +2168,7 @@ export default {
21682168 invalidPattern : 'Value is invalid, it does not match the correct pattern' ,
21692169 customValidation : 'Custom validation' ,
21702170 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.' ,
21722172 entriesAreasMismatch : 'The content amount requirements are not met for one or more areas.' ,
21732173 invalidMemberGroupName : 'Invalid member group name' ,
21742174 invalidUserGroupName : 'Invalid user group name' ,
You can’t perform that action at this time.
0 commit comments