mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
i18n: tx pull
This commit is contained in:
parent
7ff7129b31
commit
48e69e5899
2 changed files with 33 additions and 2 deletions
4
dist/templates/about/faq.html.hbs
vendored
4
dist/templates/about/faq.html.hbs
vendored
|
@ -214,8 +214,8 @@
|
|||
to process the key:
|
||||
</p>
|
||||
<blockquote>
|
||||
$ gpg --receive-keys A2604867523C7ED8<br />
|
||||
gpg: key A2604867523C7ED8: no user ID
|
||||
$ gpg --receive-keys EB85BB5FA33A75E15E944E63F231550C4F47E38E<br />
|
||||
gpg: key EB85BB5FA33A75E15E944E63F231550C4F47E38E: no user ID
|
||||
</blockquote>
|
||||
<p>
|
||||
We are working with the GnuPG team to resolve this problem.
|
||||
|
|
31
templates-translated/fr/about/stats.html.hbs
Normal file
31
templates-translated/fr/about/stats.html.hbs
Normal file
|
@ -0,0 +1,31 @@
|
|||
<div class="about">
|
||||
<center><h2>
|
||||
<a href="/about">À propos</a> | <a href="/about/news">Nouvelles</a> | <a href="/about/usage">Utilisation</a> | <a href="/about/faq">FAQ</a> | Statistiques | <a href="/about/privacy">Protection des données</a>
|
||||
</h2></center>
|
||||
|
||||
<h3>Adresses courriel confirmées</h3>
|
||||
|
||||
<p>Une statistique simple du nombre total d’adresses courriel qui sont actuellement confirmées. 📈</p>
|
||||
|
||||
<p>
|
||||
</p>
|
||||
<center><img src="/about/stats/month.png"></center>
|
||||
|
||||
<p>
|
||||
</p>
|
||||
<center><img src="/about/stats/year.png"></center>
|
||||
|
||||
|
||||
<h3>Charge moyenne</h3>
|
||||
|
||||
<p>La « charge moyenne » d’un serveur traduit son niveau d’occupation. En termes simples :</p>
|
||||
<ul>
|
||||
<li>0.0 signifie que l’hôte <span class="brand">keys.openpgp.org</span> est au repos</li>
|
||||
<li>1.0 signifie qu’il est assez occupé</li>
|
||||
<li>4.0 et plus qu’il est en feu 🔥</li>
|
||||
</ul>
|
||||
<p>
|
||||
</p>
|
||||
<center><img src="/about/stats/load_week.png"></center>
|
||||
|
||||
</div>
|
Loading…
Reference in a new issue