Commit 9627a80
authored
docs: add the portuguese documentation (#2082)
* docs(pt): prepare the ground to upload docs
* docs(pt): add `docs/pt/README.md` translated
* docs(pt): add `docs/pt/api/README.md` translated
* docs(pt): add `docs/pt/api/components/README.md` translated
* docs(pt): add `docs/pt/api/components/RouterLinkStub.md` translated
* docs(pt): add `docs/pt/api/config.md` translated
* docs(pt): add `docs/pt/api/createLocalVue.md` translated
* docs(pt): add `docs/pt/api/createWrapper.md` translated
* docs(pt): add `docs/pt/api/enableAutoDestroy.md` translated
* docs(pt): add `docs/pt/api/mount.md` translated
* docs(pt): add `docs/pt/api/options.md` translated
* docs(pt): add `docs/pt/api/render.md` translated
* docs(pt): add `docs/pt/api/renderToString.md` translated
* docs(pt): add `docs/pt/api/selectors.md` translated
* docs(pt): add `docs/pt/api/shallowMount.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/README.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/at.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/contains.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/destroy.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/exists.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/filter.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/is.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/isEmpty.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/isVisible.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/isVueInstance.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/setChecked.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/setData.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/setMethods.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/setProps.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/setValue.md` translated
* docs(pt): add `docs/pt/api/wrapper-array/trigger.md` translated
* docs(pt): add `docs/pt/api/wrapper/README.md` translated
* docs(pt): add `docs/pt/api/wrapper/attributes.md` translated
* docs(pt): add `docs/pt/api/wrapper/classes.md` translated
* docs(pt): add `docs/pt/api/wrapper/contains.md` translated
* docs(pt): add `docs/pt/api/wrapper/destroy.md` translated
* docs(pt): add `docs/pt/api/wrapper/emitted.md` translated
* docs(pt): add `docs/pt/api/wrapper/emittedByOrder.md` translated
* docs(pt): add `docs/pt/api/wrapper/exists.md` translated
* docs(pt): add `docs/pt/api/wrapper/find.md` translated
* docs(pt): add `docs/pt/api/wrapper/findAll.md` translated
* docs(pt): add `docs/pt/api/wrapper/findAllComponents.md` translated
* docs(pt): add `docs/pt/api/wrapper/findComponent.md` translated
* docs(pt): add `docs/pt/api/wrapper/get.md` translated
* docs(pt): add `docs/pt/api/wrapper/getComponent.md` translated
* docs(pt): add `docs/pt/api/wrapper/html.md` translated
* docs(pt): add `docs/pt/api/wrapper/is.md` translated
* docs(pt): add `docs/pt/api/wrapper/isEmpty.md` translated
* docs(pt): add `docs/pt/api/wrapper/isVisible.md` translated
* docs(pt): add `docs/pt/api/wrapper/isVueInstance.md` translated
* docs(pt): add `docs/pt/api/wrapper/name.md` translated
* docs(pt): add `docs/pt/api/wrapper/overview.md` translated
* docs(pt): add `docs/pt/api/wrapper/props.md` translated
* docs(pt): add `docs/pt/api/wrapper/setChecked.md` translated
* docs(pt): add `docs/pt/api/wrapper/setData.md` translated
* docs(pt): add `docs/pt/api/wrapper/setMethods.md` translated
* docs(pt): add `docs/pt/api/wrapper/setProps.md` translated
* docs(pt): add `docs/pt/api/wrapper/setSelected.md` translated
* docs(pt): add `docs/pt/api/wrapper/setValue.md` translated
* docs(pt): add `docs/pt/api/wrapper/text.md` translated
* docs(pt): add `docs/pt/api/wrapper/trigger.md` translated
* docs(pt): add `docs/pt/guides/README.md` translated
* docs(pt): add `docs/pt/guides/common-tips.md` translated
* docs(pt): add `docs/pt/guides/dom-events.md` translated
* docs(pt): add `docs/pt/guides/getting-started.md` translated
* docs(pt): add `docs/pt/guides/testing-async-components.md` translated
* docs(pt): add `guides/useful-libraries-for-testing.md` translated
* docs(pt): add `docs/pt/guides/using-with-typescript.md` translated
* docs(pt): add `docs/pt/guides/using-with-vue-router.md` translated
* docs(pt): add `docs/pt/guides/using-with-vuex.md` translated
* docs(pt): add `docs/pt/installation/README.md` translated
* docs(pt): add `docs/pt/installation/semantic-versioning.md` translated
* docs(pt): add `installation/using-other-test-runners.md` translated
* docs(pt): add `docs/pt/installation/using-with-jest.md` translated
* docs(pt): add `docs/pt/upgrading-to-v1/README.md` translated
* docs(pt): update the `docs/pt/README.md` to improve translation
* docs(pt): update `docs/pt/api/README.md` to a more clean words
* docs(pt): update the urls in `docs/pt/api/components/REAME.md`
take advantage to update `docs/pt/api/createWrapper` to a more
clean set of words.
* docs(pt): update the urls in `docs/pt/api/wrapper-array/README.md`
* docs(pt): update the urls in `docs/pt/api/wrapper/README.md`
* docs(pt): update `docs/pt/api/wrapper/classes.md` to improve translation
* docs(pt): update `docs/pt/api/wrapper/contains.md` to improve words
* docs(pt): update `docs/pt/api/wrapper/emitted.md` to improve words
* docs(pt): update `docs/pt/api/wrapper/overview.md` to improve words
* docs(pt): update `docs/pt/api/wrapper/setMethods.md` to improve words
* docs(pt): update the urls in `docs/pt/guides/README.md`
* docs(pt): update `docs/pt/guides/dom-events.md` to improve words
* docs(pt): update `docs/pt/guides/getting-started.md` to improve words
* docs(pt): update `docs/pt/guides/using-with-vuex.md` to improve words
* docs(pt): update the urls in `docs/pt/installation/README.md`
* docs(pt): update `docs/pt/upgrading-to-v1/README.md` to improve words
* docs(pt): update the `docs/.vuepress/config.js`
* docs(pt): update translations made in `pt/api/wrapper/findComponent.md`1 parent a989458 commit 9627a80
File tree
75 files changed
+4535
-0
lines changed- docs
- .vuepress
- pt
- api
- components
- wrapper-array
- wrapper
- guides
- installation
- upgrading-to-v1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+4535
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
203 | 208 | | |
204 | 209 | | |
205 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
206 | 246 | | |
207 | 247 | | |
208 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments