mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
60 lines
3.1 KiB
PHP
60 lines
3.1 KiB
PHP
<?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 HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'activate-account' => 'Activar Cuenta',
|
|
'ban-reason' => 'Razón',
|
|
'banned-footer' => 'Eso es lo que obtienes por NO seguir las reglas',
|
|
'banned-header' => 'Has sido baneado',
|
|
'bug-description' => 'Problema',
|
|
'bug-footer' => '¡Arregla eso!',
|
|
'bug-header' => 'Nuevo Reporte de error de',
|
|
'bug-priority' => 'Prioridad',
|
|
'bug-title' => 'Título del error',
|
|
'contact-header' => 'Nuevo Correo de Contacto de',
|
|
'contact-message' => 'Mensaje',
|
|
'contact-name' => 'Nombre',
|
|
'fail-login-greeting' => '¡Falló el Inicio de Sesión!',
|
|
'fail-login-line1' => 'Se detectó un intento fallido de inicio de sesión en tu cuenta.',
|
|
'fail-login-line2' => 'Esta solicitud se originó desde :ip ( :host ) a las :time',
|
|
'fail-login-subject' => 'Notificación de Inicio de Sesión fallido',
|
|
'footer-link' => 'Si tienes problemas para hacer clic en el botón :actionText, copia y pega la URL a continuación en tu navegador web:',
|
|
'invite-header' => 'Invitación a',
|
|
'invite-invited' => 'Has sido invitado a',
|
|
'invite-message' => 'Mensaje',
|
|
'invite-signup' => 'Regístrate ahora',
|
|
'newreply-header' => 'Hay una nueva respuesta en tu tema',
|
|
'newreply-message' => 'Mensaje',
|
|
'newreply-replied' => 'Ha respondido a tu tema',
|
|
'newreply-view' => 'Ver ahora',
|
|
'no-email-found' => '¡No pudimos encontrar este correo electrónico en nuestro sistema!',
|
|
'register-code' => 'Para completar la activación de tu cuenta, haz clic en el botón de abajo',
|
|
'register-footer' => 'Si el botón de arriba no funciona, copia y pega la URL en la barra de direcciones de tu navegador',
|
|
'register-header' => '¡Hola! Gracias por registrarte en',
|
|
'report-comment' => 'Comentario',
|
|
'report-email' => 'Correo electrónico',
|
|
'report-header' => 'Hola Administrador, un enlace ha sido reportado en',
|
|
'report-link' => 'Enlace',
|
|
'report-link-hash' => 'Enlace Actual',
|
|
'thanks' => 'Gracias por usar',
|
|
'unban-footer' => '¡Bienvenido de nuevo!',
|
|
'unban-header' => 'Has sido desbaneado',
|
|
'unban-reason' => 'Razón',
|
|
'username-reminder' => 'Recientemente nos enviaste una solicitud para recordar tu nombre de usuario en nuestra aplicación. Tu nombre de usuario es',
|
|
'username-sent' => '¡Tu nombre de usuario ha sido enviado a tu dirección de correo electrónico!',
|
|
'disabled-header' => 'Su cuenta ha sido deshabilitada',
|
|
'pruned-header' => 'Su cuenta ha sido eliminada por inactividad',
|
|
];
|