Add inclusive explanation

This commit is contained in:
2018-12-16 07:44:06 -05:00
parent b31af8eb57
commit cc1f37d14f
+1
View File
@@ -68,6 +68,7 @@ window.$translations =
between: 'Tussen'
inclusive: 'inclusief'
lower_larger_than_upper_error: 'beneden grens (%{lower}) mag niet groter zijn dan de boverngrens (%{upper}).'
inclusive_explanation: '<p>Include the <i><b>lower</b></i> and <i><b>upper</b></i> limits as valid elements.</p><ul><li>[a, b] means all the "x" elements that a <= x <= b</li><li>(a, b) means all the "x" elements that a < x < b</li></ul>'
import model_translations from './translations/models'
Ember.assign window.$translations.en, model_translations