Skip to content

docs: add Spanish translation #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config = {
],
i18n: {
defaultLocale: 'en',
locales: ['en', 'ja', 'pt'],
locales: ['en', 'es', 'ja', 'pt'],
localeConfigs: {
en: {
label: 'English',
Expand All @@ -46,6 +46,9 @@ const config = {
pt: {
label: 'Português',
},
es: {
label: 'Español',
},
},
},
themeConfig: {
Expand Down
198 changes: 198 additions & 0 deletions i18n/es/code.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
{
"theme.ErrorPageContent.title": {
"message": "Esta página se ha trabado.",
"description": "The title of the fallback page when the page crashed"
},
"theme.ErrorPageContent.tryAgain": {
"message": "Intente de nuevo",
"description": "The label of the button to try again when the page crashed"
},
"theme.NotFound.title": {
"message": "Página no encontrada",
"description": "The title of the 404 page"
},
"theme.NotFound.p1": {
"message": "No pudimos encontrar lo que esta buscando.",
"description": "The first paragraph of the 404 page"
},
"theme.NotFound.p2": {
"message": "Por favor contacte al dueño de la página que esta vinculado a la URL original y hazles saber que el link no funciona.",
"description": "The 2nd paragraph of the 404 page"
},
"theme.AnnouncementBar.closeButtonAriaLabel": {
"message": "Cerrar",
"description": "The ARIA label for close button of announcement bar"
},
"theme.BackToTopButton.buttonAriaLabel": {
"message": "De vuelta a arriba",
"description": "The ARIA label for the back to top button"
},
"theme.blog.archive.title": {
"message": "Archivo",
"description": "The page & hero title of the blog archive page"
},
"theme.blog.archive.description": {
"message": "Archivo",
"description": "The page & hero description of the blog archive page"
},
"theme.blog.paginator.navAriaLabel": {
"message": "Navegación por la página del blog",
"description": "The ARIA label for the blog pagination"
},
"theme.blog.paginator.newerEntries": {
"message": "Contenido más reciente",
"description": "The label used to navigate to the newer blog posts page (previous page)"
},
"theme.blog.paginator.olderEntries": {
"message": "Contenido más antiguo",
"description": "The label used to navigate to the older blog posts page (next page)"
},
"theme.blog.post.readingTime.plurals": {
"message": "Lectura de un minuto|Lectura de {readingTime} minuto(s)",
"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)"
},
"theme.blog.post.readMore": {
"message": "Leer más",
"description": "The label used in blog post item excerpts to link to full blog posts"
},
"theme.blog.post.paginator.navAriaLabel": {
"message": "Navegación por las páginas del blog",
"description": "The ARIA label for the blog posts pagination"
},
"theme.blog.post.paginator.newerPost": {
"message": "Publicación más reciente",
"description": "The blog post button label to navigate to the newer/previous post"
},
"theme.blog.post.paginator.olderPost": {
"message": "Publicación anterior",
"description": "The blog post button label to navigate to the older/next post"
},
"theme.blog.sidebar.navAriaLabel": {
"message": "Navegación de recientes publicaciones en el blog",
"description": "The ARIA label for recent posts in the blog sidebar"
},
"theme.blog.post.plurals": {
"message": "Una publicación|{count} publicaciones",
"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)"
},
"theme.blog.tagTitle": {
"message": "{nPosts} marcadas com \"{tagName}\"",
"description": "The title of the page for a blog tag"
},
"theme.tags.tagsPageLink": {
"message": "Ver todos los marcadores",
"description": "The label of the link targeting the tag list page"
},
"theme.CodeBlock.copyButtonAriaLabel": {
"message": "Copiar código para la área de transferencia",
"description": "The ARIA label for copy code blocks button"
},
"theme.CodeBlock.copied": {
"message": "Copiado",
"description": "The copied button label on code blocks"
},
"theme.CodeBlock.copy": {
"message": "Copiar",
"description": "The copy button label on code blocks"
},
"theme.docs.sidebar.expandButtonTitle": {
"message": "Expandir panel lateral",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.docs.sidebar.expandButtonAriaLabel": {
"message": "Expandir panel lateral",
"description": "The ARIA label and title attribute for expand button of doc sidebar"
},
"theme.docs.paginator.navAriaLabel": {
"message": "Navegación por las páginas de documentación.",
"description": "The ARIA label for the docs pagination"
},
"theme.docs.paginator.previous": {
"message": "Anterior",
"description": "The label used to navigate to the previous doc"
},
"theme.docs.paginator.next": {
"message": "Próxima",
"description": "The label used to navigate to the next doc"
},
"theme.docs.sidebar.collapseButtonTitle": {
"message": "Fechar panel lateral",
"description": "The title attribute for collapse button of doc sidebar"
},
"theme.docs.sidebar.collapseButtonAriaLabel": {
"message": "Fechar panel lateral",
"description": "The title attribute for collapse button of doc sidebar"
},
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": {
"message": "Activa la barra lateral plegable de la categoria '{label}'",
"description": "The ARIA label to toggle the collapsible sidebar category"
},
"theme.docs.tagDocListPageTitle.nDocsTagged": {
"message": "Un documento seleccionado|{count} documentos seleccionados",
"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)"
},
"theme.docs.tagDocListPageTitle": {
"message": "{nDocsTagged} con \"{tagName}\"",
"description": "The title of the page for a docs tag"
},
"theme.docs.versions.unreleasedVersionLabel": {
"message": "Se trata de documentación inédita para {siteTitle} {versionLabel}.",
"description": "The label used to tell the user that he's browsing an unreleased doc version"
},
"theme.docs.versions.unmaintainedVersionLabel": {
"message": "Esta es la documentación para {siteTitle} {versionLabel}, que ya no se mantiene activamente.",
"description": "The label used to tell the user that he's browsing an unmaintained doc version"
},
"theme.docs.versions.latestVersionSuggestionLabel": {
"message": "Para consultar la documentación actualizada, véase: {latestVersionLink} ({versionLabel}).",
"description": "The label used to tell the user to check the latest version"
},
"theme.docs.versions.latestVersionLinkLabel": {
"message": "Última versión",
"description": "The label used for the latest version suggestion link label"
},
"theme.common.editThisPage": {
"message": "Editar esta página",
"description": "The link label to edit the current page"
},
"theme.common.headingLinkTitle": {
"message": "Enlace directo al título",
"description": "Title for link to heading"
},
"theme.lastUpdated.atDate": {
"message": " en {date}",
"description": "The words used to describe on which date a page has been last updated"
},
"theme.lastUpdated.byUser": {
"message": " por {user}",
"description": "The words used to describe by who the page has been last updated"
},
"theme.lastUpdated.lastUpdatedAtBy": {
"message": "Última actualización {atDate}{byUser}",
"description": "The sentence used to display when a page has been last updated, and by who"
},
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
"message": "← Volver al menu principal",
"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)"
},
"theme.navbar.mobileVersionsDropdown.label": {
"message": "Versions",
"description": "The label for the navbar versions dropdown on mobile view"
},
"theme.common.skipToMainContent": {
"message": "Ir al contenido principal",
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
},
"theme.TOCCollapsible.toggleButtonLabel": {
"message": "En esta página",
"description": "The label used by the button on the collapsible TOC component"
},
"theme.tags.tagsListLabel": {
"message": "Marcadores:",
"description": "The label alongside a tag list"
},
"theme.tags.tagsPageTitle": {
"message": "Marcadores",
"description": "The title of the tag list page"
}
}
14 changes: 14 additions & 0 deletions i18n/es/docusaurus-plugin-content-blog/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"title": {
"message": "Blog",
"description": "The title for the blog used in SEO"
},
"description": {
"message": "Blog",
"description": "The description for the blog used in SEO"
},
"sidebar.title": {
"message": "Publicaciones recientes",
"description": "The label for the left sidebar"
}
}
54 changes: 54 additions & 0 deletions i18n/es/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"version.label": {
"message": "Siguiente",
"description": "The label for version current"
},
"sidebar.tutorialSidebar.category.Introduction": {
"message": "Introducción",
"description": "The label for category Introduction in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.The Protocol": {
"message": "El Protocolo",
"description": "The label for category The Protocol in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Governance": {
"message": "Gobierno",
"description": "The label for category Governance in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Khaos": {
"message": "Khaos",
"description": "The label for category Khaos in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Stakes Social": {
"message": "Stakes Social",
"description": "The label for category Stakes Social in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Developers": {
"message": "Desarrolladores",
"description": "The label for category Developers in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Modules": {
"message": "Modulos",
"description": "The label for category Modules in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.V1": {
"message": "V1",
"description": "The label for category V1 in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.V2": {
"message": "V2",
"description": "The label for category V2 in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Tools": {
"message": "Herramientas",
"description": "The label for category Tools in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Learning": {
"message": "Aprendizaje",
"description": "The label for category Learning in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Hands-on": {
"message": "Manos a la obra",
"description": "The label for category Hands-on in sidebar tutorialSidebar"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Introduction",
"position": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Creator Token Overview
sidebar_position: 3
---

## What is Creator token?

Creators can issue their own creator tokens by tokenizing their creations.

Once you have issued your creator token, you will be able to access the following features:

- Manage OSS ownership and build your community DAO
- Sustainable funding and splitting creators’ rewards to its holders

## How to issue your creator tokens?

Creator tokens can be easily issued without any knowledge of blockchain. The three steps are as follows:

- **Put the ownership information of your assets in an Dapp such as Stakes.social**

:::info

You can find all the details about [onboard guide](https://docs.devprotocol.xyz/stakes-social/onboard-guide/) on stakes.social section.

:::

- **Share Creator tokens with your team**

10 million creator tokens (fixed supply) will be issued. Of these, 5% will be sent to the Treasury which will be used for whole ecosystem, and the other 95% can be freely allocated by owners.

- **Collect staking**

Both creators and supporters get rewards when your creation is getting supported. This is the first scheme that can raise funds on a sustainable basis rather than a limited number of times, unlike traditional donations or crowdfunding.

## Behind tokenization process with Khaos

Dev Protocol has unique built-in oracle "Khaos" that securely connects to all web platforms such as GitHub, YouTube, Spotify and STEAM.

- First, issue your creator token on a Dapp such as Stakes.social
- Generate a hash to conceal an API access token for web platforms
- Proof of ownership" and activities outside the blockchain.

To provide completely unique "proof of ownership", your assets will never be illicitly copied by anyone.

![](/img/introduction/how-Khaos-works.png)
Loading