You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/i18n/en-US/pages.js
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ export default {
5
5
material: 'Material Design',
6
6
materialContent: 'Simple, lightweight and built exactly according to the Google Material Design specs.',
7
7
compatible: 'Compatible',
8
-
compatibleContent: 'Build well-designed apps that can fit on every screen with support to all modern Web Browsers.',
8
+
compatibleContent: 'Build well-designed apps that can fit on every screen with support for all modern Web Browsers.',
9
9
featured: 'Full-featured',
10
-
featuredContent: 'Complete with dynamic themes, ondemand components and all with an easy-to-use API.',
10
+
featuredContent: 'Complete with dynamic themes, on-demand components and all with an easy-to-use API.',
11
11
ecosystem: 'Ecosystem',
12
12
viewProject: 'View project',
13
13
sponsors: 'Sponsors',
14
14
backers: 'Backers',
15
-
sponsorsDescription: 'Vue Material does not run under the umbrella of any company or something like that. Is an independent project created by {0} on his spare time, which became one of the most used UI Libraries for Vue.js. The development is active and we are working hard to release great things for you.',
16
-
beAPatron: 'If you think that this project helped you or your company in any way, you can consider become a backer/sponsor on Patreon'
15
+
sponsorsDescription: 'Vue Material does not run under the umbrella of any company or anything like that. It is an independent project created by {0} in his spare time, which has become one of the most used UI Libraries for Vue.js. The development is active and we are working hard to release great things for you.',
16
+
beAPatron: 'If you think that this project helped you or your company in any way, you can consider becoming a backer/sponsor on Patreon'
17
17
},
18
18
about: {
19
19
title: 'About'
@@ -23,7 +23,7 @@ export default {
23
23
},
24
24
gettingStarted: {
25
25
title: 'Getting Started',
26
-
introduction: 'Vue Material is the best integration between Vue.js and Material Design specs! You can easily configure it to suit all your needs. All you have to do is choose an installation method that fits you better and follow it\'s instructions. Let\'s start!',
26
+
introduction: 'Vue Material is the best integration between Vue.js and Material Design specs! You can easily configure it to suit all your needs. All you have to do is choose an installation method that suits your environment and follow it\'s instructions. Let\'s start!',
27
27
installation: 'Installation',
28
28
npmOrYarn: 'NPM or Yarn'
29
29
},
@@ -63,15 +63,15 @@ export default {
63
63
app: {
64
64
title: 'App',
65
65
intro: {
66
-
desc1: 'The following patterns applies the elevations in which content should scroll, how to size flexible space, and when to anchor specific elements.',
67
-
desc2: 'When building applications there is some repeated behaviours regarding the structure of the app. Responsive drawers, flexible toolbars, scrolling... Either scenario could repeat across all complex applications. This documentation website, for example, needs some of them, and maybe you\'ll need them too. To solve those problems the {0} was created.',
68
-
desc3: 'It has all behaviour to build complex application shells, that will be simple, responsive and it will integrate seamlessly with the drawers, toolbars and content.',
66
+
desc1: 'The following patterns apply the elevations in which content should scroll, how to size flexible space, and when to anchor specific elements.',
67
+
desc2: 'When building applications there are some repeated behaviours regarding the structure of the app. Responsive drawers, flexible toolbars, scrolling... Any of these could repeat across complex applications. This documentation website, for example, needs some of them; and maybe you\'ll need them too. To solve those problems the {0} was created.',
68
+
desc3: 'It contains all the behaviours you need to build complex application shells, that will be simple, responsive and it will integrate seamlessly with drawers, toolbars and content.',
69
69
desc4: 'The {0} component supports {1}, {2} and {3}, which are aliases for {4}, {5} and {6} respectively. Look at the examples:'
70
70
},
71
71
regular: {
72
72
title: 'Regular Toolbars',
73
73
default: 'Default',
74
-
desc1: 'When you need a toolbar, a responsive drawer and a content to be displayed following the Material Guidelines. This is the default behaviour.',
74
+
desc1: 'This pattern can be used when you need a toolbar, a responsive drawer and content to be displayed following the Material Guidelines. This is the default behaviour.',
75
75
desc2: 'The order of {0} children is irrelevant. The component will take care of this based on the props that you pass.'
76
76
},
77
77
fixed: {
@@ -86,25 +86,25 @@ export default {
86
86
},
87
87
flexible: {
88
88
title: 'Flexible height and text size',
89
-
desc: 'Maybe the focus of your page is the title, following by the content itself. The page that shows details of a single contact is a great example of this scenario. So you can use flexible behaviour to give higher piority to your content after scrolling.',
89
+
desc: 'Maybe the focus of your page is the title, followed by the content itself. A page that shows the details of a single contact is a great example of this scenario. So you can use flexible behaviour to give higher piority to your content after scrolling.',
90
90
flexible: 'Flexible'
91
91
},
92
92
lastRow: {
93
93
title: 'The last toolbar row fixed',
94
-
desc: 'When your page has some primary navigation buttons, such as tabs and others, you may want them to be always available. You can make the second row of your toolbar always visible, hiding the first one when it\'s not needed. As an example, the WhatsApp main page has this behaviour.',
94
+
desc: 'When your page has some primary navigation buttons, such as tabs and others, you may want them to always be available. You can make the second row of your toolbar always visible, hiding the first one when it\'s not needed. As an example, the WhatsApp main page has this behaviour.',
95
95
fixed: 'Navigation fixed'
96
96
},
97
97
overlap: {
98
98
title: 'Flexible space with overlapping content',
99
-
desc: 'If you want to give focus on the content cards you may want to use the overlap. It\'s just an awesome effect!',
99
+
desc: 'If you want to give focus to the content cards, you may want to use the overlap. It\'s just an awesome effect!',
100
100
content: 'Overlapping content'
101
101
},
102
102
apiApp: {
103
-
desc: 'In both examples we have 3 distinct areas: Toolbar, Drawer and Content. You should create them using the following tags:',
103
+
desc: 'In these examples we have 3 distinct areas: Toolbar, Drawer and Content. You should create them using the following tags:',
104
104
toolbar: 'Creates the toolbar accepting any options from the md-toolbar',
105
-
drawer: 'Places the drawer panel, that also accepts any options from the md-drawer. You can have a left or right placed drawers. Or both.',
105
+
drawer: 'Places the drawer panel, that also accepts any options from the md-drawer. You can have a left or right placed drawer. Placing multiple drawers is currently not supported.',
106
106
content: 'Here you will add any content for your page.',
107
-
alert: 'Any other tag passed as a direct child of the md-app tag will be ignored. The component will only look for those three tags and choose the right placement for them.',
107
+
alert: 'Any other tag passed as a direct child of the md-app tag will be ignored. The component will only look for these three tags and choose the right placement for them.',
108
108
propsDesc: 'The following properties can be applied'
109
109
},
110
110
apiToolbar: {
@@ -121,12 +121,12 @@ export default {
121
121
},
122
122
props: {
123
123
mdMode: 'Sets the toolbar mode. See below the detailed description of each mode.',
124
-
mdModeFixed: 'Makes the toolbar fixed without any scrolling effect',
124
+
mdModeFixed: 'Makes the toolbar fixed without any scrolling effect.',
125
125
mdModeFixedLast: 'Keeps the second row of the toolbar fixed and always visible. This NEEDS two md-toolbar-row inside the Toolbar.',
126
-
mdModeReveal: 'Hides the toolbar temporarily and show it after the scroll. This is a good approach for mobile.',
127
-
mdModeFlexible: 'Makes the height and the title size flexible to give the content a higher priority',
128
-
mdModeOverlap: 'Enables the overlapping content',
129
-
mdWaterfall: 'Enables the waterfall effect, that can be combined with any md-mode',
126
+
mdModeReveal: 'Hides the toolbar temporarily and shows it after the scroll. This is a good approach for mobile.',
127
+
mdModeFlexible: 'Makes the height and the title size flexible to give the content a higher priority.',
128
+
mdModeOverlap: 'Enables the overlapping content.',
129
+
mdWaterfall: 'Enables the waterfall effect, that can be combined with any md-mode.',
130
130
mdScrollbar: 'Enables the md-scrollbar class to the scrollable content. Read more about the Scrollbar documentation.'
0 commit comments