Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 8bc2335

Browse files
Merge pull request #320 from shafin-deriv/shafin/DAPI-547/feat--language-workflow-trigger
feat: crowdin translation trigger
2 parents 134ab21 + b2a017e commit 8bc2335

File tree

3 files changed

+408
-0
lines changed

3 files changed

+408
-0
lines changed

i18n/en/code.json

Lines changed: 316 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,316 @@
1+
{
2+
"theme.docs.DocCard.categoryDescription": {
3+
"message": "{count} items",
4+
"description": "The default description for a category card in the generated index about how many items this category includes"
5+
},
6+
"theme.docs.paginator.navAriaLabel": {
7+
"message": "Docs pages navigation",
8+
"description": "The ARIA label for the docs pagination"
9+
},
10+
"theme.docs.paginator.previous": {
11+
"message": "Previous",
12+
"description": "The label used to navigate to the previous doc"
13+
},
14+
"theme.docs.paginator.next": {
15+
"message": "Next",
16+
"description": "The label used to navigate to the next doc"
17+
},
18+
"theme.ErrorPageContent.title": {
19+
"message": "This page crashed.",
20+
"description": "The title of the fallback page when the page crashed"
21+
},
22+
"theme.NotFound.title": {
23+
"message": "Page Not Found",
24+
"description": "The title of the 404 page"
25+
},
26+
"theme.NotFound.p1": {
27+
"message": "We could not find what you were looking for.",
28+
"description": "The first paragraph of the 404 page"
29+
},
30+
"theme.NotFound.p2": {
31+
"message": "Please contact the owner of the site that linked you to the original URL and let them know their link is broken.",
32+
"description": "The 2nd paragraph of the 404 page"
33+
},
34+
"theme.admonition.note": {
35+
"message": "note",
36+
"description": "The default label used for the Note admonition (:::note)"
37+
},
38+
"theme.admonition.tip": {
39+
"message": "tip",
40+
"description": "The default label used for the Tip admonition (:::tip)"
41+
},
42+
"theme.admonition.danger": {
43+
"message": "danger",
44+
"description": "The default label used for the Danger admonition (:::danger)"
45+
},
46+
"theme.admonition.info": {
47+
"message": "info",
48+
"description": "The default label used for the Info admonition (:::info)"
49+
},
50+
"theme.admonition.caution": {
51+
"message": "caution",
52+
"description": "The default label used for the Caution admonition (:::caution)"
53+
},
54+
"theme.BackToTopButton.buttonAriaLabel": {
55+
"message": "Scroll back to top",
56+
"description": "The ARIA label for the back to top button"
57+
},
58+
"theme.blog.archive.title": {
59+
"message": "Archive",
60+
"description": "The page & hero title of the blog archive page"
61+
},
62+
"theme.blog.archive.description": {
63+
"message": "Archive",
64+
"description": "The page & hero description of the blog archive page"
65+
},
66+
"theme.blog.paginator.navAriaLabel": {
67+
"message": "Blog list page navigation",
68+
"description": "The ARIA label for the blog pagination"
69+
},
70+
"theme.blog.paginator.newerEntries": {
71+
"message": "Newer Entries",
72+
"description": "The label used to navigate to the newer blog posts page (previous page)"
73+
},
74+
"theme.blog.paginator.olderEntries": {
75+
"message": "Older Entries",
76+
"description": "The label used to navigate to the older blog posts page (next page)"
77+
},
78+
"theme.blog.post.paginator.navAriaLabel": {
79+
"message": "Blog post page navigation",
80+
"description": "The ARIA label for the blog posts pagination"
81+
},
82+
"theme.blog.post.paginator.newerPost": {
83+
"message": "Newer Post",
84+
"description": "The blog post button label to navigate to the newer/previous post"
85+
},
86+
"theme.blog.post.paginator.olderPost": {
87+
"message": "Older Post",
88+
"description": "The blog post button label to navigate to the older/next post"
89+
},
90+
"theme.blog.post.plurals": {
91+
"message": "One post|{count} posts",
92+
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
93+
},
94+
"theme.blog.tagTitle": {
95+
"message": "{nPosts} tagged with \"{tagName}\"",
96+
"description": "The title of the page for a blog tag"
97+
},
98+
"theme.tags.tagsPageLink": {
99+
"message": "View All Tags",
100+
"description": "The label of the link targeting the tag list page"
101+
},
102+
"theme.colorToggle.ariaLabel": {
103+
"message": "Switch between dark and light mode (currently {mode})",
104+
"description": "The ARIA label for the navbar color mode toggle"
105+
},
106+
"theme.colorToggle.ariaLabel.mode.dark": {
107+
"message": "dark mode",
108+
"description": "The name for the dark color mode"
109+
},
110+
"theme.colorToggle.ariaLabel.mode.light": {
111+
"message": "light mode",
112+
"description": "The name for the light color mode"
113+
},
114+
"theme.docs.breadcrumbs.navAriaLabel": {
115+
"message": "Breadcrumbs",
116+
"description": "The ARIA label for the breadcrumbs"
117+
},
118+
"theme.docs.tagDocListPageTitle.nDocsTagged": {
119+
"message": "One doc tagged|{count} docs tagged",
120+
"description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
121+
},
122+
"theme.docs.tagDocListPageTitle": {
123+
"message": "{nDocsTagged} with \"{tagName}\"",
124+
"description": "The title of the page for a docs tag"
125+
},
126+
"theme.docs.versionBadge.label": {
127+
"message": "Version: {versionLabel}"
128+
},
129+
"theme.common.headingLinkTitle": {
130+
"message": "Direct link to {heading}",
131+
"description": "Title for link to heading"
132+
},
133+
"theme.docs.versions.unreleasedVersionLabel": {
134+
"message": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
135+
"description": "The label used to tell the user that he's browsing an unreleased doc version"
136+
},
137+
"theme.docs.versions.unmaintainedVersionLabel": {
138+
"message": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.",
139+
"description": "The label used to tell the user that he's browsing an unmaintained doc version"
140+
},
141+
"theme.docs.versions.latestVersionSuggestionLabel": {
142+
"message": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
143+
"description": "The label used to tell the user to check the latest version"
144+
},
145+
"theme.docs.versions.latestVersionLinkLabel": {
146+
"message": "latest version",
147+
"description": "The label used for the latest version suggestion link label"
148+
},
149+
"theme.common.editThisPage": {
150+
"message": "Edit this page",
151+
"description": "The link label to edit the current page"
152+
},
153+
"theme.lastUpdated.atDate": {
154+
"message": " on {date}",
155+
"description": "The words used to describe on which date a page has been last updated"
156+
},
157+
"theme.lastUpdated.byUser": {
158+
"message": " by {user}",
159+
"description": "The words used to describe by who the page has been last updated"
160+
},
161+
"theme.lastUpdated.lastUpdatedAtBy": {
162+
"message": "Last updated{atDate}{byUser}",
163+
"description": "The sentence used to display when a page has been last updated, and by who"
164+
},
165+
"theme.navbar.mobileVersionsDropdown.label": {
166+
"message": "Versions",
167+
"description": "The label for the navbar versions dropdown on mobile view"
168+
},
169+
"theme.tags.tagsListLabel": {
170+
"message": "Tags:",
171+
"description": "The label alongside a tag list"
172+
},
173+
"theme.AnnouncementBar.closeButtonAriaLabel": {
174+
"message": "Close",
175+
"description": "The ARIA label for close button of announcement bar"
176+
},
177+
"theme.blog.sidebar.navAriaLabel": {
178+
"message": "Blog recent posts navigation",
179+
"description": "The ARIA label for recent posts in the blog sidebar"
180+
},
181+
"theme.CodeBlock.copied": {
182+
"message": "Copied",
183+
"description": "The copied button label on code blocks"
184+
},
185+
"theme.CodeBlock.copyButtonAriaLabel": {
186+
"message": "Copy code to clipboard",
187+
"description": "The ARIA label for copy code blocks button"
188+
},
189+
"theme.CodeBlock.copy": {
190+
"message": "Copy",
191+
"description": "The copy button label on code blocks"
192+
},
193+
"theme.CodeBlock.wordWrapToggle": {
194+
"message": "Toggle word wrap",
195+
"description": "The title attribute for toggle word wrapping button of code block lines"
196+
},
197+
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": {
198+
"message": "Toggle the collapsible sidebar category '{label}'",
199+
"description": "The ARIA label to toggle the collapsible sidebar category"
200+
},
201+
"theme.navbar.mobileLanguageDropdown.label": {
202+
"message": "Languages",
203+
"description": "The label for the mobile language switcher dropdown"
204+
},
205+
"theme.NavBar.navAriaLabel": {
206+
"message": "Main",
207+
"description": "The ARIA label for the main navigation"
208+
},
209+
"theme.TOCCollapsible.toggleButtonLabel": {
210+
"message": "On this page",
211+
"description": "The label used by the button on the collapsible TOC component"
212+
},
213+
"theme.blog.post.readMore": {
214+
"message": "Read More",
215+
"description": "The label used in blog post item excerpts to link to full blog posts"
216+
},
217+
"theme.blog.post.readMoreLabel": {
218+
"message": "Read more about {title}",
219+
"description": "The ARIA label for the link to full blog posts from excerpts"
220+
},
221+
"theme.blog.post.readingTime.plurals": {
222+
"message": "One min read|{readingTime} min read",
223+
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
224+
},
225+
"theme.docs.breadcrumbs.home": {
226+
"message": "Home page",
227+
"description": "The ARIA label for the home page in the breadcrumbs"
228+
},
229+
"theme.docs.sidebar.collapseButtonTitle": {
230+
"message": "Collapse sidebar",
231+
"description": "The title attribute for collapse button of doc sidebar"
232+
},
233+
"theme.docs.sidebar.collapseButtonAriaLabel": {
234+
"message": "Collapse sidebar",
235+
"description": "The title attribute for collapse button of doc sidebar"
236+
},
237+
"theme.docs.sidebar.navAriaLabel": {
238+
"message": "Docs sidebar",
239+
"description": "The ARIA label for the sidebar navigation"
240+
},
241+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
242+
"message": "Close navigation bar",
243+
"description": "The ARIA label for close button of mobile sidebar"
244+
},
245+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
246+
"message": "Toggle navigation bar",
247+
"description": "The ARIA label for hamburger menu button of mobile navigation"
248+
},
249+
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
250+
"message": "← Back to main menu",
251+
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
252+
},
253+
"theme.docs.sidebar.expandButtonTitle": {
254+
"message": "Expand sidebar",
255+
"description": "The ARIA label and title attribute for expand button of doc sidebar"
256+
},
257+
"theme.docs.sidebar.expandButtonAriaLabel": {
258+
"message": "Expand sidebar",
259+
"description": "The ARIA label and title attribute for expand button of doc sidebar"
260+
},
261+
"theme.Playground.result": {
262+
"message": "Result",
263+
"description": "The result label of the live codeblocks"
264+
},
265+
"theme.Playground.liveEditor": {
266+
"message": "Live Editor",
267+
"description": "The live editor label of the live codeblocks"
268+
},
269+
"theme.SearchBar.noResultsText": {
270+
"message": "No results"
271+
},
272+
"theme.SearchBar.seeAll": {
273+
"message": "See all results"
274+
},
275+
"theme.SearchBar.seeAllOutsideContext": {
276+
"message": "See results outside {context}"
277+
},
278+
"theme.SearchBar.searchInContext": {
279+
"message": "See all results in {context}"
280+
},
281+
"theme.SearchBar.label": {
282+
"message": "Search",
283+
"description": "The ARIA label and placeholder for search button"
284+
},
285+
"theme.SearchPage.existingResultsTitle": {
286+
"message": "Search results for \"{query}\"",
287+
"description": "The search page title for non-empty query"
288+
},
289+
"theme.SearchPage.emptyResultsTitle": {
290+
"message": "Search the documentation",
291+
"description": "The search page title for empty query"
292+
},
293+
"theme.SearchPage.searchContext.everywhere": {
294+
"message": "everywhere"
295+
},
296+
"theme.SearchPage.documentsFound.plurals": {
297+
"message": "1 document found|{count} documents found",
298+
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
299+
},
300+
"theme.SearchPage.noResultsText": {
301+
"message": "No documents were found",
302+
"description": "The paragraph for empty search result"
303+
},
304+
"theme.ErrorPageContent.tryAgain": {
305+
"message": "Try again",
306+
"description": "The label of the button to try again rendering when the React error boundary captures an error"
307+
},
308+
"theme.common.skipToMainContent": {
309+
"message": "Skip to main content",
310+
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
311+
},
312+
"theme.tags.tagsPageTitle": {
313+
"message": "Tags",
314+
"description": "The title of the tag list page"
315+
}
316+
}
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version.label": {
3+
"message": "Next",
4+
"description": "The label for version current"
5+
},
6+
"sidebar.tutorialSidebar.category.Core concepts": {
7+
"message": "Core concepts",
8+
"description": "The label for category Core concepts in sidebar tutorialSidebar"
9+
},
10+
"sidebar.tutorialSidebar.category.Core concepts.link.generated-index.description": {
11+
"message": "Learn to use API WebSocket and API calls to create your customised trading app.",
12+
"description": "The generated-index page description for category Core concepts in sidebar tutorialSidebar"
13+
},
14+
"sidebar.tutorialSidebar.category.Code examples": {
15+
"message": "Code examples",
16+
"description": "The label for category Code examples in sidebar tutorialSidebar"
17+
},
18+
"sidebar.tutorialSidebar.category.Code examples.link.generated-index.title": {
19+
"message": "Code examples",
20+
"description": "The generated-index page title for category Code examples in sidebar tutorialSidebar"
21+
},
22+
"sidebar.tutorialSidebar.category.Code examples.link.generated-index.description": {
23+
"message": "Find out which API codes are available for you to use to build your trading app. Learn with API examples.",
24+
"description": "The generated-index page description for category Code examples in sidebar tutorialSidebar"
25+
},
26+
"sidebar.tutorialSidebar.category.Javascript Examples": {
27+
"message": "Javascript Examples",
28+
"description": "The label for category Javascript Examples in sidebar tutorialSidebar"
29+
},
30+
"sidebar.tutorialSidebar.category.Javascript Examples.link.generated-index.title": {
31+
"message": "JavaScript examples",
32+
"description": "The generated-index page title for category Javascript Examples in sidebar tutorialSidebar"
33+
},
34+
"sidebar.tutorialSidebar.category.Javascript Examples.link.generated-index.description": {
35+
"message": "Explore JavaScript codes you can use to build your trading app. Learn through JavaScript examples and API examples.",
36+
"description": "The generated-index page description for category Javascript Examples in sidebar tutorialSidebar"
37+
},
38+
"sidebar.tutorialSidebar.category.Languages": {
39+
"message": "Languages",
40+
"description": "The label for category Languages in sidebar tutorialSidebar"
41+
},
42+
"sidebar.tutorialSidebar.category.Languages.link.generated-index.title": {
43+
"message": "Programming languages",
44+
"description": "The generated-index page title for category Languages in sidebar tutorialSidebar"
45+
},
46+
"sidebar.tutorialSidebar.category.Languages.link.generated-index.description": {
47+
"message": "Select your preferred programming language to create a trading app with the help of our WebSocket API. Start learning with these code examples.",
48+
"description": "The generated-index page description for category Languages in sidebar tutorialSidebar"
49+
},
50+
"sidebar.tutorialSidebar.category.JavaScript": {
51+
"message": "JavaScript",
52+
"description": "The label for category JavaScript in sidebar tutorialSidebar"
53+
},
54+
"sidebar.tutorialSidebar.category.JavaScript.link.generated-index.description": {
55+
"message": "Start building your trading app with Javascript, HTML, and CSS via our WebSocket API.",
56+
"description": "The generated-index page description for category JavaScript in sidebar tutorialSidebar"
57+
},
58+
"sidebar.tutorialSidebar.category.Guides": {
59+
"message": "Guides",
60+
"description": "The label for category Guides in sidebar tutorialSidebar"
61+
},
62+
"sidebar.tutorialSidebar.category.Guides.link.generated-index.description": {
63+
"message": "A guide to the Deriv API, including API examples to create a trading app with comprehensive features similar to Deriv Trader. Get started today!",
64+
"description": "The generated-index page description for category Guides in sidebar tutorialSidebar"
65+
}
66+
}

0 commit comments

Comments
 (0)