mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-17 17:30:51 -06:00
Currently translated at 100.0% (228 of 228 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (228 of 228 strings) Translated using Weblate (Danish) Currently translated at 100.0% (404 of 404 strings) Translated using Weblate (Danish) Currently translated at 100.0% (229 of 229 strings) Translated using Weblate (Danish) Currently translated at 100.0% (64 of 64 strings) Translated using Weblate (Danish) Currently translated at 100.0% (20 of 20 strings) Translated using Weblate (Danish) Currently translated at 100.0% (11 of 11 strings) Translated using Weblate (Danish) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Danish) Currently translated at 100.0% (228 of 228 strings) Co-authored-by: Antonio R <antonio@rubinet.es> Co-authored-by: Globber <globbered@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Ismael Canto <ismacanto@gmail.com> Translate-URL: https://hosted.weblate.org/projects/unit3d/bon/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/bot/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/common/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/common/es/ Translate-URL: https://hosted.weblate.org/projects/unit3d/graveyard/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/staff/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/torrent/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/user/da/ Translation: UNIT3D/bon Translation: UNIT3D/bot Translation: UNIT3D/common Translation: UNIT3D/graveyard Translation: UNIT3D/staff Translation: UNIT3D/torrent Translation: UNIT3D/user
26 lines
710 B
PHP
26 lines
710 B
PHP
<?php
|
|
return [
|
|
/**
|
|
* 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
|
|
*/
|
|
'about' => 'Om',
|
|
'bot' => 'Bot',
|
|
'bots' => 'Bots',
|
|
'color' => 'Farve',
|
|
'command' => 'Kommando',
|
|
'edit-bot' => 'Rediger Bot',
|
|
'emoji-code' => 'Emoji Kode',
|
|
'help' => 'Hjælp',
|
|
'icon' => 'Ikon',
|
|
'info' => 'Info',
|
|
'name' => 'Navn',
|
|
];
|