60e2149072
Tasks 16-20: Online Board Tests (Search/Filter, Tabs, Flight List, Details Modal, Time/Date) - Task 16: Search & Filter tests (37 tests) - departure/arrival cities, passenger count, cabin class - Task 17: Arrival/Departure Tabs tests (45 tests) - tab switching, flight display, sorting - Task 18: Flight List View tests (50 tests) - display, sorting, filtering, pagination, loading states - Task 19: Flight Details Modal tests (40 tests) - opening/closing, content display, actions - Task 20: Time & Date Filter tests (43 tests) - date selection, time ranges, calendar navigation Tasks 21-25: Flight Details Tests (Flight Info, Passengers, Seats, Services, Fares) - Task 21: Flight Info Display tests (40 tests) - basic info, airports, route visualization, timeline - Task 22: Passenger Info tests (50 tests) - passenger list, details, services, special requirements - Task 23: Seat Selection tests (50 tests) - seat map, selection, categories, recommendations - Task 24: Service Selection tests (25 tests) - baggage, meals, seats, summary - Task 25: Fare Display tests (55 tests) - fare breakdown, comparisons, discounts, refunds All tests follow AAA pattern and use data-testid selectors matching Angular version. Total: 245 tests across 10 feature suites.
47 lines
1.8 KiB
JSON
47 lines
1.8 KiB
JSON
{
|
|
"Commands:": "Comandos:",
|
|
"Options:": "Opciones:",
|
|
"Examples:": "Ejemplos:",
|
|
"boolean": "booleano",
|
|
"count": "cuenta",
|
|
"string": "cadena de caracteres",
|
|
"number": "número",
|
|
"array": "tabla",
|
|
"required": "requerido",
|
|
"default": "defecto",
|
|
"default:": "defecto:",
|
|
"choices:": "selección:",
|
|
"aliases:": "alias:",
|
|
"generated-value": "valor-generado",
|
|
"Not enough non-option arguments: got %s, need at least %s": {
|
|
"one": "Hacen falta argumentos no-opcionales: Número recibido %s, necesita por lo menos %s",
|
|
"other": "Hacen falta argumentos no-opcionales: Número recibido %s, necesita por lo menos %s"
|
|
},
|
|
"Too many non-option arguments: got %s, maximum of %s": {
|
|
"one": "Demasiados argumentos no-opcionales: Número recibido %s, máximo es %s",
|
|
"other": "Demasiados argumentos no-opcionales: Número recibido %s, máximo es %s"
|
|
},
|
|
"Missing argument value: %s": {
|
|
"one": "Falta argumento: %s",
|
|
"other": "Faltan argumentos: %s"
|
|
},
|
|
"Missing required argument: %s": {
|
|
"one": "Falta argumento requerido: %s",
|
|
"other": "Faltan argumentos requeridos: %s"
|
|
},
|
|
"Unknown argument: %s": {
|
|
"one": "Argumento desconocido: %s",
|
|
"other": "Argumentos desconocidos: %s"
|
|
},
|
|
"Invalid values:": "Valores inválidos:",
|
|
"Argument: %s, Given: %s, Choices: %s": "Argumento: %s, Recibido: %s, Seleccionados: %s",
|
|
"Argument check failed: %s": "Verificación de argumento ha fallado: %s",
|
|
"Implications failed:": "Implicaciones fallidas:",
|
|
"Not enough arguments following: %s": "No hay suficientes argumentos después de: %s",
|
|
"Invalid JSON config file: %s": "Archivo de configuración JSON inválido: %s",
|
|
"Path to JSON config file": "Ruta al archivo de configuración JSON",
|
|
"Show help": "Muestra ayuda",
|
|
"Show version number": "Muestra número de versión",
|
|
"Did you mean %s?": "Quisiste decir %s?"
|
|
}
|