Browse Source

fix translation

main
ghost 9 months ago
parent
commit
091cb48264
  1. 14
      uk/network.html

14
uk/network.html

@ -138,19 +138,19 @@ @@ -138,19 +138,19 @@
</div>
<div class="mx-16">
<a name="peers"></a>
<h2 class="f-size-26 mb-48 pb-36 pt-16 t-center f-normal bb-1-2 b-c-0">Peers</h2>
<h2 class="f-size-26 mb-48 pb-36 pt-16 t-center f-normal bb-1-2 b-c-0">Вузли</h2>
<div class="mx-auto mt-20 bg-c-4 b-r-3">
<table class="w-100-100">
<tr>
<th class="t-left bb-2 b-c-6 py-16 px-8">Location</th>
<th class="t-left bb-2 b-c-6 py-16 px-8">Розташування</th>
<th class="t-left pl-26 bb-2 b-c-6 py-16 px-8">IPv4</th>
<th class="t-left bb-2 b-c-6 py-16 px-8">IPv6</th>
<th class="t-left bb-2 b-c-6 py-16 px-8">Yggdrasil</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">Port TCP</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">Port UDP+TCP</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">Порт TCP</th>
<th class="t-center bb-2 b-c-6 py-16 px-8">Порт UDP+TCP</th>
</tr>
<tr>
<td class="t-left bb-2 b-c-6 py-16 px-8">Latvia</td>
<td class="t-left bb-2 b-c-6 py-16 px-8">Латвія</td>
<td class="t-left pl-26 bb-2 b-c-6 p-8">94.140.114.241</td>
<td class="t-left bb-2 b-c-6 p-8">2a02:7aa0:4000::f2</td>
<td class="t-left bb-2 b-c-6 p-8">201:23b4:991a:634d:8359:4521:5576:15b7</td>
@ -160,10 +160,10 @@ @@ -160,10 +160,10 @@
</table>
</div>
<div class="t-center my-36">
<small>* connect to peer manually without DNS</small>
<small>* ручне підключення до вузла без DNS</small>
</div>
<div class="t-center my-36">
<a href="https://github.com/twisterarmy/twisterarmy.github.io/blob/main/network.html" class="c-1">Add peer</a>
<a href="https://github.com/twisterarmy/twisterarmy.github.io/blob/main/uk/network.html" class="c-1">Додати вузол</a>
</div>
</div>
</div>

Loading…
Cancel
Save