UNPKG

1.03 kBJavaScriptView Raw
1// English
2exports['en'] = {
3 current: 'current',
4 time: 'time'
5};
6exports['en_EN'] = exports['en'];
7exports['en_US'] = exports['en'];
8
9// Italiano
10exports['it'] = {
11 current: 'attuale',
12 time: 'tempo'
13};
14exports['it_IT'] = exports['it'];
15exports['it_CH'] = exports['it'];
16
17// Dutch
18exports['nl'] = {
19 current: 'huidige',
20 time: 'tijd'
21};
22exports['nl_NL'] = exports['nl'];
23exports['nl_BE'] = exports['nl'];
24
25// German
26exports['de'] = {
27 current: 'Aktuelle',
28 time: 'Zeit'
29};
30exports['de_DE'] = exports['de'];
31
32// French
33exports['fr'] = {
34 current: 'actuel',
35 time: 'heure'
36};
37exports['fr_FR'] = exports['fr'];
38exports['fr_CA'] = exports['fr'];
39exports['fr_BE'] = exports['fr'];
40
41// Espanol
42exports['es'] = {
43 current: 'corriente',
44 time: 'hora'
45};
46exports['es_ES'] = exports['es'];
47
48// Ukrainian
49exports['uk'] = {
50 current: 'поточний',
51 time: 'час'
52};
53exports['uk_UA'] = exports['uk'];
54
55// Russian
56exports['ru'] = {
57 current: 'текущее',
58 time: 'время'
59};
60exports['ru_RU'] = exports['ru'];