Isaac 35d4a73c4d
New Crowdin updates (#149)
* New translations en-GB.json (Czech)

* New translations en-GB.json (Czech)

* New translations en-GB.json (German)

* New translations en-GB.json (French)

* New translations en-GB.json (Spanish)

* New translations en-GB.json (Czech)

* New translations en-GB.json (German)

* New translations en-GB.json (Italian)

* New translations en-GB.json (Russian)

* New translations en-GB.json (English, United States)

* New translations en-GB.json (Norwegian)

* New translations en-GB.json (Indonesian)

* New translations en-GB.json (Hindi)

* New translations en-GB.json (Portuguese, Brazilian)

* New translations en-GB.json (Russian)

* New translations en-GB.json (French)

* New translations en-GB.json (Spanish)

* New translations en-GB.json (Czech)

* New translations en-GB.json (German)

* New translations en-GB.json (Italian)

* New translations en-GB.json (Russian)

* New translations en-GB.json (English, United States)

* New translations en-GB.json (Norwegian)

* New translations en-GB.json (Indonesian)

* New translations en-GB.json (Hindi)

* New translations en-GB.json (Portuguese, Brazilian)
2021-05-16 15:41:35 +01:00

361 lines
12 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.

{
"bot": {
"missing_permissions": {
"description": "Discord Tickets требует следующих разрешений:\n%s",
"title": "⚠️"
},
"version": "[Discord Tickets](%s) v%s от [eartharoid](%s)"
},
"cmd_usage": {
"args": {
"description": "**Описание:** %s",
"example": "**Пример:** `%s`"
},
"description": "**Использование:**\n`%s`\n\n**Пример:**\n`%s`\n\nОбязательные аргументы префиксированы с `❗`.",
"invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.",
"title": "❌ Неверный синтаксис"
},
"named_args": "Эта команда использует названные аргументы.\n\n",
"title": "Использование команды `%s`"
},
"collector_expires_in": "Истекает через %d секунд",
"commands": {
"add": {
"aliases": {},
"args": {
"member": {
"description": "The member to add to the ticket",
"example": "@someone",
"name": "member"
},
"ticket": {
"description": "The ticket to add the member to",
"example": "217",
"name": "тикет"
}
},
"description": "Add a member to a ticket",
"name": "add",
"response": {}
},
"blacklist": {
"aliases": {
"unblacklist": "unblacklist"
},
"args": {
"member_or_role": {
"description": "The member or role to add/remove",
"example": "@ПлохойПользователь",
"name": "пользовательИлиРоль"
}
},
"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": {
"aliases": {
"delete": "удалить",
"lock": "lock"
},
"args": {
"reason": {
"alias": "r",
"description": "Причина закрытия тикета(ов)",
"example": "",
"name": "reason"
},
"ticket": {
"alias": "t",
"description": "Тикет для закрытия, номер или упоминание/ID канала",
"example": "217",
"name": "тикет"
},
"time": {
"alias": "T",
"description": "Закрыть все тикеты, которые были неактивны в течение указанного времени",
"example": "1w",
"name": "time"
}
},
"description": "Закрыть тикет-канал",
"name": "закрыть",
"response": {
"closed": {
"description": "Тикет #%s был закрыт.",
"title": "✅ Тикет закрыт"
},
"closed_multiple": {
"description": [
"Тикет %d был закрыт.",
"%d тикетов было закрыто."
],
"title": [
"✅ Тикет закрыт",
"✅ Тикеты закрыты"
]
},
"confirm": {
"description": "Поставьте реакцию ✅, чтобы закрыть этот тикет.",
"description_with_archive": "Вы сможете просмотреть архивную версию этого тикета.\nПоставьте реакцию ✅, чтобы закрыть этот тикет.",
"title": "❔ Вы уверены?"
},
"confirmation_timeout": {
"description": "Подтверждение заняло слишком много времени.",
"title": "❌ Время реакции истекло"
},
"confirm_multiple": {
"description": [
"Поставьте реакцию ✅, чтобы закрыть тикет %d.",
"Поставьте реакцию ✅, чтобы закрыть тикеты %d."
],
"title": "❔ Вы уверены?"
},
"invalid_time": {
"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": "❌ Это не канал тикета"
},
"no_tickets": {
"description": "Нет тикетов, которые были неактивны в течение этого периода времени.",
"title": "❌ Нет тикетов для закрытия"
},
"unresolvable": {
"description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.",
"title": "❌ Ошибка"
}
}
},
"help": {
"aliases": {
"command": "command",
"commands": "commands"
},
"args": {
"member": {
"description": "The command to display information about",
"example": "новый",
"name": "command"
}
},
"description": "List commands you have access to, or find out more about a command",
"name": "help",
"response": {}
},
"new": {
"aliases": {
"create": "создать",
"open": "открыть",
"ticket": "тикет"
},
"args": {
"topic": {
"description": "Тема билета",
"example": "Проблема с выставлением счетов",
"name": "топик"
}
},
"description": "Создание нового тикета",
"name": "новый",
"opening_message": {
"fields": {
"topic": "Топик"
}
},
"questions": "Пожалуйста, ответьте на следующие вопросы:\n\n%s",
"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": "❌ Время реакции истекло"
}
},
"request_topic": {
"description": "Please briefly state what this ticket is about in a a few words.",
"title": "Тема тикета"
}
},
"panel": {
"aliases": {},
"args": {
"categories": {
"alias": "c",
"description": "ID категории",
"example": "451745464954650634",
"name": "categories"
},
"description": {
"alias": "d",
"description": "The description for the panel message",
"example": "\"React to this message to open a ticket.\"",
"name": "description"
},
"emoji": {
"alias": "e",
"description": "An emoji",
"example": "🎫",
"name": "emoji"
},
"title": {
"alias": "t",
"description": "The title for the panel message",
"example": "\"Support tickets\"",
"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": "❌ Недействительная категория"
},
"mismatch": {
"description": "Please provide the name number of emojis and category IDs.",
"title": "❌ Недействительный ввод"
}
}
},
"remove": {
"aliases": {},
"args": {
"member": {
"description": "The member to remove from the ticket",
"example": "@someone",
"name": "member"
},
"ticket": {
"description": "The ticket to remove the member from",
"example": "217",
"name": "тикет"
}
},
"description": "Remove a member from a ticket",
"name": "remove",
"response": {}
},
"settings": {
"aliases": {
"config": "config"
},
"description": "Configure Discord Tickets",
"name": "settings",
"response": {
"updated": "✅ Настройки были обновлены."
}
},
"stats": {
"aliases": {},
"args": {},
"description": "Display ticket statistics",
"name": "stats",
"response": {}
},
"topic": {
"aliases": {},
"args": {
"new_topic": {
"description": "The new topic of the ticket",
"example": "billing issue",
"name": "new_topic"
}
},
"description": "Change the topic of the ticket",
"name": "топик",
"response": {}
}
},
"command_execution_error": {
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.",
"title": "⚠️"
},
"message_will_be_deleted_in": "Это сообщение будет удалено в течение %d секунд",
"missing_permissions": {
"description": "You do not have the permissions required to use this command:\n%s",
"title": "❌"
},
"staff_only": {
"description": "You must be a member of staff to use this command.",
"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": "✅ Тикет закрыт"
},
"released": {
"description": "%s выпустил этот тикет.",
"title": "✅ Тикет выпущен"
}
}
}