Files
webapp/i18n/locales/en/clientProfile.json
2026-01-07 09:10:35 +07:00

21 lines
403 B
JSON

{
"clientProfile": {
"actions": {
"debugTokens": "Debug tokens"
},
"debugTokens": {
"title": "Debug tokens",
"idToken": "ID Token",
"claims": "Claims",
"error": "Unable to load tokens"
},
"states": {
"loading": "Loading profile..."
},
"error": {
"load": "Failed to load profile",
"save": "Failed to save profile"
}
}
}