mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:46:22 +00:00
Merge branch 'issue-10449' into 'rails'
fix: vincular a saber más #10449 See merge request sutty/sutty!173
This commit is contained in:
commit
f14b70733f
4 changed files with 20 additions and 4 deletions
|
@ -19,6 +19,10 @@
|
|||
= link_to t('.tienda'), @site.tienda_url,
|
||||
role: 'button', class: 'btn'
|
||||
|
||||
%li.nav-item
|
||||
= link_to t('.contact_us'), t('.contact_us_href'),
|
||||
class: 'btn', rel: 'me', target: '_blank'
|
||||
|
||||
%li.nav-item
|
||||
= link_to t('.logout'), main_app.destroy_usuarie_session_path,
|
||||
method: :delete, role: 'button', class: 'btn'
|
||||
|
|
|
@ -206,6 +206,8 @@ en:
|
|||
title: 'Your location in Sutty'
|
||||
logout: Log out
|
||||
mutual_aid: Mutual aid
|
||||
contact_us: "Contact us"
|
||||
contact_us_href: "https://sutty.nl/en/#contact"
|
||||
collaborations:
|
||||
collaborate:
|
||||
submit: Register
|
||||
|
@ -302,7 +304,7 @@ en:
|
|||
storage network may continue retaining copies of the data
|
||||
indefinitely.
|
||||
|
||||
[Learn more](https://ffdweb.org/building-distributed-press-a-publishing-tool-for-the-decentralized-web/)
|
||||
[Learn more](https://sutty.nl/learn-more-about-publish-to-dweb-functionality/)
|
||||
stats:
|
||||
index:
|
||||
title: Statistics
|
||||
|
|
|
@ -206,6 +206,8 @@ es:
|
|||
title: 'Tu ubicación en Sutty'
|
||||
logout: Cerrar sesión
|
||||
mutual_aid: Ayuda mutua
|
||||
contact_us: "Contacto"
|
||||
contact_us_href: "https://sutty.nl/#contacto"
|
||||
collaborations:
|
||||
collaborate:
|
||||
submit: Registrarme
|
||||
|
@ -307,7 +309,7 @@ es:
|
|||
nodos en la red de almacenamiento distribuida puedan retener
|
||||
copias de tu contenido indefinidamente.
|
||||
|
||||
[Saber más (en inglés)](https://ffdweb.org/building-distributed-press-a-publishing-tool-for-the-decentralized-web/)
|
||||
[Saber más](https://sutty.nl/saber-mas-sobre-publicar-a-la-web-distribuida/)
|
||||
stats:
|
||||
index:
|
||||
title: Estadísticas
|
||||
|
|
|
@ -19,7 +19,11 @@
|
|||
|
||||
<p>Gracias por ayudarnos a encontrar errores :)</p>
|
||||
|
||||
<p><a href="/">Volver al panel</a></p>
|
||||
<p>
|
||||
<a href="/">Volver al panel</a>
|
||||
|
|
||||
<a href="https://sutty.nl/#contacto" rel="me" target="_blank">Contáctanos</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="col-10" lang="en">
|
||||
|
@ -31,7 +35,11 @@
|
|||
|
||||
<p>Thanks for helping us in finding errors! :)</p>
|
||||
|
||||
<p><a href="/">Go back to panel</a></p>
|
||||
<p>
|
||||
<a href="/">Go back to panel</a>
|
||||
|
|
||||
<a href="https://sutty.nl/en/#contact" rel="me" target="_blank">Contact us</a>
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue