Updated apexcharts.js to latest version

This commit is contained in:
Pinga 2025-01-18 21:04:21 +02:00
parent 4a5ff50eed
commit c36e21f7df
14 changed files with 671 additions and 147 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,21 +1,24 @@
@keyframes opaque { @keyframes opaque {
0% { 0% {
opacity: 0 opacity: 0
} }
to { to {
opacity: 1 opacity: 1
} }
} }
@keyframes resizeanim { @keyframes resizeanim {
0%,to {
opacity: 0 0%,
to {
opacity: 0
} }
} }
.apexcharts-canvas { .apexcharts-canvas {
position: relative; position: relative;
direction: ltr !important;
user-select: none user-select: none
} }
@ -26,9 +29,9 @@
.apexcharts-canvas ::-webkit-scrollbar-thumb { .apexcharts-canvas ::-webkit-scrollbar-thumb {
border-radius: 4px; border-radius: 4px;
background-color: rgba(0,0,0,.5); background-color: rgba(0, 0, 0, .5);
box-shadow: 0 0 1px rgba(255,255,255,.5); box-shadow: 0 0 1px rgba(255, 255, 255, .5);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5) -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
} }
.apexcharts-inner { .apexcharts-inner {
@ -39,7 +42,13 @@
font-family: inherit font-family: inherit
} }
.legend-mouseover-inactive { rect.legend-mouseover-inactive,
.legend-mouseover-inactive rect,
.legend-mouseover-inactive path,
.legend-mouseover-inactive circle,
.legend-mouseover-inactive line,
.legend-mouseover-inactive text.apexcharts-yaxis-title-text,
.legend-mouseover-inactive text.apexcharts-yaxis-label {
transition: .15s ease all; transition: .15s ease all;
opacity: .2 opacity: .2
} }
@ -78,12 +87,12 @@
.apexcharts-tooltip.apexcharts-theme-light { .apexcharts-tooltip.apexcharts-theme-light {
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
background: rgba(255,255,255,.96) background: rgba(255, 255, 255, .96)
} }
.apexcharts-tooltip.apexcharts-theme-dark { .apexcharts-tooltip.apexcharts-theme-dark {
color: #fff; color: #fff;
background: rgba(30,30,30,.8) background: rgba(30, 30, 30, .8)
} }
.apexcharts-tooltip * { .apexcharts-tooltip * {
@ -102,29 +111,40 @@
} }
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title { .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
background: rgba(0,0,0,.7); background: rgba(0, 0, 0, .7);
border-bottom: 1px solid #333 border-bottom: 1px solid #333
} }
.apexcharts-tooltip-text-goals-value,.apexcharts-tooltip-text-y-value,.apexcharts-tooltip-text-z-value { .apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-z-value {
display: inline-block; display: inline-block;
margin-left: 5px; margin-left: 5px;
font-weight: 600 font-weight: 600
} }
.apexcharts-tooltip-text-goals-label:empty,.apexcharts-tooltip-text-goals-value:empty,.apexcharts-tooltip-text-y-label:empty,.apexcharts-tooltip-text-y-value:empty,.apexcharts-tooltip-text-z-value:empty,.apexcharts-tooltip-title:empty { .apexcharts-tooltip-text-goals-label:empty,
.apexcharts-tooltip-text-goals-value:empty,
.apexcharts-tooltip-text-y-label:empty,
.apexcharts-tooltip-text-y-value:empty,
.apexcharts-tooltip-text-z-value:empty,
.apexcharts-tooltip-title:empty {
display: none display: none
} }
.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value { .apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
padding: 6px 0 5px padding: 6px 0 5px
} }
.apexcharts-tooltip-goals-group,.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value { .apexcharts-tooltip-goals-group,
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
display: flex display: flex
} }
.apexcharts-tooltip-text-goals-label:not(:empty),.apexcharts-tooltip-text-goals-value:not(:empty) { .apexcharts-tooltip-text-goals-label:not(:empty),
.apexcharts-tooltip-text-goals-value:not(:empty) {
margin-top: -6px margin-top: -6px
} }
@ -149,22 +169,17 @@
opacity: 1 opacity: 1
} }
.apexcharts-tooltip-series-group.apexcharts-active,.apexcharts-tooltip-series-group:last-child { .apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
padding-bottom: 4px padding-bottom: 4px
} }
.apexcharts-tooltip-series-group-hidden {
opacity: 0;
height: 0;
line-height: 0;
padding: 0!important
}
.apexcharts-tooltip-y-group { .apexcharts-tooltip-y-group {
padding: 6px 0 5px padding: 6px 0 5px
} }
.apexcharts-custom-tooltip,.apexcharts-tooltip-box { .apexcharts-custom-tooltip,
.apexcharts-tooltip-box {
padding: 4px 8px padding: 4px 8px
} }
@ -196,7 +211,8 @@
margin-bottom: 5px margin-bottom: 5px
} }
.apexcharts-xaxistooltip,.apexcharts-yaxistooltip { .apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
color: #373d3f; color: #373d3f;
@ -215,12 +231,13 @@
} }
.apexcharts-xaxistooltip.apexcharts-theme-dark { .apexcharts-xaxistooltip.apexcharts-theme-dark {
background: rgba(0,0,0,.7); background: rgba(0, 0, 0, .7);
border: 1px solid rgba(0,0,0,.5); border: 1px solid rgba(0, 0, 0, .5);
color: #fff color: #fff
} }
.apexcharts-xaxistooltip:after,.apexcharts-xaxistooltip:before { .apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
left: 50%; left: 50%;
border: solid transparent; border: solid transparent;
content: " "; content: " ";
@ -242,11 +259,13 @@
margin-left: -7px margin-left: -7px
} }
.apexcharts-xaxistooltip-bottom:after,.apexcharts-xaxistooltip-bottom:before { .apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
bottom: 100% bottom: 100%
} }
.apexcharts-xaxistooltip-top:after,.apexcharts-xaxistooltip-top:before { .apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
top: 100% top: 100%
} }
@ -258,8 +277,9 @@
border-bottom-color: #90a4ae border-bottom-color: #90a4ae
} }
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before { .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,
border-bottom-color: rgba(0,0,0,.5) .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
border-bottom-color: rgba(0, 0, 0, .5)
} }
.apexcharts-xaxistooltip-top:after { .apexcharts-xaxistooltip-top:after {
@ -270,8 +290,9 @@
border-top-color: #90a4ae border-top-color: #90a4ae
} }
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before { .apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,
border-top-color: rgba(0,0,0,.5) .apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
border-top-color: rgba(0, 0, 0, .5)
} }
.apexcharts-xaxistooltip.apexcharts-active { .apexcharts-xaxistooltip.apexcharts-active {
@ -284,12 +305,13 @@
} }
.apexcharts-yaxistooltip.apexcharts-theme-dark { .apexcharts-yaxistooltip.apexcharts-theme-dark {
background: rgba(0,0,0,.7); background: rgba(0, 0, 0, .7);
border: 1px solid rgba(0,0,0,.5); border: 1px solid rgba(0, 0, 0, .5);
color: #fff color: #fff
} }
.apexcharts-yaxistooltip:after,.apexcharts-yaxistooltip:before { .apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
top: 50%; top: 50%;
border: solid transparent; border: solid transparent;
content: " "; content: " ";
@ -311,11 +333,13 @@
margin-top: -7px margin-top: -7px
} }
.apexcharts-yaxistooltip-left:after,.apexcharts-yaxistooltip-left:before { .apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
left: 100% left: 100%
} }
.apexcharts-yaxistooltip-right:after,.apexcharts-yaxistooltip-right:before { .apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
right: 100% right: 100%
} }
@ -327,8 +351,9 @@
border-left-color: #90a4ae border-left-color: #90a4ae
} }
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before { .apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,
border-left-color: rgba(0,0,0,.5) .apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
border-left-color: rgba(0, 0, 0, .5)
} }
.apexcharts-yaxistooltip-right:after { .apexcharts-yaxistooltip-right:after {
@ -339,8 +364,9 @@
border-right-color: #90a4ae border-right-color: #90a4ae
} }
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before { .apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,
border-right-color: rgba(0,0,0,.5) .apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
border-right-color: rgba(0, 0, 0, .5)
} }
.apexcharts-yaxistooltip.apexcharts-active { .apexcharts-yaxistooltip.apexcharts-active {
@ -351,13 +377,15 @@
display: none display: none
} }
.apexcharts-xcrosshairs,.apexcharts-ycrosshairs { .apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
pointer-events: none; pointer-events: none;
opacity: 0; opacity: 0;
transition: .15s ease all transition: .15s ease all
} }
.apexcharts-xcrosshairs.apexcharts-active,.apexcharts-ycrosshairs.apexcharts-active { .apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
opacity: 1; opacity: 1;
transition: .15s ease all transition: .15s ease all
} }
@ -370,27 +398,27 @@
cursor: move cursor: move
} }
.svg_select_boundingRect,.svg_select_points_rot { .svg_select_shape {
stroke-width: 1;
stroke-dasharray: 10 10;
stroke: black;
stroke-opacity: 0.1;
pointer-events: none; pointer-events: none;
opacity: 0; fill: none;
visibility: hidden
} }
.apexcharts-selection-rect+g .svg_select_boundingRect,.apexcharts-selection-rect+g .svg_select_points_rot { .svg_select_handle {
opacity: 0; stroke-width: 3;
visibility: hidden stroke: black;
fill: none;
} }
.apexcharts-selection-rect+g .svg_select_points_l,.apexcharts-selection-rect+g .svg_select_points_r { .svg_select_handle_r {
cursor: ew-resize; cursor: e-resize;
opacity: 1;
visibility: visible
} }
.svg_select_points { .svg_select_handle_l {
fill: #efefef; cursor: w-resize;
stroke: #333;
rx: 2
} }
.apexcharts-svg.apexcharts-zoomable.hovering-zoom { .apexcharts-svg.apexcharts-zoomable.hovering-zoom {
@ -401,7 +429,14 @@
cursor: move cursor: move
} }
.apexcharts-menu-icon,.apexcharts-pan-icon,.apexcharts-reset-icon,.apexcharts-selection-icon,.apexcharts-toolbar-custom-icon,.apexcharts-zoom-icon,.apexcharts-zoomin-icon,.apexcharts-zoomout-icon { .apexcharts-menu-icon,
.apexcharts-pan-icon,
.apexcharts-reset-icon,
.apexcharts-selection-icon,
.apexcharts-toolbar-custom-icon,
.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
cursor: pointer; cursor: pointer;
width: 20px; width: 20px;
height: 20px; height: 20px;
@ -410,7 +445,11 @@
text-align: center text-align: center
} }
.apexcharts-menu-icon svg,.apexcharts-reset-icon svg,.apexcharts-zoom-icon svg,.apexcharts-zoomin-icon svg,.apexcharts-zoomout-icon svg { .apexcharts-menu-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg {
fill: #6e8192 fill: #6e8192
} }
@ -419,19 +458,34 @@
transform: scale(.76) transform: scale(.76)
} }
.apexcharts-theme-dark .apexcharts-menu-icon svg,.apexcharts-theme-dark .apexcharts-pan-icon svg,.apexcharts-theme-dark .apexcharts-reset-icon svg,.apexcharts-theme-dark .apexcharts-selection-icon svg,.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,.apexcharts-theme-dark .apexcharts-zoom-icon svg,.apexcharts-theme-dark .apexcharts-zoomin-icon svg,.apexcharts-theme-dark .apexcharts-zoomout-icon svg { .apexcharts-theme-dark .apexcharts-menu-icon svg,
.apexcharts-theme-dark .apexcharts-pan-icon svg,
.apexcharts-theme-dark .apexcharts-reset-icon svg,
.apexcharts-theme-dark .apexcharts-selection-icon svg,
.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,
.apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apexcharts-theme-dark .apexcharts-zoomout-icon svg {
fill: #f3f4f5 fill: #f3f4f5
} }
.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg { .apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
fill: #008ffb fill: #008ffb
} }
.apexcharts-theme-light .apexcharts-menu-icon:hover svg,.apexcharts-theme-light .apexcharts-reset-icon:hover svg,.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg { .apexcharts-theme-light .apexcharts-menu-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
fill: #333 fill: #333
} }
.apexcharts-menu-icon,.apexcharts-selection-icon { .apexcharts-menu-icon,
.apexcharts-selection-icon {
position: relative position: relative
} }
@ -439,11 +493,14 @@
margin-left: 5px margin-left: 5px
} }
.apexcharts-menu-icon,.apexcharts-reset-icon,.apexcharts-zoom-icon { .apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
transform: scale(.85) transform: scale(.85)
} }
.apexcharts-zoomin-icon,.apexcharts-zoomout-icon { .apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
transform: scale(.7) transform: scale(.7)
} }
@ -515,21 +572,32 @@
} }
.apexcharts-theme-dark .apexcharts-menu { .apexcharts-theme-dark .apexcharts-menu {
background: rgba(0,0,0,.7); background: rgba(0, 0, 0, .7);
color: #fff color: #fff
} }
@media screen and (min-width:768px) { @media screen and (min-width:768px) {
.apexcharts-canvas:hover .apexcharts-toolbar { .apexcharts-canvas:hover .apexcharts-toolbar {
opacity: 1 opacity: 1
} }
} }
.apexcharts-canvas .apexcharts-element-hidden,.apexcharts-datalabel.apexcharts-element-hidden,.apexcharts-hide .apexcharts-series-points { .apexcharts-canvas .apexcharts-element-hidden,
opacity: 0 .apexcharts-datalabel.apexcharts-element-hidden,
.apexcharts-hide .apexcharts-series-points {
opacity: 0;
} }
.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value,.apexcharts-datalabels,.apexcharts-pie-label { .apexcharts-hidden-element-shown {
opacity: 1;
transition: 0.25s ease all;
}
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
cursor: default; cursor: default;
pointer-events: none pointer-events: none
} }
@ -542,11 +610,27 @@
animation-timing-function: ease animation-timing-function: ease
} }
.apexcharts-annotation-rect,.apexcharts-area-series .apexcharts-area,.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-gridline,.apexcharts-line,.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-point-annotation-label,.apexcharts-radar-series path,.apexcharts-radar-series polygon,.apexcharts-toolbar svg,.apexcharts-tooltip .apexcharts-marker,.apexcharts-xaxis-annotation-label,.apexcharts-yaxis-annotation-label,.apexcharts-zoom-rect { .apexcharts-radialbar-label {
cursor: pointer;
}
.apexcharts-annotation-rect,
.apexcharts-area-series .apexcharts-area,
.apexcharts-gridline,
.apexcharts-line,
.apexcharts-point-annotation-label,
.apexcharts-radar-series path:not(.apexcharts-marker),
.apexcharts-radar-series polygon,
.apexcharts-toolbar svg,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-xaxis-annotation-label,
.apexcharts-yaxis-annotation-label,
.apexcharts-zoom-rect,
.no-pointer-events {
pointer-events: none pointer-events: none
} }
.apexcharts-marker { .apexcharts-tooltip-active .apexcharts-marker {
transition: .15s ease all transition: .15s ease all
} }
@ -559,7 +643,9 @@
overflow: hidden overflow: hidden
} }
.contract-trigger:before,.resize-triggers,.resize-triggers>div { .contract-trigger:before,
.resize-triggers,
.resize-triggers>div {
content: " "; content: " ";
display: block; display: block;
position: absolute; position: absolute;
@ -579,3 +665,15 @@
width: 200%; width: 200%;
height: 200% height: 200%
} }
.apexcharts-bar-goals-markers {
pointer-events: none
}
.apexcharts-bar-shadows {
pointer-events: none
}
.apexcharts-rangebar-goals-markers {
pointer-events: none
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,55 @@
{
"name": "be-cyrl",
"options": {
"months": [
"Студзень",
"Люты",
"Сакавік",
"Красавік",
"Травень",
"Чэрвень",
"Ліпень",
"Жнівень",
"Верасень",
"Кастрычнік",
"Лістапад",
"Сьнежань"
],
"shortMonths": [
"Сту",
"Лют",
"Сак",
"Кра",
"Тра",
"Чэр",
"Ліп",
"Жні",
"Вер",
"Кас",
"Ліс",
"Сьн"
],
"days": [
"Нядзеля",
"Панядзелак",
"Аўторак",
"Серада",
"Чацьвер",
"Пятніца",
"Субота"
],
"shortDays": ["Нд", "Пн", "Аў", "Ср", "Чц", "Пт", "Сб"],
"toolbar": {
"exportToSVG": "Спампаваць SVG",
"exportToPNG": "Спампаваць PNG",
"exportToCSV": "Спампаваць CSV",
"menu": "Мэню",
"selection": "Вылучэньне",
"selectionZoom": "Вылучэньне з маштабаваньнем",
"zoomIn": "Наблізіць",
"zoomOut": "Аддаліць",
"pan": "Ссоўваньне",
"reset": "Скінуць маштабаваньне"
}
}
}

View file

@ -0,0 +1,55 @@
{
"name": "be-latn",
"options": {
"months": [
"Studzień",
"Luty",
"Sakavik",
"Krasavik",
"Travień",
"Červień",
"Lipień",
"Žnivień",
"Vierasień",
"Kastryčnik",
"Listapad",
"Śniežań"
],
"shortMonths": [
"Stu",
"Lut",
"Sak",
"Kra",
"Tra",
"Čer",
"Lip",
"Žni",
"Vie",
"Kas",
"Lis",
"Śni"
],
"days": [
"Niadziela",
"Paniadziełak",
"Aŭtorak",
"Sierada",
"Čaćvier",
"Piatnica",
"Subota"
],
"shortDays": ["Nd", "Pn", "Aŭ", "Sr", "Čć", "Pt", "Sb"],
"toolbar": {
"exportToSVG": "Spampavać SVG",
"exportToPNG": "Spampavać PNG",
"exportToCSV": "Spampavać CSV",
"menu": "Meniu",
"selection": "Vyłučeńnie",
"selectionZoom": "Vyłučeńnie z maštabavańniem",
"zoomIn": "Nablizić",
"zoomOut": "Addalić",
"pan": "Ssoŭvańnie",
"reset": "Skinuć maštabavańnie"
}
}
}

View file

@ -0,0 +1,55 @@
{
"name": "da",
"options": {
"months": [
"januar",
"februar",
"marts",
"april",
"maj",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"december"
],
"shortMonths": [
"jan",
"feb",
"mar",
"apr",
"maj",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"dec"
],
"days": [
"Søndag",
"Mandag",
"Tirsdag",
"Onsdag",
"Torsdag",
"Fredag",
"Lørdag"
],
"shortDays": ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør"],
"toolbar": {
"exportToSVG": "Download SVG",
"exportToPNG": "Download PNG",
"exportToCSV": "Download CSV",
"menu": "Menu",
"selection": "Valg",
"selectionZoom": "Zoom til valg",
"zoomIn": "Zoom ind",
"zoomOut": "Zoom ud",
"pan": "Panorér",
"reset": "Nulstil zoom"
}
}
}

View file

@ -0,0 +1,63 @@
{
"name": "ms",
"options": {
"months": [
"Januari",
"Februari",
"Mac",
"April",
"Mei",
"Jun",
"Julai",
"Ogos",
"September",
"Oktober",
"November",
"Disember"
],
"shortMonths": [
"Jan",
"Feb",
"Mac",
"Apr",
"Mei",
"Jun",
"Jul",
"Ogos",
"Sep",
"Okt",
"Nov",
"Dis"
],
"days": [
"Ahad",
"Isnin",
"Selasa",
"Rabu",
"Khamis",
"Jumaat",
"Sabtu"
],
"shortDays": [
"Ahd",
"Isn",
"Sel",
"Rab",
"Kha",
"Jum",
"Sab"
],
"toolbar": {
"exportToSVG": "Muat turun SVG",
"exportToPNG": "Muat turun PNG",
"exportToCSV": "Muat turun CSV",
"menu": "Menu",
"selection": "Pilihan",
"selectionZoom": "Zum Pilihan",
"zoomIn": "Zoom Masuk",
"zoomOut": "Zoom Keluar",
"pan": "Pemusingan",
"reset": "Tetapkan Semula Zum"
}
}
}

View file

@ -2,43 +2,51 @@
"name": "nl", "name": "nl",
"options": { "options": {
"months": [ "months": [
"Januari", "januari",
"Februari", "februari",
"Maart", "maart",
"April", "april",
"Mei", "mei",
"Juni", "juni",
"Juli", "juli",
"Augustus", "augustus",
"September", "september",
"Oktober", "oktober",
"November", "november",
"December" "december"
], ],
"shortMonths": [ "shortMonths": [
"Jan", "jan.",
"Feb", "feb.",
"Mrt", "mrt.",
"Apr", "apr.",
"Mei", "mei.",
"Jun", "jun.",
"Jul", "jul.",
"Aug", "aug.",
"Sep", "sep.",
"Okt", "okt.",
"Nov", "nov.",
"Dec" "dec."
], ],
"days": [ "days": [
"Zondag", "zondag",
"Maandag", "maandag",
"Dinsdag", "dinsdag",
"Woensdag", "woensdag",
"Donderdag", "donderdag",
"Vrijdag", "vrijdag",
"Zaterdag" "zaterdag"
],
"shortDays": [
"zo.",
"ma.",
"di.",
"wo.",
"do.",
"vr.",
"za."
], ],
"shortDays": ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za"],
"toolbar": { "toolbar": {
"exportToSVG": "Download SVG", "exportToSVG": "Download SVG",
"exportToPNG": "Download PNG", "exportToPNG": "Download PNG",
@ -52,4 +60,4 @@
"reset": "Standaardwaarden" "reset": "Standaardwaarden"
} }
} }
} }

View file

@ -40,9 +40,9 @@
], ],
"shortDays": ["Do", "Se", "Te", "Qa", "Qi", "Sx", "Sa"], "shortDays": ["Do", "Se", "Te", "Qa", "Qi", "Sx", "Sa"],
"toolbar": { "toolbar": {
"exportToSVG": "Baixar SVG", "exportToSVG": "Transferir SVG",
"exportToPNG": "Baixar PNG", "exportToPNG": "Transferir PNG",
"exportToCSV": "Baixar CSV", "exportToCSV": "Transferir CSV",
"menu": "Menu", "menu": "Menu",
"selection": "Selecionar", "selection": "Selecionar",
"selectionZoom": "Zoom: Selecionar", "selectionZoom": "Zoom: Selecionar",

View file

@ -0,0 +1,55 @@
{
"name": "ru",
"options": {
"months": [
"Январь",
"Февраль",
"Март",
"Апрель",
"Май",
"Июнь",
"Июль",
"Август",
"Сентябрь",
"Октябрь",
"Ноябрь",
"Декабрь"
],
"shortMonths": [
"Янв",
"Фев",
"Мар",
"Апр",
"Май",
"Июн",
"Июл",
"Авг",
"Сен",
"Окт",
"Ноя",
"Дек"
],
"days": [
"Воскресенье",
"Понедельник",
"Вторник",
"Среда",
"Четверг",
"Пятница",
"Суббота"
],
"shortDays": ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"],
"toolbar": {
"exportToSVG": "Сохранить SVG",
"exportToPNG": "Сохранить PNG",
"exportToCSV": "Сохранить CSV",
"menu": "Меню",
"selection": "Выбор",
"selectionZoom": "Выбор с увеличением",
"zoomIn": "Увеличить",
"zoomOut": "Уменьшить",
"pan": "Перемещение",
"reset": "Сбросить увеличение"
}
}
}

View file

@ -0,0 +1,63 @@
{
"name": "vi",
"options": {
"months": [
"Tháng 01",
"Tháng 02",
"Tháng 03",
"Tháng 04",
"Tháng 05",
"Tháng 06",
"Tháng 07",
"Tháng 08",
"Tháng 09",
"Tháng 10",
"Tháng 11",
"Tháng 12"
],
"shortMonths": [
"Th01",
"Th02",
"Th03",
"Th04",
"Th05",
"Th06",
"Th07",
"Th08",
"Th09",
"Th10",
"Th11",
"Th12"
],
"days": [
"Chủ nhật",
"Thứ hai",
"Thứ ba",
"Thứ Tư",
"Thứ năm",
"Thứ sáu",
"Thứ bảy"
],
"shortDays": [
"CN",
"T2",
"T3",
"T4",
"T5",
"T6",
"T7"
],
"toolbar": {
"exportToSVG": "Tải xuống SVG",
"exportToPNG": "Tải xuống PNG",
"exportToCSV": "Tải xuống CSV",
"menu": "Tuỳ chọn",
"selection": "Vùng chọn",
"selectionZoom": "Vùng chọn phóng to",
"zoomIn": "Phóng to",
"zoomOut": "Thu nhỏ",
"pan": "Di chuyển",
"reset": "Đặt lại thu phóng"
}
}
}

View file

@ -43,7 +43,7 @@
"exportToSVG": "下載 SVG", "exportToSVG": "下載 SVG",
"exportToPNG": "下載 PNG", "exportToPNG": "下載 PNG",
"exportToCSV": "下載 CSV", "exportToCSV": "下載 CSV",
"menu": "單", "menu": "單",
"selection": "選擇", "selection": "選擇",
"selectionZoom": "選擇縮放", "selectionZoom": "選擇縮放",
"zoomIn": "放大", "zoomIn": "放大",