@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,129 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ConversorExcelCsvHtmlUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'conversor-de-tabela-excel-csv-html';
|
|
6
|
+
const title = 'Gerador de Código do Conversor de Tabela Excel e CSV para HTML';
|
|
7
|
+
const description = 'Converta instantaneamente os seus dados Excel ou CSV em tabelas HTML limpas e semânticas. Ferramenta gratuita para desenvolvedores e criadores de conteúdo.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Como converto um arquivo Excel (.xlsx) para HTML?',
|
|
12
|
+
answer: 'Primeiro, abra seu arquivo no Excel e salve-o como CSV (delimitado por vírgulas). Em seguida, carregue esse arquivo CSV na nossa ferramenta ou cole o seu conteúdo para obter o código da tabela HTML.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'O código gerado inclui estilos CSS?',
|
|
16
|
+
answer: 'O gerador produz HTML limpo com classes opcionais para bordas e listras de zebra. Os estilos visuais finais dependem do próprio CSS do seu site, garantindo uma integração perfeita.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Posso carregar arquivos CSV muito grandes?',
|
|
20
|
+
answer: 'Sim, nossa ferramenta processa dados localmente no seu navegador. Isso significa que é muito rápido e seguro, pois seus dados nunca viajam pela internet.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'É compatível com Google Sheets?',
|
|
24
|
+
answer: 'Absolutamente. No Google Sheets, vá em Arquivo > Fazer download > Valores separados por vírgula (.csv) e use esse arquivo com a nossa ferramenta.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Prepare seus dados',
|
|
31
|
+
text: 'Tenha seu arquivo Excel ou CSV pronto. Certifique-se de que os dados estejam limpos.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Carregue os dados',
|
|
35
|
+
text: 'Cole o texto CSV na área de entrada ou arraste o arquivo diretamente para o conversor.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Configure a tabela',
|
|
39
|
+
text: 'Escolha se deseja usar a primeira linha como cabeçalho e se deseja estilos básicos.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'Copie o código',
|
|
43
|
+
text: 'Mude para a guia "Código HTML" e copie o resultado para colar no seu site.',
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqData.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
66
|
+
'@context': 'https://schema.org',
|
|
67
|
+
'@type': 'SoftwareApplication',
|
|
68
|
+
name: title,
|
|
69
|
+
description,
|
|
70
|
+
applicationCategory: 'UtilityApplication',
|
|
71
|
+
operatingSystem: 'All',
|
|
72
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
73
|
+
inLanguage: 'pt',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
const ui: ConversorExcelCsvHtmlUI = {
|
|
77
|
+
csvInputLabel: 'Cole seu CSV aqui',
|
|
78
|
+
csvInputPlaceholder: 'Nome,Idade,Cidade\nJoão,25,Lisboa\nAna,30,Porto',
|
|
79
|
+
uploadLabel: 'Ou carregue seu arquivo (CSV)',
|
|
80
|
+
dragDropLabel: 'Arraste e solte seu arquivo aqui',
|
|
81
|
+
headerCheckboxLabel: 'Usar primeira linha como cabeçalho',
|
|
82
|
+
bordersCheckboxLabel: 'Adicionar bordas',
|
|
83
|
+
stripeCheckboxLabel: 'Listras de zebra',
|
|
84
|
+
previewTabLabel: 'Pré-visualização',
|
|
85
|
+
codeTabLabel: 'Código HTML',
|
|
86
|
+
emptyStateLabel: 'Insira dados para ver a tabela',
|
|
87
|
+
copyButtonLabel: 'Copiar Código',
|
|
88
|
+
copiedLabel: 'Copiado!',
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
|
|
92
|
+
slug,
|
|
93
|
+
title,
|
|
94
|
+
description,
|
|
95
|
+
ui,
|
|
96
|
+
faqTitle: 'Perguntas Frequentes',
|
|
97
|
+
faq: faqData,
|
|
98
|
+
bibliographyTitle: 'Recursos sobre Tabelas HTML e Formatos de Dados',
|
|
99
|
+
bibliography: [
|
|
100
|
+
{ name: 'W3C: Tabelas HTML', url: 'https://www.w3.org/WAI/tutorials/tables/' },
|
|
101
|
+
{ name: 'MDN: Elemento de tabela HTML', url: 'https://developer.mozilla.org/pt-BR/docs/Web/HTML/Element/table' },
|
|
102
|
+
{ name: 'RFC 4180: Formato CSV', url: 'https://tools.ietf.org/html/rfc4180' },
|
|
103
|
+
{ name: 'Google Sheets: Faça o download dos seus dados', url: 'https://support.google.com/docs/answer/183965' },
|
|
104
|
+
],
|
|
105
|
+
howTo: howToData,
|
|
106
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
|
+
seo: [
|
|
108
|
+
{ type: 'title', text: 'Converta Excel e CSV para Tabelas HTML Facilmente', level: 2 },
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'No desenvolvimento web moderno, apresentar dados tabulares é uma das formas mais eficazes de transmitir informações estruturadas. No entanto, converter manualmente dados de uma planilha como <strong>Excel</strong> ou um arquivo <strong>CSV</strong> para tags HTML <code><table></code>, <code><tr></code>, e <code><td></code> é tedioso e propenso a erros.',
|
|
112
|
+
},
|
|
113
|
+
{ type: 'title', text: 'Por que usar tabelas HTML semânticas?', level: 3 },
|
|
114
|
+
{
|
|
115
|
+
type: 'list',
|
|
116
|
+
items: [
|
|
117
|
+
'<strong>Acessibilidade:</strong> leitores de tela podem interpretar a estrutura e ajudar usuários com deficiências visuais.',
|
|
118
|
+
'<strong>SEO:</strong> mecanismos de busca indexam o conteúdo das células, melhorando o ranking dos seus dados.',
|
|
119
|
+
'<strong>Responsividade:</strong> com um pouco de CSS, tabelas HTML podem se adaptar a dispositivos móveis.',
|
|
120
|
+
'<strong>Facilidade de manutenção:</strong> é muito mais fácil editar dados em HTML do que gerar novamente uma imagem inteira.',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{ type: 'title', text: 'Como o Conversor de Excel para HTML Funciona', level: 3 },
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: 'Nossa ferramenta usa um analisador de texto nativo que processa arquivos separados por vírgula (CSV). A maioria dos programas de planilha, incluindo Microsoft Excel, Google Sheets e LibreOffice Calc, permite exportar seus dados no formato CSV.',
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
};
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ConversorExcelCsvHtmlUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'konverter-tablic-excel-csv-html';
|
|
6
|
+
const title = 'Генератор кода для конвертации Excel и CSV в HTML таблицы';
|
|
7
|
+
const description = 'Мгновенно преобразуйте данные Excel или CSV в чистые, семантические HTML-таблицы. Бесплатный инструмент для разработчиков и создателей контента.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Как преобразовать файл Excel (.xlsx) в HTML?',
|
|
12
|
+
answer: 'Сначала откройте файл в Excel и сохраните его как CSV (с разделителями-запятыми). Затем загрузите этот CSV-файл в наш инструмент или вставьте его содержимое, чтобы получить код HTML-таблицы.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Включает ли сгенерированный код стили CSS?',
|
|
16
|
+
answer: 'Генератор создает чистый HTML с дополнительными классами для границ и «зебры» (чередующихся строк). Окончательные визуальные стили зависят от CSS вашего собственного сайта, что обеспечивает идеальную интеграцию.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Могу ли я загружать очень большие CSV-файлы?',
|
|
20
|
+
answer: 'Да, наш инструмент обрабатывает данные локально в вашем браузере. Это означает, что он работает очень быстро и безопасно, так как ваши данные никогда не передаются через Интернет.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Совместим ли он с Google Таблицами?',
|
|
24
|
+
answer: 'Безусловно. В Google Таблицах перейдите в меню Файл > Скачать > Значения, разделенные запятыми (.csv), и используйте этот файл в нашем инструменте.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Подготовьте данные',
|
|
31
|
+
text: 'Подготовьте ваш файл Excel или CSV. Убедитесь, что данные корректны.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Загрузите данные',
|
|
35
|
+
text: 'Вставьте текст CSV в поле ввода или перетащите файл прямо в конвертер.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Настройте таблицу',
|
|
39
|
+
text: 'Выберите, хотите ли вы использовать первую строку в качестве заголовка и нужны ли вам базовые стили.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'Скопируйте код',
|
|
43
|
+
text: 'Перейдите на вкладку «Код HTML» и скопируйте результат для вставки на ваш сайт.',
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqData.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
66
|
+
'@context': 'https://schema.org',
|
|
67
|
+
'@type': 'SoftwareApplication',
|
|
68
|
+
name: title,
|
|
69
|
+
description,
|
|
70
|
+
applicationCategory: 'UtilityApplication',
|
|
71
|
+
operatingSystem: 'All',
|
|
72
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
73
|
+
inLanguage: 'ru',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
const ui: ConversorExcelCsvHtmlUI = {
|
|
77
|
+
csvInputLabel: 'Вставьте ваш CSV здесь',
|
|
78
|
+
csvInputPlaceholder: 'Имя,Возраст,Город\nИван,25,Москва\nАнна,30,Санкт-Петербург',
|
|
79
|
+
uploadLabel: 'Или загрузите ваш файл (CSV)',
|
|
80
|
+
dragDropLabel: 'Перетащите файл сюда',
|
|
81
|
+
headerCheckboxLabel: 'Использовать первую строку как заголовок',
|
|
82
|
+
bordersCheckboxLabel: 'Добавить границы',
|
|
83
|
+
stripeCheckboxLabel: 'Чередующиеся строки (зебра)',
|
|
84
|
+
previewTabLabel: 'Предпросмотр',
|
|
85
|
+
codeTabLabel: 'Код HTML',
|
|
86
|
+
emptyStateLabel: 'Введите данные, чтобы увидеть таблицу',
|
|
87
|
+
copyButtonLabel: 'Копировать код',
|
|
88
|
+
copiedLabel: 'Скопировано!',
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
|
|
92
|
+
slug,
|
|
93
|
+
title,
|
|
94
|
+
description,
|
|
95
|
+
ui,
|
|
96
|
+
faqTitle: 'Часто задаваемые вопросы',
|
|
97
|
+
faq: faqData,
|
|
98
|
+
bibliographyTitle: 'Ресурсы по HTML-таблицам и форматам данных',
|
|
99
|
+
bibliography: [
|
|
100
|
+
{ name: 'W3C: HTML-таблицы', url: 'https://www.w3.org/WAI/tutorials/tables/' },
|
|
101
|
+
{ name: 'MDN: Элемент таблицы HTML', url: 'https://developer.mozilla.org/ru/docs/Web/HTML/Element/table' },
|
|
102
|
+
{ name: 'RFC 4180: Формат CSV', url: 'https://tools.ietf.org/html/rfc4180' },
|
|
103
|
+
{ name: 'Google Таблицы: скачивание данных', url: 'https://support.google.com/docs/answer/183965' },
|
|
104
|
+
],
|
|
105
|
+
howTo: howToData,
|
|
106
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
|
+
seo: [
|
|
108
|
+
{ type: 'title', text: 'Легко конвертируйте Excel и CSV в HTML-таблицы', level: 2 },
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'В современной веб-разработке представление табличных данных является одним из наиболее эффективных способов передачи структурированной информации. Однако ручное преобразование данных из электронных таблиц, таких как <strong>Excel</strong>, или файлов <strong>CSV</strong> в HTML-теги <code><table></code>, <code><tr></code> и <code><td></code> утомительно и чревато ошибками.',
|
|
112
|
+
},
|
|
113
|
+
{ type: 'title', text: 'Зачем использовать семантические HTML-таблицы?', level: 3 },
|
|
114
|
+
{
|
|
115
|
+
type: 'list',
|
|
116
|
+
items: [
|
|
117
|
+
'<strong>Доступность:</strong> программы чтения с экрана могут интерпретировать структуру и помогать пользователям с нарушениями зрения.',
|
|
118
|
+
'<strong>SEO:</strong> поисковые системы индексируют содержимое ячеек, улучшая рейтинг ваших данных.',
|
|
119
|
+
'<strong>Адаптивность:</strong> с помощью небольшого количества CSS HTML-таблицы могут адаптироваться к мобильным устройствам.',
|
|
120
|
+
'<strong>Удобство поддержки:</strong> редактировать данные в HTML гораздо проще, чем повторно создавать изображение целиком.',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{ type: 'title', text: 'Как работает конвертер Excel в HTML', level: 3 },
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: 'Наша утилита использует нативный текстовый парсер, который обрабатывает файлы с разделителями-запятыми (CSV). Большинство программ для работы с электронными таблицами, включая Microsoft Excel, Google Таблицы и LibreOffice Calc, позволяют экспортировать данные в формате CSV.',
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
};
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ConversorExcelCsvHtmlUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'excel-csv-html-tabell-konverterare';
|
|
6
|
+
const title = 'Excel och CSV till HTML tabellkonverterare kodgenerator';
|
|
7
|
+
const description = 'Konvertera dina Excel- eller CSV-data till rena, semantiska HTML-tabeller direkt. Gratis verktyg för utvecklare och innehållsskapare.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Hur konverterar jag en Excel-fil (.xlsx) till HTML?',
|
|
12
|
+
answer: 'Öppna först din fil i Excel och spara den som CSV (kommaseparerad). Ladda sedan upp den CSV-filen till vårt verktyg eller klistra in dess innehåll för att få HTML-tabellkoden.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Innehåller den genererade koden CSS-stilar?',
|
|
16
|
+
answer: 'Generatorn producerar ren HTML med valfria klasser för kantlinjer och zebraränder. Slutliga visuella stilar beror på din webbplats egna CSS, vilket säkerställer perfekt integration.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Kan jag ladda upp mycket stora CSV-filer?',
|
|
20
|
+
answer: 'Ja, vårt verktyg bearbetar data lokalt i din webbläsare. Det betyder att det är mycket snabbt och säkert, eftersom dina data aldrig skickas över internet.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Är det kompatibelt med Google Sheets?',
|
|
24
|
+
answer: 'Absolut. Gå till Arkiv > Ladda ner > Kommaseparerade värden (.csv) i Google Sheets och använd den filen med vårt verktyg.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Förbered dina data',
|
|
31
|
+
text: 'Ha din Excel- eller CSV-fil redo. Se till att datan är ren.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Ladda datan',
|
|
35
|
+
text: 'Klistra in CSV-texten i inmatningsområdet eller dra filen direkt till konverteraren.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Konfigurera tabellen',
|
|
39
|
+
text: 'Välj om du vill använda den första raden som rubrik och om du vill ha grundläggande stilar.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'Kopiera koden',
|
|
43
|
+
text: 'Byt till fliken "HTML-kod" och kopiera resultatet för att klistra in på din webbplats.',
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqData.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
66
|
+
'@context': 'https://schema.org',
|
|
67
|
+
'@type': 'SoftwareApplication',
|
|
68
|
+
name: title,
|
|
69
|
+
description,
|
|
70
|
+
applicationCategory: 'UtilityApplication',
|
|
71
|
+
operatingSystem: 'All',
|
|
72
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
73
|
+
inLanguage: 'sv',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
const ui: ConversorExcelCsvHtmlUI = {
|
|
77
|
+
csvInputLabel: 'Klistra in din CSV här',
|
|
78
|
+
csvInputPlaceholder: 'Namn,Ålder,Stad\nErik,25,Stockholm\nAnna,30,Göteborg',
|
|
79
|
+
uploadLabel: 'Eller ladda upp din fil (CSV)',
|
|
80
|
+
dragDropLabel: 'Dra och släpp din fil här',
|
|
81
|
+
headerCheckboxLabel: 'Använd första raden som rubrik',
|
|
82
|
+
bordersCheckboxLabel: 'Lägg till kantlinjer',
|
|
83
|
+
stripeCheckboxLabel: 'Zebraränder',
|
|
84
|
+
previewTabLabel: 'Förhandsgranskning',
|
|
85
|
+
codeTabLabel: 'HTML-kod',
|
|
86
|
+
emptyStateLabel: 'Ange data för att se tabellen',
|
|
87
|
+
copyButtonLabel: 'Kopiera kod',
|
|
88
|
+
copiedLabel: 'Kopierad!',
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
|
|
92
|
+
slug,
|
|
93
|
+
title,
|
|
94
|
+
description,
|
|
95
|
+
ui,
|
|
96
|
+
faqTitle: 'Vanliga frågor',
|
|
97
|
+
faq: faqData,
|
|
98
|
+
bibliographyTitle: 'Resurser om HTML-tabeller och dataformat',
|
|
99
|
+
bibliography: [
|
|
100
|
+
{ name: 'W3C: HTML-tabeller', url: 'https://www.w3.org/WAI/tutorials/tables/' },
|
|
101
|
+
{ name: 'MDN: HTML table-element', url: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table' },
|
|
102
|
+
{ name: 'RFC 4180: CSV-format', url: 'https://tools.ietf.org/html/rfc4180' },
|
|
103
|
+
{ name: 'Google Sheets: Ladda ner dina data', url: 'https://support.google.com/docs/answer/183965' },
|
|
104
|
+
],
|
|
105
|
+
howTo: howToData,
|
|
106
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
|
+
seo: [
|
|
108
|
+
{ type: 'title', text: 'Konvertera Excel och CSV till HTML-tabeller enkelt', level: 2 },
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'I modern webbutveckling är presentation av tabelldata ett av de mest effektiva sätten att förmedla strukturerad information. Att manuellt konvertera data från ett kalkylblad som <strong>Excel</strong> eller en <strong>CSV</strong>-fil till HTML-taggar som <code><table></code>, <code><tr></code> och <code><td></code> är dock tröttsamt och felbenäget.',
|
|
112
|
+
},
|
|
113
|
+
{ type: 'title', text: 'Varför använda semantiska HTML-tabeller?', level: 3 },
|
|
114
|
+
{
|
|
115
|
+
type: 'list',
|
|
116
|
+
items: [
|
|
117
|
+
'<strong>Tillgänglighet:</strong> Skärmläsare kan tolka strukturen och hjälpa användare med synnedsättning.',
|
|
118
|
+
'<strong>SEO:</strong> Sökmotorer indexerar cellinnehåll, vilket förbättrar dina datas rankning.',
|
|
119
|
+
'<strong>Responsivitet:</strong> Med lite CSS kan HTML-tabeller anpassas till mobila enheter.',
|
|
120
|
+
'<strong>Underhållsbarhet:</strong> Det är mycket lättare att redigera data i HTML än att generera om en hel bild.',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{ type: 'title', text: 'Hur Excel till HTML-konverteraren fungerar', level: 3 },
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: 'Vårt verktyg använder en inbyggd textparser som bearbetar kommaseparerade filer (CSV). De flesta kalkylprogram, inklusive Microsoft Excel, Google Sheets och LibreOffice Calc, låter dig exportera dina data i CSV-format.',
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
};
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ConversorExcelCsvHtmlUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'excel-csv-html-tablo-donusturucu';
|
|
6
|
+
const title = 'Excel ve CSV\'den HTML Tablosuna Dönüştürücü Kod Oluşturucu';
|
|
7
|
+
const description = 'Excel veya CSV verilerinizi anında temiz, semantik HTML tablolarına dönüştürün. Geliştiriciler ve içerik oluşturucular için ücretsiz araç.';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: 'Bir Excel dosyasını (.xlsx) HTML\'ye nasıl dönüştürürüm?',
|
|
12
|
+
answer: 'Öncelikle dosyanızı Excel\'de açın ve CSV (virgülle ayrılmış) olarak kaydedin. Ardından, HTML tablo kodunu almak için bu CSV dosyasını aracımıza yükleyin veya içeriğini yapıştırın.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Oluşturulan kod CSS stillerini içeriyor mu?',
|
|
16
|
+
answer: 'Oluşturucu, kenarlıklar ve zebra çizgileri için isteğe bağlı sınıflarla temiz HTML üretir. Nihai görsel stiller web sitenizin kendi CSS\'sine bağlıdır ve mükemmel entegrasyon sağlar.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Çok büyük CSV dosyalarını yükleyebilir miyim?',
|
|
20
|
+
answer: 'Evet, aracımız verileri yerel olarak tarayıcınızda işler. Bu, verileriniz internet üzerinden iletilmediği için çok hızlı ve güvenli olduğu anlamına gelir.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Google Sheets ile uyumlu mu?',
|
|
24
|
+
answer: 'Kesinlikle. Google Sheets\'te Dosya > İndir > Virgülle ayrılmış değerler (.csv) yolunu izleyin ve bu dosyayı aracımızla kullanın.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Verilerinizi hazırlayın',
|
|
31
|
+
text: 'Excel veya CSV dosyanızı hazırlayın. Verilerin temiz olduğundan emin olun.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Verileri yükleyin',
|
|
35
|
+
text: 'CSV metnini giriş alanına yapıştırın veya dosyayı doğrudan dönüştürücüye sürükleyin.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Tabloyu yapılandırın',
|
|
39
|
+
text: 'İlk satırı başlık olarak kullanmak isteyip istemediğinizi ve temel stiller isteyip istemediğinizi seçin.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'Kodu kopyalayın',
|
|
43
|
+
text: '"HTML Kodu" sekmesine geçin ve web sitenize yapıştırmak için sonucu kopyalayın.',
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqData.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
66
|
+
'@context': 'https://schema.org',
|
|
67
|
+
'@type': 'SoftwareApplication',
|
|
68
|
+
name: title,
|
|
69
|
+
description,
|
|
70
|
+
applicationCategory: 'UtilityApplication',
|
|
71
|
+
operatingSystem: 'All',
|
|
72
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
73
|
+
inLanguage: 'tr',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
const ui: ConversorExcelCsvHtmlUI = {
|
|
77
|
+
csvInputLabel: 'CSV\'nizi buraya yapıştırın',
|
|
78
|
+
csvInputPlaceholder: 'İsim,Yaş,Şehir\nAhmet,25,İstanbul\nAyşe,30,Ankara',
|
|
79
|
+
uploadLabel: 'Veya dosyanızı yükleyin (CSV)',
|
|
80
|
+
dragDropLabel: 'Dosyanızı buraya sürükleyip bırakın',
|
|
81
|
+
headerCheckboxLabel: 'İlk satırı başlık olarak kullan',
|
|
82
|
+
bordersCheckboxLabel: 'Kenarlık ekle',
|
|
83
|
+
stripeCheckboxLabel: 'Zebra çizgileri',
|
|
84
|
+
previewTabLabel: 'Önizleme',
|
|
85
|
+
codeTabLabel: 'HTML Kodu',
|
|
86
|
+
emptyStateLabel: 'Tabloyu görmek için veri girin',
|
|
87
|
+
copyButtonLabel: 'Kodu Kopyala',
|
|
88
|
+
copiedLabel: 'Kopyalandı!',
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
|
|
92
|
+
slug,
|
|
93
|
+
title,
|
|
94
|
+
description,
|
|
95
|
+
ui,
|
|
96
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
97
|
+
faq: faqData,
|
|
98
|
+
bibliographyTitle: 'HTML Tabloları ve Veri Formatları Hakkında Kaynaklar',
|
|
99
|
+
bibliography: [
|
|
100
|
+
{ name: 'W3C: HTML Tabloları', url: 'https://www.w3.org/WAI/tutorials/tables/' },
|
|
101
|
+
{ name: 'MDN: HTML tablo öğesi', url: 'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table' },
|
|
102
|
+
{ name: 'RFC 4180: CSV Formatı', url: 'https://tools.ietf.org/html/rfc4180' },
|
|
103
|
+
{ name: 'Google Sheets: Verilerinizi indirin', url: 'https://support.google.com/docs/answer/183965' },
|
|
104
|
+
],
|
|
105
|
+
howTo: howToData,
|
|
106
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
|
+
seo: [
|
|
108
|
+
{ type: 'title', text: 'Excel ve CSV\'yi Kolayca HTML Tablolarına Dönüştürün', level: 2 },
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: 'Modern web geliştirmede, tablo verilerini sunmak yapılandırılmış bilgileri iletmenin en etkili yollarından biridir. Ancak, <strong>Excel</strong> gibi bir elektronik tablodan veya bir <strong>CSV</strong> dosyasından verileri manuel olarak HTML <code><table></code>, <code><tr></code> ve <code><td></code> etiketlerine dönüştürmek yorucu ve hataya açıktır.',
|
|
112
|
+
},
|
|
113
|
+
{ type: 'title', text: 'Neden semantik HTML tabloları kullanmalısınız?', level: 3 },
|
|
114
|
+
{
|
|
115
|
+
type: 'list',
|
|
116
|
+
items: [
|
|
117
|
+
'<strong>Erişilebilirlik:</strong> Ekran okuyucular yapıyı yorumlayabilir ve görsel engelli kullanıcılara yardımcı olabilir.',
|
|
118
|
+
'<strong>SEO:</strong> Arama motorları hücre içeriğini dizine ekleyerek verilerinizin sıralamasını iyileştirir.',
|
|
119
|
+
'<strong>Duyarlılık:</strong> Biraz CSS ile HTML tabloları mobil cihazlara uyum sağlayabilir.',
|
|
120
|
+
'<strong>Bakım Kolaylığı:</strong> Verileri HTML\'de düzenlemek, tüm bir resmi yeniden oluşturmaktan çok daha kolaydır.',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{ type: 'title', text: 'Excel\'den HTML\'ye Dönüştürücü Nasıl Çalışır?', level: 3 },
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: 'Aracımız, virgülle ayrılmış dosyaları (CSV) işleyen yerel bir metin ayrıştırıcısı kullanır. Microsoft Excel, Google Sheets ve LibreOffice Calc dahil olmak üzere çoğu elektronik tablo programı, verilerinizi CSV formatında dışa aktarmanıza olanak tanır.',
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
};
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { ConversorExcelCsvHtmlUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'excel-csv-html-table-converter';
|
|
6
|
+
const title = 'Excel 和 CSV 转 HTML 表格转换器代码生成器';
|
|
7
|
+
const description = '立即将您的 Excel 或 CSV 数据转换为干净、语义化的 HTML 表格。面向开发者和内容创作者的免费工具。';
|
|
8
|
+
|
|
9
|
+
const faqData = [
|
|
10
|
+
{
|
|
11
|
+
question: '如何将 Excel 文件 (.xlsx) 转换为 HTML?',
|
|
12
|
+
answer: '首先,在 Excel 中打开文件并将其另存为 CSV(逗号分隔)。然后,将该 CSV 文件上传到我们的工具或粘贴其内容以获取 HTML 表格代码。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '生成的代码包含 CSS 样式吗?',
|
|
16
|
+
answer: '生成器生成干净的 HTML,并带有用于边框和斑马纹的可选类。最终的视觉样式取决于您网站自身的 CSS,从而确保完美的集成。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '我可以上传非常大的 CSV 文件吗?',
|
|
20
|
+
answer: '可以,我们的工具在您的浏览器中本地处理数据。这意味着它非常快速且安全,因为您的数据永远不会在互联网上传输。',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: '它与 Google 表格兼容吗?',
|
|
24
|
+
answer: '绝对兼容。在 Google 表格中,转到“文件”>“下载”>“逗号分隔值 (.csv)”,然后将该文件用于我们的工具。',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: '准备数据',
|
|
31
|
+
text: '准备好您的 Excel 或 CSV 文件。确保数据干净。',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: '加载数据',
|
|
35
|
+
text: '在输入区域粘贴 CSV 文本或将文件直接拖到转换器中。',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: '配置表格',
|
|
39
|
+
text: '选择是否将第一行用作表头以及是否需要基本样式。',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: '复制代码',
|
|
43
|
+
text: '切换到“HTML 代码”选项卡并复制结果以粘贴到您的网站上。',
|
|
44
|
+
},
|
|
45
|
+
];
|
|
46
|
+
|
|
47
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqData.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
58
|
+
'@context': 'https://schema.org',
|
|
59
|
+
'@type': 'HowTo',
|
|
60
|
+
name: title,
|
|
61
|
+
description,
|
|
62
|
+
step: howToData.map((s, i) => ({ '@type': 'HowToStep', position: i + 1, name: s.name, text: s.text })),
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
66
|
+
'@context': 'https://schema.org',
|
|
67
|
+
'@type': 'SoftwareApplication',
|
|
68
|
+
name: title,
|
|
69
|
+
description,
|
|
70
|
+
applicationCategory: 'UtilityApplication',
|
|
71
|
+
operatingSystem: 'All',
|
|
72
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'CNY' },
|
|
73
|
+
inLanguage: 'zh',
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
const ui: ConversorExcelCsvHtmlUI = {
|
|
77
|
+
csvInputLabel: '在此处粘贴您的 CSV',
|
|
78
|
+
csvInputPlaceholder: '姓名,年龄,城市\n张三,25,北京\n李四,30,上海',
|
|
79
|
+
uploadLabel: '或上传您的文件 (CSV)',
|
|
80
|
+
dragDropLabel: '将文件拖放到此处',
|
|
81
|
+
headerCheckboxLabel: '将第一行用作表头',
|
|
82
|
+
bordersCheckboxLabel: '添加边框',
|
|
83
|
+
stripeCheckboxLabel: '斑马纹',
|
|
84
|
+
previewTabLabel: '预览',
|
|
85
|
+
codeTabLabel: 'HTML 代码',
|
|
86
|
+
emptyStateLabel: '输入数据以查看表格',
|
|
87
|
+
copyButtonLabel: '复制代码',
|
|
88
|
+
copiedLabel: '已复制!',
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
export const content: ToolLocaleContent<ConversorExcelCsvHtmlUI> = {
|
|
92
|
+
slug,
|
|
93
|
+
title,
|
|
94
|
+
description,
|
|
95
|
+
ui,
|
|
96
|
+
faqTitle: '常见问题',
|
|
97
|
+
faq: faqData,
|
|
98
|
+
bibliographyTitle: '关于 HTML 表格和数据格式的资源',
|
|
99
|
+
bibliography: [
|
|
100
|
+
{ name: 'W3C: HTML 表格', url: 'https://www.w3.org/WAI/tutorials/tables/' },
|
|
101
|
+
{ name: 'MDN: HTML table 元素', url: 'https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/table' },
|
|
102
|
+
{ name: 'RFC 4180: CSV 格式', url: 'https://tools.ietf.org/html/rfc4180' },
|
|
103
|
+
{ name: 'Google 表格:下载您的数据', url: 'https://support.google.com/docs/answer/183965' },
|
|
104
|
+
],
|
|
105
|
+
howTo: howToData,
|
|
106
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
|
+
seo: [
|
|
108
|
+
{ type: 'title', text: '轻松将 Excel 和 CSV 转换为 HTML 表格', level: 2 },
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: '在现代网页开发中,展示表格数据是传达结构化信息最有效的方式之一。然而,手动将 <strong>Excel</strong> 电子表格或 <strong>CSV</strong> 文件中的数据转换为 HTML <code><table></code>、<code><tr></code> 和 <code><td></code> 标签既乏味又容易出错。',
|
|
112
|
+
},
|
|
113
|
+
{ type: 'title', text: '为什么要使用语义化的 HTML 表格?', level: 3 },
|
|
114
|
+
{
|
|
115
|
+
type: 'list',
|
|
116
|
+
items: [
|
|
117
|
+
'<strong>无障碍性:</strong>屏幕阅读器可以解释结构并帮助视觉障碍用户。',
|
|
118
|
+
'<strong>SEO:</strong>搜索引擎会索引单元格内容,提高数据的排名。',
|
|
119
|
+
'<strong>响应性:</strong>通过一些 CSS,HTML 表格可以适应移动设备。',
|
|
120
|
+
'<strong>可维护性:</strong>在 HTML 中编辑数据比重新生成整个图像要容易得多。',
|
|
121
|
+
],
|
|
122
|
+
},
|
|
123
|
+
{ type: 'title', text: 'Excel 转 HTML 转换器的工作原理', level: 3 },
|
|
124
|
+
{
|
|
125
|
+
type: 'paragraph',
|
|
126
|
+
html: '我们的工具使用原生的文本解析器处理逗号分隔文件 (CSV)。大多数电子表格程序,包括 Microsoft Excel、Google 表格和 LibreOffice Calc,都允许您将数据导出为 CSV 格式。',
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
};
|
|
130
|
+
|