tooot/src/i18n/ru/screens/compose.json

173 lines
4.5 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.

{
"heading": {
"left": {
"alert": {
"title": "Отменить изменения?",
"buttons": {
"save": "Сохранить черновик",
"delete": "Удалить черновик"
}
}
},
"right": {
"button": {
"default": "Пост",
"conversation": "Пост DM",
"reply": "Ответить",
"deleteEdit": "Пост",
"edit": "Пост",
"share": "Пост"
},
"alert": {
"default": {
"title": "Не удалось опубликовать пост",
"button": "Попробовать снова"
},
"removeReply": {
"title": "Пост для ответа не найдет",
"description": "",
"confirm": "Удалить ссылку"
}
}
}
},
"content": {
"root": {
"header": {
"postingAs": "Запостить как @{{acct}}@{{domain}}",
"spoilerInput": {
"placeholder": ""
},
"textInput": {
"placeholder": "",
"keyboardImage": {
"exceedMaximum": {
"title": "",
"OK": ""
}
}
}
},
"footer": {
"attachments": {
"sensitive": "Пометить вложения как чувствительные",
"remove": {
"accessibilityLabel": ""
},
"edit": {
"accessibilityLabel": ""
},
"upload": {
"accessibilityLabel": "Загрузить больше вложений"
}
},
"emojis": {
"accessibilityHint": "Нажмите, чтобы добавить эмодзи к посту"
},
"poll": {
"option": {
"placeholder": {
"accessibilityLabel": "Вариант опроса {{index}}",
"single": "Единичный выбор",
"multiple": "Множественный выбор"
}
},
"quantity": {
"reduce": {
"accessibilityLabel": "Уменьшить количество вариантов ответа до {{amount}}",
"accessibilityHint": ""
},
"increase": {
"accessibilityLabel": "Уменьшить количество вариантов ответа до {{amount}}",
"accessibilityHint": ""
}
},
"multiple": {
"heading": "Тип выбора",
"options": {
"single": "",
"multiple": ""
}
},
"expiration": {
"heading": "",
"options": {
"300": "5 минут",
"1800": "30 минут",
"3600": "1 час",
"21600": "6 часов",
"86400": "1 день",
"259200": "3 дня",
"604800": "7 дней"
}
}
}
},
"actions": {
"attachment": {
"accessibilityLabel": "Загрузить вложение",
"accessibilityHint": "",
"failed": {
"alert": {
"title": "",
"button": "Попробовать снова"
}
}
},
"poll": {
"accessibilityLabel": "",
"accessibilityHint": ""
},
"visibility": {
"accessibilityLabel": "",
"title": "Видимость поста",
"options": {
"public": "",
"unlisted": "",
"private": "",
"direct": ""
}
},
"spoiler": {
"accessibilityLabel": ""
},
"emoji": {
"accessibilityLabel": "",
"accessibilityHint": ""
}
},
"drafts_one": "",
"drafts_other": ""
},
"editAttachment": {
"header": {
"title": "",
"right": {
"accessibilityLabel": "",
"failed": {
"title": "",
"button": ""
}
}
},
"content": {
"altText": {
"heading": "",
"placeholder": ""
},
"imageFocus": ""
}
},
"draftsList": {
"header": {
"title": ""
},
"warning": "",
"content": {
"accessibilityHint": "",
"textEmpty": ""
},
"checkAttachment": ""
}
}
}