This commit is contained in:
lealife
2017-11-30 12:23:23 +08:00
parent 98c1589a1a
commit 430744a324
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
var MSG={"noTag":"Sin etiquetas","saveSuccess":"Guardado","none":"None","like":"Me gusta","unlike":"No me gusta","delete":"Eliminar","cancel":"Cancelar","confirm":"Confirmar","chooseReason":"Seleccione razón de reporte","reportSuccess":"Reportado correctamente, será notificado al autor, gracias por su aporte","error":"Error","reportComment?":"Reportar este comenatario?","reportBlog?":"Reportar este blog?","confirmDeleteComment":"Está seguro?","scanQRCode":"Abrir wechat y escanear el código QR","justNow":"Justo ahora","minutesAgo":"minustos antes","hoursAgo":"horas antes","daysAgo":"días antes","weeksAgo":"semanas antes","monthsAgo":"meses antes"};function getMsg(key, data) {var msg = MSG[key];if(msg) {if(data) {if(!isArray(data)) {data = [data];}for(var i = 0; i < data.length; ++i) {msg = msg.replace("%s", data[i]);}}return msg;}return key;}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long