Archived
Template
1
Fork 0
This repository has been archived on 2024-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/public/@shoelace-style/shoelace/cdn/translations/es.js
2024-01-30 10:59:28 -05:00

46 lines
1.3 KiB
JavaScript

import "../chunks/chunk.NH3SRVOC.js";
import "../chunks/chunk.QPSNFEB2.js";
import {
registerTranslation
} from "../chunks/chunk.O27EHOBW.js";
import "../chunks/chunk.KIILAQWQ.js";
// src/translations/es.ts
var translation = {
$code: "es",
$name: "Espa\xF1ol",
$dir: "ltr",
carousel: "Carrusel",
clearEntry: "Borrar entrada",
close: "Cerrar",
copied: "Copiado",
copy: "Copiar",
currentValue: "Valor actual",
error: "Error",
goToSlide: (slide, count) => `Ir a la diapositiva ${slide} de ${count}`,
hidePassword: "Ocultar contrase\xF1a",
loading: "Cargando",
nextSlide: "Siguiente diapositiva",
numOptionsSelected: (num) => {
if (num === 0)
return "No hay opciones seleccionadas";
if (num === 1)
return "1 opci\xF3n seleccionada";
return `${num} opci\xF3n seleccionada`;
},
previousSlide: "Diapositiva anterior",
progress: "Progreso",
remove: "Eliminar",
resize: "Cambiar el tama\xF1o",
scrollToEnd: "Desplazarse hasta el final",
scrollToStart: "Desplazarse al inicio",
selectAColorFromTheScreen: "Seleccione un color de la pantalla",
showPassword: "Mostrar contrase\xF1a",
slideNum: (slide) => `Diapositiva ${slide}`,
toggleColorFormat: "Alternar formato de color"
};
registerTranslation(translation);
var es_default = translation;
export {
es_default as default
};