@@ -17,7 +17,10 bg: | |||
|
17 | 17 | month_names: [~, Януари, Февруари, Март, Април, Май, Юни, Юли, Август, Септември, Октомври, Ноември, Декември] |
|
18 | 18 | abbr_month_names: [~, Яну, Фев, Мар, Апр, Май, Юни, Юли, Авг, Сеп, Окт, Ное, Дек] |
|
19 | 19 | # Used in date_select and datime_select. |
|
20 | order: [ :year, :month, :day ] | |
|
20 | order: | |
|
21 | - :year | |
|
22 | - :month | |
|
23 | - :day | |
|
21 | 24 | |
|
22 | 25 | time: |
|
23 | 26 | formats: |
@@ -15,7 +15,10 bs: | |||
|
15 | 15 | |
|
16 | 16 | month_names: [~, Januar, Februar, Mart, April, Maj, Jun, Jul, Avgust, Septembar, Oktobar, Novembar, Decembar] |
|
17 | 17 | abbr_month_names: [~, Jan, Feb, Mar, Apr, Maj, Jun, Jul, Avg, Sep, Okt, Nov, Dec] |
|
18 | order: [ :day, :month, :year ] | |
|
18 | order: | |
|
19 | - :day | |
|
20 | - :month | |
|
21 | - :year | |
|
19 | 22 | |
|
20 | 23 | time: |
|
21 | 24 | formats: |
@@ -20,7 +20,10 ca: | |||
|
20 | 20 | month_names: [~, Gener, Febrer, Març, Abril, Maig, Juny, Juliol, Agost, Setembre, Octubre, Novembre, Desembre] |
|
21 | 21 | abbr_month_names: [~, Gen, Feb, Mar, Abr, Mai, Jun, Jul, Ago, Set, Oct, Nov, Des] |
|
22 | 22 | # Used in date_select and datime_select. |
|
23 | order: [ :year, :month, :day ] | |
|
23 | order: | |
|
24 | - :year | |
|
25 | - :month | |
|
26 | - :day | |
|
24 | 27 | |
|
25 | 28 | time: |
|
26 | 29 | formats: |
@@ -21,7 +21,10 cs: | |||
|
21 | 21 | month_names: [~, Leden, Únor, Březen, Duben, Květen, Červen, Červenec, Srpen, Září, Říjen, Listopad, Prosinec] |
|
22 | 22 | abbr_month_names: [~, Led, Úno, Bře, Dub, Kvě, Čer, Čec, Srp, Zář, Říj, Lis, Pro] |
|
23 | 23 | # Used in date_select and datime_select. |
|
24 | order: [ :year, :month, :day ] | |
|
24 | order: | |
|
25 | - :year | |
|
26 | - :month | |
|
27 | - :day | |
|
25 | 28 | |
|
26 | 29 | time: |
|
27 | 30 | formats: |
@@ -14,7 +14,10 da: | |||
|
14 | 14 | abbr_day_names: [sø, ma, ti, 'on', to, fr, lø] |
|
15 | 15 | month_names: [~, januar, februar, marts, april, maj, juni, juli, august, september, oktober, november, december] |
|
16 | 16 | abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] |
|
17 | order: [ :day, :month, :year ] | |
|
17 | order: | |
|
18 | - :day | |
|
19 | - :month | |
|
20 | - :year | |
|
18 | 21 | |
|
19 | 22 | time: |
|
20 | 23 | formats: |
@@ -19,7 +19,10 de: | |||
|
19 | 19 | month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember] |
|
20 | 20 | abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez] |
|
21 | 21 | # Used in date_select and datime_select. |
|
22 | order: [:day, :month, :year] | |
|
22 | order: | |
|
23 | - :day | |
|
24 | - :month | |
|
25 | - :year | |
|
23 | 26 | |
|
24 | 27 | time: |
|
25 | 28 | formats: |
@@ -19,7 +19,10 el: | |||
|
19 | 19 | month_names: [~, Ιανουάριος, Φεβρουάριος, Μάρτιος, Απρίλιος, Μάϊος, Ιούνιος, Ιούλιος, Αύγουστος, Σεπτέμβριος, Οκτώβριος, Νοέμβριος, Δεκέμβριος] |
|
20 | 20 | abbr_month_names: [~, Ιαν, Φεβ, Μαρ, Απρ, Μαϊ, Ιον, Ιολ, Αυγ, Σεπ, Οκτ, Νοε, Δεκ] |
|
21 | 21 | # Used in date_select and datime_select. |
|
22 | order: [ :year, :month, :day ] | |
|
22 | order: | |
|
23 | - :year | |
|
24 | - :month | |
|
25 | - :day | |
|
23 | 26 | |
|
24 | 27 | time: |
|
25 | 28 | formats: |
@@ -16,7 +16,10 en-GB: | |||
|
16 | 16 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
17 | 17 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
18 | 18 | # Used in date_select and datime_select. |
|
19 | order: [ :year, :month, :day ] | |
|
19 | order: | |
|
20 | - :year | |
|
21 | - :month | |
|
22 | - :day | |
|
20 | 23 | |
|
21 | 24 | time: |
|
22 | 25 | formats: |
@@ -17,7 +17,10 en: | |||
|
17 | 17 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
18 | 18 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
19 | 19 | # Used in date_select and datime_select. |
|
20 | order: [ :year, :month, :day ] | |
|
20 | order: | |
|
21 | - :year | |
|
22 | - :month | |
|
23 | - :day | |
|
21 | 24 | |
|
22 | 25 | time: |
|
23 | 26 | formats: |
@@ -159,7 +159,10 es: | |||
|
159 | 159 | month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Setiembre, Octubre, Noviembre, Diciembre] |
|
160 | 160 | abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, Oct, Nov, Dic] |
|
161 | 161 | # Used in date_select and datime_select. |
|
162 | order: [ :year, :month, :day ] | |
|
162 | order: | |
|
163 | - :year | |
|
164 | - :month | |
|
165 | - :day | |
|
163 | 166 | |
|
164 | 167 | time: |
|
165 | 168 | formats: |
@@ -20,7 +20,10 eu: | |||
|
20 | 20 | month_names: [~, Urtarrila, Otsaila, Martxoa, Apirila, Maiatza, Ekaina, Uztaila, Abuztua, Iraila, Urria, Azaroa, Abendua] |
|
21 | 21 | abbr_month_names: [~, Urt, Ots, Mar, Api, Mai, Eka, Uzt, Abu, Ira, Urr, Aza, Abe] |
|
22 | 22 | # Used in date_select and datime_select. |
|
23 | order: [ :year, :month, :day ] | |
|
23 | order: | |
|
24 | - :year | |
|
25 | - :month | |
|
26 | - :day | |
|
24 | 27 | |
|
25 | 28 | time: |
|
26 | 29 | formats: |
@@ -17,7 +17,10 fa: | |||
|
17 | 17 | month_names: [~, ژانویه, فوریه, مارس, آوریل, مه, ژوئن, ژوئیه, اوت, سپتامبر, اکتبر, نوامبر, دسامبر] |
|
18 | 18 | abbr_month_names: [~, ژان, فور, مار, آور, مه, ژوئن, ژوئیه, اوت, سپت, اکت, نوا, دسا] |
|
19 | 19 | # Used in date_select and datime_select. |
|
20 | order: [ :year, :month, :day ] | |
|
20 | order: | |
|
21 | - :year | |
|
22 | - :month | |
|
23 | - :day | |
|
21 | 24 | |
|
22 | 25 | time: |
|
23 | 26 | formats: |
@@ -13,7 +13,10 fi: | |||
|
13 | 13 | abbr_day_names: [Su, Ma, Ti, Ke, To, Pe, La] |
|
14 | 14 | month_names: [~, Tammikuu, Helmikuu, Maaliskuu, Huhtikuu, Toukokuu, Kesäkuu, Heinäkuu, Elokuu, Syyskuu, Lokakuu, Marraskuu, Joulukuu] |
|
15 | 15 | abbr_month_names: [~, Tammi, Helmi, Maalis, Huhti, Touko, Kesä, Heinä, Elo, Syys, Loka, Marras, Joulu] |
|
16 | order: [:day, :month, :year] | |
|
16 | order: | |
|
17 | - :day | |
|
18 | - :month | |
|
19 | - :year | |
|
17 | 20 | |
|
18 | 21 | time: |
|
19 | 22 | formats: |
@@ -17,7 +17,10 fr: | |||
|
17 | 17 | abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] |
|
18 | 18 | month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] |
|
19 | 19 | abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] |
|
20 | order: [ :day, :month, :year ] | |
|
20 | order: | |
|
21 | - :day | |
|
22 | - :month | |
|
23 | - :year | |
|
21 | 24 | |
|
22 | 25 | time: |
|
23 | 26 | formats: |
@@ -55,7 +55,10 gl: | |||
|
55 | 55 | abbr_day_names: [Dom, Lun, Mar, Mer, Xov, Ven, Sab] |
|
56 | 56 | month_names: [~, Xaneiro, Febreiro, Marzo, Abril, Maio, Xunio, Xullo, Agosto, Setembro, Outubro, Novembro, Decembro] |
|
57 | 57 | abbr_month_names: [~, Xan, Feb, Maz, Abr, Mai, Xun, Xul, Ago, Set, Out, Nov, Dec] |
|
58 | order: [:day, :month, :year] | |
|
58 | order: | |
|
59 | - :day | |
|
60 | - :month | |
|
61 | - :year | |
|
59 | 62 | |
|
60 | 63 | time: |
|
61 | 64 | formats: |
@@ -15,7 +15,10 he: | |||
|
15 | 15 | abbr_day_names: ["א'", "ב'", "ג'", "ד'", "ה'", "ו'", "ש'"] |
|
16 | 16 | month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר] |
|
17 | 17 | abbr_month_names: [~, יאנ, פבר, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצמ] |
|
18 | order: [ :day, :month, :year ] | |
|
18 | order: | |
|
19 | - :day | |
|
20 | - :month | |
|
21 | - :year | |
|
19 | 22 | |
|
20 | 23 | time: |
|
21 | 24 | formats: |
@@ -19,7 +19,10 hr: | |||
|
19 | 19 | month_names: [~, Sijecanj, Veljaca, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac] |
|
20 | 20 | abbr_month_names: [~, Sij, Velj, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, List, Stu, Pro] |
|
21 | 21 | # Used in date_select and datime_select. |
|
22 | order: [ :year, :month, :day ] | |
|
22 | order: | |
|
23 | - :year | |
|
24 | - :month | |
|
25 | - :day | |
|
23 | 26 | |
|
24 | 27 | time: |
|
25 | 28 | formats: |
@@ -16,7 +16,10 | |||
|
16 | 16 | abbr_day_names: [v., h., k., sze., cs., p., szo.] |
|
17 | 17 | month_names: [~, január, február, március, április, május, június, július, augusztus, szeptember, október, november, december] |
|
18 | 18 | abbr_month_names: [~, jan., febr., márc., ápr., máj., jún., júl., aug., szept., okt., nov., dec.] |
|
19 | order: [ :year, :month, :day ] | |
|
19 | order: | |
|
20 | - :year | |
|
21 | - :month | |
|
22 | - :day | |
|
20 | 23 | |
|
21 | 24 | time: |
|
22 | 25 | formats: |
@@ -14,7 +14,10 id: | |||
|
14 | 14 | |
|
15 | 15 | month_names: [~, Januari, Februari, Maret, April, Mei, Juni, Juli, Agustus, September, Oktober, November, Desember] |
|
16 | 16 | abbr_month_names: [~, Jan, Feb, Mar, Apr, Mei, Jun, Jul, Agu, Sep, Okt, Nov, Des] |
|
17 | order: [ :day, :month, :year ] | |
|
17 | order: | |
|
18 | - :day | |
|
19 | - :month | |
|
20 | - :year | |
|
18 | 21 | |
|
19 | 22 | time: |
|
20 | 23 | formats: |
@@ -16,7 +16,10 it: | |||
|
16 | 16 | abbr_day_names: [Dom, Lun, Mar, Mer, Gio, Ven, Sab] |
|
17 | 17 | month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre] |
|
18 | 18 | abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic] |
|
19 | order: [ :day, :month, :year ] | |
|
19 | order: | |
|
20 | - :day | |
|
21 | - :month | |
|
22 | - :year | |
|
20 | 23 | |
|
21 | 24 | time: |
|
22 | 25 | formats: |
@@ -20,7 +20,10 ja: | |||
|
20 | 20 | month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
21 | 21 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
22 | 22 | # Used in date_select and datime_select. |
|
23 | order: [ :year, :month, :day ] | |
|
23 | order: | |
|
24 | - :year | |
|
25 | - :month | |
|
26 | - :day | |
|
24 | 27 | |
|
25 | 28 | time: |
|
26 | 29 | formats: |
@@ -21,7 +21,10 ko: | |||
|
21 | 21 | month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] |
|
22 | 22 | abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] |
|
23 | 23 | # Used in date_select and datime_select. |
|
24 | order: [ :year, :month, :day ] | |
|
24 | order: | |
|
25 | - :year | |
|
26 | - :month | |
|
27 | - :day | |
|
25 | 28 | |
|
26 | 29 | time: |
|
27 | 30 | formats: |
@@ -22,7 +22,10 lt: | |||
|
22 | 22 | month_names: [~, sausio, vasario, kovo, balandžio, gegužės, birželio, liepos, rugpjūčio, rugsėjo, spalio, lapkričio, gruodžio] |
|
23 | 23 | abbr_month_names: [~, Sau, Vas, Kov, Bal, Geg, Bir, Lie, Rgp, Rgs, Spa, Lap, Grd] |
|
24 | 24 | # Used in date_select and datime_select. |
|
25 | order: [ :year, :month, :day ] | |
|
25 | order: | |
|
26 | - :year | |
|
27 | - :month | |
|
28 | - :day | |
|
26 | 29 | |
|
27 | 30 | time: |
|
28 | 31 | formats: |
@@ -13,7 +13,10 lv: | |||
|
13 | 13 | |
|
14 | 14 | month_names: [~, Janvāris, Februāris, Marts, Aprīlis , Maijs, Jūnijs, Jūlijs, Augusts, Septembris, Oktobris, Novembris, Decembris] |
|
15 | 15 | abbr_month_names: [~, Jan, Feb, Mar, Apr, Mai, Jūn, Jūl, Aug, Sep, Okt, Nov, Dec] |
|
16 | order: [ :day, :month, :year ] | |
|
16 | order: | |
|
17 | - :day | |
|
18 | - :month | |
|
19 | - :year | |
|
17 | 20 | |
|
18 | 21 | time: |
|
19 | 22 | formats: |
@@ -17,7 +17,10 mk: | |||
|
17 | 17 | month_names: [~, јануари, февруари, март, април, мај, јуни, јули, август, септември, октомври, ноември, декември] |
|
18 | 18 | abbr_month_names: [~, јан, фев, мар, апр, мај, јун, јул, авг, сеп, окт, ное, дек] |
|
19 | 19 | # Used in date_select and datime_select. |
|
20 | order: [ :day, :month, :year ] | |
|
20 | order: | |
|
21 | - :day | |
|
22 | - :month | |
|
23 | - :year | |
|
21 | 24 | |
|
22 | 25 | time: |
|
23 | 26 | formats: |
@@ -16,7 +16,10 mn: | |||
|
16 | 16 | month_names: [~, 1-р сар, 2-р сар, 3-р сар, 4-р сар, 5-р сар, 6-р сар, 7-р сар, 8-р сар, 9-р сар, 10-р сар, 11-р сар, 12-р сар] |
|
17 | 17 | abbr_month_names: [~, 1сар, 2сар, 3сар, 4сар, 5сар, 6сар, 7сар, 8сар, 9сар, 10сар, 11сар, 12сар] |
|
18 | 18 | # Used in date_select and datime_select. |
|
19 | order: [ :day, :month, :year ] | |
|
19 | order: | |
|
20 | - :day | |
|
21 | - :month | |
|
22 | - :year | |
|
20 | 23 | |
|
21 | 24 | time: |
|
22 | 25 | formats: |
@@ -16,7 +16,10 nl: | |||
|
16 | 16 | month_names: [~, januari, februari, maart, april, mei, juni, juli, augustus, september, oktober, november, december] |
|
17 | 17 | abbr_month_names: [~, jan, feb, mar, apr, mei, jun, jul, aug, sep, okt, nov, dec] |
|
18 | 18 | # Used in date_select and datime_select. |
|
19 | order: [ :day, :month, :year ] | |
|
19 | order: | |
|
20 | - :day | |
|
21 | - :month | |
|
22 | - :year | |
|
20 | 23 | |
|
21 | 24 | time: |
|
22 | 25 | formats: |
@@ -13,7 +13,10 | |||
|
13 | 13 | abbr_day_names: [søn, man, tir, ons, tor, fre, lør] |
|
14 | 14 | month_names: [~, januar, februar, mars, april, mai, juni, juli, august, september, oktober, november, desember] |
|
15 | 15 | abbr_month_names: [~, jan, feb, mar, apr, mai, jun, jul, aug, sep, okt, nov, des] |
|
16 | order: [:day, :month, :year] | |
|
16 | order: | |
|
17 | - :day | |
|
18 | - :month | |
|
19 | - :year | |
|
17 | 20 | time: |
|
18 | 21 | formats: |
|
19 | 22 | default: "%A, %e. %B %Y, %H:%M" |
@@ -45,7 +45,10 pl: | |||
|
45 | 45 | |
|
46 | 46 | month_names: [~, Styczeń, Luty, Marzec, Kwiecień, Maj, Czerwiec, Lipiec, Sierpień, Wrzesień, Październik, Listopad, Grudzień] |
|
47 | 47 | abbr_month_names: [~, sty, lut, mar, kwi, maj, cze, lip, sie, wrz, paź, lis, gru] |
|
48 | order: [ :year, :month, :day ] | |
|
48 | order: | |
|
49 | - :year | |
|
50 | - :month | |
|
51 | - :day | |
|
49 | 52 | |
|
50 | 53 | time: |
|
51 | 54 | formats: |
@@ -12,7 +12,10 pt-BR: | |||
|
12 | 12 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] |
|
13 | 13 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] |
|
14 | 14 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] |
|
15 | order: [:day,:month,:year] | |
|
15 | order: | |
|
16 | - :day | |
|
17 | - :month | |
|
18 | - :year | |
|
16 | 19 | |
|
17 | 20 | time: |
|
18 | 21 | formats: |
@@ -18,7 +18,10 pt: | |||
|
18 | 18 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] |
|
19 | 19 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] |
|
20 | 20 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] |
|
21 | order: [:day, :month, :year] | |
|
21 | order: | |
|
22 | - :day | |
|
23 | - :month | |
|
24 | - :year | |
|
22 | 25 | |
|
23 | 26 | time: |
|
24 | 27 | formats: |
@@ -14,7 +14,10 ro: | |||
|
14 | 14 | month_names: [~, Ianuarie, Februarie, Martie, Aprilie, Mai, Iunie, Iulie, August, Septembrie, Octombrie, Noiembrie, Decembrie] |
|
15 | 15 | abbr_month_names: [~, Ian, Feb, Mar, Apr, Mai, Iun, Iul, Aug, Sep, Oct, Noi, Dec] |
|
16 | 16 | # Used in date_select and datime_select. |
|
17 | order: [ :day, :month, :year ] | |
|
17 | order: | |
|
18 | - :day | |
|
19 | - :month | |
|
20 | - :year | |
|
18 | 21 | |
|
19 | 22 | time: |
|
20 | 23 | formats: |
@@ -28,7 +28,10 ru: | |||
|
28 | 28 | abbr_month_names: [~, янв., февр., марта, апр., мая, июня, июля, авг., сент., окт., нояб., дек.] |
|
29 | 29 | standalone_abbr_month_names: [~, янв., февр., март, апр., май, июнь, июль, авг., сент., окт., нояб., дек.] |
|
30 | 30 | |
|
31 | order: [ :day, :month, :year ] | |
|
31 | order: | |
|
32 | - :day | |
|
33 | - :month | |
|
34 | - :year | |
|
32 | 35 | |
|
33 | 36 | time: |
|
34 | 37 | formats: |
@@ -16,7 +16,10 sk: | |||
|
16 | 16 | month_names: [~, Január, Február, Marec, Apríl, Máj, Jún, Júl, August, September, Október, November, December] |
|
17 | 17 | abbr_month_names: [~, Jan, Feb, Mar, Apr, Máj, Jún, Júl, Aug, Sep, Okt, Nov, Dec] |
|
18 | 18 | # Used in date_select and datime_select. |
|
19 | order: [ :year, :month, :day ] | |
|
19 | order: | |
|
20 | - :year | |
|
21 | - :month | |
|
22 | - :day | |
|
20 | 23 | |
|
21 | 24 | time: |
|
22 | 25 | formats: |
@@ -16,7 +16,10 sl: | |||
|
16 | 16 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
17 | 17 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
18 | 18 | # Used in date_select and datime_select. |
|
19 | order: [ :year, :month, :day ] | |
|
19 | order: | |
|
20 | - :year | |
|
21 | - :month | |
|
22 | - :day | |
|
20 | 23 | |
|
21 | 24 | time: |
|
22 | 25 | formats: |
@@ -18,7 +18,10 sr-YU: | |||
|
18 | 18 | month_names: [~, januar, februar, mart, april, maj, jun, jul, avgust, septembar, oktobar, novembar, decembar] |
|
19 | 19 | abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec] |
|
20 | 20 | # Used in date_select and datime_select. |
|
21 | order: [ :day, :month, :year ] | |
|
21 | order: | |
|
22 | - :day | |
|
23 | - :month | |
|
24 | - :year | |
|
22 | 25 | |
|
23 | 26 | time: |
|
24 | 27 | formats: |
@@ -18,7 +18,10 sr: | |||
|
18 | 18 | month_names: [~, јануар, фебруар, март, април, мај, јун, јул, август, септембар, октобар, новембар, децембар] |
|
19 | 19 | abbr_month_names: [~, јан, феб, мар, апр, мај, јун, јул, авг, сеп, окт, нов, дец] |
|
20 | 20 | # Used in date_select and datime_select. |
|
21 | order: [ :day, :month, :year ] | |
|
21 | order: | |
|
22 | - :day | |
|
23 | - :month | |
|
24 | - :year | |
|
22 | 25 | |
|
23 | 26 | time: |
|
24 | 27 | formats: |
@@ -149,7 +149,10 sv: | |||
|
149 | 149 | month_names: [~, januari, februari, mars, april, maj, juni, juli, augusti, september, oktober, november, december] |
|
150 | 150 | abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] |
|
151 | 151 | # Used in date_select and datime_select. |
|
152 | order: [ :day, :month, :year ] | |
|
152 | order: | |
|
153 | - :day | |
|
154 | - :month | |
|
155 | - :year | |
|
153 | 156 | |
|
154 | 157 | time: |
|
155 | 158 | formats: |
@@ -16,7 +16,10 th: | |||
|
16 | 16 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
17 | 17 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
18 | 18 | # Used in date_select and datime_select. |
|
19 | order: [ :year, :month, :day ] | |
|
19 | order: | |
|
20 | - :year | |
|
21 | - :month | |
|
22 | - :day | |
|
20 | 23 | |
|
21 | 24 | time: |
|
22 | 25 | formats: |
@@ -18,7 +18,10 tr: | |||
|
18 | 18 | abbr_day_names: [Pzr, Pzt, Sal, Çrş, Prş, Cum, Cts] |
|
19 | 19 | month_names: [~, Ocak, Şubat, Mart, Nisan, Mayıs, Haziran, Temmuz, Ağustos, Eylül, Ekim, Kasım, Aralık] |
|
20 | 20 | abbr_month_names: [~, Oca, Şub, Mar, Nis, May, Haz, Tem, Ağu, Eyl, Eki, Kas, Ara] |
|
21 | order: [ :day, :month, :year ] | |
|
21 | order: | |
|
22 | - :day | |
|
23 | - :month | |
|
24 | - :year | |
|
22 | 25 | |
|
23 | 26 | time: |
|
24 | 27 | formats: |
@@ -16,7 +16,10 uk: | |||
|
16 | 16 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
17 | 17 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
18 | 18 | # Used in date_select and datime_select. |
|
19 | order: [ :year, :month, :day ] | |
|
19 | order: | |
|
20 | - :year | |
|
21 | - :month | |
|
22 | - :day | |
|
20 | 23 | |
|
21 | 24 | time: |
|
22 | 25 | formats: |
@@ -158,7 +158,10 vi: | |||
|
158 | 158 | month_names: [~, "Tháng một", "Tháng hai", "Tháng ba", "Tháng tư", "Tháng năm", "Tháng sáu", "Tháng bảy", "Tháng tám", "Tháng chín", "Tháng mười", "Tháng mười một", "Tháng mười hai"] |
|
159 | 159 | abbr_month_names: [~, "Tháng một", "Tháng hai", "Tháng ba", "Tháng tư", "Tháng năm", "Tháng sáu", "Tháng bảy", "Tháng tám", "Tháng chín", "Tháng mười", "Tháng mười một", "Tháng mười hai"] |
|
160 | 160 | # Used in date_select and datime_select. |
|
161 | order: [ :day, :month, :year ] | |
|
161 | order: | |
|
162 | - :day | |
|
163 | - :month | |
|
164 | - :year | |
|
162 | 165 | |
|
163 | 166 | time: |
|
164 | 167 | formats: |
@@ -20,7 +20,10 | |||
|
20 | 20 | month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月] |
|
21 | 21 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
22 | 22 | # 使用於 date_select 與 datime_select. |
|
23 | order: [ :year, :month, :day ] | |
|
23 | order: | |
|
24 | - :year | |
|
25 | - :month | |
|
26 | - :day | |
|
24 | 27 | |
|
25 | 28 | time: |
|
26 | 29 | formats: |
@@ -14,12 +14,15 zh: | |||
|
14 | 14 | |
|
15 | 15 | day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六] |
|
16 | 16 | abbr_day_names: [日, 一, 二, 三, 四, 五, 六] |
|
17 | ||
|
17 | ||
|
18 | 18 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
19 | 19 | month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月] |
|
20 | 20 | abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] |
|
21 | 21 | # Used in date_select and datime_select. |
|
22 | order: [ :year, :month, :day ] | |
|
22 | order: | |
|
23 | - :year | |
|
24 | - :month | |
|
25 | - :day | |
|
23 | 26 | |
|
24 | 27 | time: |
|
25 | 28 | formats: |
@@ -29,7 +32,7 zh: | |||
|
29 | 32 | long: "%Y年%b%d日 %H:%M" |
|
30 | 33 | am: "上午" |
|
31 | 34 | pm: "下午" |
|
32 | ||
|
35 | ||
|
33 | 36 | datetime: |
|
34 | 37 | distance_in_words: |
|
35 | 38 | half_a_minute: "半分钟" |
General Comments 0
You need to be logged in to leave comments.
Login now