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: ee32dda28af04c3f0b64bcee61ea425d5a6bbfcc (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",40],["ast.po",166],["bg.po",91],["bn.po",6],["bs.po",165],["ca.po",316],["ca@valencia.po",91],["cs.po",539],["da.po",539],["de.po",539],["el.po",166],["en_AU.po",172],["en_GB.po",172],["es.po",408],["es_VE.po",311],["et.po",99],["eu.po",165],["fi.po",537],["fr.po",533],["gl.po",166],["he.po",557],["hr.po",530],["hu.po",337],["id.po",36],["ie.po",294],["it.po",536],["ja.po",173],["kk.po",53],["km.po",57],["kn.po",6],["ko.po",166],["lt.po",166],["lv.po",166],["ms.po",166],["my.po",13],["nb.po",457],["nl.po",218],["oc.po",166],["pl.po",200],["pt.po",166],["pt_BR.po",540],["pt_PT.po",199],["ro.po",166],["ru.po",388],["shn.po",0],["si.po",37],["sk.po",80],["sl.po",166],["sq.po",81],["sr.po",97],["sv.po",250],["te.po",4],["th.po",86],["tr.po",541],["ug.po",165],["uk.po",177],["uz@cyrillic.po",258],["zh_CN.po",359],["zh_TW.po",513]] },
                        { name: "Fuzzy", data: [["ar.po",3],["ast.po",94],["bg.po",74],["bn.po",6],["bs.po",95],["ca.po",92],["ca@valencia.po",74],["cs.po",95],["da.po",95],["de.po",95],["el.po",94],["en_AU.po",95],["en_GB.po",95],["es.po",187],["es_VE.po",161],["et.po",42],["eu.po",95],["fi.po",95],["fr.po",95],["gl.po",94],["he.po",77],["hr.po",98],["hu.po",184],["id.po",10],["ie.po",79],["it.po",95],["ja.po",95],["kk.po",63],["km.po",22],["kn.po",1],["ko.po",94],["lt.po",94],["lv.po",94],["ms.po",94],["my.po",4],["nb.po",177],["nl.po",130],["oc.po",94],["pl.po",93],["pt.po",94],["pt_BR.po",94],["pt_PT.po",104],["ro.po",94],["ru.po",209],["shn.po",0],["si.po",11],["sk.po",74],["sl.po",94],["sq.po",33],["sr.po",69],["sv.po",175],["te.po",1],["th.po",74],["tr.po",93],["ug.po",95],["uk.po",94],["uz@cyrillic.po",111],["zh_CN.po",195],["zh_TW.po",114]] },
                        { name: "Untranslated", data: [["ar.po",602],["ast.po",385],["bg.po",480],["bn.po",633],["bs.po",385],["ca.po",237],["ca@valencia.po",480],["cs.po",11],["da.po",11],["de.po",11],["el.po",385],["en_AU.po",378],["en_GB.po",378],["es.po",50],["es_VE.po",173],["et.po",504],["eu.po",385],["fi.po",13],["fr.po",17],["gl.po",385],["he.po",11],["hr.po",17],["hu.po",124],["id.po",599],["ie.po",272],["it.po",14],["ja.po",377],["kk.po",529],["km.po",566],["kn.po",638],["ko.po",385],["lt.po",385],["lv.po",385],["ms.po",385],["my.po",628],["nb.po",11],["nl.po",297],["oc.po",385],["pl.po",352],["pt.po",385],["pt_BR.po",11],["pt_PT.po",342],["ro.po",385],["ru.po",48],["shn.po",645],["si.po",597],["sk.po",491],["sl.po",385],["sq.po",531],["sr.po",479],["sv.po",220],["te.po",640],["th.po",485],["tr.po",11],["ug.po",385],["uk.po",374],["uz@cyrillic.po",276],["zh_CN.po",91],["zh_TW.po",18]] }
                    ],
                    { max: 645, stacked: true }
                );
            </script>
            <!--#include virtual="howto-i18n.html" -->
        </div>
    </body>
</html>