Skip to content

Commit

Permalink
docs: update translate files
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 8, 2022
1 parent ab1ec52 commit 2ff81fe
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 86 deletions.
18 changes: 9 additions & 9 deletions src/docs/src/translation/en.json
Expand Up @@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "Then you can modify the component with daisyUI additional utility classes",
"Or you can modify the component with Tailwind CSS utility classes": "Or you can modify the component with Tailwind CSS utility classes",
"Customize daisyUI components": "Customize daisyUI components",
"How to customize daisyUI": "How to customize daisyUI",
"How to customize daisyUI?": "How to customize daisyUI?",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.",
"But you can still customize components in many ways.": "But you can still customize components in many ways.",
"Let's say, you want to customize this button:": "Let's say, you want to customize this button:",
"You can use daisyUI utility classes:": "You can use daisyUI utility classes:",
"You can use Tailwind's utility classes:": "You can use Tailwind's utility classes:",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "You can customize components on your CSS file, using Tailwind's @apply directive.",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "You can customize components on your CSS file, using Tailwind's @apply directive:",
"You can also:": "You can also:",
"add your own theme": "add your own theme",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.",
"Add your own theme.": "Add your own theme.",
"Opt out of daisyUI's design decisions, and <a href='/docs/config'>only use an unstyled (skeleton) version of daisyUI</a>.": "Opt out of daisyUI's design decisions, and <a href='/docs/config'>only use an unstyled (skeleton) version of daisyUI</a>.",
"How to change the default configuration of daisyUI?": "How to change the default configuration of daisyUI?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "daisyUI can be configured from your <code>tailwind.config.js</code> file.",
"Default config": "Default config",
Expand All @@ -175,9 +175,9 @@
"If it's false, only light (default) theme will be available.": "If it's false, only light (default) theme will be available.",
"If it's an array, only themes in the array will be included and the first theme will be the default theme.": "If it's an array, only themes in the array will be included and the first theme will be the default theme.",
"Read more about <a href='/docs/themes'>themes</a>": "Read more about <a href='/docs/themes'>themes</a>",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added": "If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "If it's true, daisyUI shows logs in the terminal while CSS is building",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "If it's true, daisyUI shows logs in the terminal while CSS is building.",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.",
"If you're using daisyUI with RTL option, I suggest using <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> plugin because to flip all your Tailwind utilities automatically.": "If you're using daisyUI with RTL option, I suggest using <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> plugin to flip all your Tailwind utilities automatically.",
"Allows us to pick another theme for system's auto dark mode. By default, <code>dark</code> theme (or a custom theme named <code>dark</code>) will be the default theme if no theme is specified and the user is using dark mode on their system. With this config, you can set another theme to be the default dark mode theme.": "Allows us to pick another theme for system's auto dark mode. By default, <code>dark</code> theme (or a custom theme named <code>dark</code>) will be the default theme if no theme is specified and the user is using dark mode on their system. With this config, you can set another theme to be the default dark mode theme.",
Expand Down Expand Up @@ -253,7 +253,7 @@
"Carousel show images or content in a scrollable area.": "Carousel show images or content in a scrollable area.",
"Checkboxes are used to select or deselect a value.": "Checkboxes are used to select or deselect a value.",
"Collapse is used for showing and hiding content.": "Collapse is used for showing and hiding content.",
"Countdown gives you a transition effect of changing numbers": "Countdown gives you a transition effect of changing numbers",
"Countdown gives you a transition effect of changing numbers": "Countdown gives you a transition effect of changing numbers.",
"Divider will be used to separate content vertically or horizontally.": "Divider will be used to separate content vertically or horizontally.",
"Drawer is a grid layout that can show/hide a sidebar on the left or right side of the page.": "Drawer is a grid layout that can show/hide a sidebar on the left or right side of the page.",
"Dropdown can open a menu or any other element when the button is clicked.": "Dropdown can open a menu or any other element when the button is clicked.",
Expand Down Expand Up @@ -309,7 +309,7 @@
"Preview": "Preview",
"Layout and Typography": "Layout and Typography",
"How to use layouts and typography in daisyUI": "How to use layouts and typography in daisyUI",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes": "Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.": "Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.",
"Read more": "Read more",
"Typography": "Typography",
"You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.": "You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.",
Expand Down
18 changes: 9 additions & 9 deletions src/docs/src/translation/es.json
Expand Up @@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "Luego puede modificar el componente con clases de utilidad adicionales de daisyUI",
"Or you can modify the component with Tailwind CSS utility classes": "O puede modificar el componente con las clases de utilidad de Tailwind CSS",
"Customize daisyUI components": "Personalizar los componentes de daisyUI",
"How to customize daisyUI": "Cómo personalizar daisyUI",
"How to customize daisyUI?": "Cómo personalizar daisyUI",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "Los componentes daisyUI vienen con muchas variantes necesarias para los sistemas de diseño y, por lo general, no necesitará personalizar nada.",
"But you can still customize components in many ways.": "Pero aún puede personalizar los componentes de muchas maneras.",
"Let's say, you want to customize this button:": "Digamos que desea personalizar este botón:",
"You can use daisyUI utility classes:": "Puede usar las clases de utilidad de daisyUI:",
"You can use Tailwind's utility classes:": "Puede utilizar las clases de utilidad de Tailwind:",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "Puede personalizar componentes en su archivo CSS, utilizando la directiva @apply de Tailwind.",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "Puede personalizar componentes en su archivo CSS, utilizando la directiva @apply de Tailwind.",
"You can also:": "También puedes:",
"add your own theme": "agregar tu propio tema",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "optar por no seguir las decisiones de diseño de daisyUI <a href='/docs/config'>solo use una versión sin estilos de daisyUI</a>.",
"Add your own theme.": "agregar tu propio tema",
"Opt out of daisyUI's design decisions, and <a href='/docs/config'>only use an unstyled (skeleton) version of daisyUI</a>.": "optar por no seguir las decisiones de diseño de daisyUI <a href='/docs/config'>solo use una versión sin estilos de daisyUI</a>.",
"How to change the default configuration of daisyUI?": "¿Cómo cambiar la configuración predeterminada de daisyUI?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "daisyUI se puede configurar desde el archivo <code>tailwind.config.js</code>.",
"Default config": "Configuración predeterminada",
Expand All @@ -175,9 +175,9 @@
"If it's false, only light (default) theme will be available.": "Si es false, solo estará disponible el tema claro (predeterminado).",
"If it's an array, only themes in the array will be included and the first theme will be the default theme.": "Si es un array, solo se incluirán los temas contenidos en este y el primer tema será el predeterminado.",
"Read more about <a href='/docs/themes'>themes</a>": "Más información sobre <a href='/docs/themes'>temas</a>",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added": "Si es true, se agregarán <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>algunos estilos básicos</a>",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "Si es true, se agregarán <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>clases de receptividad y de utilidad</a>",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "Si es true, daisyUI muestra registros en la terminal mientras se construye el CSS",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "Si es true, se agregarán <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>algunos estilos básicos</a>",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "Si es true, se agregarán <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>clases de receptividad y de utilidad</a>",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "Si es true, daisyUI muestra registros en la terminal mientras se construye el CSS",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "Si es true, su tema será de derecha a izquierda. Debe agregar <code>dir='rtl'</code> a su etiqueta de cuerpo.",
"If you're using daisyUI with RTL option, I suggest using <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> plugin because to flip all your Tailwind utilities automatically.": "Si usa daisyUI con la opción RTL, sugiero usar el complemento <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> porque cambiará todas sus utilidades Tailwind automáticamente.",
"Allows us to pick another theme for system's auto dark mode. By default, <code>dark</code> theme (or a custom theme named <code>dark</code>) will be the default theme if no theme is specified and the user is using dark mode on their system. With this config, you can set another theme to be the default dark mode theme.": "Nos permite elegir otro tema para el modo oscuro automático del sistema. De forma predeterminada, el tema <code>dark</code> (o un tema personalizado llamado <code>dark</code>) será el tema predeterminado si no se especifica ninguno y el usuario está usando el modo oscuro en su sistema. Con esta configuración, puede configurar otro tema para que sea el tema de modo oscuro predeterminado.",
Expand Down Expand Up @@ -253,7 +253,7 @@
"Carousel show images or content in a scrollable area.": "Carousel muestra imágenes o contenido en un área desplazable.",
"Checkboxes are used to select or deselect a value.": "Checkboxes se utilizan para seleccionar o anular la selección de un valor.",
"Collapse is used for showing and hiding content.": "Collapse se utiliza para mostrar y ocultar contenido.",
"Countdown gives you a transition effect of changing numbers": "Countdown te da un efecto de transición de números cambiantes",
"Countdown gives you a transition effect of changing numbers": "Countdown te da un efecto de transición de números cambiantes.",
"Divider will be used to separate content vertically or horizontally.": "Divider se utilizará para separar el contenido vertical u horizontalmente.",
"Drawer is a grid layout that can show/hide a sidebar on the left or right side of the page.": "Drawer es un diseño de cuadrícula que puede mostrar/ocultar una barra lateral en el lado izquierdo o derecho de la página.",
"Dropdown can open a menu or any other element when the button is clicked.": "Dropdown puede abrir un menú o cualquier otro elemento cuando se hace clic en el botón.",
Expand Down Expand Up @@ -309,7 +309,7 @@
"Preview": "Vista previa",
"Layout and Typography": "Maquetación y Tipografía",
"How to use layouts and typography in daisyUI": "Cómo usar maquetas y tipografía en daisyUI",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes": "La disposición, el tamaño, las cuadrículas, el espaciado, etc., serán manejados por las clases de utilidad de Tailwind CSS.",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.": "La disposición, el tamaño, las cuadrículas, el espaciado, etc., serán manejados por las clases de utilidad de Tailwind CSS.",
"Read more": "Leer más",
"Typography": "Tipografía",
"You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.": "Debes usar el <a href='https://github.com/tailwindlabs/tailwindcss-typography'>complemento de tipografía TailwindCSS</a> oficial.",
Expand Down

0 comments on commit 2ff81fe

Please sign in to comment.