5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 22:06:22 +00:00

fix: traducción faltante

This commit is contained in:
f 2024-02-28 17:12:33 -03:00
parent dd20c6ce84
commit ef9169c891
No known key found for this signature in database
3 changed files with 4 additions and 1 deletions

View file

@ -1,12 +1,13 @@
-# Componente Listas de bloqueo de Instancias -# Componente Listas de bloqueo de Instancias
- know_more = t('.know_more') - know_more = t('.know_more')
- instances_blocked = t('.instances_blocked')
.card.mt-3.mb-3 .card.mt-3.mb-3
.card-body .card-body
= render 'components/checkbox', id: state.id, name: 'fediblock_states_ids[]', value: state.id, checked: state.enabled? do = render 'components/checkbox', id: state.id, name: 'fediblock_states_ids[]', value: state.id, checked: state.enabled? do
%span.h4.mb-0= blocklist.title %span.h4.mb-0= blocklist.title
%dl.mb-0 %dl.mb-0
%dt.d-inline= t('.instances_blocked') %dt.d-inline= instances_blocked
%dd.d-inline.font-weight-normal= blocklist.hostnames.count %dd.d-inline.font-weight-normal= blocklist.hostnames.count
%p.mb-0.font-weight-normal %p.mb-0.font-weight-normal
%a{ href: blocklist.url }= know_more %a{ href: blocklist.url }= know_more

View file

@ -52,6 +52,7 @@ en:
components: components:
block_list: block_list:
know_more: Know more know_more: Know more
instances_blocked: Instances blocked
instances_filters: instances_filters:
text_show: Show text_show: Show
text_checked: With selected text_checked: With selected

View file

@ -52,6 +52,7 @@ es:
components: components:
block_list: block_list:
know_more: Saber más (en inglés) know_more: Saber más (en inglés)
instances_blocked: Instancias bloqueadas
instances_filters: instances_filters:
text_show: Ver text_show: Ver
text_checked: Con los marcados text_checked: Con los marcados