@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,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 svgToCss.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: 'CSS-Tricks: Using SVG as Background', url: 'https://css-tricks.com/using-svg/' },
|
|
5
|
+
{ name: 'MDN Web Docs: mask-image', url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image' },
|
|
6
|
+
{ name: 'MDN Web Docs: background-image', url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image' },
|
|
7
|
+
{ name: 'W3C: CSS Masking Module Level 1', url: 'https://www.w3.org/TR/css-masking-1/' },
|
|
8
|
+
];
|
|
@@ -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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Häufig gestellte Fragen',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referenzen und Dokumentation',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Frequently Asked Questions',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'References and Documentation',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Preguntas Frecuentes',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referencias y Documentación',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/es/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/es/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Questions Fréquentes',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Références et Documentation',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/fr/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/fr/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referensi dan Dokumentasi',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Menggunakan SVG sebagai Latar Belakang',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Domande Frequenti',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Riferimenti e Documentazione',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Usare SVG come Sfondo',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/it/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/it/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'よくある質問',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: '参考文献とドキュメント',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: 背景としてSVGを使用する',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/ja/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/ja/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: '자주 묻는 질문',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: '참고 자료 및 문서',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: 배경으로 SVG 사용하기',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/ko/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/ko/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Veelgestelde Vragen',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referenties en Documentatie',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Using SVG as Background',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Często zadawane pytania',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referencje i dokumentacja',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Używanie SVG jako tła',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Perguntas Frequentes',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referências e Documentação',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Usando SVG como Fundo',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Часто задаваемые вопросы',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Ссылки и документация',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Использование SVG в качестве фона',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Vanliga frågor',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referenser och dokumentation',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Använda SVG som bakgrund',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: 'Referanslar ve Dokümantasyon',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: Background Olarak SVG Kullanımı',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 { SvgToCssUI } from '../ui';
|
|
@@ -110,24 +111,7 @@ export const content: ToolLocaleContent<SvgToCssUI> = {
|
|
|
110
111
|
faqTitle: '常见问题',
|
|
111
112
|
faq: faqData,
|
|
112
113
|
bibliographyTitle: '参考资料与文档',
|
|
113
|
-
bibliography
|
|
114
|
-
{
|
|
115
|
-
name: 'CSS-Tricks: 将 SVG 用作背景',
|
|
116
|
-
url: 'https://css-tricks.com/using-svg/',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
name: 'MDN Web Docs: mask-image',
|
|
120
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'MDN Web Docs: background-image',
|
|
124
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/CSS/background-image',
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
name: 'W3C: CSS Masking Module Level 1',
|
|
128
|
-
url: 'https://www.w3.org/TR/css-masking-1/',
|
|
129
|
-
},
|
|
130
|
-
],
|
|
114
|
+
bibliography,
|
|
131
115
|
howTo: howToData,
|
|
132
116
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
133
117
|
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 urlCleaner.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: 'Electronic Frontier Foundation (EFF): Guide to Online Tracking', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
|
|
5
|
+
{ name: 'Google Analytics: UTM Parameter Documentation', url: 'https://support.google.com/analytics/answer/1033863' },
|
|
6
|
+
{ name: 'Web Privacy: The Impact of Click IDs', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
|
|
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 { UrlCleanerUI } from '../ui';
|
|
@@ -82,11 +83,7 @@ export const content: ToolLocaleContent<UrlCleanerUI> = {
|
|
|
82
83
|
faqTitle: 'Häufig gestellte Fragen',
|
|
83
84
|
faq: faqData,
|
|
84
85
|
bibliographyTitle: 'Ressourcen zu Datenschutz und Web-Tracking',
|
|
85
|
-
bibliography
|
|
86
|
-
{ name: 'Electronic Frontier Foundation (EFF): Leitfaden zum Online-Tracking', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
|
|
87
|
-
{ name: 'Google Analytics: Dokumentation zu UTM-Parametern', url: 'https://support.google.com/analytics/answer/1033863' },
|
|
88
|
-
{ name: 'Web-Datenschutz: Die Auswirkungen von Klick-IDs', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
|
|
89
|
-
],
|
|
86
|
+
bibliography,
|
|
90
87
|
howTo: howToData,
|
|
91
88
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
89
|
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 { UrlCleanerUI } from '../ui';
|
|
@@ -82,11 +83,7 @@ export const content: ToolLocaleContent<UrlCleanerUI> = {
|
|
|
82
83
|
faqTitle: 'Frequently Asked Questions',
|
|
83
84
|
faq: faqData,
|
|
84
85
|
bibliographyTitle: 'Resources on Privacy and Web Tracking',
|
|
85
|
-
bibliography
|
|
86
|
-
{ name: 'Electronic Frontier Foundation (EFF): Guide to Online Tracking', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
|
|
87
|
-
{ name: 'Google Analytics: UTM Parameter Documentation', url: 'https://support.google.com/analytics/answer/1033863' },
|
|
88
|
-
{ name: 'Web Privacy: The Impact of Click IDs', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
|
|
89
|
-
],
|
|
86
|
+
bibliography,
|
|
90
87
|
howTo: howToData,
|
|
91
88
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
89
|
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 { UrlCleanerUI } from '../ui';
|
|
@@ -82,11 +83,7 @@ export const content: ToolLocaleContent<UrlCleanerUI> = {
|
|
|
82
83
|
faqTitle: 'Preguntas Frecuentes',
|
|
83
84
|
faq: faqData,
|
|
84
85
|
bibliographyTitle: 'Recursos sobre Privacidad y Rastreo Web',
|
|
85
|
-
bibliography
|
|
86
|
-
{ name: 'Electronic Frontier Foundation (EFF): Guía sobre Rastreo Online', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
|
|
87
|
-
{ name: 'Google Analytics: Documentación de Parámetros UTM', url: 'https://support.google.com/analytics/answer/1033863' },
|
|
88
|
-
{ name: 'Privacidad en la Web: El impacto de los Click IDs', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
|
|
89
|
-
],
|
|
86
|
+
bibliography,
|
|
90
87
|
howTo: howToData,
|
|
91
88
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
89
|
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 { UrlCleanerUI } from '../ui';
|
|
@@ -82,11 +83,7 @@ export const content: ToolLocaleContent<UrlCleanerUI> = {
|
|
|
82
83
|
faqTitle: 'Questions Fréquemment Posées',
|
|
83
84
|
faq: faqData,
|
|
84
85
|
bibliographyTitle: 'Ressources sur la Confidentialité et le Suivi Web',
|
|
85
|
-
bibliography
|
|
86
|
-
{ name: 'Electronic Frontier Foundation (EFF): Guide sur le Suivi en Ligne', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
|
|
87
|
-
{ name: 'Google Analytics: Documentation des Paramètres UTM', url: 'https://support.google.com/analytics/answer/1033863' },
|
|
88
|
-
{ name: 'Confidentialité sur le Web: L\'impact des Click IDs', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
|
|
89
|
-
],
|
|
86
|
+
bibliography,
|
|
90
87
|
howTo: howToData,
|
|
91
88
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
89
|
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 { UrlCleanerUI } from '../ui';
|
|
@@ -82,11 +83,7 @@ export const content: ToolLocaleContent<UrlCleanerUI> = {
|
|
|
82
83
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
83
84
|
faq: faqData,
|
|
84
85
|
bibliographyTitle: 'Sumber tentang Privasi dan Pelacakan Web',
|
|
85
|
-
bibliography
|
|
86
|
-
{ name: 'Electronic Frontier Foundation (EFF): Panduan Pelacakan Online', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
|
|
87
|
-
{ name: 'Google Analytics: Dokumentasi Parameter UTM', url: 'https://support.google.com/analytics/answer/1033863' },
|
|
88
|
-
{ name: 'Privasi Web: Dampak Click ID', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
|
|
89
|
-
],
|
|
86
|
+
bibliography,
|
|
90
87
|
howTo: howToData,
|
|
91
88
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
89
|
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 { UrlCleanerUI } from '../ui';
|
|
@@ -82,11 +83,7 @@ export const content: ToolLocaleContent<UrlCleanerUI> = {
|
|
|
82
83
|
faqTitle: 'Domande frequenti',
|
|
83
84
|
faq: faqData,
|
|
84
85
|
bibliographyTitle: 'Risorse su privacy e tracciamento web',
|
|
85
|
-
bibliography
|
|
86
|
-
{ name: 'Electronic Frontier Foundation (EFF): Guida al tracciamento online', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
|
|
87
|
-
{ name: 'Google Analytics: Documentazione sui parametri UTM', url: 'https://support.google.com/analytics/answer/1033863' },
|
|
88
|
-
{ name: 'Privacy sul web: l\'impatto dei Click ID', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
|
|
89
|
-
],
|
|
86
|
+
bibliography,
|
|
90
87
|
howTo: howToData,
|
|
91
88
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
89
|
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 { UrlCleanerUI } from '../ui';
|
|
@@ -82,11 +83,7 @@ export const content: ToolLocaleContent<UrlCleanerUI> = {
|
|
|
82
83
|
faqTitle: 'よくある質問',
|
|
83
84
|
faq: faqData,
|
|
84
85
|
bibliographyTitle: 'プライバシーとウェブトラッキングに関するリソース',
|
|
85
|
-
bibliography
|
|
86
|
-
{ name: 'Electronic Frontier Foundation (EFF): オンライントラッキングガイド', url: 'https://www.eff.org/issues/online-behavioral-tracking' },
|
|
87
|
-
{ name: 'Google Analytics: UTMパラメータのドキュメント', url: 'https://support.google.com/analytics/answer/1033863' },
|
|
88
|
-
{ name: 'ウェブプライバシー:クリックIDの影響', url: 'https://www.w3.org/community/web-advertising/wiki/Click_Identifiers' },
|
|
89
|
-
],
|
|
86
|
+
bibliography,
|
|
90
87
|
howTo: howToData,
|
|
91
88
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
92
89
|
seo: [
|