Files
reactShop/src/i18n/locales/es/pages.js
2025-07-16 09:21:40 +02:00

11 lines
311 B
JavaScript

export default {
"oilPress": {
"title": "Alquilar prensa de aceite", // Ölpresse ausleihen
"comingSoon": "Contenido próximamente...", // Inhalt kommt bald...
},
"thcTest": {
"title": "Prueba de THC", // THC Test
"comingSoon": "Contenido próximamente...", // Inhalt kommt bald...
}
};