-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4233 from Deci8BelioS/8.x.x
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |