Skip to content

Commit 06fd9a5

Browse files
Pull trentrichardson#668 - Create Armenian translation for the jQuery Timepicker Addon
1 parent 394d528 commit 06fd9a5

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

dist/i18n/jquery-ui-timepicker-am.js

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* Armenian translation for the jQuery Timepicker Addon */
2+
/* Written by Artavazd Avetisyan artavazda@hotmail.com */
3+
(function($) {
4+
$.timepicker.regional['am'] = {
5+
timeOnlyTitle: 'Ընտրեք ժամանակը',
6+
timeText: 'Ժամանակը',
7+
hourText: 'Ժամ',
8+
minuteText: 'Րոպե',
9+
secondText: 'Վարկյան',
10+
millisecText: 'Միլիվարկյան',
11+
microsecText: 'Միկրովարկյան',
12+
timezoneText: 'Ժամային գոտին',
13+
currentText: 'Այժմ',
14+
closeText: 'Փակել',
15+
timeFormat: 'HH:mm',
16+
amNames: ['AM', 'A'],
17+
pmNames: ['PM', 'P'],
18+
isRTL: false
19+
};
20+
$.timepicker.setDefaults($.timepicker.regional['am']);
21+
})(jQuery);

src/i18n/jquery-ui-timepicker-am.js

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* Armenian translation for the jQuery Timepicker Addon */
2+
/* Written by Artavazd Avetisyan artavazda@hotmail.com */
3+
(function($) {
4+
$.timepicker.regional['am'] = {
5+
timeOnlyTitle: 'Ընտրեք ժամանակը',
6+
timeText: 'Ժամանակը',
7+
hourText: 'Ժամ',
8+
minuteText: 'Րոպե',
9+
secondText: 'Վարկյան',
10+
millisecText: 'Միլիվարկյան',
11+
microsecText: 'Միկրովարկյան',
12+
timezoneText: 'Ժամային գոտին',
13+
currentText: 'Այժմ',
14+
closeText: 'Փակել',
15+
timeFormat: 'HH:mm',
16+
amNames: ['AM', 'A'],
17+
pmNames: ['PM', 'P'],
18+
isRTL: false
19+
};
20+
$.timepicker.setDefaults($.timepicker.regional['am']);
21+
})(jQuery);

0 commit comments

Comments
 (0)