Add "inclusive" definition

This commit is contained in:
Pablo Bañales
2018-12-03 11:34:14 -03:00
parent 5aca87b205
commit f71be3a9a1
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -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}).'