feat: Synchronous Update

This commit is contained in:
Amery2010 2024-10-19 21:08:08 +08:00
commit e7ccf65fe5
95 changed files with 8870 additions and 5322 deletions

View file

@ -0,0 +1,10 @@
tools:
xml-to-json:
title: XML to JSON
description: Convert XML to JSON.
inputLabel: Your XML content
inputPlaceholder: Paste your XML content here...
outputLabel: Converted JSON
invalidMessage: Provided XML is not valid.

View file

@ -0,0 +1,10 @@
tools:
xml-to-json:
title: XML vers JSON
description: Convertir XML en JSON.
inputLabel: Votre contenu XML
inputPlaceholder: Collez votre contenu XML ici...
outputLabel: JSON converti
invalidMessage: Le XML fourni n'est pas valide.

View file

@ -0,0 +1,10 @@
tools:
xml-to-json:
title: XML 转 JSON
description: 将 XML 转换为 JSON。
inputLabel: 您的 XML 内容
inputPlaceholder: 在此粘贴您的 XML 内容...
outputLabel: 转换后的 JSON
invalidMessage: 提供的 XML 不是有效的。