feat: Translate various strings and comments to Spanish for better localization

- Updated error messages and comments in main.rs, openapi.rs, portfolio.rs, predictive.rs, ai.rs, health.rs, middleware.rs, models.rs, token_limits.rs, and webhooks.rs to Spanish.
- Enhanced user experience by providing localized content for Spanish-speaking users.
This commit is contained in:
2026-04-10 10:26:26 -04:00
parent 7c48b3b1a9
commit 53e5ef4d0b
35 changed files with 1135 additions and 1144 deletions
+6 -6
View File
@@ -150,7 +150,7 @@ pub struct ApiDoc;
tag = "Cursos",
request_body = IngestCourseRequest,
responses(
(status = 200, description = "Curso ingestada exitosamente"),
(status = 200, description = "Curso ingestado exitosamente"),
(status = 400, description = "Payload inválido o JSON mal formado"),
(status = 500, description = "Error interno del servidor"),
)
@@ -227,11 +227,11 @@ pub fn get_course_outline() {}
///
/// | id | nombre | descripcion |
/// |----|--------|-------------|
/// | 1 | CA | Continuous Assessment |
/// | 2 | MWT | Midterm Written Test |
/// | 3 | MOT | Midterm Oral Test |
/// | 5 | FOT | Final Oral Test |
/// | 6 | FWT | Final written test |
/// | 1 | CA | Evaluación Continua (Continuous Assessment) |
/// | 2 | MWT | Examen Escrito de Mitad de Ciclo (Midterm Written Test) |
/// | 3 | MOT | Examen Oral de Mitad de Ciclo (Midterm Oral Test) |
/// | 5 | FOT | Examen Oral Final (Final Oral Test) |
/// | 6 | FWT | Examen Escrito Final (Final Written Test) |
#[utoipa::path(
get,
path = "/tipo-nota",