Small locale fix
This commit is contained in:
parent
c06031e893
commit
be209de3e0
@ -48,6 +48,8 @@
|
|||||||
"forbidden_title": "🚫 Access Denied",
|
"forbidden_title": "🚫 Access Denied",
|
||||||
"forbidden_description": "You must have **Administrator** right to set up private channels",
|
"forbidden_description": "You must have **Administrator** right to set up private channels",
|
||||||
"dm_title": "🚫 Execution error",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -48,6 +48,8 @@
|
|||||||
"forbidden_title": "🚫 Відмовлено у доступі",
|
"forbidden_title": "🚫 Відмовлено у доступі",
|
||||||
"forbidden_description": "Для налаштування приватних каналів потрібно мати право **Адміністратор**",
|
"forbidden_description": "Для налаштування приватних каналів потрібно мати право **Адміністратор**",
|
||||||
"dm_title": "🚫 Помилка виконання",
|
"dm_title": "🚫 Помилка виконання",
|
||||||
"dm_description": "Команди можна виконувати лише перебуваючи на сервері"
|
"dm_description": "Команди можна виконувати лише перебуваючи на сервері",
|
||||||
|
"admin_title": "🚫 Відмовлено в доступі",
|
||||||
|
"admin_description": "Треба бути адміністратором бота щоб зробити це"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user