mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
json xml texts
This commit is contained in:
parent
f5a5ca6550
commit
c756058c5c
4 changed files with 26 additions and 8 deletions
|
@ -487,9 +487,17 @@ tools:
|
|||
json-to-xml:
|
||||
title: JSON zu XML
|
||||
description: JSON in XML konvertieren
|
||||
input: Dein JSON-Inhalt
|
||||
input-placeholder: Füge hier deinen JSON-Inhalt ein...
|
||||
output: Konvertiertes XML
|
||||
error: Bereitgestelltes JSON ist ungültig.
|
||||
xml-to-json:
|
||||
title: XML zu JSON
|
||||
description: XML in JSON konvertieren
|
||||
input: Dein XML-Inhalt
|
||||
input-placeholder: Füge hier deinen XML-Inhalt ein...
|
||||
output: Konvertiertes JSON
|
||||
error: Bereitgestelltes XML ist ungültig.
|
||||
email-normalizer:
|
||||
title: E-Mail-Normalisierung
|
||||
description: >-
|
||||
|
|
|
@ -456,9 +456,17 @@ tools:
|
|||
json-to-xml:
|
||||
title: JSON to XML
|
||||
description: Convert JSON to XML
|
||||
input: Your JSON content
|
||||
input-placeholder: Paste your JSON content here...
|
||||
output: Converted XML
|
||||
error: Provided JSON is not valid.
|
||||
xml-to-json:
|
||||
title: XML to JSON
|
||||
description: Convert XML to JSON
|
||||
input: Your XML content
|
||||
input-placeholder: Paste your XML content here...
|
||||
output: Converted JSON
|
||||
error: Provided XML is not valid.
|
||||
email-normalizer:
|
||||
title: Email normalizer
|
||||
description: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue