feature: circle profile translated
This commit is contained in:
parent
ae76214372
commit
baed5b7e27
@ -1,5 +1,5 @@
|
|||||||
#circle-left
|
#circle-left
|
||||||
div.content-box__info(style="padding: 15px")
|
div.content-box__info(style="padding: 15px")
|
||||||
|
|
||||||
p You have successfully left this circle
|
p Tu as quitté ce canal.
|
||||||
p This is a private group, to join again, go to the <sib-link next="admin-circle-list">administration</sib-link> panel and ask for an invite
|
p Ceci est un groupe privé. Pour le rejoindre, rends-toi dans le panneau <sib-link next="admin-circle-list">administration</sib-link> et demande une invitation.
|
||||||
|
@ -13,7 +13,7 @@ sib-router(default-route='circle-profile', hidden)
|
|||||||
|
|
||||||
class-title='word-spacing-right'
|
class-title='word-spacing-right'
|
||||||
|
|
||||||
value-title='Creation date: '
|
value-title='Date de création : '
|
||||||
|
|
||||||
widget-creationDate='sib-display-date'
|
widget-creationDate='sib-display-date'
|
||||||
)
|
)
|
||||||
@ -21,7 +21,7 @@ sib-router(default-route='circle-profile', hidden)
|
|||||||
sib-link(class='button text-bold text-uppercase reversed button-blue bordered with-icon icon-pencil' next='circle-edit' bind-resources) Modifier et ajouter un membre
|
sib-link(class='button text-bold text-uppercase reversed button-blue bordered with-icon icon-pencil' next='circle-edit' bind-resources) Modifier et ajouter un membre
|
||||||
|
|
||||||
|
|
||||||
h2 Members:
|
h2 Membres :
|
||||||
|
|
||||||
sib-display.block(
|
sib-display.block(
|
||||||
bind-resources
|
bind-resources
|
||||||
@ -44,7 +44,7 @@ sib-router(default-route='circle-profile', hidden)
|
|||||||
sib-delete(
|
sib-delete(
|
||||||
class='button btn-margin-left text-bold text-uppercase reversed button-dark bordered with-icon icon-close'
|
class='button btn-margin-left 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 le canal'
|
||||||
)
|
)
|
||||||
|
|
||||||
sib-widget(name='circle-join-button')
|
sib-widget(name='circle-join-button')
|
||||||
@ -61,7 +61,7 @@ sib-router(default-route='circle-profile', hidden)
|
|||||||
|
|
||||||
hd-inherit-bind-user2input="input[name='user.@id']"
|
hd-inherit-bind-user2input="input[name='user.@id']"
|
||||||
|
|
||||||
submit-button='Join Circle'
|
submit-button='Rejoindre le canal'
|
||||||
)
|
)
|
||||||
|
|
||||||
sib-display(
|
sib-display(
|
||||||
|
Loading…
Reference in New Issue
Block a user