Added Spanish; new URL encoding scheme

This commit is contained in:
2025-08-13 14:43:56 -03:00
parent 7d7770b7f9
commit 59d9a7b482
8 changed files with 361 additions and 76 deletions

47
translations/en.json Normal file
View File

@@ -0,0 +1,47 @@
{
"app_title": "Countdown Generator",
"form": {
"countdown_title_label": "Countdown title",
"countdown_title_placeholder": "My Event",
"target_date_label": "Target date/time (ISO 8601)",
"color_scheme_label": "Color scheme",
"scheme_dark": "Dark",
"scheme_light": "Light",
"accent_color_label": "Accent color",
"foreground_color_label": "Foreground text color",
"background_color_label": "Background color",
"corner_radius_label": "Corner radius (px)",
"shadow_strength_label": "Shadow strength",
"shadow_none": "None",
"shadow_small": "Small",
"shadow_medium": "Medium",
"shadow_large": "Large",
"font_label": "Font (CSS font-family)",
"font_placeholder": "system-ui, 'Segoe UI', sans-serif",
"show_milliseconds_label": "Show milliseconds",
"yes": "Yes",
"no": "No",
"round_to_nearest_label": "Round to nearest",
"round_none": "None",
"round_minutes": "Minutes",
"round_hours": "Hours",
"round_days": "Days",
"generate_button": "Generate Countdown →"
},
"countdown": {
"target_label": "Target:",
"days": "days",
"hours": "hours",
"minutes": "minutes",
"seconds": "seconds",
"ms": "ms",
"copy_link": "Copy sharable link",
"link_copied": "Link copied!",
"edit": "Edit",
"time_reached": "🎉 It's time!",
"invalid_date": "Invalid or missing target date. Use the Edit link to set one."
},
"info": {
"description": "You'll get a shareable URL with all your settings embedded as query parameters. You can also hit this page with query params to prefill the form."
}
}

47
translations/es.json Normal file
View File

@@ -0,0 +1,47 @@
{
"app_title": "Generador de Cuenta Regresiva",
"form": {
"countdown_title_label": "Título de la cuenta regresiva",
"countdown_title_placeholder": "Mi Evento",
"target_date_label": "Fecha/hora objetivo (ISO 8601)",
"color_scheme_label": "Esquema de colores",
"scheme_dark": "Oscuro",
"scheme_light": "Claro",
"accent_color_label": "Color de acento",
"foreground_color_label": "Color del texto",
"background_color_label": "Color de fondo",
"corner_radius_label": "Radio de esquinas (px)",
"shadow_strength_label": "Intensidad de sombra",
"shadow_none": "Ninguna",
"shadow_small": "Pequeña",
"shadow_medium": "Mediana",
"shadow_large": "Grande",
"font_label": "Fuente (CSS font-family)",
"font_placeholder": "system-ui, 'Segoe UI', sans-serif",
"show_milliseconds_label": "Mostrar milisegundos",
"yes": "Sí",
"no": "No",
"round_to_nearest_label": "Redondear al más cercano",
"round_none": "Ninguno",
"round_minutes": "Minutos",
"round_hours": "Horas",
"round_days": "Días",
"generate_button": "Generar Cuenta Regresiva →"
},
"countdown": {
"target_label": "Objetivo:",
"days": "días",
"hours": "horas",
"minutes": "minutos",
"seconds": "segundos",
"ms": "ms",
"copy_link": "Copiar enlace compartible",
"link_copied": "¡Enlace copiado!",
"edit": "Editar",
"time_reached": "🎉 ¡Es hora!",
"invalid_date": "Fecha objetivo inválida o faltante. Usa el enlace Editar para establecer una."
},
"info": {
"description": "Obtendrás una URL compartible con todas tus configuraciones incrustadas como parámetros de consulta. También puedes acceder a esta página con parámetros de consulta para rellenar el formulario previamente."
}
}