Add "inclusive" definition
This commit is contained in:
@@ -67,4 +67,5 @@ window.$translations =
|
||||
range:
|
||||
between: 'Between'
|
||||
inclusive: 'inclusive'
|
||||
inclusive_explanation: 'Include the <i><b>lower</b></i> and <i><b>upper</b></i> limits as valid elements. [a, b] means all the "x" elements that a <= x <= b; (a, b) means all the "x" elements that a < x < b.'
|
||||
lower_larger_than_upper_error: 'lower limit (%{lower}) cannot be greater than the upper limit (%{upper}).'
|
||||
|
||||
Reference in New Issue
Block a user