Convert strings to translated versions to be ready to use everything in Spanish!

This commit is contained in:
2018-11-27 10:45:50 -03:00
parent 418fc04eb1
commit 82451218be
3 changed files with 13 additions and 4 deletions
+6
View File
@@ -17,6 +17,7 @@ window.$translations =
close: 'Close'
clear: 'Clear'
apply: 'Apply'
and: 'and'
confirm:
cancel: 'Cancel'
confirm: 'Yes'
@@ -62,3 +63,8 @@ window.$translations =
friday: 'Vrijdag'
saturday: 'Zaterdag'
sunday: 'Zondag'
number:
range:
between: 'Between'
inclusive: 'inclusive'
lower_larger_than_upper_error: 'lower limit (%{lower}) cannot be greater than the upper limit (%{upper}).'