docs: update translate files

This commit is contained in:
Pouya Saadeghi 2022-11-08 17:56:26 +03:00
parent ab1ec5287f
commit 2ff81fea1c
10 changed files with 86 additions and 86 deletions

View File

@ -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",
@ -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.",
@ -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.",
@ -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>.",

View File

@ -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",
@ -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.",
@ -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.",
@ -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.",

View File

@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "Ensuite, vous pouvez modifier le composant avec des classes d'utilitaires supplémentaires de daisyUI",
"Or you can modify the component with Tailwind CSS utility classes": "Ou vous pouvez modifier le composant avec les classes utilitaires de Tailwind CSS",
"Customize daisyUI components": "Personnaliser les composants daisyUI",
"How to customize daisyUI": "Comment personnaliser daisyUI",
"How to customize daisyUI?": "Comment personnaliser daisyUI",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "Les composants daisyUI sont livrés avec de nombreuses variantes nécessaires aux systèmes de conception et vous n'aurez généralement pas besoin de personnaliser quoi que ce soit.",
"But you can still customize components in many ways.": "Néanmoins vous pouvez toujours personnaliser les composants de plusieurs façons.",
"Let's say, you want to customize this button:": "Supposons que vous souhaitiez personnaliser ce bouton:",
"You can use daisyUI utility classes:": "Vous pouvez utiliser les classes utilitaires daisyUI:",
"You can use Tailwind's utility classes:": "Vous pouvez utiliser les classes utilitaires de Taildwind:",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "Vous pouvez personnaliser les composants dans votre fichier CSS en utilisant la directive @apply de Tailwind.",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "Vous pouvez personnaliser les composants dans votre fichier CSS en utilisant la directive @apply de Tailwind.",
"You can also:": "Vous pouvez également:",
"add your own theme": "ajouter votre propre thème",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "Passez au-dessus des décisions de conception de daisyUI, <a href='/docs/config'>utiliser uniquement une version non stylisée (squelette) de daisyUI</a>.",
"Add your own theme.": "ajouter votre propre thème",
"Opt out of daisyUI's design decisions, and <a href='/docs/config'>only use an unstyled (skeleton) version of daisyUI</a>.": "Passez au-dessus des décisions de conception de daisyUI, <a href='/docs/config'>utiliser uniquement une version non stylisée (squelette) de daisyUI</a>.",
"How to change the default configuration of daisyUI?": "Comment modifier la configuration par défaut de daisyUI?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "daisyUI peut être configuré à partir de votre fichier <code>tailwind.config.js</code>.",
"Default config": "Configuration par défaut",
@ -175,9 +175,9 @@
"If it's false, only light (default) theme will be available.": "Si c'est faux, seul le thème léger (par défaut) sera disponible.",
"If it's an array, only themes in the array will be included and the first theme will be the default theme.": "Si c'est un tableau, seuls les thèmes présent dans le tableau seront inclus et le premier thème sera le thème par défaut.",
"Read more about <a href='/docs/themes'>themes</a>": "En savoir plus sur les <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": "Si c'est vrai, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>quelques styles de base</a> seront ajoutés",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "Si c'est vrai, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>des classes utilitaires et responsives</a> seront ajoutées",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "Si c'est vrai, daisyUI montre les logs dans le terminal pendant que le CSS se build.",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "Si c'est vrai, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>quelques styles de base</a> seront ajoutés",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "Si c'est vrai, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>des classes utilitaires et responsives</a> seront ajoutées",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "Si c'est vrai, daisyUI montre les logs dans le terminal pendant que le CSS se build.",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "Si c'est vrai,votre thème sera écrit de droite à gauche. Vous devez ajouter <code>dir='rtl'</code> à votre balise body.",
"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 vous utilisez daisyUI avec l'option RTL, je vous suggère d'utiliser le plugin <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> pour retourner automatiquement tous vos utilitaires Tailwind.",
"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.": "Vous permet de choisir un autre thème pour le mode sombre automatique du système. Par défaut, le thème <code>dark</code> (ou un thème personnalisé nommé <code>dark</code>) sera le thème par défaut si aucun thème n'est spécifié et que l'utilisateur utilise le mode sombre sur son système. Avec cette configuration, vous pouvez définir un autre thème comme thème par défaut du mode sombre.",
@ -309,7 +309,7 @@
"Preview": "Aperçu",
"Layout and Typography": "Mise en page et typographie",
"How to use layouts and typography in daisyUI": "Comment utiliser les mises en page et la typographie dans daisyUI",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes": "La mise en page, le dimensionnement, les grilles, l'espacement, etc. seront tous gérés par les classes utilitaires Tailwind CSS",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.": "La mise en page, le dimensionnement, les grilles, l'espacement, etc. seront tous gérés par les classes utilitaires Tailwind CSS",
"Read more": "Lire la suite",
"Typography": "Typographie",
"You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.": "Vous devez utiliser le <a href='https://github.com/tailwindlabs/tailwindcss-typography'>plugin TailwindCSS Typography officiel</a>.",

View File

@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "Lalu, Anda bisa memodifikasi komponen di daisyUI menggunakan utility class tambahan",
"Or you can modify the component with Tailwind CSS utility classes": "Atau Anda bisa memodifikasi komponen di dalam utility class Tailwind CSS",
"Customize daisyUI components": "Kustomisasi komponen daisyUI",
"How to customize daisyUI": "Cara mengkustomisasi daisyUI",
"How to customize daisyUI?": "Cara mengkustomisasi daisyUI",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "Komponen daisyUI datang dengan beberapa varian yang diperlukan untuk sebuah design system dan Anda biasanya tidak perlu mengkustomisasi apapun.",
"But you can still customize components in many ways.": "Tapi Anda tetap bisa mengkustomisasi komponen-komponen tersebut dengan berbagai macam cara.",
"Let's say, you want to customize this button:": "Katakanlah, Anda ingin mengkustomisasi tombol ini:",
"You can use daisyUI utility classes:": "Anda bisa menggunakan utility class dari daisyUI:",
"You can use Tailwind's utility classes:": "Anda bisa menggunakan utility class dari daisyUI:",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "Anda bisa mengkustomisasi komponen langsung dari file CSS Anda, menggunakan direktif @apply milik Tailwind.",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "Anda bisa mengkustomisasi komponen langsung dari file CSS Anda, menggunakan direktif @apply milik Tailwind.",
"You can also:": "Anda juga bisa:",
"add your own theme": "menambahkan tema Anda sendiri",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "keluar dari desain daisyUI <a href='/docs/config'>dengan menggunakan versi daisyUI yang tidak memiliki style (skeleton)</a>.",
"Add your own theme.": "menambahkan tema Anda sendiri",
"Opt out of daisyUI's design decisions, and <a href='/docs/config'>only use an unstyled (skeleton) version of daisyUI</a>.": "keluar dari desain daisyUI <a href='/docs/config'>dengan menggunakan versi daisyUI yang tidak memiliki style (skeleton)</a>.",
"How to change the default configuration of daisyUI?": "Bagaimana cara mengubah konfigurasi bawaan daisyUI?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "daisyUI bisa dikonfigurasi dari file <code>tailwind.config.js</code> Anda.",
"Default config": "Konfigurasi bawaan",
@ -175,9 +175,9 @@
"If it's false, only light (default) theme will be available.": "Jika nilainya false, hanya tema terang (default) yang akan tersedia.",
"If it's an array, only themes in the array will be included and the first theme will be the default theme.": "Jika nilainya adalah sebuah array, hanya tema yang terdapat dalam array yang akan dimasukkan dan tema yang pertama akan menjadi tema utama.",
"Read more about <a href='/docs/themes'>themes</a>": "Baca selengkapnya tentang <a href='/docs/themes'>tema</a>",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added": "Jika nilainya true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>hanya beberapa style basis</a> akan ditambahkan",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "Jika nilainya true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>class responsive dan utility</a> akan ditambahkan",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "Jika nilainya true, daisyUI akan menampilkan log pada terminal ketika CSS sedang dibangun",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "Jika nilainya true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>hanya beberapa style basis</a> akan ditambahkan",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "Jika nilainya true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>class responsive dan utility</a> akan ditambahkan",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "Jika nilainya true, daisyUI akan menampilkan log pada terminal ketika CSS sedang dibangun",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "Jika nilainya true, tema Anda akan menjadi kanan-ke-kiri. Anda harus menambahkan <code>dir='rtl'</code> ke tag body Anda.",
"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.": "Jika Anda menggunakan daisyUI dengan opsi RTL, Saya merekomendasikan untuk menggunakan plugin <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> untuk membalik semua utility Tailwind Anda secara otomatis.",
"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.": "Mengizinkan kami untuk menggunakan tema lain selain mode gelap sistem. Secara bawaan, mode <code>dark</code> (atau tema kustom yang bernamakan <code>dark</code>) akan digunakan sebagai tema bawaan jika tidak ada tema buatan yang dispesifikasikan dan pengguna menggunakan mode gelap pada sistemnya. Dengan konfigurasi ini, Anda bisa mengatur tema lain menjadi tema gelap utama.",
@ -254,7 +254,7 @@
"Carousel show images or content in a scrollable area.": "Carousel menyajikan gambar-gambar atau konten dalam area yang bisa digeser.",
"Checkboxes are used to select or deselect a value.": "Checkbox digunakan untuk memilih atau tidak memilih sebuah nilai.",
"Collapse is used for showing and hiding content.": "Collapse digunakan untuk menunjukan atau menyembunyikan konten.",
"Countdown gives you a transition effect of changing numbers": "Countdown menyajikan sebuah efek transisi perubahan angka",
"Countdown gives you a transition effect of changing numbers": "Countdown menyajikan sebuah efek transisi perubahan angka.",
"Divider will be used to separate content vertically or horizontally.": "Divider digunakan untuk memisahkan konten secara vertikal ataupun horizontal.",
"Drawer is a grid layout that can show/hide a sidebar on the left or right side of the page.": "Drawer adalah sebuah grid layyout yang bisa menampilkan/menyembunyikan sebuah sidebar di sisi kiri atau kanan dari sebuah halaman.",
"Dropdown can open a menu or any other element when the button is clicked.": "Dropdown bisa membuka sebuah menu atau elemen lainnya pada saat sebuah tombol ditekan.",
@ -310,7 +310,7 @@
"Preview": "Pratinjau",
"Layout and Typography": "Tata letak dan Tipografi",
"How to use layouts and typography in daisyUI": "Cara menggunakan tata letak dan tipografi di daisyUI",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes": "Tata letak, ukuran, grid, tata ruang, dll. semua akan ditangani oleh utility class Tailwind CSS",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.": "Tata letak, ukuran, grid, tata ruang, dll. semua akan ditangani oleh utility class Tailwind CSS",
"Read more": "Baca selengkapnya",
"Typography": "Tipografi",
"You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.": "Anda harus menggunakan plugin Tipografi resmi dari <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS </a>.",

View File

@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "daisyUI の追加ユーティリティクラスを使用してコンポーネントを変更できます",
"Or you can modify the component with Tailwind CSS utility classes": "または、TailwindCSSユーティリティクラスを使用してコンポーネントを変更できます",
"Customize daisyUI components": "daisyUI コンポーネントをカスタマイズする",
"How to customize daisyUI": "daisyUI をカスタマイズする方法",
"How to customize daisyUI?": "daisyUI をカスタマイズする方法",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "daisyUI コンポーネントには、設計システムに必要な多くのバリエーションが付属しており、通常は何もカスタマイズする必要はありません。",
"But you can still customize components in many ways.": "ただし、コンポーネントはさまざまな方法でカスタマイズできます。",
"Let's say, you want to customize this button:": "このボタンをカスタマイズするとします:",
"You can use daisyUI utility classes:": "daisyUI ユーティリティクラスを使用できます:",
"You can use Tailwind's utility classes:": "Tailwindのユーティリティクラスを使用できます:",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "Tailwindの@applyディレクティブを使用して、CSSファイルのコンポーネントをカスタマイズできます:",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "Tailwindの@applyディレクティブを使用して、CSSファイルのコンポーネントをカスタマイズできます:",
"You can also:": "あなたは以下のことをすることもできます:",
"add your own theme": "独自のテーマを追加する",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "daisyUI の設計上の決定をオプトアウトする<a href='/docs/config'>daisyUI のみを使用する</a>。",
"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>.": "daisyUI の設計上の決定をオプトアウトする<a href='/docs/config'>daisyUI のみを使用する</a>。",
"How to change the default configuration of daisyUI?": "daisyUI のデフォルト設定を変更するにはどうすればよいですか?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "daisyUI は、<code>tailwind.config.js</code> ファイルから構成できます。",
"Default config": "デフォルト設定",
@ -175,9 +175,9 @@
"If it's false, only light (default) theme will be available.": "falseの場合、ライトデフォルトテーマのみが使用可能になります。",
"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>": "<a href='/docs/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": "trueの場合、<a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>いくつかの基本スタイル</a>が追加されます",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "trueの場合、<a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>レスポンシブクラスとユーティリティクラス</a>が追加されます",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "trueの場合、daisyUI はターミナルにログを表示します",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "trueの場合、<a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>いくつかの基本スタイル</a>が追加されます",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "trueの場合、<a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>レスポンシブクラスとユーティリティクラス</a>が追加されます",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "trueの場合、daisyUI はターミナルにログを表示します",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "trueの場合、あなたのテーマは右から左になります。 bodyタグに<code>dir='rtl'</code>を追加する必要があります。",
"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.": "daisyUI を使用している場合は、すべてのTailwindユーティリティを自動的に反転させるため、<a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> プラグインを使用することをお勧めします。",
"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.": "システムのオートダークモードの別のテーマを選択できます。デフォルトでは、テーマが指定されておらず、ユーザーがシステムでダークモードを使用している場合、<code>dark</code>テーマ(または<code>dark</code>という名前のカスタムテーマ)がデフォルトのテーマになります。この構成を使用すると、別のテーマをデフォルトのダークモードテーマに設定できます。",
@ -253,7 +253,7 @@
"Carousel show images or content in a scrollable area.": "カルーセルは、スクロール可能な領域に画像またはコンテンツを表示します。",
"Checkboxes are used to select or deselect a value.": "チェックボックスは、値を選択または選択解除するために使用されます。",
"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": "カウントダウンはあなたに数を変えることの移行効果を与えます",
"Divider will be used to separate content vertically or horizontally.": "Dividerは、コンテンツを垂直または水平に分離するために使用されます。",
"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.": "ドロップダウンは、ボタンがクリックされたときにメニューまたはその他の要素を開くことができます。",
@ -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>.",

View File

@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "그리고 부가적인 데이지UI 유틸리티 클래스를 이용해 컴포넌트를 수정할 수 있습니다.",
"Or you can modify the component with Tailwind CSS utility classes": "Tailwind CSS 유틸리티 클래스를 이용해서 컴포넌트를 수정할 수도 있습니다.",
"Customize daisyUI components": "데이지UI 컴포넌트 커스터마이징하기",
"How to customize daisyUI": "데이지UI를 커스터마이징하는 방법",
"How to customize daisyUI?": "데이지UI를 커스터마이징하는 방법",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "데이지UI 디자인 시스템에 필요한 다양한 유형의 컴포넌트를 제공하며, 일반적으로 어떤 것도 커스터마이징 할 필요가 없습니다.",
"But you can still customize components in many ways.": "하지만 여전히 여러 방법으로 컴포넌트를 커스터마이징 할 수 있습니다.",
"Let's say, you want to customize this button:": "이 버튼을 커스터마이징 하고 싶다면:",
"You can use daisyUI utility classes:": "데이지UI 유틸리티 클래스를 사용해 커스터마이징 할 수 있습니다:",
"You can use Tailwind's utility classes:": "Tailwind 유틸리티 클래스를 사용해 커스터마이징 할 수 있습니다.",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "Tailwind의 @apply를 이용해 당신만의 CSS로 커스터마이징 할 수도 있습니다.",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "Tailwind의 @apply를 이용해 당신만의 CSS로 커스터마이징 할 수도 있습니다.",
"You can also:": "이렇게도 할 수 있습니다.",
"add your own theme": "나만의 테마 추가하기",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "데이지UI의 디자인을 모두 무시하고 <a href='/docs/config'>스타일 적용이 되지 않은 데이지UI 뼈대 버전</a>만을 이용하기.",
"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>.": "데이지UI의 디자인을 모두 무시하고 <a href='/docs/config'>스타일 적용이 되지 않은 데이지UI 뼈대 버전</a>만을 이용하기.",
"How to change the default configuration of daisyUI?": "데이지UI의 기본 설정값을 어떻게 변경하나요?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "데이지UI의 설정값은 <code>tailwind.config.js</code> 파일에서 변경할 수 있습니다.",
"Default config": "기본 설정값",
@ -175,9 +175,9 @@
"If it's false, only light (default) theme will be available.": "이 값이 false라면, 기본 라이트(light) 테마만 사용 가능합니다.",
"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>": "<a href='/docs/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": "이 값이 true라면, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>소수의 기본 스타일</a>이 추가됩니다.",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "이 값이 true라면, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>반응형 및 유틸리티 클래스</a>가 추가됩니다.",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "이 값이 true라면, CSS가 빌드되는 동안 터미널에 로그가 표시됩니다.",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "이 값이 true라면, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>소수의 기본 스타일</a>이 추가됩니다.",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "이 값이 true라면, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>반응형 및 유틸리티 클래스</a>가 추가됩니다.",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "이 값이 true라면, CSS가 빌드되는 동안 터미널에 로그가 표시됩니다.",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "이 값이 true라면, 테마의 방향은 오른쪽에서 왼쪽이 됩니다. body 태그에 <code>dir='rtl'</code>를 추가해야 합니다.",
"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.": "데이지UI를 RTL 옵션으로 이용하신다면, <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> 플러그인을 사용하는 것을 추천드립니다. Tailwind 유틸리티를 자동으로 좌우 반전시켜줍니다.",
"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.": "이 설정은 시스템의 자동 다크 테마를 위해서 다른 테마를 고를 수 있게 합니다. 기본적으로 사용자가 테마를 지정하지 않고 시스템에서 다크 테마를 사용하고 있다면 <code>dark</code> 테마 (혹은 <code>dark</code>라는 이름을 가진 커스텀 테마)가 기본 테마가 될 것입니다. 이 설정으로 다른 테마를 기본 다크 모드 테마로 설정할 수 있습니다.",
@ -309,7 +309,7 @@
"Preview": "미리보기",
"Layout and Typography": "레이아웃과 타이포그래피",
"How to use layouts and typography in daisyUI": "데이지UI에서 레이아웃과 타이포그래피를 어떻게 사용하나요",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes": "레이아웃, 크기 바꾸기, 그리드, 간격 띄우기, 등등. 모두 Tailwind CSS의 유틸리티 클래스로 처리됩니다.",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.": "레이아웃, 크기 바꾸기, 그리드, 간격 띄우기, 등등. 모두 Tailwind CSS의 유틸리티 클래스로 처리됩니다.",
"Read more": "더 알아보기",
"Typography": "타이포그래피",
"You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.": "공식 <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS 타이포그래피 플러그인</a>을 사용하세요.",

View File

@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "Depois podes modificar o componente com classes daisyUI adicionais",
"Or you can modify the component with Tailwind CSS utility classes": "Ou, podes modificar o componentecom classes Tailwind CSS",
"Customize daisyUI components": "Customiza os componentes daisyUI",
"How to customize daisyUI": "Como customizar os componentes daisyUI?",
"How to customize daisyUI?": "Como customizar os componentes daisyUI?",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "Os componentes daisyUI vêm com muitas variantes necessárias para sistemas de design e você normalmente não precisará personalizar nada.",
"But you can still customize components in many ways.": "Mas você ainda pode personalizar componentes de várias maneiras.",
"Let's say, you want to customize this button:": "Digamos que queres personalizar este botão:",
"You can use daisyUI utility classes:": "Podes usar classes de utilitário daisyUI:",
"You can use Tailwind's utility classes:": "Podes usar classes utilitárias Tailwind:",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "Podes personalizar componentes em seu arquivo CSS, usando a diretiva @apply do Tailwind.",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "Podes personalizar componentes em seu arquivo CSS, usando a diretiva @apply do Tailwind.",
"You can also:": "Também podes:",
"add your own theme": "adiciona o teu próprio tema",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "opt-out das decisões de design da daisyUI <a href='/docs/config'>usar apenas uma versão sem estilo (esqueleto) da daisyUI</a>.",
"Add your own theme.": "adiciona o teu próprio tema",
"Opt out of daisyUI's design decisions, and <a href='/docs/config'>only use an unstyled (skeleton) version of daisyUI</a>.": "opt-out das decisões de design da daisyUI <a href='/docs/config'>usar apenas uma versão sem estilo (esqueleto) da daisyUI</a>.",
"How to change the default configuration of daisyUI?": "Como alterar a configuração padrão do daisyUI?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "daisyUI pode ser configurado a partir do arquivo <code>tailwind.config.js</code>.",
"Default config": "Configurações padrão",
@ -175,9 +175,9 @@
"If it's false, only light (default) theme will be available.": "Se for falso, apenas o tema light (padrão) estará disponível.",
"If it's an array, only themes in the array will be included and the first theme will be the default theme.": "Se for um array, apenas os temas do array serão incluídos e o primeiro tema será o tema padrão.",
"Read more about <a href='/docs/themes'>themes</a>": "Leia mais sobre os <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": "Se for verdade, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>alguns estilos básicos</a> serão adicionados",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "Se for verdade, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>classes responsivas e utilitárias</a> serão adicionadas",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "Se for verdade, daisyUI mostra logs no terminal enquanto o CSS está sendo compilado",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "Se for verdade, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>alguns estilos básicos</a> serão adicionados",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "Se for verdade, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>classes responsivas e utilitárias</a> serão adicionadas",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "Se for verdade, daisyUI mostra logs no terminal enquanto o CSS está sendo compilado",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "Se for verdade, seu tema será da direita para a esquerda. Você precisa adicionar <code>dir='rtl'</code> à sua tag body.",
"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.": "Se você estiver usando daisyUI com opção RTL, sugiro usar o plugin <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> para inverter todos os seus utilitários Tailwind automaticamente.",
"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.": "Permite escolher outro tema para o modo escuro automático do sistema. Por padrão, o tema <code>dark</code> (ou um tema personalizado chamado <code>dark</code>) será o tema padrão se nenhum tema for especificado e o usuário estiver usando o modo escuro em seu sistema. Com esta configuração, você pode definir outro tema para ser o tema padrão do modo escuro.",
@ -253,7 +253,7 @@
"Carousel show images or content in a scrollable area.": "Carrossel mostra imagens ou conteúdo em uma área rolável.",
"Checkboxes are used to select or deselect a value.": "As caixas de seleção são usadas para selecionar ou desmarcar um valor.",
"Collapse is used for showing and hiding content.": "Collapse é usado para mostrar e ocultar conteúdo.",
"Countdown gives you a transition effect of changing numbers": "A contagem regressiva oferece um efeito de transição de alteração de números",
"Countdown gives you a transition effect of changing numbers": "A contagem regressiva oferece um efeito de transição de alteração de números.",
"Divider will be used to separate content vertically or horizontally.": "O divisor será usado para separar o conteúdo verticalmente ou horizontalmente.",
"Drawer is a grid layout that can show/hide a sidebar on the left or right side of the page.": "Gaveta é um layout de grade que pode mostrar/ocultar uma barra lateral no lado esquerdo ou direito da página.",
"Dropdown can open a menu or any other element when the button is clicked.": "O menu suspenso pode abrir um menu ou qualquer outro elemento quando o botão é clicado.",
@ -309,7 +309,7 @@
"Preview": "Visualizar",
"Layout and Typography": "Layout e Tipografia",
"How to use layouts and typography in daisyUI": "Como usar layouts e tipografia no daisyUI",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes": "Layout, dimensionamento, grades, espaçamento, etc. tudo será tratado pelas classes utilitárias do Tailwind CSS",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.": "Layout, dimensionamento, grades, espaçamento, etc. tudo será tratado pelas classes utilitárias do Tailwind CSS",
"Read more": "Leia mais",
"Typography": "Tipografia",
"You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.": "Você deve usar o <a href='https://github.com/tailwindlabs/tailwindcss-typography'>plug-in de tipografia TailwindCSS</a> oficial.",

View File

@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "Затем вы можете модифицировать компоненту с помощью дополнительных классов",
"Or you can modify the component with Tailwind CSS utility classes": "Или вы можете изменить компоненту с помощью старых, но добрых классов Tailwind CSS",
"Customize daisyUI components": "Настройка компонентов daisyUI",
"How to customize daisyUI": "Как настроить daisyUI",
"How to customize daisyUI?": "Как настроить daisyUI",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "Компоненты daisyUI поставляются с множеством вариантов, необходимых для систем проектирования, и обычно вам не придется ничего настраивать.",
"But you can still customize components in many ways.": "Но вы по-прежнему можете настраивать компоненты различными способами.",
"Let's say, you want to customize this button:": "Допустим, вы хотите настроить эту кнопку:",
"You can use daisyUI utility classes:": "Вы можете использовать классы daisyUI:",
"You can use Tailwind's utility classes:": "Вы можете использовать классы Tailwind:",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "Вы можете настроить компоненты в вашем CSS-файле, используя директиву Tailwind @apply.",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "Вы можете настроить компоненты в вашем CSS-файле, используя директиву Tailwind @apply.",
"You can also:": "Вы также можете:",
"add your own theme": "добавьте свою собственную тему",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "отказаться от дизайнерских решений daisyUI <a href='/docs/config'>и использовать только нестилизованную (скелетную) версию daisyUI</a>.",
"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>.": "отказаться от дизайнерских решений daisyUI <a href='/docs/config'>и использовать только нестилизованную (скелетную) версию daisyUI</a>.",
"How to change the default configuration of daisyUI?": "Как изменить конфигурацию daisyUI по умолчанию?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "daisyUI может быть настроен из <code>tailwind.config.js</code> <br>",
"Default config": "Конфигурация по умолчанию",
@ -175,9 +175,9 @@
"If it's false, only light (default) theme will be available.": "Если значение false, будет доступна только светлая тема (по умолчанию).",
"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>": "Подробнее о <a href='/docs/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": "Если это true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>несколько базовых стилей</a> будет добавлено",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "Если это true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>респонсивные и утилитарные классы</a> будут добавлены",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "Если это true, daisyUI будет показывать логи в терминале во время создания CSS",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "Если это true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>несколько базовых стилей</a> будет добавлено",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "Если это true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>респонсивные и утилитарные классы</a> будут добавлены",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "Если это true, daisyUI будет показывать логи в терминале во время создания CSS",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "Если это true, ваша тема будет справа налево. Вам нужно добавить <code>dir='rtl'</code> в тег body.",
"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.": "Если вы используете daisyUI с опцией RTL, я рекомендую использовать <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> плагин для автоматического перекидывания всех ваших утилит Tailwind.",
"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.": "Позволяет выбрать другую тему для автоматического темного режима системы. По умолчанию, <code>dark</code> (или пользовательская тема под названием <code>dark</code>) будет темой по умолчанию, если тема не указана и пользователь использует темный режим в своей системе. С помощью этой конфигурации можно установить другую тему в качестве темы по умолчанию для темного режима.",
@ -253,7 +253,7 @@
"Carousel show images or content in a scrollable area.": "Carousel используется для показа изображений или содержимого в прокручиваемой области.",
"Checkboxes are used to select or deselect a value.": "Checkboxes используются для выбора или отмены выбора значения.",
"Collapse is used for showing and hiding content.": "Collapse используется для показа и скрытия содержимого.",
"Countdown gives you a transition effect of changing numbers": "Countdown дает эффект перехода от одной цифры к другой",
"Countdown gives you a transition effect of changing numbers": "Countdown дает эффект перехода от одной цифры к другой.",
"Divider will be used to separate content vertically or horizontally.": "Divider будет использоваться для разделения содержимого по вертикали или горизонтали.",
"Drawer is a grid layout that can show/hide a sidebar on the left or right side of the page.": "Drawer - это сетчатый макет, который может показывать/скрывать боковую панель в левой или правой части страницы.",
"Dropdown can open a menu or any other element when the button is clicked.": "Dropdown может открыть меню или любой другой элемент при нажатии на кнопку.",
@ -309,7 +309,7 @@
"Preview": "Предпросмотр",
"Layout and Typography": "Разметка и Типография",
"How to use layouts and typography in daisyUI": "Как использовать макеты и типография в daisyUI",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes": "Макет, размер, сетки, интервалы и т.д. - все это будет обработано с помощью классов Tailwind CSS.",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.": "Макет, размер, сетки, интервалы и т.д. - все это будет обработано с помощью классов Tailwind CSS.",
"Read more": "Подробнее",
"Typography": "Типография",
"You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.": "Вам следует использовать официальный <a href='https://github.com/tailwindlabs/tailwindcss-typography'>плагин для типографии Tailwind CSS</a>.",

View File

@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "你可以通过增加 daisyUI 组件类来修改这个组件",
"Or you can modify the component with Tailwind CSS utility classes": "你也可以通过 TailwindCSS 的工具类来改变这个组件的样式",
"Customize daisyUI components": "自定义 daisyUI 组件",
"How to customize daisyUI": "如何自定义 daisyUI",
"How to customize daisyUI?": "如何自定义 daisyUI",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "daisyUI 自有的设计系统有很多变量,通常你不需要定义任何变量。",
"But you can still customize components in many ways.": "但是,你仍然可以通过很多方式来实现你的自定义目标",
"Let's say, you want to customize this button:": "例如,你想自定义下面这个按钮:",
"You can use daisyUI utility classes:": "你可以使用 daisyUI 的工具类:",
"You can use Tailwind's utility classes:": "你可以使用 Tailwind 的工具类:",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "你可以通过 Tailwind 的 @apply 指令来自定义你的组件。",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "你可以通过 Tailwind 的 @apply 指令来自定义你的组件。",
"You can also:": "你也可以:",
"add your own theme": "增加自定义主题",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "通过 <a href='/docs/config'>只使用无样式的(骨架)版本的 daisyUI</a> 来完全去掉 daisyUI 的设计元素。",
"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>.": "通过 <a href='/docs/config'>只使用无样式的(骨架)版本的 daisyUI</a> 来完全去掉 daisyUI 的设计元素。",
"How to change the default configuration of daisyUI?": "如何更改 daisyUI 的默认配置?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "可以通过 <code>tailwind.config.js</code> 来配置 daisyUI 的配置。",
"Default config": "默认配置",
@ -175,9 +175,9 @@
"If it's false, only light (default) theme will be available.": "如果设为 false只有 light默认主题会被加载。",
"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>": "在<a href='/docs/themes'>阅读更多关于主题的内容",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added": "如果设为 true<a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>一些基础样式</a> 会被添加。",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "如果设为 true<a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>响应式和工具类</a>会被添加",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "如果设为 truedaisyUI 会在 CSS 构建时在命令行窗口输出日志。",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "如果设为 true<a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>一些基础样式</a> 会被添加。",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "如果设为 true<a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>响应式和工具类</a>会被添加",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "如果设为 truedaisyUI 会在 CSS 构建时在命令行窗口输出日志。",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "如果设为 true你的主题会是从右向左展示。你需要在你的 body 标签添加<code>dir='rtl'</code>。",
"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.": "如果你在 daisyUI 中使用 RTL 选项,我建议使用<a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> 插件,因为这个插件可以自动帮助你翻转所有 Tailwind 工具类。",
"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.": "选择另一个主题作为系统自动黑暗模式的主题。<code>dark</code> 是默认黑暗模式主题(或者自定义的主题名字是 <code>dark</code>)。通过这个配置,你可以给默认黑暗模式主题设定另一个主题。",
@ -309,7 +309,7 @@
"Preview": "预览",
"Layout and Typography": "布局和排版",
"How to use layouts and typography in daisyUI": "如何在 daisyUI 中使用布局和排版",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes": "布局, 大小, grids 间隔等等。所有这些可以用 Tailwind CSS 的工具类来调整",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.": "布局, 大小, grids 间隔等等。所有这些可以用 Tailwind CSS 的工具类来调整",
"Read more": "阅读更多",
"Typography": "排版",
"You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.": "你应该使用官方的 <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.",

View File

@ -155,16 +155,16 @@
"Then you can modify the component with daisyUI additional utility classes": "接著您可以使用 daisyUI 額外提供的公用類別來細部調整元件",
"Or you can modify the component with Tailwind CSS utility classes": "或者您可以使用 Tailwind CSS 的公用類別來調整",
"Customize daisyUI components": "自訂 daisyUI 元件",
"How to customize daisyUI": "如何自訂 daisyUI",
"How to customize daisyUI?": "如何自訂 daisyUI",
"daisyUI components come with many variants necessary for design systems and you won't usually need to customize anything.": "daisyUI 的元件自帶許多設計系統所需的變體,您通常不需要自訂任何東西。",
"But you can still customize components in many ways.": "但您仍可以通過多種方式自訂元件。",
"Let's say, you want to customize this button:": "假如您想要自訂這個按鈕:",
"You can use daisyUI utility classes:": "您可以使用 daisyUI 的公用類別:",
"You can use Tailwind's utility classes:": "Tailwind 的公用類別:",
"You can customize components on your CSS file, using Tailwind's @apply directive.": "或是在您的 CSS 檔案中使用 Tailwind 的 @apply 指示詞來自訂元件。",
"You can customize components on your CSS file, using Tailwind's @apply directive:": "或是在您的 CSS 檔案中使用 Tailwind 的 @apply 指示詞來自訂元件。",
"You can also:": "您還能:",
"add your own theme": "新增您自己的主題",
"opt-out of daisyUI's design decisions <a href='/docs/config'>only use a unstyled (skeleton) version of daisyUI</a>.": "不使用 daisyUI 的設計理念,<a href='/docs/config'>改用未套用任何樣式 (骨架) 的 daisyUI</a>。",
"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>.": "不使用 daisyUI 的設計理念,<a href='/docs/config'>改用未套用任何樣式 (骨架) 的 daisyUI</a>。",
"How to change the default configuration of daisyUI?": "如何更改 daisyUI 的預設設定?",
"daisyUI can be configured from your <code>tailwind.config.js</code> file.": "daisyUI 可以在<code>tailwind.config.js</code>檔案中調整。",
"Default config": "以下是預設設定",
@ -175,9 +175,9 @@
"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.": "如果設為陣列,將包含陣列中的主題,並將首主題設為預設主題。",
"Read more about <a href='/docs/themes'>themes</a>": "了解<a href='/docs/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": "如果設為 true將新增<a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>數個基礎樣式</a>",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added": "如果設為 true將新增<a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>響應式和公用類別</a>",
"If it's true, daisyUI shows logs in the terminal while CSS is building": "如果設為 true daisyUI 在建置 CSS 時會將紀錄顯示於終端機",
"If it's true, <a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>a few base styles</a> will be added.": "如果設為 true將新增<a href='https://github.com/saadeghi/daisyui/blob/master/src/base'>數個基礎樣式</a>",
"If it's true, <a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>responsive and utility classes</a> will be added.": "如果設為 true將新增<a href='https://github.com/saadeghi/daisyui/tree/master/src/utilities'>響應式和公用類別</a>",
"If it's true, daisyUI shows logs in the terminal while CSS is building.": "如果設為 true daisyUI 在建置 CSS 時會將紀錄顯示於終端機",
"If it's true, your theme will be right-to-left. You need to add <code>dir='rtl'</code> to your body tag.": "如果設為 true您的主題將以右至左顯示。您需要新增<code>dir='rtl'</code>至 body 標籤。",
"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.": "如果您啟用了 RTL建議使用 <a href='https://github.com/cvrajeesh/tailwindcss-flip'>tailwindcss-flip</a> 外掛程式,以自動翻轉所有 Tailwind 公用類別。",
"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.": "允許我們為系統的自動暗色模式選取其他主題。預設情況下,如果沒有指定主題,且使用者的系統啟用了暗色模式,預設主題將為<code>dark</code> (或名為<code>dark</code>的自訂主題)。此設定可以指定其他主題做為預設暗色模式主題。",
@ -309,7 +309,7 @@
"Preview": "預覽",
"Layout and Typography": "版面配置和字體",
"How to use layouts and typography in daisyUI": "如何在 daisyUI 中使用版面配置與字體",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes": "版面配置,大小,網格,間距等都將由 Tailwind CSS 的公用類別處理",
"Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's utility classes.": "版面配置,大小,網格,間距等都將由 Tailwind CSS 的公用類別處理",
"Read more": "繼續閱讀",
"Typography": "字體",
"You should use official <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS Typography plugin</a>.": "您應使用官方的 <a href='https://github.com/tailwindlabs/tailwindcss-typography'>TailwindCSS 字體外掛程式</a>。",