10 lines
203 B
JavaScript
10 lines
203 B
JavaScript
export default {
|
|
"oilPress": {
|
|
"title": "Ölpresse ausleihen",
|
|
"comingSoon": "Inhalt kommt bald..."
|
|
},
|
|
"thcTest": {
|
|
"title": "THC Test",
|
|
"comingSoon": "Inhalt kommt bald..."
|
|
}
|
|
};
|