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.
|
// English
|
|
exports['en'] = {
|
|
current: 'current',
|
|
time: 'time'
|
|
};
|
|
exports['en_EN'] = exports['en'];
|
|
exports['en_US'] = exports['en'];
|
|
|
|
// Italiano
|
|
exports['it'] = {
|
|
current: 'attuale',
|
|
time: 'tempo'
|
|
};
|
|
exports['it_IT'] = exports['it'];
|
|
exports['it_CH'] = exports['it'];
|
|
|
|
// Dutch
|
|
exports['nl'] = {
|
|
current: 'huidige',
|
|
time: 'tijd'
|
|
};
|
|
exports['nl_NL'] = exports['nl'];
|
|
exports['nl_BE'] = exports['nl'];
|
|
|
|
// German
|
|
exports['de'] = {
|
|
current: 'Aktuelle',
|
|
time: 'Zeit'
|
|
};
|
|
exports['de_DE'] = exports['de'];
|