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