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 a5919e7 commit cad70fdCopy full SHA for cad70fd
localization/jquery-ui-timepicker-uk.js
@@ -0,0 +1,20 @@
1
+/* Ukrainian translation for the jQuery Timepicker Addon */
2
+/* Written by Sergey Noskov */
3
+(function($) {
4
+ $.timepicker.regional['uk'] = {
5
+ timeOnlyTitle: 'Виберіть час',
6
+ timeText: 'Час',
7
+ hourText: 'Години',
8
+ minuteText: 'Хвилини',
9
+ secondText: 'Секунди',
10
+ millisecText: 'Мілісекунди',
11
+ timezoneText: 'Часовий пояс',
12
+ currentText: 'Зараз',
13
+ closeText: 'Закрити',
14
+ timeFormat: 'hh:mm tt',
15
+ amNames: ['AM', 'A'],
16
+ pmNames: ['PM', 'P'],
17
+ ampm: false
18
+ };
19
+ $.timepicker.setDefaults($.timepicker.regional['uk']);
20
+})(jQuery);
0 commit comments