vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
345 B

  1. // English
  2. exports['en'] = {
  3. current: 'current',
  4. time: 'time'
  5. };
  6. exports['en_EN'] = exports['en'];
  7. exports['en_US'] = exports['en'];
  8. // Italiano
  9. exports['it'] = {
  10. current: 'attuale',
  11. time: 'tempo'
  12. };
  13. // Dutch
  14. exports['nl'] = {
  15. current: 'huidige',
  16. time: 'tijd'
  17. };
  18. exports['nl_NL'] = exports['nl'];
  19. exports['nl_BE'] = exports['nl'];