Skip to content

Commit

Permalink
Translated catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
danilosalvati committed Oct 18, 2016
1 parent 7ae3ab7 commit 20b2521
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions demo/src/catalog/areas/area/area.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default {

info: {
tag: ['area'],
group: "Chiusura orizzontale",
description: "Stanza generica",
group: "Horizontal Closure",
description: "Generic Room",
image: ""
},

Expand Down
6 changes: 3 additions & 3 deletions demo/src/catalog/holes/door/door.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default {
prototype: "holes",

info: {
tag: ['porta'],
group: "Comunicazione orizzontale",
description: "Porta di legno",
tag: ['door'],
group: "Horizontal communication",
description: "Wooden door",
image: require('./door.png')
},

Expand Down
6 changes: 3 additions & 3 deletions demo/src/catalog/holes/sash-window/sash-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default {
prototype: "holes",

info: {
tag: ['finestra'],
group: "Comunicazione orizzontale",
description: "Finestra con grate",
tag: ['window'],
group: "Vertical closure",
description: "Sash window",
image: require('./window.png')
},

Expand Down
6 changes: 3 additions & 3 deletions demo/src/catalog/holes/window/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default {
prototype: "holes",

info: {
tag: ['finestra'],
group: "Comunicazione orizzontale",
description: "Finestra",
tag: ['window'],
group: "Vertical Closing",
description: "Window",
image: require('./window.png')
},

Expand Down
4 changes: 2 additions & 2 deletions demo/src/catalog/items/sofa/sofa.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default {
prototype: "items",

info: {
tag: ['arredamento', 'pelle'],
tag: ['furnishings', 'leather'],
group: "Items",
description: "Divano in pelle",
description: "Leather sofa",
image: require('./sofa.png')
},

Expand Down
4 changes: 2 additions & 2 deletions demo/src/catalog/items/tv/tv.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default {
prototype: "items",

info: {
tag: ['arredamento', 'elettronica'],
tag: ['furnishing', 'electronics'],
group: "Items",
description: "Televisore LCD",
description: "LCD TV",
image: require('./tv.png')
},

Expand Down
10 changes: 5 additions & 5 deletions demo/src/catalog/lines/wall/wall.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export default {
prototype: "lines",

info: {
tag: ['muro'],
group: "Comunicazione orizzontale",
description: "Muro in mattoni o pittura",
tag: ['wall'],
group: "Vertical closure",
description: "Wall with bricks or painted",
image: require('./wall.png')
},

Expand All @@ -41,8 +41,8 @@ export default {
defaultValue: 'none',
values: {
'none': "Nessuna",
'bricks': "Mattoni",
'painted': "Pittura"
'bricks': "Bricks",
'painted': "Painting"
}
},
textureB: {
Expand Down

0 comments on commit 20b2521

Please sign in to comment.