Add number-range translations to panda apps

This commit is contained in:
2018-11-30 12:31:16 -03:00
parent d70661672c
commit b31af8eb57
+8
View File
@@ -15,6 +15,9 @@ window.$translations =
are_you_sure: 'Weet je dit zeker?'
button: 'Delete'
close: 'Close'
clear: 'Clear'
apply: 'Toepassen'
and: 'en'
confirm:
cancel: 'Cancel'
confirm: 'Ja'
@@ -60,6 +63,11 @@ window.$translations =
friday: 'Vrijdag'
saturday: 'Zaterdag'
sunday: 'Zondag'
number:
range:
between: 'Tussen'
inclusive: 'inclusief'
lower_larger_than_upper_error: 'beneden grens (%{lower}) mag niet groter zijn dan de boverngrens (%{upper}).'
import model_translations from './translations/models'
Ember.assign window.$translations.en, model_translations