We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9f033 commit 8f7aa5dCopy full SHA for 8f7aa5d
src/i18n/jquery-ui-timepicker-el.js
@@ -7,8 +7,8 @@
7
hourText: 'Ώρες',
8
minuteText: 'Λεπτά',
9
secondText: 'Δευτερόλεπτα',
10
- millisecText: 'μιλιδευτερόλεπτο',
11
- microsecText: 'Microseconds',
+ millisecText: 'Χιλιοστοδευτερόλεπτα',
+ microsecText: 'Μικροδευτερόλεπτα',
12
timezoneText: 'Ζώνη ώρας',
13
currentText: 'Τώρα',
14
closeText: 'Κλείσιμο',
@@ -19,4 +19,4 @@
19
isRTL: false
20
};
21
$.timepicker.setDefaults($.timepicker.regional['el']);
22
-})(jQuery);
+})(jQuery);
0 commit comments