mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-10 16:15:01 -04:00
feat: Synchronous Update
This commit is contained in:
commit
e7ccf65fe5
95 changed files with 8870 additions and 5322 deletions
10
src/tools/xml-to-json/locales/en.yml
Normal file
10
src/tools/xml-to-json/locales/en.yml
Normal 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.
|
10
src/tools/xml-to-json/locales/fr.yml
Normal file
10
src/tools/xml-to-json/locales/fr.yml
Normal 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.
|
10
src/tools/xml-to-json/locales/zh.yml
Normal file
10
src/tools/xml-to-json/locales/zh.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
tools:
|
||||
xml-to-json:
|
||||
title: XML 转 JSON
|
||||
description: 将 XML 转换为 JSON。
|
||||
|
||||
inputLabel: 您的 XML 内容
|
||||
inputPlaceholder: 在此粘贴您的 XML 内容...
|
||||
outputLabel: 转换后的 JSON
|
||||
|
||||
invalidMessage: 提供的 XML 不是有效的。
|
Loading…
Add table
Add a link
Reference in a new issue