11 lines
311 B
JavaScript
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...
|
|
}
|
|
};
|