Skip to content

Commit 7cd362f

Browse files
authored
Update messages_zh_TW.js
1 parent 5c3d9d2 commit 7cd362f

File tree

1 file changed

+1
-0
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/lib/jquery-validation/src/localization

1 file changed

+1
-0
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/lib/jquery-validation/src/localization/messages_zh_TW.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $.extend( $.validator.messages, {
1919
minlength: $.validator.format( "最少 {0} 個字" ),
2020
rangelength: $.validator.format( "請輸入長度為 {0} 至 {1} 之間的字串" ),
2121
range: $.validator.format( "請輸入 {0} 至 {1} 之間的數值" ),
22+
step: $.validator.format( "請輸入 {0} 的整數倍值" ),
2223
max: $.validator.format( "請輸入不大於 {0} 的數值" ),
2324
min: $.validator.format( "請輸入不小於 {0} 的數值" )
2425
} );

0 commit comments

Comments
 (0)