@jjlmoya/utils-converters 1.16.0 → 1.18.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 +4 -2
- package/src/category/i18n/de.ts +1 -1
- package/src/category/i18n/fr.ts +9 -9
- package/src/category/i18n/ru.ts +1 -1
- package/src/category/i18n/sv.ts +1 -1
- package/src/data.ts +0 -21
- package/src/layouts/PreviewLayout.astro +2 -1
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/pagespeed_best_practices.test.ts +198 -0
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/avifAJpg/bibliography.ts +12 -0
- package/src/tool/avifAJpg/entry.ts +2 -0
- package/src/tool/avifAJpg/i18n/de.ts +2 -12
- package/src/tool/avifAJpg/i18n/en.ts +2 -12
- package/src/tool/avifAJpg/i18n/es.ts +2 -12
- package/src/tool/avifAJpg/i18n/fr.ts +11 -21
- package/src/tool/avifAJpg/i18n/id.ts +2 -12
- package/src/tool/avifAJpg/i18n/it.ts +2 -12
- package/src/tool/avifAJpg/i18n/ja.ts +1 -11
- package/src/tool/avifAJpg/i18n/ko.ts +1 -11
- package/src/tool/avifAJpg/i18n/nl.ts +2 -12
- package/src/tool/avifAJpg/i18n/pl.ts +2 -12
- package/src/tool/avifAJpg/i18n/pt.ts +2 -12
- package/src/tool/avifAJpg/i18n/ru.ts +7 -17
- package/src/tool/avifAJpg/i18n/sv.ts +2 -12
- package/src/tool/avifAJpg/i18n/tr.ts +1 -11
- package/src/tool/avifAJpg/i18n/zh.ts +4 -14
- package/src/tool/avifAJpg/seo.astro +2 -1
- package/src/tool/avifAPng/bibliography.ts +12 -0
- package/src/tool/avifAPng/entry.ts +2 -0
- package/src/tool/avifAPng/i18n/de.ts +4 -14
- package/src/tool/avifAPng/i18n/en.ts +4 -14
- package/src/tool/avifAPng/i18n/es.ts +4 -14
- package/src/tool/avifAPng/i18n/fr.ts +10 -20
- package/src/tool/avifAPng/i18n/id.ts +4 -14
- package/src/tool/avifAPng/i18n/it.ts +1 -11
- package/src/tool/avifAPng/i18n/ja.ts +1 -11
- package/src/tool/avifAPng/i18n/ko.ts +1 -11
- package/src/tool/avifAPng/i18n/nl.ts +4 -14
- package/src/tool/avifAPng/i18n/pl.ts +4 -14
- package/src/tool/avifAPng/i18n/pt.ts +4 -14
- package/src/tool/avifAPng/i18n/ru.ts +5 -15
- package/src/tool/avifAPng/i18n/sv.ts +4 -14
- package/src/tool/avifAPng/i18n/tr.ts +1 -11
- package/src/tool/avifAPng/i18n/zh.ts +3 -13
- package/src/tool/avifAPng/seo.astro +2 -1
- package/src/tool/avifAWebp/bibliography.ts +12 -0
- package/src/tool/avifAWebp/entry.ts +2 -0
- package/src/tool/avifAWebp/i18n/de.ts +6 -16
- package/src/tool/avifAWebp/i18n/en.ts +6 -16
- package/src/tool/avifAWebp/i18n/es.ts +6 -16
- package/src/tool/avifAWebp/i18n/fr.ts +13 -23
- package/src/tool/avifAWebp/i18n/id.ts +6 -16
- package/src/tool/avifAWebp/i18n/it.ts +1 -11
- package/src/tool/avifAWebp/i18n/ja.ts +1 -11
- package/src/tool/avifAWebp/i18n/ko.ts +2 -12
- package/src/tool/avifAWebp/i18n/nl.ts +6 -16
- package/src/tool/avifAWebp/i18n/pl.ts +6 -16
- package/src/tool/avifAWebp/i18n/pt.ts +6 -16
- package/src/tool/avifAWebp/i18n/ru.ts +7 -17
- package/src/tool/avifAWebp/i18n/sv.ts +6 -16
- package/src/tool/avifAWebp/i18n/tr.ts +2 -12
- package/src/tool/avifAWebp/i18n/zh.ts +6 -16
- package/src/tool/avifAWebp/seo.astro +2 -1
- package/src/tool/bmpAJpg/bibliography.ts +12 -0
- package/src/tool/bmpAJpg/entry.ts +2 -0
- package/src/tool/bmpAJpg/i18n/de.ts +1 -11
- package/src/tool/bmpAJpg/i18n/en.ts +1 -11
- package/src/tool/bmpAJpg/i18n/es.ts +1 -11
- package/src/tool/bmpAJpg/i18n/fr.ts +9 -19
- package/src/tool/bmpAJpg/i18n/id.ts +1 -11
- package/src/tool/bmpAJpg/i18n/it.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ja.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ko.ts +1 -11
- package/src/tool/bmpAJpg/i18n/nl.ts +1 -11
- package/src/tool/bmpAJpg/i18n/pl.ts +1 -11
- package/src/tool/bmpAJpg/i18n/pt.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ru.ts +5 -15
- package/src/tool/bmpAJpg/i18n/sv.ts +1 -11
- package/src/tool/bmpAJpg/i18n/tr.ts +1 -11
- package/src/tool/bmpAJpg/i18n/zh.ts +1 -11
- package/src/tool/bmpAJpg/seo.astro +2 -1
- package/src/tool/bmpAPng/bibliography.ts +12 -0
- package/src/tool/bmpAPng/entry.ts +2 -0
- package/src/tool/bmpAPng/i18n/de.ts +2 -12
- package/src/tool/bmpAPng/i18n/en.ts +3 -13
- package/src/tool/bmpAPng/i18n/es.ts +2 -12
- package/src/tool/bmpAPng/i18n/fr.ts +12 -22
- package/src/tool/bmpAPng/i18n/id.ts +2 -12
- package/src/tool/bmpAPng/i18n/it.ts +2 -12
- package/src/tool/bmpAPng/i18n/ja.ts +1 -11
- package/src/tool/bmpAPng/i18n/ko.ts +1 -11
- package/src/tool/bmpAPng/i18n/nl.ts +2 -12
- package/src/tool/bmpAPng/i18n/pl.ts +2 -12
- package/src/tool/bmpAPng/i18n/pt.ts +2 -12
- package/src/tool/bmpAPng/i18n/ru.ts +9 -19
- package/src/tool/bmpAPng/i18n/sv.ts +2 -12
- package/src/tool/bmpAPng/i18n/tr.ts +1 -11
- package/src/tool/bmpAPng/i18n/zh.ts +1 -11
- package/src/tool/bmpAPng/seo.astro +2 -1
- package/src/tool/bmpAWebp/bibliography.ts +12 -0
- package/src/tool/bmpAWebp/entry.ts +2 -0
- package/src/tool/bmpAWebp/i18n/de.ts +8 -18
- package/src/tool/bmpAWebp/i18n/en.ts +8 -18
- package/src/tool/bmpAWebp/i18n/es.ts +8 -18
- package/src/tool/bmpAWebp/i18n/fr.ts +13 -23
- package/src/tool/bmpAWebp/i18n/id.ts +8 -18
- package/src/tool/bmpAWebp/i18n/it.ts +8 -18
- package/src/tool/bmpAWebp/i18n/ja.ts +7 -17
- package/src/tool/bmpAWebp/i18n/ko.ts +7 -17
- package/src/tool/bmpAWebp/i18n/nl.ts +8 -18
- package/src/tool/bmpAWebp/i18n/pl.ts +8 -18
- package/src/tool/bmpAWebp/i18n/pt.ts +8 -18
- package/src/tool/bmpAWebp/i18n/ru.ts +10 -20
- package/src/tool/bmpAWebp/i18n/sv.ts +8 -18
- package/src/tool/bmpAWebp/i18n/tr.ts +8 -18
- package/src/tool/bmpAWebp/i18n/zh.ts +8 -18
- package/src/tool/bmpAWebp/seo.astro +2 -1
- package/src/tool/gifAJpg/bibliography.ts +12 -0
- package/src/tool/gifAJpg/entry.ts +2 -0
- package/src/tool/gifAJpg/i18n/de.ts +1 -11
- package/src/tool/gifAJpg/i18n/en.ts +1 -11
- package/src/tool/gifAJpg/i18n/es.ts +1 -11
- package/src/tool/gifAJpg/i18n/fr.ts +9 -19
- package/src/tool/gifAJpg/i18n/id.ts +1 -11
- package/src/tool/gifAJpg/i18n/it.ts +1 -11
- package/src/tool/gifAJpg/i18n/ja.ts +1 -11
- package/src/tool/gifAJpg/i18n/ko.ts +1 -11
- package/src/tool/gifAJpg/i18n/nl.ts +1 -11
- package/src/tool/gifAJpg/i18n/pl.ts +1 -11
- package/src/tool/gifAJpg/i18n/pt.ts +1 -11
- package/src/tool/gifAJpg/i18n/ru.ts +2 -12
- package/src/tool/gifAJpg/i18n/sv.ts +1 -11
- package/src/tool/gifAJpg/i18n/tr.ts +1 -11
- package/src/tool/gifAJpg/i18n/zh.ts +1 -11
- package/src/tool/gifAJpg/seo.astro +2 -1
- package/src/tool/gifAPng/bibliography.ts +12 -0
- package/src/tool/gifAPng/entry.ts +2 -0
- package/src/tool/gifAPng/i18n/de.ts +2 -12
- package/src/tool/gifAPng/i18n/en.ts +3 -13
- package/src/tool/gifAPng/i18n/es.ts +2 -12
- package/src/tool/gifAPng/i18n/fr.ts +11 -21
- package/src/tool/gifAPng/i18n/id.ts +2 -12
- package/src/tool/gifAPng/i18n/it.ts +2 -12
- package/src/tool/gifAPng/i18n/ja.ts +1 -11
- package/src/tool/gifAPng/i18n/ko.ts +1 -11
- package/src/tool/gifAPng/i18n/nl.ts +2 -12
- package/src/tool/gifAPng/i18n/pl.ts +3 -13
- package/src/tool/gifAPng/i18n/pt.ts +2 -12
- package/src/tool/gifAPng/i18n/ru.ts +3 -13
- package/src/tool/gifAPng/i18n/sv.ts +3 -13
- package/src/tool/gifAPng/i18n/tr.ts +1 -11
- package/src/tool/gifAPng/i18n/zh.ts +2 -12
- package/src/tool/gifAPng/seo.astro +2 -1
- package/src/tool/gifAWebp/bibliography.ts +12 -0
- package/src/tool/gifAWebp/entry.ts +2 -0
- package/src/tool/gifAWebp/i18n/de.ts +3 -13
- package/src/tool/gifAWebp/i18n/en.ts +3 -13
- package/src/tool/gifAWebp/i18n/es.ts +1 -11
- package/src/tool/gifAWebp/i18n/fr.ts +11 -21
- package/src/tool/gifAWebp/i18n/id.ts +3 -13
- package/src/tool/gifAWebp/i18n/it.ts +1 -11
- package/src/tool/gifAWebp/i18n/ja.ts +1 -11
- package/src/tool/gifAWebp/i18n/ko.ts +1 -11
- package/src/tool/gifAWebp/i18n/nl.ts +3 -13
- package/src/tool/gifAWebp/i18n/pl.ts +3 -13
- package/src/tool/gifAWebp/i18n/pt.ts +3 -13
- package/src/tool/gifAWebp/i18n/ru.ts +7 -17
- package/src/tool/gifAWebp/i18n/sv.ts +3 -13
- package/src/tool/gifAWebp/i18n/tr.ts +1 -11
- package/src/tool/gifAWebp/i18n/zh.ts +4 -14
- package/src/tool/gifAWebp/seo.astro +2 -1
- package/src/tool/imagenBase64/bibliography.ts +12 -0
- package/src/tool/imagenBase64/entry.ts +2 -0
- package/src/tool/imagenBase64/i18n/de.ts +7 -17
- package/src/tool/imagenBase64/i18n/en.ts +7 -17
- package/src/tool/imagenBase64/i18n/es.ts +7 -17
- package/src/tool/imagenBase64/i18n/fr.ts +17 -27
- package/src/tool/imagenBase64/i18n/id.ts +7 -17
- package/src/tool/imagenBase64/i18n/it.ts +6 -16
- package/src/tool/imagenBase64/i18n/ja.ts +1 -11
- package/src/tool/imagenBase64/i18n/ko.ts +1 -11
- package/src/tool/imagenBase64/i18n/nl.ts +7 -17
- package/src/tool/imagenBase64/i18n/pl.ts +7 -17
- package/src/tool/imagenBase64/i18n/pt.ts +7 -17
- package/src/tool/imagenBase64/i18n/ru.ts +9 -19
- package/src/tool/imagenBase64/i18n/sv.ts +7 -17
- package/src/tool/imagenBase64/i18n/tr.ts +2 -12
- package/src/tool/imagenBase64/i18n/zh.ts +7 -17
- package/src/tool/imagenBase64/seo.astro +2 -1
- package/src/tool/jpgAIco/bibliography.ts +12 -0
- package/src/tool/jpgAIco/entry.ts +2 -0
- package/src/tool/jpgAIco/i18n/de.ts +9 -19
- package/src/tool/jpgAIco/i18n/en.ts +9 -19
- package/src/tool/jpgAIco/i18n/es.ts +7 -17
- package/src/tool/jpgAIco/i18n/fr.ts +13 -23
- package/src/tool/jpgAIco/i18n/id.ts +9 -19
- package/src/tool/jpgAIco/i18n/it.ts +3 -13
- package/src/tool/jpgAIco/i18n/ja.ts +2 -12
- package/src/tool/jpgAIco/i18n/ko.ts +2 -12
- package/src/tool/jpgAIco/i18n/nl.ts +9 -19
- package/src/tool/jpgAIco/i18n/pl.ts +9 -19
- package/src/tool/jpgAIco/i18n/pt.ts +9 -19
- package/src/tool/jpgAIco/i18n/ru.ts +11 -21
- package/src/tool/jpgAIco/i18n/sv.ts +9 -19
- package/src/tool/jpgAIco/i18n/tr.ts +3 -13
- package/src/tool/jpgAIco/i18n/zh.ts +9 -19
- package/src/tool/jpgAIco/seo.astro +2 -1
- package/src/tool/jpgAPng/bibliography.ts +12 -0
- package/src/tool/jpgAPng/entry.ts +2 -0
- package/src/tool/jpgAPng/i18n/de.ts +7 -17
- package/src/tool/jpgAPng/i18n/en.ts +9 -19
- package/src/tool/jpgAPng/i18n/es.ts +7 -17
- package/src/tool/jpgAPng/i18n/fr.ts +13 -23
- package/src/tool/jpgAPng/i18n/id.ts +7 -17
- package/src/tool/jpgAPng/i18n/it.ts +5 -15
- package/src/tool/jpgAPng/i18n/ja.ts +3 -13
- package/src/tool/jpgAPng/i18n/ko.ts +3 -13
- package/src/tool/jpgAPng/i18n/nl.ts +7 -17
- package/src/tool/jpgAPng/i18n/pl.ts +7 -17
- package/src/tool/jpgAPng/i18n/pt.ts +7 -17
- package/src/tool/jpgAPng/i18n/ru.ts +10 -20
- package/src/tool/jpgAPng/i18n/sv.ts +7 -17
- package/src/tool/jpgAPng/i18n/tr.ts +6 -16
- package/src/tool/jpgAPng/i18n/zh.ts +8 -18
- package/src/tool/jpgAPng/seo.astro +2 -1
- package/src/tool/jpgAWebp/bibliography.ts +12 -0
- package/src/tool/jpgAWebp/entry.ts +2 -0
- package/src/tool/jpgAWebp/i18n/de.ts +10 -20
- package/src/tool/jpgAWebp/i18n/en.ts +10 -20
- package/src/tool/jpgAWebp/i18n/es.ts +4 -14
- package/src/tool/jpgAWebp/i18n/fr.ts +16 -26
- package/src/tool/jpgAWebp/i18n/id.ts +10 -20
- package/src/tool/jpgAWebp/i18n/it.ts +6 -16
- package/src/tool/jpgAWebp/i18n/ja.ts +2 -12
- package/src/tool/jpgAWebp/i18n/ko.ts +3 -13
- package/src/tool/jpgAWebp/i18n/nl.ts +10 -20
- package/src/tool/jpgAWebp/i18n/pl.ts +10 -20
- package/src/tool/jpgAWebp/i18n/pt.ts +10 -20
- package/src/tool/jpgAWebp/i18n/ru.ts +10 -20
- package/src/tool/jpgAWebp/i18n/sv.ts +10 -20
- package/src/tool/jpgAWebp/i18n/tr.ts +5 -15
- package/src/tool/jpgAWebp/i18n/zh.ts +9 -19
- package/src/tool/jpgAWebp/seo.astro +2 -1
- package/src/tool/pngAIco/bibliography.ts +12 -0
- package/src/tool/pngAIco/entry.ts +2 -0
- package/src/tool/pngAIco/i18n/de.ts +8 -18
- package/src/tool/pngAIco/i18n/en.ts +8 -18
- package/src/tool/pngAIco/i18n/es.ts +8 -18
- package/src/tool/pngAIco/i18n/fr.ts +14 -24
- package/src/tool/pngAIco/i18n/id.ts +8 -18
- package/src/tool/pngAIco/i18n/it.ts +4 -14
- package/src/tool/pngAIco/i18n/ja.ts +2 -12
- package/src/tool/pngAIco/i18n/ko.ts +2 -12
- package/src/tool/pngAIco/i18n/nl.ts +8 -18
- package/src/tool/pngAIco/i18n/pl.ts +8 -18
- package/src/tool/pngAIco/i18n/pt.ts +8 -18
- package/src/tool/pngAIco/i18n/ru.ts +11 -21
- package/src/tool/pngAIco/i18n/sv.ts +8 -18
- package/src/tool/pngAIco/i18n/tr.ts +7 -17
- package/src/tool/pngAIco/i18n/zh.ts +8 -18
- package/src/tool/pngAIco/seo.astro +2 -1
- package/src/tool/pngAJpg/bibliography.ts +12 -0
- package/src/tool/pngAJpg/entry.ts +2 -0
- package/src/tool/pngAJpg/i18n/de.ts +1 -11
- package/src/tool/pngAJpg/i18n/en.ts +1 -11
- package/src/tool/pngAJpg/i18n/es.ts +1 -11
- package/src/tool/pngAJpg/i18n/fr.ts +3 -13
- package/src/tool/pngAJpg/i18n/id.ts +1 -11
- package/src/tool/pngAJpg/i18n/it.ts +1 -11
- package/src/tool/pngAJpg/i18n/ja.ts +1 -11
- package/src/tool/pngAJpg/i18n/ko.ts +1 -11
- package/src/tool/pngAJpg/i18n/nl.ts +1 -11
- package/src/tool/pngAJpg/i18n/pl.ts +7 -17
- package/src/tool/pngAJpg/i18n/pt.ts +1 -11
- package/src/tool/pngAJpg/i18n/ru.ts +9 -19
- package/src/tool/pngAJpg/i18n/sv.ts +1 -11
- package/src/tool/pngAJpg/i18n/tr.ts +1 -11
- package/src/tool/pngAJpg/i18n/zh.ts +6 -16
- package/src/tool/pngAJpg/seo.astro +2 -1
- package/src/tool/pngAWebp/bibliography.ts +16 -0
- package/src/tool/pngAWebp/entry.ts +2 -0
- package/src/tool/pngAWebp/i18n/de.ts +7 -21
- package/src/tool/pngAWebp/i18n/en.ts +7 -21
- package/src/tool/pngAWebp/i18n/es.ts +6 -20
- package/src/tool/pngAWebp/i18n/fr.ts +13 -27
- package/src/tool/pngAWebp/i18n/id.ts +7 -21
- package/src/tool/pngAWebp/i18n/it.ts +3 -17
- package/src/tool/pngAWebp/i18n/ja.ts +2 -16
- package/src/tool/pngAWebp/i18n/ko.ts +2 -16
- package/src/tool/pngAWebp/i18n/nl.ts +7 -21
- package/src/tool/pngAWebp/i18n/pl.ts +7 -21
- package/src/tool/pngAWebp/i18n/pt.ts +6 -20
- package/src/tool/pngAWebp/i18n/ru.ts +8 -22
- package/src/tool/pngAWebp/i18n/sv.ts +7 -21
- package/src/tool/pngAWebp/i18n/tr.ts +6 -20
- package/src/tool/pngAWebp/i18n/zh.ts +6 -20
- package/src/tool/pngAWebp/seo.astro +2 -1
- package/src/tool/svgAJpg/bibliography.ts +12 -0
- package/src/tool/svgAJpg/entry.ts +2 -0
- package/src/tool/svgAJpg/i18n/de.ts +2 -12
- package/src/tool/svgAJpg/i18n/en.ts +1 -11
- package/src/tool/svgAJpg/i18n/es.ts +1 -11
- package/src/tool/svgAJpg/i18n/fr.ts +6 -16
- package/src/tool/svgAJpg/i18n/id.ts +1 -11
- package/src/tool/svgAJpg/i18n/it.ts +1 -11
- package/src/tool/svgAJpg/i18n/ja.ts +1 -11
- package/src/tool/svgAJpg/i18n/ko.ts +1 -11
- package/src/tool/svgAJpg/i18n/nl.ts +1 -11
- package/src/tool/svgAJpg/i18n/pl.ts +1 -11
- package/src/tool/svgAJpg/i18n/pt.ts +1 -11
- package/src/tool/svgAJpg/i18n/ru.ts +3 -13
- package/src/tool/svgAJpg/i18n/sv.ts +1 -11
- package/src/tool/svgAJpg/i18n/tr.ts +1 -11
- package/src/tool/svgAJpg/i18n/zh.ts +1 -11
- package/src/tool/svgAJpg/seo.astro +2 -1
- package/src/tool/svgAPng/bibliography.ts +12 -0
- package/src/tool/svgAPng/entry.ts +2 -0
- package/src/tool/svgAPng/i18n/de.ts +3 -13
- package/src/tool/svgAPng/i18n/en.ts +3 -13
- package/src/tool/svgAPng/i18n/es.ts +1 -11
- package/src/tool/svgAPng/i18n/fr.ts +9 -19
- package/src/tool/svgAPng/i18n/id.ts +3 -13
- package/src/tool/svgAPng/i18n/it.ts +3 -13
- package/src/tool/svgAPng/i18n/ja.ts +1 -11
- package/src/tool/svgAPng/i18n/ko.ts +1 -11
- package/src/tool/svgAPng/i18n/nl.ts +3 -13
- package/src/tool/svgAPng/i18n/pl.ts +3 -13
- package/src/tool/svgAPng/i18n/pt.ts +3 -13
- package/src/tool/svgAPng/i18n/ru.ts +5 -15
- package/src/tool/svgAPng/i18n/sv.ts +3 -13
- package/src/tool/svgAPng/i18n/tr.ts +3 -13
- package/src/tool/svgAPng/i18n/zh.ts +3 -13
- package/src/tool/svgAPng/seo.astro +2 -1
- package/src/tool/webpAIco/bibliography.ts +12 -0
- package/src/tool/webpAIco/entry.ts +2 -0
- package/src/tool/webpAIco/i18n/de.ts +1 -11
- package/src/tool/webpAIco/i18n/en.ts +1 -11
- package/src/tool/webpAIco/i18n/es.ts +1 -11
- package/src/tool/webpAIco/i18n/fr.ts +5 -15
- package/src/tool/webpAIco/i18n/id.ts +1 -11
- package/src/tool/webpAIco/i18n/it.ts +1 -11
- package/src/tool/webpAIco/i18n/ja.ts +1 -11
- package/src/tool/webpAIco/i18n/ko.ts +1 -11
- package/src/tool/webpAIco/i18n/nl.ts +1 -11
- package/src/tool/webpAIco/i18n/pl.ts +1 -11
- package/src/tool/webpAIco/i18n/pt.ts +1 -11
- package/src/tool/webpAIco/i18n/ru.ts +3 -13
- package/src/tool/webpAIco/i18n/sv.ts +1 -11
- package/src/tool/webpAIco/i18n/tr.ts +1 -11
- package/src/tool/webpAIco/i18n/zh.ts +1 -12
- package/src/tool/webpAIco/seo.astro +2 -1
- package/src/tool/webpAJpg/bibliography.ts +16 -0
- package/src/tool/webpAJpg/entry.ts +2 -0
- package/src/tool/webpAJpg/i18n/de.ts +3 -17
- package/src/tool/webpAJpg/i18n/en.ts +3 -17
- package/src/tool/webpAJpg/i18n/es.ts +1 -15
- package/src/tool/webpAJpg/i18n/fr.ts +10 -24
- package/src/tool/webpAJpg/i18n/id.ts +3 -17
- package/src/tool/webpAJpg/i18n/it.ts +2 -16
- package/src/tool/webpAJpg/i18n/ja.ts +1 -15
- package/src/tool/webpAJpg/i18n/ko.ts +1 -15
- package/src/tool/webpAJpg/i18n/nl.ts +2 -16
- package/src/tool/webpAJpg/i18n/pl.ts +3 -17
- package/src/tool/webpAJpg/i18n/pt.ts +3 -17
- package/src/tool/webpAJpg/i18n/ru.ts +7 -21
- package/src/tool/webpAJpg/i18n/sv.ts +3 -17
- package/src/tool/webpAJpg/i18n/tr.ts +2 -16
- package/src/tool/webpAJpg/i18n/zh.ts +2 -16
- package/src/tool/webpAJpg/seo.astro +2 -1
- package/src/tool/webpAPng/bibliography.ts +16 -0
- package/src/tool/webpAPng/entry.ts +2 -0
- package/src/tool/webpAPng/i18n/de.ts +3 -17
- package/src/tool/webpAPng/i18n/en.ts +3 -17
- package/src/tool/webpAPng/i18n/es.ts +1 -15
- package/src/tool/webpAPng/i18n/fr.ts +9 -23
- package/src/tool/webpAPng/i18n/id.ts +3 -17
- package/src/tool/webpAPng/i18n/it.ts +3 -17
- package/src/tool/webpAPng/i18n/ja.ts +1 -15
- package/src/tool/webpAPng/i18n/ko.ts +1 -15
- package/src/tool/webpAPng/i18n/nl.ts +3 -17
- package/src/tool/webpAPng/i18n/pl.ts +3 -17
- package/src/tool/webpAPng/i18n/pt.ts +3 -17
- package/src/tool/webpAPng/i18n/ru.ts +4 -18
- package/src/tool/webpAPng/i18n/sv.ts +3 -17
- package/src/tool/webpAPng/i18n/tr.ts +2 -17
- package/src/tool/webpAPng/i18n/zh.ts +3 -17
- package/src/tool/webpAPng/seo.astro +2 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAJpgLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format (AVIF)',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'JPGの概要',
|
|
61
|
-
url: 'https://en.wikipedia.org/wiki/JPEG',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAJpgLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format (AVIF)',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'JPG 일반 정보',
|
|
61
|
-
url: 'https://en.wikipedia.org/wiki/JPEG',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAJpgLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format (AVIF)',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Algemene Informatie over JPG',
|
|
61
|
-
url: 'https://en.wikipedia.org/wiki/JPEG',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -135,7 +125,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'Het perfecte evenwicht tussen compressie en compatibiliteit',
|
|
138
|
-
html: 'AVIF is 50% kleiner dan JPG bij gelijke kwaliteit
|
|
128
|
+
html: 'AVIF is 50% kleiner dan JPG bij gelijke kwaliteit - maar JPG heeft 100% compatibiliteit met alle software. Als je AVIF-afbeeldingen van de server ontvangt en ze moet bewerken, e-mailen of openen in desktoptools, converteer ze dan eerst naar JPG.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAJpgLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format (AVIF)',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Ogólne informacje o JPG',
|
|
61
|
-
url: 'https://en.wikipedia.org/wiki/JPEG',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -135,7 +125,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'Idealna równowaga między kompresją a kompatybilnością',
|
|
138
|
-
html: 'AVIF jest o 50% mniejszy niż JPG przy tej samej jakości
|
|
128
|
+
html: 'AVIF jest o 50% mniejszy niż JPG przy tej samej jakości - jednak JPG oferuje 100% kompatybilności z każdym oprogramowaniem. Jeśli otrzymasz obrazy AVIF i chcesz je edytować, wysłać e-mailem lub otworzyć w programach komputerowych, najpierw skonwertuj je do formatu JPG.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAJpgLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format (AVIF)',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Informação Geral do JPG',
|
|
61
|
-
url: 'https://en.wikipedia.org/wiki/JPEG',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -135,7 +125,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'O equilíbrio perfeito entre compressão e compatibilidade',
|
|
138
|
-
html: 'O AVIF é 50% mais pequeno do que o JPG com qualidade igual
|
|
128
|
+
html: 'O AVIF é 50% mais pequeno do que o JPG com qualidade igual - mas o JPG tem compatibilidade de 100% com qualquer software. Se recebe imagens AVIF do servidor e precisa de editá-las, enviá-las por email ou abri-las em ferramentas de ambiente de trabalho, converta-as para JPG primeiro.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAJpgLocaleContent } from '../index';
|
|
@@ -43,22 +44,11 @@ const howTo: AvifAJpgLocaleContent['howTo'] = [
|
|
|
43
44
|
},
|
|
44
45
|
{
|
|
45
46
|
name: 'Мгновенное преобразование',
|
|
46
|
-
text: 'Убедитесь, что статус изменится на
|
|
47
|
+
text: 'Убедитесь, что статус изменится на \"Готово\" для каждого файла, пока браузер оптимизирует размер локально.',
|
|
47
48
|
},
|
|
48
49
|
{
|
|
49
50
|
name: 'Сохраните или скачайте ZIP',
|
|
50
|
-
text: 'Сохраняйте новые JPG по одному или используйте кнопку
|
|
51
|
-
},
|
|
52
|
-
];
|
|
53
|
-
|
|
54
|
-
const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format (AVIF)',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Общая информация о JPG',
|
|
61
|
-
url: 'https://en.wikipedia.org/wiki/JPEG',
|
|
51
|
+
text: 'Сохраняйте новые JPG по одному или используйте кнопку \"Скачать всё\", если вы обрабатывали их пакетом.',
|
|
62
52
|
},
|
|
63
53
|
];
|
|
64
54
|
|
|
@@ -70,7 +60,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF (AV1 Image File Format)
|
|
63
|
+
html: 'AVIF (AV1 Image File Format) - это самый эффективный формат изображений, доступный сегодня. Разработанный Alliance for Open Media и основанный на видеокодеке AV1, он предлагает сжатие на 50% лучше, чем JPG, при том же визуальном качестве. Однако это техническое преимущество имеет свою цену: AVIF не поддерживается Photoshop, Lightroom, средством просмотра фотографий Windows, а также большинством традиционных инструментов редактирования и просмотра изображений. Конвертация в JPG решает эту проблему в корне.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -83,7 +73,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
86
|
-
html: 'JPG уже более 30 лет остается универсальным стандартом цифровой фотографии. Он поддерживается 100% устройств, операционных систем, офисных приложений, социальных сетей, принтеров и любого программного обеспечения, которое когда-либо отображало изображения. Когда вам нужно отправить, напечатать, отредактировать или переслать изображение по электронной почте, JPG
|
|
76
|
+
html: 'JPG уже более 30 лет остается универсальным стандартом цифровой фотографии. Он поддерживается 100% устройств, операционных систем, офисных приложений, социальных сетей, принтеров и любого программного обеспечения, которое когда-либо отображало изображения. Когда вам нужно отправить, напечатать, отредактировать или переслать изображение по электронной почте, JPG - это гарантия того, что всё пройдет без проблем.',
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
@@ -135,7 +125,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'Идеальное сочетание сжатия и совместимости',
|
|
138
|
-
html: 'AVIF на 50% меньше JPG при сопоставимом качестве
|
|
128
|
+
html: 'AVIF на 50% меньше JPG при сопоставимом качестве - но JPG имеет 100% совместимость с любым программным обеспечением. Если вы получаете изображения AVIF и вам нужно их отредактировать, отправить по почте или открыть в настольных программах, сначала конвертируйте их в JPG.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF
|
|
153
|
+
html: 'AVIF - это будущее сжатия изображений, но настоящее требует совместимости. Наш конвертер позволяет вам получить лучшее от обоих миров: скачивайте и храните изображения в AVIF для максимальной эффективности, и конвертируйте их в JPG мгновенно, когда вам нужно, чтобы они работали в любом контексте. Всё приватно, бесплатно и без ограничений.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAJpgLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format (AVIF)',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Allmän information om JPG',
|
|
61
|
-
url: 'https://en.wikipedia.org/wiki/JPEG',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -135,7 +125,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'Den perfekta balansen mellan kompression och kompatibilitet',
|
|
138
|
-
html: 'AVIF är 50 % mindre än JPG med samma kvalitet
|
|
128
|
+
html: 'AVIF är 50 % mindre än JPG med samma kvalitet - men JPG har 100 % kompatibilitet med all programvara. Om du får AVIF-bilder från en server och behöver redigera dem, e-posta dem eller öppna dem i skrivbordsverktyg, konvertera dem till JPG först.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAJpgLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format (AVIF)',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'JPG Hakkında Genel Bilgiler',
|
|
61
|
-
url: 'https://en.wikipedia.org/wiki/JPEG',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAJpgLocaleContent } from '../index';
|
|
@@ -47,18 +48,7 @@ const howTo: AvifAJpgLocaleContent['howTo'] = [
|
|
|
47
48
|
},
|
|
48
49
|
{
|
|
49
50
|
name: '保存或下载 ZIP',
|
|
50
|
-
text: '逐个下载新的 JPG
|
|
51
|
-
},
|
|
52
|
-
];
|
|
53
|
-
|
|
54
|
-
const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format (AVIF)',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'JPG 通用信息',
|
|
61
|
-
url: 'https://en.wikipedia.org/wiki/JPEG',
|
|
51
|
+
text: '逐个下载新的 JPG 图像,或者如果进行了批量处理,点击\"下载全部\"进行保存。',
|
|
62
52
|
},
|
|
63
53
|
];
|
|
64
54
|
|
|
@@ -79,7 +69,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: 'AVIF 的压缩能力非常出色:在 JPG 中占用 4 MB 的高分辨率照片,在 AVIF 中仅占 2 MB 且能保持相同的感知质量。这对于对加载性能要求极高的网页分发来说非常完美。然而,在浏览器之外,AVIF
|
|
72
|
+
html: 'AVIF 的压缩能力非常出色:在 JPG 中占用 4 MB 的高分辨率照片,在 AVIF 中仅占 2 MB 且能保持相同的感知质量。这对于对加载性能要求极高的网页分发来说非常完美。然而,在浏览器之外,AVIF 几乎是\"隐身\"的:Windows 资源管理器无法预览它,相机也无法直接导出它,设计师们在工作流中也不太愿意接受它。',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
@@ -135,7 +125,7 @@ const seo: AvifAJpgLocaleContent['seo'] = [
|
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: '压缩与兼容性的平衡',
|
|
138
|
-
html: '在相同质量下,AVIF 比 JPG 小 50%
|
|
128
|
+
html: '在相同质量下,AVIF 比 JPG 小 50% - 但 JPG 与任何软件都有 100% 的兼容性。如果您从服务器收到 AVIF 图像,且需要编辑、发送邮件或在桌面工具中打开它们,请先将它们转换为 JPG。',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await avifAJpg.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'Alliance for Open Media: AVIF-Format',
|
|
6
|
+
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'W3C - Portable Network Graphics (PNG) Spezifikation',
|
|
10
|
+
url: 'https://www.w3.org/TR/png/',
|
|
11
|
+
},
|
|
12
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: AVIF-Format',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Portable Network Graphics (PNG) Spezifikation',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF ist das ideale Format für die Bereitstellung von Bildern im Web
|
|
63
|
+
html: 'AVIF ist das ideale Format für die Bereitstellung von Bildern im Web - klein, effizient und von hoher Qualität. Aber wenn es an der Zeit ist, diese Bilder in Design-Tools zu bearbeiten oder zu retuschieren, wird AVIF zu einem Hindernis. Figma, Photoshop, Illustrator, Sketch und praktisch jedes professionelle Design-Tool erwarten PNG für die Arbeit mit Transparenzen und verlustfreier Bearbeitung. Das Konvertieren von AVIF in PNG ist die Brücke zwischen der Welt der Web-Bereitstellung und der kreativen Bearbeitung.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Moderne Browser dekodieren AVIF dank ihrer integrierten AV1-Engines nativ. Beim Laden der Datei dekodiert der Browser sie im Speicher und behält dabei alle Informationen des Alphakanals bei. Das dekodierte Bild
|
|
119
|
+
html: 'Moderne Browser dekodieren AVIF dank ihrer integrierten AV1-Engines nativ. Beim Laden der Datei dekodiert der Browser sie im Speicher und behält dabei alle Informationen des Alphakanals bei. Das dekodierte Bild - einschließlich seiner Transparenzen - wird auf ein HTML5-<code>Canvas</code>-Element mit dem richtigen Kompositionsmodus gezeichnet, um den Alphakanal zu erhalten.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF und PNG sind perfekte Begleiter in einem modernen Arbeitsablauf: AVIF für die effiziente Bereitstellung im Web, PNG für die Bearbeitung und Zusammenarbeit in Design-Tools. Mit unserem Konverter ist der Übergang von einem zum anderen sofortig, privat und bewahrt jedes Detail
|
|
153
|
+
html: 'AVIF und PNG sind perfekte Begleiter in einem modernen Arbeitsablauf: AVIF für die effiziente Bereitstellung im Web, PNG für die Bearbeitung und Zusammenarbeit in Design-Tools. Mit unserem Konverter ist der Übergang von einem zum anderen sofortig, privat und bewahrt jedes Detail - genau das, was Sie brauchen, wenn es auf Ihre visuellen Assets ankommt.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: AVIF Format',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Portable Network Graphics (PNG) Specification',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF is the ideal format for serving images on the web
|
|
63
|
+
html: 'AVIF is the ideal format for serving images on the web - small, efficient and high quality. But when the time comes to edit, retouch or work with those images in design tools, AVIF becomes an obstacle. Figma, Photoshop, Illustrator, Sketch and virtually any professional design tool expect PNG for transparency work and lossless editing. Converting AVIF to PNG is the bridge between the world of web delivery and creative editing.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Modern browsers decode AVIF natively thanks to their built-in AV1 engines. When loading the file, the browser decodes it in memory preserving all alpha channel information. The decoded image
|
|
119
|
+
html: 'Modern browsers decode AVIF natively thanks to their built-in AV1 engines. When loading the file, the browser decodes it in memory preserving all alpha channel information. The decoded image - including its transparencies - is drawn onto an HTML5 <code>Canvas</code> element with the correct compositing mode to preserve the alpha channel.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF and PNG are perfect companions in a modern workflow: AVIF for efficient web delivery, PNG for editing and collaboration in design tools. With our converter, the step from one to the other is instant, private and preserves every detail
|
|
153
|
+
html: 'AVIF and PNG are perfect companions in a modern workflow: AVIF for efficient web delivery, PNG for editing and collaboration in design tools. With our converter, the step from one to the other is instant, private and preserves every detail - exactly what you need when your visual assets matter.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: Formato AVIF',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Portable Network Graphics (PNG) Specification',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF es el formato ideal para servir imágenes en la web
|
|
63
|
+
html: 'AVIF es el formato ideal para servir imágenes en la web - pequeño, eficiente y de alta calidad. Pero cuando llega el momento de editar, retocar o trabajar con esas imágenes en herramientas de diseño, el AVIF se convierte en un obstáculo. Figma, Photoshop, Illustrator, Sketch y prácticamente cualquier herramienta de diseño profesional esperan recibir PNG para el trabajo con transparencias y edición sin pérdida. Convertir AVIF a PNG es el puente entre el mundo de la entrega web y el de la edición creativa.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Los navegadores modernos decodifican AVIF de forma nativa gracias a sus motores AV1 integrados. Al cargar el archivo, el navegador lo decodifica en memoria preservando toda la información del canal alfa. La imagen decodificada
|
|
119
|
+
html: 'Los navegadores modernos decodifican AVIF de forma nativa gracias a sus motores AV1 integrados. Al cargar el archivo, el navegador lo decodifica en memoria preservando toda la información del canal alfa. La imagen decodificada - incluyendo sus transparencias - se dibuja sobre un elemento <code>Canvas</code> HTML5 con el modo de composición correcto para preservar el canal alfa.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF y PNG son compañeros perfectos en un flujo de trabajo moderno: AVIF para la entrega eficiente en web, PNG para la edición y colaboración en herramientas de diseño. Con nuestro convertidor, el paso de uno a otro es instantáneo, privado y preserva cada detalle
|
|
153
|
+
html: 'AVIF y PNG son compañeros perfectos en un flujo de trabajo moderno: AVIF para la entrega eficiente en web, PNG para la edición y colaboración en herramientas de diseño. Con nuestro convertidor, el paso de uno a otro es instantáneo, privado y preserva cada detalle - exactamente lo que necesitas cuando tus activos visuales importan.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,35 +52,24 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: Format AVIF',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Spécification PNG (Portable Network Graphics)',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
68
|
-
text: 'Convertisseur AVIF vers PNG
|
|
58
|
+
text: 'Convertisseur AVIF vers PNG: De la Livraison Web à l\'Édition Professionnelle',
|
|
69
59
|
level: 2,
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF est le format idéal pour servir des images sur le web
|
|
63
|
+
html: 'AVIF est le format idéal pour servir des images sur le web - petit, efficace et de haute qualité. Mais quand vient le moment d\'éditer, retoucher ou travailler avec ces images dans des outils de design, AVIF devient un obstacle. Figma, Photoshop, Illustrator, Sketch et pratiquement tout outil de design professionnel attendent du PNG pour le travail avec la transparence et l\'édition sans perte. Convertir AVIF en PNG est le pont entre le monde de la livraison web et celui de la création.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
77
|
-
text: 'AVIF vs PNG
|
|
67
|
+
text: 'AVIF vs PNG: Livraison vs Édition',
|
|
78
68
|
level: 3,
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: 'AVIF excelle comme format de livraison
|
|
72
|
+
html: 'AVIF excelle comme format de livraison: fichiers petits, chargement rapide, support du canal alpha et qualité visuelle exceptionnelle. Cependant, son écosystème d\'outils est limité. La plupart des logiciels de design ne peuvent pas importer AVIF directement, ce qui perturbe les flux de travail créatifs. Essayer d\'ouvrir un AVIF dans Figma ou l\'importer comme calque dans Photoshop ne fonctionne tout simplement pas.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
@@ -87,7 +77,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
90
|
-
text: 'Comparatif
|
|
80
|
+
text: 'Comparatif: Convertisseurs Cloud vs Notre Architecture Locale',
|
|
91
81
|
level: 3,
|
|
92
82
|
},
|
|
93
83
|
{
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Les navigateurs modernes décodent AVIF nativement grâce à leurs moteurs AV1 intégrés. Lors du chargement du fichier, le navigateur le décode en mémoire en préservant toutes les informations du canal alpha. L\'image décodée
|
|
119
|
+
html: 'Les navigateurs modernes décodent AVIF nativement grâce à leurs moteurs AV1 intégrés. Lors du chargement du fichier, le navigateur le décode en mémoire en préservant toutes les informations du canal alpha. L\'image décodée - y compris ses transparences - est dessinée sur un élément <code>Canvas</code> HTML5 avec le mode de composition correct pour préserver le canal alpha.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -139,7 +129,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
142
|
-
text: 'Cas d\'utilisation
|
|
132
|
+
text: 'Cas d\'utilisation: quand vous avez besoin de convertir AVIF en PNG',
|
|
143
133
|
level: 3,
|
|
144
134
|
},
|
|
145
135
|
{
|
|
@@ -155,12 +145,12 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
155
145
|
},
|
|
156
146
|
{
|
|
157
147
|
type: 'title',
|
|
158
|
-
text: 'Conclusion
|
|
148
|
+
text: 'Conclusion: Le pont entre le web et le design',
|
|
159
149
|
level: 3,
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF et PNG sont des compagnons parfaits dans un flux de travail moderne
|
|
153
|
+
html: 'AVIF et PNG sont des compagnons parfaits dans un flux de travail moderne: AVIF pour la livraison web efficace, PNG pour l\'édition et la collaboration dans les outils de design. Avec notre convertisseur, le passage de l\'un à l\'autre est instantané, privé et préserve chaque détail - exactement ce dont vous avez besoin quand vos ressources visuelles comptent.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: Format AVIF',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Spesifikasi Portable Network Graphics (PNG)',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF adalah format ideal untuk menyajikan gambar di web
|
|
63
|
+
html: 'AVIF adalah format ideal untuk menyajikan gambar di web - kecil, efisien, dan berkualitas tinggi. Namun saat tiba waktunya untuk mengedit, merekayasa ulang, atau mengerjakan gambar tersebut di alat desain, AVIF menjadi penghalang. Figma, Photoshop, Illustrator, Sketch, dan hampir semua alat desain profesional mengharapkan PNG untuk pengerjaan transparansi dan pengeditan tanpa kehilangan. Mengubah AVIF ke PNG adalah jembatan antara dunia pengiriman web dan dunia pengeditan kreatif.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Browser modern mendekode AVIF secara asli berkat mesin AV1 terintegrasi mereka. Saat memuat file, browser mendekodenya dalam memori dengan tetap mempertahankan semua informasi saluran alfa. Gambar yang didekodekan
|
|
119
|
+
html: 'Browser modern mendekode AVIF secara asli berkat mesin AV1 terintegrasi mereka. Saat memuat file, browser mendekodenya dalam memori dengan tetap mempertahankan semua informasi saluran alfa. Gambar yang didekodekan - termasuk transparansinya - digambar di atas elemen <code>Canvas</code> HTML5 dengan mode komposisi yang tepat untuk mempertahankan saluran alfa.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF dan PNG adalah mitra sempurna dalam alur kerja modern: AVIF untuk pengiriman web yang efisien, PNG untuk pengeditan dan kolaborasi dalam alat desain. Dengan konverter kami, peralihan dari satu ke yang lain bersifat instan, pribadi, dan mempertahankan setiap detail
|
|
153
|
+
html: 'AVIF dan PNG adalah mitra sempurna dalam alur kerja modern: AVIF untuk pengiriman web yang efisien, PNG untuk pengeditan dan kolaborasi dalam alat desain. Dengan konverter kami, peralihan dari satu ke yang lain bersifat instan, pribadi, dan mempertahankan setiap detail - tepat seperti yang Anda butuhkan saat aset visual Anda sangat penting.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|