@activepieces/piece-dub 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/src/i18n/de.json +150 -0
- package/src/i18n/es.json +150 -0
- package/src/i18n/fr.json +150 -0
- package/src/i18n/ja.json +150 -0
- package/src/i18n/nl.json +150 -0
- package/src/i18n/pt.json +150 -0
- package/src/i18n/zh.json +150 -0
- package/src/lib/actions/create-link.js +5 -0
- package/src/lib/actions/create-link.js.map +1 -1
- package/src/lib/actions/delete-link.js +5 -0
- package/src/lib/actions/delete-link.js.map +1 -1
- package/src/lib/actions/get-link.js +5 -0
- package/src/lib/actions/get-link.js.map +1 -1
- package/src/lib/actions/list-links.js +5 -0
- package/src/lib/actions/list-links.js.map +1 -1
- package/src/lib/actions/update-link.js +5 -0
- package/src/lib/actions/update-link.js.map +1 -1
- package/src/lib/triggers/link-clicked.js +3 -0
- package/src/lib/triggers/link-clicked.js.map +1 -1
- package/src/lib/triggers/link-created.js +3 -0
- package/src/lib/triggers/link-created.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-dub",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@activepieces/pieces-common": "0.12.
|
|
9
|
-
"@activepieces/pieces-framework": "0.
|
|
10
|
-
"@activepieces/shared": "0.
|
|
8
|
+
"@activepieces/pieces-common": "0.12.3",
|
|
9
|
+
"@activepieces/pieces-framework": "0.30.0",
|
|
10
|
+
"@activepieces/shared": "0.87.1",
|
|
11
11
|
"tslib": "2.6.2"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dub is the modern link attribution platform for creating, managing, and analysing short links, tracking conversions, and running affiliate programmes.": "Dub ist die moderne Linkattributionsplattform zum Erstellen, Verwalten und Analysieren von kurzen Links, Konvertierungen und Ausführen von Affiliate-Programmen.",
|
|
3
|
+
"\nTo obtain your Dub API key:\n1. Go to [https://app.dub.co/settings/tokens](https://app.dub.co/settings/tokens)\n2. Click **Create API Key**\n3. Give your key a name and select the required scopes\n4. Copy the key — it starts with `dub_` (e.g. `dub_xxxxxxxxxxxxxxxx`)\n5. Paste it here\n\n> **Required scopes:** `links.read`, `links.write`, `webhooks.write` (for triggers)\n": "\nUm deinen Dub API-Schlüssel zu erhalten:\n1. Gehe zu [https://app.dub.co/settings/tokens](https://app.dub.co/settings/tokens)\n2. Klicken Sie auf **API-Schlüssel**\n3. Geben Sie Ihrem Schlüssel einen Namen und wählen Sie die benötigten Bereiche\n4. Kopiere den Schlüssel — er beginnt mit `dub_` (z.B. `dub_xxxxxxxxxxxx`)\n5. Fügen Sie es hier ein\n\n> **benötigte Bereiche:** `links.read`, `links.write`, `webhooks.write` (für Trigger)\n",
|
|
4
|
+
"Create Link": "Link erstellen",
|
|
5
|
+
"Get Link": "Get Link",
|
|
6
|
+
"List Links": "Links auflisten",
|
|
7
|
+
"Update Link": "Link aktualisieren",
|
|
8
|
+
"Delete Link": "Link löschen",
|
|
9
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
10
|
+
"Create a new shortened link in your Dub workspace.": "Erstellen Sie einen neuen verkürzten Link in Ihrem Dub Arbeitsbereich.",
|
|
11
|
+
"Retrieve details of a specific Dub link by its ID, external ID, or domain + key.": "Rufen Sie Details zu einem bestimmten Dub Link durch seine ID, externe ID oder Domain + Key ab.",
|
|
12
|
+
"Retrieve a paginated list of links in your Dub workspace.": "Rufen Sie eine paginierte Liste von Links in Ihrem Dub Arbeitsbereich ab.",
|
|
13
|
+
"Update an existing Dub link. Only the fields you fill in will be updated.": "Aktualisiere einen bestehenden Dub Link. Nur die Felder, die du ausfüllst, werden aktualisiert.",
|
|
14
|
+
"Permanently delete a Dub link. This action cannot be undone.": "Löschen Sie einen Dub-Link. Diese Aktion kann nicht rückgängig gemacht werden.",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
16
|
+
"Destination URL": "Ziel-URL",
|
|
17
|
+
"Domain": "Domäne",
|
|
18
|
+
"Short Link Slug": "Kurzlink Slug",
|
|
19
|
+
"External ID": "Externe ID",
|
|
20
|
+
"Title": "Titel",
|
|
21
|
+
"Description": "Beschreibung",
|
|
22
|
+
"OG Image URL": "OG Image URL",
|
|
23
|
+
"OG Video URL": "OG-Video-URL",
|
|
24
|
+
"Tag Names": "Tag-Namen",
|
|
25
|
+
"Folder ID": "Ordner-ID",
|
|
26
|
+
"Expires At": "Gültig bis",
|
|
27
|
+
"Expired URL": "Abgelaufene URL",
|
|
28
|
+
"Password": "Kennwort",
|
|
29
|
+
"Track Conversions": "Track-Konversionen",
|
|
30
|
+
"Custom Link Previews": "Benutzerdefinierte Link-Vorschau",
|
|
31
|
+
"Cloaked URL (URL Rewriting)": "Gedeckte URL (URL-Rewriting)",
|
|
32
|
+
"Allow Search Engine Indexing": "Suchmaschinen-Indizierung erlauben",
|
|
33
|
+
"Archived": "Archiviert",
|
|
34
|
+
"iOS Redirect URL": "iOS Weiterleitungs-URL",
|
|
35
|
+
"Android Redirect URL": "Android-Umleitungs-URL",
|
|
36
|
+
"Comments": "Kommentare",
|
|
37
|
+
"UTM Source": "UTM-Quelle",
|
|
38
|
+
"UTM Medium": "UTM Medium",
|
|
39
|
+
"UTM Campaign": "UTM-Kampagne",
|
|
40
|
+
"UTM Term": "UTM Begriff",
|
|
41
|
+
"UTM Content": "UTM-Inhalt",
|
|
42
|
+
"Look Up By": "Suche nach oben nach",
|
|
43
|
+
"Link ID": "Link ID",
|
|
44
|
+
"Key (Slug)": "Taste (Slug)",
|
|
45
|
+
"Domain Filter": "Domänenfilter",
|
|
46
|
+
"Tag Name Filter": "Tag-Namen-Filter",
|
|
47
|
+
"Search Query": "Suchanfrage",
|
|
48
|
+
"User ID Filter": "Benutzer ID-Filter",
|
|
49
|
+
"Include Archived Links": "Archivierte Links einbeziehen",
|
|
50
|
+
"Page": "Seite",
|
|
51
|
+
"Page Size": "Einträge pro Seite",
|
|
52
|
+
"Sort By": "Sortieren nach",
|
|
53
|
+
"New Destination URL": "Neue Ziel-URL",
|
|
54
|
+
"New Slug": "Neuer Slug",
|
|
55
|
+
"Method": "Methode",
|
|
56
|
+
"Headers": "Kopfzeilen",
|
|
57
|
+
"Query Parameters": "Abfrageparameter",
|
|
58
|
+
"Body Type": "Körpertyp",
|
|
59
|
+
"Body": "Körper",
|
|
60
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
61
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
62
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
63
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
64
|
+
"The full destination URL the short link should redirect to.": "Die vollständige URL zu der der Kurzlink weitergeleitet werden soll.",
|
|
65
|
+
"The domain to use for the short link (e.g. `dub.sh`). If omitted, the primary workspace domain is used.": "Die Domäne, die für den kurzen Link verwendet werden soll (z.B. `dub.sh`). Wird diese Domäne weggelassen, wird die primäre Workspace-Domäne verwendet.",
|
|
66
|
+
"Custom slug for the short link (e.g. `my-promo`). If omitted, a random 7-character slug is generated.": "Benutzerdefinierter Slug für den Kurzlink (z.B. `my-promo`). Wenn weggelassen wird, wird ein zufälliger 7-Zeichen-Slug erzeugt.",
|
|
67
|
+
"Your internal database ID for this link. Must be unique per workspace. Useful for looking up the link later.": "Ihre interne Datenbank-ID für diesen Link. Muss einmalig pro Arbeitsbereich sein. Nützlich, um später den Link zu suchen.",
|
|
68
|
+
"A human-readable title for the link (used in the Dub dashboard).": "Ein lesbarer Titel für den Link (wird im Dub Dashboard verwendet).",
|
|
69
|
+
"A short description of what the link points to.": "Eine kurze Beschreibung dessen, worauf der Link hinweist.",
|
|
70
|
+
"Custom link preview image (og:image). Used when Custom Link Previews (`proxy`) is enabled.": "Benutzerdefiniertes Link-Vorschaubild (og:image). Wird verwendet, wenn Benutzerdefinierte Link-Vorschaubilder (`proxy`) aktiviert sind.",
|
|
71
|
+
"Custom link preview video (og:video). Used when Custom Link Previews (`proxy`) is enabled.": "Benutzerdefiniertes Link-Vorschauvideo (og:video). Wird verwendet, wenn Benutzerdefinierte Link-Vorschau (`proxy`) aktiviert ist.",
|
|
72
|
+
"List of tag names to attach to this link.": "Liste der Tag-Namen, die an diesen Link angehängt werden sollen.",
|
|
73
|
+
"The unique ID of an existing folder to assign this link to.": "Die eindeutige ID eines existierenden Ordners, dem dieser Link zugewiesen werden soll.",
|
|
74
|
+
"ISO 8601 datetime when the link should expire (e.g. `2025-12-31T23:59:59Z`). Expired links redirect to the expiration URL.": "ISO 8601 Datum, an dem der Link ablaufen soll (z.B. `2025-12-31T23:59:59Z`).",
|
|
75
|
+
"URL to redirect to after the link expires.": "URL zu der weitergeleitet wird, nachdem der Link abgelaufen ist.",
|
|
76
|
+
"Password-protect the link. Visitors must enter this password before being redirected.": "Passwortschutz den Link. Besucher müssen dieses Passwort eingeben, bevor sie weitergeleitet werden.",
|
|
77
|
+
"Whether to track conversions for this link.": "Gibt an, ob Konversionen für diesen Link verfolgt werden sollen.",
|
|
78
|
+
"Enable Custom Link Previews (og:title, og:description, og:image) for this link.": "Benutzerdefinierte Link-Vorschau (og:title, og:description, og:image) für diesen Link aktivieren.",
|
|
79
|
+
"Cloak the destination URL — visitors see the short link URL in the browser.": "Cloak die Ziel-URL — Besucher sehen die Kurz-Link-URL im Browser.",
|
|
80
|
+
"Allow search engines to index this short link.": "Suchmaschinen erlauben, diesen Kurzlink zu indizieren.",
|
|
81
|
+
"Archive this link immediately after creation.": "Diesen Link unmittelbar nach der Erstellung archivieren.",
|
|
82
|
+
"Redirect iOS device visitors to this URL instead.": "Führen Sie die Besucher des iOS-Geräts stattdessen auf diese URL um.",
|
|
83
|
+
"Redirect Android device visitors to this URL instead.": "Umleiten Sie Besucher von Android-Geräten stattdessen auf diese URL.",
|
|
84
|
+
"Internal notes about this link (not shown to visitors).": "Interne Notizen über diesen Link (nicht für Besucher sichtbar).",
|
|
85
|
+
"UTM source parameter (e.g. `newsletter`, `twitter`).": "UTM-Quellparameter (z.B. `newsletter`, `twitter`).",
|
|
86
|
+
"UTM medium parameter (e.g. `email`, `social`).": "UTM Medium Parameter (z.B. `email`, `social`).",
|
|
87
|
+
"UTM campaign parameter (e.g. `spring-sale`).": "UTM Kampagnen-Parameter (z.B. `spring-sale`).",
|
|
88
|
+
"UTM term parameter for paid search keywords.": "UTM Begriffsparameter für kostenpflichtige Suchbegriffe.",
|
|
89
|
+
"UTM content parameter for A/B testing.": "UTM Inhaltsparameter für A/B Tests.",
|
|
90
|
+
"How to identify the link you want to retrieve.": "Wie Sie den Link identifizieren, den Sie abrufen möchten.",
|
|
91
|
+
"The Dub-generated link ID (e.g. `clv3g2...`). Used when Look Up By = Link ID.": "Die Dub-generierte Link-ID (z.B. `clv3g2...`). Wird beim Suchen durch = Link-ID verwendet.",
|
|
92
|
+
"Your internal ID for the link. Pass with prefix `ext_` (e.g. `ext_123456`). Used when Look Up By = External ID.": "Deine interne ID für den Link. Pass mit dem Präfix `ext_` (z.B. `ext_123456`). Wird verwendet, wenn du nach einer externen ID suchst.",
|
|
93
|
+
"The domain of the link (e.g. `dub.sh`). Used when Look Up By = Domain + Key.": "Die Domain des Links (z.B. `dub.sh`). Wird beim Suchen von = Domain + Key verwendet.",
|
|
94
|
+
"The slug of the link (e.g. `my-promo`). Used when Look Up By = Domain + Key.": "Der Slug des Links (z.B. `my-promo`). Wird beim Suchen durch = Domain + Key verwendet.",
|
|
95
|
+
"Filter by a specific domain (e.g. `dub.sh`). Leave empty to return all domains.": "Nach einer bestimmten Domain filtern (z.B. `dub.sh`). Leer lassen um alle Domains zurückzugeben.",
|
|
96
|
+
"Filter by one or more tag names.": "Nach einem oder mehreren Tagnamen filtern.",
|
|
97
|
+
"Search links by their URL, title, or slug.": "Links nach URL, Titel oder Slug.",
|
|
98
|
+
"Filter links created by a specific user ID.": "Filter Links, die von einer bestimmten Benutzer-ID erstellt wurden.",
|
|
99
|
+
"Whether to include archived links in the results.": "Gibt an, ob archivierte Links in die Ergebnisse aufgenommen werden sollen.",
|
|
100
|
+
"Page number for pagination (starts at 1).": "Seitenzahl für die Seitennummerierung (beginnt bei 1).",
|
|
101
|
+
"Number of links to return per page (1–100). Default is 100.": "Anzahl der Links, die pro Seite (1–100) zurückgegeben werden sollen. Standard ist 100.",
|
|
102
|
+
"Field to sort results by.": "Feld um Ergebnisse zu sortieren.",
|
|
103
|
+
"The ID of the link to update (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "Die ID des zu aktualisierenden Links (z.B. `clv3g2...`). Finden Sie diese über die Aktionen Link erstellen oder Links auflisten.",
|
|
104
|
+
"Update the destination URL the link redirects to.": "Aktualisiere die Ziel-URL, zu der der Link weitergeleitet wird.",
|
|
105
|
+
"Update the short link slug (the part after the domain).": "Aktualisieren Sie den kurzen Linkslug (der Teil hinter der Domäne).",
|
|
106
|
+
"Update the human-readable title.": "Aktualisiere den für Menschen lesbaren Titel.",
|
|
107
|
+
"Update the link description.": "Linkbeschreibung aktualisieren.",
|
|
108
|
+
"Update the custom link preview image (og:image).": "Aktualisieren Sie das benutzerdefinierte Link-Vorschaubild (og:image).",
|
|
109
|
+
"Update the custom link preview video (og:video).": "Aktualisieren Sie das benutzerdefinierte Link Vorschau Video (og:video).",
|
|
110
|
+
"Replace the link's tags with this new list of tag names. Send an empty array to clear all tags.": "Ersetzen Sie die Tags des Links mit dieser neuen Liste von Tag-Namen. Senden Sie ein leeres Array um alle Tags zu löschen.",
|
|
111
|
+
"Move this link to a different folder by its ID.": "Verschieben Sie diesen Link in einen anderen Ordner mit seiner ID.",
|
|
112
|
+
"ISO 8601 datetime when the link should expire. Set to empty to remove expiration.": "ISO 8601 Datum, an dem der Link ablaufen soll. Leer setzen um Verfall zu entfernen.",
|
|
113
|
+
"URL to redirect to after expiration.": "URL zu der nach Ablauf weitergeleitet wird.",
|
|
114
|
+
"Update the password for this link. Leave blank to remove password protection.": "Aktualisiere das Passwort für diesen Link. Leer lassen, um den Passwortschutz zu entfernen.",
|
|
115
|
+
"Enable or disable Custom Link Previews (og:title, og:description, og:image) for this link.": "Benutzerdefinierte Link-Vorschau (og:title, og:description, og:image) für diesen Link aktivieren oder deaktivieren.",
|
|
116
|
+
"Toggle URL cloaking.": "URL umschalten.",
|
|
117
|
+
"Archive or unarchive the link.": "Archivieren oder dearchivieren Sie den Link.",
|
|
118
|
+
"Update the iOS-specific redirect URL.": "Aktualisieren Sie die iOS-spezifische Weiterleitungs-URL.",
|
|
119
|
+
"Update the Android-specific redirect URL.": "Aktualisiere die Android-spezifische Weiterleitungs-URL.",
|
|
120
|
+
"Update internal notes for this link.": "Interne Notizen für diesen Link aktualisieren.",
|
|
121
|
+
"Update the UTM source parameter.": "Aktualisiere den UTM-Quell-Parameter.",
|
|
122
|
+
"Update the UTM medium parameter.": "Aktualisieren Sie den UTM Medium-Parameter.",
|
|
123
|
+
"Update the UTM campaign parameter.": "Aktualisiere den UTM-Kampagnen-Parameter.",
|
|
124
|
+
"Update the UTM term parameter.": "Aktualisiere den UTM-Begriffsparameter.",
|
|
125
|
+
"Update the UTM content parameter.": "Aktualisiere den UTM-Inhaltsparameter.",
|
|
126
|
+
"The ID of the link to delete (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "Die ID des zu löschenden Links (z.B. `clv3g2...`). Finden Sie diese über die Aktionen Link erstellen oder Links auflisten.",
|
|
127
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
128
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
129
|
+
"Domain + Key": "Domain + Taste",
|
|
130
|
+
"Created At (newest first)": "Erstellt am (neueste zuerst)",
|
|
131
|
+
"Clicks (most clicks first)": "Klicks (die meisten Klicks zuerst)",
|
|
132
|
+
"Last Clicked": "Zuletzt geklickt",
|
|
133
|
+
"GET": "ERHALTEN",
|
|
134
|
+
"POST": "POST",
|
|
135
|
+
"PATCH": "PATCH",
|
|
136
|
+
"PUT": "PUT",
|
|
137
|
+
"DELETE": "LÖSCHEN",
|
|
138
|
+
"HEAD": "HEAD",
|
|
139
|
+
"None": "Keine",
|
|
140
|
+
"JSON": "JSON",
|
|
141
|
+
"Form Data": "Formulardaten",
|
|
142
|
+
"Raw": "Rohe",
|
|
143
|
+
"Link Clicked": "Link geklickt",
|
|
144
|
+
"Link Created": "Link erstellt",
|
|
145
|
+
"Triggers in real time whenever one of your Dub short links is clicked.": "Trigger in Echtzeit, wenn auf einen Ihrer Dub Kurzlinks geklickt wird.",
|
|
146
|
+
"Triggers in real time whenever a new short link is created in your Dub workspace.": "Trigger in Echtzeit, wenn ein neuer Kurzlink in Ihrem Dub Arbeitsbereich erstellt wird.",
|
|
147
|
+
"Markdown": "Markdown",
|
|
148
|
+
"## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.clicked**.\n6. Click **Create webhook**.": "## Einrichtungsanweisungen\n\n1. Gehe zu deinem Dub Arbeitsbereich und navigiere zu **Einstellungen → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Klicken Sie auf **Webhook erstellen**.\n3. Geben Sie Ihrem Webhook einen Namen.\n4. Fügen Sie die folgende URL in das Feld **URL** ein:\n```text\n{{webhookUrl}}\n```\n5. Wählen Sie unter **Events** **link.clicked**.\n6. Klicken Sie auf **Webhook erstellen**.",
|
|
149
|
+
"## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.created**.\n6. Click **Create webhook**.": "## Einrichtungsanweisungen\n\n1. Gehe zu deinem Dub Arbeitsbereich und navigiere zu **Einstellungen → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Klicken Sie auf **Webhook erstellen**.\n3. Geben Sie Ihrem Webhook einen Namen.\n4. Fügen Sie die folgende URL in das Feld **URL** ein:\n```text\n{{webhookUrl}}\n```\n5. Unter **Events** wähle **link.created**.\n6. Klicke **Webhook erstellen**."
|
|
150
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dub is the modern link attribution platform for creating, managing, and analysing short links, tracking conversions, and running affiliate programmes.": "Dub es la plataforma moderna de atribución de enlaces para crear, administrar y analizar enlaces cortos, rastrear conversiones y ejecutar programas de afiliados.",
|
|
3
|
+
"\nTo obtain your Dub API key:\n1. Go to [https://app.dub.co/settings/tokens](https://app.dub.co/settings/tokens)\n2. Click **Create API Key**\n3. Give your key a name and select the required scopes\n4. Copy the key — it starts with `dub_` (e.g. `dub_xxxxxxxxxxxxxxxx`)\n5. Paste it here\n\n> **Required scopes:** `links.read`, `links.write`, `webhooks.write` (for triggers)\n": "\nPara obtener tu clave Dub API:\n1. Ve a [https://app.dub.co/settings/tokens](https://app.dub.co/settings/tokens)\n2. Haz clic en **Crear clave API**\n3. Da un nombre a tu clave y selecciona los ámbitos requeridos\n4. Copia la clave — comienza con `dub_` (por ejemplo, `dub_xxxxxxxxxxxxxxxxxxx`)\n5. Pégalo aquí\n\n> **Ámbitos requeridos:** `links.read`, `links.write`, `webhooks.write` (para disparadores)\n",
|
|
4
|
+
"Create Link": "Crear enlace",
|
|
5
|
+
"Get Link": "Get Link",
|
|
6
|
+
"List Links": "Listar enlaces",
|
|
7
|
+
"Update Link": "Actualizar enlace",
|
|
8
|
+
"Delete Link": "Eliminar enlace",
|
|
9
|
+
"Custom API Call": "Llamada API personalizada",
|
|
10
|
+
"Create a new shortened link in your Dub workspace.": "Crea un nuevo enlace acortado en tu espacio de trabajo Dub.",
|
|
11
|
+
"Retrieve details of a specific Dub link by its ID, external ID, or domain + key.": "Recuperar detalles de un enlace Dub específico por su ID, ID externo o clave de dominio +.",
|
|
12
|
+
"Retrieve a paginated list of links in your Dub workspace.": "Recupere una lista paginada de enlaces en su espacio de trabajo Dub.",
|
|
13
|
+
"Update an existing Dub link. Only the fields you fill in will be updated.": "Actualizar un enlace Dub existente. Sólo los campos que rellena serán actualizados.",
|
|
14
|
+
"Permanently delete a Dub link. This action cannot be undone.": "Borrar permanentemente un enlace Dub. Esta acción no se puede deshacer.",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
16
|
+
"Destination URL": "URL de destino",
|
|
17
|
+
"Domain": "Dominio",
|
|
18
|
+
"Short Link Slug": "Slug de enlace corto",
|
|
19
|
+
"External ID": "ID Externo",
|
|
20
|
+
"Title": "Título",
|
|
21
|
+
"Description": "Descripción",
|
|
22
|
+
"OG Image URL": "OG Image URL",
|
|
23
|
+
"OG Video URL": "URL OG Video",
|
|
24
|
+
"Tag Names": "Nombres de etiqueta",
|
|
25
|
+
"Folder ID": "ID Carpeta",
|
|
26
|
+
"Expires At": "Caduca el",
|
|
27
|
+
"Expired URL": "URL caducada",
|
|
28
|
+
"Password": "Contraseña",
|
|
29
|
+
"Track Conversions": "Conversiones de la pista",
|
|
30
|
+
"Custom Link Previews": "Vista previa de enlace personalizado",
|
|
31
|
+
"Cloaked URL (URL Rewriting)": "URL de carga (reescritura de URL)",
|
|
32
|
+
"Allow Search Engine Indexing": "Permitir indexación del motor de búsqueda",
|
|
33
|
+
"Archived": "Archivado",
|
|
34
|
+
"iOS Redirect URL": "URL de redirección de iOS",
|
|
35
|
+
"Android Redirect URL": "URL de redirección de Android",
|
|
36
|
+
"Comments": "Comentarios",
|
|
37
|
+
"UTM Source": "Fuente UTM",
|
|
38
|
+
"UTM Medium": "Medios UTM",
|
|
39
|
+
"UTM Campaign": "Campaña UTM",
|
|
40
|
+
"UTM Term": "Término UTM",
|
|
41
|
+
"UTM Content": "Contenido UTM",
|
|
42
|
+
"Look Up By": "Buscar por",
|
|
43
|
+
"Link ID": "Link ID",
|
|
44
|
+
"Key (Slug)": "Tecla (Slug)",
|
|
45
|
+
"Domain Filter": "Filtro de dominio",
|
|
46
|
+
"Tag Name Filter": "Filtro de nombre de etiqueta",
|
|
47
|
+
"Search Query": "Buscar consulta",
|
|
48
|
+
"User ID Filter": "Filtro de ID de usuario",
|
|
49
|
+
"Include Archived Links": "Incluye enlaces archivados",
|
|
50
|
+
"Page": "Pgina",
|
|
51
|
+
"Page Size": "Tamaño de página",
|
|
52
|
+
"Sort By": "Ordenar por",
|
|
53
|
+
"New Destination URL": "Nueva URL de destino",
|
|
54
|
+
"New Slug": "Nuevo Slug",
|
|
55
|
+
"Method": "Método",
|
|
56
|
+
"Headers": "Encabezados",
|
|
57
|
+
"Query Parameters": "Parámetros de consulta",
|
|
58
|
+
"Body Type": "Tipo de cuerpo",
|
|
59
|
+
"Body": "Cuerpo",
|
|
60
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
61
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
62
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
63
|
+
"Follow redirects": "Seguir redirecciones",
|
|
64
|
+
"The full destination URL the short link should redirect to.": "La URL de destino completa a la que debe redirigir el enlace corto.",
|
|
65
|
+
"The domain to use for the short link (e.g. `dub.sh`). If omitted, the primary workspace domain is used.": "El dominio a usar para el enlace corto (por ejemplo, `dub.sh`). Si se omite, se utiliza el dominio principal del espacio de trabajo.",
|
|
66
|
+
"Custom slug for the short link (e.g. `my-promo`). If omitted, a random 7-character slug is generated.": "Slug personalizado para el enlace corto (por ejemplo, `my-promo`). Si se omite, se genera un slug aleatorio de 7 caracteres.",
|
|
67
|
+
"Your internal database ID for this link. Must be unique per workspace. Useful for looking up the link later.": "Su ID de base de datos interna para este enlace. Debe ser único por espacio de trabajo. Útil para buscar el enlace más tarde.",
|
|
68
|
+
"A human-readable title for the link (used in the Dub dashboard).": "Un título legible por el ser humano para el enlace (usado en el panel de control de Dub).",
|
|
69
|
+
"A short description of what the link points to.": "Una breve descripción de lo que apunta el enlace.",
|
|
70
|
+
"Custom link preview image (og:image). Used when Custom Link Previews (`proxy`) is enabled.": "Imagen de vista previa de enlace personalizada (og:image). Utilizado cuando las vistas previas de enlace personalizado (`proxy`) está habilitado.",
|
|
71
|
+
"Custom link preview video (og:video). Used when Custom Link Previews (`proxy`) is enabled.": "Vista previa de enlace personalizado video (og:video). Utilizado cuando las vistas previas de enlace personalizado (`proxy`) está habilitado.",
|
|
72
|
+
"List of tag names to attach to this link.": "Lista de nombres de etiquetas a adjuntar a este enlace.",
|
|
73
|
+
"The unique ID of an existing folder to assign this link to.": "El ID único de una carpeta existente a la que asignar este enlace.",
|
|
74
|
+
"ISO 8601 datetime when the link should expire (e.g. `2025-12-31T23:59:59Z`). Expired links redirect to the expiration URL.": "ISO 8601 fecha cuando el enlace debe expirar (por ejemplo, `2025-12-31T23:59:59Z`). Los enlaces caducados redireccionan a la URL de expiración.",
|
|
75
|
+
"URL to redirect to after the link expires.": "URL a la que redirigir después de que el enlace caduque.",
|
|
76
|
+
"Password-protect the link. Visitors must enter this password before being redirected.": "Proteger contraseña el enlace. Los visitantes deben introducir esta contraseña antes de ser redirigidos.",
|
|
77
|
+
"Whether to track conversions for this link.": "Hacer un seguimiento de las conversiones para este enlace.",
|
|
78
|
+
"Enable Custom Link Previews (og:title, og:description, og:image) for this link.": "Habilitar vistas previas de enlaces personalizados (og:title, og:description, og:image) para este enlace.",
|
|
79
|
+
"Cloak the destination URL — visitors see the short link URL in the browser.": "Cloak la URL de destino — los visitantes ven el enlace corto en el navegador.",
|
|
80
|
+
"Allow search engines to index this short link.": "Permitir a los motores de búsqueda indexar este enlace corto.",
|
|
81
|
+
"Archive this link immediately after creation.": "Archivar este enlace inmediatamente después de su creación.",
|
|
82
|
+
"Redirect iOS device visitors to this URL instead.": "Redirigir a los visitantes de dispositivos iOS a esta URL en su lugar.",
|
|
83
|
+
"Redirect Android device visitors to this URL instead.": "Redirigir a los visitantes de dispositivos Android a esta URL en su lugar.",
|
|
84
|
+
"Internal notes about this link (not shown to visitors).": "Notas internas sobre este enlace (no mostradas a los visitantes).",
|
|
85
|
+
"UTM source parameter (e.g. `newsletter`, `twitter`).": "Parámetro fuente UTM (por ejemplo, `newsletter`, `twitter`).",
|
|
86
|
+
"UTM medium parameter (e.g. `email`, `social`).": "Parámetro medio UTM (por ejemplo, `email`, `social`).",
|
|
87
|
+
"UTM campaign parameter (e.g. `spring-sale`).": "Parámetro de campaña UTM (p. ej., «spring-sale»).",
|
|
88
|
+
"UTM term parameter for paid search keywords.": "Parámetro término UTM para palabras clave de búsqueda pagadas.",
|
|
89
|
+
"UTM content parameter for A/B testing.": "Parámetro de contenido UTM para pruebas A/B.",
|
|
90
|
+
"How to identify the link you want to retrieve.": "Cómo identificar el enlace que desea recuperar.",
|
|
91
|
+
"The Dub-generated link ID (e.g. `clv3g2...`). Used when Look Up By = Link ID.": "El ID de enlace generado por Dub. (p. ej., `clv3g2...`). Utilizado al buscar por = Link ID.",
|
|
92
|
+
"Your internal ID for the link. Pass with prefix `ext_` (e.g. `ext_123456`). Used when Look Up By = External ID.": "Tu ID interna para el enlace. Pase con el prefijo `ext_` (por ejemplo, `ext_123456`). Utilizado al buscar por = ID externo.",
|
|
93
|
+
"The domain of the link (e.g. `dub.sh`). Used when Look Up By = Domain + Key.": "El dominio del enlace (por ejemplo, `dub.sh`). Utilizado cuando Busca por = Dominio + Clave.",
|
|
94
|
+
"The slug of the link (e.g. `my-promo`). Used when Look Up By = Domain + Key.": "El slug del enlace (p. ej., `my-promo`). Utilizado al buscar por = Dominio + Clave.",
|
|
95
|
+
"Filter by a specific domain (e.g. `dub.sh`). Leave empty to return all domains.": "Filtrar por un dominio específico (por ejemplo, `dub.sh`). Dejar en blanco para devolver todos los dominios.",
|
|
96
|
+
"Filter by one or more tag names.": "Filtrar por uno o más nombres de etiquetas.",
|
|
97
|
+
"Search links by their URL, title, or slug.": "Buscar enlaces por su URL, título o slug.",
|
|
98
|
+
"Filter links created by a specific user ID.": "Filtrar enlaces creados por un identificador de usuario específico.",
|
|
99
|
+
"Whether to include archived links in the results.": "Si incluir enlaces archivados en los resultados.",
|
|
100
|
+
"Page number for pagination (starts at 1).": "Número de página de paginación (comienza en 1).",
|
|
101
|
+
"Number of links to return per page (1–100). Default is 100.": "Número de enlaces a devolver por página (1–100). Por defecto es 100.",
|
|
102
|
+
"Field to sort results by.": "Campo por el que ordenar los resultados.",
|
|
103
|
+
"The ID of the link to update (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "El ID del enlace a actualizar (por ejemplo, `clv3g2...`). Encuentre esto en las acciones Crear enlace o Listar enlaces.",
|
|
104
|
+
"Update the destination URL the link redirects to.": "Actualizar la URL a la que se redirige el enlace.",
|
|
105
|
+
"Update the short link slug (the part after the domain).": "Actualizar el slug de enlace corto (la parte después del dominio).",
|
|
106
|
+
"Update the human-readable title.": "Actualizar el título legible por el hombre.",
|
|
107
|
+
"Update the link description.": "Actualizar la descripción del enlace.",
|
|
108
|
+
"Update the custom link preview image (og:image).": "Actualizar la imagen de vista previa de enlace personalizada (og:image).",
|
|
109
|
+
"Update the custom link preview video (og:video).": "Actualizar la vista previa del enlace personalizado (og:video).",
|
|
110
|
+
"Replace the link's tags with this new list of tag names. Send an empty array to clear all tags.": "Reemplaza las etiquetas del enlace con esta nueva lista de nombres de etiquetas. Envía una matriz vacía para borrar todas las etiquetas.",
|
|
111
|
+
"Move this link to a different folder by its ID.": "Mover este enlace a una carpeta diferente por su ID.",
|
|
112
|
+
"ISO 8601 datetime when the link should expire. Set to empty to remove expiration.": "ISO 8601 fecha en la que el enlace debe expirar. Establece en blanco para eliminar la caducidad.",
|
|
113
|
+
"URL to redirect to after expiration.": "URL a la que redirigir después de la caducidad.",
|
|
114
|
+
"Update the password for this link. Leave blank to remove password protection.": "Actualizar la contraseña para este enlace. Dejar en blanco para eliminar la protección de contraseña.",
|
|
115
|
+
"Enable or disable Custom Link Previews (og:title, og:description, og:image) for this link.": "Activar o desactivar Previsualizaciones de Enlaces Personalizados (og:title, og:description, og:image) para este enlace.",
|
|
116
|
+
"Toggle URL cloaking.": "Alternar capa de URL.",
|
|
117
|
+
"Archive or unarchive the link.": "Archivar o desarchivar el enlace.",
|
|
118
|
+
"Update the iOS-specific redirect URL.": "Actualizar la URL de redirección específica de iOS.",
|
|
119
|
+
"Update the Android-specific redirect URL.": "Actualizar la URL de redirección específica de Android.",
|
|
120
|
+
"Update internal notes for this link.": "Actualizar notas internas para este enlace.",
|
|
121
|
+
"Update the UTM source parameter.": "Actualizar el parámetro de origen UTM.",
|
|
122
|
+
"Update the UTM medium parameter.": "Actualizar el parámetro medio UTM.",
|
|
123
|
+
"Update the UTM campaign parameter.": "Actualizar el parámetro de la campaña UTM.",
|
|
124
|
+
"Update the UTM term parameter.": "Actualizar el parámetro de término UTM.",
|
|
125
|
+
"Update the UTM content parameter.": "Actualizar el parámetro de contenido UTM.",
|
|
126
|
+
"The ID of the link to delete (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "El ID del enlace a eliminar (por ejemplo, `clv3g2...`). Encuentre esto en las acciones Crear enlace o Listar enlaces.",
|
|
127
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
128
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
129
|
+
"Domain + Key": "Dominio + Clave",
|
|
130
|
+
"Created At (newest first)": "Creado en (más reciente primero)",
|
|
131
|
+
"Clicks (most clicks first)": "Clics (más clics primero)",
|
|
132
|
+
"Last Clicked": "Último clic",
|
|
133
|
+
"GET": "RECOGER",
|
|
134
|
+
"POST": "POST",
|
|
135
|
+
"PATCH": "PATCH",
|
|
136
|
+
"PUT": "PUT",
|
|
137
|
+
"DELETE": "BORRAR",
|
|
138
|
+
"HEAD": "LIMPIO",
|
|
139
|
+
"None": "Ninguna",
|
|
140
|
+
"JSON": "JSON",
|
|
141
|
+
"Form Data": "Datos de Formulario",
|
|
142
|
+
"Raw": "Rápido",
|
|
143
|
+
"Link Clicked": "Enlace pulsado",
|
|
144
|
+
"Link Created": "Enlace creado",
|
|
145
|
+
"Triggers in real time whenever one of your Dub short links is clicked.": "Activa en tiempo real cada vez que se hace clic en uno de tus enlaces cortos de Dub.",
|
|
146
|
+
"Triggers in real time whenever a new short link is created in your Dub workspace.": "Dispara en tiempo real cada vez que se crea un nuevo enlace corto en tu espacio de trabajo Dub.",
|
|
147
|
+
"Markdown": "Markdown",
|
|
148
|
+
"## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.clicked**.\n6. Click **Create webhook**.": "## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.clicked**.\n6. Click **Create webhook**.",
|
|
149
|
+
"## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.created**.\n6. Click **Create webhook**.": "## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.created**.\n6. Click **Create webhook**."
|
|
150
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dub is the modern link attribution platform for creating, managing, and analysing short links, tracking conversions, and running affiliate programmes.": "Dub est la plateforme moderne d'attribution de liens pour créer, gérer et analyser des liens courts, suivre les conversions et exécuter des programmes d'affiliation.",
|
|
3
|
+
"\nTo obtain your Dub API key:\n1. Go to [https://app.dub.co/settings/tokens](https://app.dub.co/settings/tokens)\n2. Click **Create API Key**\n3. Give your key a name and select the required scopes\n4. Copy the key — it starts with `dub_` (e.g. `dub_xxxxxxxxxxxxxxxx`)\n5. Paste it here\n\n> **Required scopes:** `links.read`, `links.write`, `webhooks.write` (for triggers)\n": "\nTo obtain your Dub API key:\n1. Go to [https://app.dub.co/settings/tokens](https://app.dub.co/settings/tokens)\n2. Click **Create API Key**\n3. Give your key a name and select the required scopes\n4. Copy the key — it starts with `dub_` (e.g. `dub_xxxxxxxxxxxxxxxx`)\n5. Paste it here\n\n> **Required scopes:** `links.read`, `links.write`, `webhooks.write` (for triggers)\n",
|
|
4
|
+
"Create Link": "Créer un lien",
|
|
5
|
+
"Get Link": "Get Link",
|
|
6
|
+
"List Links": "Lister les liens",
|
|
7
|
+
"Update Link": "Lien de mise à jour",
|
|
8
|
+
"Delete Link": "Supprimer le lien",
|
|
9
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
10
|
+
"Create a new shortened link in your Dub workspace.": "Créez un nouveau lien raccourci dans votre espace de travail Dub.",
|
|
11
|
+
"Retrieve details of a specific Dub link by its ID, external ID, or domain + key.": "Récupère les détails d'un lien Dub spécifique par son ID, ID externe ou clé de domaine + .",
|
|
12
|
+
"Retrieve a paginated list of links in your Dub workspace.": "Récupérer une liste paginée de liens dans votre espace de travail Dub.",
|
|
13
|
+
"Update an existing Dub link. Only the fields you fill in will be updated.": "Mettre à jour un lien de Dub existant. Seuls les champs que vous remplissez seront mis à jour.",
|
|
14
|
+
"Permanently delete a Dub link. This action cannot be undone.": "Supprimer définitivement un lien Dub. Cette action ne peut pas être annulée.",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
16
|
+
"Destination URL": "URL de destination",
|
|
17
|
+
"Domain": "Domaine",
|
|
18
|
+
"Short Link Slug": "Slug de lien court",
|
|
19
|
+
"External ID": "ID externe",
|
|
20
|
+
"Title": "Titre",
|
|
21
|
+
"Description": "Libellé",
|
|
22
|
+
"OG Image URL": "OG Image URL",
|
|
23
|
+
"OG Video URL": "URL de la vidéo OG",
|
|
24
|
+
"Tag Names": "Noms d'étiquette",
|
|
25
|
+
"Folder ID": "ID du dossier",
|
|
26
|
+
"Expires At": "Expire à",
|
|
27
|
+
"Expired URL": "URL expirée",
|
|
28
|
+
"Password": "Password",
|
|
29
|
+
"Track Conversions": "Conversions de parcours",
|
|
30
|
+
"Custom Link Previews": "Aperçu des liens personnalisés",
|
|
31
|
+
"Cloaked URL (URL Rewriting)": "URL dissimulée (réécriture d'URL)",
|
|
32
|
+
"Allow Search Engine Indexing": "Autoriser l'indexation des moteurs de recherche",
|
|
33
|
+
"Archived": "Archivé",
|
|
34
|
+
"iOS Redirect URL": "URL de redirection iOS",
|
|
35
|
+
"Android Redirect URL": "URL de redirection Android",
|
|
36
|
+
"Comments": "Commentaires",
|
|
37
|
+
"UTM Source": "Source UTM",
|
|
38
|
+
"UTM Medium": "UTM Moyen",
|
|
39
|
+
"UTM Campaign": "Campagne UTM",
|
|
40
|
+
"UTM Term": "Condition UTM",
|
|
41
|
+
"UTM Content": "Contenu UTM",
|
|
42
|
+
"Look Up By": "Rechercher par",
|
|
43
|
+
"Link ID": "Link ID",
|
|
44
|
+
"Key (Slug)": "Clé (Slug)",
|
|
45
|
+
"Domain Filter": "Filtre de domaine",
|
|
46
|
+
"Tag Name Filter": "Filtre de nom d'étiquette",
|
|
47
|
+
"Search Query": "Requête de recherche",
|
|
48
|
+
"User ID Filter": "Filtre ID de l'utilisateur",
|
|
49
|
+
"Include Archived Links": "Inclure les liens archivés",
|
|
50
|
+
"Page": "Page",
|
|
51
|
+
"Page Size": "Nombre d'élément",
|
|
52
|
+
"Sort By": "Trier par",
|
|
53
|
+
"New Destination URL": "Nouvelle URL de destination",
|
|
54
|
+
"New Slug": "Nouveau Limace",
|
|
55
|
+
"Method": "Méthode",
|
|
56
|
+
"Headers": "Headers",
|
|
57
|
+
"Query Parameters": "Paramètres de requête",
|
|
58
|
+
"Body Type": "Body Type",
|
|
59
|
+
"Body": "Body",
|
|
60
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
61
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
62
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
63
|
+
"Follow redirects": "Suivre les redirections",
|
|
64
|
+
"The full destination URL the short link should redirect to.": "L'URL de destination complète vers laquelle le lien court doit être redirigé.",
|
|
65
|
+
"The domain to use for the short link (e.g. `dub.sh`). If omitted, the primary workspace domain is used.": "Le domaine à utiliser pour le lien court (par exemple `dub.sh`). Si omis, le domaine principal de l'espace de travail est utilisé.",
|
|
66
|
+
"Custom slug for the short link (e.g. `my-promo`). If omitted, a random 7-character slug is generated.": "Un slug personnalisé pour le lien court (par exemple `my-promo`). S'il est omis, un slug aléatoire de 7 caractères est généré.",
|
|
67
|
+
"Your internal database ID for this link. Must be unique per workspace. Useful for looking up the link later.": "Votre ID de base de données interne pour ce lien. Doit être unique par espace de travail. Utile pour rechercher le lien plus tard.",
|
|
68
|
+
"A human-readable title for the link (used in the Dub dashboard).": "Un titre lisible par l'homme pour le lien (utilisé dans le tableau de bord Dub).",
|
|
69
|
+
"A short description of what the link points to.": "Une courte description de ce que le lien pointe.",
|
|
70
|
+
"Custom link preview image (og:image). Used when Custom Link Previews (`proxy`) is enabled.": "Image d'aperçu de lien personnalisé (og:image). Utilisé lorsque l'aperçu des liens personnalisés (`proxy`) est activé.",
|
|
71
|
+
"Custom link preview video (og:video). Used when Custom Link Previews (`proxy`) is enabled.": "Vidéo d'aperçu de lien personnalisé (og:vidéo). Utilisé lorsque la prévisualisation des liens personnalisés (`proxy`) est activée.",
|
|
72
|
+
"List of tag names to attach to this link.": "Liste des noms de tags à attacher à ce lien.",
|
|
73
|
+
"The unique ID of an existing folder to assign this link to.": "L'ID unique d'un dossier existant auquel assigner ce lien.",
|
|
74
|
+
"ISO 8601 datetime when the link should expire (e.g. `2025-12-31T23:59:59Z`). Expired links redirect to the expiration URL.": "ISO 8601 date heure à laquelle le lien doit expirer (par exemple `2025-12-31T23:59:59Z`). Les liens expirés redirigent vers l'URL d'expiration.",
|
|
75
|
+
"URL to redirect to after the link expires.": "URL vers laquelle rediriger après l'expiration du lien.",
|
|
76
|
+
"Password-protect the link. Visitors must enter this password before being redirected.": "Protégez par mot de passe le lien. Les visiteurs doivent entrer ce mot de passe avant d'être redirigés.",
|
|
77
|
+
"Whether to track conversions for this link.": "S'il faut suivre les conversions pour ce lien.",
|
|
78
|
+
"Enable Custom Link Previews (og:title, og:description, og:image) for this link.": "Activer les aperçus des liens personnalisés (og:title, og:description, og:image) pour ce lien.",
|
|
79
|
+
"Cloak the destination URL — visitors see the short link URL in the browser.": "Fermez l'URL de destination — les visiteurs voient l'URL du lien court dans le navigateur.",
|
|
80
|
+
"Allow search engines to index this short link.": "Autoriser les moteurs de recherche à indexer ce lien court.",
|
|
81
|
+
"Archive this link immediately after creation.": "Archiver ce lien immédiatement après la création.",
|
|
82
|
+
"Redirect iOS device visitors to this URL instead.": "Rediriger les visiteurs de l'appareil iOS vers cette URL à la place.",
|
|
83
|
+
"Redirect Android device visitors to this URL instead.": "Rediriger les visiteurs de l'appareil Android vers cette URL à la place.",
|
|
84
|
+
"Internal notes about this link (not shown to visitors).": "Notes internes à propos de ce lien (non affichées aux visiteurs).",
|
|
85
|
+
"UTM source parameter (e.g. `newsletter`, `twitter`).": "Paramètre source UTM (par exemple `newsletter`, `twitter`).",
|
|
86
|
+
"UTM medium parameter (e.g. `email`, `social`).": "Paramètre de médium UTM (par exemple `email`, `social`).",
|
|
87
|
+
"UTM campaign parameter (e.g. `spring-sale`).": "Paramètre de la campagne UTM (par exemple `spring-sale`).",
|
|
88
|
+
"UTM term parameter for paid search keywords.": "Paramètre du terme UTM pour les mots clés de recherche payants.",
|
|
89
|
+
"UTM content parameter for A/B testing.": "Paramètre de contenu UTM pour les tests A/B.",
|
|
90
|
+
"How to identify the link you want to retrieve.": "Comment identifier le lien que vous souhaitez récupérer.",
|
|
91
|
+
"The Dub-generated link ID (e.g. `clv3g2...`). Used when Look Up By = Link ID.": "L'ID du lien généré par les Dubs (par exemple `clv3g2...`). Utilisé lors de la Recherche par = ID de lien.",
|
|
92
|
+
"Your internal ID for the link. Pass with prefix `ext_` (e.g. `ext_123456`). Used when Look Up By = External ID.": "Votre ID interne pour le lien. Passez avec le préfixe `ext_` (par exemple `ext_123456`). Utilisé lorsque Look Up By = ID externe.",
|
|
93
|
+
"The domain of the link (e.g. `dub.sh`). Used when Look Up By = Domain + Key.": "Le domaine du lien (par exemple `dub.sh`). Utilisé quand Look Up By = Domain + Key.",
|
|
94
|
+
"The slug of the link (e.g. `my-promo`). Used when Look Up By = Domain + Key.": "Le slug du lien (par exemple `my-promo`). Utilisé lors de la lecture par = domaine + clé.",
|
|
95
|
+
"Filter by a specific domain (e.g. `dub.sh`). Leave empty to return all domains.": "Filtrer par un domaine spécifique (par exemple `dub.sh`). Laisser vide pour renvoyer tous les domaines.",
|
|
96
|
+
"Filter by one or more tag names.": "Filtrer par un ou plusieurs noms de tags.",
|
|
97
|
+
"Search links by their URL, title, or slug.": "Rechercher les liens par leur URL, leur titre ou leur slug.",
|
|
98
|
+
"Filter links created by a specific user ID.": "Filtrer les liens créés par un ID d'utilisateur spécifique.",
|
|
99
|
+
"Whether to include archived links in the results.": "S'il faut inclure des liens archivés dans les résultats.",
|
|
100
|
+
"Page number for pagination (starts at 1).": "Numéro de page pour la pagination (commence à 1).",
|
|
101
|
+
"Number of links to return per page (1–100). Default is 100.": "Nombre de liens à retourner par page (1–100). La valeur par défaut est 100.",
|
|
102
|
+
"Field to sort results by.": "Champ pour trier les résultats.",
|
|
103
|
+
"The ID of the link to update (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "L'ID du lien à mettre à jour (par exemple `clv3g2...`). Trouvez ceci à partir des actions Créer un lien ou des liens de liste.",
|
|
104
|
+
"Update the destination URL the link redirects to.": "Mettre à jour l'URL de destination vers laquelle le lien redirige.",
|
|
105
|
+
"Update the short link slug (the part after the domain).": "Mettre à jour le slug de lien court (partie après le domaine).",
|
|
106
|
+
"Update the human-readable title.": "Mettre à jour le titre lisible par l'homme.",
|
|
107
|
+
"Update the link description.": "Mettre à jour la description du lien.",
|
|
108
|
+
"Update the custom link preview image (og:image).": "Mettre à jour l'image de prévisualisation du lien personnalisé (og:image).",
|
|
109
|
+
"Update the custom link preview video (og:video).": "Mettre à jour la vidéo d'aperçu du lien personnalisé (og:video).",
|
|
110
|
+
"Replace the link's tags with this new list of tag names. Send an empty array to clear all tags.": "Remplacer les balises du lien par cette nouvelle liste de noms de balises. Envoyer un tableau vide pour effacer tous les tags.",
|
|
111
|
+
"Move this link to a different folder by its ID.": "Déplacer ce lien vers un autre dossier par son ID.",
|
|
112
|
+
"ISO 8601 datetime when the link should expire. Set to empty to remove expiration.": "ISO 8601 date heure à laquelle le lien doit expirer. Réglez sur vide pour supprimer l'expiration.",
|
|
113
|
+
"URL to redirect to after expiration.": "URL vers laquelle rediriger après expiration.",
|
|
114
|
+
"Update the password for this link. Leave blank to remove password protection.": "Mettre à jour le mot de passe pour ce lien. Laissez vide pour supprimer la protection par mot de passe.",
|
|
115
|
+
"Enable or disable Custom Link Previews (og:title, og:description, og:image) for this link.": "Activer ou désactiver les aperçus des liens personnalisés (og:title, og:description, og:image) pour ce lien.",
|
|
116
|
+
"Toggle URL cloaking.": "Activer/désactiver le masquage des URL.",
|
|
117
|
+
"Archive or unarchive the link.": "Archiver ou désarchiver le lien.",
|
|
118
|
+
"Update the iOS-specific redirect URL.": "Mettre à jour l'URL de redirection spécifique à iOS.",
|
|
119
|
+
"Update the Android-specific redirect URL.": "Mettre à jour l'URL de redirection spécifique à Android.",
|
|
120
|
+
"Update internal notes for this link.": "Mettre à jour les notes internes pour ce lien.",
|
|
121
|
+
"Update the UTM source parameter.": "Mettre à jour le paramètre source UTM.",
|
|
122
|
+
"Update the UTM medium parameter.": "Mettre à jour le paramètre du média UTM.",
|
|
123
|
+
"Update the UTM campaign parameter.": "Mettre à jour le paramètre de campagne UTM.",
|
|
124
|
+
"Update the UTM term parameter.": "Mettre à jour le paramètre du terme UTM.",
|
|
125
|
+
"Update the UTM content parameter.": "Mettre à jour le paramètre de contenu UTM.",
|
|
126
|
+
"The ID of the link to delete (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "L'ID du lien à supprimer (par exemple `clv3g2...`). Trouvez-le à partir des actions Créer un lien ou des liens de liste.",
|
|
127
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
128
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
129
|
+
"Domain + Key": "Domaine + Clé",
|
|
130
|
+
"Created At (newest first)": "Créé le (plus récent en premier)",
|
|
131
|
+
"Clicks (most clicks first)": "Clics (la plupart des clics en premier)",
|
|
132
|
+
"Last Clicked": "Dernier clic",
|
|
133
|
+
"GET": "GET",
|
|
134
|
+
"POST": "POST",
|
|
135
|
+
"PATCH": "PATCH",
|
|
136
|
+
"PUT": "PUT",
|
|
137
|
+
"DELETE": "DELETE",
|
|
138
|
+
"HEAD": "HEAD",
|
|
139
|
+
"None": "Aucun",
|
|
140
|
+
"JSON": "JSON",
|
|
141
|
+
"Form Data": "Données du formulaire",
|
|
142
|
+
"Raw": "Brut",
|
|
143
|
+
"Link Clicked": "Lien cliqué",
|
|
144
|
+
"Link Created": "Lien créé",
|
|
145
|
+
"Triggers in real time whenever one of your Dub short links is clicked.": "Déclenche en temps réel chaque fois qu'un de vos liens courts Dub est cliqué.",
|
|
146
|
+
"Triggers in real time whenever a new short link is created in your Dub workspace.": "Déclenche en temps réel chaque fois qu'un nouveau lien court est créé dans votre espace de travail Dub.",
|
|
147
|
+
"Markdown": "Markdown",
|
|
148
|
+
"## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.clicked**.\n6. Click **Create webhook**.": "## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.clicked**.\n6. Click **Create webhook**.",
|
|
149
|
+
"## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.created**.\n6. Click **Create webhook**.": "## Setup Instructions\n\n1. Go to your Dub workspace and navigate to **Settings → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Click **Create Webhook**.\n3. Give your webhook a name.\n4. Paste the following URL into the **URL** field:\n```text\n{{webhookUrl}}\n```\n5. Under **Events**, select **link.created**.\n6. Click **Create webhook**."
|
|
150
|
+
}
|