feature: listing of circles translated
This commit is contained in:
parent
cd8f4c18d9
commit
63c03b8105
@ -33,26 +33,26 @@
|
||||
|
||||
div.admin-header
|
||||
|
||||
div.admin-header__title Circles
|
||||
div.admin-header__title Canaux
|
||||
|
||||
sib-link(
|
||||
class='button text-bold text-uppercase reversed button-yellow bordered with-icon icon-plus'
|
||||
next='admin-circle-create'
|
||||
) Create a new circle
|
||||
) Créer un canal
|
||||
|
||||
.table
|
||||
|
||||
div.table-header.grey-color
|
||||
div Name
|
||||
div Admins
|
||||
div Join
|
||||
div Nom
|
||||
div Administrateurs et administratrices
|
||||
div Rejoindre
|
||||
|
||||
sib-widget(name='admin-circle-leave-button')
|
||||
template
|
||||
sib-delete(
|
||||
class='button text-bold text-uppercase reversed button-dark bordered with-icon icon-close'
|
||||
data-src="${src}"
|
||||
data-label='Leave circle'
|
||||
data-label='Quitter'
|
||||
)
|
||||
|
||||
sib-display(
|
||||
@ -83,7 +83,7 @@
|
||||
|
||||
hd-inherit-bind-user2input="input[name='user.@id']"
|
||||
|
||||
submit-button='Join Circle'
|
||||
submit-button='Rejoindre'
|
||||
)
|
||||
|
||||
sib-display(
|
||||
|
Loading…
Reference in New Issue
Block a user