Преглед изворни кода

✨ feat(i18n): adicionar traduções pt/en/es para mensagens do sistema

Fase: dev | Origin: melhoria-interna
Gustavo Zanatta пре 1 недеља
родитељ
комит
a57ae852ad
3 измењених фајлова са 30 додато и 3 уклоњено
  1. 10 1
      lang/en/messages.php
  2. 10 1
      lang/es/messages.php
  3. 10 1
      lang/pt/messages.php

+ 10 - 1
lang/en/messages.php

@@ -9,5 +9,14 @@ return [
     'email_not_sent' => 'Email not sent',
     'imported' => 'Imported successfully',
     'import_error' => 'Error importing',
-    'buyer_not_allowed' => 'Buyer not allowed',
+    'buyer_not_allowed'       => 'Buyer not allowed',
+    'notification_sent'       => 'Notification sent successfully',
+    'notification_read'       => 'Notification marked as read',
+    'interest_added'          => 'Interest registered successfully',
+    'interest_removed'        => 'Interest removed successfully',
+    'appointment_created'     => 'Appointment created successfully',
+    'appointment_cancelled'   => 'Appointment cancelled successfully',
+    'appointment_confirmed'   => 'Appointment confirmed successfully',
+    'not_found'               => 'Record not found',
+    'unauthorized'            => 'Unauthorized action',
 ];

+ 10 - 1
lang/es/messages.php

@@ -9,5 +9,14 @@ return [
     'email_not_sent' => 'Email no enviado',
     'imported' => 'Importado exitosamente',
     'import_error' => 'Error al importar',
-    'buyer_not_allowed' => 'Comprador no permitido',
+    'buyer_not_allowed'       => 'Comprador no permitido',
+    'notification_sent'       => 'Notificación enviada exitosamente',
+    'notification_read'       => 'Notificación marcada como leída',
+    'interest_added'          => 'Interés registrado exitosamente',
+    'interest_removed'        => 'Interés eliminado exitosamente',
+    'appointment_created'     => 'Cita creada exitosamente',
+    'appointment_cancelled'   => 'Cita cancelada exitosamente',
+    'appointment_confirmed'   => 'Cita confirmada exitosamente',
+    'not_found'               => 'Registro no encontrado',
+    'unauthorized'            => 'Acción no autorizada',
 ];

+ 10 - 1
lang/pt/messages.php

@@ -9,5 +9,14 @@ return [
     'email_not_sent' => 'Email não enviado',
     'imported' => 'Importado com sucesso',
     'import_error' => 'Erro ao importar',
-    'buyer_not_allowed' => 'Compra não permitida, tente outro ingresso ou comprador',
+    'buyer_not_allowed'       => 'Compra não permitida, tente outro ingresso ou comprador',
+    'notification_sent'       => 'Notificação enviada com sucesso',
+    'notification_read'       => 'Notificação marcada como lida',
+    'interest_added'          => 'Interesse registrado com sucesso',
+    'interest_removed'        => 'Interesse removido com sucesso',
+    'appointment_created'     => 'Agendamento criado com sucesso',
+    'appointment_cancelled'   => 'Agendamento cancelado com sucesso',
+    'appointment_confirmed'   => 'Agendamento confirmado com sucesso',
+    'not_found'               => 'Registro não encontrado',
+    'unauthorized'            => 'Ação não autorizada',
 ];