auth/locales/ru/messages.gotext.json

79 lines
2.6 KiB
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.

{
"language": "ru",
"messages": [
{
"id": "Authorize {Name}",
"message": "Authorize {Name}",
"translation": "Авторизовать {Name}",
"placeholders": [
{
"id": "Name",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "p.Client.GetName()"
}
]
},
{
"id": "Authorize application",
"message": "Authorize application",
"translation": "Авторизовать приложение",
"translatorComment": "Заголовок страницы авторизации безымянного приложения"
},
{
"id": "Choose your scopes",
"message": "Choose your scopes",
"translation": "Выбери предоставляемые разрешения"
},
{
"id": "Deny",
"message": "Deny",
"translation": "Отказать",
"translatorComment": "Название кнопки прерывания процесса авторизациии приложения"
},
{
"id": "Allow",
"message": "Allow",
"translation": "Разрешить",
"translatorComment": "Название кнопки продолжения процесса авторизациии приложения"
},
{
"id": "Error",
"message": "Error",
"translation": "Ошибка"
},
{
"id": "How do I fix it?",
"message": "How do I fix it?",
"translation": "Как исправить это?"
},
{
"id": "Sign In",
"message": "Sign In",
"translation": "Войти",
"translatorComment": "Название кнопки в форме ввода адреса сайта для начала процесса входа"
},
{
"id": "TicketAuth",
"message": "TicketAuth",
"translation": "TicketAuth"
},
{
"id": "Recipient",
"message": "Recipient",
"translation": "Получатель"
},
{
"id": "Resource",
"message": "Resource",
"translation": "Ресурс"
},
{
"id": "Send",
"message": "Send",
"translation": "Отправить"
}
]
}