@jjlmoya/utils-tools 1.12.0 → 1.14.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/i18n/de.ts +3 -3
- package/src/category/i18n/en.ts +1 -1
- package/src/category/i18n/es.ts +1 -1
- package/src/category/i18n/fr.ts +16 -16
- package/src/category/i18n/id.ts +1 -1
- package/src/category/i18n/nl.ts +1 -1
- package/src/category/i18n/pl.ts +1 -1
- package/src/category/i18n/pt.ts +1 -1
- package/src/category/i18n/ru.ts +10 -10
- package/src/category/i18n/sv.ts +1 -1
- package/src/category/i18n/tr.ts +1 -1
- package/src/category/i18n/zh.ts +4 -4
- package/src/layouts/PreviewLayout.astro +7 -2
- package/src/pages/[locale]/[slug].astro +30 -13
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +3 -20
- package/src/tests/no_en_dash.test.ts +70 -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/date-diff-calculator/bibliography.astro +2 -10
- package/src/tool/date-diff-calculator/bibliography.ts +7 -0
- package/src/tool/date-diff-calculator/i18n/de.ts +8 -11
- package/src/tool/date-diff-calculator/i18n/en.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/es.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/fr.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/id.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/it.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ja.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ko.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/nl.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/pl.ts +5 -8
- package/src/tool/date-diff-calculator/i18n/pt.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/ru.ts +8 -11
- package/src/tool/date-diff-calculator/i18n/sv.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/tr.ts +4 -7
- package/src/tool/date-diff-calculator/i18n/zh.ts +7 -10
- package/src/tool/date-diff-calculator/seo.astro +2 -1
- package/src/tool/drive-direct-link/bibliography.astro +2 -10
- package/src/tool/drive-direct-link/bibliography.ts +6 -0
- package/src/tool/drive-direct-link/i18n/de.ts +8 -10
- package/src/tool/drive-direct-link/i18n/en.ts +4 -6
- package/src/tool/drive-direct-link/i18n/es.ts +5 -7
- package/src/tool/drive-direct-link/i18n/fr.ts +5 -7
- package/src/tool/drive-direct-link/i18n/id.ts +4 -6
- package/src/tool/drive-direct-link/i18n/it.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ja.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ko.ts +4 -6
- package/src/tool/drive-direct-link/i18n/nl.ts +4 -6
- package/src/tool/drive-direct-link/i18n/pl.ts +8 -10
- package/src/tool/drive-direct-link/i18n/pt.ts +4 -6
- package/src/tool/drive-direct-link/i18n/ru.ts +12 -14
- package/src/tool/drive-direct-link/i18n/sv.ts +4 -6
- package/src/tool/drive-direct-link/i18n/tr.ts +4 -6
- package/src/tool/drive-direct-link/i18n/zh.ts +8 -10
- package/src/tool/drive-direct-link/seo.astro +2 -1
- package/src/tool/email-list-cleaner/bibliography.astro +2 -10
- package/src/tool/email-list-cleaner/bibliography.ts +7 -0
- package/src/tool/email-list-cleaner/i18n/de.ts +6 -9
- package/src/tool/email-list-cleaner/i18n/en.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/es.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/fr.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/id.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/it.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ja.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ko.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/nl.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/pl.ts +6 -9
- package/src/tool/email-list-cleaner/i18n/pt.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/ru.ts +11 -14
- package/src/tool/email-list-cleaner/i18n/sv.ts +5 -8
- package/src/tool/email-list-cleaner/i18n/tr.ts +4 -7
- package/src/tool/email-list-cleaner/i18n/zh.ts +7 -10
- package/src/tool/email-list-cleaner/seo.astro +2 -1
- package/src/tool/env-badge-spain/bibliography.astro +2 -10
- package/src/tool/env-badge-spain/bibliography.ts +6 -0
- package/src/tool/env-badge-spain/i18n/de.ts +4 -6
- package/src/tool/env-badge-spain/i18n/en.ts +4 -6
- package/src/tool/env-badge-spain/i18n/es.ts +4 -6
- package/src/tool/env-badge-spain/i18n/fr.ts +4 -6
- package/src/tool/env-badge-spain/i18n/id.ts +4 -6
- package/src/tool/env-badge-spain/i18n/it.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ja.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ko.ts +4 -6
- package/src/tool/env-badge-spain/i18n/nl.ts +4 -6
- package/src/tool/env-badge-spain/i18n/pl.ts +4 -6
- package/src/tool/env-badge-spain/i18n/pt.ts +4 -6
- package/src/tool/env-badge-spain/i18n/ru.ts +14 -16
- package/src/tool/env-badge-spain/i18n/sv.ts +4 -6
- package/src/tool/env-badge-spain/i18n/tr.ts +4 -6
- package/src/tool/env-badge-spain/i18n/zh.ts +4 -6
- package/src/tool/env-badge-spain/seo.astro +2 -1
- package/src/tool/morse-beacon/bibliography.astro +2 -10
- package/src/tool/morse-beacon/bibliography.ts +7 -0
- package/src/tool/morse-beacon/i18n/de.ts +8 -11
- package/src/tool/morse-beacon/i18n/en.ts +6 -9
- package/src/tool/morse-beacon/i18n/es.ts +6 -9
- package/src/tool/morse-beacon/i18n/fr.ts +9 -12
- package/src/tool/morse-beacon/i18n/id.ts +6 -9
- package/src/tool/morse-beacon/i18n/it.ts +6 -9
- package/src/tool/morse-beacon/i18n/ja.ts +6 -9
- package/src/tool/morse-beacon/i18n/ko.ts +6 -9
- package/src/tool/morse-beacon/i18n/nl.ts +6 -9
- package/src/tool/morse-beacon/i18n/pl.ts +7 -10
- package/src/tool/morse-beacon/i18n/pt.ts +6 -9
- package/src/tool/morse-beacon/i18n/ru.ts +7 -10
- package/src/tool/morse-beacon/i18n/sv.ts +6 -9
- package/src/tool/morse-beacon/i18n/tr.ts +6 -9
- package/src/tool/morse-beacon/i18n/zh.ts +7 -10
- package/src/tool/morse-beacon/seo.astro +2 -1
- package/src/tool/password-generator/bibliography.astro +2 -10
- package/src/tool/password-generator/bibliography.ts +8 -0
- package/src/tool/password-generator/i18n/de.ts +9 -13
- package/src/tool/password-generator/i18n/en.ts +4 -8
- package/src/tool/password-generator/i18n/es.ts +4 -8
- package/src/tool/password-generator/i18n/fr.ts +5 -9
- package/src/tool/password-generator/i18n/id.ts +4 -8
- package/src/tool/password-generator/i18n/it.ts +4 -8
- package/src/tool/password-generator/i18n/ja.ts +4 -8
- package/src/tool/password-generator/i18n/ko.ts +4 -8
- package/src/tool/password-generator/i18n/nl.ts +4 -8
- package/src/tool/password-generator/i18n/pl.ts +7 -11
- package/src/tool/password-generator/i18n/pt.ts +4 -8
- package/src/tool/password-generator/i18n/ru.ts +8 -12
- package/src/tool/password-generator/i18n/sv.ts +4 -8
- package/src/tool/password-generator/i18n/tr.ts +4 -8
- package/src/tool/password-generator/i18n/zh.ts +7 -11
- package/src/tool/password-generator/seo.astro +2 -1
- package/src/tool/routes/bibliography.astro +2 -10
- package/src/tool/routes/bibliography.ts +9 -0
- package/src/tool/routes/i18n/de.ts +5 -10
- package/src/tool/routes/i18n/en.ts +4 -9
- package/src/tool/routes/i18n/es.ts +4 -9
- package/src/tool/routes/i18n/fr.ts +7 -12
- package/src/tool/routes/i18n/id.ts +4 -9
- package/src/tool/routes/i18n/it.ts +4 -9
- package/src/tool/routes/i18n/ja.ts +4 -9
- package/src/tool/routes/i18n/ko.ts +4 -9
- package/src/tool/routes/i18n/nl.ts +4 -9
- package/src/tool/routes/i18n/pl.ts +4 -9
- package/src/tool/routes/i18n/pt.ts +4 -9
- package/src/tool/routes/i18n/ru.ts +7 -12
- package/src/tool/routes/i18n/sv.ts +4 -9
- package/src/tool/routes/i18n/tr.ts +4 -9
- package/src/tool/routes/i18n/zh.ts +5 -10
- package/src/tool/routes/seo.astro +2 -1
- package/src/tool/rule-of-three/bibliography.astro +2 -10
- package/src/tool/rule-of-three/bibliography.ts +6 -0
- package/src/tool/rule-of-three/i18n/de.ts +6 -8
- package/src/tool/rule-of-three/i18n/en.ts +4 -6
- package/src/tool/rule-of-three/i18n/es.ts +4 -6
- package/src/tool/rule-of-three/i18n/fr.ts +11 -13
- package/src/tool/rule-of-three/i18n/id.ts +4 -6
- package/src/tool/rule-of-three/i18n/it.ts +4 -6
- package/src/tool/rule-of-three/i18n/ja.ts +4 -6
- package/src/tool/rule-of-three/i18n/ko.ts +4 -6
- package/src/tool/rule-of-three/i18n/nl.ts +6 -8
- package/src/tool/rule-of-three/i18n/pl.ts +6 -8
- package/src/tool/rule-of-three/i18n/pt.ts +4 -6
- package/src/tool/rule-of-three/i18n/ru.ts +7 -9
- package/src/tool/rule-of-three/i18n/sv.ts +4 -6
- package/src/tool/rule-of-three/i18n/tr.ts +5 -7
- package/src/tool/rule-of-three/i18n/zh.ts +6 -8
- package/src/tool/rule-of-three/seo.astro +2 -1
- package/src/tool/seo-content-optimizer/bibliography.astro +2 -10
- package/src/tool/seo-content-optimizer/bibliography.ts +6 -0
- package/src/tool/seo-content-optimizer/i18n/de.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/en.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/es.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/fr.ts +7 -9
- package/src/tool/seo-content-optimizer/i18n/id.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/it.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ja.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ko.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/nl.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/pl.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/pt.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/ru.ts +5 -7
- package/src/tool/seo-content-optimizer/i18n/sv.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/tr.ts +4 -6
- package/src/tool/seo-content-optimizer/i18n/zh.ts +4 -6
- package/src/tool/seo-content-optimizer/seo.astro +2 -1
- package/src/tool/speed-reader/bibliography.astro +2 -10
- package/src/tool/speed-reader/bibliography.ts +10 -0
- package/src/tool/speed-reader/i18n/de.ts +7 -13
- package/src/tool/speed-reader/i18n/en.ts +6 -12
- package/src/tool/speed-reader/i18n/es.ts +4 -10
- package/src/tool/speed-reader/i18n/fr.ts +13 -19
- package/src/tool/speed-reader/i18n/id.ts +6 -12
- package/src/tool/speed-reader/i18n/it.ts +6 -12
- package/src/tool/speed-reader/i18n/ja.ts +4 -10
- package/src/tool/speed-reader/i18n/ko.ts +4 -10
- package/src/tool/speed-reader/i18n/nl.ts +6 -12
- package/src/tool/speed-reader/i18n/pl.ts +7 -13
- package/src/tool/speed-reader/i18n/pt.ts +6 -12
- package/src/tool/speed-reader/i18n/ru.ts +14 -20
- package/src/tool/speed-reader/i18n/sv.ts +6 -12
- package/src/tool/speed-reader/i18n/tr.ts +4 -10
- package/src/tool/speed-reader/i18n/zh.ts +8 -14
- package/src/tool/speed-reader/seo.astro +2 -1
- package/src/tool/text-pixel-calculator/bibliography.astro +2 -10
- package/src/tool/text-pixel-calculator/bibliography.ts +6 -0
- package/src/tool/text-pixel-calculator/i18n/de.ts +6 -8
- package/src/tool/text-pixel-calculator/i18n/en.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/es.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/fr.ts +5 -7
- package/src/tool/text-pixel-calculator/i18n/id.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/it.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ja.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ko.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/nl.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/pl.ts +7 -9
- package/src/tool/text-pixel-calculator/i18n/pt.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/ru.ts +8 -10
- package/src/tool/text-pixel-calculator/i18n/sv.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/tr.ts +4 -6
- package/src/tool/text-pixel-calculator/i18n/zh.ts +7 -9
- package/src/tool/text-pixel-calculator/seo.astro +2 -1
- package/src/tool/whatsapp-link/bibliography.astro +2 -10
- package/src/tool/whatsapp-link/bibliography.ts +6 -0
- package/src/tool/whatsapp-link/i18n/de.ts +8 -10
- package/src/tool/whatsapp-link/i18n/en.ts +4 -6
- package/src/tool/whatsapp-link/i18n/es.ts +6 -8
- package/src/tool/whatsapp-link/i18n/fr.ts +6 -8
- package/src/tool/whatsapp-link/i18n/id.ts +4 -6
- package/src/tool/whatsapp-link/i18n/it.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ja.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ko.ts +4 -6
- package/src/tool/whatsapp-link/i18n/nl.ts +4 -6
- package/src/tool/whatsapp-link/i18n/pl.ts +8 -10
- package/src/tool/whatsapp-link/i18n/pt.ts +4 -6
- package/src/tool/whatsapp-link/i18n/ru.ts +9 -11
- package/src/tool/whatsapp-link/i18n/sv.ts +4 -6
- package/src/tool/whatsapp-link/i18n/tr.ts +4 -6
- package/src/tool/whatsapp-link/i18n/zh.ts +8 -10
- package/src/tool/whatsapp-link/seo.astro +2 -1
- package/src/tool/whatsapp-link/whatsapp-link-generator.css +41 -4
- package/src/types.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DateDiffCalculatorUI } from '../ui';
|
|
@@ -77,15 +78,11 @@ export const content: ToolLocaleContent<DateDiffCalculatorUI> = {
|
|
|
77
78
|
title: 'Kalkulator Różnicy Dat',
|
|
78
79
|
description: 'Oblicz dokładnie, ile czasu upłynęło między dwiema datami lub ile czasu pozostało do wydarzenia. Darmowe narzędzie z wynikami w dniach, godzinach i minutach.',
|
|
79
80
|
ui,
|
|
80
|
-
|
|
81
|
+
|
|
81
82
|
faq: faqData,
|
|
82
83
|
howTo: howToData,
|
|
83
|
-
|
|
84
|
-
bibliography
|
|
85
|
-
{ name: 'Time and Date: World Clock and Time Zone Converter', url: 'https://www.timeanddate.com/worldclock/' },
|
|
86
|
-
{ name: 'Wikipedia: Historia kalendarza gregoriańskiego', url: 'https://pl.wikipedia.org/wiki/Kalendarz_gregoriański' },
|
|
87
|
-
{ name: 'Wikipedia: Macierz Eisenhowera i zarządzanie czasem', url: 'https://pl.wikipedia.org/wiki/Zarządzanie_czasem' },
|
|
88
|
-
],
|
|
84
|
+
|
|
85
|
+
bibliography,
|
|
89
86
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
90
87
|
seo: [
|
|
91
88
|
{ type: 'title', level: 2, text: 'Kalkulator różnicy dat z dniami, godzinami i minutami' },
|
|
@@ -111,7 +108,7 @@ export const content: ToolLocaleContent<DateDiffCalculatorUI> = {
|
|
|
111
108
|
{ type: 'title', level: 3, text: 'Percepcja czasu i cyfrowa precyzja' },
|
|
112
109
|
{
|
|
113
110
|
type: 'paragraph',
|
|
114
|
-
html: 'Często mamy tendencję do zaokrąglania czasu. Mówimy
|
|
111
|
+
html: 'Często mamy tendencję do zaokrąglania czasu. Mówimy "około miesiąca", gdy w rzeczywistości pozostało 27 dni i 14 godzin. Korzystając z kalkulatora cyfrowego, eliminujemy subiektywizm i uzyskujemy czyste dane do podejmowania świadomych decyzji.',
|
|
115
112
|
},
|
|
116
113
|
{ type: 'title', level: 3, text: 'Dni kalendarzowe a dni robocze' },
|
|
117
114
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DateDiffCalculatorUI } from '../ui';
|
|
@@ -77,15 +78,11 @@ export const content: ToolLocaleContent<DateDiffCalculatorUI> = {
|
|
|
77
78
|
title: 'Calculadora de Diferença de Datas',
|
|
78
79
|
description: 'Calcule exatamente quanto tempo passou entre duas datas ou quanto falta para um evento. Ferramenta gratuita com resultados em dias, horas e minutos.',
|
|
79
80
|
ui,
|
|
80
|
-
|
|
81
|
+
|
|
81
82
|
faq: faqData,
|
|
82
83
|
howTo: howToData,
|
|
83
|
-
|
|
84
|
-
bibliography
|
|
85
|
-
{ name: 'Time and Date: World Clock and Time Zone Converter', url: 'https://www.timeanddate.com/worldclock/' },
|
|
86
|
-
{ name: 'Wikipedia: History of the Gregorian Calendar', url: 'https://pt.wikipedia.org/wiki/Calendário_gregoriano' },
|
|
87
|
-
{ name: 'Wikipedia: Eisenhower Matrix and Time Management', url: 'https://pt.wikipedia.org/wiki/Gestão_do_tempo#Matriz_de_Eisenhower' },
|
|
88
|
-
],
|
|
84
|
+
|
|
85
|
+
bibliography,
|
|
89
86
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
90
87
|
seo: [
|
|
91
88
|
{ type: 'title', level: 2, text: 'Calculadora de diferença de datas com dias, horas e minutos' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DateDiffCalculatorUI } from '../ui';
|
|
@@ -22,8 +23,8 @@ const faqData = [
|
|
|
22
23
|
];
|
|
23
24
|
|
|
24
25
|
const howToData = [
|
|
25
|
-
{ name: 'Выберите дату начала', text: 'Введите дату и время начала или нажмите
|
|
26
|
-
{ name: 'Выберите дату окончания', text: 'Определите целевой момент. Используйте
|
|
26
|
+
{ name: 'Выберите дату начала', text: 'Введите дату и время начала или нажмите "Сегодня", чтобы установить их мгновенно.' },
|
|
27
|
+
{ name: 'Выберите дату окончания', text: 'Определите целевой момент. Используйте "Сейчас", чтобы измерить время, прошедшее до этого точного момента.' },
|
|
27
28
|
{ name: 'Получите результаты', text: 'Проверьте разбивку по дням, часам, минутам и секундам, а также накопленные итоги за недели и часы.' },
|
|
28
29
|
];
|
|
29
30
|
|
|
@@ -77,21 +78,17 @@ export const content: ToolLocaleContent<DateDiffCalculatorUI> = {
|
|
|
77
78
|
title: 'Калькулятор разницы дат',
|
|
78
79
|
description: 'Точно рассчитайте, сколько времени прошло между двумя датами или сколько осталось до события. Бесплатный инструмент с результатами в днях, часах и минутах.',
|
|
79
80
|
ui,
|
|
80
|
-
|
|
81
|
+
|
|
81
82
|
faq: faqData,
|
|
82
83
|
howTo: howToData,
|
|
83
|
-
|
|
84
|
-
bibliography
|
|
85
|
-
{ name: 'Time and Date: World Clock and Time Zone Converter', url: 'https://www.timeanddate.com/worldclock/' },
|
|
86
|
-
{ name: 'Википедия: История григорианского календаря', url: 'https://ru.wikipedia.org/wiki/Григорианский_календарь' },
|
|
87
|
-
{ name: 'Википедия: Матрица Эйзенхауэра и тайм-менеджмент', url: 'https://ru.wikipedia.org/wiki/Управление_временем' },
|
|
88
|
-
],
|
|
84
|
+
|
|
85
|
+
bibliography,
|
|
89
86
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
90
87
|
seo: [
|
|
91
88
|
{ type: 'title', level: 2, text: 'Калькулятор разницы дат с днями, часами и минутами' },
|
|
92
89
|
{
|
|
93
90
|
type: 'paragraph',
|
|
94
|
-
html: 'Расчет <strong>разницы между двумя датами</strong>
|
|
91
|
+
html: 'Расчет <strong>разницы между двумя датами</strong> - одна из самых распространенных и недооцененных задач как в повседневной жизни, так и в профессиональной среде. Планируете ли вы запуск продукта, рассчитываете точный возраст человека или измеряете время, оставшееся до особого события, наличие точного инструмента необходимо для эффективного тайм-менеджмента.',
|
|
95
92
|
},
|
|
96
93
|
{ type: 'title', level: 3, text: 'Для чего используется калькулятор разницы дат?' },
|
|
97
94
|
{
|
|
@@ -111,7 +108,7 @@ export const content: ToolLocaleContent<DateDiffCalculatorUI> = {
|
|
|
111
108
|
{ type: 'title', level: 3, text: 'Восприятие времени и цифровая точность' },
|
|
112
109
|
{
|
|
113
110
|
type: 'paragraph',
|
|
114
|
-
html: 'Мы часто склонны округлять время. Мы говорим
|
|
111
|
+
html: 'Мы часто склонны округлять время. Мы говорим "около месяца", когда на самом деле до события осталось 27 дней и 14 часов. Используя цифровой калькулятор, мы исключаем субъективность и получаем чистые данные для принятия обоснованных решений.',
|
|
115
112
|
},
|
|
116
113
|
{ type: 'title', level: 3, text: 'Календарные дни против рабочих дней' },
|
|
117
114
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DateDiffCalculatorUI } from '../ui';
|
|
@@ -77,15 +78,11 @@ export const content: ToolLocaleContent<DateDiffCalculatorUI> = {
|
|
|
77
78
|
title: 'Datumskillnadskalkylator',
|
|
78
79
|
description: 'Beräkna exakt hur mycket tid som har förflutit mellan två datum eller hur länge det är kvar till en händelse. Gratis verktyg med resultat i dagar, timmar och minuter.',
|
|
79
80
|
ui,
|
|
80
|
-
|
|
81
|
+
|
|
81
82
|
faq: faqData,
|
|
82
83
|
howTo: howToData,
|
|
83
|
-
|
|
84
|
-
bibliography
|
|
85
|
-
{ name: 'Time and Date: World Clock and Time Zone Converter', url: 'https://www.timeanddate.com/worldclock/' },
|
|
86
|
-
{ name: 'Wikipedia: History of the Gregorian Calendar', url: 'https://sv.wikipedia.org/wiki/Gregorianska_kalendern' },
|
|
87
|
-
{ name: 'Wikipedia: Eisenhower Matrix and Time Management', url: 'https://sv.wikipedia.org/wiki/Tidshantering' },
|
|
88
|
-
],
|
|
84
|
+
|
|
85
|
+
bibliography,
|
|
89
86
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
90
87
|
seo: [
|
|
91
88
|
{ type: 'title', level: 2, text: 'Datumskillnadskalkylator med dagar, timmar och minuter' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DateDiffCalculatorUI } from '../ui';
|
|
@@ -77,15 +78,11 @@ export const content: ToolLocaleContent<DateDiffCalculatorUI> = {
|
|
|
77
78
|
title: 'Tarih Farkı Hesaplayıcı',
|
|
78
79
|
description: 'İki tarih arasında tam olarak ne kadar zaman geçtiğini veya bir etkinliğe ne kadar kaldığını hesaplayın. Gün, saat ve dakika cinsinden sonuçlar veren ücretsiz araç.',
|
|
79
80
|
ui,
|
|
80
|
-
|
|
81
|
+
|
|
81
82
|
faq: faqData,
|
|
82
83
|
howTo: howToData,
|
|
83
|
-
|
|
84
|
-
bibliography
|
|
85
|
-
{ name: 'Time and Date: World Clock and Time Zone Converter', url: 'https://www.timeanddate.com/worldclock/' },
|
|
86
|
-
{ name: 'Vikipedi: Miladi Takvim Tarihi', url: 'https://tr.wikipedia.org/wiki/Miladi_takvim' },
|
|
87
|
-
{ name: 'Vikipedi: Eisenhower Matrisi ve Zaman Yönetimi', url: 'https://tr.wikipedia.org/wiki/Zaman_yönetimi' },
|
|
88
|
-
],
|
|
84
|
+
|
|
85
|
+
bibliography,
|
|
89
86
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
90
87
|
seo: [
|
|
91
88
|
{ type: 'title', level: 2, text: 'Gün, saat ve dakika ile tarih farkı hesaplayıcı' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DateDiffCalculatorUI } from '../ui';
|
|
@@ -22,8 +23,8 @@ const faqData = [
|
|
|
22
23
|
];
|
|
23
24
|
|
|
24
25
|
const howToData = [
|
|
25
|
-
{ name: '选择开始日期', text: '
|
|
26
|
-
{ name: '选择结束日期', text: '
|
|
26
|
+
{ name: '选择开始日期', text: '输入开始日期和时间,或点击"今天"立即设置。' },
|
|
27
|
+
{ name: '选择结束日期', text: '定义目标时刻。使用"现在"来测量截至这一精确时刻所经过的时间。' },
|
|
27
28
|
{ name: '读取结果', text: '检查天、小时、分钟和秒的详细分解,以及周和小时的累积总计。' },
|
|
28
29
|
];
|
|
29
30
|
|
|
@@ -77,15 +78,11 @@ export const content: ToolLocaleContent<DateDiffCalculatorUI> = {
|
|
|
77
78
|
title: '日期差计算器',
|
|
78
79
|
description: '精确计算两个日期之间经过了多少时间,或者距离某个事件还有多久。提供天、小时和分钟结果的免费工具。',
|
|
79
80
|
ui,
|
|
80
|
-
|
|
81
|
+
|
|
81
82
|
faq: faqData,
|
|
82
83
|
howTo: howToData,
|
|
83
|
-
|
|
84
|
-
bibliography
|
|
85
|
-
{ name: 'Time and Date: 世界时钟和时区转换器', url: 'https://www.timeanddate.com/worldclock/' },
|
|
86
|
-
{ name: '维基百科:格里历的历史', url: 'https://zh.wikipedia.org/wiki/格里历' },
|
|
87
|
-
{ name: '维基百科:艾森豪威尔矩阵与时间管理', url: 'https://zh.wikipedia.org/wiki/时间管理' },
|
|
88
|
-
],
|
|
84
|
+
|
|
85
|
+
bibliography,
|
|
89
86
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
90
87
|
seo: [
|
|
91
88
|
{ type: 'title', level: 2, text: '带有天、小时和分钟显示的日期差计算器' },
|
|
@@ -111,7 +108,7 @@ export const content: ToolLocaleContent<DateDiffCalculatorUI> = {
|
|
|
111
108
|
{ type: 'title', level: 3, text: '时间感知与数字精度' },
|
|
112
109
|
{
|
|
113
110
|
type: 'paragraph',
|
|
114
|
-
html: '我们通常倾向于四舍五入时间。当实际距离还有 27 天 14
|
|
111
|
+
html: '我们通常倾向于四舍五入时间。当实际距离还有 27 天 14 小时时,我们会说"大约一个月"。通过使用数字计算器,我们消除了主观性,并获得了用于明智决策的清晰数据。',
|
|
115
112
|
},
|
|
116
113
|
{ type: 'title', level: 3, text: '自然日与工作日' },
|
|
117
114
|
{
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await dateDiffCalculator.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 }} />}
|
|
@@ -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 driveDirectLink.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'Download files from Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
5
|
+
{ name: 'Google Drive API: Download Files', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
6
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -5,11 +6,11 @@ import type { DriveDirectLinkUI } from '../ui';
|
|
|
5
6
|
const faqData = [
|
|
6
7
|
{
|
|
7
8
|
question: 'Wie verwende ich den Google Drive Download-Konverter?',
|
|
8
|
-
answer: 'Kopieren Sie den vollständigen
|
|
9
|
+
answer: 'Kopieren Sie den vollständigen "Freigeben"-Link einer beliebigen auf Google Drive gespeicherten Datei (diese muss über öffentliche Berechtigungen verfügen). Fügen Sie ihn in das Textfeld des Tools ein und klicken Sie auf "Direktlink generieren". Es erscheint eine neue URL, die den Download startet, ohne den Viewer von Google zu öffnen.',
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
question: 'Kann ich einen Direkt-Download-Link für eine private Datei erstellen?',
|
|
12
|
-
answer: 'Wenn die Datei privat oder der Zugriff eingeschränkt ist, fordert Google Sie auf, sich mit einem autorisierten Konto anzumelden. Für saubere Downloads ohne Registrierung müssen die Dateiberechtigungen auf
|
|
13
|
+
answer: 'Wenn die Datei privat oder der Zugriff eingeschränkt ist, fordert Google Sie auf, sich mit einem autorisierten Konto anzumelden. Für saubere Downloads ohne Registrierung müssen die Dateiberechtigungen auf "Jeder, der über den Link verfügt, kann ansehen" eingestellt sein.',
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
question: 'Ist es sicher, meine Drive-Links hier zu konvertieren?',
|
|
@@ -22,8 +23,8 @@ const faqData = [
|
|
|
22
23
|
];
|
|
23
24
|
|
|
24
25
|
const howToData = [
|
|
25
|
-
{ name: 'Freigabelink kopieren', text: 'Klicken Sie in Google Drive mit der rechten Maustaste auf die Datei und wählen Sie
|
|
26
|
-
{ name: 'Link in den Generator einfügen', text: 'Geben Sie die vollständige Drive-URL in das Textfeld des Tools ein und klicken Sie auf die Schaltfläche
|
|
26
|
+
{ name: 'Freigabelink kopieren', text: 'Klicken Sie in Google Drive mit der rechten Maustaste auf die Datei und wählen Sie "Link abrufen". Stellen Sie sicher, dass die Berechtigungen den Zugriff für jeden erlauben, der über den Link verfügt.' },
|
|
27
|
+
{ name: 'Link in den Generator einfügen', text: 'Geben Sie die vollständige Drive-URL in das Textfeld des Tools ein und klicken Sie auf die Schaltfläche "Direktlink generieren".' },
|
|
27
28
|
{ name: 'Generierten Link kopieren und verwenden', text: 'Kopieren Sie den neuen Direkt-Download-Link und verwenden Sie ihn in E-Mails, auf Websites, in Newslettern oder überall dort, wo die Datei beim Klicken sofort heruntergeladen werden soll.' },
|
|
28
29
|
];
|
|
29
30
|
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Google Drive Direktlink Generator',
|
|
71
72
|
description: 'Konvertieren Sie ganz einfach jeden Google Drive-Freigabelink mit einem Klick in einen Direkt-Download-Link und umgehen Sie die Dateivorschau. Kostenloses Tool.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Dateien von Google Drive herunterladen (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: Dateien herunterladen', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Konvertieren Sie Google Drive-Freigabelinks in Direkt-Download-Links' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Google Drive Direct Download Link Generator',
|
|
71
72
|
description: 'Easily convert any Google Drive share link into a direct download link with one click, bypassing the file preview. Free tool.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Download files from Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: Download Files', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Convert Google Drive share links to direct download links' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Generador de Enlace de Descarga Directa para Google Drive',
|
|
71
72
|
description: 'Convierte fácilmente cualquier enlace de compartir de Google Drive en un enlace de descarga directa en un solo clic, sin pasar por la vista previa del archivo, gratis.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Descargar archivos de Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: Download Files', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Conversor de enlaces de Google Drive a descarga directa' },
|
|
@@ -102,7 +100,7 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
102
100
|
{ type: 'title', level: 3, text: '¿Cómo funciona nuestro creador de links directos?' },
|
|
103
101
|
{
|
|
104
102
|
type: 'paragraph',
|
|
105
|
-
html: 'El proceso ocurre 100% en tu navegador. Google Drive estructura sus enlaces de compartir de dos formas principales, ambas con un identificador único de archivo. La herramienta extrae ese ID y construye una nueva URL con el
|
|
103
|
+
html: 'El proceso ocurre 100% en tu navegador. Google Drive estructura sus enlaces de compartir de dos formas principales, ambas con un identificador único de archivo. La herramienta extrae ese ID y construye una nueva URL con el parametro de exportacion nativo de Google, formada por <code>https://drive.google.com/uc</code> seguido de los parametros <code>export=download</code> e <code>id</code> del archivo.',
|
|
106
104
|
},
|
|
107
105
|
{
|
|
108
106
|
type: 'tip',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Générateur de Lien de Téléchargement Direct Google Drive',
|
|
71
72
|
description: 'Convertissez facilement n\'importe quel lien de partage Google Drive en un lien de téléchargement direct en un seul clic, sans passer par la prévisualisation du fichier.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Télécharger des fichiers depuis Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API : téléchargement de fichiers', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Convertir des liens Google Drive en liens de téléchargement direct' },
|
|
@@ -102,7 +100,7 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
102
100
|
{ type: 'title', level: 3, text: 'Comment fonctionne le générateur de lien direct ?' },
|
|
103
101
|
{
|
|
104
102
|
type: 'paragraph',
|
|
105
|
-
html: 'Tout se passe à 100 % dans votre navigateur. Les liens de partage Google Drive contiennent un identifiant unique de fichier. L\'outil extrait cet identifiant et construit une nouvelle URL avec le paramètre d\'export natif de Google
|
|
103
|
+
html: 'Tout se passe à 100 % dans votre navigateur. Les liens de partage Google Drive contiennent un identifiant unique de fichier. L\'outil extrait cet identifiant et construit une nouvelle URL avec le paramètre d\'export natif de Google: <code>https://drive.google.com/uc?export=download&id=VOTRE_ID</code>.',
|
|
106
104
|
},
|
|
107
105
|
{
|
|
108
106
|
type: 'tip',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Pembuat Tautan Unduhan Langsung Google Drive',
|
|
71
72
|
description: 'Konversi tautan bagikan Google Drive apa pun dengan mudah menjadi tautan unduhan langsung hanya dengan satu klik, tanpa melalui pratinjau berkas. Alat gratis.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Unduh berkas dari Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: Unduh Berkas', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Konversi tautan bagikan Google Drive ke tautan unduhan langsung' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Generatore di Link di Download Diretto Google Drive',
|
|
71
72
|
description: 'Converti facilmente qualsiasi link di condivisione di Google Drive in un link di download diretto con un clic, saltando l\'anteprima del file. Strumento gratuito.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Scaricare file da Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: Scaricare file', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Converti i link di condivisione di Google Drive in link di download diretto' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Googleドライブ直通ダウンロードリンク・ジェネレーター',
|
|
71
72
|
description: 'Googleドライブの共有リンクをワンクリックで直通ダウンロードリンクに変換し、プレビューをスキップします。無料ツール。',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Googleドライブからファイルをダウンロードする(Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: ファイルをダウンロードする', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Googleドライブの共有リンクを直通ダウンロードリンクに変換' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Google 드라이브 직통 다운로드 링크 생성기',
|
|
71
72
|
description: 'Google 드라이브 공유 링크를 원클릭으로 직통 다운로드 링크로 쉽게 변환하여 미리보기를 건너뜁니다. 무료 도구.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Google 드라이브에서 파일 다운로드(Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: 파일 다운로드', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Google 드라이브 공유 링크를 직통 다운로드 링크로 변환' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Google Drive Directe Downloadlink Generator',
|
|
71
72
|
description: 'Converteer eenvoudig elke Google Drive-deellink met één klik naar een directe downloadlink, waarbij u de bestandsweergave omzeilt. Gratis tool.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Bestanden downloaden van Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: Bestanden downloaden', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Converteer Google Drive-deellinks naar directe downloadlinks' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -5,11 +6,11 @@ import type { DriveDirectLinkUI } from '../ui';
|
|
|
5
6
|
const faqData = [
|
|
6
7
|
{
|
|
7
8
|
question: 'Jak korzystać z konwertera pobierania Google Drive?',
|
|
8
|
-
answer: 'Skopiuj pełny link
|
|
9
|
+
answer: 'Skopiuj pełny link "Udostępnij" dowolnego pliku zapisanego na Dysku Google (musi on mieć uprawnienia publiczne). Wklej go do pola tekstowego narzędzia i kliknij "Generuj link bezpośredni". Pojawi się nowy adres URL, który rozpocznie pobieranie bez otwierania przeglądarki Google.',
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
question: 'Czy mogę wygenerować bezpośredni link do pobrania prywatnego pliku?',
|
|
12
|
-
answer: 'Jeśli plik jest prywatny lub dostęp do niego jest ograniczony, Google poprosi Cię o zalogowanie się na autoryzowane konto. Aby pobieranie przebiegało bez zakłóceń i bez rejestracji, uprawnienia do pliku muszą być ustawione na
|
|
13
|
+
answer: 'Jeśli plik jest prywatny lub dostęp do niego jest ograniczony, Google poprosi Cię o zalogowanie się na autoryzowane konto. Aby pobieranie przebiegało bez zakłóceń i bez rejestracji, uprawnienia do pliku muszą być ustawione na "Każda osoba mająca link może przeglądać".',
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
question: 'Czy konwertowanie moich linków do Drive tutaj jest bezpieczne?',
|
|
@@ -22,8 +23,8 @@ const faqData = [
|
|
|
22
23
|
];
|
|
23
24
|
|
|
24
25
|
const howToData = [
|
|
25
|
-
{ name: 'Skopiuj link do udostępniania', text: 'Na Dysku Google kliknij plik prawym przyciskiem myszy i wybierz
|
|
26
|
-
{ name: 'Wklej link do generatora', text: 'Wprowadź pełny adres URL Dysku w polu tekstowym narzędzia i kliknij przycisk
|
|
26
|
+
{ name: 'Skopiuj link do udostępniania', text: 'Na Dysku Google kliknij plik prawym przyciskiem myszy i wybierz "Pobierz link". Upewnij się, że uprawnienia pozwalają na dostęp każdej osobie mającej link.' },
|
|
27
|
+
{ name: 'Wklej link do generatora', text: 'Wprowadź pełny adres URL Dysku w polu tekstowym narzędzia i kliknij przycisk "Generuj link bezpośredni".' },
|
|
27
28
|
{ name: 'Skopiuj i użyj wygenerowanego linku', text: 'Skopiuj nowy bezpośredni link do pobrania i używaj go w wiadomościach e-mail, na stronach internetowych, w newsletterach lub wszędzie tam, gdzie potrzebujesz, aby plik został pobrany natychmiast po kliknięciu.' },
|
|
28
29
|
];
|
|
29
30
|
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Generator Bezpośrednich Linków do Pobierania z Google Drive',
|
|
71
72
|
description: 'Łatwo konwertuj dowolny link do udostępniania na Dysku Google na bezpośredni link do pobrania jednym kliknięciem, pomijając podgląd pliku. Darmowe narzędzie.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Pobieranie plików z Dysku Google (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: Pobieranie plików', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Konwertuj linki udostępniania Google Drive na bezpośrednie linki do pobrania' },
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
3
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
4
|
import type { DriveDirectLinkUI } from '../ui';
|
|
@@ -70,14 +71,11 @@ export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
|
70
71
|
title: 'Gerador de Links de Transferência Direta do Google Drive',
|
|
71
72
|
description: 'Converta facilmente qualquer link de partilha do Google Drive num link de transferência direta com um clique, ignorando a pré-visualização do ficheiro. Ferramenta gratuita.',
|
|
72
73
|
ui,
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
faq: faqData,
|
|
75
76
|
howTo: howToData,
|
|
76
|
-
|
|
77
|
-
bibliography
|
|
78
|
-
{ name: 'Transferir ficheiros do Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
-
{ name: 'Google Drive API: Transferir Ficheiros', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
-
],
|
|
77
|
+
|
|
78
|
+
bibliography,
|
|
81
79
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
80
|
seo: [
|
|
83
81
|
{ type: 'title', level: 2, text: 'Converter links de partilha do Google Drive em links de transferência direta' },
|