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: f6a7ebfc0489a8cda5a86d5f647c99a165c68dcb (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",67],["ast.po",164],["bg.po",98],["bn.po",12],["bs.po",163],["ca.po",314],["ca@valencia.po",91],["cs.po",551],["da.po",551],["de.po",531],["el.po",188],["en_AU.po",170],["en_GB.po",172],["es.po",402],["es_VE.po",309],["et.po",102],["eu.po",166],["fi.po",551],["fr.po",551],["gl.po",173],["he.po",550],["hr.po",522],["hu.po",336],["id.po",52],["ie.po",292],["it.po",530],["ja.po",189],["kk.po",53],["km.po",56],["kn.po",11],["ko.po",181],["lt.po",164],["lv.po",164],["ms.po",166],["my.po",13],["nb.po",453],["nl.po",231],["oc.po",164],["pl.po",212],["pt.po",189],["pt_BR.po",551],["pt_PT.po",205],["ro.po",171],["ru.po",641],["shn.po",0],["si.po",37],["sk.po",80],["sl.po",166],["sq.po",86],["sr.po",115],["sv.po",277],["te.po",14],["th.po",89],["tr.po",550],["ug.po",163],["uk.po",193],["uz@cyrillic.po",256],["zh_CN.po",360],["zh_TW.po",505]] },
                        { name: "Fuzzy", data: [["ar.po",3],["ast.po",98],["bg.po",76],["bn.po",6],["bs.po",99],["ca.po",98],["ca@valencia.po",76],["cs.po",83],["da.po",83],["de.po",102],["el.po",98],["en_AU.po",99],["en_GB.po",99],["es.po",194],["es_VE.po",165],["et.po",45],["eu.po",99],["fi.po",83],["fr.po",83],["gl.po",98],["he.po",84],["hr.po",106],["hu.po",188],["id.po",11],["ie.po",82],["it.po",102],["ja.po",99],["kk.po",64],["km.po",24],["kn.po",1],["ko.po",98],["lt.po",98],["lv.po",98],["ms.po",98],["my.po",4],["nb.po",181],["nl.po",134],["oc.po",98],["pl.po",96],["pt.po",98],["pt_BR.po",83],["pt_PT.po",108],["ro.po",98],["ru.po",4],["shn.po",0],["si.po",11],["sk.po",76],["sl.po",98],["sq.po",34],["sr.po",72],["sv.po",301],["te.po",1],["th.po",75],["tr.po",84],["ug.po",99],["uk.po",98],["uz@cyrillic.po",115],["zh_CN.po",198],["zh_TW.po",122]] },
                        { name: "Untranslated", data: [["ar.po",575],["ast.po",383],["bg.po",471],["bn.po",627],["bs.po",383],["ca.po",233],["ca@valencia.po",478],["cs.po",11],["da.po",11],["de.po",12],["el.po",359],["en_AU.po",376],["en_GB.po",374],["es.po",49],["es_VE.po",171],["et.po",498],["eu.po",380],["fi.po",11],["fr.po",11],["gl.po",374],["he.po",11],["hr.po",17],["hu.po",121],["id.po",582],["ie.po",271],["it.po",13],["ja.po",357],["kk.po",528],["km.po",565],["kn.po",633],["ko.po",366],["lt.po",383],["lv.po",383],["ms.po",381],["my.po",628],["nb.po",11],["nl.po",280],["oc.po",383],["pl.po",337],["pt.po",358],["pt_BR.po",11],["pt_PT.po",332],["ro.po",376],["ru.po",0],["shn.po",645],["si.po",597],["sk.po",489],["sl.po",381],["sq.po",525],["sr.po",458],["sv.po",67],["te.po",630],["th.po",481],["tr.po",11],["ug.po",383],["uk.po",354],["uz@cyrillic.po",274],["zh_CN.po",87],["zh_TW.po",18]] }
                    ],
                    { max: 645, stacked: true }
                );
            </script>
            <!--#include virtual="howto-i18n.html" -->
        </div>
    </body>
</html>