Welcome to mirror list, hosted at ThFree Co, Russian Federation.

postats.html « reports « data - gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31dfde39f661d7e3d85eab5f0cf07dc01a6d2813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title>Remmina Translation Status</title>
        <script type="text/javascript" src="chartkick.min.js"></script>
        <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.js"></script>
        <script type="text/javascript">
            Chartkick.CustomChart = function (element, dataSource, options) {
            };
        </script>
        <style type="text/css">
            body {
                padding: 20px;
                margin: 0;
                font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
            }
            h1 {
                text-align: center;
            }
            .container-fluid {
                max-width: 900px;
                margin-left: auto;
                margin-right: auto;
            }
            #multiple-bar-stacked {
                height: 750px;
            }
        </style>
    </head>
    <body>
        <div class="container-fluid">
            <h1>Remmina Translation Status</h1>
            <div id="multiple-bar-stacked"></div>
            <script type="text/javascript">
                new Chartkick.BarChart(
                    "multiple-bar-stacked", [
                        { name: "Translated", data: [["ar.po",1],["ast.po",220],["bg.po",135],["bn.po",7],["bs.po",220],["ca.po",220],["ca@valencia.po",135],["cs.po",282],["da.po",580],["de.po",580],["el.po",220],["en_AU.po",229],["en_GB.po",229],["es.po",464],["es_VE.po",471],["et.po",112],["eu.po",220],["fi.po",172],["fr.po",580],["gl.po",220],["he.po",220],["hr.po",12],["hu.po",527],["id.po",39],["it.po",580],["ja.po",220],["kk.po",71],["km.po",62],["kn.po",6],["ko.po",220],["lt.po",220],["lv.po",220],["ms.po",220],["my.po",14],["nb.po",220],["nl.po",220],["oc.po",220],["pl.po",209],["pt.po",220],["pt_BR.po",220],["pt_PT.po",220],["ro.po",220],["ru.po",543],["shn.po",0],["si.po",40],["sk.po",120],["sl.po",220],["sq.po",93],["sr.po",120],["sv.po",194],["te.po",4],["th.po",128],["tr.po",574],["ug.po",220],["uk.po",220],["uz@cyrillic.po",306],["zh_CN.po",574],["zh_TW.po",220]] },
                        { name: "Fuzzy", data: [["ar.po",0],["ast.po",0],["bg.po",0],["bn.po",0],["bs.po",0],["ca.po",0],["ca@valencia.po",0],["cs.po",0],["da.po",0],["de.po",0],["el.po",0],["en_AU.po",0],["en_GB.po",0],["es.po",0],["es_VE.po",0],["et.po",0],["eu.po",0],["fi.po",0],["fr.po",0],["gl.po",0],["he.po",0],["hr.po",0],["hu.po",0],["id.po",0],["it.po",0],["ja.po",0],["kk.po",0],["km.po",0],["kn.po",0],["ko.po",0],["lt.po",0],["lv.po",0],["ms.po",0],["my.po",0],["nb.po",0],["nl.po",0],["oc.po",0],["pl.po",0],["pt.po",0],["pt_BR.po",0],["pt_PT.po",0],["ro.po",0],["ru.po",0],["shn.po",0],["si.po",0],["sk.po",0],["sl.po",0],["sq.po",0],["sr.po",0],["sv.po",0],["te.po",0],["th.po",0],["tr.po",0],["ug.po",0],["uk.po",0],["uz@cyrillic.po",0],["zh_CN.po",0],["zh_TW.po",0]] },
                        { name: "Untranslated", data: [["ar.po",579],["ast.po",360],["bg.po",445],["bn.po",573],["bs.po",360],["ca.po",360],["ca@valencia.po",445],["cs.po",298],["da.po",0],["de.po",0],["el.po",360],["en_AU.po",351],["en_GB.po",351],["es.po",116],["es_VE.po",109],["et.po",468],["eu.po",360],["fi.po",408],["fr.po",0],["gl.po",360],["he.po",360],["hr.po",568],["hu.po",53],["id.po",541],["it.po",0],["ja.po",360],["kk.po",509],["km.po",518],["kn.po",574],["ko.po",360],["lt.po",360],["lv.po",360],["ms.po",360],["my.po",566],["nb.po",360],["nl.po",360],["oc.po",360],["pl.po",371],["pt.po",360],["pt_BR.po",360],["pt_PT.po",360],["ro.po",360],["ru.po",37],["shn.po",580],["si.po",540],["sk.po",460],["sl.po",360],["sq.po",487],["sr.po",460],["sv.po",386],["te.po",576],["th.po",452],["tr.po",6],["ug.po",360],["uk.po",360],["uz@cyrillic.po",274],["zh_CN.po",6],["zh_TW.po",360]] }
                    ],
                    { max: 580, stacked: true }
                );
            </script>
            <!--#include virtual="howto-i18n.html" -->
        </div>
    </body>
</html>