📝 Added some translation comments

This commit is contained in:
Maxim Lebedev 2022-02-01 22:34:51 +05:00
parent 59d4c4988a
commit 7a3460a604
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 13 additions and 6 deletions

View File

@ -5,6 +5,7 @@
"id": "Authorize {Name}", "id": "Authorize {Name}",
"message": "Authorize {Name}", "message": "Authorize {Name}",
"translation": "Авторизовать {Name}", "translation": "Авторизовать {Name}",
"translatorComment": "Заголовок страницы авторизации приложения с известным именем",
"placeholders": [ "placeholders": [
{ {
"id": "Name", "id": "Name",
@ -42,12 +43,14 @@
{ {
"id": "Error", "id": "Error",
"message": "Error", "message": "Error",
"translation": "Ошибка" "translation": "Ошибка",
"translatorComment": "Заголовок страницы с ошибкой"
}, },
{ {
"id": "How do I fix it?", "id": "How do I fix it?",
"message": "How do I fix it?", "message": "How do I fix it?",
"translation": "Как исправить это?" "translation": "Как исправить это?",
"translatorComment": "Ссылка на документацию на странице ошибки"
}, },
{ {
"id": "Sign In", "id": "Sign In",
@ -58,22 +61,26 @@
{ {
"id": "TicketAuth", "id": "TicketAuth",
"message": "TicketAuth", "message": "TicketAuth",
"translation": "TicketAuth" "translation": "TicketAuth",
"translatorComment": "Название страницы отправки билетов"
}, },
{ {
"id": "Recipient", "id": "Recipient",
"message": "Recipient", "message": "Recipient",
"translation": "Получатель" "translation": "Получатель",
"translatorComment": "Название поля формы Subject отправки билета"
}, },
{ {
"id": "Resource", "id": "Resource",
"message": "Resource", "message": "Resource",
"translation": "Ресурс" "translation": "Ресурс",
"translatorComment": "Название поля формы Resource отправки билета"
}, },
{ {
"id": "Send", "id": "Send",
"message": "Send", "message": "Send",
"translation": "Отправить" "translation": "Отправить",
"translatorComment": "Название кнопки формы отправки билета"
} }
] ]
} }