mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
27 lines
765 B
PHP
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',
|
|
];
|