Small locale fix

This commit is contained in:
Profitroll 2022-05-08 23:30:40 +02:00
parent c06031e893
commit be209de3e0
2 changed files with 6 additions and 2 deletions

View File

@ -48,6 +48,8 @@
"forbidden_title": "🚫 Access Denied",
"forbidden_description": "You must have **Administrator** right to set up private channels",
"dm_title": "🚫 Execution error",
"dm_description": "Commands can only be executed while on the server"
"dm_description": "Commands can only be executed while on the server",
"admin_title": "🚫 Permission denied",
"admin_description": "You must be bot owner to perform this"
}
}

View File

@ -48,6 +48,8 @@
"forbidden_title": "🚫 Відмовлено у доступі",
"forbidden_description": "Для налаштування приватних каналів потрібно мати право **Адміністратор**",
"dm_title": "🚫 Помилка виконання",
"dm_description": "Команди можна виконувати лише перебуваючи на сервері"
"dm_description": "Команди можна виконувати лише перебуваючи на сервері",
"admin_title": "🚫 Відмовлено в доступі",
"admin_description": "Треба бути адміністратором бота щоб зробити це"
}
}