Convert strings to translated versions to be ready to use everything in Spanish!
This commit is contained in:
@@ -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}).'
|
||||
|
||||
Reference in New Issue
Block a user