parent
11d92b2139
commit
fb3d62670a
148 changed files with 281 additions and 2 deletions
|
@ -1,5 +1,22 @@
|
|||
{% extends "dbadmin_base.html" %}
|
||||
{% import "bootstrap/wtf.html" as wtf %}
|
||||
{%block scripts%}
|
||||
<script src="{{url_for('static', filename='webshim/polyfiller.js')}}"
|
||||
type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
webshim.setOptions('forms-ext', {
|
||||
'types': 'datetime-local',
|
||||
'datetime-local': {
|
||||
'classes': 'show-uparrow inputbtns-outside',
|
||||
'openOnFocus': false,
|
||||
'yearSelect' : true,
|
||||
'stepfactor': 60,
|
||||
}
|
||||
});
|
||||
webshim.polyfill('forms-ext');
|
||||
</script>
|
||||
{{super()}}
|
||||
{%endblock%}
|
||||
|
||||
{% block title %}Larigira - DB add time "{{kind}}" {%endblock%}
|
||||
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
{%block scripts%}
|
||||
{{super()}}
|
||||
<script src="{{url_for('static', filename='jqueryui/jquery-ui.min.js')}}"
|
||||
type="text/javascript">
|
||||
</script>
|
||||
type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$('.button').button({});
|
||||
|
|
1
larigira/static/webshim/polyfiller.js
Normal file
1
larigira/static/webshim/polyfiller.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/FlashCanvas/canvas2png.js
Normal file
1
larigira/static/webshim/shims/FlashCanvas/canvas2png.js
Normal file
|
@ -0,0 +1 @@
|
|||
!function(a){var b=a.getElementsByTagName("script"),c=b[b.length-1],d=c.getAttribute("src").replace(/[^\/]+$/,"save.php");window.canvas2png=function(b,c){var e=b.tagName.toLowerCase();if("canvas"===e)if("undefined"!=typeof FlashCanvas)FlashCanvas.saveImage(b,c);else{var f=d;c&&(f+="?filename="+c);var g=a.createElement("form"),h=a.createElement("input");g.setAttribute("action",f),g.setAttribute("method","post"),h.setAttribute("type","hidden"),h.setAttribute("name","dataurl"),h.setAttribute("value",b.toDataURL()),a.body.appendChild(g),g.appendChild(h),g.submit(),g.removeChild(h),a.body.removeChild(g)}}}(document);
|
1
larigira/static/webshim/shims/FlashCanvas/flashcanvas.js
Normal file
1
larigira/static/webshim/shims/FlashCanvas/flashcanvas.js
Normal file
File diff suppressed because one or more lines are too long
BIN
larigira/static/webshim/shims/FlashCanvas/flashcanvas.swf
Normal file
BIN
larigira/static/webshim/shims/FlashCanvas/flashcanvas.swf
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
!function(a){var b=a.getElementsByTagName("script"),c=b[b.length-1],d=c.getAttribute("src").replace(/[^\/]+$/,"save.php");window.canvas2png=function(b,c){var e=b.tagName.toLowerCase();if("canvas"===e)if("undefined"!=typeof FlashCanvas)FlashCanvas.saveImage(b,c);else{var f=d;c&&(f+="?filename="+c);var g=a.createElement("form"),h=a.createElement("input");g.setAttribute("action",f),g.setAttribute("method","post"),h.setAttribute("type","hidden"),h.setAttribute("name","dataurl"),h.setAttribute("value",b.toDataURL()),a.body.appendChild(g),g.appendChild(h),g.submit(),g.removeChild(h),a.body.removeChild(g)}}}(document);
|
BIN
larigira/static/webshim/shims/FlashCanvasPro/flash10canvas.swf
Normal file
BIN
larigira/static/webshim/shims/FlashCanvasPro/flash10canvas.swf
Normal file
Binary file not shown.
BIN
larigira/static/webshim/shims/FlashCanvasPro/flash9canvas.swf
Normal file
BIN
larigira/static/webshim/shims/FlashCanvasPro/flash9canvas.swf
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/canvas-blob.js
Normal file
1
larigira/static/webshim/shims/canvas-blob.js
Normal file
|
@ -0,0 +1 @@
|
|||
!function(a){"use strict";var b=a.HTMLCanvasElement&&a.HTMLCanvasElement.prototype,c=a.Blob&&function(){try{return Boolean(new Blob)}catch(a){return!1}}(),d=c&&a.Uint8Array&&function(){try{return 100===new Blob([new Uint8Array(100)]).size}catch(a){return!1}}(),e=a.BlobBuilder||a.WebKitBlobBuilder||a.MozBlobBuilder||a.MSBlobBuilder,f=(c||e)&&a.atob&&a.ArrayBuffer&&a.Uint8Array&&function(a){var b,f,g,h,i,j;for(b=a.split(",")[0].indexOf("base64")>=0?atob(a.split(",")[1]):decodeURIComponent(a.split(",")[1]),f=new ArrayBuffer(b.length),g=new Uint8Array(f),h=0;h<b.length;h+=1)g[h]=b.charCodeAt(h);return i=a.split(",")[0].split(":")[1].split(";")[0],c?new Blob([d?g:f],{type:i}):(j=new e,j.append(f),j.getBlob(i))};a.HTMLCanvasElement&&!b.toBlob&&(b.mozGetAsFile?b.toBlob=function(a,c,d){a(d&&b.toDataURL&&f?f(this.toDataURL(c,d)):this.mozGetAsFile("blob",c))}:b.toDataURL&&f&&(b.toBlob=function(a,b,c){a(f(this.toDataURL(b,c)))})),a.dataURLtoBlob=f}(this),webshim.isReady("canvas-blob",!0);
|
2
larigira/static/webshim/shims/color-picker.js
Normal file
2
larigira/static/webshim/shims/color-picker.js
Normal file
File diff suppressed because one or more lines are too long
6
larigira/static/webshim/shims/combos/1.js
Normal file
6
larigira/static/webshim/shims/combos/1.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/10.js
Normal file
2
larigira/static/webshim/shims/combos/10.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/11.js
Normal file
2
larigira/static/webshim/shims/combos/11.js
Normal file
File diff suppressed because one or more lines are too long
6
larigira/static/webshim/shims/combos/12.js
Normal file
6
larigira/static/webshim/shims/combos/12.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/13.js
Normal file
1
larigira/static/webshim/shims/combos/13.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/14.js
Normal file
1
larigira/static/webshim/shims/combos/14.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/15.js
Normal file
2
larigira/static/webshim/shims/combos/15.js
Normal file
File diff suppressed because one or more lines are too long
7
larigira/static/webshim/shims/combos/16.js
Normal file
7
larigira/static/webshim/shims/combos/16.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/17.js
Normal file
2
larigira/static/webshim/shims/combos/17.js
Normal file
File diff suppressed because one or more lines are too long
9
larigira/static/webshim/shims/combos/18.js
Normal file
9
larigira/static/webshim/shims/combos/18.js
Normal file
File diff suppressed because one or more lines are too long
7
larigira/static/webshim/shims/combos/2.js
Normal file
7
larigira/static/webshim/shims/combos/2.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/21.js
Normal file
2
larigira/static/webshim/shims/combos/21.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/22.js
Normal file
1
larigira/static/webshim/shims/combos/22.js
Normal file
File diff suppressed because one or more lines are too long
6
larigira/static/webshim/shims/combos/23.js
Normal file
6
larigira/static/webshim/shims/combos/23.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/25.js
Normal file
2
larigira/static/webshim/shims/combos/25.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/27.js
Normal file
1
larigira/static/webshim/shims/combos/27.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/28.js
Normal file
1
larigira/static/webshim/shims/combos/28.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/29.js
Normal file
1
larigira/static/webshim/shims/combos/29.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/3.js
Normal file
1
larigira/static/webshim/shims/combos/3.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/30.js
Normal file
2
larigira/static/webshim/shims/combos/30.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/31.js
Normal file
1
larigira/static/webshim/shims/combos/31.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/33.js
Normal file
1
larigira/static/webshim/shims/combos/33.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/34.js
Normal file
1
larigira/static/webshim/shims/combos/34.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/4.js
Normal file
1
larigira/static/webshim/shims/combos/4.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/5.js
Normal file
2
larigira/static/webshim/shims/combos/5.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/6.js
Normal file
2
larigira/static/webshim/shims/combos/6.js
Normal file
File diff suppressed because one or more lines are too long
7
larigira/static/webshim/shims/combos/7.js
Normal file
7
larigira/static/webshim/shims/combos/7.js
Normal file
File diff suppressed because one or more lines are too long
7
larigira/static/webshim/shims/combos/8.js
Normal file
7
larigira/static/webshim/shims/combos/8.js
Normal file
File diff suppressed because one or more lines are too long
2
larigira/static/webshim/shims/combos/9.js
Normal file
2
larigira/static/webshim/shims/combos/9.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/97.js
Normal file
1
larigira/static/webshim/shims/combos/97.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/98.js
Normal file
1
larigira/static/webshim/shims/combos/98.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/combos/99.js
Normal file
1
larigira/static/webshim/shims/combos/99.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/details.js
Normal file
1
larigira/static/webshim/shims/details.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.register("details",function(a,b,c,d,e,f){var g=function(b){var c=a(b).parent("details");return c[0]&&c.children(":first").get(0)===b?c:void 0},h=function(b,c){b=a(b),c=a(c);var d=a.data(c[0],"summaryElement");a.data(b[0],"detailsElement",c),d&&b[0]===d[0]||(d&&(d.hasClass("fallback-summary")?d.remove():d.off(".summaryPolyfill").removeData("detailsElement").removeAttr("role").removeAttr("tabindex").removeAttr("aria-expanded").removeClass("summary-button").find("span.details-open-indicator").remove()),a.data(c[0],"summaryElement",b),c.prop("open",c.prop("open")))},i=function(b){var c=a.data(b,"summaryElement");return c||(c=a(b).children("summary:first-child"),c[0]?h(c,b):(a(b).prependPolyfill('<summary class="fallback-summary">'+f.text+"</summary>"),c=a.data(b,"summaryElement"))),c};b.createElement("summary",function(){var c=g(this);if(c&&!a.data(this,"detailsElement")){var d,e,f=a.attr(this,"tabIndex")||"0";h(this,c),a(this).on({"focus.summaryPolyfill":function(){a(this).addClass("summary-has-focus")},"blur.summaryPolyfill":function(){a(this).removeClass("summary-has-focus")},"mouseenter.summaryPolyfill":function(){a(this).addClass("summary-has-hover")},"mouseleave.summaryPolyfill":function(){a(this).removeClass("summary-has-hover")},"click.summaryPolyfill":function(b){var c=g(this);if(c){if(!e&&b.originalEvent)return e=!0,b.stopImmediatePropagation(),b.preventDefault(),a(this).trigger("click"),e=!1,!1;clearTimeout(d),d=setTimeout(function(){b.isDefaultPrevented()||c.prop("open",!c.prop("open"))},0)}},"keydown.summaryPolyfill":function(b){13!=b.keyCode&&32!=b.keyCode||b.isDefaultPrevented()||(e=!0,b.preventDefault(),a(this).trigger("click"),e=!1)}}).attr({tabindex:f,role:"button"}).prepend('<span class="details-open-indicator" />'),b.moveToFirstEvent(this,"click")}});var j;b.defineNodeNamesBooleanProperty("details","open",function(b){var c=a(a.data(this,"summaryElement"));if(c){var d=b?"removeClass":"addClass",e=a(this);if(!j&&f.animate){e.stop().css({width:"",height:""});var g={width:e.width(),height:e.height()}}if(c.attr("aria-expanded",""+b),e[d]("closed-details-summary").children().not(c[0])[d]("closed-details-child"),!j&&f.animate){var h={width:e.width(),height:e.height()};e.css(g).animate(h,{complete:function(){a(this).css({width:"",height:""})}})}}}),b.createElement("details",function(){j=!0;i(this);a.prop(this,"open",a.prop(this,"open")),j=!1})});
|
1
larigira/static/webshim/shims/dom-extend.js
Normal file
1
larigira/static/webshim/shims/dom-extend.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/es5.js
Normal file
1
larigira/static/webshim/shims/es5.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/es6.js
Normal file
1
larigira/static/webshim/shims/es6.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/excanvas.js
Normal file
1
larigira/static/webshim/shims/excanvas.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/filereader-xhr.js
Normal file
1
larigira/static/webshim/shims/filereader-xhr.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/form-combat.js
Normal file
1
larigira/static/webshim/shims/form-combat.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.register("form-combat",function(a,b){"use strict";function c(b){a('select:not(.ui-select-nativeonly), input[type="radio"], input[type="checkbox"]',b).each(c.detectReplacement)}var d={},e=function(c,e,f){a.fn[c]&&("object"==typeof e&&(f=e,e=c),d[e]=f,b.info("detected use of "+c+" try to add support."))};a.fn.select2&&e("select2",{shadow:a.fn.select2.amd?"$container":"container",shadowFocus:a.fn.select2.amd?"$selection":"focusser",_create:function(c,d,e,f){var g;"$dropdown"in f?(g=function(g){b.wsPopover.isInElement([c,d,e,a(f.$dropdown)],g.target)||a(c).trigger("updatevalidation.webshims")},a(d).on("wsallowinstantvalidation",function(b,d){return a(document).off("focusin",g),"focusout"==d.type&&d.target!=c?(a(document).on("focusin",g),!1):void 0})):"container"in f&&a.isFunction(f.opened)&&(g=function(g){b.wsPopover.isInElement([c,d,e,a(f.container)],g.target)||a(c).trigger("updatevalidation.webshims")},a(d).on("wsallowinstantvalidation",function(b,d){return a(document).off("focusin",g),"focusout"==d.type&&d.target!=c&&f.opened()?(a(document).on("focusin",g),!1):void 0}))}}),e("chosen",{shadow:"container",shadowFocus:"search_field"}),e("selectpicker",{shadow:"$newElement",shadowFocus:"$button",_create:function(c,d,e,f){if("$menu"in f){var g=function(g){b.wsPopover.isInElement([c,d,e,a(f.$menu)],g.target)||a(c).trigger("updatevalidation.webshims")};a(d).on("wsallowinstantvalidation",function(b,d){return a(document).off("focusin",g),"focusout"==d.type&&d.target!=c?(a(document).on("focusin",g),!1):void 0})}}}),e("selectBoxIt",{shadow:"dropdownContainer",shadowFocus:"dropdown"}),e("checkboxradio","mobileCheckboxradio",{shadow:"label",shadowFocus:"element"});var f={shadow:"button",shadowFocus:function(a){return a.options.nativeMenu?a.element:a.button},_create:function(c,d,e,f){var g;if("menu"in f?g="menuName":"listbox"in f&&(g="listbox"),g){var h=function(h){b.wsPopover.isInElement([c,d,e,a(f[g]).parent()],h.target)||a(c).trigger("updatevalidation.webshims")};a(d).on("wsallowinstantvalidation",function(b,d){return"focusout"==d.type&&d.target!=c&&f.isOpen?(setTimeout(function(){a(document).off("focusin",h).on("focusin",h)},1),!1):void 0})}}};e("selectmenu","mobileSelectmenu",f),e("selectmenu","uiSelectmenu",f),c.register=function(c,e,f,g){var h="string"==typeof f.shadow?e[f.shadow]:f.shadow(e,c),i="string"==typeof f.shadowFocus?e[f.shadowFocus]:f.shadowFocus(e,c);i||(i=h),h&&(d.success||a(i).attr("tabindex")||a(i).prop("tabIndex")>-1)?(b.addShadowDom(c,h,{shadowFocusElement:i}),f._create&&f._create(c,h,i,e),d.success=!0):(b.error("webshim could not add support for "+g),g in d&&delete d[g])},c.detectReplacement=function(){var e,f=a(this).data();if(f&&!(b.data(this)||{}).hasShadow)for(e in d)if(f[e]){c.register(this,f[e],d[e],e);break}},b.addReady(function(a){setTimeout(function(){c(a)},4)})});
|
1
larigira/static/webshim/shims/form-core.js
Normal file
1
larigira/static/webshim/shims/form-core.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/form-datalist-lazy.js
Normal file
1
larigira/static/webshim/shims/form-datalist-lazy.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/form-datalist.js
Normal file
1
larigira/static/webshim/shims/form-datalist.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.register("form-datalist",function(a,b,c,d,e,f){"use strict";var g=function(a){a&&"string"==typeof a||(a="DOM"),g[a+"Loaded"]||(g[a+"Loaded"]=!0,b.ready(a,function(){b.loader.loadList(["form-datalist-lazy"])}))},h={submit:1,button:1,reset:1,hidden:1,range:1,date:1,month:1};b.modules["form-number-date-ui"].loaded&&a.extend(h,{number:1,time:1}),b.propTypes.element=function(c,e){b.createPropDefault(c,"attr"),c.prop||(c.prop={get:function(){var b=a.attr(this,e);return b&&(b=d.getElementById(b),b&&c.propNodeName&&!a.nodeName(b,c.propNodeName)&&(b=null)),b||null},writeable:!1})},function(){var i=b.cfg.forms,j=b.support.datalist;if(!j||i.customDatalist){var k=function(){var c=function(){var b;!a.data(this,"datalistWidgetData")&&(b=a.prop(this,"id"))?a('input[list="'+b+'"], input[data-wslist="'+b+'"]').eq(0).attr("list",b):a(this).triggerHandler("updateDatalist")},d={autocomplete:{attr:{get:function(){var b=this,c=a.data(b,"datalistWidget");return c?c._autocomplete:"autocomplete"in b?b.autocomplete:b.getAttribute("autocomplete")},set:function(b){var c=this,d=a.data(c,"datalistWidget");d?(d._autocomplete=b,"off"==b&&d.hideList()):"autocomplete"in c?c.autocomplete=b:c.setAttribute("autocomplete",b)}}}};j?((a("<datalist><select><option></option></select></datalist>").prop("options")||[]).length||b.defineNodeNameProperty("datalist","options",{prop:{writeable:!1,get:function(){var b=this.options||[];if(!b.length){var c=this,d=a("select",c);d[0]&&d[0].options&&d[0].options.length&&(b=d[0].options)}return b}}}),d.list={attr:{get:function(){var c=b.contentAttr(this,"list");return null!=c?(a.data(this,"datalistListAttr",c),h[a.prop(this,"type")]||h[a.attr(this,"type")]||this.removeAttribute("list")):c=a.data(this,"datalistListAttr"),null==c?e:c},set:function(c){var d=this;a.data(d,"datalistListAttr",c),h[a.prop(this,"type")]||h[a.attr(this,"type")]?d.setAttribute("list",c):(b.objectCreate(l,e,{input:d,id:c,datalist:a.prop(d,"list")}),d.setAttribute("data-wslist",c)),a(d).triggerHandler("listdatalistchange")}},initAttr:!0,reflect:!0,propType:"element",propNodeName:"datalist"}):b.defineNodeNameProperties("input",{list:{attr:{get:function(){var a=b.contentAttr(this,"list");return null==a?e:a},set:function(c){var d=this;b.contentAttr(d,"list",c),b.objectCreate(f.shadowListProto,e,{input:d,id:c,datalist:a.prop(d,"list")}),a(d).triggerHandler("listdatalistchange")}},initAttr:!0,reflect:!0,propType:"element",propNodeName:"datalist"}}),b.defineNodeNameProperties("input",d),b.addReady(function(a,b){b.filter("datalist > select, datalist, datalist > option, datalist > select > option").closest("datalist").each(c)})},l={_create:function(d){if(!h[a.prop(d.input,"type")]&&!h[a.attr(d.input,"type")]){var e=d.datalist,f=a.data(d.input,"datalistWidget"),i=this;return e&&f&&f.datalist!==e?(f.datalist=e,f.id=d.id,a(f.datalist).off("updateDatalist.datalistWidget").on("updateDatalist.datalistWidget",a.proxy(f,"_resetListCached")),void f._resetListCached()):e?void(f&&f.datalist===e||(this.datalist=e,this.id=d.id,this.hasViewableData=!0,this._autocomplete=a.attr(d.input,"autocomplete"),a.data(d.input,"datalistWidget",this),a.data(e,"datalistWidgetData",this),g("WINDOWLOAD"),b.isReady("form-datalist-lazy")?c.QUnit?i._lazyCreate(d):setTimeout(function(){i._lazyCreate(d)},9):(a(d.input).one("focus",g),b.ready("form-datalist-lazy",function(){i._destroyed||i._lazyCreate(d)})))):void(f&&f.destroy())}},destroy:function(b){var f,g=a.attr(this.input,"autocomplete");a(this.input).off(".datalistWidget").removeData("datalistWidget"),this.shadowList.remove(),a(d).off(".datalist"+this.id),a(c).off(".datalist"+this.id),this.input.form&&this.input.id&&a(this.input.form).off("submit.datalistWidget"+this.input.id),this.input.removeAttribute("aria-haspopup"),g===e?this.input.removeAttribute("autocomplete"):a(this.input).attr("autocomplete",g),b&&"beforeunload"==b.type&&(f=this.input,setTimeout(function(){a.attr(f,"list",a.attr(f,"list"))},9)),this._destroyed=!0}};b.loader.addModule("form-datalist-lazy",{noAutoCallback:!0,options:a.extend(f,{shadowListProto:l})}),f.list||(f.list={}),k()}}()});
|
1
larigira/static/webshim/shims/form-fixrangechange.js
Normal file
1
larigira/static/webshim/shims/form-fixrangechange.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.register("form-fixrangechange",function(a){"use strict";var b={trigger:function(){b.blockElement&&(b.blockElement=!1,setTimeout(function(){b.requestedChange&&b.value!=b.requestedChange.value&&a(b.requestedChange).trigger("change"),b.value=!1},9))},lastValue:!1,updateInputValue:function(a){b.lastValue=a.target.value},triggerInput:function(c){b.lastValue!==!1&&b.lastValue!=c.target.value&&a(c.target).trigger("input")},inputTeardown:function(c){a(c.target).off("input",b.updateInputValue).off("blur",b.inputTeardown),b.lastValue=!1},inputSetup:function(c){"range"==c.target.type&&(b.inputTeardown(c),b.lastValue=c.target.value,a(c.target).on("input",b.updateInputValue).on("blur",b.inputTeardown))}};a.each([{name:"key",evt:"keyup"},{name:"mouse",evt:"mouseup"},{name:"touch",evt:"touchend"}],function(c,d){var e=(d.name+"Setup",d.name+"Commit");b[d.name+"Block"]=function(c){b.blockElement||"range"!=c.target.type||(b.blockElement=c.target,b.value=c.target.value,a(b.blockElement).off("blur",b.trigger).on("blur",b.trigger),a(document.body).off(d.evt,b[e]).on(d.evt,b[e]))},b[e]=function(){a(document.body).off(d.evt,b[e]),b.trigger()}}),a(document.body||"html").on({mousedown:b.mouseBlock,"keydown kepress":function(a){a.keyCode<45&&a.keyCode>30&&b.keyBlock(a)},touchstart:b.touchBlock,focusin:b.inputSetup}),a.extend(!0,a.event.special,{change:{handle:function(a){return a.isTrigger||b.blockElement!=a.target?(b.requestedChange==a.target&&(b.requestedChange=!1),void a.handleObj.handler.apply(this,arguments)):(b.requestedChange=a.target,b.triggerInput(a),!1)}},input:{handle:function(){var b,c,d=function(){c&&a(c).off("change",d),b=!1,c=!1},e=function(e){d(e),c=e.target,b=e.target.value,a(e.target).on("change",d)};return function(a){var d;if(!a.isTrigger&&"range"==a.target.type)if(c!=a.target)e(a);else if(c==a.target){if(b==(d=a.target.value))return!1;b=a.target.value}a.handleObj.handler.apply(this,arguments)}}()}})});
|
1
larigira/static/webshim/shims/form-inputmode.js
Normal file
1
larigira/static/webshim/shims/form-inputmode.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshim.register("form-inputmode",function(a,b,c,d){"use strict";var e=navigator.userAgent,f=function(a){a.removeEventListener("blur",j,!0)},g=/iphone|ipod/i.test(e),h=/^[\\d\*|\[0\-9\]]*[\+|\{\d*\,\d*\}|*]*$/,i=g||/ipad|ios/i.test(e)?{"[0-9]*":1,"\\d*":1}:!1,j=function(a){f(a.target),a.target.type="text"},k=function(){d.removeEventListener("focus",m,!0),d.removeEventListener("touchstart",m,!0)},l=function(a){var b,c=!0;return i&&(b=a.getAttribute("pattern")||"",(i[b]||g&&(!b||!h.test(b)))&&(c=!1)),c},m=function(a){if("text"==a.target.type&&"numeric"==a.target.getAttribute("inputmode")&&l(a.target))try{f(a.target),a.target.addEventListener("blur",j,!0),a.target.type="tel"}catch(b){k()}};d.addEventListener("focus",m,!0),d.addEventListener("touchstart",m,!0)});
|
1
larigira/static/webshim/shims/form-message.js
Normal file
1
larigira/static/webshim/shims/form-message.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/form-native-extend.js
Normal file
1
larigira/static/webshim/shims/form-native-extend.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.register("form-native-extend",function(a,b,c,d){"use strict";var e=b.support;if(e.formvalidation&&!b.bugs.bustedValidity){var f=b.inputTypes,g=!1,h={},i=function(){var b,c=function(){a(this).prop("validity")},d=function(){a("input").each(c)};return function(){clearTimeout(b),b=setTimeout(d,9)}}();b.addInputType=function(c,d){f[c]=d,g=!0,a.isDOMReady&&e.formvalidation&&!b.bugs.bustedValidity&&i()},b.addValidityRule=function(a,b){h[a]=b},a.each({typeMismatch:"mismatch",badInput:"bad"},function(a,c){b.addValidityRule(a,function(b,d,e,g){if(""===d)return!1;var h=g[a];return"type"in e||(e.type=(b[0].getAttribute("type")||"").toLowerCase()),f[e.type]&&f[e.type][c]&&(h=f[e.type][c](d,b)),h||!1})});var j=b.modules["form-number-date-api"],k=j.loaded&&!j.test(),l=["customError","badInput","typeMismatch","rangeUnderflow","rangeOverflow","stepMismatch","tooLong","tooShort","patternMismatch","valueMissing","valid"],m=["value"],n=[],o=function(b){if(b||g){var c=(b.getAttribute&&b.getAttribute("type")||b.type||"").toLowerCase();f[c]&&a.prop(b,"validity")}},p={};if(["input","textarea","select"].forEach(function(c){var d=b.defineNodeNameProperty(c,"setCustomValidity",{prop:{value:function(e){e+="";var f="input"==c?a(this).getNativeElement()[0]:this;d.prop._supvalue.call(f,e),k&&(b.data(f,"hasCustomError",!!e),o(f))}}});p[c]=d.prop._supvalue}),k&&(m.push("min"),m.push("max"),m.push("step"),n.push("input")),k){var q;if(n.forEach(function(c){var d=b.defineNodeNameProperty(c,"validity",{prop:{get:function(){if(!q){var e="input"==c?a(this).getNativeElement()[0]:this,g=d.prop._supget.call(e);if(!g)return g;var i={};if(l.forEach(function(a){i[a]=g[a]||!1}),!a.prop(e,"willValidate"))return i;q=!0;var j,k=a(e),m={type:(e.getAttribute&&e.getAttribute("type")||e.type||"").toLowerCase(),nodeName:(e.nodeName||"").toLowerCase()},n=k.val(),o=!!b.data(e,"hasCustomError");if(q=!1,i.customError=o,i.valid&&i.customError)i.valid=!1;else if(!i.valid){var r=!0;a.each(i,function(a,b){return b?(r=!1,!1):void 0}),r&&(i.valid=!0)}return a.each(h,function(a,d){i[a]=d(k,n,m,i),i[a]&&(i.valid||!j)&&f[m.type]&&(p[c].call(e,b.createValidationMessage(e,a)),i.valid=!1,j=!0)}),i.valid&&(p[c].call(e,""),b.data(e,"hasCustomError",!1)),i}},writeable:!1}})}),m.forEach(function(a){b.onNodeNamesPropertyModify(n,a,function(){o(this)})}),d.addEventListener){var r,s=function(a){"form"in a.target&&(clearTimeout(r),o(a.target))};d.addEventListener("change",s,!0),d.addEventListener("input",function(a){clearTimeout(r),r=setTimeout(function(){o(a.target)},290)},!0)}var t=n.join(",");b.addReady(function(b,c){g&&a(t,b).add(c.filter(t)).each(function(){o(this)})})}b.defineNodeNameProperty("input","type",{prop:{get:function(){var a=this,c=(a.getAttribute&&a.getAttribute("type")||"").toLowerCase();return b.inputTypes[c]?c:a.type}}})}});
|
1
larigira/static/webshim/shims/form-number-date-api.js
Normal file
1
larigira/static/webshim/shims/form-number-date-api.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/form-number-date-ui.js
Normal file
1
larigira/static/webshim/shims/form-number-date-ui.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/form-shim-extend.js
Normal file
1
larigira/static/webshim/shims/form-shim-extend.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/form-shim-extend2.js
Normal file
1
larigira/static/webshim/shims/form-shim-extend2.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/form-validation.js
Normal file
1
larigira/static/webshim/shims/form-validation.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/form-validators.js
Normal file
1
larigira/static/webshim/shims/form-validators.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/forms-picker.js
Normal file
1
larigira/static/webshim/shims/forms-picker.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/geolocation.js
Normal file
1
larigira/static/webshim/shims/geolocation.js
Normal file
|
@ -0,0 +1 @@
|
|||
!function(a){var b=window.webshims;setTimeout(function(){b.isReady("geolocation",!0)});var c=function(){setTimeout(function(){throw"document.write is overwritten by geolocation shim. This method is incompatible with this plugin"},1)},d=0,e=b.cfg.geolocation||{};navigator.geolocation||(navigator.geolocation={}),a.extend(navigator.geolocation,function(){var f,g={getCurrentPosition:function(d,g,h){var i,j,k,l=2,m=function(){if(!k)if(f){if(k=!0,d(a.extend({timestamp:(new Date).getTime()},f)),o(),window.JSON&&window.sessionStorage)try{sessionStorage.setItem("storedGeolocationData654321",JSON.stringify(f))}catch(b){}}else g&&!l&&(k=!0,o(),g({code:2,message:"POSITION_UNAVAILABLE"}))},n=function(){l--,p(),m()},o=function(){a(document).off("google-loader",o),clearTimeout(j),clearTimeout(i)},p=function(){if(f||!window.google||!google.loader||!google.loader.ClientLocation)return!1;var b=google.loader.ClientLocation;return f={coords:{latitude:b.latitude,longitude:b.longitude,altitude:null,accuracy:43e3,altitudeAccuracy:null,heading:parseInt("NaN",10),velocity:null},address:a.extend({streetNumber:"",street:"",premises:"",county:"",postalCode:""},b.address)},!0},q=function(){if(!f&&(p(),!f&&window.JSON&&window.sessionStorage))try{f=sessionStorage.getItem("storedGeolocationData654321"),f=f?JSON.parse(f):!1,f.coords||(f=!1)}catch(a){f=!1}};return q(),f?void setTimeout(m,1):e.confirmText&&!confirm(e.confirmText.replace("{location}",location.hostname))?void(g&&g({code:1,message:"PERMISSION_DENIED"})):(a.ajax({url:"http://freegeoip.net/json/",dataType:"jsonp",cache:!0,jsonp:"callback",success:function(a){l--,a&&(f=f||{coords:{latitude:a.latitude,longitude:a.longitude,altitude:null,accuracy:43e3,altitudeAccuracy:null,heading:parseInt("NaN",10),velocity:null},address:{city:a.city,country:a.country_name,countryCode:a.country_code,county:"",postalCode:a.zipcode,premises:"",region:a.region_name,street:"",streetNumber:""}},m())},error:function(){l--,m()}}),clearTimeout(j),window.google&&window.google.loader?l--:j=setTimeout(function(){e.destroyWrite&&(document.write=c,document.writeln=c),a(document).one("google-loader",n),b.loader.loadScript("http://www.google.com/jsapi",!1,"google-loader")},800),void(i=h&&h.timeout?setTimeout(function(){o(),g&&g({code:3,message:"TIMEOUT"})},h.timeout):setTimeout(function(){l=0,m()},1e4)))},clearWatch:a.noop};return g.watchPosition=function(a,b,c){return g.getCurrentPosition(a,b,c),d++,d},g}()),b.isReady("geolocation",!0)}(webshims.$);
|
1
larigira/static/webshim/shims/i18n/formcfg-ar.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-ar.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/i18n/formcfg-bg.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-bg.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/i18n/formcfg-ca.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-ca.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.es={typeMismatch:{email:"Si us plau, introdu\xefu una adre\xe7a de correu.",url:"Si us plau, introdu\xefu un URL."},badInput:{number:"Valor no v\xe1lid",date:"Valor no v\xe1lid",time:"Valor no v\xe1lid",range:"Valor no v\xe1lid","datetime-local":"Valor no v\xe1lid"},tooLong:"Valor no v\xe1lid",patternMismatch:"Si us plau, ajusteu-vos al format sol\xb7licitat: {%title}.",valueMissing:{defaultMessage:"Si us plau, ompliu aquest camp.",checkbox:"Si us plau, marqueu aquesta casella si voleu continuar.",select:"Si us plau, seleccioneu un element de la llista.",radio:"Si us plau, seleccioneu una de les opcions."},rangeUnderflow:{defaultMessage:"El valor ha de superior o igual a {%min}.",date:"El valor ha de superior o igual a {%min}.",time:"El valor ha de superior o igual a {%min}.","datetime-local":"El valor ha de superior o igual a {%min}."},rangeOverflow:{defaultMessage:"El valor ha de inferior o igual a {%max}.",date:"El valor ha de inferior o igual a {%max}.",time:"El valor ha de inferior o igual a {%max}.","datetime-local":"El valor ha de inferior o igual a {%max}."},stepMismatch:"Valor no v\xe1lid"},webshims.formcfg.es={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"dd/mm/yy"},date:{closeText:"Tanca",prevText:"<Ant",nextText:"Seg>",currentText:"Avui",monthNames:["gener","gebrer","mar\xe7","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"],monthNamesShort:["gen","febr","mar\xe7","abr","maig","juny","jul","ag","set","oct","nov","des"],dayNames:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],dayNamesShort:["dg","dl","dt","dc","dj","dv","ds"],dayNamesMin:["dg","dl","dt","dc","dj","dv","ds"],weekHeader:"St",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-ch-CN.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-ch-CN.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages["zh-CN"]={typeMismatch:{email:"\u8bf7\u8f93\u5165\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",url:"\u8bf7\u8f93\u5165\u4e00\u4e2a URL\u3002"},badInput:{number:"\u503c\u65e0\u6548\u3002",date:"\u503c\u65e0\u6548\u3002",time:"\u503c\u65e0\u6548\u3002",range:"\u503c\u65e0\u6548\u3002","datetime-local":"\u503c\u65e0\u6548\u3002"},tooLong:"\u503c\u65e0\u6548\u3002",patternMismatch:"\u8bf7\u5339\u914d\u8981\u6c42\u7684\u683c\u5f0f\uff1a {%title}\u3002",valueMissing:{defaultMessage:"\u8bf7\u586b\u5199\u6b64\u5b57\u6bb5\u3002",checkbox:"\u82e5\u8981\u7ee7\u7eed\uff0c\u8bf7\u68c0\u9009\u6b64\u68c0\u67e5\u6846\u3002",select:"\u8bf7\u9009\u62e9\u5217\u8868\u4e2d\u7684\u4e00\u9879\u3002",radio:"\u8bf7\u9009\u62e9\u4e00\u4e2a\u9009\u9879\u3002"},rangeUnderflow:{defaultMessage:"\u503c\u65e0\u6548\u3002",date:"\u503c\u65e0\u6548\u3002",time:"\u503c\u65e0\u6548\u3002","datetime-local":"\u503c\u65e0\u6548\u3002"},rangeOverflow:{defaultMessage:"\u503c\u65e0\u6548\u3002",date:"\u503c\u65e0\u6548\u3002",time:"\u503c\u65e0\u6548\u3002","datetime-local":"\u503c\u65e0\u6548\u3002"},stepMismatch:"\u503c\u65e0\u6548\u3002"},webshims.formcfg["zh-CN"]={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"-",timeSigns:":. ",dFormat:"-",patterns:{d:"yy-mm-dd"},date:{closeText:"\u5173\u95ed",prevText:"<\u4e0a\u6708",nextText:"\u4e0b\u6708>",currentText:"\u4eca\u5929",monthNames:["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"],monthNamesShort:["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"],dayNames:["\u661f\u671f\u65e5","\u661f\u671f\u4e00","\u661f\u671f\u4e8c","\u661f\u671f\u4e09","\u661f\u671f\u56db","\u661f\u671f\u4e94","\u661f\u671f\u516d"],dayNamesShort:["\u5468\u65e5","\u5468\u4e00","\u5468\u4e8c","\u5468\u4e09","\u5468\u56db","\u5468\u4e94","\u5468\u516d"],dayNamesMin:["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"],weekHeader:"\u5468",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"\u5e74"}};
|
1
larigira/static/webshim/shims/i18n/formcfg-cs.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-cs.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.cs={typeMismatch:{defaultMessage:"Pros\xedm vlo\u017ete platnou hodnotu.",email:"Pros\xedm vlo\u017ete emailovou adresu.",url:"Pros\xedm vlo\u017ete URL."},badInput:{defaultMessage:"Pros\xedm vlo\u017ete platnou hodnotu.",number:"Pros\xedm vlo\u017ete \u010d\xedslo.",date:"Pros\xedm vlo\u017ete datum.",time:"Pros\xedm vlo\u017ete \u010das.",range:"Neplatn\xe1 vstupn\xed hodnota.",month:"Pros\xedm vlo\u017ete platnou hodnotu.","datetime-local":"Pros\xedm vlo\u017ete datum a \u010das."},rangeUnderflow:{defaultMessage:"Hodnota mus\xed b\xfdt v\u011bt\u0161\xed nebo rovna {%min}.",date:"Datum mus\xed b\xfdt od {%min}.",time:"\u010cas mus\xed b\xfdt od {%min}.","datetime-local":"Datum a \u010das mus\xed b\xfdt od {%min}.",month:"M\u011bs\xedc mus\xed b\xfdt od {%min}."},rangeOverflow:{defaultMessage:"Hodnota mus\xed b\xfdt v\u011bt\u0161\xed nebo rovna {%mas}.",date:"Datum mus\xed b\xfdt od {%mas}.",time:"\u010cas mus\xed b\xfdt od {%mas}.","datetime-local":"Datum a \u010das mus\xed b\xfdt od {%mas}.",month:"M\u011bs\xedc mus\xed b\xfdt od {%mas}."},stepMismatch:"Neplatn\xe1 vstupn\xed hodnota.",tooLong:"Maxim\xe1ln\u011b m\u016f\u017eete vlo\u017eit {%maxlength} znak\u016f. Zadali jste {%valueLen}.",patternMismatch:"Neplatn\xe1 vstupn\xed hodnota. {%title}",valueMissing:{defaultMessage:"Pros\xedm vypl\u0148te toto pole",checkbox:"Pros\xedm za\u0161krtn\u011bte toto pol\xed\u010dko, pokud chcete pokra\u010dovat.",select:"Pros\xedm zvolte mo\u017enost.",radio:"Pros\xedm zvolte mo\u017enost."}},webshims.formcfg.cs={numberFormat:{".":",",",":" "},numberSigns:".-",dateSigns:".",timeSigns:":. ",dFormat:".",patterns:{d:"dd.mm.yy"},month:{currentText:"Tento m\u011bs\xedc"},week:{currentText:"Tento t\xfdden"},time:{currentText:"Nyn\xed"},date:{closeText:"Hotovo",clear:"Smazat",prevText:"P\u0159edchoz\xed",nextText:"Dal\u0161\xed",currentText:"Dne\u0161ek",monthNames:["Leden","\xdanor","B\u0159ezen","Duben","Kv\u011bten","\u010cerven","\u010cervenec","Srpen","Z\xe1\u0159\xed","\u0158\xedjen","Listopad","Prosinec"],monthNamesShort:["Led","\xdan","B\u0159e","Dub","Kv\u011b","\u010cer","\u010cec","Srp","Z\xe1\u0159","\u0158\xedj","Lis","Pro"],dayNames:["Ned\u011ble","Pond\u011bl\xed","\xdater\xfd","St\u0159eda","\u010ctvrtek","P\xe1tek","Sobota"],dayNamesShort:["NE","PO","\xdaT","ST","\u010cT","P\xc1","SO"],dayNamesMin:["NE","PO","\xdaT","ST","\u010cT","P\xc1","SO"],weekHeader:"T\xfdden",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-de.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-de.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.de={typeMismatch:{defaultMessage:"{%value} ist in diesem Feld nicht zul\xe4ssig.",email:"{%value} ist keine g\xfcltige E-Mail-Adresse.",url:"{%value} ist kein(e) g\xfcltige(r) Webadresse/Pfad."},badInput:{defaultMessage:"Geben Sie einen zul\xe4ssigen Wert ein.",number:"Geben Sie eine Nummer ein.",date:"Geben Sie ein Datum ein.",time:"Geben Sie eine Uhrzeit ein.",month:"Geben Sie einen Monat mit Jahr ein.",range:"Geben Sie eine Nummer.","datetime-local":"Geben Sie ein Datum mit Uhrzeit ein."},rangeUnderflow:{defaultMessage:"{%value} ist zu niedrig. {%min} ist der unterste Wert, den Sie benutzen k\xf6nnen.",date:"{%value} ist zu fr\xfch. {%min} ist die fr\xfcheste Zeit, die Sie benutzen k\xf6nnen.",time:"{%value} ist zu fr\xfch. {%min} ist die fr\xfcheste Zeit, die Sie benutzen k\xf6nnen.","datetime-local":"{%value} ist zu fr\xfch. {%min} ist die fr\xfcheste Zeit, die Sie benutzen k\xf6nnen.",month:"{%value} ist zu fr\xfch. {%min} ist die fr\xfcheste Zeit, die Sie benutzen k\xf6nnen."},rangeOverflow:{defaultMessage:"{%value} ist zu hoch. {%max} ist der oberste Wert, den Sie benutzen k\xf6nnen.",date:"{%value} ist zu sp\xe4t. {%max} ist die sp\xe4teste Zeit, die Sie benutzen k\xf6nnen.",time:"{%value} ist zu sp\xe4t. {%max} ist die sp\xe4teste Zeit, die Sie benutzen k\xf6nnen.","datetime-local":"{%value} ist zu sp\xe4t. {%max} ist die sp\xe4teste Zeit, die Sie benutzen k\xf6nnen.",month:"{%value} ist zu sp\xe4t. {%max} ist die sp\xe4teste Zeit, die Sie benutzen k\xf6nnen."},stepMismatch:"Der Wert {%value} ist in diesem Feld nicht zul\xe4ssig. Hier sind nur bestimmte Werte zul\xe4ssig. {%title}",tooLong:"Der eingegebene Text ist zu lang! Sie haben {%valueLen} Zeichen eingegeben, dabei sind {%maxlength} das Maximum.",tooShort:"Der eingegebene Text ist zu kurz! Sie haben {%valueLen} Zeichen eingegeben, dabei sind {%minlength} das Minimum.",patternMismatch:"{%value} hat f\xfcr dieses Eingabefeld ein falsches Format. {%title}",valueMissing:{defaultMessage:"Bitte geben Sie einen Wert ein.",checkbox:"Bitte aktivieren Sie das K\xe4stchen.",select:"Bitte w\xe4hlen Sie eine Option aus.",radio:"Bitte w\xe4hlen Sie eine Option aus."}},webshims.formcfg.de={numberFormat:{",":".",".":","},timeSigns:":. ",numberSigns:",",dateSigns:".",dFormat:".",patterns:{d:"dd.mm.yy"},month:{currentText:"Aktueller Monat"},time:{currentText:"Jetzt"},date:{close:"schlie\xdfen",clear:"L\xf6schen",prevText:"Zur\xfcck",nextText:"Vor",currentText:"Heute",monthNames:["Januar","Februar","M\xe4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthNamesShort:["Jan","Feb","M\xe4r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],dayNames:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],dayNamesShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayNamesMin:["So","Mo","Di","Mi","Do","Fr","Sa"],weekHeader:"KW",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-el.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-el.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/i18n/formcfg-en.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-en.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.en={typeMismatch:{defaultMessage:"Please enter a valid value.",email:"Please enter an email address.",url:"Please enter a URL."},badInput:{defaultMessage:"Please enter a valid value.",number:"Please enter a number.",date:"Please enter a date.",time:"Please enter a time.",range:"Invalid input.",month:"Please enter a valid value.","datetime-local":"Please enter a datetime."},rangeUnderflow:{defaultMessage:"Value must be greater than or equal to {%min}.",date:"Value must be at or after {%min}.",time:"Value must be at or after {%min}.","datetime-local":"Value must be at or after {%min}.",month:"Value must be at or after {%min}."},rangeOverflow:{defaultMessage:"Value must be less than or equal to {%max}.",date:"Value must be at or before {%max}.",time:"Value must be at or before {%max}.","datetime-local":"Value must be at or before {%max}.",month:"Value must be at or before {%max}."},stepMismatch:"Invalid input.",tooLong:"Please enter at most {%maxlength} character(s). You entered {%valueLen}.",tooShort:"Please enter at least {%minlength} character(s). You entered {%valueLen}.",patternMismatch:"Invalid input. {%title}",valueMissing:{defaultMessage:"Please fill out this field.",checkbox:"Please check this box if you want to proceed.",select:"Please select an option.",radio:"Please select an option."}},webshims.formcfg.en={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"-",timeSigns:":. ",dFormat:"-",patterns:{d:"yy-mm-dd"},month:{currentText:"This month"},time:{currentText:"Now"},date:{closeText:"Done",clear:"Clear",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-es.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-es.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.es={typeMismatch:{email:"Por favor, introduzca una direcci\xf3n de correo.",url:"Por favor, introduzca una URL."},badInput:{number:"Valor no v\xe1lido",date:"Valor no v\xe1lido",time:"Valor no v\xe1lido",range:"Valor no v\xe1lido","datetime-local":"Valor no v\xe1lido"},tooLong:"Valor no v\xe1lido",patternMismatch:"Por favor, aj\xfastese al formato solicitado: {%title}.",valueMissing:{defaultMessage:"Por favor, rellene este campo.",checkbox:"Por favor, marque esta casilla si desea continuar.",select:"Por favor, seleccione un elemento de la lista.",radio:"Por favor, seleccione una de estas opciones."},rangeUnderflow:{defaultMessage:"El valor debe superior o igual a {%min}.",date:"El valor debe superior o igual a {%min}.",time:"El valor debe superior o igual a {%min}.","datetime-local":"El valor debe superior o igual a {%min}."},rangeOverflow:{defaultMessage:"El valor debe inferior o igual a {%max}.",date:"El valor debe inferior o igual a {%max}.",time:"El valor debe inferior o igual a {%max}.","datetime-local":"El valor debe inferior o igual a {%max}."},stepMismatch:"Valor no v\xe1lido"},webshims.formcfg.es={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"dd/mm/yy"},date:{closeText:"Cerrar",prevText:"<Ant",nextText:"Sig>",currentText:"Hoy",monthNames:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthNamesShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],dayNames:["Domingo","Lunes","Martes","Mi\xe9rcoles","Jueves","Viernes","S\xe1bado"],dayNamesShort:["Dom","Lun","Mar","Mi\xe9","Juv","Vie","S\xe1b"],dayNamesMin:["Do","Lu","Ma","Mi","Ju","Vi","S\xe1"],weekHeader:"Sm",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-fa.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-fa.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/i18n/formcfg-fi.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-fi.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.fi={typeMismatch:{defaultMessage:"Ole hyv\xe4 ja sy\xf6t\xe4 kelvollinen arvo.",email:"Sy\xf6t\xe4 kelvollinen s\xe4hk\xf6postiosoite.",url:"Sy\xf6t\xe4 kelvollinen URL-osoite."},badInput:{defaultMessage:"Ole hyv\xe4 ja sy\xf6t\xe4 kelvollinen arvo.",number:"Sy\xf6t\xe4 numero.",date:"Sy\xf6t\xe4 p\xe4iv\xe4m\xe4\xe4r\xe4.",time:"Sy\xf6t\xe4 kellonaika.",month:"Sy\xf6t\xe4 kuukausi.",range:"Sy\xf6t\xe4 oikea arvo.","datetime-local":"Sy\xf6t\xe4 oikea ajankohta."},rangeUnderflow:{defaultMessage:"Arvon on oltava isompi tai yht\xe4 kuin {%min}.",date:"Arvon on oltava {%min} tai suurempi.",time:"Arvon on oltava {%min} tai suurempi.","datetime-local":"Arvon on oltava {%min} tai suurempi.",month:"Arvon on oltava {%min} tai suurempi."},rangeOverflow:{defaultMessage:"Arvon on oltava pienempi tai yht\xe4 kuin {%min}.",date:"Arvon on oltava {%min} tai pienempi.",time:"Arvon on oltava {%min} tai pienempi.","datetime-local":"Arvon on oltava {%min} tai pienempi.",month:"Arvon on oltava {%min} tai pienempi."},stepMismatch:"Virheellinen arvo.",tooLong:"Sy\xf6t\xe4 enint\xe4\xe4n {%maxlength} merkki\xe4. Nykyinen {%valueLen} on liikaa.",tooShort:"Sy\xf6t\xe4 v\xe4hint\xe4\xe4n {%minlength} merkki\xe4. Nykyinen {%valueLen} on liikaa.",patternMismatch:"Virheellinen arvo. {%title}",valueMissing:{defaultMessage:"Ole hyv\xe4 ja t\xe4yt\xe4 t\xe4m\xe4 kentt\xe4.",checkbox:"Ole hyv\xe4 ja valitse t\xe4m\xe4 kentt\xe4 jatkaaksesi.",select:"Ole hyv\xe4 ja tee valinta.",radio:"Ole hyv\xe4 ja tee valinta."}},webshims.formcfg.fi={numberFormat:{",":".",".":","},timeSigns:":. ",numberSigns:",",dateSigns:".",dFormat:".",patterns:{d:"dd.mm.yy"},month:{currentText:"Kuluva kuukausi"},time:{currentText:"Nyt"},date:{close:"Sulje",clear:"Tyhjenn\xe4",prevText:"Edellinen",nextText:"Seuraava",currentText:"T\xe4n\xe4\xe4n",monthNames:["Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kes\xe4kuu","Hein\xe4kuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu"],monthNamesShort:["Tam","Hel","Maa","Huht","Tou","Kes","Hei","Elo","Syys","Lok","Mar","Jou"],dayNames:["Sunnuntai","Maanantai","Tiistai","Keskiviikko","Torstai","Perjantai","Lauantai"],dayNamesShort:["Su","Ma","Ti","Ke","To","Pe","La"],dayNamesMin:["Su","Ma","Ti","Ke","To","Pe","La"],weekHeader:"Vko",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-fr.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-fr.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.fr={typeMismatch:{defaultMessage:"Veuillez saisir une valeur valide.",email:"Veuillez saisir une adresse courriel valide.",url:"Veuillez saisir une URL."},badInput:{defaultMessage:"Veuillez saisir une valeur valide.",number:"Veuillez saisir un nombre valide.",date:"Veuillez saisir une date valide.",month:"Veuillez saisir un mois valide.",week:"Veuillez saisir un num\xe9ro de semaine valide.",time:"Veuillez saisir une heure valide.",range:"Veuillez saisir une borne valide.","datetime-local":"Veuillez saisir une date valide."},tooLong:"Contenu saisi trop long.",patternMismatch:"Veuillez modifier la valeur du champ pour correspondre au format demand\xe9 : {%title}.",valueMissing:{defaultMessage:"Veuillez compl\xe9ter ce champ.",checkbox:"Veuillez cocher cette case si vous d\xe9sirez poursuivre.",select:"Veuillez s\xe9lectionner un \xe9l\xe9ment de la liste.",radio:"Veuillez s\xe9lectionner l'une de ces options."},rangeUnderflow:{defaultMessage:"Cette valeur doit \xeatre sup\xe9rieure ou \xe9gale \xe0 {%min}.",date:"Cette valeur doit \xeatre sup\xe9rieure ou \xe9gale \xe0 {%min}.",time:"Cette valeur doit \xeatre sup\xe9rieure ou \xe9gale \xe0 {%min}.","datetime-local":"Cette valeur doit \xeatre sup\xe9rieure ou \xe9gale \xe0 {%min}."},rangeOverflow:{defaultMessage:"Cette valeur doit \xeatre inf\xe9rieure ou \xe9gale \xe0 {%max}",date:"Cette valeur doit \xeatre inf\xe9rieure ou \xe9gale \xe0 {%max}",time:"Cette valeur doit \xeatre inf\xe9rieure ou \xe9gale \xe0 {%max}","datetime-local":"Cette valeur doit \xeatre inf\xe9rieure ou \xe9gale \xe0 {%max}"},stepMismatch:"Valeur incorrecte"},webshims.formcfg.fr={numberFormat:{".":",",",":" "},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"dd/mm/yy"},month:{currentText:"Ce mois-ci"},week:{currentText:"Cette semaine-ci"},date:{closeText:"Fermer",clear:"Effacer",prevText:"Pr\xe9c\xe9dent",nextText:"Suivant",currentText:"Aujourd'hui",monthNames:["Janvier","F\xe9vrier","Mars","Avril","Mai","Juin","Juillet","Ao\xfbt","Septembre","Octobre","Novembre","D\xe9cembre"],monthNamesShort:["Janv","F\xe9vr","Mars","Avril","Mai","Juin","Juil","Ao\xfbt","Sept","Oct","Nov","D\xe9c"],dayNames:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],dayNamesShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],dayNamesMin:["D","L","M","M","J","V","S"],weekHeader:"Sem",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-he.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-he.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.he={typeMismatch:{email:"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\u05f4\u05dc.",url:"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea."},badInput:{number:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",date:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",time:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",range:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.","datetime-local":"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9."},tooLong:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9.",patternMismatch:"\u05e0\u05d0 \u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05dc\u05de\u05d1\u05e0\u05d4 \u05d4\u05de\u05d1\u05d5\u05e7\u05e9: {%title}.",valueMissing:{defaultMessage:"\u05d0\u05e0\u05d0 \u05de\u05dc\u05d0 \u05d0\u05ea \u05e9\u05d3\u05d4 \u05d6\u05d4.",checkbox:"\u05e1\u05de\u05df \u05d0\u05ea \u05ea\u05d9\u05d1\u05d4 \u05d6\u05d5 \u05d0\u05dd \u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05de\u05e9\u05d9\u05da.",select:"\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e4\u05e8\u05d9\u05d8 \u05de\u05d4\u05e8\u05e9\u05d9\u05de\u05d4.",radio:"\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05d0\u05d7\u05ea \u05de\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d0\u05dc\u05d5."},rangeUnderflow:{defaultMessage:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de-{%min} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.",date:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de-{%min} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.",time:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de-{%min} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.","datetime-local":"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05d2\u05d3\u05d5\u05dc \u05de-{%min} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5."},rangeOverflow:{defaultMessage:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de-{%max} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.",date:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de-{%max} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.",time:"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de-{%max} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5.","datetime-local":"\u05d4\u05e2\u05e8\u05da \u05d7\u05d9\u05d9\u05d1 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e7\u05d8\u05df \u05de-{%max} \u05d0\u05d5 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05d5."},stepMismatch:"\u05e2\u05e8\u05da \u05dc\u05d0 \u05d7\u05d5\u05e7\u05d9."},webshims.formcfg.he={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"dd/mm/yy"},date:{closeText:"\u05e1\u05d2\u05d5\u05e8",prevText:"<\u05d4\u05e7\u05d5\u05d3\u05dd",nextText:"\u05d4\u05d1\u05d0>",currentText:"\u05d4\u05d9\u05d5\u05dd",monthNames:["\u05d9\u05e0\u05d5\u05d0\u05e8","\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8\u05d9\u05dc","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8","\u05e1\u05e4\u05d8\u05de\u05d1\u05e8","\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8","\u05e0\u05d5\u05d1\u05de\u05d1\u05e8","\u05d3\u05e6\u05de\u05d1\u05e8"],monthNamesShort:["\u05d9\u05e0\u05d5","\u05e4\u05d1\u05e8","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2","\u05e1\u05e4\u05d8","\u05d0\u05d5\u05e7","\u05e0\u05d5\u05d1","\u05d3\u05e6\u05de"],dayNames:["\u05e8\u05d0\u05e9\u05d5\u05df","\u05e9\u05e0\u05d9","\u05e9\u05dc\u05d9\u05e9\u05d9","\u05e8\u05d1\u05d9\u05e2\u05d9","\u05d7\u05de\u05d9\u05e9\u05d9","\u05e9\u05d9\u05e9\u05d9","\u05e9\u05d1\u05ea"],dayNamesShort:["\u05d0'","\u05d1'","\u05d2'","\u05d3'","\u05d4'","\u05d5'","\u05e9\u05d1\u05ea"],dayNamesMin:["\u05d0'","\u05d1'","\u05d2'","\u05d3'","\u05d4'","\u05d5'","\u05e9\u05d1\u05ea"],weekHeader:"Wk",firstDay:0,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-hi.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-hi.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/i18n/formcfg-hu.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-hu.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.hu={typeMismatch:{email:"\xcdrjon be egy e-mail c\xedmet.",url:"\xcdrjon be egy URL-t."},badInput:{number:"\xc9rv\xe9nytelen \xe9rt\xe9k.",date:"\xc9rv\xe9nytelen \xe9rt\xe9k.",time:"\xc9rv\xe9nytelen \xe9rt\xe9k.",range:"\xc9rv\xe9nytelen \xe9rt\xe9k.","datetime-local":"\xc9rv\xe9nytelen \xe9rt\xe9k."},tooLong:"\xc9rv\xe9nytelen \xe9rt\xe9k.",patternMismatch:"A k\xe9rt form\xe1tumban adja meg az adatot: {%title}.",valueMissing:{defaultMessage:"T\xf6ltse ki ezt a mez\u0151t.",checkbox:"Jel\xf6lje be ezt a n\xe9gyzetet a folytat\xe1shoz.",select:"Jel\xf6lj\xf6n ki egy elemet a list\xe1b\xf3l.",radio:"Jel\xf6lj\xf6n ki egyet a lehet\u0151s\xe9gek k\xf6z\xfcl."},rangeUnderflow:{defaultMessage:"Az \xe9rt\xe9k legyen nagyobb vagy egyenl\u0151, mint {%min}.",date:"Az \xe9rt\xe9k legyen nagyobb vagy egyenl\u0151, mint {%min}.",time:"Az \xe9rt\xe9k legyen nagyobb vagy egyenl\u0151, mint {%min}.","datetime-local":"Az \xe9rt\xe9k legyen nagyobb vagy egyenl\u0151, mint {%min}."},rangeOverflow:{defaultMessage:"Az \xe9rt\xe9k legyen kisebb vagy egyenl\u0151, mint {%max}.",date:"Az \xe9rt\xe9k legyen kisebb vagy egyenl\u0151, mint {%max}.",time:"Az \xe9rt\xe9k legyen kisebb vagy egyenl\u0151, mint {%max}.","datetime-local":"Az \xe9rt\xe9k legyen kisebb vagy egyenl\u0151, mint {%max}."},stepMismatch:"\xc9rv\xe9nytelen \xe9rt\xe9k."},webshims.formcfg.hu={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:".",timeSigns:":. ",dFormat:".",patterns:{d:"yy.mm.dd"},date:{closeText:"bez\xe1r",prevText:"vissza",nextText:"el\u0151re",currentText:"ma",monthNames:["Janu\xe1r","Febru\xe1r","M\xe1rcius","\xc1prilis","M\xe1jus","J\xfanius","J\xfalius","Augusztus","Szeptember","Okt\xf3ber","November","December"],monthNamesShort:["Jan","Feb","M\xe1r","\xc1pr","M\xe1j","J\xfan","J\xfal","Aug","Szep","Okt","Nov","Dec"],dayNames:["Vas\xe1rnap","H\xe9tf\u0151","Kedd","Szerda","Cs\xfct\xf6rt\xf6k","P\xe9ntek","Szombat"],dayNamesShort:["Vas","H\xe9t","Ked","Sze","Cs\xfc","P\xe9n","Szo"],dayNamesMin:["V","H","K","Sze","Cs","P","Szo"],weekHeader:"H\xe9t",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-it.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-it.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.it={typeMismatch:{email:"Inserire un indirizzo e-mail",url:"Inserire un URL"},badInput:{number:"Valore non valido.",date:"Valore non valido.",time:"Valore non valido.",range:"Valore non valido.","datetime-local":"Valore non valido."},tooLong:"Valore non valido.",patternMismatch:"Inserire un valore nel formato richiesto: {%title}",valueMissing:{defaultMessage:"Compilare questo campo",checkbox:"Selezionare questa casella per procedere",select:"Selezionare un elemento dall'elenco",radio:"Selezionare una delle opzioni disponibili"},rangeUnderflow:{defaultMessage:"Il valore deve essere superiore o uguale a {%min}.",date:"Il valore deve essere superiore o uguale a {%min}.",time:"Il valore deve essere superiore o uguale a {%min}.","datetime-local":"Il valore deve essere superiore o uguale a {%min}."},rangeOverflow:{defaultMessage:"Il valore deve essere inferiore o uguale a {%max}.",date:"Il valore deve essere inferiore o uguale a {%max}.",time:"Il valore deve essere inferiore o uguale a {%max}.","datetime-local":"Il valore deve essere inferiore o uguale a {%max}."},stepMismatch:"Valore non valido."},webshims.formcfg.it={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"dd/mm/yy"},date:{closeText:"Chiudi",prevText:"<Prec",nextText:"Succ>",currentText:"Oggi",monthNames:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthNamesShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],dayNames:["Domenica","Luned\xec","Marted\xec","Mercoled\xec","Gioved\xec","Venerd\xec","Sabato"],dayNamesShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],dayNamesMin:["Do","Lu","Ma","Me","Gi","Ve","Sa"],weekHeader:"Sm",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-ja.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-ja.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.ja={typeMismatch:{email:"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002",url:"URL \u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002"},badInput:{number:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002",date:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002",time:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002",range:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002","datetime-local":"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002"},tooLong:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002",patternMismatch:"\u5165\u529b\u3055\u308c\u305f\u5024\u304c\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u6307\u5b9a\u3055\u308c\u305f\u66f8\u5f0f\u3068\u7570\u306a\u308a\u307e\u3059: {%title}",valueMissing:{defaultMessage:"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u5165\u529b\u5fc5\u9808\u3067\u3059\u3002",checkbox:"\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u306b\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u3066\u304f\u3060\u3055\u3044\u3002",select:"\u30ea\u30b9\u30c8\u304b\u3089\u9805\u76ee\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002",radio:"\u3044\u305a\u308c\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002"},rangeUnderflow:{defaultMessage:"\u5024\u306f {%min} \u4ee5\u4e0a\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",date:"\u5024\u306f {%min} \u4ee5\u4e0a\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",time:"\u5024\u306f {%min} \u4ee5\u4e0a\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","datetime-local":"\u5024\u306f {%min} \u4ee5\u4e0a\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002"},rangeOverflow:{defaultMessage:"\u5024\u306f {%max} \u4ee5\u4e0b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",date:"\u5024\u306f {%max} \u4ee5\u4e0b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",time:"\u5024\u306f {%max} \u4ee5\u4e0b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","datetime-local":"\u5024\u306f {%max} \u4ee5\u4e0b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002"},stepMismatch:"\u5024\u304c\u7121\u52b9\u3067\u3059\u3002"},webshims.formcfg.ja={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"yy/mm/dd"},date:{closeText:"\u9589\u3058\u308b",prevText:"<\u524d",nextText:"\u6b21>",currentText:"\u4eca\u65e5",monthNames:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],monthNamesShort:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],dayNames:["\u65e5\u66dc\u65e5","\u6708\u66dc\u65e5","\u706b\u66dc\u65e5","\u6c34\u66dc\u65e5","\u6728\u66dc\u65e5","\u91d1\u66dc\u65e5","\u571f\u66dc\u65e5"],dayNamesShort:["\u65e5","\u6708","\u706b","\u6c34","\u6728","\u91d1","\u571f"],dayNamesMin:["\u65e5","\u6708","\u706b","\u6c34","\u6728","\u91d1","\u571f"],weekHeader:"\u9031",firstDay:0,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"\u5e74"}};
|
1
larigira/static/webshim/shims/i18n/formcfg-lt.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-lt.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.lt={typeMismatch:{defaultMessage:"Pra\u0161om \u012fvesti teising\u0105 reik\u0161m\u0119.",email:"Pra\u0161om \u012fvesti el. pa\u0161to adres\u0105.",url:"Pra\u0161om \u012fvesti nuorod\u0105 (URL)."},badInput:{defaultMessage:"Pra\u0161om \u012fvesti teising\u0105 reik\u0161m\u0119.",number:"Pra\u0161om \u012fvesti skai\u010di\u0173.",date:"Pra\u0161om \u012fvesti dat\u0105.",time:"Pra\u0161om \u012fvesti laik\u0105.",range:"Neteisingas skai\u010di\u0173 r\u0117\u017eis.",month:"Pra\u0161om \u012fvesti m\u0117nes\u012f.","datetime-local":"Pra\u0161om \u012fvesti dat\u0105 ir laik\u0105."},rangeUnderflow:{defaultMessage:"Reik\u0161m\u0117 privalo b\u016bti didesn\u0117 arba lygi {%min}.",date:"Data turi b\u016bti ne ankstesn\u0117 negu {%min}.",time:"Laikas turi b\u016bti ne ankstesnis negu {%min}.","datetime-local":"Data ir laikas turi b\u016bti ne ankstesni negu {%min}.",month:"M\u0117nuo turi b\u016bti {%min} arba v\u0117lesnis."},rangeOverflow:{defaultMessage:"Reik\u0161m\u0117 privalo b\u016bti ma\u017eesn\u0117 arba lygi {%max}.",date:"Data turi b\u016bti ne v\u0117lesn\u0117 negu {%max}.",time:"Laikas turi b\u016bti ne v\u0117lesnis negu {%max}.","datetime-local":"Data ir laikas turi b\u016bti ne v\u0117lesni negu {%max}.",month:"M\u0117nuo turi b\u016bti {%max} arba ankstesnis."},stepMismatch:"Neteisinga reik\u0161m\u0117.",tooLong:"Pra\u0161om \u012fvesti ne daugiau negu {%maxlength} simboli\u0173. J\u016bs \u012fved\u0117te {%valueLen}.",patternMismatch:"Neteisinga lauko {%title} reik\u0161m\u0117.",valueMissing:{defaultMessage:"\u0160is laukas yra privalomas.",checkbox:"Pra\u0161ome pa\u017eym\u0117ti \u0161\u012f \u017eymim\u0105j\u012f laukel\u012f, jis yra privalomas.",select:"Pra\u0161om pasirinkti reik\u0161m\u0119 i\u0161 s\u0105ra\u0161o.",radio:"Pra\u0161om pasirinkti vien\u0105 i\u0161 reik\u0161mi\u0173."}},webshims.formcfg.lt={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:".",timeSigns:":. ",dFormat:".",patterns:{d:"yy.mm.dd"},month:{currentText:"\u0161\u012f m\u0117nes\u012f"},date:{closeText:"U\u017edaryti",clear:"Tu\u0161tinti",prevText:"Atgal",nextText:"Kitas",currentText:"\u0160iandien",monthNames:["Sausis","Vasaris","Kovas","Balandis","Gegu\u017e\u0117","Bir\u017eelis","Liepa","Rugpj\u016btis","Rugs\u0117jis","Spalis","Lapkritis","Gruodis"],monthNamesShort:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gruo"],dayNames:["Sekmadienis","Pirmadienis","Antradienis","Tre\u010diadienis","Ketvirtadienis","Penktadienis","\u0160e\u0161tadienis"],dayNamesShort:["Sek","Pir","Ant","Tre","Ket","Pen","\u0160e\u0161"],dayNamesMin:["S","P","A","T","K","Pn","\u0160"],weekHeader:"Sav.",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:""}},webshims.validityMessages["lt-LT"]=webshims.validityMessages.lt,webshims.formcfg["lt-LT"]=webshims.formcfg.lt;
|
1
larigira/static/webshim/shims/i18n/formcfg-nl.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-nl.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.nl={typeMismatch:{defaultMessage:"Voer een geldige waarde in.",email:"Voer een geldig e-mailadres in.",url:"Voer een geldige website url in."},badInput:{defaultMessage:"Voer een geldige waarde in.",number:"Voer een nummer in.",date:"Voer een datum in.",time:"Voer een tijd in.",range:"Voer een bereik in.",month:"Voer een maand in.","datetime-local":"Voer een lokale datumtijd in."},rangeUnderflow:{defaultMessage:"Waarde moet groter dan of gelijk zijn aan {%min}.",date:"Datum moet op of na {%min} zijn.",time:"Tijd moet op of na {%min} zijn.","datetime-local":"Datumtijd moet op of na {%min} zijn.",month:"Maand moet op of na {%min} zijn."},rangeOverflow:{defaultMessage:"Waarde moet kleiner dan of gelijk zijn aan {%max}.",date:"Datum moet op of voor {%max} zijn.",time:"Tijd moet op of voor {%max} zijn.","datetime-local":"Waarde moet kleiner dan of gelijk zijn aan {%max}.",month:"Maand moet op of voor {%max} zijn."},stepMismatch:"Ongeldige invoer.",tooLong:"Voer maximaal {%maxlength} karakter(s) in. {%valueLen} is te lang.",tooShort:"Voer minimaal {%minlength} karakter(s) in. {%valueLen} is te kort.",patternMismatch:"Voer een waarde in met de gevraagde opmaak: {%title}.",valueMissing:{defaultMessage:"Vul dit veld in.",checkbox:"Vink dit vakje aan als u wilt doorgaan.",select:"Selecteer een item in de lijst.",radio:"Selecteer \xe9\xe9n van deze opties."}},webshims.formcfg.nl={numberFormat:{",":".",".":","},numberSigns:",",dateSigns:"-",timeSigns:":. ",dFormat:"-",patterns:{d:"dd-mm-yy"},month:{currentText:"Huidige maand"},time:{currentText:"Nu"},date:{closeText:"Sluiten",clear:"Wissen",prevText:"Vorige",nextText:"Volgende",currentText:"Vandaag",monthNames:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],monthNamesShort:["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"],dayNames:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],dayNamesShort:["zon","maa","din","woe","don","vri","zat"],dayNamesMin:["zo","ma","di","wo","do","vr","za"],weekHeader:"Wk",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-no.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-no.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.no={typeMismatch:{defaultMessage:"Vennligst skriv en gyldig verdi.",email:"Vennligst skriv inn en e-postadresse.",url:"Vennligst skriv inn en URL."},badInput:{defaultMessage:"Vennligst skriv en gyldig verdi.",number:"Vennligst skriv inn et tall.",date:"Vennligst skriv inn en dato.",time:"Vennligst skriv inn et klokkeslett.",range:"Ugyldig data.",month:"Vennligst skriv en gyldig verdi.","datetime-local":"Vennligst skriv inn dato & tid"},rangeUnderflow:{defaultMessage:"Verdi m\xe5 v\xe6re st\xf8rre eller lik {%min}.",date:"Verdi m\xe5 v\xe6re p\xe5 eller etter {%min}.",time:"Verdi m\xe5 v\xe6re p\xe5 eller etter {%min}.","datetime-local":"Verdi m\xe5 v\xe6re p\xe5 eller etter {%min}.",month:"Verdi m\xe5 v\xe6re p\xe5 eller etter {%min}."},rangeOverflow:{defaultMessage:"Verdi m\xe5 v\xe6re mindre eller lik {%max}.",date:"Verdi m\xe5 v\xe6re p\xe5 eller f\xf8r {%max}.",time:"Verdi m\xe5 v\xe6re p\xe5 eller f\xf8r {%max}.","datetime-local":"Verdi m\xe5 v\xe6re p\xe5 eller f\xf8r {%max}.",month:"Verdi m\xe5 v\xe6re p\xe5 eller f\xf8r {%max}."},stepMismatch:"Ugyldig inndata.",tooLong:"Vennligst fyll inn maks {%maxlength} tegn. Du skrev inn {%valueLen}.",tooShort:"Vennlist fyll inn minst {%minlength} tegn. Du skrev inn {%valueLen}.",patternMismatch:"Ugyldig data. {%title}",valueMissing:{defaultMessage:"Vennligst fyll inn dette feltet.",checkbox:"Vennligst kryss av i denne boksen om du \xf8nsker \xe5 fortsette.",select:"Vennligst velg.",radio:"Vennligst velg."}},webshims.formcfg.no={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"dd/mm/yy"},meridian:["AM","PM"],month:{currentText:"Denne m\xe5ned"},time:{currentText:"N\xe5"},date:{closeText:"Ferdig",clear:"T\xf8m",prevText:"Forrige",nextText:"Neste",currentText:"I dag",monthNames:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthNamesShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],dayNames:["S\xf8ndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","L\xf8rdag"],dayNamesShort:["S\xf8n","Man","Tir","Ons","Tor","Fre","L\xf8r"],dayNamesMin:["S\xf8","Ma","Ti","On","To","Fr","L\xf8"],weekHeader:"Uke",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-pl.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-pl.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.pl={typeMismatch:{defaultMessage:"Wprowad\u017a poprawn\u0105 warto\u015b\u0107.",email:"Wprowad\u017a poprawny adres e-mail.",url:"Wprowad\u017a poprawny adres URL."},badInput:{defaultMessage:"Wprowad\u017a poprawn\u0105 warto\u015b\u0107.",number:"Wprowad\u017a numer.",date:"Wprowad\u017a dat\u0119.",time:"Wprowad\u017a czas.",range:"Niepoprawny zakres.",month:"Wprowad\u017a poprawny miesi\u0105c.","datetime-local":"Wprowad\u017a dat\u0119 i czas."},rangeUnderflow:{defaultMessage:"Warto\u015b\u0107 musi by\u0107 wi\u0119ksza lub r\xf3wna {%min}.",date:"Warto\u015b\u0107 musi by\u0107 wi\u0119ksza lub r\xf3wna {%min}.",time:"Warto\u015b\u0107 musi by\u0107 wi\u0119ksza lub r\xf3wna {%min}.","datetime-local":"Warto\u015b\u0107 musi by\u0107 wi\u0119ksza lub r\xf3wna {%min}.",month:"Warto\u015b\u0107 musi by\u0107 wi\u0119ksza lub r\xf3wna {%min}."},rangeOverflow:{defaultMessage:"Warto\u015b\u0107 musi by\u0107 mniejsza lub r\xf3wna {%max}.",date:"Warto\u015b\u0107 musi by\u0107 mniejsza lub r\xf3wna {%max}.",time:"Warto\u015b\u0107 musi by\u0107 mniejsza lub r\xf3wna {%max}.","datetime-local":"Warto\u015b\u0107 musi by\u0107 mniejsza lub r\xf3wna {%max}.",month:"Warto\u015b\u0107 musi by\u0107 mniejsza lub r\xf3wna {%max}."},stepMismatch:"Nieprawid\u0142owe dane.",tooLong:"Mo\u017cna wpisa\u0107 maksymalnie {%maxlength} znaki(\xf3w). Wpisano {%valueLen}.",patternMismatch:"Niew\u0142a\u015bciwe dane. {%title}",valueMissing:{defaultMessage:"Prosz\u0119 wype\u0142ni\u0107 pole.",checkbox:"Zaznacz to pole je\u015bli chcesz przej\u015b\u0107 dalej.",select:"Wybierz opcj\u0119..",radio:"Zaznacz opcj\u0119."}},webshims.formcfg.pl={numberFormat:{".":".",",":","},numberSigns:".-",dateSigns:"-",timeSigns:":. ",dFormat:"-",patterns:{d:"yy-mm-dd"},month:{currentText:"Bie\u017c\u0105cy miesi\u0105c"},week:{currentText:"Bie\u017c\u0105cy tydzie\u0144"},date:{closeText:"Ok",clear:"Czy\u015b\u0107",prevText:"Poprzedni",nextText:"Nast\u0119pny",currentText:"Dzi\u015b",monthNames:["Stycze\u0144","Luty","Marzec","Kwiece\u0144","Maj","Czerwiec","Lipiec","Sierpie\u0144","Wrzesie\u0144","Pa\u017adziernik","Listopad","Grudzie\u0144"],monthNamesShort:["Sty","Lut","Mar","Kwi","Maj","Cze","Lip","Sie","Wrz","Pa\u017a","Lis","Gru"],dayNames:["Niedziela","Poniedzia\u0142ek","Wtorek","\u015aroda","Czwartek","Pi\u0105tek","Sobota"],dayNamesShort:["Nie","Pon","Wto","\u015aro","Czw","Pi\u0105","Sob"],dayNamesMin:["Nd","Pn","Wt","\u015ar","Cz","Pt","So"],weekHeader:"Tdz",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-pt-BR.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-pt-BR.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages["pt-BR"]={typeMismatch:{email:"Por favor informe o e-mail.",url:"Por favor informe a URL."},badInput:{defaultMessage:"Valor inv\xe1lido.",number:"Valor inv\xe1lido.",date:"Data inv\xe1lida.",time:"Hora inv\xe1lida.",range:"Valor inv\xe1lido.","datetime-local":"Data inv\xe1lida."},tooLong:"Valor inv\xe1lido.",patternMismatch:"Por favor informe no formato: {%title}.",valueMissing:{defaultMessage:"Por favor preencha este campo.",checkbox:"Por favor selecione esta caixa se deseja continuar.",select:"Por favor selecione um item da lista.",radio:"Por favor selecione uma destas op\xe7\xf5es."},rangeUnderflow:{defaultMessage:"O valor tem de ser superior ou igual a {%min}.",date:"O valor tem de ser superior ou igual a {%min}.",time:"O valor tem de ser superior ou igual a {%min}.","datetime-local":"O valor tem de ser superior ou igual a {%min}."},rangeOverflow:{defaultMessage:"O valor tem de ser inferior ou igual a {%max}.",date:"O valor tem de ser inferior ou igual a {%max}.",time:"O valor tem de ser inferior ou igual a {%max}.","datetime-local":"O valor tem de ser inferior ou igual a {%max}."},stepMismatch:"Valor inv\xe1lido."},webshims.formcfg["pt-BR"]={numberFormat:{",":".",".":","},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"dd/mm/yy"},month:{currentText:"Este m\xeas"},time:{currentText:"Agora"},date:{closeText:"Feito",clear:"Limpa",prevText:"Pr\xf3ximo",nextText:"Anterior",currentText:"Hoje",monthNames:["Janeiro","Fevereiro","Mar\xe7o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthNamesShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],dayNames:["Domingo","Segunda","Ter\xe7a","Quarta","Quinta","Sexta","S\xe1bado"],dayNamesShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sab"],dayNamesMin:["Do","Se","Te","Qa","Qi","Se","Sa"],weekHeader:"Sem",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-pt-PT.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-pt-PT.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages["pt-PT"]={typeMismatch:{email:"Por favor escreva um endere\xe7o de correio.",url:"Por favor escreva o URL."},badInput:{defaultMessage:"Valor inv\xe1lido.",number:"Valor inv\xe1lido.",date:"Valor inv\xe1lido.",time:"Valor inv\xe1lido.",range:"Valor inv\xe1lido.","datetime-local":"Valor inv\xe1lido."},tooLong:"Valor inv\xe1lido.",patternMismatch:"Por favor corresponda ao formato pedido: {%title}.",valueMissing:{defaultMessage:"Por favor preencha este campo.",checkbox:"Por favor seleccione esta caixa se deseja continuar.",select:"Por favor seleccione um item da lista.",radio:"Por favor seleccione uma destas op\xe7\xf5es."},rangeUnderflow:{defaultMessage:"O valor tem de ser superior ou igual a {%min}.",date:"O valor tem de ser superior ou igual a {%min}.",time:"O valor tem de ser superior ou igual a {%min}.","datetime-local":"O valor tem de ser superior ou igual a {%min}."},rangeOverflow:{defaultMessage:"O valor tem de ser inferior ou igual a {%max}.",date:"O valor tem de ser inferior ou igual a {%max}.",time:"O valor tem de ser inferior ou igual a {%max}.","datetime-local":"O valor tem de ser inferior ou igual a {%max}."},stepMismatch:"Valor inv\xe1lido."},webshims.formcfg["pt-PT"]={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"dd/mm/yy"},date:{closeText:"Fechar",prevText:"<Anterior",nextText:"Seguinte",currentText:"Hoje",monthNames:["Janeiro","Fevereiro","Mar\xe7o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthNamesShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],dayNames:["Domingo","Segunda-feira","Ter\xe7a-feira","Quarta-feira","Quinta-feira","Sexta-feira","S\xe1bado"],dayNamesShort:["Dom","Seg","Ter","Qua","Qui","Sex","S\xe1b"],dayNamesMin:["Dom","Seg","Ter","Qua","Qui","Sex","S\xe1b"],weekHeader:"Sem",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-pt.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-pt.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.pt={typeMismatch:{email:"Por favor escreva um endere\xe7o de correio.",url:"Por favor escreva o URL."},badInput:{defaultMessage:"Valor inv\xe1lido.",number:"Valor inv\xe1lido.",date:"Valor inv\xe1lido.",time:"Valor inv\xe1lido.",range:"Valor inv\xe1lido.","datetime-local":"Valor inv\xe1lido."},tooLong:"Valor inv\xe1lido.",patternMismatch:"Por favor corresponda ao formato pedido: {%title}.",valueMissing:{defaultMessage:"Por favor preencha este campo.",checkbox:"Por favor seleccione esta caixa se deseja continuar.",select:"Por favor seleccione um item da lista.",radio:"Por favor seleccione uma destas op\xe7\xf5es."},rangeUnderflow:{defaultMessage:"O valor tem de ser superior ou igual a {%min}.",date:"O valor tem de ser superior ou igual a {%min}.",time:"O valor tem de ser superior ou igual a {%min}.","datetime-local":"O valor tem de ser superior ou igual a {%min}."},rangeOverflow:{defaultMessage:"O valor tem de ser inferior ou igual a {%max}.",date:"O valor tem de ser inferior ou igual a {%max}.",time:"O valor tem de ser inferior ou igual a {%max}.","datetime-local":"O valor tem de ser inferior ou igual a {%max}."},stepMismatch:"Valor inv\xe1lido."},webshims.formcfg.pt={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"/",timeSigns:":. ",dFormat:"/",patterns:{d:"dd/mm/yy"},date:{closeText:"Fechar",prevText:"<Anterior",nextText:"Seguinte",currentText:"Hoje",monthNames:["Janeiro","Fevereiro","Mar\xe7o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthNamesShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],dayNames:["Domingo","Segunda-feira","Ter\xe7a-feira","Quarta-feira","Quinta-feira","Sexta-feira","S\xe1bado"],dayNamesShort:["Dom","Seg","Ter","Qua","Qui","Sex","S\xe1b"],dayNamesMin:["Dom","Seg","Ter","Qua","Qui","Sex","S\xe1b"],weekHeader:"Sem",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-ru.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-ru.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/i18n/formcfg-sv.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-sv.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages.sv={typeMismatch:{defaultMessage:"Fyll i det h\xe4r f\xe4ltet.",email:"Fyll i en e-postadress.",url:"Fyll i en URL."},badInput:{defaultMessage:"Fyll i det h\xe4r f\xe4ltet.",number:"Fyll i ett nummer.",date:"Fyll i en datum.",time:"Fyll i en tid.",range:"Felaktig inmatning.",month:"Fyll i en m\xe5nad.","datetime-local":"Fyll i datum och tid."},tooLong:"Fyll i max {%maxlength} tecken. Du fyllde i {%valueLen}.",tooShort:"Fyll i minst {%minlength} tecken. Du fyllde i {%valueLen}.",patternMismatch:"Felaktig inmatning. {%title}",valueMissing:{defaultMessage:"Fyll i detta f\xe4lt.",checkbox:"Bocka denna ruta f\xf6r att g\xe5 vidare.",select:"V\xe4lj n\xe5got ur listan.",radio:"V\xe4lj ett av valen."},rangeUnderflow:{defaultMessage:"V\xe4rdet m\xe5ste vara st\xf6rre eller lika med {%min}.",date:"Datumet m\xe5ste vara efter eller lika med {%min}.",time:"Tiden m\xe5ste vara efter eller lika med {%min}.","datetime-local":"V\xe4rdet m\xe5ste vara efter eller lika med {%min}.",month:"V\xe4rdet m\xe5ste vara efter eller lika med {%min}."},rangeOverflow:{defaultMessage:"V\xe4rdet m\xe5ste vara mindre eller lika med {%max}.",date:"Datumet m\xe5ste vara f\xf6re eller lika med {%max}.",time:"Tiden m\xe5ste vara f\xf6re eller lika med {%max}.","datetime-local":"V\xe4rdet m\xe5ste vara f\xf6re eller lika med {%max}.",month:"V\xe4rdet m\xe5ste vara f\xf6re eller lika med {%max}."},stepMismatch:"Felaktig inmatning."},webshims.formcfg.sv={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"-",timeSigns:":. ",dFormat:"-",patterns:{d:"yy-mm-dd"},date:{closeText:"St\xe4ng",clear:"Rensa",prevText:"«F\xf6rra",nextText:"N\xe4sta»",currentText:"Idag",monthNames:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],dayNamesShort:["S\xf6n","M\xe5n","Tis","Ons","Tor","Fre","L\xf6r"],dayNames:["S\xf6ndag","M\xe5ndag","Tisdag","Onsdag","Torsdag","Fredag","L\xf6rdag"],dayNamesMin:["S\xf6","M\xe5","Ti","On","To","Fr","L\xf6"],weekHeader:"Ve",dateFormat:"yy-mm-dd",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}};
|
1
larigira/static/webshim/shims/i18n/formcfg-zh-CN.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-zh-CN.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages["zh-CN"]={typeMismatch:{email:"\u8bf7\u8f93\u5165\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",url:"\u8bf7\u8f93\u5165\u4e00\u4e2a URL\u3002"},badInput:{number:"\u503c\u65e0\u6548\u3002",date:"\u503c\u65e0\u6548\u3002",time:"\u503c\u65e0\u6548\u3002",range:"\u503c\u65e0\u6548\u3002","datetime-local":"\u503c\u65e0\u6548\u3002"},tooLong:"\u503c\u65e0\u6548\u3002",patternMismatch:"\u8bf7\u5339\u914d\u8981\u6c42\u7684\u683c\u5f0f\uff1a {%title}\u3002",valueMissing:{defaultMessage:"\u8bf7\u586b\u5199\u6b64\u5b57\u6bb5\u3002",checkbox:"\u82e5\u8981\u7ee7\u7eed\uff0c\u8bf7\u68c0\u9009\u6b64\u68c0\u67e5\u6846\u3002",select:"\u8bf7\u9009\u62e9\u5217\u8868\u4e2d\u7684\u4e00\u9879\u3002",radio:"\u8bf7\u9009\u62e9\u4e00\u4e2a\u9009\u9879\u3002"},rangeUnderflow:{defaultMessage:"\u503c\u65e0\u6548\u3002",date:"\u503c\u65e0\u6548\u3002",time:"\u503c\u65e0\u6548\u3002","datetime-local":"\u503c\u65e0\u6548\u3002"},rangeOverflow:{defaultMessage:"\u503c\u65e0\u6548\u3002",date:"\u503c\u65e0\u6548\u3002",time:"\u503c\u65e0\u6548\u3002","datetime-local":"\u503c\u65e0\u6548\u3002"},stepMismatch:"\u503c\u65e0\u6548\u3002"},webshims.formcfg["zh-CN"]={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"-",timeSigns:":. ",dFormat:"-",patterns:{d:"yy-mm-dd"},date:{closeText:"\u5173\u95ed",prevText:"<\u4e0a\u6708",nextText:"\u4e0b\u6708>",currentText:"\u4eca\u5929",monthNames:["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"],monthNamesShort:["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"],dayNames:["\u661f\u671f\u65e5","\u661f\u671f\u4e00","\u661f\u671f\u4e8c","\u661f\u671f\u4e09","\u661f\u671f\u56db","\u661f\u671f\u4e94","\u661f\u671f\u516d"],dayNamesShort:["\u5468\u65e5","\u5468\u4e00","\u5468\u4e8c","\u5468\u4e09","\u5468\u56db","\u5468\u4e94","\u5468\u516d"],dayNamesMin:["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"],weekHeader:"\u5468",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"\u5e74"}};
|
1
larigira/static/webshim/shims/i18n/formcfg-zh-TW.js
Normal file
1
larigira/static/webshim/shims/i18n/formcfg-zh-TW.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshims.validityMessages["zh-TW"]={typeMismatch:{defaultMessage:"\u8acb\u8f38\u5165\u4e00\u500b\u6b63\u78ba\u7684\u503c\u3002",email:"\u8acb\u8f38\u5165\u4e00\u500b\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u3002",url:"\u8acb\u8f38\u5165\u4e00\u500b\u7db2\u5740\u3002"},badInput:{defaultMessage:"\u8acb\u8f38\u5165\u4e00\u500b\u6b63\u78ba\u7684\u503c\u3002",number:"\u8acb\u8f38\u5165\u4e00\u500b\u6578\u5b57\u3002",date:"\u8acb\u8f38\u5165\u4e00\u500b\u65e5\u671f\u3002",time:"\u8acb\u8f38\u5165\u4e00\u500b\u6642\u9593\u3002",range:"\u7121\u6548\u7684\u503c\u3002",month:"\u8acb\u8f38\u5165\u4e00\u500b\u6b63\u78ba\u7684\u503c\u3002","datetime-local":"\u8acb\u8f38\u5165\u4e00\u500b\u6b63\u78ba\u7684\u65e5\u671f\u548c\u6642\u9593\u3002"},rangeUnderflow:{defaultMessage:"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5927\u904e\u6216\u7b49\u65bc {%min}\u3002",date:"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5728 {%min} \u6216\u4e4b\u5f8c\u3002",time:"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5728 {%min} \u6216\u4e4b\u5f8c\u3002","datetime-local":"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5728 {%min} \u6216\u4e4b\u5f8c\u3002",month:"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5728 {%min} \u6216\u4e4b\u5f8c\u3002"},rangeOverflow:{defaultMessage:"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5c0f\u904e\u6216\u7b49\u65bc {%max}\u3002",date:"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5728 {%max} \u6216\u4e4b\u524d\u3002",time:"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5728 {%max} \u6216\u4e4b\u524d\u3002","datetime-local":"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5728 {%max} \u6216\u4e4b\u524d\u3002",month:"\u8f38\u5165\u7684\u503c\u5fc5\u9700\u5728 {%max} \u6216\u4e4b\u524d\u3002"},stepMismatch:"\u7121\u6548\u7684\u8f38\u5165\u3002",tooLong:"\u8acb\u8f38\u5165 {%maxlength} \u5b57\u5143\u6216\u66f4\u5c0f\u3002\u4f60\u8f38\u5165\u4e86 {%valueLen} \u5b57\u5143\u3002",tooShort:"\u8acb\u8f38\u5165 {%minlength} \u5b57\u5143\u6216\u66f4\u591a\u3002\u4f60\u8f38\u5165\u4e86 {%valueLen} \u5b57\u5143\u3002",patternMismatch:"\u7121\u6548\u7684\u8f38\u5165\u3002{%title}",valueMissing:{defaultMessage:"\u8acb\u586b\u5beb\u6b64\u6b04\u4f4d\u3002",checkbox:"\u8acb\u6838\u53d6\u6b64\u65b9\u584a\u4ee5\u7e7c\u7e8c\u3002",select:"\u8acb\u9078\u53d6\u4e00\u500b\u9078\u64c7\u3002",radio:"\u8acb\u9078\u53d6\u4e00\u500b\u9078\u64c7\u3002"}},webshims.formcfg["zh-TW"]={numberFormat:{".":".",",":","},numberSigns:".",dateSigns:"-",timeSigns:":. ",dFormat:"-",patterns:{d:"yy-mm-dd"},meridian:["\u4e0a\u5348","\u4e0b\u5348"],month:{currentText:"\u672c\u6708"},time:{currentText:"\u73fe\u5728"},date:{closeText:"\u5b8c\u6210",clear:"\u6e05\u9664",prevText:"\u4e0a",nextText:"\u4e0b",currentText:"\u4eca\u65e5",monthNames:["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"],monthNamesShort:["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"],dayNames:["\u661f\u671f\u65e5","\u661f\u671f\u4e00","\u661f\u671f\u4e8c","\u661f\u671f\u4e09","\u661f\u671f\u56db","\u661f\u671f\u4e94","\u661f\u671f\u516d"],dayNamesShort:["\u5468\u65e5","\u5468\u4e00","\u5468\u4e8c","\u5468\u4e09","\u5468\u56db","\u5468\u4e94","\u5468\u516d"],dayNamesMin:["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"],weekHeader:"\u9031",firstDay:0,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"\u5e74"}};
|
1
larigira/static/webshim/shims/jme/alternate-media.js
Normal file
1
larigira/static/webshim/shims/jme/alternate-media.js
Normal file
|
@ -0,0 +1 @@
|
|||
webshim.ready("jmebase es5",function(){function a(a){return a.src||a}function b(b,c){var d=!0;return c&&b.length===c.length?(b=b.map(a),e.each(c,function(a,c){return-1==b.indexOf(c.src||c)?(d=!1,!1):void 0})):d=!1,d}function c(a){return'<li role="presentation"><label><input type="radio" name="alternate-'+g+'" value="'+a.group+'" /><span>'+a.label+"</span></label></li>"}var d=window.webshim,e=d.$,f=e.jme;f.defineProp("currentAlternateSrc",{readonly:!0,get:function(a){var b,c,d=f.data(a),g=d.media.jmeFn("getAlternateSrcData"),h=d.media.prop("currentSrc");if(h)e.each(g.groups,function(a,c){-1!=c.srces.indexOf(h)&&(b=c)});else for(c in g.groups){b=g[c];break}return b}}),f.defineMethod("getAlternateSrcData",function(a){var b={groups:{},groupLength:0},c=f.data(this);return a||(a=c.media.jmeProp("srces")),a.forEach(function(a){var c=a["data-alternate"];b.groups[c]||(b.groupLength++,b.groups[c]={group:c,label:c,srces:[]}),(a["data-label"]||a.title)&&(b.groups[c].label=a["data-label"]||a.title),b.groups[c].srces.push(a.src)}),b.srces=a,b}),f.defineMethod("orderAlternateByName",function(a,b){var c=f.data(this);return b||(b=c.media.jmeProp("srces")),Array.isArray(a)||(a=[a]),a.reverse(),b.sort(function(b,c){return a.indexOf(c["data-alternate"])-a.indexOf(b["data-alternate"])}),c.media.jmeProp("srces",b),b}),f.defineMethod("switchAlternateByName",function(a,b){var c=f.data(this),d=c.media.prop("paused"),g=c.media.prop("currentTime");e(this).jmeFn("orderAlternateByName",a,b),g>1&&(c.media.play(),c.media.one("loadedmetadata",function(){d&&c.media.pause(),c.media.prop("currentTime",g)})),d||c.media.play()});var g=0;f.addToConfigmenu("alternate-media",function(a,d,f,h){var i,j,k,l=function(a){var b=e.prop(a.target,"value");b&&k&&k.groups[b]&&(d.jmeFn("switchAlternateByName",b,k.srces),h.hide())},m=function(){var a;i&&(a=d.jmeProp("currentAlternateSrc"),a&&a.group&&e('[value="'+a.group+'"]',i).prop("checked",!0))},n=function(d){if(!i||!k||!b(d.srces,k.srces)){k=d,g++;var f=e.map(k.groups,c);i&&i.remove(),i=e('<div class="media-submenu"><ul>'+f.join("")+"</ul></div>").appendTo(a),i.on("change",l)}m()},o=function(){var a=d.jmeFn("getAlternateSrcData");a.groupLength?n(a):i&&(i.remove(),i=null,k=null)},p=function(){clearTimeout(j),j=setTimeout(o)};o(),d.on("loadstart emptied",p),d.on("loadedmetadata",m)}),d.ready("jme-base",function(){d.isReady("alternate-media",!0)})});
|
1
larigira/static/webshim/shims/jme/base.js
Normal file
1
larigira/static/webshim/shims/jme/base.js
Normal file
File diff suppressed because one or more lines are too long
1
larigira/static/webshim/shims/jme/controls.css
Normal file
1
larigira/static/webshim/shims/jme/controls.css
Normal file
File diff suppressed because one or more lines are too long
BIN
larigira/static/webshim/shims/jme/jme.eot
Normal file
BIN
larigira/static/webshim/shims/jme/jme.eot
Normal file
Binary file not shown.
36
larigira/static/webshim/shims/jme/jme.svg
Normal file
36
larigira/static/webshim/shims/jme/jme.svg
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="jme" horiz-adv-x="512">
|
||||
<font-face units-per-em="512" ascent="480" descent="-32" />
|
||||
<missing-glyph horiz-adv-x="512" />
|
||||
<glyph unicode=" " d="" horiz-adv-x="256" />
|
||||
<glyph unicode="" d="M494.416 364.483l-235.12 47.185c-2.165 0.445-4.419 0.445-6.599 0l-235.105-47.185c-7.737-1.569-13.302-8.303-13.302-16.108v-286.31c0-7.813 5.565-14.539 13.302-16.101l235.105-47.163c2.178-0.467 4.434-0.467 6.599 0l235.12 47.163c7.729 1.562 13.302 8.288 13.302 16.101v286.31c0 7.806-5.572 14.539-13.302 16.108zM223.143 144.045c-16.154-35.594-41.499-53.603-75.345-53.603-56.506 0-94.454 46.13-94.454 114.77 0 68.678 37.955 114.816 94.454 114.816 33.649 0 58.845-17.074 74.93-50.745 1.44-2.986 1.583-6.441 0.416-9.541-1.138-3.145-3.522-5.656-6.591-7.006l-27.307-12.186c-6.237-2.775-13.688-0.045-16.523 6.191-4.072 8.838-11.703 19.427-24.923 19.427-20.92 0-35.512-25.067-35.512-60.964 0-35.882 14.592-60.933 35.512-60.933 14.977 0 22.185 14.728 24.607 21.055 1.2 3.175 3.657 5.761 6.817 7.043 3.175 1.373 6.742 1.305 9.872-0.038l27.624-11.885c3.070-1.296 5.468-3.77 6.673-6.878 1.214-3.077 1.117-6.493-0.249-9.524zM457.547 144.045c-16.154-35.594-41.485-53.603-75.344-53.603-56.506 0-94.454 46.13-94.454 114.77 0 68.678 37.955 114.816 94.454 114.816 33.649 0 58.845-17.074 74.93-50.745 1.44-2.986 1.576-6.441 0.416-9.541-1.138-3.145-3.522-5.656-6.591-7.006l-27.307-12.186c-6.236-2.775-13.68-0.045-16.522 6.191-4.072 8.838-11.703 19.427-24.923 19.427-20.92 0-35.519-25.067-35.519-60.964 0-35.882 14.592-60.933 35.519-60.933 14.977 0 22.185 14.728 24.607 21.055 1.2 3.175 3.666 5.761 6.817 7.043 3.175 1.373 6.742 1.305 9.872-0.038l27.623-11.885c3.070-1.296 5.476-3.77 6.673-6.878 1.222-3.077 1.125-6.493-0.249-9.524z" />
|
||||
<glyph unicode="" d="M437.011 405.010c-46.326 46.328-110.318 74.99-181.011 74.99-109.744 0-203.345-69.064-239.749-166.094l59.938-22.477c27.302 72.773 97.503 124.571 179.811 124.571 53.020 0 101.010-21.5 135.753-56.247l-71.753-71.753h192v192l-74.989-74.99zM256 32c-53.020 0-101.013 21.496-135.756 56.244l71.756 71.756h-192v-192l74.997 74.997c46.323-46.331 110.309-74.997 181.003-74.997 109.745 0 203.346 69.064 239.75 166.094l-59.938 22.477c-27.302-72.773-97.503-124.571-179.812-124.571z" />
|
||||
<glyph unicode="" d="M384 416v-384h-64v176l-160-160v352l160-160v176z" />
|
||||
<glyph unicode="" d="M128 32v384h64v-176l160 160v-352l-160 160v-176z" />
|
||||
<glyph unicode="" d="M481 449v-182.813l-70.313 70.313-84.375-84.375-42.188 42.188 84.375 84.375-70.313 70.313zM227.875 153.688l-84.375-84.375 70.313-70.313h-182.813v182.813l70.313-70.313 84.375 84.375z" />
|
||||
<glyph unicode="" d="M227.875 195.875v-182.813l-70.313 70.313-84.375-84.375-42.188 42.188 84.375 84.375-70.313 70.313zM481 406.813l-84.375-84.375 70.313-70.313h-182.813v182.813l70.313-70.313 84.375 84.375z" />
|
||||
<glyph unicode="" d="M512 175.953v96.094l-73.387 12.231c-2.979 9.066-6.611 17.834-10.847 26.25l43.227 60.517-67.948 67.949-60.413-43.152c-8.455 4.277-17.269 7.944-26.384 10.951l-12.201 73.207h-96.094l-12.201-73.208c-9.115-3.007-17.929-6.674-26.383-10.951l-60.414 43.152-67.949-67.949 43.227-60.518c-4.235-8.415-7.867-17.183-10.846-26.249l-73.387-12.23v-96.094l73.559-12.26c2.98-8.984 6.605-17.674 10.821-26.015l-43.374-60.724 67.949-67.948 60.827 43.447c8.301-4.175 16.945-7.764 25.882-10.717l12.289-73.736h96.094l12.289 73.737c8.937 2.953 17.581 6.542 25.883 10.716l60.826-43.446 67.948 67.948-43.372 60.723c4.216 8.341 7.839 17.031 10.82 26.016l73.559 12.259zM256 160c-35.346 0-64 28.653-64 64 0 35.346 28.654 64 64 64 35.347 0 64-28.654 64-64 0-35.347-28.653-64-64-64z" />
|
||||
<glyph unicode="" d="M0 480h128v-128h-128zM192 448h320v-64h-320zM0 288h128v-128h-128zM192 256h320v-64h-320zM0 96h128v-128h-128zM192 64h320v-64h-320z" />
|
||||
<glyph unicode="" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM256 16c-114.875 0-208 93.125-208 208s93.125 208 208 208 208-93.125 208-208-93.125-208-208-208zM192 336l192-112-192-112z" />
|
||||
<glyph unicode="" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM256 16c-114.875 0-208 93.125-208 208s93.125 208 208 208 208-93.125 208-208-93.125-208-208-208zM160 320h64v-192h-64zM288 320h64v-192h-64z" />
|
||||
<glyph unicode="" d="M61.819 457.017l388.361-233.017-388.361-233.017z" />
|
||||
<glyph unicode="" d="M22.983 457.017h194.181v-466.034h-194.181zM294.837 457.017h194.181v-466.034h-194.181z" />
|
||||
<glyph unicode="" d="M445.020 18.98c-6.143 0-12.284 2.343-16.971 7.029-9.372 9.373-9.372 24.568 0 33.941 43.819 43.821 67.952 102.080 67.952 164.050 0 61.969-24.133 120.229-67.952 164.049-9.372 9.373-9.372 24.569 0 33.941 9.372 9.372 24.569 9.372 33.941 0 52.885-52.886 82.011-123.2 82.011-197.99 0-74.791-29.126-145.104-82.011-197.99-4.686-4.687-10.828-7.030-16.97-7.030zM359.765 64.235c-6.143 0-12.284 2.343-16.971 7.029-9.372 9.372-9.372 24.568 0 33.941 65.503 65.503 65.503 172.085 0 237.588-9.372 9.373-9.372 24.569 0 33.941 9.372 9.371 24.569 9.372 33.941 0 40.797-40.796 63.265-95.038 63.265-152.734 0-57.695-22.468-111.938-63.265-152.735-4.686-4.687-10.828-7.030-16.97-7.030zM274.51 109.49c-6.143 0-12.284 2.343-16.971 7.029-9.373 9.373-9.373 24.568 0 33.941 40.55 40.55 40.55 106.529 0 147.078-9.373 9.373-9.373 24.569 0 33.941 9.373 9.372 24.568 9.372 33.941 0 59.265-59.265 59.265-155.696 0-214.961-4.686-4.685-10.828-7.028-16.97-7.028zM200.666 440.666c12.834 12.834 23.334 8.484 23.334-9.666v-414c0-18.15-10.5-22.499-23.334-9.665l-120.666 120.665h-80v192h80l120.666 120.666z" horiz-adv-x="544" />
|
||||
<glyph unicode="" d="M359.765 64.235c-6.143 0-12.284 2.343-16.971 7.029-9.372 9.372-9.372 24.568 0 33.941 65.503 65.503 65.503 172.085 0 237.588-9.372 9.373-9.372 24.569 0 33.941 9.372 9.371 24.569 9.372 33.941 0 40.797-40.796 63.265-95.038 63.265-152.734 0-57.695-22.468-111.938-63.265-152.735-4.686-4.687-10.828-7.030-16.97-7.030zM274.51 109.49c-6.143 0-12.284 2.343-16.971 7.029-9.373 9.373-9.373 24.568 0 33.941 40.55 40.55 40.55 106.529 0 147.078-9.373 9.373-9.373 24.569 0 33.941 9.373 9.372 24.568 9.372 33.941 0 59.265-59.265 59.265-155.696 0-214.961-4.686-4.685-10.828-7.028-16.97-7.028zM200.666 440.666c12.834 12.834 23.334 8.484 23.334-9.666v-414c0-18.15-10.5-22.499-23.334-9.665l-120.666 120.665h-80v192h80l120.666 120.666z" />
|
||||
<glyph unicode="" d="M274.51 109.49c-6.143 0-12.284 2.343-16.971 7.029-9.373 9.373-9.373 24.568 0 33.941 40.55 40.55 40.55 106.529 0 147.078-9.373 9.373-9.373 24.569 0 33.941 9.373 9.372 24.568 9.372 33.941 0 59.265-59.265 59.265-155.696 0-214.961-4.686-4.685-10.828-7.028-16.97-7.028zM200.666 440.666c12.834 12.834 23.334 8.484 23.334-9.666v-414c0-18.15-10.5-22.499-23.334-9.665l-120.666 120.665h-80v192h80l120.666 120.666z" />
|
||||
<glyph unicode="" d="M200.666 440.666c12.834 12.834 23.334 8.484 23.334-9.666v-414c0-18.15-10.5-22.499-23.334-9.665l-120.666 120.665h-80v192h80l120.666 120.666z" />
|
||||
<glyph unicode="" d="M200.666 440.666c12.834 12.834 23.334 8.484 23.334-9.666v-414c0-18.15-10.5-22.499-23.334-9.665l-120.666 120.665h-80v192h80l120.666 120.666zM480 170.426v-42.426h-42.426l-53.574 53.574-53.574-53.574h-42.426v42.426l53.574 53.574-53.574 53.574v42.426h42.426l53.574-53.574 53.574 53.574h42.426v-42.426l-53.574-53.574z" />
|
||||
<glyph unicode="" d="M432 128c-22.58 0-42.96-9.369-57.506-24.415l-215.502 107.751c0.657 4.126 1.008 8.353 1.008 12.664s-0.351 8.538-1.008 12.663l215.502 107.751c14.546-15.045 34.926-24.414 57.506-24.414 44.183 0 80 35.817 80 80s-35.817 80-80 80-80-35.817-80-80c0-4.311 0.352-8.538 1.008-12.663l-215.502-107.752c-14.546 15.045-34.926 24.415-57.506 24.415-44.183 0-80-35.818-80-80 0-44.184 35.817-80 80-80 22.58 0 42.96 9.369 57.506 24.414l215.502-107.751c-0.656-4.125-1.008-8.352-1.008-12.663 0-44.184 35.817-80 80-80s80 35.816 80 80c0 44.182-35.817 80-80 80z" />
|
||||
<glyph unicode="" d="M512 224c-0.639 33.431-7.892 66.758-21.288 97.231-13.352 30.5-32.731 58.129-56.521 80.96-23.776 22.848-51.972 40.91-82.492 52.826-30.502 11.962-63.298 17.676-95.699 16.983-32.405-0.641-64.666-7.687-94.167-20.678-29.524-12.948-56.271-31.735-78.367-54.788-22.112-23.041-39.58-50.354-51.093-79.899-11.557-29.531-17.064-61.26-16.373-92.635 0.643-31.38 7.482-62.574 20.067-91.103 12.544-28.55 30.738-54.414 53.055-75.774 22.305-21.377 48.736-38.252 77.307-49.36 28.559-11.152 59.223-16.451 89.571-15.763 30.354 0.645 60.481 7.277 88.038 19.457 27.575 12.141 52.558 29.74 73.183 51.322 20.641 21.57 36.922 47.118 47.627 74.715 6.517 16.729 10.94 34.2 13.271 51.899 0.623-0.036 1.249-0.060 1.881-0.060 17.673 0 32 14.326 32 32 0 0.898-0.047 1.786-0.119 2.666h0.119zM461.153 139.026c-11.736-26.601-28.742-50.7-49.589-70.59-20.835-19.905-45.5-35.593-72.122-45.895-26.614-10.339-55.145-15.226-83.442-14.541-28.302 0.649-56.298 6.868-81.91 18.237-25.625 11.333-48.842 27.745-67.997 47.856-19.169 20.099-34.264 43.882-44.161 69.529-9.935 25.642-14.614 53.107-13.932 80.378 0.651 27.276 6.664 54.206 17.627 78.845 10.929 24.65 26.749 46.985 46.123 65.405 19.365 18.434 42.265 32.935 66.937 42.428 24.669 9.53 51.068 14.003 77.313 13.322 26.25-0.653 52.114-6.459 75.781-17.017 23.676-10.525 45.128-25.751 62.812-44.391 17.698-18.629 31.605-40.647 40.695-64.344 9.124-23.696 13.391-49.029 12.712-74.248h0.119c-0.072-0.88-0.119-1.768-0.119-2.666 0-16.506 12.496-30.087 28.543-31.812-3.112-17.411-8.265-34.409-15.39-50.496z" />
|
||||
<glyph unicode="" d="M448 480h-448v-512h512v448l-64 64zM256 416h64v-128h-64v128zM448 32h-384v384h32v-160h288v160h37.489l26.511-26.509v-357.491z" />
|
||||
<glyph unicode="" d="M490.594 399.946c-71.816 10.325-151.166 16.054-234.593 16.054-83.43 0-162.778-5.729-234.597-16.054-13.765-53.863-21.404-113.375-21.404-175.946 0-62.57 7.639-122.083 21.404-175.945 71.819-10.326 151.168-16.055 234.597-16.055 83.427 0 162.776 5.729 234.593 16.055 13.766 53.862 21.406 113.375 21.406 175.945 0 62.571-7.64 122.083-21.406 175.946zM192.001 128v192l160-96-160-96z" />
|
||||
<glyph unicode="" d="M192 64h320v-64h-320zM192 256h320v-64h-320zM192 448h320v-64h-320zM96 480v-128h-32v96h-32v32zM64 217v-25h64v-32h-96v73l64 30v25h-64v32h96v-73zM128 128v-160h-96v32h64v32h-64v32h64v32h-64v32z" />
|
||||
<glyph unicode="" d="M0 480v-512h512v512h-512zM480 0h-448v448h448v-448zM384 368l-160-160-96 96-64-64 160-160 224 224-64 64z" />
|
||||
<glyph unicode="" d="M0 480v-512h512v512h-512zM480 0h-448v448h448v-448z" />
|
||||
<glyph unicode="" d="M329.372 105.372l-105.372 105.373v141.255h64v-114.745l86.628-86.627zM256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM256 32c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192 0-106.039-85.961-192-192-192z" />
|
||||
<glyph unicode="" d="M64 224l128 128h-64l-128-128 128-128h64zM384 352h-64l128-128-128-128h64l128 128zM272 416l-80-384h48l80 384z" />
|
||||
</font></defs></svg>
|
After Width: | Height: | Size: 11 KiB |
BIN
larigira/static/webshim/shims/jme/jme.ttf
Normal file
BIN
larigira/static/webshim/shims/jme/jme.ttf
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue