WIP(translate): translate two category all tools

This commit is contained in:
Amery2010 2024-02-19 17:38:30 +08:00
parent 9db4b41daf
commit 4f550a9499
58 changed files with 708 additions and 172 deletions

View file

@ -0,0 +1,10 @@
tools:
json-to-csv:
title: JSON to CSV
description: Convert JSON to CSV with automatic header detection.
inputLabel: Your raw JSON
inputPlaceholder: Paste your raw JSON here...
outputLabel: CSV version of your JSON
invalidMessage: Provided JSON is not valid.