Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
#15 changed descriptions in Home.vue from german to english
Browse files Browse the repository at this point in the history
  • Loading branch information
pse authored and pse committed Dec 10, 2020
1 parent a4b7383 commit 9f9f4c2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@ export default {
return {
card: {
raumErstellen: {
title: 'Raum anlegen',
text: 'Hier können sie einen Raum anlegen',
title: 'Create room',
text: 'Here you can create a room',
link: 'test1',
imgLink: 'https://images.unsplash.com/photo-1524989899036-b1c54afba1c0?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80',
col: '4'
},
raumVerwalten: {
title: 'Raum verwalten',
text: 'Hier können sie einen Raum verwalten',
title: 'Manage room',
text: 'Here you can manage a specific room',
link: 'test2',
imgLink: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1351&q=80',
col: '4'
},
raumListe: {
title: 'Raum liste',
text: 'Hier können sie eine Liste sehen',
title: 'List of rooms',
text: 'Here you can see a list of all rooms',
link: 'test3',
imgLink: 'https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80',
col: '4'
},
UserListe: {
title: 'Liste der Mitarbeiter',
text: 'Hier können sie eine Liste sehen',
title: 'List of employees',
text: 'Here you can see a list of the employees',
link: 'test3',
imgLink: 'https://wallpapercave.com/wp/wp2231069.jpg',
col: '7'
},
UserRaum: {
title: 'Trends der Räume',
text: 'Hier können sie eine Liste sehen',
title: 'Room trends',
text: 'Here you can see trends of the rooms',
link: 'test3',
imgLink: 'https://images.unsplash.com/photo-1541194577687-8c63bf9e7ee3?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80',
col: '5'
Expand Down

0 comments on commit 9f9f4c2

Please sign in to comment.