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: f0015970ba138ebf3c8892897c6bf11499bcc43f (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",41],["ast.po",191],["bg.po",109],["bn.po",6],["bs.po",190],["ca.po",358],["ca@valencia.po",109],["cs.po",641],["da.po",641],["de.po",641],["el.po",191],["en_AU.po",197],["en_GB.po",197],["es.po",480],["es_VE.po",357],["et.po",102],["eu.po",190],["fi.po",639],["fr.po",634],["gl.po",191],["he.po",641],["hr.po",631],["hu.po",384],["id.po",36],["ie.po",329],["it.po",638],["ja.po",198],["kk.po",55],["km.po",58],["kn.po",6],["ko.po",191],["lt.po",191],["lv.po",191],["ms.po",191],["my.po",14],["nb.po",529],["nl.po",251],["oc.po",191],["pl.po",226],["pt.po",191],["pt_BR.po",641],["pt_PT.po",225],["ro.po",191],["ru.po",443],["shn.po",0],["si.po",37],["sk.po",98],["sl.po",191],["sq.po",87],["sr.po",103],["sv.po",267],["te.po",4],["th.po",104],["tr.po",641],["ug.po",190],["uk.po",202],["uz@cyrillic.po",303],["zh_CN.po",409],["zh_TW.po",597]] },
                        { name: "Fuzzy", data: [["ar.po",0],["ast.po",55],["bg.po",45],["bn.po",5],["bs.po",56],["ca.po",38],["ca@valencia.po",45],["cs.po",1],["da.po",1],["de.po",1],["el.po",55],["en_AU.po",56],["en_GB.po",56],["es.po",123],["es_VE.po",115],["et.po",29],["eu.po",56],["fi.po",1],["fr.po",2],["gl.po",55],["he.po",1],["hr.po",5],["hu.po",138],["id.po",9],["ie.po",9],["it.po",1],["ja.po",56],["kk.po",36],["km.po",18],["kn.po",1],["ko.po",55],["lt.po",55],["lv.po",55],["ms.po",55],["my.po",4],["nb.po",113],["nl.po",91],["oc.po",55],["pl.po",53],["pt.po",55],["pt_BR.po",1],["pt_PT.po",65],["ro.po",55],["ru.po",162],["shn.po",0],["si.po",10],["sk.po",45],["sl.po",55],["sq.po",20],["sr.po",41],["sv.po",112],["te.po",1],["th.po",45],["tr.po",1],["ug.po",56],["uk.po",55],["uz@cyrillic.po",61],["zh_CN.po",152],["zh_TW.po",38]] },
                        { name: "Untranslated", data: [["ar.po",601],["ast.po",396],["bg.po",488],["bn.po",631],["bs.po",396],["ca.po",246],["ca@valencia.po",488],["cs.po",0],["da.po",0],["de.po",0],["el.po",396],["en_AU.po",389],["en_GB.po",389],["es.po",39],["es_VE.po",170],["et.po",511],["eu.po",396],["fi.po",2],["fr.po",6],["gl.po",396],["he.po",0],["hr.po",6],["hu.po",120],["id.po",597],["ie.po",304],["it.po",3],["ja.po",388],["kk.po",551],["km.po",566],["kn.po",635],["ko.po",396],["lt.po",396],["lv.po",396],["ms.po",396],["my.po",624],["nb.po",0],["nl.po",300],["oc.po",396],["pl.po",363],["pt.po",396],["pt_BR.po",0],["pt_PT.po",352],["ro.po",396],["ru.po",37],["shn.po",642],["si.po",595],["sk.po",499],["sl.po",396],["sq.po",535],["sr.po",498],["sv.po",263],["te.po",637],["th.po",493],["tr.po",0],["ug.po",396],["uk.po",385],["uz@cyrillic.po",278],["zh_CN.po",81],["zh_TW.po",7]] }
                    ],
                    { max: 642, stacked: true }
                );
            </script>
            <!--#include virtual="howto-i18n.html" -->
        </div>
    </body>
</html>