mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-04-08 22:01:52 +03:00
Updated by "Cleanup translation files" hook in Weblate. Translation: Discord Tickets/Bot Translate-URL: http://i18n.capestar.net/projects/discord-tickets/bot/
330 lines
15 KiB
JSON
330 lines
15 KiB
JSON
{
|
||
"bot": {
|
||
"missing_permissions": {
|
||
"description": "Discord Tickets требует следующих разрешений:\n%s",
|
||
"title": "⚠️"
|
||
},
|
||
"version": "[Discord Tickets](%s) v%s от [eartharoid](%s)"
|
||
},
|
||
"collector_expires_in": "Истекает через %d секунд",
|
||
"command_execution_error": {
|
||
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.",
|
||
"title": "⚠️"
|
||
},
|
||
"commands": {
|
||
"add": {
|
||
"description": "Add a member to a ticket",
|
||
"name": "add",
|
||
"response": {
|
||
"added": {
|
||
"description": "%s has been added to %s.",
|
||
"title": "✅ Member added"
|
||
},
|
||
"no_member": {
|
||
"description": "Please mention the member you want to add.",
|
||
"title": "❌ Unknown member"
|
||
},
|
||
"no_permission": {
|
||
"description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.",
|
||
"title": "❌ Insufficient permission"
|
||
},
|
||
"not_a_ticket": {
|
||
"description": "Please use this command in the ticket channel, or mention the channel.",
|
||
"title": "❌ Это не канал тикета"
|
||
}
|
||
}
|
||
},
|
||
"blacklist": {
|
||
"description": "Запретить/разрешить участнику использовать бота",
|
||
"name": "blacklist",
|
||
"response": {
|
||
"empty_list": {
|
||
"description": "В черный список не внесли ни участников, ни ролей. Напишите `%sblacklist <memberOrRole>`, чтобы добавить пользователя или роль в черный список.",
|
||
"title": "📃 Черный список пользователей и ролей"
|
||
},
|
||
"illegal_action": {
|
||
"description": "%s есть персоналом и не может быть внесен в черный список.",
|
||
"title": "❌ Вы не можете добавить в черный список этого участника"
|
||
},
|
||
"list": {
|
||
"title": "📃 Черный список пользователей и ролей"
|
||
},
|
||
"member_added": {
|
||
"description": "<@%s> добавлен в черный список. Они больше не смогут взаимодействовать с ботом.",
|
||
"title": "✅ Пользователь добавлен в черный список"
|
||
},
|
||
"member_removed": {
|
||
"description": "<@%s> был убран из черного списка. Теперь он может использовать бота снова.",
|
||
"title": "✅ Пользователь убран из черного списка"
|
||
},
|
||
"role_added": {
|
||
"description": "<@&%s> добавлена в черный список. Участники с этой ролью больше не смогут взаимодействовать с ботом.",
|
||
"title": "✅ Добавлена роль в черный список"
|
||
},
|
||
"role_removed": {
|
||
"description": "<@&%s> была убран из черного списка. Теперь он может использовать бота снова.",
|
||
"title": "✅ Роль убрана из черного списка"
|
||
}
|
||
}
|
||
},
|
||
"close": {
|
||
"description": "Закрыть тикет-канал",
|
||
"name": "закрыть",
|
||
"response": {
|
||
"closed": {
|
||
"description": "Тикет #%s был закрыт.",
|
||
"title": "✅ Тикет закрыт"
|
||
},
|
||
"closed_multiple": {
|
||
"description": [
|
||
"Тикет %d был закрыт.",
|
||
"%d тикетов было закрыто."
|
||
],
|
||
"title": [
|
||
"✅ Тикет закрыт",
|
||
"✅ Тикеты закрыты"
|
||
]
|
||
},
|
||
"confirm": {
|
||
"description": "Поставьте реакцию ✅, чтобы закрыть этот тикет.",
|
||
"description_with_archive": "Вы сможете просмотреть архивную версию этого тикета.\nПоставьте реакцию ✅, чтобы закрыть этот тикет.",
|
||
"title": "❔ Вы уверены?"
|
||
},
|
||
"confirm_multiple": {
|
||
"description": [
|
||
"Поставьте реакцию ✅, чтобы закрыть тикет %d.",
|
||
"Поставьте реакцию ✅, чтобы закрыть тикеты %d."
|
||
],
|
||
"title": "❔ Вы уверены?"
|
||
},
|
||
"confirmation_timeout": {
|
||
"description": "Подтверждение заняло слишком много времени.",
|
||
"title": "❌ Время реакции истекло"
|
||
},
|
||
"invalid_time": {
|
||
"description": "Предоставленный период времени не может быть разобран.",
|
||
"title": "❌ Недействительный ввод"
|
||
},
|
||
"no_tickets": {
|
||
"description": "Нет тикетов, которые были неактивны в течение этого периода времени.",
|
||
"title": "❌ Нет тикетов для закрытия"
|
||
},
|
||
"not_a_ticket": {
|
||
"description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.",
|
||
"title": "❌ Это не канал тикета"
|
||
},
|
||
"unresolvable": {
|
||
"description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.",
|
||
"title": "❌ Ошибка"
|
||
}
|
||
}
|
||
},
|
||
"help": {
|
||
"description": "List commands you have access to, or find out more about a command",
|
||
"name": "help",
|
||
"response": {
|
||
"list": {
|
||
"description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`. To create a ticket, type `{prefix}new [topic]`.",
|
||
"fields": {
|
||
"commands": "Commands"
|
||
},
|
||
"title": "❔ Help"
|
||
}
|
||
}
|
||
},
|
||
"new": {
|
||
"description": "Создание нового тикета",
|
||
"name": "новый",
|
||
"request_topic": {
|
||
"description": "Please briefly state what this ticket is about in a a few words.",
|
||
"title": "Тема тикета"
|
||
},
|
||
"response": {
|
||
"created": {
|
||
"description": "Ваш тикет был создан: %s.",
|
||
"title": "✅ Тикет создан"
|
||
},
|
||
"error": {
|
||
"title": "❌ Ошибка"
|
||
},
|
||
"has_a_ticket": {
|
||
"description": "Пожалуйста, используйте существующий тикет (<#%s>) или закройте его перед созданием нового.",
|
||
"title": "❌ У вас уже есть открытый тикет"
|
||
},
|
||
"max_tickets": {
|
||
"description": "Please use `%sclose` to close any unneeded tickets.\n\n%s",
|
||
"title": "❌ У вас уже есть %d открытых тикетов"
|
||
},
|
||
"no_categories": {
|
||
"description": "A server administrator must create at least one ticket category before a new ticket can be opened.",
|
||
"title": "❌ Не могу создать тикет"
|
||
},
|
||
"select_category": {
|
||
"description": "Select the category most relevant to your ticket's topic:\n\n%s",
|
||
"title": "🔤 Пожалуйста, выберите категорию тикетов"
|
||
},
|
||
"select_category_timeout": {
|
||
"description": "Вы слишком долго выбирали категорию тикетов.",
|
||
"title": "❌ Время реакции истекло"
|
||
}
|
||
}
|
||
},
|
||
"panel": {
|
||
"args": {
|
||
"title": {
|
||
"name": "title"
|
||
}
|
||
},
|
||
"description": "Create a new ticket panel",
|
||
"name": "panel",
|
||
"response": {
|
||
"invalid_category": {
|
||
"description": "One or more of the specified category IDs is invalid.",
|
||
"title": "❌ Недействительная категория"
|
||
}
|
||
}
|
||
},
|
||
"remove": {
|
||
"description": "Remove a member from a ticket",
|
||
"name": "remove",
|
||
"response": {
|
||
"no_member": {
|
||
"description": "Please mention the member you want to remove.",
|
||
"title": "❌ Unknown member"
|
||
},
|
||
"no_permission": {
|
||
"description": "You are not the creator of this ticket and you are not a staff member; you can't remove members from this ticket.",
|
||
"title": "❌ Insufficient permission"
|
||
},
|
||
"not_a_ticket": {
|
||
"description": "Please use this command in the ticket channel, or mention the channel.",
|
||
"title": "❌ Это не канал тикета"
|
||
},
|
||
"removed": {
|
||
"description": "%s has been removed from %s.",
|
||
"title": "✅ Member removed"
|
||
}
|
||
}
|
||
},
|
||
"settings": {
|
||
"description": "Configure Discord Tickets",
|
||
"name": "settings"
|
||
},
|
||
"stats": {
|
||
"description": "Display ticket statistics",
|
||
"fields": {
|
||
"messages": "Messages",
|
||
"response_time": {
|
||
"minutes": "%s minutes",
|
||
"title": "Avg. response time"
|
||
},
|
||
"tickets": "Tickets"
|
||
},
|
||
"name": "stats",
|
||
"response": {
|
||
"global": {
|
||
"description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.",
|
||
"title": "📊 Global stats"
|
||
},
|
||
"guild": {
|
||
"description": "Statistics about tickets within this guild. This data is cached for an hour.",
|
||
"title": "📊 This server's stats"
|
||
}
|
||
}
|
||
},
|
||
"survey": {
|
||
"description": "View survey responses",
|
||
"name": "survey",
|
||
"response": {
|
||
"list": {
|
||
"title": "📃 Surveys"
|
||
}
|
||
}
|
||
},
|
||
"tag": {
|
||
"description": "Use a tag response",
|
||
"name": "tag",
|
||
"response": {
|
||
"error": "❌ Ошибка",
|
||
"list": {
|
||
"title": "📃 Tag list"
|
||
},
|
||
"missing": "This tag requires the following arguments:\n%s",
|
||
"not_a_ticket": {
|
||
"description": "This tag can only be used within a ticket channel as it uses ticket references.",
|
||
"title": "❌ Это не канал тикета"
|
||
}
|
||
}
|
||
},
|
||
"topic": {
|
||
"description": "Change the topic of the ticket",
|
||
"name": "топик",
|
||
"response": {
|
||
"changed": {
|
||
"description": "This ticket's topic has been changed.",
|
||
"title": "✅ Topic changed"
|
||
},
|
||
"not_a_ticket": {
|
||
"description": "Please use this command in the ticket channel you want to change the topic of.",
|
||
"title": "❌ Это не канал тикета"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"message_will_be_deleted_in": "Это сообщение будет удалено в течение %d секунд",
|
||
"missing_permissions": {
|
||
"description": "You do not have the permissions required to use this command:\n%s",
|
||
"title": "❌"
|
||
},
|
||
"ticket": {
|
||
"claimed": {
|
||
"description": "%s принял этот тикет.",
|
||
"title": "✅ Тикет принят"
|
||
},
|
||
"closed": {
|
||
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.",
|
||
"title": "✅ Тикет закрыт"
|
||
},
|
||
"closed_by_member": {
|
||
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.",
|
||
"title": "✅ Тикет закрыт"
|
||
},
|
||
"closed_by_member_with_reason": {
|
||
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.",
|
||
"title": "✅ Тикет закрыт"
|
||
},
|
||
"closed_with_reason": {
|
||
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.",
|
||
"title": "✅ Тикет закрыт"
|
||
},
|
||
"member_added": {
|
||
"description": "%s has been added by %s",
|
||
"title": "Member added"
|
||
},
|
||
"member_removed": {
|
||
"description": "%s has been removed by %s",
|
||
"title": "Member removed"
|
||
},
|
||
"opening_message": {
|
||
"fields": {
|
||
"topic": "Topic"
|
||
}
|
||
},
|
||
"questions": "Please answer the following questions:\n\n%s",
|
||
"released": {
|
||
"description": "%s выпустил этот тикет.",
|
||
"title": "✅ Тикет выпущен"
|
||
},
|
||
"survey": {
|
||
"complete": {
|
||
"description": "Thank you for your feedback.",
|
||
"title": "✅ Thank you"
|
||
},
|
||
"start": {
|
||
"description": "Hey, %s. Before this channel is deleted, would you mind completing a quick %d-question survey? React with ✅ to start, or ignore this message.",
|
||
"title": "❔ Feedback"
|
||
}
|
||
}
|
||
}
|
||
}
|