From 40ffdc4356970bbb8337d6ccbe9fe623d29a9cbf Mon Sep 17 00:00:00 2001 From: Damien <48047820+JustDams@users.noreply.github.com> Date: Thu, 9 May 2024 21:18:27 +0200 Subject: [PATCH] New translations translations.js (Ukrainian) --- languages/uk-UA/translations.js | 356 ++++++++++++++++---------------- 1 file changed, 180 insertions(+), 176 deletions(-) diff --git a/languages/uk-UA/translations.js b/languages/uk-UA/translations.js index 18149f6f..96208b96 100644 --- a/languages/uk-UA/translations.js +++ b/languages/uk-UA/translations.js @@ -1,185 +1,189 @@ /* eslint-disable semi */ -const {maxLengthTeamName, invite, join} = require('../../config.json'); +const {maxLengthTeamName, invite, join, oauth2, unlinkVerified} = require('../../config.json'); const base = structuredClone(require('../base')); -base.command.compare.description = 'Порівняйте статистику обох користувачів'; -base.command.dailystats.description = 'Відображає статистику обраного дня з ело-графіком цього дня'; -base.command.find.description = 'З\'ясуйте, в яких з останніх 1000 партій брали участь запитувані гравці (до 5 гравців).'; -base.command.help.description = 'Відображення списку команд'; -base.command.info.description = 'Отримайте інформацію про бота'; -base.command.invite.description = 'Отримайте посилання, щоб запросити бота на свій сервер'; -base.command.join.description = 'Отримайте посилання для приєднання до сервера спільноти бота'; -base.command.last.description = 'Отримайте статистику останньої гри'; -base.command.laststats.description = 'Відображає статистику останніх матчів, з ело-графіком останніх матчів'; -base.command.link.description = 'Прив\'яжіть профіль Faceit до Discord, щоб отримувати статистику (без параметрів).'; -base.command.map.description = 'Відображає статистику обраної мапи'; -base.command.monthstats.description = 'Відображає статистику обраного місяця з ело-графіком місяця'; -base.command.roles.description = 'Ранги оновлюються щогодини, а також після отримання вашої статистики.'; -base.command.stats.description = 'Відображає загальну статистику з ело-графіком останніх 20 ігор'; -base.command.team.description = 'Створіть команду та прив\'яжіть до 5 користувачів (обмежено 1 командою на обліковий запис)'; -base.command.unlink.description = 'Відв\'яжіть свій faceit id від discord-бота'; -base.command.vote.description = 'Отримайте посилання, щоб проголосувати за бота на top.gg'; -base.command.weekstats.description = 'Відображає статистику обраного тижня з ело-графіком тижня'; -base.command.yearstats.description = 'Відображає статистику обраного року з ело-графіком цього року'; -base.options.matchNumber = 'Кількість матчів для відображення. За замовчуванням: {default}'; -base.options.steamParameter = 'steamID / steam звичай ID / steam URL профілю / @користувач / CSGO статус'; -base.options.faceitParameter = 'faceit псевдонім / @користувач / faceit URL профілю'; -base.options.steamParameters = 'steamIDs / steam звичай IDs / steam URLs профілю / @користувачі / CSGO статус'; -base.options.faceitParameters = 'faceit прізвиська / @користувачі / faceit URLs профілю'; -base.options.faceitParametersTeam = 'faceit прізвиська / @користувачі / faceit URLs профілю (Макс. 5)'; -base.options.steamParametersTeam = 'steamIDs / steam звичай IDs / steam URLs профілю / @користувачі / CSGO статус (Макс. 5)'; -base.options.teamParameter = 'командний слаг (ви повинні бути його частиною, творцем, або він повинен бути публічним)'; -base.options.fromDate = 'Включено. Дата початку, формат ММ/ДД/РРРР'; -base.options.toDate = 'Виключено. Кінцева дата (мінімальний інтервал 1 день), якщо порожня - поточний. Формат ММ/ДД/РРРР'; -base.options.playerAimed = 'steam_parameters / faceit_parameters / @користувач / порожнє, якщо прив\'язати'; -base.options.globalUnlink = 'Це відв\'яже ваш акаунт від усіх серверів (за замовчуванням фальшивий)'; -base.options.commandName = 'Назва однієї команди'; -base.options.mapName = 'Вкажіть карту, щоб отримати відповідну статистику'; +base.command.compare.description = 'Compare both user stats'; +base.command.dailystats.description = 'Displays the stats of the chosen day, with elo graph of the day'; +base.command.find.description = 'Find out which of the last 1000 games include the requested players (up to 5)'; +base.command.help.description = 'Display the command list'; +base.command.info.description = 'Get the info about the bot'; +base.command.invite.description = 'Get the link to invite the bot on your server'; +base.command.join.description = 'Get the link to join the community server of the bot'; +base.command.last.description = 'Get the stats of last game'; +base.command.laststats.description = 'Displays the stats of the x last match, with elo graph of the X last match'; +base.command.link.description = 'Link a faceit profile to the discord user, to get your stats directly (no parameters needed)'; +base.command.verify.description = 'Verify your faceit account to get your stats directly (no parameters needed)'; +base.command.map.description = 'Displays the stats of the chosen map'; +base.command.monthstats.description = 'Displays the stats of the chosen month, with elo graph of the month'; +base.command.roles.description = 'Ranks are updated every hour and when you get your stats'; +base.command.stats.description = 'Displays general stats, with elo graph of the 20 last games'; +base.command.team.description = 'Create a team and link up to 5 users to it (limited to 1 team by discord account)'; +base.command.unlink.description = 'Unlink your faceit id from the discord bot'; +base.command.vote.description = 'Get the link to vote for the bot on top.gg'; +base.command.weekstats.description = 'Displays the stats of the chosen week, with elo graph of the week'; +base.command.yearstats.description = 'Displays the stats of the chosen year, with elo graph of the year'; +base.options.matchNumber = 'Number of matches to display. Default: {default}'; +base.options.steamParameter = 'steamID / steam custom ID / steam profile url / @user / CSGO status'; +base.options.faceitParameter = 'faceit nickname / @user / faceit profile url'; +base.options.steamParameters = 'steamIDs / steam custom IDs / steam profile urls / @users / CSGO status'; +base.options.faceitParameters = 'faceit nicknames / @users / faceit profile urls'; +base.options.faceitParametersTeam = 'faceit nicknames / @users / faceit profile urls (Max 5)'; +base.options.steamParametersTeam = 'steamIDs / steam custom IDs / steam profile urls / @users / CSGO status (Max 5)'; +base.options.teamParameter = 'team slug (you need to be a part of it, the creator, or it has to be public)'; +base.options.fromDate = 'INCLUDED. Start date, format MM/DD/YYYY'; +base.options.toDate = 'EXCLUDED. End date (at least 1 day interval), if empty gets the current day Format MM/DD/YYYY'; +base.options.playerAimed = 'steam_parameters / faceit_parameters / @user / empty if linked'; +base.options.globalUnlink = 'This will unlink your account on all servers (False by default)'; +base.options.commandName = 'The name of one command'; +base.options.mapName = 'Specify a map to get the stats related'; base.options.levelRoles = { - 1: '1-й рівень', - 2: '2-й рівень', - 3: '3-й рівень', - 4: '4-й рівень', - 5: '5-й рівень', - 6: '6-й рівень', - 7: '7-й рівень', - 8: '8-й рівень', - 9: '9-й рівень', - 10: '10-й рівень' + 1: 'Level 1', + 2: 'Level 2', + 3: 'Level 3', + 4: 'Level 4', + 5: 'Level 5', + 6: 'Level 6', + 7: 'Level 7', + 8: 'Level 8', + 9: 'Level 9', + 10: 'Level 10' }; -base.options.removeOldRoles = 'Видалити старі ролі, якщо вони існують'; -base.options.generateRoles = 'Генерує ранги ролей на сервері'; -base.options.setupRoles = 'Налаштувати ролі, які ви бажаєте для кожного рангу на сервері'; -base.options.removeRoles = 'Видаляє рангові ролі на сервері'; -base.options.infoTeam = 'Отримати інформацію про свої команди'; -base.options.createTeam = 'Створити команду'; -base.options.deleteTeam = 'Видалити вашу команду'; -base.options.addUserTeam = 'Додати користувача до команди'; -base.options.updateTeam = 'Оновити вашу команду'; -base.options.removeUserTeam = 'Видаляє користувача з команди'; -base.options.nameTeam = `назва вашої команди, до ${ maxLengthTeamName } символів`; -base.options.accessTeam = 'Дозволити кожному користувачеві Discord показувати статистику вашої команди'; -base.options.excludedSteamParameters = 'Виключити з пошуку параметри Steam'; -base.options.excludedFaceitParameters = 'Виключити параметри Faceit з пошуку'; -base.options.discordUserLink = 'Прив\'язати користувача лише до цього сервера (Права на керування ролями для прив\'язки іншої особи)'; -base.options.nicknameLink = 'Зробити нік Discord таким же, як у Faceit (тільки для неадміністраторів)'; -base.options.eloRoleName = 'Ім\'я, що призначається цій ролі'; -base.options.eloRoleColor = 'Колір, що призначається цій ролі (HEX-код, наприклад: #FF0000)'; -base.options.eloRoleMin = 'Мінімальний Elo, необхідний для отримання цієї ролі (включно)'; -base.options.eloRoleMax = 'Максимальний Elo, необхідний для отримання цієї ролі (включно)'; -base.options.setupEloRoles = 'Створює роль, яка буде призначена користувачам в залежності від встановленого діапазону elo.'; -base.options.removeEloRole = 'Видаляє обрану роль з сервера.'; -base.options.eloRole = '@роль'; -base.options.gameParameter = 'Гра, з якої потрібно отримати статистику (за замовчуванням: CS2).'; -base.strings.selectTeam = 'Вибрати команду'; -base.strings.infoTeam = 'Отримати інформацію про команду {teamName}'; -base.strings.voteDescription = 'Агов, {discord}! Ви можете проголосувати на top.gg, щоб допомогти мені розвиватися'; -base.strings.messageProcessing = 'Ваш запит зараз обробляється...'; -base.strings.error = 'Помилка'; -base.strings.info = 'Інформація'; -base.strings.compare = 'Порівняння між {playerName1} та {playerName2}'; -base.strings.matchPlayed = 'Зіграно матчів: {matchNumber}'; -base.strings.selectDate = 'Виберіть дату'; -base.strings.helpInfo = 'Інформація про команду {command} \n `<>`: Необов’язково, `[]`: Обов’язково, `{}`: Обов’язково, якщо не пов’язано'; -base.strings.noOptions = 'Ця команда не потребує жодних параметрів'; -base.strings.commands = 'Команди'; -base.strings.help = 'Довідка'; -base.strings.helpDescription = '/help для отримання додаткової інформації про конкретну команду'; -base.strings.stats = 'Статистика'; -base.strings.system = 'Система'; -base.strings.utility = 'Утиліта'; -base.strings.description = 'Опис'; -base.strings.options = 'Параметри'; -base.strings.usage = 'Використання'; -base.strings.example = 'Приклад'; -base.strings.creator = 'Творець'; -base.strings.invitationLink = 'Запросити бота на свій сервер'; -base.strings.voteLink = 'Проголосувати за бота'; -base.strings.serverLink = 'Офіційний сервер підтримки'; -base.strings.accountLinked = 'Обліковий запис прив’язано'; -base.strings.invite = 'Запросити'; -base.strings.inviteDescription = `Привіт {discord}, ти можеш запросити мене, натиснувши на наступне посилання!\n${ invite }`; -base.strings.join = 'Приєднатися'; -base.strings.joinDescription = `Привіт {discord}, ти можеш приєднатися до сервера підтримки, натиснувши на наступне посилання!\n${ join }`; -base.strings.selectMatchBelow = 'Будь ласка, оберіть один з матчів нижче.'; -base.strings.lastMatchLabel = 'Статистика останнього матчу'; -base.strings.lastMatchDescription = 'Інформація про останній матч'; -base.strings.selectAnotherMatch = 'Вибрати інший матч'; -base.strings.lastStatsLabel = 'Статистика останніх матчів'; -base.strings.selectMap = 'Вибрати мапу'; -base.strings.selectMapDescription = 'Виберіть одну з наступних мап, щоб отримати статистику, пов’язану з нею ({playerName})'; -base.strings.selectWeek = 'Виберіть тиждень'; -base.strings.year = 'Рік'; -base.strings.selectYear = 'Виберіть рік'; -base.strings.selectMonth = 'Виберіть місяць'; -base.strings.loading = 'Завантаження'; +base.options.removeOldRoles = 'Remove the old roles if they exist'; +base.options.generateRoles = 'Generates the rank roles on the server'; +base.options.setupRoles = 'Setup the roles that you want for each ranks on the server'; +base.options.removeRoles = 'Removes the rank roles on the server'; +base.options.infoTeam = 'Get information about your teams'; +base.options.createTeam = 'Create your team'; +base.options.deleteTeam = 'Delete your team'; +base.options.addUserTeam = 'Add a user to your team'; +base.options.updateTeam = 'Update your team'; +base.options.removeUserTeam = 'Remove a user from your team'; +base.options.nameTeam = `name of your team, up to ${ maxLengthTeamName } characters`; +base.options.accessTeam = 'Allow every discord users to show your team statistics'; +base.options.excludedSteamParameters = 'Exclude steam parameters from the search'; +base.options.excludedFaceitParameters = 'Exclude faceit parameters from the search'; +base.options.discordUserLink = 'Link the user only for this server (Role management permissions to link someone else)'; +base.options.nicknameLink = 'Makes your discord nickname the same as your faceit nickname (Only works with non admin users)'; +base.options.eloRoleName = 'Name to assign to this role'; +base.options.eloRoleColor = 'Color to assign to this role (HEX, ex: #FF0000)'; +base.options.eloRoleMin = 'Minimum elo required to get this role (included)'; +base.options.eloRoleMax = 'Maximum elo required to get this role (included)'; +base.options.setupEloRoles = 'Generates a role that will be assign to the users depending on the elo range you set'; +base.options.removeEloRole = 'Removes the selected role from the server'; +base.options.eloRole = '@role'; +base.options.gameParameter = 'Game to get the stats from (Default: CS2)'; +base.strings.selectTeam = 'Select a team'; +base.strings.infoTeam = 'Get info about the team {teamName}'; +base.strings.voteDescription = 'Hey, {discord}! You can vote on top.gg to help me grow'; +base.strings.messageProcessing = 'Your request is currently processing...'; +base.strings.error = 'Error'; +base.strings.info = 'Info'; +base.strings.compare = 'Comparison between {playerName1} and {playerName2}'; +base.strings.matchPlayed = '{matchNumber} matches played'; +base.strings.selectDate = 'Select a date'; +base.strings.helpInfo = 'Information about the {command} command \n `<>`: Optional, `[]`: Required, `{}`: Required if not linked'; +base.strings.noOptions = 'This command does not require any options'; +base.strings.commands = 'Commands'; +base.strings.help = 'Help'; +base.strings.helpDescription = '/help for more info on a specific command'; +base.strings.stats = 'Stats'; +base.strings.system = 'System'; +base.strings.utility = 'Utility'; +base.strings.description = 'Description'; +base.strings.options = 'Options'; +base.strings.usage = 'Usage'; +base.strings.example = 'Example'; +base.strings.creator = 'Creator'; +base.strings.invitationLink = 'Invite the bot on your server'; +base.strings.voteLink = 'Vote for the bot'; +base.strings.serverLink = 'Official support server'; +base.strings.accountLinked = 'Account linked'; +base.strings.invite = 'Invite'; +base.strings.inviteDescription = `Hey {discord} you can invite me by clicking on the following link!\n${ invite }`; +base.strings.join = 'Join'; +base.strings.joinDescription = `Hey {discord} you can join the support server by clicking on the following link!\n${ join }`; +base.strings.selectMatchBelow = 'Select one of the matches below'; +base.strings.lastMatchLabel = 'Last match stats info'; +base.strings.lastMatchDescription = 'Info about the last match'; +base.strings.selectAnotherMatch = 'Select another match'; +base.strings.lastStatsLabel = 'Statistics of the last matches'; +base.strings.selectMap = 'Select a map'; +base.strings.selectMapDescription = 'Select one of the following maps to get the statistics related ({playerName})'; +base.strings.selectWeek = 'Select a week'; +base.strings.year = 'Year'; +base.strings.selectYear = 'Select a year'; +base.strings.selectMonth = 'Select a month'; +base.strings.loading = 'Loading'; base.strings.pagination = { - prev: 'Попередня сторінка', - next: 'Наступна сторінка', - first: 'Перша сторінка', - last: 'Остання сторінка' + prev: 'Previous Page', + next: 'Next Page', + first: 'First Page', + last: 'Last Page' }; -base.strings.donate = 'Підтримайте проект'; -base.strings.translation = 'Допомога з перекладом'; -base.strings.fullHistory = 'Повна історія'; -base.error.user.missing = 'Здається, відсутній користувач'; -base.error.user.compareSame = 'Ви не можете порівняти того самого користувача'; -base.error.user.excluded = 'Ви не можете виключити гравця, якого шукаєте'; -base.error.user.teamOwn = 'Ви не володієте командою'; -base.error.user.noTeam = 'Ви не володієте командою і не є частиною жодної команди'; -base.error.user.teamFull = 'Ви не можете додати більше ніж 5 користувачів до вашої команди'; -base.error.user.alreadyInTeam = '**{playerName}** вже є учасником команди **{teamName}**'; -base.error.user.notInTeam = '**{playerName}** не є учасником команди **{teamName}**'; -base.error.user.permissions = { manageRoles: 'У вас немає прав на керування ролями' }; -base.error.user.notLinked = '{discord} не прив\'язаний до жодного облікового запису Faceit'; -base.error.user.noParametersNoLink = 'Будь ласка, вкажіть користувача або команду\\nВи також можете зв\'язати свій обліковий запис Discord з обліковим записом Faceit, щоб отримувати свою статистику безпосередньо\\nЩоб дізнатися, як це зробити, введіть `/help command: link`'; -base.error.user.noMatches = 'Не вдалося знайти жодного матчу для гравця **{playerName}**'; -base.error.user.lastMatchNoStats = 'Не вдалося знайти статистику для останнього матчу гравця **{playerName}**'; -base.error.user.noMatchFoundWithOthers = 'Не вдалося знайти жодного матчу, в якому **{playerName}** грав з запитаними гравцями'; -base.error.user.noBotLink = 'Вибачте, але боти не зовсім моє захоплення'; -base.error.user.globalLink = '{discord} вже має глобальне посилання'; -base.error.user.notFound = 'Запитаний користувач не знаходиться на цьому сервері'; -base.error.user.mapNotPlayed = 'Гравець **{playerName}** не грав на цій карті'; -base.error.execution.command = 'Виникла помилка при виконанні команди'; -base.error.execution.selectmenu = 'Виникла помилка при виконанні вибіркового меню'; -base.error.execution.button = 'Виникла помилка при виконанні кнопки'; -base.error.execution.contextmenu = 'Виникла помилка при виконанні контекстного меню'; -base.error.bot.channelNotAccessible = 'У мене немає прав на відправку повідомлень в цьому каналі'; -base.error.bot.messageEvent = 'Будь ласка, використовуйте слеш-команди (/)'; -base.error.bot.manageRoles = 'У мене немає прав на керування ролями'; -base.error.command.notFound = 'Команду не знайдено'; -base.error.command.teamNameAlreadyExist = 'Команда з такою назвою вже існує'; -base.error.command.teamNameTooLong = `Назва команди занадто довга, вона повинна бути менше ${ maxLengthTeamName } символів`; -base.error.command.alreadyOwnTeam = 'Ви вже є власником команди **{teamName}**'; -base.error.command.invalidRoles = 'Одна або декілька ролей недійсні'; -base.error.command.roleTooHigh = 'Ця роль вище ролі бота, будь ласка, розмістіть її нижче ролі бота'; -base.error.command.teamNotFound = 'Цієї команди не існує'; -base.error.command.teamEmpty = 'У цій команді немає жодних учасників'; -base.error.command.teamNoAccess = 'Ви не маєте доступу до цієї команди'; -base.error.command.faceitProfileNotFound = 'Профіль Faceit не знайдено'; -base.error.command.faceitDatasNotFound = 'Дані Faceit не знайдено'; -base.error.command.faceitCsgoStatsNotFound = 'Статистика CS на Faceit не знайдена'; -base.error.command.faceitHistoryNotFound = 'Історію Faceit не знайдено'; -base.error.command.faceitMatchStatsNotFound = 'Статистика матчу на Faceit не знайдена'; -base.error.command.faceitLadderNotFound = 'Лідерборд на Faceit не знайдено'; -base.error.command.steamIdInvalid = 'Недійсний ідентифікатор Steam'; -base.error.command.invalidColor = 'Введений колір недійсний, будь ласка, використовуйте HEX-колір'; -base.error.command.invalidElo = 'Мінімальний elo повинен бути меншим за максимальний elo'; -base.error.command.invalidRole = 'Надана роль недійсна (має бути згадкою або ідентифікатором ролі, і повинна бути нижчою за роль бота)'; -base.error.command.requiredParameters = 'Наступні параметри обов\'язкові: **{parameters}**\n Будь ласка, використовуйте `/help command: {command}` для отримання додаткової інформації.'; -base.error.command.atLeastOneParameter = 'Необхідно принаймні один з наступних параметрів: **{parameters}**\n Будь ласка, використовуйте `/help command: {command}` для отримання більш докладної інформації.'; -base.success.command.removeRoles = 'Ролі успішно видалено'; -base.success.command.generateRoles = 'Ролі успішно згенеровано'; -base.success.command.setupRoles = 'Ролі успішно налаштовано'; -base.success.command.removeTeam = 'Вашу команду **{teamName}** успішно видалено'; -base.success.command.updateTeam = 'Ваша команда **{teamName}** була успішно оновлена'; -base.success.command.createTeam = 'Ваша команда **{teamName}** була успішно створена'; -base.success.command.removeUser = '**{playerName}** було видалено з команди **{teamName}**'; -base.success.command.addUser = '**{playerName}** додано до команди **{teamName}**'; +base.strings.donate = 'Support the project'; +base.strings.translation = 'Help with the translation'; +base.strings.fullHistory = 'Full history'; +base.strings.verifyDescription = `Hey {discord}, to verify your faceit account click on the link below!\n${ oauth2 }\nOnce you have verified your account, you will be able to get the linked role, and more !`; +base.strings.verify = 'Verify'; +base.error.user.missing = 'It seems like there is a user missing'; +base.error.user.compareSame = 'You can\'t compare the same user'; +base.error.user.excluded = 'You can\'t exclude a player you are searching for'; +base.error.user.teamOwn = 'You don\'t own a team'; +base.error.user.noTeam = 'You don\'t own a team and you aren\'t part of any team'; +base.error.user.teamFull = 'You can\'t add more than 5 users to your team'; +base.error.user.alreadyInTeam = '**{playerName}** is already part of the team **{teamName}**'; +base.error.user.notInTeam = '**{playerName}** is not part of the team **{teamName}**'; +base.error.user.permissions = { manageRoles: 'You don\'t have the permission to manage roles' }; +base.error.user.notLinked = '{discord} is not linked to any faceit account'; +base.error.user.noParametersNoLink = 'Please specify a user or a team\nYou can also link your discord account with your faceit account to get your stats directly\nTo know how to do it, type `/help command: link`'; +base.error.user.noMatches = 'Couldn\'t find any matches for the player **{playerName}**'; +base.error.user.lastMatchNoStats = 'Couldn\'t find any stats for the last match of the player **{playerName}**'; +base.error.user.noMatchFoundWithOthers = 'Couldn\'t find any matches where **{playerName}** played with the requested players'; +base.error.user.noBotLink = 'Sorry, but bots aren\'t really my type'; +base.error.user.globalLink = '{discord} already has a global link'; +base.error.user.notFound = 'The requested user is not on this server'; +base.error.user.mapNotPlayed = 'The player **{playerName}** hasn\'t played on this map'; +base.error.user.unlink.verified = `As your account is verified, you have to unlink your account on the website, click on the link below to do so\n${ unlinkVerified }`; +base.error.execution.command = 'An error occurred while executing the command'; +base.error.execution.selectmenu = 'An error occurred while executing the select menu'; +base.error.execution.button = 'An error occurred while executing the button'; +base.error.execution.contextmenu = 'An error occurred while executing the context menu'; +base.error.bot.channelNotAccessible = 'I do not have the permission to send messages in this channel'; +base.error.bot.messageEvent = 'Please use the slash commands (/)'; +base.error.bot.manageRoles = 'I don\'t have the permission to manage roles'; +base.error.command.notFound = 'Command not found'; +base.error.command.teamNameAlreadyExist = 'A team with this name already exists'; +base.error.command.teamNameTooLong = `The team name is too long, it must be under ${ maxLengthTeamName } characters`; +base.error.command.alreadyOwnTeam = 'You already own the team **{teamName}**'; +base.error.command.invalidRoles = 'One or more roles are invalid'; +base.error.command.roleTooHigh = 'This role is higher than the bot role, please place it below the bot role'; +base.error.command.teamNotFound = 'This team doesn\'t exist'; +base.error.command.teamEmpty = 'This team doesn\'t have any members'; +base.error.command.teamNoAccess = 'You don\'t have access to this team'; +base.error.command.faceitProfileNotFound = 'Faceit profile not found'; +base.error.command.faceitDatasNotFound = 'Faceit datas not found'; +base.error.command.faceitCsgoStatsNotFound = 'Faceit cs stats not found'; +base.error.command.faceitHistoryNotFound = 'Faceit history not found'; +base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found'; +base.error.command.faceitLadderNotFound = 'Faceit ladder not found'; +base.error.command.steamIdInvalid = 'Steam id invalid'; +base.error.command.invalidColor = 'The color given is invalid, please use a hex color'; +base.error.command.invalidElo = 'The minimum elo must be lower than the maximum elo'; +base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)'; +base.error.command.requiredParameters = 'The following parameters are required: **{parameters}**\n Please use `/help command: {command}` for more info'; +base.error.command.atLeastOneParameter = 'At least one of the following parameters is required: **{parameters}**\n Please use `/help command: {command}` for more info'; +base.success.command.removeRoles = 'The roles have been removed successfully'; +base.success.command.generateRoles = 'The roles have been generated successfully'; +base.success.command.setupRoles = 'The roles have been setup successfully'; +base.success.command.removeTeam = 'Your team **{teamName}** has been removed successfully'; +base.success.command.updateTeam = 'Your team **{teamName}** has been updated'; +base.success.command.createTeam = 'Your team **{teamName}** has been created'; +base.success.command.removeUser = '**{playerName}** has been removed from the team **{teamName}**'; +base.success.command.addUser = '**{playerName}** has been added to the team **{teamName}**'; base.success.command.unlink = { - global: 'Ваш обліковий запис успішно відв’язано', - server: 'Ваш обліковий запис успішно від’єднано на цьому сервері' + global: 'Your account has been unlinked successfully', + server: 'Your account has been unlinked successfully on this server' }; -base.success.command.link = '{discord} було прив’язано з **{playerName}**'; -base.success.command.setupEloRoles = 'Elo роль була успішно створена'; -base.success.command.removeRole = 'Роль успішно видалено'; +base.success.command.link = '{discord} has been linked to **{playerName}**'; +base.success.command.setupEloRoles = 'The elo role has been generated successfully'; +base.success.command.removeRole = 'The role has been removed successfully'; module.exports = base; \ No newline at end of file