feat(new-tool): csv to json converter

This commit is contained in:
Eduardo Maldonado 2024-04-12 01:07:38 -06:00
parent d3b32cc14e
commit 9dca9c3cb8
12 changed files with 212 additions and 6 deletions

View file

@ -104,6 +104,10 @@ tools:
title: JSON to CSV
description: Convert JSON to CSV with automatic header detection.
csv-to-json:
title: CSV to JSON
description: Convert CSV to JSON with automatic header detection.
camera-recorder:
title: Camera recorder
description: Take a picture or record a video from your webcam or camera.

View file

@ -4,8 +4,8 @@ home:
favoriteTools: 'Tus herramientas favoritas'
allTools: 'Todas las herramientas'
subtitle: 'Herramientas practicas para desarrolladores'
toggleMenu: 'Toggle menu'
home: Home
toggleMenu: 'Alternar menú'
home: Inicio
uiLib: 'UI Lib'
support: 'Apoyar el desarrollo de IT-Tools'
buyMeACoffee: 'Buy me a coffee'
@ -48,7 +48,7 @@ about:
notFound: '404 Not Found'
sorry: 'Lo sentimos, esta página no parece existir'
maybe: 'Tal vez el caché esté haciendo cosas raras, ¿probamos a refrescar forzosamente?'
backHome: 'Back home'
backHome: 'Volver al inicio'
favoriteButton:
remove: 'Quitar de favoritos'
add: 'Añadir a favoritos'
@ -60,12 +60,16 @@ tools:
categories:
favorite-tools: 'Tus herramientas favoritas'
crypto: Crypto
converter: Converter
converter: Conversor
web: Web
images and videos: 'Images & Videos'
images and videos: 'Imágenes y vídeos'
development: Development
network: Network
math: Math
measurement: Measurement
text: Text
data: Data
data: Data
csv-to-json:
title: CSV a JSON
description: Convierte CSV a JSON con detección automática de cabeceras.

View file

@ -79,3 +79,7 @@ tools:
copied: Le token a été copié
length: Longueur
tokenPlaceholder: Le token...
csv-to-json:
title: CSV vers JSON
description: Convertit les fichiers CSV en JSON avec détection automatique des en-têtes.

View file

@ -69,3 +69,7 @@ tools:
measurement: 'Medidas'
text: 'Texto'
data: 'Dados'
csv-to-json:
title: CSV para JSON
description: Converte CSV para JSON com detecção automática de cabeçalhos.

View file

@ -69,3 +69,7 @@ tools:
measurement: Вимірювання
text: Текст
data: Дані
csv-to-json:
title: 'CSV в JSON'
description: 'Конвертуйте CSV в JSON з автоматичним визначенням заголовків.'