Skip to content

Commit f4b291e

Browse files
New translations en.json (Portuguese, Brazilian)
1 parent bf630fa commit f4b291e

File tree

1 file changed

+68
-7
lines changed

1 file changed

+68
-7
lines changed

website/i18n/pt-BR.json

Lines changed: 68 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
"previous": "Previous",
66
"tagline": "A website for testing",
77
"docs": {
8+
"api": {
9+
"title": "API",
10+
"sidebar_label": "API"
11+
},
12+
"config": {
13+
"title": "Configuration",
14+
"sidebar_label": "Configuration"
15+
},
16+
"development": {
17+
"title": "App development",
18+
"sidebar_label": "App development"
19+
},
820
"doc1": {
921
"title": "Latin-ish",
1022
"sidebar_label": "Example Page"
@@ -20,21 +32,70 @@
2032
},
2133
"doc5": {
2234
"title": "Fifth Document"
35+
},
36+
"identity": {
37+
"title": "App identity",
38+
"sidebar_label": "App identity"
39+
},
40+
"integration": {
41+
"title": "Tauri integration",
42+
"sidebar_label": "Tauri integration"
43+
},
44+
"intro": {
45+
"title": "Introduction"
46+
},
47+
"js-rust-bridge": {
48+
"title": "JS/Rust bridge",
49+
"sidebar_label": "JS/Rust bridge"
50+
},
51+
"patterns": {
52+
"title": "Patterns",
53+
"sidebar_label": "Patterns"
54+
},
55+
"publishing": {
56+
"title": "App publishing",
57+
"sidebar_label": "App publishing"
58+
},
59+
"setup-linux": {
60+
"title": "Setup for Linux",
61+
"sidebar_label": "Setup for Linux"
62+
},
63+
"setup-macos": {
64+
"title": "Setup for MacOS",
65+
"sidebar_label": "Setup for MacOS"
66+
},
67+
"setup-windows": {
68+
"title": "Setup for Windows",
69+
"sidebar_label": "Setup for Windows"
70+
},
71+
"tauri": {
72+
"title": "Tauri crate",
73+
"sidebar_label": "Tauri crate"
74+
},
75+
"usage": {
76+
"title": "Usage",
77+
"sidebar_label": "Usage"
2378
}
2479
},
2580
"links": {
26-
"Docs": "Docs",
27-
"API": "API",
28-
"Help": "Help",
29-
"Blog": "Blog"
81+
"About": "About",
82+
"Docs": "Docs"
3083
},
3184
"categories": {
32-
"Docusaurus": "Docusaurus",
33-
"First Category": "First Category",
34-
"Second Category": "Second Category"
85+
"Getting started": "Getting started",
86+
"Usage": "Usage",
87+
"API": "API"
3588
}
3689
},
3790
"pages-strings": {
91+
"Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)|no description given": "Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)",
92+
"Browse Docs|no description given": "Browse Docs",
93+
"Ask questions about the documentation and project|no description given": "Ask questions about the documentation and project",
94+
"Join the community|no description given": "Join the community",
95+
"Find out what's new with this project|no description given": "Find out what's new with this project",
96+
"Stay up to date|no description given": "Stay up to date",
97+
"Need help?|no description given": "Need help?",
98+
"This project is maintained by a dedicated group of people.|statement made to reader": "This project is maintained by a dedicated group of people.",
3899
"Help Translate|recruit community translators for your project": "Help Translate",
39100
"Edit this Doc|recruitment message asking to edit the doc source": "Edit",
40101
"Translate this Doc|recruitment message asking to translate the docs": "Translate"

0 commit comments

Comments
 (0)