Files
UNIT3D-Community-Edition/lang/cs/bot.php
T
2022-01-19 19:51:07 +00:00

27 lines
765 B
PHP

<?php
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'about' => 'O',
'bot' => 'Bot',
'bots' => 'Bots',
'color' => 'Barva',
'command' => 'Příkaz',
'edit-bot' => 'Upravit Bot',
'emoji-code' => 'Kód Emoji',
'help' => 'Pomoc',
'icon' => 'Ikona',
'info' => 'Informace',
'name' => 'název',
];