@jjlmoya/utils-tools 1.2.0 → 1.3.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 +2 -1
- package/src/category/i18n/de.ts +172 -0
- package/src/category/i18n/id.ts +172 -0
- package/src/category/i18n/it.ts +172 -0
- package/src/category/i18n/ja.ts +172 -0
- package/src/category/i18n/ko.ts +172 -0
- package/src/category/i18n/nl.ts +172 -0
- package/src/category/i18n/pl.ts +172 -0
- package/src/category/i18n/pt.ts +172 -0
- package/src/category/i18n/ru.ts +172 -0
- package/src/category/i18n/sv.ts +172 -0
- package/src/category/i18n/tr.ts +172 -0
- package/src/category/i18n/zh.ts +172 -0
- package/src/category/index.ts +13 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +0 -1
- package/src/tool/date-diff-calculator/i18n/de.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/fr.ts +1 -1
- package/src/tool/date-diff-calculator/i18n/id.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/it.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ja.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ko.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/nl.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/pl.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/pt.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/ru.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/sv.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/tr.ts +132 -0
- package/src/tool/date-diff-calculator/i18n/zh.ts +132 -0
- package/src/tool/date-diff-calculator/index.ts +12 -0
- package/src/tool/drive-direct-link/i18n/de.ts +118 -0
- package/src/tool/drive-direct-link/i18n/id.ts +118 -0
- package/src/tool/drive-direct-link/i18n/it.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ja.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ko.ts +118 -0
- package/src/tool/drive-direct-link/i18n/nl.ts +118 -0
- package/src/tool/drive-direct-link/i18n/pl.ts +118 -0
- package/src/tool/drive-direct-link/i18n/pt.ts +118 -0
- package/src/tool/drive-direct-link/i18n/ru.ts +118 -0
- package/src/tool/drive-direct-link/i18n/sv.ts +118 -0
- package/src/tool/drive-direct-link/i18n/tr.ts +118 -0
- package/src/tool/drive-direct-link/i18n/zh.ts +118 -0
- package/src/tool/drive-direct-link/index.ts +12 -0
- package/src/tool/email-list-cleaner/i18n/de.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/es.ts +1 -1
- package/src/tool/email-list-cleaner/i18n/fr.ts +1 -1
- package/src/tool/email-list-cleaner/i18n/id.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/it.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ja.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ko.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/nl.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/pl.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/pt.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/ru.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/sv.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/tr.ts +140 -0
- package/src/tool/email-list-cleaner/i18n/zh.ts +140 -0
- package/src/tool/email-list-cleaner/index.ts +12 -0
- package/src/tool/env-badge-spain/i18n/de.ts +153 -0
- package/src/tool/env-badge-spain/i18n/es.ts +1 -1
- package/src/tool/env-badge-spain/i18n/fr.ts +1 -1
- package/src/tool/env-badge-spain/i18n/id.ts +153 -0
- package/src/tool/env-badge-spain/i18n/it.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ja.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ko.ts +153 -0
- package/src/tool/env-badge-spain/i18n/nl.ts +153 -0
- package/src/tool/env-badge-spain/i18n/pl.ts +153 -0
- package/src/tool/env-badge-spain/i18n/pt.ts +153 -0
- package/src/tool/env-badge-spain/i18n/ru.ts +153 -0
- package/src/tool/env-badge-spain/i18n/sv.ts +153 -0
- package/src/tool/env-badge-spain/i18n/tr.ts +153 -0
- package/src/tool/env-badge-spain/i18n/zh.ts +153 -0
- package/src/tool/env-badge-spain/index.ts +12 -0
- package/src/tool/morse-beacon/i18n/de.ts +157 -0
- package/src/tool/morse-beacon/i18n/es.ts +1 -1
- package/src/tool/morse-beacon/i18n/id.ts +157 -0
- package/src/tool/morse-beacon/i18n/it.ts +157 -0
- package/src/tool/morse-beacon/i18n/ja.ts +157 -0
- package/src/tool/morse-beacon/i18n/ko.ts +157 -0
- package/src/tool/morse-beacon/i18n/nl.ts +157 -0
- package/src/tool/morse-beacon/i18n/pl.ts +157 -0
- package/src/tool/morse-beacon/i18n/pt.ts +157 -0
- package/src/tool/morse-beacon/i18n/ru.ts +157 -0
- package/src/tool/morse-beacon/i18n/sv.ts +157 -0
- package/src/tool/morse-beacon/i18n/tr.ts +157 -0
- package/src/tool/morse-beacon/i18n/zh.ts +157 -0
- package/src/tool/morse-beacon/index.ts +13 -1
- package/src/tool/password-generator/i18n/de.ts +166 -0
- package/src/tool/password-generator/i18n/fr.ts +1 -1
- package/src/tool/password-generator/i18n/id.ts +166 -0
- package/src/tool/password-generator/i18n/it.ts +166 -0
- package/src/tool/password-generator/i18n/ja.ts +166 -0
- package/src/tool/password-generator/i18n/ko.ts +166 -0
- package/src/tool/password-generator/i18n/nl.ts +166 -0
- package/src/tool/password-generator/i18n/pl.ts +166 -0
- package/src/tool/password-generator/i18n/pt.ts +166 -0
- package/src/tool/password-generator/i18n/ru.ts +166 -0
- package/src/tool/password-generator/i18n/sv.ts +166 -0
- package/src/tool/password-generator/i18n/tr.ts +166 -0
- package/src/tool/password-generator/i18n/zh.ts +166 -0
- package/src/tool/password-generator/index.ts +13 -1
- package/src/tool/routes/i18n/de.ts +157 -0
- package/src/tool/routes/i18n/id.ts +157 -0
- package/src/tool/routes/i18n/it.ts +157 -0
- package/src/tool/routes/i18n/ja.ts +157 -0
- package/src/tool/routes/i18n/ko.ts +157 -0
- package/src/tool/routes/i18n/nl.ts +157 -0
- package/src/tool/routes/i18n/pl.ts +157 -0
- package/src/tool/routes/i18n/pt.ts +157 -0
- package/src/tool/routes/i18n/ru.ts +157 -0
- package/src/tool/routes/i18n/sv.ts +157 -0
- package/src/tool/routes/i18n/tr.ts +157 -0
- package/src/tool/routes/i18n/zh.ts +157 -0
- package/src/tool/routes/index.ts +13 -1
- package/src/tool/rule-of-three/i18n/de.ts +171 -0
- package/src/tool/rule-of-three/i18n/en.ts +1 -1
- package/src/tool/rule-of-three/i18n/id.ts +171 -0
- package/src/tool/rule-of-three/i18n/it.ts +171 -0
- package/src/tool/rule-of-three/i18n/ja.ts +171 -0
- package/src/tool/rule-of-three/i18n/ko.ts +171 -0
- package/src/tool/rule-of-three/i18n/nl.ts +171 -0
- package/src/tool/rule-of-three/i18n/pl.ts +171 -0
- package/src/tool/rule-of-three/i18n/pt.ts +171 -0
- package/src/tool/rule-of-three/i18n/ru.ts +171 -0
- package/src/tool/rule-of-three/i18n/sv.ts +171 -0
- package/src/tool/rule-of-three/i18n/tr.ts +171 -0
- package/src/tool/rule-of-three/i18n/zh.ts +171 -0
- package/src/tool/rule-of-three/index.ts +13 -1
- package/src/tool/seo-content-optimizer/i18n/de.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/id.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/it.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ja.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ko.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/nl.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/pl.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/pt.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/ru.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/sv.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/tr.ts +136 -0
- package/src/tool/seo-content-optimizer/i18n/zh.ts +136 -0
- package/src/tool/seo-content-optimizer/index.ts +12 -0
- package/src/tool/speed-reader/i18n/de.ts +152 -0
- package/src/tool/speed-reader/i18n/es.ts +1 -1
- package/src/tool/speed-reader/i18n/id.ts +152 -0
- package/src/tool/speed-reader/i18n/it.ts +152 -0
- package/src/tool/speed-reader/i18n/ja.ts +152 -0
- package/src/tool/speed-reader/i18n/ko.ts +152 -0
- package/src/tool/speed-reader/i18n/nl.ts +152 -0
- package/src/tool/speed-reader/i18n/pl.ts +152 -0
- package/src/tool/speed-reader/i18n/pt.ts +152 -0
- package/src/tool/speed-reader/i18n/ru.ts +152 -0
- package/src/tool/speed-reader/i18n/sv.ts +152 -0
- package/src/tool/speed-reader/i18n/tr.ts +152 -0
- package/src/tool/speed-reader/i18n/zh.ts +152 -0
- package/src/tool/speed-reader/index.ts +12 -0
- package/src/tool/text-pixel-calculator/i18n/de.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/id.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/it.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ja.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ko.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/nl.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/pl.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/pt.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/ru.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/sv.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/tr.ts +133 -0
- package/src/tool/text-pixel-calculator/i18n/zh.ts +133 -0
- package/src/tool/text-pixel-calculator/index.ts +12 -0
- package/src/tool/whatsapp-link/i18n/de.ts +128 -0
- package/src/tool/whatsapp-link/i18n/es.ts +1 -1
- package/src/tool/whatsapp-link/i18n/id.ts +128 -0
- package/src/tool/whatsapp-link/i18n/it.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ja.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ko.ts +128 -0
- package/src/tool/whatsapp-link/i18n/nl.ts +128 -0
- package/src/tool/whatsapp-link/i18n/pl.ts +128 -0
- package/src/tool/whatsapp-link/i18n/pt.ts +128 -0
- package/src/tool/whatsapp-link/i18n/ru.ts +128 -0
- package/src/tool/whatsapp-link/i18n/sv.ts +128 -0
- package/src/tool/whatsapp-link/i18n/tr.ts +128 -0
- package/src/tool/whatsapp-link/i18n/zh.ts +128 -0
- package/src/tool/whatsapp-link/index.ts +12 -0
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Hoe gebruik ik de Google Drive download-converter?',
|
|
8
|
+
answer: 'Kopieer de volledige "Delen"-link van een bestand dat op Google Drive is opgeslagen (het moet openbare machtigingen hebben). Plak deze in het tekstvak van de tool en klik op "Directe link genereren". Er verschijnt een nieuwe URL die de download start zonder de viewer van Google te openen.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Kan ik een directe downloadlink genereren voor een privébestand?',
|
|
12
|
+
answer: 'Als het bestand privé is of de toegang beperkt is, zal Google u vragen om in te loggen met een geautoriseerd account. Voor schone downloads zonder registratie moeten de machtigingen van het bestand zijn ingesteld op "Iedereen met de link kan bekijken".',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Is het veilig om mijn Drive-links hier te converteren?',
|
|
16
|
+
answer: 'Ja. De conversie vindt voor 100% plaats in uw browser en is volledig anoniem. De tool slaat uw link niet op en voert geen serveroproepen uit; het analyseert alleen de URL-structuur aan de clientzijde om de downloadversie te genereren.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Wat gebeurt er als mijn Drive-bestand erg groot is?',
|
|
20
|
+
answer: 'Voor bestanden groter dan ongeveer 100 MB staat Google Drive geen onmiddellijke directe download toe. In plaats daarvan wordt een waarschuwingspagina getoond over de bestandsgrootte en het omzeilen van de antivirusscan. Dit is een vast beleid van de Google-server dat geen enkele externe tool kan omzeilen.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Kopieer de deellink', text: 'Klik in Google Drive met de rechtermuisknop op het bestand en selecteer "Link ophalen". Zorg ervoor dat de machtigingen toegang geven aan iedereen met de link.' },
|
|
26
|
+
{ name: 'Plak de link in de generator', text: 'Voer de volledige Drive-URL in het tekstveld van de tool in und klik op de knop "Directe link genereren".' },
|
|
27
|
+
{ name: 'Kopieer und gebruik de gegenereerde link', text: 'Kopieer de nieuwe directe downloadlink und gebruik deze in e-mails, websites, nieuwsbrieven of overal waar u het bestand onmiddellijk wilt laten downloaden bij een klik.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Hoe een directe downloadlink voor Google Drive te genereren',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Google Drive Directe Downloadlink Generator',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Converteer elke Google Drive-deellink met één klik naar een directe downloadlink, waarbij u de voorbeeldpagina van het bestand omzeilt. Gratis tool.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Plak hier uw Google Drive-link:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: 'Directe link genereren',
|
|
61
|
+
resultLabel: 'Directe downloadlink:',
|
|
62
|
+
copyTitle: 'Kopieer naar klembord',
|
|
63
|
+
copyDone: 'Gekopieerd',
|
|
64
|
+
testBtn: 'Test download',
|
|
65
|
+
errorMsg: 'De ingevoerde link lijkt geen geldige Google Drive-link te zijn.',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'google-drive-directe-download-link',
|
|
70
|
+
title: 'Google Drive Directe Downloadlink Generator',
|
|
71
|
+
description: 'Converteer eenvoudig elke Google Drive-deellink met één klik naar een directe downloadlink, waarbij u de bestandsweergave omzeilt. Gratis tool.',
|
|
72
|
+
ui,
|
|
73
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: 'Referenties',
|
|
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
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Converteer Google Drive-deellinks naar directe downloadlinks' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Als u vaak bestanden deelt via Google Drive, weet u hoe vervelend de voorbeeldpagina kan zijn. Wanneer uw gebruikers op uw link klikken, komen ze op een tussenscherm terecht dat hen dwingt de downloadknop te zoeken. Onze <strong>Google Drive directe downloadlink generator</strong> lost dit op door elke deellink om te zetten in een link die de download automatisch start.',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: 'Waarom een directe downloadlink gebruiken?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: 'Het belangrijkste voordeel is een veel betere gebruikerservaring. Bij het delen van een PDF, afbeelding of software-installatieprogramma verwachten gebruikers dat het klikken op de link de download onmiddellijk start:',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>Bespaart tijd:</strong> Downloaden met één klik zonder extra stappen.',
|
|
97
|
+
'<strong>Professionele uitstraling:</strong> Ideaal voor downloadknoppen op websites, nieuwsbrieven of e-mails naar klanten.',
|
|
98
|
+
'<strong>Minder afhakers:</strong> Minder technisch onderlegde gebruikers kunnen in de war raken door de Drive-weergave und niet weten hoe ze het bestand moeten downloaden.',
|
|
99
|
+
'<strong>HTML-ready:</strong> Perfect voor <code>href</code>- of <code>src</code>-attributen in uw webpagina\'s.',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: 'Hoe werkt de directe link generator?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Alles vindt voor 100% plaats in uw browser. Google Drive-deellinks bevatten een unieke bestands-ID. De tool extraheert die ID und bouwt een nieuwe URL met behulp van de systeemeigen exportparameter van Google: <code>https://drive.google.com/uc?export=download&id=UW_ID</code>.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: 'Waarschuwing voor grote bestanden',
|
|
110
|
+
html: 'Voor bestanden groter dan ongeveer 100 MB toont Google Drive een waarschuwingspagina voor de antivirusscan voordat de download start. Dit is een vast beleid van de Google-server dat geen enkele externe tool kan omzeilen.',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: 'Privacy und veiligheid gegarandeerd' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'Deze tool respecteert uw privacy volledig. De volledige link-transformatie wordt uitgevoerd via client-side JavaScript op uw eigen apparaat. Er wordt nooit een link, bestands-ID of persoonlijke informatie naar een externe server verzonden.',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Jak korzystać z konwertera pobierania Google Drive?',
|
|
8
|
+
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
|
+
{
|
|
11
|
+
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 „Każda osoba mająca link może przeglądać”.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Czy konwertowanie moich linków do Drive tutaj jest bezpieczne?',
|
|
16
|
+
answer: 'Tak. Konwersja odbywa się w 100% w Twojej przeglądarce i jest całkowicie anonimowa. Narzędzie nie przechowuje Twojego linku ani nie wykonuje żadnych połączeń z serwerem; jedynie analizuje strukturę adresu URL po stronie klienta, aby wygenerować wersję do pobrania.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Co się stanie, jeśli mój plik na Drive jest bardzo duży?',
|
|
20
|
+
answer: 'W przypadku plików większych niż około 100 MB Dysk Google nie pozwala na natychmiastowe bezpośrednie pobieranie. Zamiast tego wyświetla stronę z ostrzeżeniem o rozmiarze pliku i pominięciu skanowania antywirusowego. Jest to stała polityka serwerów Google, której żadne zewnętrzne narzędzie nie może obejść.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ 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.' },
|
|
26
|
+
{ 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
|
+
{ 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
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Jak wygenerować bezpośredni link do pobrania z Dysku Google',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Generator Bezpośrednich Linków do Pobierania z Google Drive',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Konwertuj dowolny link do udostępniania na Dysku Google na bezpośredni link do pobrania jednym kliknięciem, pomijając stronę podglądu pliku. Darmowe narzędzie.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Wklej tutaj swój link do Google Drive:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: 'Generuj Link Bezpośredni',
|
|
61
|
+
resultLabel: 'Bezpośredni Link do Pobrania:',
|
|
62
|
+
copyTitle: 'Kopiuj do schowka',
|
|
63
|
+
copyDone: 'Skopiowano',
|
|
64
|
+
testBtn: 'Testuj Pobieranie',
|
|
65
|
+
errorMsg: 'Wprowadzony link nie wydaje się być prawidłowym linkiem do Dysku Google.',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'bezposredni-link-do-pobierania-google-drive',
|
|
70
|
+
title: 'Generator Bezpośrednich Linków do Pobierania z Google Drive',
|
|
71
|
+
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
|
+
ui,
|
|
73
|
+
faqTitle: 'Często zadawane pytania',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: 'Źródła',
|
|
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
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Konwertuj linki udostępniania Google Drive na bezpośrednie linki do pobrania' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Jeśli często udostępniasz pliki za pośrednictwem Dysku Google, wiesz, jak irytująca może być strona podglądu. Gdy Twoi użytkownicy klikną Twój link, trafiają na ekran pośredni, który zmusza ich do znalezienia przycisku pobierania. Nasz <strong>generator bezpośrednich linków do pobierania z Google Drive</strong> rozwiązuje ten problem, konwertując dowolny link do udostępniania na taki, który automatycznie rozpoczyna pobieranie.',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: 'Dlaczego warto używać bezpośredniego linku do pobrania?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: 'Główną korzyścią jest znacznie lepsze doświadczenie użytkownika. Udostępniając PDF, obraz lub instalator oprogramowania, użytkownicy oczekują, że kliknięcie linku natychmiast rozpocznie pobieranie:',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>Oszczędność czasu:</strong> Pobieranie jednym kliknięciem bez dodatkowych kroków.',
|
|
97
|
+
'<strong>Profesjonalny wygląd:</strong> Idealny do przycisków pobierania na stronach internetowych, w newsletterach lub e-mailach do klientów.',
|
|
98
|
+
'<strong>Mniejsza liczba rezygnacji:</strong> Użytkownicy mniej zaawansowani technicznie mogą być zdezorientowani podglądem na Dysku i nie wiedzieć, jak pobrać plik.',
|
|
99
|
+
'<strong>Gotowy do HTML:</strong> Idealny dla atrybutów <code>href</code> lub <code>src</code> na Twoich stronach internetowych.',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: 'Jak działa generator bezpośrednich linków?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Wszystko odbywa się w 100% w Twojej przeglądarce. Linki do udostępniania na Dysku Google zawierają unikalny identyfikator pliku. Narzędzie wyodrębnia ten identyfikator i buduje nowy adres URL, używając natywnego parametru eksportu Google: <code>https://drive.google.com/uc?export=download&id=TWOJ_ID</code>.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: 'Ostrzeżenie dla dużych plików',
|
|
110
|
+
html: 'W przypadku plików o rozmiarze powyżej około 100 MB Dysk Google wyświetla stronę z ostrzeżeniem o skanowaniu antywirusowym przed rozpoczęciem pobierania. Jest to stała polityka serwerów Google, której żadne zewnętrzne narzędzie nie może pominąć.',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: 'Gwarancja prywatności i bezpieczeństwa' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'To narzędzie w pełni szanuje Twoją prywatność. Cała transformacja linku jest wykonywana za pomocą JavaScriptu po stronie klienta na Twoim własnym urządzeniu. Żaden link, identyfikator pliku ani dane osobowe nie są wysyłane do żadnego zewnętrznego serwera.',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Como uso o conversor de download do Google Drive?',
|
|
8
|
+
answer: 'Copie o link de "Partilha" completo de qualquer ficheiro armazenado no Google Drive (deve ter permissões públicas). Cole-o na caixa de texto da ferramenta e clique em "Gerar Link Direto". Irá aparecer um novo URL que inicia a transferência sem abrir o visualizador do Google.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Posso gerar um link de transferência direta para um ficheiro privado?',
|
|
12
|
+
answer: 'Se o ficheiro for privado ou tiver acesso restrito, o Google solicitará que inicie sessão com uma conta autorizada. Para transferências limpas sem registo, as permissões do ficheiro devem ser definidas como "Qualquer pessoa com o link pode ver".',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'É seguro converter os meus links do Drive aqui?',
|
|
16
|
+
answer: 'Sim. A conversão ocorre 100% no seu navegador e é completamente anónima. A ferramenta não armazena o seu link nem faz chamadas ao servidor; apenas analisa a estrutura do URL no lado do cliente para gerar a versão de transferência.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'O que acontece se o meu ficheiro do Drive for muito grande?',
|
|
20
|
+
answer: 'Para ficheiros maiores do que aproximadamente 100 MB, o Google Drive não permite uma transferência direta instantânea. Em vez disso, mostra uma página de aviso sobre o tamanho do ficheiro e a exclusão da verificação de antivírus. Esta é uma política fixa dos servidores do Google que nenhuma ferramenta externa pode contornar.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Copie o link de partilha', text: 'No Google Drive, clique com o botão direito no ficheiro e selecione "Obter link". Certifique-se de que as permissões permitem o acesso a qualquer pessoa com o link.' },
|
|
26
|
+
{ name: 'Cole o link no gerador', text: 'Introduza o URL completo do Drive no campo de texto da ferramenta e clique no botão "Gerar Link Direto".' },
|
|
27
|
+
{ name: 'Copie e use o link gerado', text: 'Copie o novo link de transferência direta e use-o em e-mails, websites, newsletters ou em qualquer lugar onde precise que o ficheiro seja descarregado imediatamente ao clicar.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Como gerar um link de transferência direta para o Google Drive',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Gerador de Links de Transferência Direta do Google Drive',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Converta qualquer link de partilha do Google Drive num link de transferência direta com um clique, ignorando a página de pré-visualização do ficheiro. Ferramenta gratuita.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Cole aqui o seu link do Google Drive:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: 'Gerar Link Direto',
|
|
61
|
+
resultLabel: 'Link de Transferência Direta:',
|
|
62
|
+
copyTitle: 'Copiar para a área de transferência',
|
|
63
|
+
copyDone: 'Copiado',
|
|
64
|
+
testBtn: 'Testar Transferência',
|
|
65
|
+
errorMsg: 'O link que introduziu não parece ser um link válido do Google Drive.',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'link-download-direto-google-drive-pt',
|
|
70
|
+
title: 'Gerador de Links de Transferência Direta do Google Drive',
|
|
71
|
+
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
|
+
ui,
|
|
73
|
+
faqTitle: 'Perguntas Frequentes',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: 'Referências',
|
|
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
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Converter links de partilha do Google Drive em links de transferência direta' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Se partilha ficheiros frequentemente através do Google Drive, sabe como a página de pré-visualização pode ser irritante. Quando os seus utilizadores clicam no seu link, aterram num ecrã intermédio que os obriga a procurar o botão de transferência. O nosso <strong>gerador de links de transferência direta do Google Drive</strong> resolve isto ao converter qualquer link de partilha num que inicia a transferência automaticamente.',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: 'Porquê usar um link de transferência direta?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: 'O principal benefício é uma experiência de utilizador muito melhor. Ao partilhar um PDF, imagem ou instalador de software, os utilizadores esperam que clicar no link inicie a transferência imediatamente:',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>Poupa tempo:</strong> Transferência com um clique sem passos extra.',
|
|
97
|
+
'<strong>Aspeto profissional:</strong> Ideal para botões de transferência em websites, newsletters ou e-mails de clientes.',
|
|
98
|
+
'<strong>Menos desistências:</strong> Utilizadores com menos conhecimentos técnicos podem ficar confusos com a pré-visualização do Drive e não saber como descarregar.',
|
|
99
|
+
'<strong>Pronto para HTML:</strong> Perfeito para atributos <code>href</code> ou <code>src</code> nas suas páginas web.',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: 'Como funciona o gerador de links diretos?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Tudo acontece 100% no seu navegador. Os links de partilha do Google Drive contêm um ID de ficheiro exclusivo. A ferramenta extrai esse ID e constrói um novo URL usando o parâmetro de exportação nativo do Google: <code>https://drive.google.com/uc?export=download&id=O_SEU_ID</code>.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: 'Aviso para ficheiros grandes',
|
|
110
|
+
html: 'Para ficheiros com mais de aproximadamente 100 MB, o Google Drive apresenta uma página de aviso de verificação de antivírus antes de a transferência começar. Esta é uma política fixa dos servidores do Google que nenhuma ferramenta externa pode ignorar.',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: 'Privacidade e segurança garantidas' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'Esta ferramenta respeita totalmente a sua privacidade. Toda a transformação do link é realizada através de JavaScript no lado do cliente no seu próprio dispositivo. Nenhum link, ID de ficheiro ou informação pessoal é enviado para qualquer servidor externo.',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Как пользоваться конвертером ссылок для скачивания с Google Диска?',
|
|
8
|
+
answer: 'Скопируйте полную ссылку из меню «Поделиться» для любого файла, хранящегося на Google Диске (у него должен быть публичный доступ). Вставьте ее в текстовое поле инструмента и нажмите «Создать прямую ссылку». Появится новый URL-адрес, который начнет загрузку без открытия окна предварительного просмотра Google.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Могу ли я создать прямую ссылку на скачивание для приватного файла?',
|
|
12
|
+
answer: 'Если файл является приватным или доступ к нему ограничен, Google попросит вас войти в систему с авторизованной учетной записью. Для прямой загрузки без регистрации права доступа к файлу должны быть установлены как «Все, у кого есть ссылка, могут просматривать».',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Безопасно ли конвертировать здесь мои ссылки на Диск?',
|
|
16
|
+
answer: 'Да. Конвертация происходит на 100% в вашем браузере и полностью анонимна. Инструмент не хранит вашу ссылку и не делает никаких запросов к серверу; он только анализирует структуру URL на стороне клиента для создания версии для скачивания.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Что произойдет, если мой файл на Диске очень большой?',
|
|
20
|
+
answer: 'Для файлов размером более 100 МБ Google Диск не позволяет мгновенно скачивать их напрямую. Вместо этого он показывает страницу с предупреждением о размере файла и обходе антивирусного сканирования. Это фиксированная политика серверов Google, которую не может обойти ни один сторонний инструмент.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Скопируйте ссылку доступа', text: 'В Google Диске щелкните файл правой кнопкой мыши и выберите «Копировать ссылку». Убедитесь, что настройки доступа позволяют просматривать файл всем, у кого есть ссылка.' },
|
|
26
|
+
{ name: 'Вставьте ссылку в генератор', text: 'Введите полный URL-адрес Диска в текстовое поле инструмента и нажмите кнопку «Создать прямую ссылку».' },
|
|
27
|
+
{ name: 'Скопируйте и используйте созданную ссылку', text: 'Скопируйте новую прямую ссылку на скачивание и используйте ее в электронных письмах, на веб-сайтах, в рассылках или везде, где вам нужно, чтобы файл скачивался сразу после нажатия.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Как создать прямую ссылку на скачивание с Google Диска',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Генератор прямых ссылок на скачивание с Google Диска',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Преобразуйте любую ссылку «Поделиться» с Google Диска в прямую ссылку на скачивание одним щелчком мыши, минуя страницу предварительного просмотра файла. Бесплатный инструмент.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Вставьте ссылку на Google Диск здесь:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: 'Создать прямую ссылку',
|
|
61
|
+
resultLabel: 'Прямая ссылка на скачивание:',
|
|
62
|
+
copyTitle: 'Копировать в буфер обмена',
|
|
63
|
+
copyDone: 'Скопировано',
|
|
64
|
+
testBtn: 'Проверить скачивание',
|
|
65
|
+
errorMsg: 'Похоже, что введенная вами ссылка не является допустимой ссылкой на Google Диск.',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'ssylka-na-pryamoe-skachivanie-google-drive',
|
|
70
|
+
title: 'Генератор прямых ссылок на скачивание с Google Диска',
|
|
71
|
+
description: 'Легко преобразуйте любую ссылку «Поделиться» с Google Диска в прямую ссылку на скачивание одним щелчком мыши, минуя предварительный просмотр файла. Бесплатный инструмент.',
|
|
72
|
+
ui,
|
|
73
|
+
faqTitle: 'Часто задаваемые вопросы',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: 'Источники',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{ name: 'Скачивание файлов с Google Диска (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
+
{ name: 'API Google Диска: скачивание файлов', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Преобразование ссылок Google Диска в прямые ссылки на скачивание' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Если вы часто делитесь файлами через Google Диск, вы знаете, какой раздражающей может быть страница предварительного просмотра. Когда пользователи нажимают на вашу ссылку, они попадают на промежуточный экран, который заставляет их искать кнопку скачивания. Наш <strong>генератор прямых ссылок на скачивание с Google Диска</strong> решает эту проблему, преобразуя любую общую ссылку в ту, которая автоматически инициирует загрузку.',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: 'Зачем использовать прямую ссылку на скачивание?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: 'Основное преимущество — гораздо лучший пользовательский опыт. При обмене PDF-файлом, изображением или установщиком программного обеспечения пользователи ожидают, что нажатие на ссылку немедленно начнет загрузку:',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>Экономия времени:</strong> скачивание в один клик без лишних шагов.',
|
|
97
|
+
'<strong>Профессиональный вид:</strong> идеально подходит для кнопок скачивания на веб-сайтах, в рассылках или электронных письмах клиентам.',
|
|
98
|
+
'<strong>Меньше отказов:</strong> менее технически подкованные пользователи могут запутаться в окне предварительного просмотра Диска и не знать, как скачать файл.',
|
|
99
|
+
'<strong>Готовность к HTML:</strong> отлично подходит для атрибутов <code>href</code> или <code>src</code> на ваших веб-страницах.',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: 'Как работает генератор прямых ссылок?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Все происходит на 100% в вашем браузере. Ссылки «Поделиться» с Google Диска содержат уникальный идентификатор файла (ID). Инструмент извлекает этот ID и создает новый URL-адрес, используя собственный параметр экспорта Google: <code>https://drive.google.com/uc?export=download&id=ВАШ_ID</code>.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: 'Предупреждение для больших файлов',
|
|
110
|
+
html: 'Для файлов размером более 100 МБ Google Диск отображает страницу с предупреждением о проверке на вирусы перед началом загрузки. Это фиксированная политика серверов Google, которую не может обойти ни один сторонний инструмент.',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: 'Гарантированная конфиденциальность и безопасность' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'Этот инструмент полностью уважает вашу конфиденциальность. Все преобразование ссылок выполняется с помощью клиентского JavaScript на вашем собственном устройстве. Ни сама ссылка, ни ID файла, ни личная информация никогда не отправляются на внешние серверы.',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
import type { DriveDirectLinkUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const faqData = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Hur använder jag Google Drive-nedladdningskonverteraren?',
|
|
8
|
+
answer: 'Kopiera den fullständiga "Dela"-länken från valfri fil som lagras på Google Drive (den måste ha offentliga behörigheter). Klistra in den i verktygets textruta och klicka på "Generera direktlänk". En ny URL visas som startar nedladdningen utan att öppna Googles visningsprogram.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Kan jag generera en direkt nedladdningslänk för en privat fil?',
|
|
12
|
+
answer: 'Om filen är privat eller åtkomstbegränsad kommer Google att be dig logga in med ett auktoriserat konto. För rena nedladdningar utan registrering måste filbehörigheterna vara inställda på "Alla med länken kan visa".',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Är det säkert att konvertera mina Drive-länkar här?',
|
|
16
|
+
answer: 'Ja. Konverteringen sker till 100 % i din webbläsare och är helt anonym. Verktyget lagrar inte din länk och gör inga serveranrop; det analyserar endast URL-strukturen på klientsidan för att generera nedladdningsversionen.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Vad händer om min Drive-fil är väldigt stor?',
|
|
20
|
+
answer: 'För filer som är större än cirka 100 MB tillåter Google Drive inte en omedelbar direkt nedladdning. Istället visas en varningssida om filstorlek och kringgående av antivirusscanning. Detta är en fast Google-serverpolicy som inget externt verktyg kan kringgå.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const howToData = [
|
|
25
|
+
{ name: 'Kopiera delningslänken', text: 'I Google Drive, högerklicka på filen och välj "Hämta länk". Se till att behörigheterna tillåter åtkomst för alla med länken.' },
|
|
26
|
+
{ name: 'Klistra in länken i generatorn', text: 'Ange den fullständiga Drive-URL:en i verktygets textfält och klicka på knappen "Generera direktlänk".' },
|
|
27
|
+
{ name: 'Kopiera och använd den genererade länken', text: 'Kopiera den nya direkta nedladdningslänken och använd den i e-post, webbplatser, nyhetsbrev eller var som helst där du behöver att filen ska laddas ner omedelbart vid klick.' },
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
31
|
+
'@context': 'https://schema.org',
|
|
32
|
+
'@type': 'FAQPage',
|
|
33
|
+
mainEntity: faqData.map((item) => ({
|
|
34
|
+
'@type': 'Question',
|
|
35
|
+
name: item.question,
|
|
36
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
37
|
+
})),
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const howToSchema: WithContext<HowTo> = {
|
|
41
|
+
'@context': 'https://schema.org',
|
|
42
|
+
'@type': 'HowTo',
|
|
43
|
+
name: 'Hur man genererar en direkt nedladdningslänk för Google Drive',
|
|
44
|
+
step: howToData.map((s) => ({ '@type': 'HowToStep', name: s.name, text: s.text })),
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'SoftwareApplication',
|
|
50
|
+
name: 'Google Drive direktlänkgenerator för nedladdning',
|
|
51
|
+
applicationCategory: 'UtilitiesApplication',
|
|
52
|
+
operatingSystem: 'Web',
|
|
53
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
54
|
+
description: 'Konvertera vilken Google Drive-delningslänk som helst till en direkt nedladdningslänk med ett klick, och kringgå filförhandsgranskningssidan. Gratis verktyg.',
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ui: DriveDirectLinkUI = {
|
|
58
|
+
inputLabel: 'Klistra in din Google Drive-länk här:',
|
|
59
|
+
inputPlaceholder: 'https://drive.google.com/file/d/...',
|
|
60
|
+
generateBtn: 'Generera direktlänk',
|
|
61
|
+
resultLabel: 'Direkt nedladdningslänk:',
|
|
62
|
+
copyTitle: 'Kopiera till urklipp',
|
|
63
|
+
copyDone: 'Kopierat',
|
|
64
|
+
testBtn: 'Testa nedladdning',
|
|
65
|
+
errorMsg: 'Länken du angav verkar inte vara en giltig Google Drive-länk.',
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export const content: ToolLocaleContent<DriveDirectLinkUI> = {
|
|
69
|
+
slug: 'direktnedladdningslank-google-drive',
|
|
70
|
+
title: 'Google Drive direktlänkgenerator för nedladdning',
|
|
71
|
+
description: 'Konvertera enkelt vilken Google Drive-delningslänk som helst till en direkt nedladdningslänk med ett klick, och kringgå filförhandsgranskningen. Gratis verktyg.',
|
|
72
|
+
ui,
|
|
73
|
+
faqTitle: 'Vanliga frågor',
|
|
74
|
+
faq: faqData,
|
|
75
|
+
howTo: howToData,
|
|
76
|
+
bibliographyTitle: 'Referenser',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{ name: 'Ladda ner filer från Google Drive (Google Workspace)', url: 'https://support.google.com/drive/answer/2423534' },
|
|
79
|
+
{ name: 'Google Drive API: Ladda ner filer', url: 'https://developers.google.com/drive/api/guides/manage-downloads' },
|
|
80
|
+
],
|
|
81
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
82
|
+
seo: [
|
|
83
|
+
{ type: 'title', level: 2, text: 'Konvertera Google Drive-delningslänkar till direkta nedladdningslänkar' },
|
|
84
|
+
{
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Om du delar filer ofta via Google Drive vet du hur irriterande förhandsgranskningssidan kan vara. När dina användare klickar på din länk landar de på en mellansida som tvingar dem att hitta nedladdningsknappen. Vår <strong>Google Drive direktlänkgenerator för nedladdning</strong> löser detta genom att konvertera vilken delningslänk som helst till en som startar nedladdningen automatiskt.',
|
|
87
|
+
},
|
|
88
|
+
{ type: 'title', level: 3, text: 'Varför använda en direkt nedladdningslänk?' },
|
|
89
|
+
{
|
|
90
|
+
type: 'paragraph',
|
|
91
|
+
html: 'Den främsta fördelen är en mycket bättre användarupplevelse. Vid delning av en PDF, bild eller programvaruinstallatör förväntar sig användarna att ett klick på länken startar nedladdningen omedelbart:',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
'<strong>Sparar tid:</strong> Nedladdning med ett klick utan extra steg.',
|
|
97
|
+
'<strong>Professionellt utseende:</strong> Idealiskt för nedladdningsknappar på webbplatser, nyhetsbrev eller kund-e-post.',
|
|
98
|
+
'<strong>Färre avhopp:</strong> Mindre tekniskt kunniga användare kan bli förvirrade av Drive-förhandsgranskningen och inte veta hur de ska ladda ner.',
|
|
99
|
+
'<strong>HTML-redo:</strong> Perfekt för <code>href</code>- eller <code>src</code>-attribut på dina webbsidor.',
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
{ type: 'title', level: 3, text: 'Hur fungerar direktlänkgeneratorn?' },
|
|
103
|
+
{
|
|
104
|
+
type: 'paragraph',
|
|
105
|
+
html: 'Allt sker till 100 % i din webbläsare. Google Drive-delningslänkar innehåller ett unikt fil-ID. Verktyget extraherar det ID:t och bygger en ny URL med hjälp av Googles inbyggda exportparameter: <code>https://drive.google.com/uc?export=download&id=DITT_ID</code>.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'tip',
|
|
109
|
+
title: 'Varning för stora filer',
|
|
110
|
+
html: 'För filer över cirka 100 MB visar Google Drive en varningssida för antivirusscanning innan nedladdningen startar. Detta är en fast Google-serverpolicy som inget externt verktyg kan kringgå.',
|
|
111
|
+
},
|
|
112
|
+
{ type: 'title', level: 3, text: 'Integritet och säkerhet garanteras' },
|
|
113
|
+
{
|
|
114
|
+
type: 'paragraph',
|
|
115
|
+
html: 'Detta verktyg respekterar din integritet fullt ut. Hela länktransformationen utförs via JavaScript på klientsidan på din egen enhet. Ingen länk, fil-ID eller personlig information skickas någonsin till någon extern server.',
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
};
|