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

21 lines
531 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"clientProfile": {
"actions": {
"debugTokens": "Отладка токенов"
},
"debugTokens": {
"title": "Отладка токенов",
"idToken": "ID Token",
"claims": "Claims",
"error": "Не удалось получить токены"
},
"states": {
"loading": "Загружаем профиль..."
},
"error": {
"load": "Ошибка загрузки профиля",
"save": "Ошибка сохранения профиля"
}
}
}