@jjlmoya/utils-developer 1.28.0 → 1.29.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 +1 -1
- package/src/entries.ts +4 -1
- package/src/tests/i18n_coverage.test.ts +5 -2
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/qa-test-helpers.ts +32 -0
- package/src/tests/qa_bibliography_links.test.ts +43 -0
- package/src/tests/qa_claim_evidence.test.ts +69 -0
- package/src/tests/qa_logic_reference_coverage.test.ts +46 -0
- package/src/tests/qa_runtime_i18n.test.ts +115 -0
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/aspectRatio/bibliography.astro +2 -10
- package/src/tool/aspectRatio/bibliography.ts +7 -0
- package/src/tool/aspectRatio/i18n/de.ts +2 -14
- package/src/tool/aspectRatio/i18n/en.ts +2 -14
- package/src/tool/aspectRatio/i18n/es.ts +2 -14
- package/src/tool/aspectRatio/i18n/fr.ts +2 -14
- package/src/tool/aspectRatio/i18n/id.ts +2 -14
- package/src/tool/aspectRatio/i18n/it.ts +2 -14
- package/src/tool/aspectRatio/i18n/ja.ts +2 -14
- package/src/tool/aspectRatio/i18n/ko.ts +2 -14
- package/src/tool/aspectRatio/i18n/nl.ts +2 -14
- package/src/tool/aspectRatio/i18n/pl.ts +2 -14
- package/src/tool/aspectRatio/i18n/pt.ts +2 -14
- package/src/tool/aspectRatio/i18n/ru.ts +2 -14
- package/src/tool/aspectRatio/i18n/sv.ts +2 -14
- package/src/tool/aspectRatio/i18n/tr.ts +2 -14
- package/src/tool/aspectRatio/i18n/zh.ts +2 -14
- package/src/tool/calculadoraTiempoDatos/bibliography.astro +2 -10
- package/src/tool/calculadoraTiempoDatos/bibliography.ts +8 -0
- package/src/tool/calculadoraTiempoDatos/component.astro +6 -2
- package/src/tool/calculadoraTiempoDatos/i18n/de.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/en.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/es.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/fr.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/id.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/it.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ja.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ko.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/nl.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/pl.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/pt.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ru.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/sv.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/tr.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/zh.ts +2 -6
- package/src/tool/colorConverter/bibliography.astro +2 -10
- package/src/tool/colorConverter/bibliography.ts +7 -0
- package/src/tool/colorConverter/i18n/de.ts +2 -5
- package/src/tool/colorConverter/i18n/en.ts +5 -8
- package/src/tool/colorConverter/i18n/es.ts +4 -7
- package/src/tool/colorConverter/i18n/fr.ts +2 -5
- package/src/tool/colorConverter/i18n/id.ts +2 -5
- package/src/tool/colorConverter/i18n/it.ts +2 -5
- package/src/tool/colorConverter/i18n/ja.ts +2 -5
- package/src/tool/colorConverter/i18n/ko.ts +2 -5
- package/src/tool/colorConverter/i18n/nl.ts +2 -5
- package/src/tool/colorConverter/i18n/pl.ts +2 -5
- package/src/tool/colorConverter/i18n/pt.ts +2 -5
- package/src/tool/colorConverter/i18n/ru.ts +2 -5
- package/src/tool/colorConverter/i18n/sv.ts +2 -5
- package/src/tool/colorConverter/i18n/tr.ts +2 -5
- package/src/tool/colorConverter/i18n/zh.ts +2 -5
- package/src/tool/conversorExcelCsvHtml/bibliography.astro +2 -10
- package/src/tool/conversorExcelCsvHtml/bibliography.ts +8 -0
- package/src/tool/conversorExcelCsvHtml/component.astro +4 -3
- package/src/tool/conversorExcelCsvHtml/i18n/de.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/en.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/es.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/fr.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/id.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/it.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ja.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ko.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/nl.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/pl.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/pt.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ru.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/sv.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/tr.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/zh.ts +2 -6
- package/src/tool/cronGenerator/bibliography.astro +2 -10
- package/src/tool/cronGenerator/bibliography.ts +6 -0
- package/src/tool/cronGenerator/component.astro +5 -1
- package/src/tool/cronGenerator/i18n/de.ts +2 -10
- package/src/tool/cronGenerator/i18n/en.ts +2 -10
- package/src/tool/cronGenerator/i18n/es.ts +2 -10
- package/src/tool/cronGenerator/i18n/fr.ts +2 -10
- package/src/tool/cronGenerator/i18n/id.ts +2 -10
- package/src/tool/cronGenerator/i18n/it.ts +2 -10
- package/src/tool/cronGenerator/i18n/ja.ts +2 -10
- package/src/tool/cronGenerator/i18n/ko.ts +2 -10
- package/src/tool/cronGenerator/i18n/nl.ts +2 -10
- package/src/tool/cronGenerator/i18n/pl.ts +2 -10
- package/src/tool/cronGenerator/i18n/pt.ts +2 -10
- package/src/tool/cronGenerator/i18n/ru.ts +2 -10
- package/src/tool/cronGenerator/i18n/sv.ts +2 -10
- package/src/tool/cronGenerator/i18n/tr.ts +2 -10
- package/src/tool/cronGenerator/i18n/zh.ts +2 -10
- package/src/tool/cssBoxShadowGenerator/component.astro +2 -1
- package/src/tool/cssBoxShadowGenerator/logic.test.ts +28 -0
- package/src/tool/cssSpecificityCalculator/bibliography.astro +2 -10
- package/src/tool/cssSpecificityCalculator/bibliography.ts +6 -0
- package/src/tool/cssSpecificityCalculator/i18n/de.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/en.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/es.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/fr.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/id.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/it.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ja.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ko.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/nl.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/pl.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/pt.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ru.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/sv.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/tr.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/zh.ts +2 -10
- package/src/tool/cssToInlineConverter/bibliography.astro +2 -10
- package/src/tool/cssToInlineConverter/bibliography.ts +7 -0
- package/src/tool/cssToInlineConverter/i18n/de.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/en.ts +4 -16
- package/src/tool/cssToInlineConverter/i18n/es.ts +5 -17
- package/src/tool/cssToInlineConverter/i18n/fr.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/id.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/it.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ja.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ko.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/nl.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/pl.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/pt.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ru.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/sv.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/tr.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/zh.ts +2 -14
- package/src/tool/duplicateCssRemover/bibliography.astro +2 -10
- package/src/tool/duplicateCssRemover/bibliography.ts +7 -0
- package/src/tool/duplicateCssRemover/i18n/de.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/en.ts +4 -16
- package/src/tool/duplicateCssRemover/i18n/es.ts +4 -16
- package/src/tool/duplicateCssRemover/i18n/fr.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/id.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/it.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ja.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ko.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/nl.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/pl.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/pt.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ru.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/sv.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/tr.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/zh.ts +2 -14
- package/src/tool/generadorSecurityTxt/bibliography.astro +2 -10
- package/src/tool/generadorSecurityTxt/bibliography.ts +7 -0
- package/src/tool/generadorSecurityTxt/component.astro +1 -2
- package/src/tool/generadorSecurityTxt/i18n/de.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/en.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/es.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/fr.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/id.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/it.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ja.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ko.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/nl.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/pl.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/pt.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ru.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/sv.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/tr.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/zh.ts +2 -5
- package/src/tool/hashGenerator/bibliography.astro +2 -10
- package/src/tool/hashGenerator/bibliography.ts +7 -0
- package/src/tool/hashGenerator/i18n/de.ts +2 -5
- package/src/tool/hashGenerator/i18n/en.ts +2 -5
- package/src/tool/hashGenerator/i18n/es.ts +2 -5
- package/src/tool/hashGenerator/i18n/fr.ts +2 -5
- package/src/tool/hashGenerator/i18n/id.ts +2 -5
- package/src/tool/hashGenerator/i18n/it.ts +2 -5
- package/src/tool/hashGenerator/i18n/ja.ts +2 -5
- package/src/tool/hashGenerator/i18n/ko.ts +2 -5
- package/src/tool/hashGenerator/i18n/nl.ts +2 -5
- package/src/tool/hashGenerator/i18n/pl.ts +2 -5
- package/src/tool/hashGenerator/i18n/pt.ts +2 -5
- package/src/tool/hashGenerator/i18n/ru.ts +2 -5
- package/src/tool/hashGenerator/i18n/sv.ts +2 -5
- package/src/tool/hashGenerator/i18n/tr.ts +2 -5
- package/src/tool/hashGenerator/i18n/zh.ts +2 -5
- package/src/tool/inspectorCertificadosSsl/bibliography.astro +2 -10
- package/src/tool/inspectorCertificadosSsl/bibliography.ts +8 -0
- package/src/tool/inspectorCertificadosSsl/component.astro +4 -3
- package/src/tool/inspectorCertificadosSsl/i18n/de.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/en.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/es.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/fr.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/id.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/it.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ja.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ko.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/nl.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/pl.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/pt.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ru.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/sv.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/tr.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/zh.ts +2 -6
- package/src/tool/jsonFormatter/bibliography.astro +2 -10
- package/src/tool/jsonFormatter/bibliography.ts +8 -0
- package/src/tool/jsonFormatter/i18n/de.ts +2 -18
- package/src/tool/jsonFormatter/i18n/en.ts +2 -18
- package/src/tool/jsonFormatter/i18n/es.ts +2 -18
- package/src/tool/jsonFormatter/i18n/fr.ts +2 -18
- package/src/tool/jsonFormatter/i18n/id.ts +2 -18
- package/src/tool/jsonFormatter/i18n/it.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ja.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ko.ts +2 -18
- package/src/tool/jsonFormatter/i18n/nl.ts +2 -18
- package/src/tool/jsonFormatter/i18n/pl.ts +2 -18
- package/src/tool/jsonFormatter/i18n/pt.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ru.ts +2 -18
- package/src/tool/jsonFormatter/i18n/sv.ts +2 -18
- package/src/tool/jsonFormatter/i18n/tr.ts +2 -18
- package/src/tool/jsonFormatter/i18n/zh.ts +2 -18
- package/src/tool/jwtDecoder/component.astro +2 -1
- package/src/tool/jwtDecoder/logic.test.ts +32 -0
- package/src/tool/keycode/bibliography.astro +2 -10
- package/src/tool/keycode/bibliography.ts +7 -0
- package/src/tool/keycode/i18n/de.ts +2 -14
- package/src/tool/keycode/i18n/en.ts +2 -14
- package/src/tool/keycode/i18n/es.ts +2 -14
- package/src/tool/keycode/i18n/fr.ts +2 -14
- package/src/tool/keycode/i18n/id.ts +2 -14
- package/src/tool/keycode/i18n/it.ts +2 -14
- package/src/tool/keycode/i18n/ja.ts +2 -14
- package/src/tool/keycode/i18n/ko.ts +2 -14
- package/src/tool/keycode/i18n/nl.ts +2 -14
- package/src/tool/keycode/i18n/pl.ts +2 -14
- package/src/tool/keycode/i18n/pt.ts +2 -14
- package/src/tool/keycode/i18n/ru.ts +2 -14
- package/src/tool/keycode/i18n/sv.ts +2 -14
- package/src/tool/keycode/i18n/tr.ts +2 -14
- package/src/tool/keycode/i18n/zh.ts +2 -14
- package/src/tool/llmCostCalculator/bibliography.astro +2 -10
- package/src/tool/llmCostCalculator/bibliography.ts +8 -0
- package/src/tool/llmCostCalculator/i18n/de.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/en.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/es.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/fr.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/id.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/it.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ja.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ko.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/nl.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/pl.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/pt.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ru.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/sv.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/tr.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/zh.ts +2 -18
- package/src/tool/mobileMockupGenerator/bibliography.astro +2 -10
- package/src/tool/mobileMockupGenerator/bibliography.ts +6 -0
- package/src/tool/mobileMockupGenerator/i18n/de.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/en.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/es.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/fr.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/id.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/it.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ja.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ko.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/nl.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/pl.ts +2 -1
- package/src/tool/mobileMockupGenerator/i18n/pt.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ru.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/sv.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/tr.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/zh.ts +2 -4
- package/src/tool/musicalTypography/bibliography.astro +2 -10
- package/src/tool/musicalTypography/bibliography.ts +7 -0
- package/src/tool/musicalTypography/i18n/de.ts +2 -14
- package/src/tool/musicalTypography/i18n/en.ts +3 -15
- package/src/tool/musicalTypography/i18n/es.ts +3 -15
- package/src/tool/musicalTypography/i18n/fr.ts +2 -14
- package/src/tool/musicalTypography/i18n/id.ts +2 -14
- package/src/tool/musicalTypography/i18n/it.ts +2 -14
- package/src/tool/musicalTypography/i18n/ja.ts +2 -14
- package/src/tool/musicalTypography/i18n/ko.ts +2 -14
- package/src/tool/musicalTypography/i18n/nl.ts +2 -14
- package/src/tool/musicalTypography/i18n/pl.ts +2 -14
- package/src/tool/musicalTypography/i18n/pt.ts +2 -5
- package/src/tool/musicalTypography/i18n/ru.ts +2 -5
- package/src/tool/musicalTypography/i18n/sv.ts +2 -1
- package/src/tool/musicalTypography/i18n/tr.ts +2 -1
- package/src/tool/musicalTypography/i18n/zh.ts +2 -1
- package/src/tool/placeholderGenerator/bibliography.astro +2 -10
- package/src/tool/placeholderGenerator/bibliography.ts +7 -0
- package/src/tool/placeholderGenerator/i18n/de.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/en.ts +4 -16
- package/src/tool/placeholderGenerator/i18n/es.ts +4 -16
- package/src/tool/placeholderGenerator/i18n/fr.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/id.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/it.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ja.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ko.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/nl.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/pl.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/pt.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ru.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/sv.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/tr.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/zh.ts +2 -14
- package/src/tool/promoteThisWebsite/asset-bindings.ts +73 -0
- package/src/tool/promoteThisWebsite/bibliography.astro +14 -0
- package/src/tool/promoteThisWebsite/bibliography.ts +14 -0
- package/src/tool/promoteThisWebsite/component.astro +136 -0
- package/src/tool/promoteThisWebsite/control-views.ts +83 -0
- package/src/tool/promoteThisWebsite/controller.ts +232 -0
- package/src/tool/promoteThisWebsite/dom-views.ts +322 -0
- package/src/tool/promoteThisWebsite/entry.ts +15 -0
- package/src/tool/promoteThisWebsite/evaluator.ts +9 -0
- package/src/tool/promoteThisWebsite/i18n/en.ts +111 -0
- package/src/tool/promoteThisWebsite/index.ts +11 -0
- package/src/tool/promoteThisWebsite/jjlmoya-overlay.png +0 -0
- package/src/tool/promoteThisWebsite/logic.test.ts +29 -0
- package/src/tool/promoteThisWebsite/logic.ts +108 -0
- package/src/tool/promoteThisWebsite/pixel-cat.png +0 -0
- package/src/tool/promoteThisWebsite/promote-this-website.css +322 -0
- package/src/tool/promoteThisWebsite/seo.astro +15 -0
- package/src/tool/promoteThisWebsite/storage.ts +28 -0
- package/src/tool/promoteThisWebsite/title-view.ts +206 -0
- package/src/tool/promoteThisWebsite/ui.ts +59 -0
- package/src/tool/promptLibrary/bibliography.astro +2 -10
- package/src/tool/promptLibrary/bibliography.ts +6 -0
- package/src/tool/promptLibrary/i18n/de.ts +2 -4
- package/src/tool/promptLibrary/i18n/en.ts +2 -4
- package/src/tool/promptLibrary/i18n/es.ts +2 -4
- package/src/tool/promptLibrary/i18n/fr.ts +2 -4
- package/src/tool/promptLibrary/i18n/id.ts +2 -4
- package/src/tool/promptLibrary/i18n/it.ts +2 -4
- package/src/tool/promptLibrary/i18n/ja.ts +2 -4
- package/src/tool/promptLibrary/i18n/ko.ts +2 -4
- package/src/tool/promptLibrary/i18n/nl.ts +2 -4
- package/src/tool/promptLibrary/i18n/pl.ts +2 -1
- package/src/tool/promptLibrary/i18n/pt.ts +2 -4
- package/src/tool/promptLibrary/i18n/ru.ts +2 -4
- package/src/tool/promptLibrary/i18n/sv.ts +2 -4
- package/src/tool/promptLibrary/i18n/tr.ts +2 -4
- package/src/tool/promptLibrary/i18n/zh.ts +2 -4
- package/src/tool/readabilityCalculator/bibliography.astro +2 -10
- package/src/tool/readabilityCalculator/bibliography.ts +7 -0
- package/src/tool/readabilityCalculator/i18n/de.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/en.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/es.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/fr.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/id.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/it.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ja.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ko.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/nl.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/pl.ts +2 -1
- package/src/tool/readabilityCalculator/i18n/pt.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ru.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/sv.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/tr.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/zh.ts +2 -5
- package/src/tool/serpPixelSimulator/controller.ts +1 -0
- package/src/tool/serpPixelSimulator/i18n/en.ts +2 -2
- package/src/tool/serpPixelSimulator/i18n/es.ts +2 -2
- package/src/tool/serpPixelSimulator/logic.test.ts +25 -0
- package/src/tool/svgSanitizer/bibliography.astro +2 -10
- package/src/tool/svgSanitizer/bibliography.ts +7 -0
- package/src/tool/svgSanitizer/i18n/de.ts +2 -5
- package/src/tool/svgSanitizer/i18n/en.ts +2 -5
- package/src/tool/svgSanitizer/i18n/es.ts +2 -5
- package/src/tool/svgSanitizer/i18n/fr.ts +2 -5
- package/src/tool/svgSanitizer/i18n/id.ts +2 -5
- package/src/tool/svgSanitizer/i18n/it.ts +2 -5
- package/src/tool/svgSanitizer/i18n/ja.ts +2 -5
- package/src/tool/svgSanitizer/i18n/ko.ts +2 -5
- package/src/tool/svgSanitizer/i18n/nl.ts +2 -5
- package/src/tool/svgSanitizer/i18n/pl.ts +2 -5
- package/src/tool/svgSanitizer/i18n/pt.ts +2 -1
- package/src/tool/svgSanitizer/i18n/ru.ts +2 -5
- package/src/tool/svgSanitizer/i18n/sv.ts +2 -5
- package/src/tool/svgSanitizer/i18n/tr.ts +2 -5
- package/src/tool/svgSanitizer/i18n/zh.ts +2 -5
- package/src/tool/svgToCss/bibliography.astro +2 -10
- package/src/tool/svgToCss/bibliography.ts +8 -0
- package/src/tool/svgToCss/i18n/de.ts +2 -18
- package/src/tool/svgToCss/i18n/en.ts +2 -18
- package/src/tool/svgToCss/i18n/es.ts +2 -18
- package/src/tool/svgToCss/i18n/fr.ts +2 -18
- package/src/tool/svgToCss/i18n/id.ts +2 -18
- package/src/tool/svgToCss/i18n/it.ts +2 -18
- package/src/tool/svgToCss/i18n/ja.ts +2 -18
- package/src/tool/svgToCss/i18n/ko.ts +2 -18
- package/src/tool/svgToCss/i18n/nl.ts +2 -18
- package/src/tool/svgToCss/i18n/pl.ts +2 -18
- package/src/tool/svgToCss/i18n/pt.ts +2 -18
- package/src/tool/svgToCss/i18n/ru.ts +2 -18
- package/src/tool/svgToCss/i18n/sv.ts +2 -18
- package/src/tool/svgToCss/i18n/tr.ts +2 -18
- package/src/tool/svgToCss/i18n/zh.ts +2 -18
- package/src/tool/urlCleaner/bibliography.astro +2 -10
- package/src/tool/urlCleaner/bibliography.ts +7 -0
- package/src/tool/urlCleaner/i18n/de.ts +2 -5
- package/src/tool/urlCleaner/i18n/en.ts +2 -5
- package/src/tool/urlCleaner/i18n/es.ts +2 -5
- package/src/tool/urlCleaner/i18n/fr.ts +2 -5
- package/src/tool/urlCleaner/i18n/id.ts +2 -5
- package/src/tool/urlCleaner/i18n/it.ts +2 -5
- package/src/tool/urlCleaner/i18n/ja.ts +2 -5
- package/src/tool/urlCleaner/i18n/ko.ts +2 -5
- package/src/tool/urlCleaner/i18n/nl.ts +2 -5
- package/src/tool/urlCleaner/i18n/pl.ts +2 -1
- package/src/tool/urlCleaner/i18n/pt.ts +2 -5
- package/src/tool/urlCleaner/i18n/ru.ts +2 -5
- package/src/tool/urlCleaner/i18n/sv.ts +2 -5
- package/src/tool/urlCleaner/i18n/tr.ts +2 -5
- package/src/tool/urlCleaner/i18n/zh.ts +2 -5
- package/src/tool/urlEncoderDecoder/bibliography.astro +2 -10
- package/src/tool/urlEncoderDecoder/bibliography.ts +7 -0
- package/src/tool/urlEncoderDecoder/i18n/de.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/en.ts +3 -15
- package/src/tool/urlEncoderDecoder/i18n/es.ts +3 -15
- package/src/tool/urlEncoderDecoder/i18n/fr.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/id.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/it.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ja.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ko.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/nl.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/pl.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/pt.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ru.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/sv.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/tr.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/zh.ts +2 -14
- package/src/tool/utmGenerator/bibliography.astro +2 -10
- package/src/tool/utmGenerator/bibliography.ts +6 -0
- package/src/tool/utmGenerator/i18n/de.ts +2 -4
- package/src/tool/utmGenerator/i18n/en.ts +2 -4
- package/src/tool/utmGenerator/i18n/es.ts +2 -4
- package/src/tool/utmGenerator/i18n/fr.ts +2 -4
- package/src/tool/utmGenerator/i18n/id.ts +2 -4
- package/src/tool/utmGenerator/i18n/it.ts +2 -4
- package/src/tool/utmGenerator/i18n/ja.ts +2 -4
- package/src/tool/utmGenerator/i18n/ko.ts +2 -4
- package/src/tool/utmGenerator/i18n/nl.ts +2 -4
- package/src/tool/utmGenerator/i18n/pl.ts +2 -4
- package/src/tool/utmGenerator/i18n/pt.ts +2 -4
- package/src/tool/utmGenerator/i18n/ru.ts +2 -4
- package/src/tool/utmGenerator/i18n/sv.ts +2 -4
- package/src/tool/utmGenerator/i18n/tr.ts +2 -4
- package/src/tool/utmGenerator/i18n/zh.ts +2 -4
- package/src/tool/visualCssGridFlexboxGenerator/component.astro +1 -0
- package/src/tool/visualCssGridFlexboxGenerator/logic.test.ts +29 -0
- package/src/tool/visualCssGridFlexboxGenerator/workspace.ts +13 -1
- package/src/tools.ts +2 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { AspectRatioUI } from '../ui';
|
|
@@ -109,20 +110,7 @@ export const content: ToolLocaleContent<AspectRatioUI> = {
|
|
|
109
110
|
faqTitle: 'Często zadawane pytania',
|
|
110
111
|
faq: faqData,
|
|
111
112
|
bibliographyTitle: 'Referencje i dokumentacja',
|
|
112
|
-
bibliography
|
|
113
|
-
{
|
|
114
|
-
name: 'MDN Web Docs: aspect-ratio (CSS)',
|
|
115
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio',
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
name: 'Wikipedia: Proporcje obrazu',
|
|
119
|
-
url: 'https://pl.wikipedia.org/wiki/Proporcje_obrazu',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
name: 'W3C: CSS Box Sizing Level 4',
|
|
123
|
-
url: 'https://www.w3.org/TR/css-sizing-4/#aspect-ratio',
|
|
124
|
-
},
|
|
125
|
-
],
|
|
113
|
+
bibliography,
|
|
126
114
|
howTo: howToData,
|
|
127
115
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
128
116
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { AspectRatioUI } from '../ui';
|
|
@@ -109,20 +110,7 @@ export const content: ToolLocaleContent<AspectRatioUI> = {
|
|
|
109
110
|
faqTitle: 'Perguntas Frequentes',
|
|
110
111
|
faq: faqData,
|
|
111
112
|
bibliographyTitle: 'Referências e Documentação',
|
|
112
|
-
bibliography
|
|
113
|
-
{
|
|
114
|
-
name: 'MDN Web Docs: aspect-ratio (CSS)',
|
|
115
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio',
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
name: 'Wikipedia: Aspect ratio',
|
|
119
|
-
url: 'https://pt.wikipedia.org/wiki/Proporção_de_tela',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
name: 'W3C: CSS Box Sizing Level 4',
|
|
123
|
-
url: 'https://www.w3.org/TR/css-sizing-4/#aspect-ratio',
|
|
124
|
-
},
|
|
125
|
-
],
|
|
113
|
+
bibliography,
|
|
126
114
|
howTo: howToData,
|
|
127
115
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
128
116
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { AspectRatioUI } from '../ui';
|
|
@@ -109,20 +110,7 @@ export const content: ToolLocaleContent<AspectRatioUI> = {
|
|
|
109
110
|
faqTitle: 'Часто задаваемые вопросы',
|
|
110
111
|
faq: faqData,
|
|
111
112
|
bibliographyTitle: 'Ссылки и документация',
|
|
112
|
-
bibliography
|
|
113
|
-
{
|
|
114
|
-
name: 'MDN Web Docs: aspect-ratio (CSS)',
|
|
115
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio',
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
name: 'Wikipedia: Aspect ratio',
|
|
119
|
-
url: 'https://ru.wikipedia.org/wiki/Соотношение_сторон_экрана',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
name: 'W3C: CSS Box Sizing Level 4',
|
|
123
|
-
url: 'https://www.w3.org/TR/css-sizing-4/#aspect-ratio',
|
|
124
|
-
},
|
|
125
|
-
],
|
|
113
|
+
bibliography,
|
|
126
114
|
howTo: howToData,
|
|
127
115
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
128
116
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { AspectRatioUI } from '../ui';
|
|
@@ -109,20 +110,7 @@ export const content: ToolLocaleContent<AspectRatioUI> = {
|
|
|
109
110
|
faqTitle: 'Vanliga frågor',
|
|
110
111
|
faq: faqData,
|
|
111
112
|
bibliographyTitle: 'Referenser och dokumentation',
|
|
112
|
-
bibliography
|
|
113
|
-
{
|
|
114
|
-
name: 'MDN Web Docs: aspect-ratio (CSS)',
|
|
115
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio',
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
name: 'Wikipedia: Aspect ratio',
|
|
119
|
-
url: 'https://sv.wikipedia.org/wiki/Bildförhållande',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
name: 'W3C: CSS Box Sizing Level 4',
|
|
123
|
-
url: 'https://www.w3.org/TR/css-sizing-4/#aspect-ratio',
|
|
124
|
-
},
|
|
125
|
-
],
|
|
113
|
+
bibliography,
|
|
126
114
|
howTo: howToData,
|
|
127
115
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
128
116
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { AspectRatioUI } from '../ui';
|
|
@@ -109,20 +110,7 @@ export const content: ToolLocaleContent<AspectRatioUI> = {
|
|
|
109
110
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
110
111
|
faq: faqData,
|
|
111
112
|
bibliographyTitle: 'Referanslar ve Belgeler',
|
|
112
|
-
bibliography
|
|
113
|
-
{
|
|
114
|
-
name: 'MDN Web Docs: aspect-ratio (CSS)',
|
|
115
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio',
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
name: 'Wikipedia: Aspect ratio',
|
|
119
|
-
url: 'https://tr.wikipedia.org/wiki/Görüntü_oranı',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
name: 'W3C: CSS Box Sizing Level 4',
|
|
123
|
-
url: 'https://www.w3.org/TR/css-sizing-4/#aspect-ratio',
|
|
124
|
-
},
|
|
125
|
-
],
|
|
113
|
+
bibliography,
|
|
126
114
|
howTo: howToData,
|
|
127
115
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
128
116
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { AspectRatioUI } from '../ui';
|
|
@@ -109,20 +110,7 @@ export const content: ToolLocaleContent<AspectRatioUI> = {
|
|
|
109
110
|
faqTitle: '常见问题',
|
|
110
111
|
faq: faqData,
|
|
111
112
|
bibliographyTitle: '参考资料与文档',
|
|
112
|
-
bibliography
|
|
113
|
-
{
|
|
114
|
-
name: 'MDN Web Docs: aspect-ratio (CSS)',
|
|
115
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio',
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
name: 'Wikipedia: Aspect ratio',
|
|
119
|
-
url: 'https://zh.wikipedia.org/wiki/宽高比',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
name: 'W3C: CSS Box Sizing Level 4',
|
|
123
|
-
url: 'https://www.w3.org/TR/css-sizing-4/#aspect-ratio',
|
|
124
|
-
},
|
|
125
|
-
],
|
|
113
|
+
bibliography,
|
|
126
114
|
howTo: howToData,
|
|
127
115
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
128
116
|
seo: [
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await calculadoraTiempoDatos.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'Google PageSpeed Insights documentation', url: 'https://developers.google.com/speed/docs/insights/v5/about' },
|
|
5
|
+
{ name: 'WebPageTest documentation', url: 'https://docs.webpagetest.org/dev/system%20design/overview/' },
|
|
6
|
+
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
7
|
+
{ name: 'MDN - Web Performance', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
8
|
+
];
|
|
@@ -65,14 +65,17 @@ const t = (ui ?? {}) as CalculadoraTiempoDatosUI;
|
|
|
65
65
|
<label>{t.labelSpeed}</label>
|
|
66
66
|
<div class="ctd-speed-buttons">
|
|
67
67
|
<button class="ctd-speed-btn" data-speed="3g">
|
|
68
|
+
<span class="sr-only">{t.preset3g}</span>
|
|
68
69
|
<span class="ctd-speed-label">{t.speedLabel3g}</span>
|
|
69
70
|
<span class="ctd-speed-value">{t.speedValue3g}</span>
|
|
70
71
|
</button>
|
|
71
72
|
<button class="ctd-speed-btn active" data-speed="4g">
|
|
73
|
+
<span class="sr-only">{t.preset4g}</span>
|
|
72
74
|
<span class="ctd-speed-label">{t.speedLabel4g}</span>
|
|
73
75
|
<span class="ctd-speed-value">{t.speedValue4g}</span>
|
|
74
76
|
</button>
|
|
75
77
|
<button class="ctd-speed-btn" data-speed="5g">
|
|
78
|
+
<span class="sr-only">{t.preset5g}</span>
|
|
76
79
|
<span class="ctd-speed-label">{t.speedLabel5g}</span>
|
|
77
80
|
<span class="ctd-speed-value">{t.speedValue5g}</span>
|
|
78
81
|
</button>
|
|
@@ -98,7 +101,8 @@ const t = (ui ?? {}) as CalculadoraTiempoDatosUI;
|
|
|
98
101
|
</div>
|
|
99
102
|
</div>
|
|
100
103
|
|
|
101
|
-
<div class="ctd-results">
|
|
104
|
+
<div class="ctd-results" aria-labelledby="ctd-results-title">
|
|
105
|
+
<h3 id="ctd-results-title" class="ctd-results-title">{t.resultTitle}</h3>
|
|
102
106
|
<div class="ctd-result-single">
|
|
103
107
|
<div class="ctd-result-label">{t.resultSingleLoad}</div>
|
|
104
108
|
<div class="ctd-result-time" id="ctd-single-time">1.4s</div>
|
|
@@ -130,6 +134,7 @@ const t = (ui ?? {}) as CalculadoraTiempoDatosUI;
|
|
|
130
134
|
<div class="ctd-message" id="ctd-message">
|
|
131
135
|
<strong>{t.resultMessage}</strong>
|
|
132
136
|
</div>
|
|
137
|
+
<span id="ctd-copy-status" class="sr-only" data-copy-message={t.copyMessage} aria-live="polite"></span>
|
|
133
138
|
</div>
|
|
134
139
|
</div>
|
|
135
140
|
|
|
@@ -302,4 +307,3 @@ const t = (ui ?? {}) as CalculadoraTiempoDatosUI;
|
|
|
302
307
|
initCalculator();
|
|
303
308
|
}
|
|
304
309
|
</script>
|
|
305
|
-
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Häufig gestellte Fragen',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Technische Ressourcen zur Web-Optimierung',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Website-Geschwindigkeit analysieren', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Web Performance', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Frequently Asked Questions',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Technical Resources on Web Optimization',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Analyze Website Speed', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Web Performance', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Preguntas Frecuentes',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Recursos Técnicos sobre Optimización Web',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Analiza la velocidad de tu sitio', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Web Performance', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Questions Fréquemment Posées',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Ressources Techniques sur l\'Optimisation Web',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Analyser la vitesse du site', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Performance Web', url: 'https://developer.mozilla.org/fr/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Sumber Daya Teknis tentang Pengoptimalan Web',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Analisis Kecepatan Situs Web', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Performa Web', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Domande Frequenti',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Risorse tecniche sull\'ottimizzazione web',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Analizza la velocità del sito web', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Prestazioni Web', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'よくある質問',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'ウェブ最適化に関する技術リソース',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - ウェブサイト速度分析', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - ウェブパフォーマンス', url: 'https://developer.mozilla.org/ja/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: '자주 묻는 질문',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: '웹 최적화 관련 기술 리소스',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - 웹사이트 속도 분석', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - 웹 성능', url: 'https://developer.mozilla.org/ko/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Veelgestelde Vragen',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Technische bronnen over web-optimalisatie',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Analyseer website-snelheid', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Webprestaties', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Często zadawane pytania',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Zasoby techniczne dotyczące optymalizacji stron www',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Analiza prędkości stron internetowych', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Wydajność stron internetowych', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Perguntas Frequentes',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Recursos Técnicos sobre Otimização Web',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Analise a Velocidade do Website', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Desempenho Web', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Часто задаваемые вопросы',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Технические ресурсы по оптимизации веб-сайтов',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - анализ скорости сайта', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - веб-производительность', url: 'https://developer.mozilla.org/ru/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Vanliga frågor',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Tekniska resurser för webboptimering',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Analysera webbplatsens hastighet', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Webbprestanda', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: 'Web Optimizasyonu Üzerine Teknik Kaynaklar',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - Web Sitesi Hızını Analiz Edin', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - Web Performansı', url: 'https://developer.mozilla.org/en-US/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { CalculadoraTiempoDatosUI } from '../ui';
|
|
@@ -102,12 +103,7 @@ export const content: ToolLocaleContent<CalculadoraTiempoDatosUI> = {
|
|
|
102
103
|
faqTitle: '常见问题',
|
|
103
104
|
faq: faqData,
|
|
104
105
|
bibliographyTitle: '关于网页优化的技术资源',
|
|
105
|
-
bibliography
|
|
106
|
-
{ name: 'Google PageSpeed Insights', url: 'https://pagespeed.web.dev/' },
|
|
107
|
-
{ name: 'WebPageTest - 分析网站速度', url: 'https://www.webpagetest.org/' },
|
|
108
|
-
{ name: 'Web.dev - Core Web Vitals', url: 'https://web.dev/vitals/' },
|
|
109
|
-
{ name: 'MDN - 网页性能', url: 'https://developer.mozilla.org/zh-CN/docs/Web/Performance' },
|
|
110
|
-
],
|
|
106
|
+
bibliography,
|
|
111
107
|
howTo: howToData,
|
|
112
108
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
113
109
|
seo: [
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await colorConverter.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'W3C: CSS Color Documentation', url: 'https://www.w3.org/TR/css-color-4/' },
|
|
5
|
+
{ name: 'MDN: HSL Color Model Guide', url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl' },
|
|
6
|
+
{ name: 'WebAIM: Contrast and Accessibility Guide', url: 'https://webaim.org/resources/contrastchecker/' },
|
|
7
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { ColorConverterUI } from '../ui';
|
|
@@ -86,11 +87,7 @@ export const content: ToolLocaleContent<ColorConverterUI> = {
|
|
|
86
87
|
faqTitle: 'Häufig gestellte Fragen',
|
|
87
88
|
faq: faqData,
|
|
88
89
|
bibliographyTitle: 'Farben- und Webdesign-Ressourcen',
|
|
89
|
-
bibliography
|
|
90
|
-
{ name: 'W3C: CSS-Farbdokumentation', url: 'https://www.w3.org/TR/css-color-4/' },
|
|
91
|
-
{ name: 'MDN: HSL-Farbmodell-Leitfaden', url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl' },
|
|
92
|
-
{ name: 'WebAIM: Kontrast- und Barrierefreiheitsleitfaden', url: 'https://webaim.org/resources/contrastchecker/' },
|
|
93
|
-
],
|
|
90
|
+
bibliography,
|
|
94
91
|
howTo: howToData,
|
|
95
92
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
96
93
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { ColorConverterUI } from '../ui';
|
|
@@ -17,11 +18,11 @@ const faqData = [
|
|
|
17
18
|
},
|
|
18
19
|
{
|
|
19
20
|
question: 'What is the relative contrast value?',
|
|
20
|
-
answer: 'It is a metric that indicates the readability of text against a background based on its luminance.
|
|
21
|
+
answer: 'It is a metric that indicates the readability of text against a background based on its luminance. Higher contrast can make content easier to read and is one part of checking WCAG accessibility guidance.',
|
|
21
22
|
},
|
|
22
23
|
{
|
|
23
24
|
question: 'Is it safe to use this online color converter?',
|
|
24
|
-
answer: 'Absolutely. Being 100% client-side, your color data
|
|
25
|
+
answer: 'Absolutely. Being 100% client-side, your color data is processed directly in your browser without needing to send it to a server.',
|
|
25
26
|
},
|
|
26
27
|
];
|
|
27
28
|
|
|
@@ -86,11 +87,7 @@ export const content: ToolLocaleContent<ColorConverterUI> = {
|
|
|
86
87
|
faqTitle: 'Frequently Asked Questions',
|
|
87
88
|
faq: faqData,
|
|
88
89
|
bibliographyTitle: 'Color and Web Design Resources',
|
|
89
|
-
bibliography
|
|
90
|
-
{ name: 'W3C: CSS Color Documentation', url: 'https://www.w3.org/TR/css-color-4/' },
|
|
91
|
-
{ name: 'MDN: HSL Color Model Guide', url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl' },
|
|
92
|
-
{ name: 'WebAIM: Contrast and Accessibility Guide', url: 'https://webaim.org/resources/contrastchecker/' },
|
|
93
|
-
],
|
|
90
|
+
bibliography,
|
|
94
91
|
howTo: howToData,
|
|
95
92
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
96
93
|
seo: [
|
|
@@ -111,7 +108,7 @@ export const content: ToolLocaleContent<ColorConverterUI> = {
|
|
|
111
108
|
{ type: 'title', text: 'Contrast and WCAG Accessibility', level: 3 },
|
|
112
109
|
{
|
|
113
110
|
type: 'paragraph',
|
|
114
|
-
html: 'The calculator includes a <strong>relative contrast</strong> measurement based on luminance. This
|
|
111
|
+
html: 'The calculator includes a <strong>relative contrast</strong> measurement based on luminance. This can help you compare your text against <strong>WCAG</strong> contrast guidance.',
|
|
115
112
|
},
|
|
116
113
|
{ type: 'title', text: 'Automatic Color Harmonies', level: 3 },
|
|
117
114
|
{
|