public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] squid-graph 3.2: Proxy Graphs rebuilt (V2)
Date: Fri, 20 Oct 2017 18:43:24 +0200	[thread overview]
Message-ID: <323b398e-88e6-7328-2a04-949eee23dfc8@ipfire.org> (raw)
In-Reply-To: <1507559329.4045.18.camel@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

Hi,

On 09.10.2017 16:28, Michael Tremer wrote:
> But why is it half German and half English? Any chance we can localise the squid
> graph sections?!
> ...

Done.

Localization was easy, but now I'm taking a few days off (from
22.2.17-6.11.17 => 54° 43′ N, 8° 24′ O). ;-))

So it would be really nice if someone would check the translations and
give his/her(?) OK for that, before I push this (Language files are
attached).

Best,
Matthias





[-- Attachment #2: squid-graph.de.pl --]
[-- Type: text/plain, Size: 2204 bytes --]

%tr = (
%tr,

'24hseconds' => '86400 Sekunden',
'analysis duration' => 'Analyse - Dauer',
'analysis speed' => 'Analyse - Geschwindigkeit',
'average accesses' => 'Zugriffe - Durchschnitt',
'average cache hits' => 'Cache-Treffer - Durchschnitt',
'average cache ims hits' => 'Cache-Treffer - IMS-Durchschnitt',
'average cache misses' => 'Cache verfehlt - Durchschnitt',
'average transfers' => 'Transfers - Durchschnitt',
'avg cache hit duration' => 'Cache-Dauer (Treffer)',
'avg cache miss duration' => 'Cache-Dauer (verfehlt)',
'avg transfer duration' => 'Transfer-Dauer',
'cumulative graph of tcp accesses' => 'Diagramm der TCP-Zugriffe (Zusammenfassung)',
'cumulative graph of tcp transfers' => 'Diagramm der TCP-Transfers (Zusammenfassung)',
'cumulative graph of udp accesses' => 'Diagramm der UDP-Zugriffe (Zusammenfassung)',
'cumulative graph of udp transfers' => 'Diagramm der UDP-Transfers (Zusammenfassung)',
'errors' => 'Fehler',
'generated' => 'Erstellt',
'graph domain' => 'Diagramm - Zeitraum',
'graph end' => 'Diagramm - Ende',
'graph of average tcp transfer duration' => 'Diagramm der TCP-Transfer-Dauer (Durchschnitt)',
'graph of average udp transfer duration' => 'Diagramm der UDP-Transfer-Dauer (Durchschnitt)',
'graph of tcp accesses' => 'Diagramm der TCP-Zugriffe (alle 5 Minuten)',
'graph of tcp transfers' => 'Diagramm der TCP-Transfers (alle 5 Minuten)',
'graph of udp accesses' => 'Diagramm der UDP-Zugriffe (alle 5 Minuten)',
'graph of udp transfers' => 'Diagramm der UDP-Transfers (alle 5 Minuten)',
'graph start' => 'Diagramm - Start',
'hours' => 'Stunden',
'lines analyzed' => 'Analysierte Zeilen<br />(access.log)',
'lines sec' => 'Zeilen/Sekunde',
'lines' => 'Zeilen',
'percent cache hits' => 'Cache-Treffer - Prozent',
'percent cache misses' => 'Cache verfehlt - Prozent',
'per hour' => 'pro Stunde',
'proxy access graphs' => 'Diagramme zur Proxyauslastung',
'seconds' => 'Sekunde(n)',
'ssproxy graphs' => 'Proxy-Diagramme',
'total accesses' => 'Zugriffe  - gesamt',
'total cache hits' => 'Cache-Treffer - gesamt',
'total cache ims hits' => 'Cache-Treffer - IMS gesamt',
'total cache misses' => 'Cache verfehlt - gesamt',
'total transfers' => 'Transfers  - gesamt',

);

#EOF

[-- Attachment #3: squid-graph.en.pl --]
[-- Type: text/plain, Size: 1998 bytes --]

%tr = (
%tr,

'24hseconds' => '86400 seconds',
'analysis duration' => 'Analysis Duration',
'analysis speed' => 'Analysis Speed',
'average accesses' => 'Average Accesses',
'average cache hits' => 'Average Cache Hits',
'average cache ims hits' => 'Average Cache IMS Hits',
'average cache misses' => 'Average Cache Misses',
'average transfers' => 'Average Transfers',
'avg cache hit duration' => 'Avg. Cache Hit Duration',
'avg cache miss duration' => 'Avg. Cache Miss Duration',
'avg transfer duration' => 'Avg. Transfer Duration',
'cumulative graph of tcp accesses' => 'Cumulative graph of TCP Accesses',
'cumulative graph of tcp transfers' => 'Cumulative graph of TCP Transfers',
'cumulative graph of udp accesses' => 'Cumulative graph of UDP Accesses',
'cumulative graph of udp transfers' => 'Cumulative graph of UDP Transfers',
'errors' => 'error(s)',
'generated' => 'Generated',
'graph domain' => 'Graph Domain',
'graph end' => 'Graph End',
'graph of average tcp transfer duration' => 'Graph of Average TCP Transfer Duration',
'graph of average udp transfer duration' => 'Graph of Average UDP Transfer Duration',
'graph of tcp accesses' => 'Graph of TCP Accesses (5 minute total)',
'graph of tcp transfers' => 'Graph of TCP Transfers (5 minute total)',
'graph of udp accesses' => 'Graph of UDP Accesses (5 minute total)',
'graph of udp transfers' => 'Graph of UDP Transfers (5 minute total)',
'graph start' => 'Graph Start',
'hours' => 'hours',
'lines analyzed' => 'Lines analyzed<br />(access.log)',
'lines sec' => 'lines/sec',
'lines' => 'lines',
'percent cache hits' => '% Cache Hits',
'percent cache misses' => '% Cache Misses',
'per hour' => 'per hour',
'proxy access graphs' => 'Proxy access graphs',
'seconds' => 'second(s)',
'ssproxy graphs' => 'Proxy Graphs',
'total accesses' => 'Total Accesses',
'total cache hits' => 'Total Cache Hits',
'total cache ims hits' => 'Total Cache IMS Hits',
'total cache misses' => 'Total Cache Misses',
'total transfers' => 'Total Transfers',

);

#EOF

  parent reply	other threads:[~2017-10-20 16:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <62cb9412-59bd-233e-b9fd-f60d46bc5013@ipfire.org>
2017-10-09 14:28 ` Michael Tremer
2017-10-09 18:19   ` Matthias Fischer
2017-10-20 16:43   ` Matthias Fischer [this message]
2017-10-23 14:29     ` Michael Tremer
2017-09-29  6:50 Matthias Fischer
2017-10-04 16:36 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=323b398e-88e6-7328-2a04-949eee23dfc8@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox