Latest translations and fallbacks
parent
2ab2486d3b
commit
ac03c2b270
@ -1,11 +1,11 @@
|
||||
{
|
||||
"post-cache": "Post Cache",
|
||||
"posts-in-cache": "Posts in Cache",
|
||||
"average-post-size": "Average Post Size",
|
||||
"length-to-max": "Length / Max",
|
||||
"percent-full": "%1% Full",
|
||||
"post-cache-size": "Post Cache Size",
|
||||
"items-in-cache": "Items in Cache",
|
||||
"control-panel": "Control Panel",
|
||||
"update-settings": "Update Cache Settings"
|
||||
"post-cache": "Publicar Cache",
|
||||
"posts-in-cache": "Publicar en Cache",
|
||||
"average-post-size": "Tamaño medio de post",
|
||||
"length-to-max": "Longitud / Maxima",
|
||||
"percent-full": "%1% Completo",
|
||||
"post-cache-size": "Tamaño de cache del post",
|
||||
"items-in-cache": "Artículos en cache",
|
||||
"control-panel": "Panel de Control",
|
||||
"update-settings": "Actualizar opciones de cache"
|
||||
}
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"figure-x": "Figura %1",
|
||||
"error-events-per-day": "<code>%1</code> events per day",
|
||||
"error-events-per-day": "<code>%1</code> eventos por dia",
|
||||
"error.404": "404 No Encontrado",
|
||||
"error.503": "503 Servicio no disponible",
|
||||
"manage-error-log": "Manage Error Log",
|
||||
"export-error-log": "Export Error Log (CSV)",
|
||||
"manage-error-log": "Administrar registro de errores",
|
||||
"export-error-log": "Exportar registro de errores (CSV)",
|
||||
"clear-error-log": "Cerrar Log de Error",
|
||||
"route": "Route",
|
||||
"count": "Count",
|
||||
"no-routes-not-found": "Hooray! There are no routes that were not found.",
|
||||
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
|
||||
"clear404-success": "\"404 Not Found\" errors cleared"
|
||||
"route": "Ruta",
|
||||
"count": "Contar",
|
||||
"no-routes-not-found": "Hurra! No hay rutas rutas que no fueran encontradas.",
|
||||
"clear404-confirm": "¿Estas seguro que desea borrar los registros de errores 404?",
|
||||
"clear404-success": "\"404 no encontrado\" Errores borrados"
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"events": "Events",
|
||||
"no-events": "There are no events",
|
||||
"control-panel": "Events Control Panel",
|
||||
"delete-events": "Delete Events"
|
||||
"events": "Eventos",
|
||||
"no-events": "No hay eventos",
|
||||
"control-panel": "Panel de control de eventos",
|
||||
"delete-events": "Borrar eventos"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"logs": "Logs",
|
||||
"control-panel": "Logs Control Panel",
|
||||
"reload": "Reload Logs",
|
||||
"clear": "Clear Logs",
|
||||
"clear-success": "Logs Cleared!"
|
||||
"logs": "Registro",
|
||||
"control-panel": "Panel de control del registro",
|
||||
"reload": "Recargar registro",
|
||||
"clear": "Borrar registro",
|
||||
"clear-success": "¡Registros borrados!"
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"custom-css": "Custom CSS",
|
||||
"custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.",
|
||||
"custom-css.enable": "Enable Custom CSS",
|
||||
"custom-css": "CSS personalizado",
|
||||
"custom-css.description": "Introduce tus propias declaraciones CSS aquí, las cuales serán aplicadas después de otros estilos.",
|
||||
"custom-css.enable": "Activar CSS personalizado",
|
||||
|
||||
"custom-header": "Custom Header",
|
||||
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code><head></code> section of your forum's markup.",
|
||||
"custom-header.enable": "Enable Custom Header"
|
||||
"custom-header": "Cabezera personalizada",
|
||||
"custom-header.description": "Introduce HTML personalizado aquí (ej. JavaScript, Meta Etiquetas, etc.), las cuales se adjuntarán al <code><head></code> en la sección de la marca de su foro.",
|
||||
"custom-header.enable": "Activar cabecera personalizada"
|
||||
}
|
Loading…
Reference in New Issue