mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 10:56:22 +00:00
fix: traducción faltante
This commit is contained in:
parent
dd20c6ce84
commit
ef9169c891
3 changed files with 4 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
|||
-# Componente Listas de bloqueo de Instancias
|
||||
- know_more = t('.know_more')
|
||||
- instances_blocked = t('.instances_blocked')
|
||||
.card.mt-3.mb-3
|
||||
.card-body
|
||||
= render 'components/checkbox', id: state.id, name: 'fediblock_states_ids[]', value: state.id, checked: state.enabled? do
|
||||
%span.h4.mb-0= blocklist.title
|
||||
|
||||
%dl.mb-0
|
||||
%dt.d-inline= t('.instances_blocked')
|
||||
%dt.d-inline= instances_blocked
|
||||
%dd.d-inline.font-weight-normal= blocklist.hostnames.count
|
||||
%p.mb-0.font-weight-normal
|
||||
%a{ href: blocklist.url }= know_more
|
||||
|
|
|
@ -52,6 +52,7 @@ en:
|
|||
components:
|
||||
block_list:
|
||||
know_more: Know more
|
||||
instances_blocked: Instances blocked
|
||||
instances_filters:
|
||||
text_show: Show
|
||||
text_checked: With selected
|
||||
|
|
|
@ -52,6 +52,7 @@ es:
|
|||
components:
|
||||
block_list:
|
||||
know_more: Saber más (en inglés)
|
||||
instances_blocked: Instancias bloqueadas
|
||||
instances_filters:
|
||||
text_show: Ver
|
||||
text_checked: Con los marcados
|
||||
|
|
Loading…
Reference in a new issue