@jjlmoya/utils-audiovisual 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 +1 -1
- package/src/category/index.ts +2 -0
- package/src/entries.ts +4 -1
- package/src/index.ts +1 -0
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +2 -36
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/chromaticLens/bibliography.ts +12 -0
- package/src/tool/chromaticLens/chromatic-lens-color-palette-extraction-online.css +39 -39
- package/src/tool/chromaticLens/entry.ts +2 -0
- package/src/tool/chromaticLens/i18n/de.ts +1 -15
- package/src/tool/chromaticLens/i18n/en.ts +1 -15
- package/src/tool/chromaticLens/i18n/es.ts +1 -13
- package/src/tool/chromaticLens/i18n/fr.ts +1 -13
- package/src/tool/chromaticLens/i18n/id.ts +1 -15
- package/src/tool/chromaticLens/i18n/it.ts +1 -15
- package/src/tool/chromaticLens/i18n/ja.ts +1 -15
- package/src/tool/chromaticLens/i18n/ko.ts +1 -15
- package/src/tool/chromaticLens/i18n/nl.ts +1 -15
- package/src/tool/chromaticLens/i18n/pl.ts +1 -15
- package/src/tool/chromaticLens/i18n/pt.ts +1 -15
- package/src/tool/chromaticLens/i18n/ru.ts +1 -15
- package/src/tool/chromaticLens/i18n/sv.ts +1 -15
- package/src/tool/chromaticLens/i18n/tr.ts +1 -15
- package/src/tool/chromaticLens/i18n/zh.ts +1 -15
- package/src/tool/chromaticLens/seo.astro +1 -1
- package/src/tool/collageMaker/bibliography.ts +8 -0
- package/src/tool/collageMaker/entry.ts +2 -0
- package/src/tool/collageMaker/free-online-photo-collage-maker-professional-compositions.css +47 -47
- package/src/tool/collageMaker/i18n/de.ts +1 -11
- package/src/tool/collageMaker/i18n/en.ts +1 -11
- package/src/tool/collageMaker/i18n/es.ts +1 -9
- package/src/tool/collageMaker/i18n/fr.ts +1 -9
- package/src/tool/collageMaker/i18n/id.ts +1 -11
- package/src/tool/collageMaker/i18n/it.ts +1 -11
- package/src/tool/collageMaker/i18n/ja.ts +1 -11
- package/src/tool/collageMaker/i18n/ko.ts +1 -11
- package/src/tool/collageMaker/i18n/nl.ts +1 -11
- package/src/tool/collageMaker/i18n/pl.ts +1 -11
- package/src/tool/collageMaker/i18n/pt.ts +1 -11
- package/src/tool/collageMaker/i18n/ru.ts +1 -11
- package/src/tool/collageMaker/i18n/sv.ts +1 -11
- package/src/tool/collageMaker/i18n/tr.ts +1 -11
- package/src/tool/collageMaker/i18n/zh.ts +1 -11
- package/src/tool/collageMaker/seo.astro +1 -1
- package/src/tool/depthOfFieldCalculator/bibliography.astro +15 -0
- package/src/tool/depthOfFieldCalculator/bibliography.ts +20 -0
- package/src/tool/depthOfFieldCalculator/component.astro +341 -0
- package/src/tool/depthOfFieldCalculator/depth-of-field-calculator.css +417 -0
- package/src/tool/depthOfFieldCalculator/entry.ts +52 -0
- package/src/tool/depthOfFieldCalculator/i18n/de.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/en.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/es.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/fr.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/id.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/it.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/ja.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/ko.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/nl.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/pl.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/pt.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/ru.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/sv.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/tr.ts +141 -0
- package/src/tool/depthOfFieldCalculator/i18n/zh.ts +141 -0
- package/src/tool/depthOfFieldCalculator/index.ts +10 -0
- package/src/tool/depthOfFieldCalculator/logic.ts +91 -0
- package/src/tool/depthOfFieldCalculator/seo.astro +15 -0
- package/src/tool/exifCleaner/bibliography.ts +12 -0
- package/src/tool/exifCleaner/entry.ts +2 -0
- package/src/tool/exifCleaner/exif-metadata-cleaner-remove-gps-photo-privacy.css +36 -36
- package/src/tool/exifCleaner/i18n/de.ts +1 -15
- package/src/tool/exifCleaner/i18n/en.ts +1 -15
- package/src/tool/exifCleaner/i18n/es.ts +1 -15
- package/src/tool/exifCleaner/i18n/fr.ts +1 -15
- package/src/tool/exifCleaner/i18n/id.ts +1 -15
- package/src/tool/exifCleaner/i18n/it.ts +1 -15
- package/src/tool/exifCleaner/i18n/ja.ts +1 -15
- package/src/tool/exifCleaner/i18n/ko.ts +1 -15
- package/src/tool/exifCleaner/i18n/nl.ts +1 -15
- package/src/tool/exifCleaner/i18n/pl.ts +1 -15
- package/src/tool/exifCleaner/i18n/pt.ts +1 -15
- package/src/tool/exifCleaner/i18n/ru.ts +1 -15
- package/src/tool/exifCleaner/i18n/sv.ts +1 -15
- package/src/tool/exifCleaner/i18n/tr.ts +1 -15
- package/src/tool/exifCleaner/i18n/zh.ts +1 -15
- package/src/tool/exifCleaner/seo.astro +2 -5
- package/src/tool/imageCompressor/bibliography.ts +12 -0
- package/src/tool/imageCompressor/entry.ts +2 -0
- package/src/tool/imageCompressor/i18n/de.ts +1 -15
- package/src/tool/imageCompressor/i18n/en.ts +1 -15
- package/src/tool/imageCompressor/i18n/es.ts +1 -13
- package/src/tool/imageCompressor/i18n/fr.ts +1 -13
- package/src/tool/imageCompressor/i18n/id.ts +1 -15
- package/src/tool/imageCompressor/i18n/it.ts +1 -15
- package/src/tool/imageCompressor/i18n/ja.ts +1 -15
- package/src/tool/imageCompressor/i18n/ko.ts +1 -15
- package/src/tool/imageCompressor/i18n/nl.ts +1 -15
- package/src/tool/imageCompressor/i18n/pl.ts +1 -15
- package/src/tool/imageCompressor/i18n/pt.ts +1 -15
- package/src/tool/imageCompressor/i18n/ru.ts +1 -15
- package/src/tool/imageCompressor/i18n/sv.ts +1 -15
- package/src/tool/imageCompressor/i18n/tr.ts +1 -15
- package/src/tool/imageCompressor/i18n/zh.ts +1 -15
- package/src/tool/imageCompressor/online-image-compressor-reduce-file-size-no-quality-loss.css +71 -64
- package/src/tool/imageCompressor/seo.astro +1 -1
- package/src/tool/printQualityCalculator/bibliography.ts +12 -0
- package/src/tool/printQualityCalculator/entry.ts +2 -0
- package/src/tool/printQualityCalculator/i18n/de.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/en.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/es.ts +1 -13
- package/src/tool/printQualityCalculator/i18n/fr.ts +1 -13
- package/src/tool/printQualityCalculator/i18n/id.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/it.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/ja.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/ko.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/nl.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/pl.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/pt.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/ru.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/sv.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/tr.ts +1 -15
- package/src/tool/printQualityCalculator/i18n/zh.ts +1 -15
- package/src/tool/printQualityCalculator/print-quality-calculator-pixels-to-cm-dpi.css +89 -81
- package/src/tool/printQualityCalculator/seo.astro +2 -5
- package/src/tool/privacyBlur/bibliography.ts +8 -0
- package/src/tool/privacyBlur/entry.ts +2 -0
- package/src/tool/privacyBlur/i18n/de.ts +1 -11
- package/src/tool/privacyBlur/i18n/en.ts +1 -11
- package/src/tool/privacyBlur/i18n/es.ts +1 -9
- package/src/tool/privacyBlur/i18n/fr.ts +1 -9
- package/src/tool/privacyBlur/i18n/id.ts +1 -11
- package/src/tool/privacyBlur/i18n/it.ts +1 -11
- package/src/tool/privacyBlur/i18n/ja.ts +1 -11
- package/src/tool/privacyBlur/i18n/ko.ts +1 -11
- package/src/tool/privacyBlur/i18n/nl.ts +1 -11
- package/src/tool/privacyBlur/i18n/pl.ts +1 -11
- package/src/tool/privacyBlur/i18n/pt.ts +1 -11
- package/src/tool/privacyBlur/i18n/ru.ts +1 -11
- package/src/tool/privacyBlur/i18n/sv.ts +1 -11
- package/src/tool/privacyBlur/i18n/tr.ts +1 -11
- package/src/tool/privacyBlur/i18n/zh.ts +1 -11
- package/src/tool/privacyBlur/online-privacy-editor-pixelate-blur-faces-photos.css +36 -36
- package/src/tool/privacyBlur/seo.astro +1 -1
- package/src/tool/subtitleSync/bibliography.ts +12 -0
- package/src/tool/subtitleSync/entry.ts +2 -0
- package/src/tool/subtitleSync/i18n/de.ts +1 -13
- package/src/tool/subtitleSync/i18n/en.ts +1 -13
- package/src/tool/subtitleSync/i18n/es.ts +1 -13
- package/src/tool/subtitleSync/i18n/fr.ts +1 -13
- package/src/tool/subtitleSync/i18n/id.ts +1 -13
- package/src/tool/subtitleSync/i18n/it.ts +1 -13
- package/src/tool/subtitleSync/i18n/ja.ts +1 -13
- package/src/tool/subtitleSync/i18n/ko.ts +1 -13
- package/src/tool/subtitleSync/i18n/nl.ts +1 -13
- package/src/tool/subtitleSync/i18n/pl.ts +1 -13
- package/src/tool/subtitleSync/i18n/pt.ts +1 -13
- package/src/tool/subtitleSync/i18n/ru.ts +1 -13
- package/src/tool/subtitleSync/i18n/sv.ts +1 -13
- package/src/tool/subtitleSync/i18n/tr.ts +1 -13
- package/src/tool/subtitleSync/i18n/zh.ts +1 -13
- package/src/tool/subtitleSync/seo.astro +1 -1
- package/src/tool/subtitleSync/synchronize-srt-subtitles-online-adjust-timing-free.css +43 -43
- package/src/tool/timelapseCalculator/bibliography.ts +20 -0
- package/src/tool/timelapseCalculator/entry.ts +2 -0
- package/src/tool/timelapseCalculator/i18n/de.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/en.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/es.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/fr.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/id.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/it.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/ja.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/ko.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/nl.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/pl.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/pt.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/ru.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/sv.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/tr.ts +1 -21
- package/src/tool/timelapseCalculator/i18n/zh.ts +1 -21
- package/src/tool/timelapseCalculator/seo.astro +2 -5
- package/src/tool/timelapseCalculator/timelapse-hyperlapse-calculator-perfect-intervals.css +44 -42
- package/src/tool/tvDistance/bibliography.ts +12 -0
- package/src/tool/tvDistance/entry.ts +2 -0
- package/src/tool/tvDistance/i18n/de.ts +1 -13
- package/src/tool/tvDistance/i18n/en.ts +1 -13
- package/src/tool/tvDistance/i18n/es.ts +1 -13
- package/src/tool/tvDistance/i18n/fr.ts +1 -13
- package/src/tool/tvDistance/i18n/id.ts +1 -13
- package/src/tool/tvDistance/i18n/it.ts +1 -13
- package/src/tool/tvDistance/i18n/ja.ts +1 -13
- package/src/tool/tvDistance/i18n/ko.ts +1 -13
- package/src/tool/tvDistance/i18n/nl.ts +1 -13
- package/src/tool/tvDistance/i18n/pl.ts +1 -13
- package/src/tool/tvDistance/i18n/pt.ts +1 -13
- package/src/tool/tvDistance/i18n/ru.ts +1 -13
- package/src/tool/tvDistance/i18n/sv.ts +1 -13
- package/src/tool/tvDistance/i18n/tr.ts +1 -13
- package/src/tool/tvDistance/i18n/zh.ts +1 -13
- package/src/tool/tvDistance/seo.astro +1 -1
- package/src/tool/tvDistance/tv-viewing-distance-calculator-thx-4k-optimal-screen.css +56 -56
- package/src/tool/videoFrameExtractor/bibliography.ts +8 -0
- package/src/tool/videoFrameExtractor/entry.ts +2 -0
- package/src/tool/videoFrameExtractor/i18n/de.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/en.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/es.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/fr.ts +1 -8
- package/src/tool/videoFrameExtractor/i18n/id.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/it.ts +1 -8
- package/src/tool/videoFrameExtractor/i18n/ja.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/ko.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/nl.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/pl.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/pt.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/ru.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/sv.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/tr.ts +1 -9
- package/src/tool/videoFrameExtractor/i18n/zh.ts +1 -9
- package/src/tool/videoFrameExtractor/online-video-frame-extractor-capture-hd-stills.css +55 -55
- package/src/tool/videoFrameExtractor/seo.astro +1 -1
- package/src/tools.ts +2 -0
- package/src/types.ts +0 -2
- package/src/tool/chromaticLens/style.css +0 -308
- package/src/tool/collageMaker/style.css +0 -386
- package/src/tool/exifCleaner/style.css +0 -289
- package/src/tool/imageCompressor/style.css +0 -503
- package/src/tool/printQualityCalculator/style.css +0 -491
- package/src/tool/privacyBlur/style.css +0 -332
- package/src/tool/subtitleSync/style.css +0 -325
- package/src/tool/timelapseCalculator/style.css +0 -285
- package/src/tool/tvDistance/style.css +0 -435
- package/src/tool/videoFrameExtractor/style.css +0 -426
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: "SubRip (SRT) Format-Spezifikation",
|
|
6
|
+
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: "MDN Web Docs - FileReader API",
|
|
10
|
+
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
11
|
+
},
|
|
12
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "SubRip (SRT) Format-Spezifikation",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Häufig gestellte Fragen zur Untertitel Synchronisation',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Technische Ressourcen zu Untertitelformaten',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "SubRip (SRT) format specification",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Frequently Asked Questions about Subtitle Synchronization',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Technical Resources on Subtitle Formats',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "SubRip (SRT) format specification",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Preguntas frecuentes sobre sincronización',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Recursos técnicos sobre formatos de subtítulos',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "Spécification du format SubRip (SRT)",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/fr/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Foire Aux Questions sur la Synchronisation des Sous titres',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Ressources Techniques sur les Formats de Sous titres',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "Spesifikasi format SubRip (SRT)",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan tentang Sinkronisasi Subtitle',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Sumber Daya Teknis tentang Format Subtitle',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "Specifica del formato SubRip (SRT)",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Domande Frequenti sulla Sincronizzazione dei Sottotitoli',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Risorse Tecniche sui Formati dei Sottotitoli',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "SubRip (SRT) 形式の仕様について",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/ja/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: '字幕同期に関するよくある質問',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: '字幕形式に関する技術リソース',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "SubRip (SRT) 형식 사양",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/ko/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: '자막 동기화에 관한 자주 묻는 질문',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: '자막 형식 관련 기술 리소스',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "SubRip (SRT) formaatspecificatie",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Veelgestelde Vragen over Ondertitelsynchronisatie',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Technische Bronnen over Ondertitelformaten',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "Specyfikacja formatu SubRip (SRT)",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Często zadawane pytania dotyczące synchronizacji napisów',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Zasoby techniczne dotyczące formatów napisów',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "Especificação do formato SubRip (SRT)",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Perguntas Frequentes sobre Sincronização de Legendas',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Recursos Técnicos sobre Formatos de Legendas',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "Спецификация формата SubRip (SRT)",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Часто задаваемые вопросы о синхронизации субтитров',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Технические ресурсы по форматам субтитров',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "SubRip (SRT) formatspecifikation",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Vanliga frågor om synkronisering av undertexter',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Tekniska resurser för undertextformat',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "SubRip (SRT) formatı özellikleri",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/en-US/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: 'Altyazı Senkronizasyonu Hakkında Sıkça Sorulan Sorular',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: 'Altyazı Formatları Hakkında Teknik Kaynaklar',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { SubtitleSyncUI, SubtitleSyncLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -59,17 +60,6 @@ const howTo: SubtitleSyncLocaleContent['howTo'] = [
|
|
|
59
60
|
},
|
|
60
61
|
];
|
|
61
62
|
|
|
62
|
-
const bibliography: SubtitleSyncLocaleContent['bibliography'] = [
|
|
63
|
-
{
|
|
64
|
-
name: "SubRip (SRT) 格式规范",
|
|
65
|
-
url: "https://matroska.org/technical/subtitles.html#srt-subtitles",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: "MDN Web Docs - FileReader API",
|
|
69
|
-
url: "https://developer.mozilla.org/zh-CN/docs/Web/API/FileReader",
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
|
|
73
63
|
const seo: SubtitleSyncLocaleContent['seo'] = [
|
|
74
64
|
{
|
|
75
65
|
type: 'summary',
|
|
@@ -233,9 +223,7 @@ export const content: SubtitleSyncLocaleContent = {
|
|
|
233
223
|
ui,
|
|
234
224
|
seo,
|
|
235
225
|
faq,
|
|
236
|
-
faqTitle: '关于字幕同步的常见问题',
|
|
237
226
|
bibliography,
|
|
238
|
-
bibliographyTitle: '字幕格式技术资源',
|
|
239
227
|
howTo,
|
|
240
228
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
241
229
|
};
|