mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 22:01:50 +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,
|
= link_to t('.tienda'), @site.tienda_url,
|
||||||
role: 'button', class: 'btn'
|
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
|
%li.nav-item
|
||||||
= link_to t('.logout'), main_app.destroy_usuarie_session_path,
|
= link_to t('.logout'), main_app.destroy_usuarie_session_path,
|
||||||
method: :delete, role: 'button', class: 'btn'
|
method: :delete, role: 'button', class: 'btn'
|
||||||
|
|
|
@ -206,6 +206,8 @@ en:
|
||||||
title: 'Your location in Sutty'
|
title: 'Your location in Sutty'
|
||||||
logout: Log out
|
logout: Log out
|
||||||
mutual_aid: Mutual aid
|
mutual_aid: Mutual aid
|
||||||
|
contact_us: "Contact us"
|
||||||
|
contact_us_href: "https://sutty.nl/en/#contact"
|
||||||
collaborations:
|
collaborations:
|
||||||
collaborate:
|
collaborate:
|
||||||
submit: Register
|
submit: Register
|
||||||
|
@ -302,7 +304,7 @@ en:
|
||||||
storage network may continue retaining copies of the data
|
storage network may continue retaining copies of the data
|
||||||
indefinitely.
|
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:
|
stats:
|
||||||
index:
|
index:
|
||||||
title: Statistics
|
title: Statistics
|
||||||
|
|
|
@ -206,6 +206,8 @@ es:
|
||||||
title: 'Tu ubicación en Sutty'
|
title: 'Tu ubicación en Sutty'
|
||||||
logout: Cerrar sesión
|
logout: Cerrar sesión
|
||||||
mutual_aid: Ayuda mutua
|
mutual_aid: Ayuda mutua
|
||||||
|
contact_us: "Contacto"
|
||||||
|
contact_us_href: "https://sutty.nl/#contacto"
|
||||||
collaborations:
|
collaborations:
|
||||||
collaborate:
|
collaborate:
|
||||||
submit: Registrarme
|
submit: Registrarme
|
||||||
|
@ -307,7 +309,7 @@ es:
|
||||||
nodos en la red de almacenamiento distribuida puedan retener
|
nodos en la red de almacenamiento distribuida puedan retener
|
||||||
copias de tu contenido indefinidamente.
|
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:
|
stats:
|
||||||
index:
|
index:
|
||||||
title: Estadísticas
|
title: Estadísticas
|
||||||
|
|
|
@ -19,7 +19,11 @@
|
||||||
|
|
||||||
<p>Gracias por ayudarnos a encontrar errores :)</p>
|
<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>
|
||||||
|
|
||||||
<section class="col-10" lang="en">
|
<section class="col-10" lang="en">
|
||||||
|
@ -31,7 +35,11 @@
|
||||||
|
|
||||||
<p>Thanks for helping us in finding errors! :)</p>
|
<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>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue