keycloak-scim/apps/admin-ui/public/resources/ca/common.json
Scott Tustison 62c170f765
Added the client name to the client list view to make it easier to read the list (#4056)
* Added the client name to the client list view to make it easier to differentiate clients with non-human readable client IDs

* changed order and added widths

Co-authored-by: stustison <stustison.ctr@kr.af.mil>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2022-12-22 09:31:09 +01:00

33 lines
No EOL
750 B
JSON

{
"create": "Crea",
"save": "Desar",
"key": "Clau",
"export": "Exporta",
"download": "Descarrega",
"clear": "Neteja",
"on": "Activat",
"edit": "Edita",
"enabled": "Habilitat",
"none": "cap",
"description": "Descripció",
"type": "Tipus",
"category": "Categoria",
"clients": "Clients",
"realmRoles": "Rols de domini",
"sessions": "Sessions",
"mappers": "Assignadors",
"identityProviders": "Proveïdors d''identitat",
"settings": "Ajustos",
"times": {
"seconds": "Segons",
"minutes": "Minuts",
"hours": "Hores",
"days": "Dies"
},
"credentials": "Credencials",
"clientId": "ID Client",
"clientName": "Nom",
"id": "ID",
"mapperType": "Tipus d''assignador",
"password": "Contrasenya"
}