Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 1, 2024
1 parent cd4da29 commit b09d8da
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tar -zcvf ${{ env.TAR_FILENAME }} ${{ env.ADDON_NAME }}
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
${{ env.ZIP_FILENAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.2
tools: composer:v2, supportpal/language-tools

- name: PHP Syntax Check
uses: overtrue/phplint@8.2
uses: overtrue/phplint@9.1
with:
path: .
options: --exclude=vendor
Expand Down
5 changes: 5 additions & 0 deletions Lang/es/conditions.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,9 @@
*/
"user_email_verified" => "Correo del usuario verificado",
"ticket_has_followup" => "El ticket tiene seguimiento",

/*
* 5.3.0
*/
"user_registered" => "User registered",
);
7 changes: 6 additions & 1 deletion Lang/es/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
"schedule_task_cron" => "Cron Job",
"schedule_task_3" => "Crea un Cron Job similar al ejemplo mostrado abajo en tu servidor para que las tareas programadas se ejecuten automáticamente.",
"ticket_channel_desc" => "Los canales de ticket son métodos de creación de ticket. Estos se pueden extender fácilmente para incluir tus propios canales, por ejemplo, tickets abiertos a través de Instagram.",
"ticket_channel_2" => "Nosotros ofrecemos una serie de canales por defecto. Puedes activar y configurar los canales de Facebook y Twitter para recopilar tickets generados a través de las redes sociales.",
"user_desc" => "Los usuarios que interactúan con tu sistema se muestran aquí. Puedes añadir, editar y eliminar usuarios como desees.",
"organisation_desc" => "Los usuarios se pueden asignar a organizaciones, permitiéndoles acceder a los tickets abiertos por otros usuarios dentro de su misma organización.",
"operator_desc" => "Otros empleados pueden ser añadidos como operadores aquí, además de administrar a qué departamentos están asignados.",
Expand Down Expand Up @@ -661,4 +660,10 @@
"data" => "Datos",
"failed_background_jobs" => "Una o más <a target='_blank' href=':link'>tareas en segundo plano</a> han fallado y necesitan atención manual",

/*
* 5.3.0
*/
"ticket_channel_2" => "Nosotros ofrecemos una serie de canales por defecto. Puedes activar y configurar los canales de Facebook y Twitter para recopilar tickets generados a través de las redes sociales.",
"incoming_duplicate" => "Incoming (Duplicate)",

);
5 changes: 5 additions & 0 deletions Lang/es/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,9 @@
"post_install" => "Para que el sistema funcione correctamente, debe configurarse un cron job. Lee nuestra <a href='https://docs.supportpal.com/current/Administration'>documentación</a> para más información sobre esta y otras acciones recomendadas para mejorar la funcionalidad y la seguridad.",
"help_allowed_methods" => "Tu servidor web debe permitir todos los métodos HTTP indicados a continuación. Consulta nuestra <a href='https://docs.supportpal.com/current/System+Requirements#WebServer' target='_blank'>nueva documentación de instalación</a> para obtener más informacion.",

/*
* 5.3.0
*/
"check_file_permissions" => "Checking file permissions...",

);
4 changes: 4 additions & 0 deletions Lang/es/integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"twilio_verify_sid" => "Verificación SID",

"twitter_api_key_secret" => "Secreto de la clave API",

/*
* 5.3.0
*/
"twitter_documentation" => "Lee nuestra documentación para configurar <a href=':link'>Twitter</a>.",
"twitter_redirect_url" => "La siguiente URL <strong>debe</strong> introducirse para la aplicación de Twitter 'Callback URL':",

Expand Down
6 changes: 6 additions & 0 deletions Lang/es/log.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,10 @@
"background_job_deleted" => "Se ha eliminado la tarea en segundo plano :rel.",
"background_job_retried" => "Se volvió a intentar la tarea en segundo plano :rel.",

/*
* 5.3.0
*/
"operator_password_set" => "Set a password for their account.",
"password_reset_sent" => "Reset password link sent to :rel.",

);
6 changes: 6 additions & 0 deletions Lang/es/selfservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,11 @@
"type_protected_desc" => "Alterna para mostrar solo contenido de este tipo a usuarios registrados.",
"article_feedback" => "Valoración del artículo",
"frontend_icon_desc" => "Selecciona un icono regular <a href='https://fontawesome.com/icons' target='_blank'>FontAwesome</a> para mostrar en el front-end para tu tipo. También puedes buscar un icono personalizado que no esté incluido en la lista (empezando con 'fa-').",
"comment_deleted" => "Comment deleted",

/*
* 5.3.0
*/
"in_reply_to" => "in reply to",

);
7 changes: 7 additions & 0 deletions Lang/es/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,11 @@
*/
"block_user_desc" => "El usuario no podrá abrir más tickets y el ticket se moverá a la papelera.",

/*
* 5.3.0
*/
"reject_duplicate_emails" => "Reject Duplicate Emails",
"reject_duplicate_emails_desc" => "Stop emails being imported more than once, detected based on the Message-ID header.",
"duplicate_email_detected" => "Duplicate email that has already been imported.",

);
15 changes: 14 additions & 1 deletion Lang/es/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
"two_fa_secret" => "Secreto 2FA",
"two_fa_secret_desc" => "Por favor, almacena esto en algún lugar seguro ya que lo necesitarás para re-añadir la cuenta autenticadora a tu teléfono si perdieras el acceso.",
"display_notifications" => "Mostrar notificaciones",
"display_notifications_desc" => "El sistema te notificará cuando se creen nuevos tickets o respuestas o cuando inicien sesión otros operadores. Puedes elegir entre notificaciones del escritorio o notificaciones en el navegador (in-browser), o puedes deshabilitarlo por completo.",
"desktop_notifications" => "Notificaciones del escritorio",
"browser_notifications" => "Notificaciones del navegador",

Expand Down Expand Up @@ -373,4 +372,18 @@
"error_join" => "No se ha encontrado el código de invitación o ha caducado.",
"verify_to_view_tickets" => "Verifica todas las direcciones de correo electrónico adicionales o elimina las direcciones de correo electrónico no verificadas en el perfil de tu cuenta.",

/*
* 5.2.3
*/
"display_notifications_desc" => "El sistema te notificará cuando se creen nuevos tickets o respuestas o cuando inicien sesión otros operadores. Puedes elegir entre notificaciones del escritorio o notificaciones en el navegador (in-browser), o puedes deshabilitarlo por completo.",

/*
* 5.3.0
*/
"email_verified" => "Email Verified",
"registered_desc" => "If the user has a password set and is able to login to the frontend.",
"new_operator_account_desc" => "You can send a verification email to let the operator set up their own account or toggle to set a password for them below.",
"operator_set_password_desc" => "Please enter a password below to finish setting up your operator account.",
"password_set_success" => "Password set successfully!",

);

0 comments on commit b09d8da

Please sign in to comment.