Skip to content

Commit c815dd4

Browse files
committed
updated language
1 parent c2fe2a9 commit c815dd4

10 files changed

Lines changed: 340 additions & 285 deletions

File tree

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@ const config = {
8585
},
8686

8787
{
88-
label: "Guides",
88+
label: "Tutorials",
8989
position: "left",
9090
items: [
9191
{
92-
label: "Android Setup",
92+
label: "Get Started withAndroid",
9393
to: "/docs/Android Tutorial/Getting-Started-With-Android",
9494
},
9595
{
96-
label: "iOS Setup",
96+
label: "Get Started with iOS",
9797
to: "/docs/iOS Tutorial/Getting-Started-With-iOS",
9898
},
9999
{
100-
label: "Gateway Client",
100+
label: "Setting Up Gateway-Client",
101101
to: "/docs/Gateway Clients Guide/GatewayClientsGuide",
102102
},
103103
],

i18n/en/code.json

Lines changed: 58 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
{
2-
"Smswithoutborders Projects >> Documentation": {
3-
"message": "Smswithoutborders Projects >> Documentation"
4-
},
5-
"Stay Connected": {
6-
"message": "Stay Connected"
7-
},
8-
"Get Started with iOS": {
9-
"message": "Get Started with iOS"
10-
},
11-
"Get Started with Android": {
12-
"message": "Get Started with Android"
13-
},
14-
"Troubleshooting Guide": {
15-
"message": "Troubleshooting Guide"
16-
},
17-
"Technical Documentation": {
18-
"message": "Technical Documentation"
19-
},
202
"theme.ErrorPageContent.title": {
213
"message": "This page crashed.",
224
"description": "The title of the fallback page when the page crashed"
@@ -63,7 +45,7 @@
6345
},
6446
"theme.colorToggle.ariaLabel": {
6547
"message": "Switch between dark and light mode (currently {mode})",
66-
"description": "The ARIA label for the navbar color mode toggle"
48+
"description": "The ARIA label for the color mode toggle"
6749
},
6850
"theme.colorToggle.ariaLabel.mode.dark": {
6951
"message": "dark mode",
@@ -323,7 +305,61 @@
323305
"theme.tags.tagsPageTitle": {
324306
"message": "Tags",
325307
"description": "The title of the tag list page"
308+
},
309+
"home.title": {
310+
"message": "SMSWithoutBorders Documentation"
311+
},
312+
"home.subtitle": {
313+
"message": "Everything you need to set up, use, and understand SMSWithoutBorders Projects"
314+
},
315+
"home.gateway.title": {
316+
"message": "Gateway Clients Guide"
317+
},
318+
"home.gateway.desc": {
319+
"message": "Set up and manage your SMS gateway"
320+
},
321+
"home.ios.title": {
322+
"message": "Get Started with iOS"
323+
},
324+
"home.ios.desc": {
325+
"message": "Setup RelaySMS on iPhone"
326+
},
327+
"home.android.title": {
328+
"message": "Get Started with Android"
329+
},
330+
"home.android.desc": {
331+
"message": "Setup RelaySMS on Android"
332+
},
333+
"home.troubleshoot.title": {
334+
"message": "Troubleshooting Guide"
335+
},
336+
"home.troubleshoot.desc": {
337+
"message": "Fix common issues"
338+
},
339+
"home.tech.title": {
340+
"message": "Technical Docs"
341+
},
342+
"home.tech.desc": {
343+
"message": "APIs and system details"
344+
},
345+
"theme.colorToggle.ariaLabel.mode.system": {
346+
"message": "system mode",
347+
"description": "The name for the system color mode"
348+
},
349+
"theme.IconExternalLink.ariaLabel": {
350+
"message": "(opens in new tab)",
351+
"description": "The ARIA label for the external link icon"
352+
},
353+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": {
354+
"message": "Expand the dropdown",
355+
"description": "The ARIA label of the button to expand the mobile dropdown navbar item"
356+
},
357+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": {
358+
"message": "Collapse the dropdown",
359+
"description": "The ARIA label of the button to collapse the mobile dropdown navbar item"
360+
},
361+
"theme.blog.author.noPosts": {
362+
"message": "This author has not written any posts yet.",
363+
"description": "The text for authors with 0 blog post"
326364
}
327-
}
328-
329-
365+
}

i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,30 @@
99
},
1010
"sidebar.tutorialSidebar.category.Android Tutorial": {
1111
"message": "Android Tutorial",
12-
"description": "The label for category Android Tutorial in sidebar tutorialSidebar"
12+
"description": "The label for category 'Android Tutorial' in sidebar 'tutorialSidebar'"
1313
},
1414
"sidebar.tutorialSidebar.category.Gateway Clients Guide": {
1515
"message": "Gateway Clients Guide",
16-
"description": "The label for category Gateway Clients Guide in sidebar tutorialSidebar"
16+
"description": "The label for category 'Gateway Clients Guide' in sidebar 'tutorialSidebar'"
1717
},
1818
"sidebar.tutorialSidebar.category.Troubleshooting": {
1919
"message": "Troubleshooting",
20-
"description": "The label for category Troubleshooting in sidebar tutorialSidebar"
20+
"description": "The label for category 'Troubleshooting' in sidebar 'tutorialSidebar'"
2121
},
2222
"sidebar.tutorialSidebar.category.iOS Tutorial": {
2323
"message": "iOS Tutorial",
24-
"description": "The label for category iOS Tutorial in sidebar tutorialSidebar"
24+
"description": "The label for category 'iOS Tutorial' in sidebar 'tutorialSidebar'"
2525
},
2626
"sidebar.tutorialSidebar.category.Bridges Tutorial": {
2727
"message": "Bridges Tutorial",
28-
"description": "The label for category Bridges Tutorial in sidebar tutorialSidebar"
28+
"description": "The label for category 'Bridges Tutorial' in sidebar 'tutorialSidebar'"
29+
},
30+
"sidebar.tutorialSidebar.category.On-Device Tutorial": {
31+
"message": "On-Device Tutorial",
32+
"description": "The label for category 'On-Device Tutorial' in sidebar 'tutorialSidebar'"
33+
},
34+
"sidebar.tutorialSidebar.category.Technical Documentation": {
35+
"message": "Technical Documentation",
36+
"description": "The label for category 'Technical Documentation' in sidebar 'tutorialSidebar'"
2937
}
3038
}

i18n/en/docusaurus-theme-classic/footer.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"link.item.label.Troubleshooting": {
1919
"message": "Troubleshooting",
20-
"description": "The label of footer link with label=Troubleshooting linking to /docs/Troubleshooting"
20+
"description": "The label of footer link with label=Troubleshooting linking to /docs/Troubleshooting/Troubleshooting-FAQ"
2121
},
2222
"link.item.label.IRC: freenode/#afkanerd": {
2323
"message": "IRC: freenode/#afkanerd",
@@ -42,5 +42,33 @@
4242
"copyright": {
4343
"message": "Copyright © SMSWithoutBorders. Built with Docusaurus.",
4444
"description": "The footer copyright"
45+
},
46+
"link.title.Documentation": {
47+
"message": "Documentation",
48+
"description": "The title of the footer links column with title=Documentation in the footer"
49+
},
50+
"link.title.About": {
51+
"message": "About",
52+
"description": "The title of the footer links column with title=About in the footer"
53+
},
54+
"link.item.label.Getting Started": {
55+
"message": "Getting Started",
56+
"description": "The label of footer link with label=Getting Started linking to /docs/Android Tutorial/Getting-Started-With-Android"
57+
},
58+
"link.item.label.Gateway Client": {
59+
"message": "Gateway Client",
60+
"description": "The label of footer link with label=Gateway Client linking to /docs/Gateway Clients Guide/GatewayClientsGuide"
61+
},
62+
"link.item.label.Issues": {
63+
"message": "Issues",
64+
"description": "The label of footer link with label=Issues linking to https://github.com/smswithoutborders"
65+
},
66+
"link.item.label.Project": {
67+
"message": "Project",
68+
"description": "The label of footer link with label=Project linking to https://github.com/smswithoutborders"
69+
},
70+
"link.item.label.Contribute": {
71+
"message": "Contribute",
72+
"description": "The label of footer link with label=Contribute linking to https://github.com/smswithoutborders"
4573
}
4674
}

i18n/en/docusaurus-theme-classic/navbar.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,21 @@
3030
"item.label.Setting up a Gateway": {
3131
"message": "Setting up a Gateway",
3232
"description": "Navbar item with label Setting up a Gateway"
33+
},
34+
"item.label.Troubleshooting": {
35+
"message": "Troubleshooting",
36+
"description": "Navbar item with label Troubleshooting"
37+
},
38+
"item.label.Get Started withAndroid": {
39+
"message": "Get Started withAndroid",
40+
"description": "Navbar item with label Get Started withAndroid"
41+
},
42+
"item.label.Get Started with iOS": {
43+
"message": "Get Started with iOS",
44+
"description": "Navbar item with label Get Started with iOS"
45+
},
46+
"item.label.Setting Up Gateway-Client": {
47+
"message": "Setting Up Gateway-Client",
48+
"description": "Navbar item with label Setting Up Gateway-Client"
3349
}
3450
}

i18n/es/code.json

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
{
2-
"Smswithoutborders Projects >> Documentation":{
3-
"message":"Proyectos de Smswithoutborders >> Documentación"},
4-
"Stay Connected": {
5-
"message": "Mantente conectado"},
6-
"Get Started with iOS": {
7-
"message": "Comienza con iOS"
8-
},
9-
"Get Started with Android": {
10-
"message": "Comienza con Android"
11-
},
12-
"Technical Documentation": {
13-
"message": "Documentación técnica"
14-
},
152
"theme.ErrorPageContent.title": {
163
"message": "Esta página ha fallado.",
174
"description": "The title of the fallback page when the page crashed"
@@ -319,7 +306,40 @@
319306
"message": "Etiquetas",
320307
"description": "The title of the tag list page"
321308
},
322-
"Troubleshooting Guide": {
323-
"message":"Guía de solución de problemas"
309+
"home.title": {
310+
"message": "Documentación de SMSWithoutBorders"
311+
},
312+
"home.subtitle": {
313+
"message": "Todo lo que necesitas para configurar y entender los proyectos SMSWithoutBorders"
314+
},
315+
"home.gateway.title": {
316+
"message": "Guía de clientes de puerta de enlace"
317+
},
318+
"home.gateway.desc": {
319+
"message": "Configurar y gestionar tu puerta de enlace SMS"
320+
},
321+
"home.ios.title": {
322+
"message": "Comenzar con iOS"
323+
},
324+
"home.ios.desc": {
325+
"message": "Configurar RelaySMS en iPhone"
326+
},
327+
"home.android.title": {
328+
"message": "Comenzar con Android"
329+
},
330+
"home.android.desc": {
331+
"message": "Configurar RelaySMS en Android"
332+
},
333+
"home.troubleshoot.title": {
334+
"message": "Guía de solución de problemas"
335+
},
336+
"home.troubleshoot.desc": {
337+
"message": "Resolver problemas comunes"
338+
},
339+
"home.tech.title": {
340+
"message": "Documentación técnica"
341+
},
342+
"home.tech.desc": {
343+
"message": "APIs y detalles del sistema"
324344
}
325-
}
345+
}

i18n/fa/code.json

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
{
2-
"Smswithoutborders Projects >> Documentation":{
3-
"message": "پروژه‌های Smswithoutborders >> مستندات" },
4-
"Stay Connected": {
5-
"message":"متصل بمانید"},
6-
"Get Started with iOS": {
7-
"message": "شروع به کار با iOS"
8-
},
9-
"Get Started with Android": {
10-
"message": "شروع به کار با اندروید"
11-
},
12-
"Technical Documentation": {
13-
"message": "مستندات فنی"
14-
},
152
"theme.ErrorPageContent.title": {
163
"message": "بارگذاری صفحه با خطا روبرو شد.",
174
"description": "The title of the fallback page when the page crashed"
@@ -319,7 +306,40 @@
319306
"message": "برچسب‌ها",
320307
"description": "The title of the tag list page"
321308
},
322-
"Troubleshooting Guide": {
309+
"home.title": {
310+
"message": "مستندات SMSWithoutBorders"
311+
},
312+
"home.subtitle": {
313+
"message": "همه چیزی که برای راه‌اندازی و درک پروژه‌های SMSWithoutBorders نیاز دارید"
314+
},
315+
"home.gateway.title": {
316+
"message": "راهنمای کلاینت‌های دروازه"
317+
},
318+
"home.gateway.desc": {
319+
"message": "راه‌اندازی و مدیریت دروازه SMS"
320+
},
321+
"home.ios.title": {
322+
"message": "شروع با iOS"
323+
},
324+
"home.ios.desc": {
325+
"message": "راه‌اندازی RelaySMS در iPhone"
326+
},
327+
"home.android.title": {
328+
"message": "شروع با اندروید"
329+
},
330+
"home.android.desc": {
331+
"message": "راه‌اندازی RelaySMS در اندروید"
332+
},
333+
"home.troubleshoot.title": {
323334
"message": "راهنمای عیب‌یابی"
335+
},
336+
"home.troubleshoot.desc": {
337+
"message": "رفع مشکلات رایج"
338+
},
339+
"home.tech.title": {
340+
"message": "مستندات فنی"
341+
},
342+
"home.tech.desc": {
343+
"message": "API‌ها و جزئیات سیستم"
324344
}
325-
}
345+
}

0 commit comments

Comments
 (0)