|
|
@ -29,7 +29,7 @@ export default { |
|
|
link: 'Link', |
|
|
link: 'Link', |
|
|
map: 'Karte', |
|
|
map: 'Karte', |
|
|
tfoot: 'Tabellenfuß', |
|
|
tfoot: 'Tabellenfuß', |
|
|
tbody: 'Tabellenkörßer', |
|
|
tbody: 'Tabellenkörper', |
|
|
thead: 'Tabellenkopf', |
|
|
thead: 'Tabellenkopf', |
|
|
table: 'Tabelle', |
|
|
table: 'Tabelle', |
|
|
row: 'Tabellenzeile', |
|
|
row: 'Tabellenzeile', |
|
|
@ -41,8 +41,8 @@ export default { |
|
|
devices: { |
|
|
devices: { |
|
|
desktop: 'Desktop', |
|
|
desktop: 'Desktop', |
|
|
tablet: 'Tablet', |
|
|
tablet: 'Tablet', |
|
|
mobileLandscape: 'Mobile horizontal', |
|
|
mobileLandscape: 'Mobil Landschaft', |
|
|
mobilePortrait: 'Mobile vertikal' |
|
|
mobilePortrait: 'Mobil Portrait' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
panels: { |
|
|
panels: { |
|
|
@ -110,7 +110,7 @@ export default { |
|
|
'padding-left-sub': 'Links', |
|
|
'padding-left-sub': 'Links', |
|
|
'border-width-sub': 'Breite', |
|
|
'border-width-sub': 'Breite', |
|
|
'border-style-sub': 'Stil', |
|
|
'border-style-sub': 'Stil', |
|
|
'border-color-sub': 'Rarbe', |
|
|
'border-color-sub': 'Farbe', |
|
|
'border-top-left-radius-sub': 'Oben links', |
|
|
'border-top-left-radius-sub': 'Oben links', |
|
|
'border-top-right-radius-sub': 'Oben rechts', |
|
|
'border-top-right-radius-sub': 'Oben rechts', |
|
|
'border-bottom-right-radius-sub': 'Unten rechts', |
|
|
'border-bottom-right-radius-sub': 'Unten rechts', |
|
|
@ -148,7 +148,7 @@ export default { |
|
|
'box-shadow': 'Boxschatten', |
|
|
'box-shadow': 'Boxschatten', |
|
|
'box-shadow-h': 'X', |
|
|
'box-shadow-h': 'X', |
|
|
'box-shadow-v': 'Y', |
|
|
'box-shadow-v': 'Y', |
|
|
'box-shadow-blur': 'Unschärge', |
|
|
'box-shadow-blur': 'Unschärfe', |
|
|
'box-shadow-spread': 'Verteilung', |
|
|
'box-shadow-spread': 'Verteilung', |
|
|
'box-shadow-color': 'Farbe', |
|
|
'box-shadow-color': 'Farbe', |
|
|
'box-shadow-type': 'Typ', |
|
|
'box-shadow-type': 'Typ', |
|
|
|