Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Update) Spanish Language #4233

Merged
merged 2 commits into from
Oct 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions lang/es/event.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php

declare(strict_types=1);

/**
* 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 Roardom <[email protected]>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'add-event' => 'Añadir evento',
'add-prize' => 'Añadir premio',
'edit-event' => 'Editar evento',
'edit-prize' => 'Editar premio',
'ends-at' => 'Termina en',
'events' => 'Eventos',
'minimum' => 'Mínimo',
'maximum' => 'Máximo',
'no-prizes' => 'No hay premios.',
'prize' => 'Premio',
'prizes' => 'Premios',
'starts-at' => 'A partir de',
'weight' => 'Peso',
];
Loading