-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsigns-min.js
1 lines (1 loc) · 1.39 KB
/
signs-min.js
1
function getSign(r,e,o){const n="The entry value in days is greater than the month limit.";return(0,{jan:function(r){return r>31?n:r>20?"Aquário":"Capricórnio"},feb:function(r){return r>29?n:r>18?"Peixes":"Aquário"},mar:function(r){return r>31?n:r>20?"Áries":"Peixes"},apr:function(r){return r>30?n:r>20?"Touro":"Áries"},may:function(r){return r>31?n:r>20?"Gêmeos":"Touros"},jun:function(r){return r>30?n:r>20?"Câncer":"Gêmeos"},jul:function(r){return r>31?n:r>22?"Leão":"Câncer"},aug:function(r){return r>31?n:r>22?"Virgem":"Leão"},sep:function(r){return r>30?n:r>22?"Libra":"Virgem"},oct:function(r){return r>31?n:r>22?"Escorpião":"Libra"},nov:function(r){return r>30?n:r>21?"Sagitário":"Escorpião"},dec:function(r){return r>30?n:r>21?"Capricórnio":"Sagitário"}}[e=isNaN(e)?e.toLowerCase().substr(0,3):String(e).replace(e,["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"][e-1])])(r)}function returnMonth(r){r=r.toLowerCase();const e=["January --Janeiro--Enero","February --Fevereiro--Febrero","March --Março--Marco--Marzo","April --Abril","May --Maio--Mayo","June --Junho--Junio","July --Julho--Julio","August --Agosto","September --Setembro--Septiembre","October --Outubro--Octubre","November --Novembro--Noviembre","December --Dezembro--Diciembre"].map(r=>r.toLowerCase());for(let o=0;o<e.length;o++){e[o]=e[o].split("--");for(let n=0;n<e[o].length;n++)if(e[o][n]==r)return e[o][0]}}