Brought in another asset for Ray's eye form: moment
[openemr.git] / public / assets / moment-2-13-0 / src / locale / sw.js
blob06850d6f77fd38ac97064fa6ffb4e5c7d3b66965
1 //! moment.js locale configuration
2 //! locale : swahili (sw)
3 //! author : Fahad Kassim : https://github.com/fadsel
5 import moment from '../moment';
7 export default moment.defineLocale('sw', {
8     months : 'Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba'.split('_'),
9     monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des'.split('_'),
10     weekdays : 'Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi'.split('_'),
11     weekdaysShort : 'Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos'.split('_'),
12     weekdaysMin : 'J2_J3_J4_J5_Al_Ij_J1'.split('_'),
13     weekdaysParseExact : true,
14     longDateFormat : {
15         LT : 'HH:mm',
16         LTS : 'HH:mm:ss',
17         L : 'DD.MM.YYYY',
18         LL : 'D MMMM YYYY',
19         LLL : 'D MMMM YYYY HH:mm',
20         LLLL : 'dddd, D MMMM YYYY HH:mm'
21     },
22     calendar : {
23         sameDay : '[leo saa] LT',
24         nextDay : '[kesho saa] LT',
25         nextWeek : '[wiki ijayo] dddd [saat] LT',
26         lastDay : '[jana] LT',
27         lastWeek : '[wiki iliyopita] dddd [saat] LT',
28         sameElse : 'L'
29     },
30     relativeTime : {
31         future : '%s baadaye',
32         past : 'tokea %s',
33         s : 'hivi punde',
34         m : 'dakika moja',
35         mm : 'dakika %d',
36         h : 'saa limoja',
37         hh : 'masaa %d',
38         d : 'siku moja',
39         dd : 'masiku %d',
40         M : 'mwezi mmoja',
41         MM : 'miezi %d',
42         y : 'mwaka mmoja',
43         yy : 'miaka %d'
44     },
45     week : {
46         dow : 1, // Monday is the first day of the week.
47         doy : 7  // The week that contains Jan 1st is the first week of the year.
48     }
49 });