feature: Make the associated circle label for resources configurable

This commit is contained in:
Fabien Quatravaux 2021-03-01 14:51:48 +01:00
parent 55d3267556
commit ccc9d24d09
4 changed files with 15 additions and 2 deletions

View File

@ -118,6 +118,9 @@
"buttonJoin": "Join the circle",
"description": "Description :",
"subTitle": "Members :"
},
"extensions": {
"associated": "Associated circle"
}
},
"communities": {
@ -240,4 +243,4 @@
"somethingGoesWrong": "Something goes wrong, try to",
"reload": "reload"
}
}
}

View File

@ -118,6 +118,9 @@
"buttonJoin": "Unirse al círculo",
"description": "Descripción :",
"subTitle": "Miembrxs: "
},
"extensions": {
"associated": "Círculo asociado"
}
},
"communities": {
@ -240,4 +243,4 @@
"somethingGoesWrong": "Algo sale mal, intenta",
"reload": "recargar"
}
}
}

View File

@ -120,6 +120,9 @@
"buttonJoin": "Rejoindre le cercle",
"description": "Description :",
"subTitle": "Membres :"
},
"extensions": {
"associated": "Cercle associé"
}
},
"communities": {

View File

@ -3,7 +3,11 @@ div.whitespace-normal
range-resource-type=`${component.endpoints.resourcestypes}`
range-resource-keyword=`${component.endpoints.resourceskeywords}`
range-resource-circle=`${component.endpoints.circles}`
associated-circle-label=""
data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}`
upload-dir=`${component.endpoints.uploads}`
id-prefix='default'
uniq=component.uniq
)