From: eol Date: Mon, 13 Apr 2026 13:40:05 +0000 (+0200) Subject: edition de l'url pour la bande passante X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/commitdiff_plain/HEAD?ds=inline;hp=088f980492558a30089fe64cb908e27084647eec edition de l'url pour la bande passante --- diff --git a/Donnez.en.po b/Donnez.en.po index 2080163..c7003be 100644 --- a/Donnez.en.po +++ b/Donnez.en.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Nos oignons website\n" -"POT-Creation-Date: 2026-04-06 19:13+0200\n" +"POT-Creation-Date: 2026-04-06 19:14+0200\n" "PO-Revision-Date: 2025-10-12 22:44+0200\n" "Last-Translator: Lunar \n" "Language-Team: French \n" @@ -451,8 +451,13 @@ msgid "" msgstr "" #. type: Content of:

+#, fuzzy +#| msgid "" +#| "2 :  Les oignons " +#| "pleins représentent les dons reçus. Les oignons hachurés représentent les " +#| "promesses de dons." msgid "" -"2 :  Les oignons " +"1 :  Les oignons " "pleins représentent les dons reçus. Les oignons hachurés représentent les " "promesses de dons." msgstr "" @@ -467,7 +472,7 @@ msgstr "" #| "Dernière mise à jour : [[!inline pagenames=\"data/last-update\" " #| "raw=\"yes\"]]" msgid "" -"1 :  " +"2 :  " "Dernière mise à jour : décembre 2025" msgstr "" "1 :  Last " diff --git a/assets/bw_graphs.js b/assets/bw_graphs.js index 154ce79..827c0e0 100644 --- a/assets/bw_graphs.js +++ b/assets/bw_graphs.js @@ -35,7 +35,7 @@ BwDrawer.read_stack = d3.layout.stack() BwDrawer.write_stack = d3.layout.stack() .values(function(d) { return d.write_values; }); -BwDrawer.onionoo_url = "https://onionoo.torproject.org/bandwidth?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3%20Nos%20oignons%20-%2017WLwtW63FrHeMAEVkALnwhfmizBxGXDW1%20email:adminsys[]nos-oignons.net%20url:https://nos-oignons.net%20proof:uri-rsa%20ciissversion:2"; +BwDrawer.onionoo_url = "https://onionoo.torproject.org/bandwidth?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3"; BwDrawer.periods = [ { id: "6_months", label: L10n.t_6_months }, diff --git a/assets/pie_graphs.js b/assets/pie_graphs.js index 7a6e8b7..da836c2 100644 --- a/assets/pie_graphs.js +++ b/assets/pie_graphs.js @@ -19,7 +19,7 @@ PieDrawer.pie = d3.layout.pie() .sort(null) .value(function(d) { return d.frac; }); -PieDrawer.onionoo_url = "https://onionoo.torproject.org/details?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3%20Nos%20oignons%20-%2017WLwtW63FrHeMAEVkALnwhfmizBxGXDW1%20email:adminsys[]nos-oignons.net%20url:https://nos-oignons.net%20proof:uri-rsa%20ciissversion:2"; +PieDrawer.onionoo_url = "https://onionoo.torproject.org/details?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3"; PieDrawer.prototype.getFieldName = undefined; diff --git a/assets/weights_graphs.js b/assets/weights_graphs.js index 60c8571..775afc2 100644 --- a/assets/weights_graphs.js +++ b/assets/weights_graphs.js @@ -37,7 +37,7 @@ WeightsDrawer.area = d3.svg.area() WeightsDrawer.stack = d3.layout.stack() .values(function(d) { return d.values; }); -WeightsDrawer.onionoo_url = "https://onionoo.torproject.org/weights?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3%20Nos%20oignons%20-%2017WLwtW63FrHeMAEVkALnwhfmizBxGXDW1%20email:adminsys[]nos-oignons.net%20url:https://nos-oignons.net%20proof:uri-rsa%20ciissversion:2"; +WeightsDrawer.onionoo_url = "https://onionoo.torproject.org/weights?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3"; WeightsDrawer.periods = [ { id: "1_month", label: L10n.t_1_month },