@jjlmoya/utils-developer 1.3.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +34 -0
- package/src/category/i18n/id.ts +34 -0
- package/src/category/i18n/it.ts +34 -0
- package/src/category/i18n/ja.ts +34 -0
- package/src/category/i18n/ko.ts +34 -0
- package/src/category/i18n/nl.ts +34 -0
- package/src/category/i18n/pl.ts +34 -0
- package/src/category/i18n/pt.ts +34 -0
- package/src/category/i18n/ru.ts +34 -0
- package/src/category/i18n/sv.ts +34 -0
- package/src/category/i18n/tr.ts +34 -0
- package/src/category/i18n/zh.ts +34 -0
- package/src/category/index.ts +13 -1
- package/src/index.ts +12 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tool/aspectRatio/i18n/de.ts +177 -0
- package/src/tool/aspectRatio/i18n/id.ts +177 -0
- package/src/tool/aspectRatio/i18n/it.ts +177 -0
- package/src/tool/aspectRatio/i18n/ja.ts +178 -0
- package/src/tool/aspectRatio/i18n/ko.ts +178 -0
- package/src/tool/aspectRatio/i18n/nl.ts +178 -0
- package/src/tool/aspectRatio/i18n/pl.ts +177 -0
- package/src/tool/aspectRatio/i18n/pt.ts +177 -0
- package/src/tool/aspectRatio/i18n/ru.ts +177 -0
- package/src/tool/aspectRatio/i18n/sv.ts +177 -0
- package/src/tool/aspectRatio/i18n/tr.ts +177 -0
- package/src/tool/aspectRatio/i18n/zh.ts +178 -0
- package/src/tool/aspectRatio/index.ts +15 -7
- package/src/tool/calculadoraTiempoDatos/i18n/de.ts +150 -0
- package/src/tool/calculadoraTiempoDatos/i18n/id.ts +150 -0
- package/src/tool/calculadoraTiempoDatos/i18n/it.ts +150 -0
- package/src/tool/calculadoraTiempoDatos/i18n/ja.ts +151 -0
- package/src/tool/calculadoraTiempoDatos/i18n/ko.ts +151 -0
- package/src/tool/calculadoraTiempoDatos/i18n/nl.ts +150 -0
- package/src/tool/calculadoraTiempoDatos/i18n/pl.ts +150 -0
- package/src/tool/calculadoraTiempoDatos/i18n/pt.ts +150 -0
- package/src/tool/calculadoraTiempoDatos/i18n/ru.ts +151 -0
- package/src/tool/calculadoraTiempoDatos/i18n/sv.ts +150 -0
- package/src/tool/calculadoraTiempoDatos/i18n/tr.ts +150 -0
- package/src/tool/calculadoraTiempoDatos/i18n/zh.ts +151 -0
- package/src/tool/calculadoraTiempoDatos/index.ts +15 -7
- package/src/tool/colorConverter/i18n/de.ts +126 -0
- package/src/tool/colorConverter/i18n/id.ts +126 -0
- package/src/tool/colorConverter/i18n/it.ts +126 -0
- package/src/tool/colorConverter/i18n/ja.ts +127 -0
- package/src/tool/colorConverter/i18n/ko.ts +127 -0
- package/src/tool/colorConverter/i18n/nl.ts +126 -0
- package/src/tool/colorConverter/i18n/pl.ts +126 -0
- package/src/tool/colorConverter/i18n/pt.ts +126 -0
- package/src/tool/colorConverter/i18n/ru.ts +126 -0
- package/src/tool/colorConverter/i18n/sv.ts +126 -0
- package/src/tool/colorConverter/i18n/tr.ts +126 -0
- package/src/tool/colorConverter/i18n/zh.ts +127 -0
- package/src/tool/colorConverter/index.ts +15 -7
- package/src/tool/conversorExcelCsvHtml/i18n/de.ts +129 -0
- package/src/tool/conversorExcelCsvHtml/i18n/id.ts +129 -0
- package/src/tool/conversorExcelCsvHtml/i18n/it.ts +129 -0
- package/src/tool/conversorExcelCsvHtml/i18n/ja.ts +130 -0
- package/src/tool/conversorExcelCsvHtml/i18n/ko.ts +130 -0
- package/src/tool/conversorExcelCsvHtml/i18n/nl.ts +129 -0
- package/src/tool/conversorExcelCsvHtml/i18n/pl.ts +129 -0
- package/src/tool/conversorExcelCsvHtml/i18n/pt.ts +129 -0
- package/src/tool/conversorExcelCsvHtml/i18n/ru.ts +129 -0
- package/src/tool/conversorExcelCsvHtml/i18n/sv.ts +129 -0
- package/src/tool/conversorExcelCsvHtml/i18n/tr.ts +129 -0
- package/src/tool/conversorExcelCsvHtml/i18n/zh.ts +130 -0
- package/src/tool/conversorExcelCsvHtml/index.ts +15 -7
- package/src/tool/cronGenerator/i18n/de.ts +192 -0
- package/src/tool/cronGenerator/i18n/es.ts +2 -1
- package/src/tool/cronGenerator/i18n/fr.ts +2 -1
- package/src/tool/cronGenerator/i18n/id.ts +192 -0
- package/src/tool/cronGenerator/i18n/it.ts +192 -0
- package/src/tool/cronGenerator/i18n/ja.ts +192 -0
- package/src/tool/cronGenerator/i18n/ko.ts +192 -0
- package/src/tool/cronGenerator/i18n/nl.ts +192 -0
- package/src/tool/cronGenerator/i18n/pl.ts +192 -0
- package/src/tool/cronGenerator/i18n/pt.ts +192 -0
- package/src/tool/cronGenerator/i18n/ru.ts +192 -0
- package/src/tool/cronGenerator/i18n/sv.ts +192 -0
- package/src/tool/cronGenerator/i18n/tr.ts +192 -0
- package/src/tool/cronGenerator/i18n/zh.ts +192 -0
- package/src/tool/cronGenerator/index.ts +15 -7
- package/src/tool/cssSpecificityCalculator/i18n/de.ts +168 -0
- package/src/tool/cssSpecificityCalculator/i18n/id.ts +168 -0
- package/src/tool/cssSpecificityCalculator/i18n/it.ts +168 -0
- package/src/tool/cssSpecificityCalculator/i18n/ja.ts +169 -0
- package/src/tool/cssSpecificityCalculator/i18n/ko.ts +169 -0
- package/src/tool/cssSpecificityCalculator/i18n/nl.ts +168 -0
- package/src/tool/cssSpecificityCalculator/i18n/pl.ts +168 -0
- package/src/tool/cssSpecificityCalculator/i18n/pt.ts +168 -0
- package/src/tool/cssSpecificityCalculator/i18n/ru.ts +168 -0
- package/src/tool/cssSpecificityCalculator/i18n/sv.ts +168 -0
- package/src/tool/cssSpecificityCalculator/i18n/tr.ts +168 -0
- package/src/tool/cssSpecificityCalculator/i18n/zh.ts +169 -0
- package/src/tool/cssSpecificityCalculator/index.ts +15 -7
- package/src/tool/cssToInlineConverter/i18n/de.ts +160 -0
- package/src/tool/cssToInlineConverter/i18n/id.ts +160 -0
- package/src/tool/cssToInlineConverter/i18n/it.ts +160 -0
- package/src/tool/cssToInlineConverter/i18n/ja.ts +161 -0
- package/src/tool/cssToInlineConverter/i18n/ko.ts +161 -0
- package/src/tool/cssToInlineConverter/i18n/nl.ts +160 -0
- package/src/tool/cssToInlineConverter/i18n/pl.ts +160 -0
- package/src/tool/cssToInlineConverter/i18n/pt.ts +160 -0
- package/src/tool/cssToInlineConverter/i18n/ru.ts +160 -0
- package/src/tool/cssToInlineConverter/i18n/sv.ts +160 -0
- package/src/tool/cssToInlineConverter/i18n/tr.ts +160 -0
- package/src/tool/cssToInlineConverter/i18n/zh.ts +161 -0
- package/src/tool/cssToInlineConverter/index.ts +15 -7
- package/src/tool/duplicateCssRemover/i18n/de.ts +167 -0
- package/src/tool/duplicateCssRemover/i18n/id.ts +167 -0
- package/src/tool/duplicateCssRemover/i18n/it.ts +167 -0
- package/src/tool/duplicateCssRemover/i18n/ja.ts +168 -0
- package/src/tool/duplicateCssRemover/i18n/ko.ts +168 -0
- package/src/tool/duplicateCssRemover/i18n/nl.ts +167 -0
- package/src/tool/duplicateCssRemover/i18n/pl.ts +167 -0
- package/src/tool/duplicateCssRemover/i18n/pt.ts +167 -0
- package/src/tool/duplicateCssRemover/i18n/ru.ts +167 -0
- package/src/tool/duplicateCssRemover/i18n/sv.ts +167 -0
- package/src/tool/duplicateCssRemover/i18n/tr.ts +167 -0
- package/src/tool/duplicateCssRemover/i18n/zh.ts +168 -0
- package/src/tool/duplicateCssRemover/index.ts +15 -7
- package/src/tool/generadorSecurityTxt/i18n/de.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/id.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/it.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/ja.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/ko.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/nl.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/pl.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/pt.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/ru.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/sv.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/tr.ts +174 -0
- package/src/tool/generadorSecurityTxt/i18n/zh.ts +174 -0
- package/src/tool/generadorSecurityTxt/index.ts +15 -7
- package/src/tool/hashGenerator/i18n/de.ts +119 -0
- package/src/tool/hashGenerator/i18n/id.ts +119 -0
- package/src/tool/hashGenerator/i18n/it.ts +118 -0
- package/src/tool/hashGenerator/i18n/ja.ts +119 -0
- package/src/tool/hashGenerator/i18n/ko.ts +119 -0
- package/src/tool/hashGenerator/i18n/nl.ts +119 -0
- package/src/tool/hashGenerator/i18n/pl.ts +118 -0
- package/src/tool/hashGenerator/i18n/pt.ts +118 -0
- package/src/tool/hashGenerator/i18n/ru.ts +119 -0
- package/src/tool/hashGenerator/i18n/sv.ts +119 -0
- package/src/tool/hashGenerator/i18n/tr.ts +118 -0
- package/src/tool/hashGenerator/i18n/zh.ts +119 -0
- package/src/tool/hashGenerator/index.ts +15 -7
- package/src/tool/inspectorCertificadosSsl/i18n/de.ts +214 -0
- package/src/tool/inspectorCertificadosSsl/i18n/id.ts +215 -0
- package/src/tool/inspectorCertificadosSsl/i18n/it.ts +214 -0
- package/src/tool/inspectorCertificadosSsl/i18n/ja.ts +215 -0
- package/src/tool/inspectorCertificadosSsl/i18n/ko.ts +215 -0
- package/src/tool/inspectorCertificadosSsl/i18n/nl.ts +215 -0
- package/src/tool/inspectorCertificadosSsl/i18n/pl.ts +215 -0
- package/src/tool/inspectorCertificadosSsl/i18n/pt.ts +214 -0
- package/src/tool/inspectorCertificadosSsl/i18n/ru.ts +215 -0
- package/src/tool/inspectorCertificadosSsl/i18n/sv.ts +215 -0
- package/src/tool/inspectorCertificadosSsl/i18n/tr.ts +215 -0
- package/src/tool/inspectorCertificadosSsl/i18n/zh.ts +215 -0
- package/src/tool/inspectorCertificadosSsl/index.ts +24 -0
- package/src/tool/jsonFormatter/i18n/de.ts +157 -0
- package/src/tool/jsonFormatter/i18n/es.ts +2 -1
- package/src/tool/jsonFormatter/i18n/fr.ts +2 -1
- package/src/tool/jsonFormatter/i18n/id.ts +157 -0
- package/src/tool/jsonFormatter/i18n/it.ts +156 -0
- package/src/tool/jsonFormatter/i18n/ja.ts +157 -0
- package/src/tool/jsonFormatter/i18n/ko.ts +157 -0
- package/src/tool/jsonFormatter/i18n/nl.ts +157 -0
- package/src/tool/jsonFormatter/i18n/pl.ts +156 -0
- package/src/tool/jsonFormatter/i18n/pt.ts +156 -0
- package/src/tool/jsonFormatter/i18n/ru.ts +157 -0
- package/src/tool/jsonFormatter/i18n/sv.ts +157 -0
- package/src/tool/jsonFormatter/i18n/tr.ts +157 -0
- package/src/tool/jsonFormatter/i18n/zh.ts +157 -0
- package/src/tool/jsonFormatter/index.ts +15 -7
- package/src/tool/keycode/i18n/de.ts +161 -0
- package/src/tool/keycode/i18n/es.ts +2 -1
- package/src/tool/keycode/i18n/fr.ts +2 -1
- package/src/tool/keycode/i18n/id.ts +161 -0
- package/src/tool/keycode/i18n/it.ts +161 -0
- package/src/tool/keycode/i18n/ja.ts +161 -0
- package/src/tool/keycode/i18n/ko.ts +161 -0
- package/src/tool/keycode/i18n/nl.ts +161 -0
- package/src/tool/keycode/i18n/pl.ts +161 -0
- package/src/tool/keycode/i18n/pt.ts +160 -0
- package/src/tool/keycode/i18n/ru.ts +160 -0
- package/src/tool/keycode/i18n/sv.ts +160 -0
- package/src/tool/keycode/i18n/tr.ts +160 -0
- package/src/tool/keycode/i18n/zh.ts +161 -0
- package/src/tool/keycode/index.ts +15 -7
- package/src/tool/llmCostCalculator/i18n/de.ts +166 -0
- package/src/tool/llmCostCalculator/i18n/fr.ts +2 -1
- package/src/tool/llmCostCalculator/i18n/id.ts +166 -0
- package/src/tool/llmCostCalculator/i18n/it.ts +166 -0
- package/src/tool/llmCostCalculator/i18n/ja.ts +166 -0
- package/src/tool/llmCostCalculator/i18n/ko.ts +166 -0
- package/src/tool/llmCostCalculator/i18n/nl.ts +166 -0
- package/src/tool/llmCostCalculator/i18n/pl.ts +165 -0
- package/src/tool/llmCostCalculator/i18n/pt.ts +165 -0
- package/src/tool/llmCostCalculator/i18n/ru.ts +165 -0
- package/src/tool/llmCostCalculator/i18n/sv.ts +165 -0
- package/src/tool/llmCostCalculator/i18n/tr.ts +165 -0
- package/src/tool/llmCostCalculator/i18n/zh.ts +166 -0
- package/src/tool/llmCostCalculator/index.ts +24 -0
- package/src/tool/mobileMockupGenerator/i18n/de.ts +121 -0
- package/src/tool/mobileMockupGenerator/i18n/id.ts +121 -0
- package/src/tool/mobileMockupGenerator/i18n/it.ts +121 -0
- package/src/tool/mobileMockupGenerator/i18n/ja.ts +122 -0
- package/src/tool/mobileMockupGenerator/i18n/ko.ts +122 -0
- package/src/tool/mobileMockupGenerator/i18n/nl.ts +121 -0
- package/src/tool/mobileMockupGenerator/i18n/pl.ts +31 -0
- package/src/tool/mobileMockupGenerator/i18n/pt.ts +121 -0
- package/src/tool/mobileMockupGenerator/i18n/ru.ts +121 -0
- package/src/tool/mobileMockupGenerator/i18n/sv.ts +121 -0
- package/src/tool/mobileMockupGenerator/i18n/tr.ts +121 -0
- package/src/tool/mobileMockupGenerator/i18n/zh.ts +122 -0
- package/src/tool/mobileMockupGenerator/index.ts +24 -0
- package/src/tool/musicalTypography/i18n/de.ts +179 -0
- package/src/tool/musicalTypography/i18n/id.ts +179 -0
- package/src/tool/musicalTypography/i18n/it.ts +179 -0
- package/src/tool/musicalTypography/i18n/ja.ts +180 -0
- package/src/tool/musicalTypography/i18n/ko.ts +180 -0
- package/src/tool/musicalTypography/i18n/nl.ts +179 -0
- package/src/tool/musicalTypography/i18n/pl.ts +179 -0
- package/src/tool/musicalTypography/i18n/pt.ts +101 -0
- package/src/tool/musicalTypography/i18n/ru.ts +47 -0
- package/src/tool/musicalTypography/i18n/sv.ts +29 -0
- package/src/tool/musicalTypography/i18n/tr.ts +29 -0
- package/src/tool/musicalTypography/i18n/zh.ts +30 -0
- package/src/tool/musicalTypography/index.ts +15 -7
- package/src/tool/placeholderGenerator/i18n/de.ts +176 -0
- package/src/tool/placeholderGenerator/i18n/id.ts +176 -0
- package/src/tool/placeholderGenerator/i18n/it.ts +176 -0
- package/src/tool/placeholderGenerator/i18n/ja.ts +177 -0
- package/src/tool/placeholderGenerator/i18n/ko.ts +177 -0
- package/src/tool/placeholderGenerator/i18n/nl.ts +176 -0
- package/src/tool/placeholderGenerator/i18n/pl.ts +176 -0
- package/src/tool/placeholderGenerator/i18n/pt.ts +176 -0
- package/src/tool/placeholderGenerator/i18n/ru.ts +176 -0
- package/src/tool/placeholderGenerator/i18n/sv.ts +176 -0
- package/src/tool/placeholderGenerator/i18n/tr.ts +176 -0
- package/src/tool/placeholderGenerator/i18n/zh.ts +177 -0
- package/src/tool/placeholderGenerator/index.ts +24 -0
- package/src/tool/promptLibrary/i18n/de.ts +131 -0
- package/src/tool/promptLibrary/i18n/id.ts +131 -0
- package/src/tool/promptLibrary/i18n/it.ts +131 -0
- package/src/tool/promptLibrary/i18n/ja.ts +132 -0
- package/src/tool/promptLibrary/i18n/ko.ts +132 -0
- package/src/tool/promptLibrary/i18n/nl.ts +131 -0
- package/src/tool/promptLibrary/i18n/pl.ts +28 -0
- package/src/tool/promptLibrary/i18n/pt.ts +101 -0
- package/src/tool/promptLibrary/i18n/ru.ts +101 -0
- package/src/tool/promptLibrary/i18n/sv.ts +93 -0
- package/src/tool/promptLibrary/i18n/tr.ts +93 -0
- package/src/tool/promptLibrary/i18n/zh.ts +94 -0
- package/src/tool/promptLibrary/index.ts +24 -0
- package/src/tool/readabilityCalculator/i18n/de.ts +133 -0
- package/src/tool/readabilityCalculator/i18n/id.ts +133 -0
- package/src/tool/readabilityCalculator/i18n/it.ts +133 -0
- package/src/tool/readabilityCalculator/i18n/ja.ts +134 -0
- package/src/tool/readabilityCalculator/i18n/ko.ts +134 -0
- package/src/tool/readabilityCalculator/i18n/nl.ts +133 -0
- package/src/tool/readabilityCalculator/i18n/pl.ts +29 -0
- package/src/tool/readabilityCalculator/i18n/pt.ts +91 -0
- package/src/tool/readabilityCalculator/i18n/ru.ts +91 -0
- package/src/tool/readabilityCalculator/i18n/sv.ts +43 -0
- package/src/tool/readabilityCalculator/i18n/tr.ts +43 -0
- package/src/tool/readabilityCalculator/i18n/zh.ts +44 -0
- package/src/tool/readabilityCalculator/index.ts +24 -0
- package/src/tool/svgSanitizer/i18n/de.ts +125 -0
- package/src/tool/svgSanitizer/i18n/id.ts +125 -0
- package/src/tool/svgSanitizer/i18n/it.ts +125 -0
- package/src/tool/svgSanitizer/i18n/ja.ts +126 -0
- package/src/tool/svgSanitizer/i18n/ko.ts +126 -0
- package/src/tool/svgSanitizer/i18n/nl.ts +125 -0
- package/src/tool/svgSanitizer/i18n/pl.ts +125 -0
- package/src/tool/svgSanitizer/i18n/pt.ts +30 -0
- package/src/tool/svgSanitizer/i18n/ru.ts +126 -0
- package/src/tool/svgSanitizer/i18n/sv.ts +126 -0
- package/src/tool/svgSanitizer/i18n/tr.ts +126 -0
- package/src/tool/svgSanitizer/i18n/zh.ts +126 -0
- package/src/tool/svgSanitizer/index.ts +24 -0
- package/src/tool/svgToCss/i18n/de.ts +174 -0
- package/src/tool/svgToCss/i18n/id.ts +174 -0
- package/src/tool/svgToCss/i18n/it.ts +174 -0
- package/src/tool/svgToCss/i18n/ja.ts +175 -0
- package/src/tool/svgToCss/i18n/ko.ts +175 -0
- package/src/tool/svgToCss/i18n/nl.ts +174 -0
- package/src/tool/svgToCss/i18n/pl.ts +174 -0
- package/src/tool/svgToCss/i18n/pt.ts +174 -0
- package/src/tool/svgToCss/i18n/ru.ts +174 -0
- package/src/tool/svgToCss/i18n/sv.ts +174 -0
- package/src/tool/svgToCss/i18n/tr.ts +174 -0
- package/src/tool/svgToCss/i18n/zh.ts +175 -0
- package/src/tool/svgToCss/index.ts +15 -7
- package/src/tool/urlCleaner/i18n/de.ts +116 -0
- package/src/tool/urlCleaner/i18n/id.ts +116 -0
- package/src/tool/urlCleaner/i18n/it.ts +116 -0
- package/src/tool/urlCleaner/i18n/ja.ts +117 -0
- package/src/tool/urlCleaner/i18n/ko.ts +117 -0
- package/src/tool/urlCleaner/i18n/nl.ts +116 -0
- package/src/tool/urlCleaner/i18n/pl.ts +29 -0
- package/src/tool/urlCleaner/i18n/pt.ts +43 -0
- package/src/tool/urlCleaner/i18n/ru.ts +43 -0
- package/src/tool/urlCleaner/i18n/sv.ts +43 -0
- package/src/tool/urlCleaner/i18n/tr.ts +43 -0
- package/src/tool/urlCleaner/i18n/zh.ts +44 -0
- package/src/tool/urlCleaner/index.ts +24 -0
- package/src/tool/urlEncoderDecoder/i18n/de.ts +163 -0
- package/src/tool/urlEncoderDecoder/i18n/id.ts +163 -0
- package/src/tool/urlEncoderDecoder/i18n/it.ts +163 -0
- package/src/tool/urlEncoderDecoder/i18n/ja.ts +163 -0
- package/src/tool/urlEncoderDecoder/i18n/ko.ts +163 -0
- package/src/tool/urlEncoderDecoder/i18n/nl.ts +163 -0
- package/src/tool/urlEncoderDecoder/i18n/pl.ts +162 -0
- package/src/tool/urlEncoderDecoder/i18n/pt.ts +162 -0
- package/src/tool/urlEncoderDecoder/i18n/ru.ts +163 -0
- package/src/tool/urlEncoderDecoder/i18n/sv.ts +163 -0
- package/src/tool/urlEncoderDecoder/i18n/tr.ts +162 -0
- package/src/tool/urlEncoderDecoder/i18n/zh.ts +163 -0
- package/src/tool/urlEncoderDecoder/index.ts +15 -7
- package/src/tool/utmGenerator/i18n/de.ts +118 -0
- package/src/tool/utmGenerator/i18n/id.ts +118 -0
- package/src/tool/utmGenerator/i18n/it.ts +118 -0
- package/src/tool/utmGenerator/i18n/ja.ts +118 -0
- package/src/tool/utmGenerator/i18n/ko.ts +118 -0
- package/src/tool/utmGenerator/i18n/nl.ts +118 -0
- package/src/tool/utmGenerator/i18n/pl.ts +117 -0
- package/src/tool/utmGenerator/i18n/pt.ts +118 -0
- package/src/tool/utmGenerator/i18n/ru.ts +118 -0
- package/src/tool/utmGenerator/i18n/sv.ts +118 -0
- package/src/tool/utmGenerator/i18n/tr.ts +117 -0
- package/src/tool/utmGenerator/i18n/zh.ts +118 -0
- package/src/tool/utmGenerator/index.ts +15 -7
- package/src/types.ts +1 -2
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { JsonFormatterUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'json-formatter';
|
|
6
|
+
const title = '無料オンラインJSONフォーマッタ&バリデータ';
|
|
7
|
+
const description =
|
|
8
|
+
'JSONコードの整形、検証、修復を行う無料オンラインツール。JSONを美しく整形します。構文エラーを検出し、コードの可読性を向上させます。';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'このフォーマッタを使用する際、データは安全ですか?',
|
|
13
|
+
answer:
|
|
14
|
+
'もちろんです。すべての処理は100%ブラウザ内(クライアントサイド)で行われます。お客様のJSONデータがサーバーに送信されることはありませんので、データ構造の完全なプライバシーが保証されます。',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: '「Invalid JSON」エラーの原因は何ですか?',
|
|
18
|
+
answer:
|
|
19
|
+
'通常、オブジェクトの最後にある余分なカンマ(末尾のカンマ)、キーを囲むダブルクォートの欠落、または不可視文字が原因です。当ツールはエラーの正確な行をハイライト表示するので、簡単に修正できます。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '壊れたJSONを修復できますか?',
|
|
23
|
+
answer:
|
|
24
|
+
'当ツールは、不要な末尾のカンマや不正なエスケープ文字などの一般的なエラーを自動的に修正しようとします。これにより、RFC 8259標準に準拠した有効なJSONになります。',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '非常に大きなJSONファイルをサポートしていますか?',
|
|
28
|
+
answer:
|
|
29
|
+
'はい。処理エンジンは、複雑なデータ構造や大きなファイルを、ブラウザのインターフェースをブロックすることなく処理できるように最適化されています。',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'コードを貼り付ける',
|
|
36
|
+
text: '整形されていない、または縮小(minify)されたJSONをメインのテキストエリアに貼り付けます。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '検証と整形',
|
|
40
|
+
text: 'システムが自動的にコードを分析し、構文エラーをハイライト表示するとともに、可読性を高めるためのインデントを適用します。',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'スタイルを選択する',
|
|
44
|
+
text: '可読性を重視するか、スペースの節約を重視するかに応じて、展開された形式(整形)か、圧縮された形式(縮小)を選択します。',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '結果をコピーする',
|
|
48
|
+
text: 'コピーボタンをクリックして、完全に検証されたJSONをクリップボードにコピーします。',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'ja',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
const ui: JsonFormatterUI = {
|
|
87
|
+
labelInput: '入力 (JSON)',
|
|
88
|
+
labelOutput: '出力',
|
|
89
|
+
btnMinify: '縮小',
|
|
90
|
+
btnBeautify: '整形',
|
|
91
|
+
btnFix: '修復を試みる',
|
|
92
|
+
btnCopy: 'コピー',
|
|
93
|
+
statusWaiting: '入力を待機中...',
|
|
94
|
+
statusValid: '有効なJSON',
|
|
95
|
+
statusInvalid: '無効なJSON',
|
|
96
|
+
toastCopied: 'コピーしました!',
|
|
97
|
+
toastFixed: 'JSONを修復しました(プレビュー)',
|
|
98
|
+
toastFixFailed: '自動修復できませんでした',
|
|
99
|
+
placeholder: 'ここにJSONを貼り付けてください...',
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
export const content: ToolLocaleContent<JsonFormatterUI> = {
|
|
103
|
+
slug,
|
|
104
|
+
title,
|
|
105
|
+
description,
|
|
106
|
+
ui,
|
|
107
|
+
faqTitle: 'よくある質問',
|
|
108
|
+
faq: faqData,
|
|
109
|
+
bibliographyTitle: '参考文献と標準',
|
|
110
|
+
bibliography: [
|
|
111
|
+
{
|
|
112
|
+
name: 'RFC 8259 – The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
|
|
113
|
+
url: 'https://datatracker.ietf.org/doc/html/rfc8259',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: 'ECMA-404 – The JSON Data Interchange Syntax (Ecma International)',
|
|
117
|
+
url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
name: 'JSON.org – JSONの導入',
|
|
121
|
+
url: 'https://www.json.org/json-ja.html',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
name: 'MDN Web Docs – JSON',
|
|
125
|
+
url: 'https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/JSON',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
howTo: howToData,
|
|
129
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
130
|
+
seo: [
|
|
131
|
+
{
|
|
132
|
+
type: 'title',
|
|
133
|
+
text: 'JSONの検証と整形',
|
|
134
|
+
level: 2,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'JSON (JavaScript Object Notation) は、Webにおけるデータ交換の事実上の標準です。しかし、厳密な構文のため、手動で編集するとヒューマンエラーが発生しやすくなります。',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'paragraph',
|
|
142
|
+
html: 'このツールを使用すると、構造の検証、可読性を高めるためのコードの整形、および一般的な構文エラーの自動修復が可能です。',
|
|
143
|
+
},
|
|
144
|
+
{ type: 'grid', columns: 2 },
|
|
145
|
+
{
|
|
146
|
+
type: 'card',
|
|
147
|
+
title: '修復される主なエラー',
|
|
148
|
+
html: '<ul><li><strong>シングルクォート:</strong> JSON標準ではダブルクォートが必要です。ツールは <code>\'key\': \'value\'</code> を <code>"key": "value"</code> に変換します。</li><li><strong>クォートなしのキー:</strong> JavaScriptスタイルのオブジェクトキーを検出し、必要なクォートを追加します。</li><li><strong>末尾のカンマ:</strong> 厳密なパーサーでエラーとなる、オブジェクトや配列の最後にある不要なカンマを削除します。</li></ul>',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'card',
|
|
152
|
+
title: '特徴',
|
|
153
|
+
html: '<ul><li><strong>シンタックスハイライト:</strong> キー、文字列、数値、真偽値を色分けして表示し、素早い読み取りをサポートします。</li><li><strong>リアルタイム検証:</strong> JSONが有効かどうかを即座に判断、または具体的なパースエラーを表示します。</li><li><strong>完全なプライバシー:</strong> 処理は100%ブラウザ上で行われ、外部サーバーにデータが送信されることはありません。</li></ul>',
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
};
|
|
157
|
+
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { JsonFormatterUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'json-formatter';
|
|
6
|
+
const title = '무료 온라인 JSON 포매터 및 유효성 검사기';
|
|
7
|
+
const description =
|
|
8
|
+
'JSON 코드를 포맷팅, 유효성 검사 및 복구할 수 있는 무료 온라인 도구입니다. JSON 코드를 보기 좋게 정리하고, 구문 오류를 감지하며 가독성을 높여줍니다.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '이 포매터를 사용할 때 내 데이터는 안전한가요?',
|
|
13
|
+
answer:
|
|
14
|
+
'물론입니다. 모든 처리는 100% 사용자의 브라우저(클라이언트 측)에서 이루어집니다. JSON 데이터는 서버로 전송되지 않으므로 데이터 구조에 대한 완벽한 개인정보 보호가 보장됩니다.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: "'Invalid JSON' 오류가 발생하는 이유는 무엇인가요?",
|
|
18
|
+
answer:
|
|
19
|
+
'주로 객체의 마지막에 쉼표(trailing comma)가 있거나, 키(key)를 큰따옴표로 감싸지 않았거나, 보이지 않는 문자가 포함된 경우에 발생합니다. 저희 도구는 오류가 발생한 정확한 줄을 표시하여 수정을 도와줍니다.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '망가진 JSON을 복구할 수 있나요?',
|
|
23
|
+
answer:
|
|
24
|
+
'저희 도구는 불필요한 마지막 쉼표나 잘못된 이스케이프 문자 등 흔한 오류를 자동으로 수정하려고 시도합니다. 이를 통해 RFC 8259 표준에 부합하는 유효한 JSON으로 만들어줍니다.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: '매우 큰 JSON 파일도 지원하나요?',
|
|
28
|
+
answer:
|
|
29
|
+
'예, 처리 엔진은 복잡한 데이터 구조와 대용량 파일을 브라우저 인터페이스의 멈춤 없이 처리할 수 있도록 최적화되어 있습니다.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: '코드 붙여넣기',
|
|
36
|
+
text: '포맷팅되지 않았거나 축소(minify)된 JSON 코드를 메인 텍스트 영역에 붙여넣습니다.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: '유효성 검사 및 포맷팅',
|
|
40
|
+
text: '시스템이 자동으로 코드를 분석하여 구문 오류를 표시하고 가독성을 위해 들여쓰기를 적용합니다.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '스타일 선택',
|
|
44
|
+
text: '가독성을 위한 확장 형식(beautify) 또는 공간 절약을 위한 압축 형식(minify) 중에서 원하는 스타일을 선택하세요.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '결과 복사하기',
|
|
48
|
+
text: '복사 버튼을 클릭하여 완벽하게 검증된 JSON 코드를 클립보드에 담으세요.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'ko',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
const ui: JsonFormatterUI = {
|
|
87
|
+
labelInput: '입력 (JSON)',
|
|
88
|
+
labelOutput: '출력',
|
|
89
|
+
btnMinify: '압축 (Minify)',
|
|
90
|
+
btnBeautify: '정렬 (Beautify)',
|
|
91
|
+
btnFix: '자동 복구 시도',
|
|
92
|
+
btnCopy: '복사',
|
|
93
|
+
statusWaiting: '입력 대기 중...',
|
|
94
|
+
statusValid: '유효한 JSON',
|
|
95
|
+
statusInvalid: '유효하지 않은 JSON',
|
|
96
|
+
toastCopied: '복사되었습니다!',
|
|
97
|
+
toastFixed: 'JSON 복구됨 (미리보기)',
|
|
98
|
+
toastFixFailed: '자동으로 복구할 수 없습니다',
|
|
99
|
+
placeholder: '여기에 JSON을 붙여넣으세요...',
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
export const content: ToolLocaleContent<JsonFormatterUI> = {
|
|
103
|
+
slug,
|
|
104
|
+
title,
|
|
105
|
+
description,
|
|
106
|
+
ui,
|
|
107
|
+
faqTitle: '자주 묻는 질문',
|
|
108
|
+
faq: faqData,
|
|
109
|
+
bibliographyTitle: '참고 자료 및 표준',
|
|
110
|
+
bibliography: [
|
|
111
|
+
{
|
|
112
|
+
name: 'RFC 8259 – The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
|
|
113
|
+
url: 'https://datatracker.ietf.org/doc/html/rfc8259',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: 'ECMA-404 – The JSON Data Interchange Syntax (Ecma International)',
|
|
117
|
+
url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
name: 'JSON.org – JSON 소개',
|
|
121
|
+
url: 'https://www.json.org/json-ko.html',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
name: 'MDN Web Docs – JSON',
|
|
125
|
+
url: 'https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/JSON',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
howTo: howToData,
|
|
129
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
130
|
+
seo: [
|
|
131
|
+
{
|
|
132
|
+
type: 'title',
|
|
133
|
+
text: 'JSON 유효성 검사 및 포맷팅',
|
|
134
|
+
level: 2,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'JSON(JavaScript Object Notation)은 웹 데이터 교환의 표준입니다. 하지만 구문이 엄격하여 수동으로 편집할 때 실수가 발생하기 쉽습니다.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'paragraph',
|
|
142
|
+
html: '이 도구를 사용하면 구조적 유효성을 확인하고, 가독성을 위해 코드를 정리하며, 흔히 발생하는 구문 오류를 자동으로 복구할 수 있습니다.',
|
|
143
|
+
},
|
|
144
|
+
{ type: 'grid', columns: 2 },
|
|
145
|
+
{
|
|
146
|
+
type: 'card',
|
|
147
|
+
title: '자동 복구되는 흔한 오류',
|
|
148
|
+
html: '<ul><li><strong>작은따옴표:</strong> JSON 표준은 큰따옴표를 요구합니다. 이 도구는 <code>\'key\': \'value\'</code> 형식을 <code>"key": "value"</code>로 변환합니다.</li><li><strong>따옴표 없는 키:</strong> JavaScript 스타일의 객체 키를 감지하여 필요한 따옴표를 추가합니다.</li><li><strong>마지막 쉼표:</strong> 엄격한 파서에서 오류를 일으키는 객체나 배열의 마지막 쉼표(trailing commas)를 제거합니다.</li></ul>',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'card',
|
|
152
|
+
title: '특징',
|
|
153
|
+
html: '<ul><li><strong>구문 강조:</strong> 키, 문자열, 숫자, 불리언을 색상별로 표시하여 빠른 읽기를 도와줍니다.</li><li><strong>실시간 유효성 검사:</strong> JSON이 유효한지 즉시 알려주거나 특정 파싱 오류를 표시합니다.</li><li><strong>완벽한 개인정보 보호:</strong> 모든 처리는 사용자의 브라우저에서 이루어집니다. 어떤 데이터도 외부 서버로 전송되지 않습니다.</li></ul>',
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
};
|
|
157
|
+
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { JsonFormatterUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'json-formatter-nl';
|
|
6
|
+
const title = 'Gratis Online JSON Formatter en Validator';
|
|
7
|
+
const description =
|
|
8
|
+
'Gratis online tool om JSON-code te formatteren, valideren en repareren. Verfraai en formatteer JSON. Detecteert syntaxfouten en verbetert de leesbaarheid van de code.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Zijn mijn gegevens veilig bij het gebruik van deze formatter?',
|
|
13
|
+
answer:
|
|
14
|
+
'Absoluut. Alle verwerking vindt 100% plaats in uw browser (Client-Side). Uw JSON-gegevens worden nooit naar een server verzonden, wat volledige privacy voor uw datastructuren garandeert.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: "Wat veroorzaakt een 'Invalid JSON'-fout?",
|
|
18
|
+
answer:
|
|
19
|
+
'Dit wordt meestal veroorzaakt door extra komma\'s aan het einde van een object, ontbrekende dubbele aanhalingstekens rond keys, of onzichtbare tekens. Onze tool markeert de exacte regel van de fout, zodat u deze kunt herstellen.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Kan het beschadigde JSON repareren?',
|
|
23
|
+
answer:
|
|
24
|
+
'Onze tool probeert automatisch veelvoorkomende fouten te corrigeren, zoals onnodige komma\'s aan het einde of onjuist geformatteerde escapes, zodat de JSON geldig wordt volgens de RFC 8259-standaard.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Ondersteunt het zeer grote JSON-bestanden?',
|
|
28
|
+
answer:
|
|
29
|
+
'Ja, de verwerkingsengine is geoptimaliseerd om complexe datastructuren en grote bestanden te verwerken zonder de interface van de browser te blokkeren.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Plak uw code',
|
|
36
|
+
text: 'Plak uw niet-geformatteerde of geminimaliseerde JSON in het tekstvak.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Valideren en formatteren',
|
|
40
|
+
text: 'Het systeem analyseert automatisch de code, markeert syntaxfouten en past inspringing toe om de leesbaarheid te verbeteren.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Kies een stijl',
|
|
44
|
+
text: 'Kies tussen een uitgebreid (beautify) of gecomprimeerd (minify) formaat, afhankelijk van of u leesbaarheid of ruimtebesparing nodig heeft.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Kopieer het resultaat',
|
|
48
|
+
text: 'Klik op de kopieerknop om de perfect gevalideerde JSON naar uw klembord te kopiëren.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'nl',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
const ui: JsonFormatterUI = {
|
|
87
|
+
labelInput: 'Invoer (JSON)',
|
|
88
|
+
labelOutput: 'Uitvoer',
|
|
89
|
+
btnMinify: 'Minimaliseren',
|
|
90
|
+
btnBeautify: 'Verfraaien',
|
|
91
|
+
btnFix: 'Probeer te repareren',
|
|
92
|
+
btnCopy: 'Kopiëren',
|
|
93
|
+
statusWaiting: 'Wachten op invoer...',
|
|
94
|
+
statusValid: 'Geldige JSON',
|
|
95
|
+
statusInvalid: 'Ongeldige JSON',
|
|
96
|
+
toastCopied: 'Gekopieerd!',
|
|
97
|
+
toastFixed: 'JSON gerepareerd (Preview)',
|
|
98
|
+
toastFixFailed: 'Kon niet automatisch repareren',
|
|
99
|
+
placeholder: 'Plak hier uw JSON...',
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
export const content: ToolLocaleContent<JsonFormatterUI> = {
|
|
103
|
+
slug,
|
|
104
|
+
title,
|
|
105
|
+
description,
|
|
106
|
+
ui,
|
|
107
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
108
|
+
faq: faqData,
|
|
109
|
+
bibliographyTitle: 'Referenties en Standaarden',
|
|
110
|
+
bibliography: [
|
|
111
|
+
{
|
|
112
|
+
name: 'RFC 8259 – The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
|
|
113
|
+
url: 'https://datatracker.ietf.org/doc/html/rfc8259',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: 'ECMA-404 – The JSON Data Interchange Syntax (Ecma International)',
|
|
117
|
+
url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
name: 'JSON.org – Introductie tot JSON',
|
|
121
|
+
url: 'https://www.json.org/json-en.html',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
name: 'MDN Web Docs – JSON',
|
|
125
|
+
url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
howTo: howToData,
|
|
129
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
130
|
+
seo: [
|
|
131
|
+
{
|
|
132
|
+
type: 'title',
|
|
133
|
+
text: 'JSON Validatie en Formattering',
|
|
134
|
+
level: 2,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'JSON (JavaScript Object Notation) is de de facto standaard voor gegevensuitwisseling op het web. De strikte syntax maakt het echter gevoelig voor menselijke fouten bij handmatige bewerking.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'paragraph',
|
|
142
|
+
html: 'Met deze tool kunt u de structuur valideren, de code formatteren om de leesbaarheid te verbeteren en automatisch veelvoorkomende syntaxfouten repareren.',
|
|
143
|
+
},
|
|
144
|
+
{ type: 'grid', columns: 2 },
|
|
145
|
+
{
|
|
146
|
+
type: 'card',
|
|
147
|
+
title: 'Veelvoorkomende Fouten die het Repareert',
|
|
148
|
+
html: '<ul><li><strong>Enkele Aanhalingstekens:</strong> De JSON-standaard vereist dubbele aanhalingstekens. De tool converteert <code>\'key\': \'value\'</code> naar <code>"key": "value"</code>.</li><li><strong>Keys zonder Aanhalingstekens:</strong> Detecteert JavaScript-stijl object keys en voegt de nodige aanhalingstekens toe.</li><li><strong>Afsluitende Komma\'s:</strong> Verwijdert komma\'s aan het einde van objecten of arrays (trailing commas) die de strikte parser laten crashen.</li></ul>',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'card',
|
|
152
|
+
title: 'Kenmerken',
|
|
153
|
+
html: '<ul><li><strong>Syntax Highlighting:</strong> Kleurt keys, strings, getallen en booleans om snel lezen te vergemakkelijken.</li><li><strong>Real-Time Validatie:</strong> Geeft direct aan of de JSON geldig is of toont de specifieke parsingfout.</li><li><strong>Totale Privacy:</strong> Verwerking vindt 100% plaats in uw browser. Er worden geen gegevens naar externe servers verzonden.</li></ul>',
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
};
|
|
157
|
+
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { JsonFormatterUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'formater-json';
|
|
6
|
+
const title = 'Darmowy Formater i Walidator JSON Online';
|
|
7
|
+
const description =
|
|
8
|
+
'Darmowe narzędzie online do formatowania, walidacji i naprawy kodu JSON. Upiększ i sformatuj JSON. Wykrywa błędy składni i poprawia czytelność kodu.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Czy moje dane są bezpieczne podczas korzystania z tego formatera?',
|
|
13
|
+
answer:
|
|
14
|
+
'Absolutnie. Całe przetwarzanie odbywa się w 100% w Twojej przeglądarce (po stronie klienta). Twoje dane JSON nigdy nie są wysyłane na żaden serwer, co zapewnia pełną prywatność Twoich struktur danych.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Co powoduje błąd "Nieprawidłowy JSON"?',
|
|
18
|
+
answer:
|
|
19
|
+
'Zazwyczaj jest to spowodowane przecinkami na końcu obiektu (trailing commas), brakiem cudzysłowów wokół kluczy lub niewidocznymi znakami. Nasze narzędzie podświetla dokładną linię błędu, abyś mógł go naprawić.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Czy narzędzie potrafi naprawić uszkodzony JSON?',
|
|
23
|
+
answer:
|
|
24
|
+
'Nasze narzędzie automatycznie próbuje poprawić typowe błędy, takie jak niepotrzebne przecinki końcowe lub błędne sekwencje ucieczki znaków, aby JSON stał się zgodny ze standardem RFC 8259.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
question: 'Czy narzędzie obsługuje bardzo duże pliki JSON?',
|
|
28
|
+
answer:
|
|
29
|
+
'Tak, silnik przetwarzania jest zoptymalizowany do obsługi złożonych struktur danych i dużych plików bez blokowania interfejsu przeglądarki.',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
33
|
+
const howToData = [
|
|
34
|
+
{
|
|
35
|
+
name: 'Wklej swój kod',
|
|
36
|
+
text: 'Wklej niesformatowany lub zminimalizowany kod JSON do głównego pola tekstowego.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Waliduj i formatuj',
|
|
40
|
+
text: 'System automatycznie przeanalizuje kod, podświetli błędy składniowe i zastosuje wcięcia w celu poprawy czytelności.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Wybierz styl',
|
|
44
|
+
text: 'Wybierz format rozszerzony (beautify) lub skompresowany (minify) w zależności od tego, czy potrzebujesz czytelności, czy oszczędności miejsca.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Skopiuj wynik',
|
|
48
|
+
text: 'Kliknij przycisk kopiowania, aby przenieść idealnie zweryfikowany kod JSON do schowka.',
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'FAQPage',
|
|
55
|
+
mainEntity: faqData.map((item) => ({
|
|
56
|
+
'@type': 'Question',
|
|
57
|
+
name: item.question,
|
|
58
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
59
|
+
})),
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'HowTo',
|
|
65
|
+
name: title,
|
|
66
|
+
description,
|
|
67
|
+
step: howToData.map((step, i) => ({
|
|
68
|
+
'@type': 'HowToStep',
|
|
69
|
+
position: i + 1,
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'pl',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
const ui: JsonFormatterUI = {
|
|
87
|
+
labelInput: 'Wejście (JSON)',
|
|
88
|
+
labelOutput: 'Wyjście',
|
|
89
|
+
btnMinify: 'Minifikuj',
|
|
90
|
+
btnBeautify: 'Upiększ',
|
|
91
|
+
btnFix: 'Spróbuj naprawić',
|
|
92
|
+
btnCopy: 'Kopiuj',
|
|
93
|
+
statusWaiting: 'Oczekiwanie na dane...',
|
|
94
|
+
statusValid: 'Prawidłowy JSON',
|
|
95
|
+
statusInvalid: 'Nieprawidłowy JSON',
|
|
96
|
+
toastCopied: 'Skopiowano!',
|
|
97
|
+
toastFixed: 'Naprawiono JSON (Podgląd)',
|
|
98
|
+
toastFixFailed: 'Nie udało się automatycznie naprawić',
|
|
99
|
+
placeholder: 'Wklej tutaj swój kod JSON...',
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
export const content: ToolLocaleContent<JsonFormatterUI> = {
|
|
103
|
+
slug,
|
|
104
|
+
title,
|
|
105
|
+
description,
|
|
106
|
+
ui,
|
|
107
|
+
faqTitle: 'Często Zadawane Pytania',
|
|
108
|
+
faq: faqData,
|
|
109
|
+
bibliographyTitle: 'Referencje i Standardy',
|
|
110
|
+
bibliography: [
|
|
111
|
+
{
|
|
112
|
+
name: 'RFC 8259 – The JavaScript Object Notation (JSON) Data Interchange Format (IETF)',
|
|
113
|
+
url: 'https://datatracker.ietf.org/doc/html/rfc8259',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: 'ECMA-404 – The JSON Data Interchange Syntax (Ecma International)',
|
|
117
|
+
url: 'https://www.ecma-international.org/publications-and-standards/standards/ecma-404/',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
name: 'JSON.org – Wprowadzenie do JSON',
|
|
121
|
+
url: 'https://www.json.org/json-en.html',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
name: 'MDN Web Docs – JSON',
|
|
125
|
+
url: 'https://developer.mozilla.org/pl/docs/Web/JavaScript/Reference/Global_Objects/JSON',
|
|
126
|
+
},
|
|
127
|
+
],
|
|
128
|
+
howTo: howToData,
|
|
129
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
130
|
+
seo: [
|
|
131
|
+
{
|
|
132
|
+
type: 'title',
|
|
133
|
+
text: 'Walidacja i Formatowanie JSON',
|
|
134
|
+
level: 2,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'JSON (JavaScript Object Notation) to de facto standard wymiany danych w sieci. Jednak jego rygorystyczna składnia sprawia, że jest on podatny na błędy ludzkie podczas ręcznej edycji.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'paragraph',
|
|
142
|
+
html: 'To narzędzie pozwala zweryfikować strukturę, sformatować kod w celu poprawy jego czytelności i automatycznie naprawić typowe błędy składniowe.',
|
|
143
|
+
},
|
|
144
|
+
{ type: 'grid', columns: 2 },
|
|
145
|
+
{
|
|
146
|
+
type: 'card',
|
|
147
|
+
title: 'Typowe błędy, które naprawia',
|
|
148
|
+
html: '<ul><li><strong>Pojedyncze cudzysłowy:</strong> Standard JSON wymaga podwójnych cudzysłowów. Narzędzie zamienia <code>\'klucz\': \'wartość\'</code> na <code>"klucz": "wartość"</code>.</li><li><strong>Klucze bez cudzysłowów:</strong> Wykrywa klucze obiektów w stylu JavaScript i dodaje niezbędne cudzysłowy.</li><li><strong>Przecinki końcowe:</strong> Usuwa przecinki na końcu obiektów lub tablic (trailing commas), które powodują błędy w rygorystycznych parserach.</li></ul>',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'card',
|
|
152
|
+
title: 'Funkcje',
|
|
153
|
+
html: '<ul><li><strong>Podświetlanie składni:</strong> Koloruje klucze, ciągi znaków, liczby i wartości logiczne, aby ułatwić szybkie czytanie.</li><li><strong>Walidacja w czasie rzeczywistym:</strong> Błyskawicznie wskazuje, czy JSON jest prawidłowy, lub wyświetla konkretny błąd parsowania.</li><li><strong>Całkowita prywatność:</strong> Przetwarzanie odbywa się w 100% w Twojej przeglądarce. Żadne dane nie są wysyłane na zewnętrzne serwery.</li></ul>',
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
};
|