@@ -29,6 +29,7 @@ let locales = {
2929 emptySelectionMessage : 'No selected item' ,
3030 endsWith : 'Ends with' ,
3131 equals : 'Equals' ,
32+ fileChosenMessage : '{0} files' ,
3233 fileSizeTypes : [ 'B' , 'KB' , 'MB' , 'GB' , 'TB' , 'PB' , 'EB' , 'ZB' , 'YB' ] ,
3334 filter : 'Filter' ,
3435 firstDayOfWeek : 0 ,
@@ -47,6 +48,7 @@ let locales = {
4748 nextMonth : 'Next Month' ,
4849 nextSecond : 'Next Second' ,
4950 nextYear : 'Next Year' ,
51+ noFileChosenMessage : 'No file chosen' ,
5052 noFilter : 'No Filter' ,
5153 notContains : 'Not contains' ,
5254 notEquals : 'Not equals' ,
@@ -74,8 +76,10 @@ let locales = {
7476 aria : {
7577 cancelEdit : 'Cancel Edit' ,
7678 close : 'Close' ,
79+ collapseLabel : 'Collapse' ,
7780 collapseRow : 'Row Collapsed' ,
7881 editRow : 'Edit Row' ,
82+ expandLabel : 'Expand' ,
7983 expandRow : 'Row Expanded' ,
8084 falseLabel : 'False' ,
8185 filterConstraint : 'Filter Constraint' ,
@@ -100,18 +104,20 @@ let locales = {
100104 next : 'Next' ,
101105 nextPageLabel : 'Next Page' ,
102106 nullLabel : 'Not Selected' ,
103- pageLabel : 'Page {page}' ,
104107 otpLabel : 'Please enter one time password character {0}' ,
108+ pageLabel : 'Page {page}' ,
105109 passwordHide : 'Hide Password' ,
106110 passwordShow : 'Show Password' ,
107111 previous : 'Previous' ,
108112 prevPageLabel : 'Previous Page' ,
113+ removeLabel : 'Remove' ,
109114 rotateLeft : 'Rotate Left' ,
110115 rotateRight : 'Rotate Right' ,
111116 rowsPerPageLabel : 'Rows per page' ,
112117 saveEdit : 'Save Edit' ,
113118 scrollTop : 'Scroll Top' ,
114119 selectAll : 'All items selected' ,
120+ selectLabel : 'Select' ,
115121 selectRow : 'Row Selected' ,
116122 showFilterMenu : 'Show Filter Menu' ,
117123 slide : 'Slide' ,
@@ -120,6 +126,7 @@ let locales = {
120126 stars : '{star} stars' ,
121127 trueLabel : 'True' ,
122128 unselectAll : 'All items unselected' ,
129+ unselectLabel : 'Unselect' ,
123130 unselectRow : 'Row Unselected' ,
124131 zoomImage : 'Zoom Image' ,
125132 zoomIn : 'Zoom In' ,
0 commit comments