@activepieces/piece-dub 0.0.1 → 0.0.2
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 +5 -5
- 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/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-dub",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"
|
|
9
|
-
"@activepieces/pieces-
|
|
10
|
-
"@activepieces/
|
|
11
|
-
"
|
|
8
|
+
"tslib": "2.6.2",
|
|
9
|
+
"@activepieces/pieces-common": "0.12.1",
|
|
10
|
+
"@activepieces/pieces-framework": "0.26.2",
|
|
11
|
+
"@activepieces/shared": "0.57.2"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc -p tsconfig.lib.json && cp package.json dist/",
|
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
|
+
}
|
package/src/i18n/ja.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は、短いリンクの作成、管理、分析、変換の追跡、およびアフィリエイトプログラムの実行のためのモダンなリンクアトリビューションプラットフォームです。",
|
|
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": "リンクを作成",
|
|
5
|
+
"Get Link": "Get Link",
|
|
6
|
+
"List Links": "リストリンク",
|
|
7
|
+
"Update Link": "リンクを更新",
|
|
8
|
+
"Delete Link": "リンクを削除",
|
|
9
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
10
|
+
"Create a new shortened link in your Dub workspace.": "Dubワークスペースに新しい短縮リンクを作成します。",
|
|
11
|
+
"Retrieve details of a specific Dub link by its ID, external ID, or domain + key.": "ID、外部 ID、またはドメイン + キーで特定の Dub リンクの詳細を取得します。",
|
|
12
|
+
"Retrieve a paginated list of links in your Dub workspace.": "Dubワークスペースのページ化されたリンク一覧を取得します。",
|
|
13
|
+
"Update an existing Dub link. Only the fields you fill in will be updated.": "既存のDubリンクを更新します。入力したフィールドのみが更新されます。",
|
|
14
|
+
"Permanently delete a Dub link. This action cannot be undone.": "ダブリンクを完全に削除します。この操作は元に戻せません。",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
16
|
+
"Destination URL": "リンク先URL",
|
|
17
|
+
"Domain": "ドメイン",
|
|
18
|
+
"Short Link Slug": "短いリンクスラグ",
|
|
19
|
+
"External ID": "外部 ID",
|
|
20
|
+
"Title": "タイトル",
|
|
21
|
+
"Description": "Description",
|
|
22
|
+
"OG Image URL": "OG Image URL",
|
|
23
|
+
"OG Video URL": "OG ビデオ URL",
|
|
24
|
+
"Tag Names": "タグ名",
|
|
25
|
+
"Folder ID": "フォルダID",
|
|
26
|
+
"Expires At": "有効期限",
|
|
27
|
+
"Expired URL": "期限切れURL",
|
|
28
|
+
"Password": "Password",
|
|
29
|
+
"Track Conversions": "コンバージョンを追跡する",
|
|
30
|
+
"Custom Link Previews": "カスタムリンクプレビュー",
|
|
31
|
+
"Cloaked URL (URL Rewriting)": "Cloak URL (URL 書き換え)",
|
|
32
|
+
"Allow Search Engine Indexing": "検索エンジンのインデックス作成を許可する",
|
|
33
|
+
"Archived": "アーカイブ済み",
|
|
34
|
+
"iOS Redirect URL": "iOS リダイレクトURL",
|
|
35
|
+
"Android Redirect URL": "Android リダイレクトURL",
|
|
36
|
+
"Comments": "コメント",
|
|
37
|
+
"UTM Source": "UTM ソース",
|
|
38
|
+
"UTM Medium": "UTM Medium",
|
|
39
|
+
"UTM Campaign": "UTMキャンペーン",
|
|
40
|
+
"UTM Term": "UTM用語",
|
|
41
|
+
"UTM Content": "UTMコンテンツ",
|
|
42
|
+
"Look Up By": "上を見る",
|
|
43
|
+
"Link ID": "Link ID",
|
|
44
|
+
"Key (Slug)": "キー (スラグ)",
|
|
45
|
+
"Domain Filter": "ドメインフィルタ",
|
|
46
|
+
"Tag Name Filter": "タグ名フィルタ",
|
|
47
|
+
"Search Query": "検索クエリ",
|
|
48
|
+
"User ID Filter": "ユーザー ID フィルタ",
|
|
49
|
+
"Include Archived Links": "アーカイブされたリンクを含める",
|
|
50
|
+
"Page": "ページ",
|
|
51
|
+
"Page Size": "ページサイズ",
|
|
52
|
+
"Sort By": "並び替え",
|
|
53
|
+
"New Destination URL": "新しい宛先URL",
|
|
54
|
+
"New Slug": "新しいスラグ",
|
|
55
|
+
"Method": "方法",
|
|
56
|
+
"Headers": "ヘッダー",
|
|
57
|
+
"Query Parameters": "クエリパラメータ",
|
|
58
|
+
"Body Type": "ボディタイプ",
|
|
59
|
+
"Body": "本文",
|
|
60
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
61
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
62
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
63
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
64
|
+
"The full destination URL the short link should redirect to.": "短いリンクがリダイレクトされる完全なリンク先URL。",
|
|
65
|
+
"The domain to use for the short link (e.g. `dub.sh`). If omitted, the primary workspace domain is used.": "短縮リンクに使用するドメイン (例: `dub.sh`)。省略された場合、プライマリワークスペースドメインが使用されます。",
|
|
66
|
+
"Custom slug for the short link (e.g. `my-promo`). If omitted, a random 7-character slug is generated.": "短縮リンクのカスタムスラグ(例:`my-promo`)。省略された場合、ランダムな7文字スラグが生成されます。",
|
|
67
|
+
"Your internal database ID for this link. Must be unique per workspace. Useful for looking up the link later.": "このリンクの内部データベースID。ワークスペースごとに一意である必要があります。後でリンクを調べるのに便利です。",
|
|
68
|
+
"A human-readable title for the link (used in the Dub dashboard).": "人間が読めるリンクのタイトル (Dubダッシュボードで使用されます)。",
|
|
69
|
+
"A short description of what the link points to.": "リンクが何を指しているかの簡単な説明。",
|
|
70
|
+
"Custom link preview image (og:image). Used when Custom Link Previews (`proxy`) is enabled.": "カスタムリンクプレビュー画像 (og:image) 。カスタムリンクプレビュー (`proxy`) が有効な場合に使用します。",
|
|
71
|
+
"Custom link preview video (og:video). Used when Custom Link Previews (`proxy`) is enabled.": "カスタムリンクプレビュービデオ (og:video) - カスタムリンクプレビュー (`proxy`) が有効な場合に使用します。",
|
|
72
|
+
"List of tag names to attach to this link.": "このリンクに添付するタグ名の一覧です.",
|
|
73
|
+
"The unique ID of an existing folder to assign this link to.": "このリンクを割り当てる既存のフォルダの ID です。",
|
|
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 の日時は、リンクが期限切れになるはずです (例: `2025-12-31T23:59:59Z`)。",
|
|
75
|
+
"URL to redirect to after the link expires.": "リンクの有効期限が切れた後にリダイレクトする URL",
|
|
76
|
+
"Password-protect the link. Visitors must enter this password before being redirected.": "パスワードでリンクを保護します。訪問者はリダイレクトされる前にこのパスワードを入力する必要があります。",
|
|
77
|
+
"Whether to track conversions for this link.": "このリンクのコンバージョンを追跡するかどうか。",
|
|
78
|
+
"Enable Custom Link Previews (og:title, og:description, og:image) for this link.": "このリンクのカスタムリンクプレビュー(og:title、og:description、og:image)を有効にします。",
|
|
79
|
+
"Cloak the destination URL — visitors see the short link URL in the browser.": "宛先URLをクロークする — 訪問者はブラウザに短いリンクURLを参照してください。",
|
|
80
|
+
"Allow search engines to index this short link.": "検索エンジンがこの短いリンクをインデックスできるようにします。",
|
|
81
|
+
"Archive this link immediately after creation.": "作成後すぐにこのリンクをアーカイブします。",
|
|
82
|
+
"Redirect iOS device visitors to this URL instead.": "代わりにこのURLにiOSデバイスの訪問者をリダイレクトします。",
|
|
83
|
+
"Redirect Android device visitors to this URL instead.": "代わりにこのURLにAndroidデバイスの訪問者をリダイレクトします。",
|
|
84
|
+
"Internal notes about this link (not shown to visitors).": "このリンクに関する内部メモ(訪問者には表示されません)",
|
|
85
|
+
"UTM source parameter (e.g. `newsletter`, `twitter`).": "UTM ソースパラメータ (例: `newsletter`, `twitter`) 。",
|
|
86
|
+
"UTM medium parameter (e.g. `email`, `social`).": "UTM medium parameter (e.g. `email`, `social`)",
|
|
87
|
+
"UTM campaign parameter (e.g. `spring-sale`).": "UTMキャンペーンパラメータ(例:`spring-sale`)。",
|
|
88
|
+
"UTM term parameter for paid search keywords.": "リスティングキーワードのUTM用語パラメータ。",
|
|
89
|
+
"UTM content parameter for A/B testing.": "A/Bテスト用のUTMコンテンツパラメータ。",
|
|
90
|
+
"How to identify the link you want to retrieve.": "取得したいリンクを特定する方法。",
|
|
91
|
+
"The Dub-generated link ID (e.g. `clv3g2...`). Used when Look Up By = Link ID.": "Dub-generated link ID (例: `clv3g2...`). LookUp By = Link ID.",
|
|
92
|
+
"Your internal ID for the link. Pass with prefix `ext_` (e.g. `ext_123456`). Used when Look Up By = External ID.": "リンクの内部ID。先頭に`ext_`(例:`ext_123456`)のパス。ルックアップ時に使用される= 外部ID。",
|
|
93
|
+
"The domain of the link (e.g. `dub.sh`). Used when Look Up By = Domain + Key.": "リンクのドメイン (例: `dub.sh`)。ルックアップ時に使用されます。",
|
|
94
|
+
"The slug of the link (e.g. `my-promo`). Used when Look Up By = Domain + Key.": "リンクのスラグ(例:`my-promo`)。ルックアップ時に使用される= ドメイン + キー。",
|
|
95
|
+
"Filter by a specific domain (e.g. `dub.sh`). Leave empty to return all domains.": "特定のドメイン(例えば `dub.sh`)でフィルタします。すべてのドメインを返すには空のままにしてください。",
|
|
96
|
+
"Filter by one or more tag names.": "1つ以上のタグ名で絞り込みます。",
|
|
97
|
+
"Search links by their URL, title, or slug.": "URL、タイトル、またはスラグでリンクを検索します。",
|
|
98
|
+
"Filter links created by a specific user ID.": "特定のユーザー ID によって作成されたリンクをフィルタリングします。",
|
|
99
|
+
"Whether to include archived links in the results.": "結果にアーカイブされたリンクを含めるかどうか。",
|
|
100
|
+
"Page number for pagination (starts at 1).": "ページネーションのページ番号 (1 から始まります)。",
|
|
101
|
+
"Number of links to return per page (1–100). Default is 100.": "ページあたりのリターンリンク数 (1–100) 標準は100です。",
|
|
102
|
+
"Field to sort results by.": "結果を並べ替えるフィールド。",
|
|
103
|
+
"The ID of the link to update (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "更新するリンクの ID (例: `clv3g2...`)。リンクの作成またはリストリンクの作成アクションからこれを見つけます。",
|
|
104
|
+
"Update the destination URL the link redirects to.": "リンクがリダイレクトするリンク先の URL を更新します。",
|
|
105
|
+
"Update the short link slug (the part after the domain).": "短いリンクスラグ(ドメイン後の部分)を更新します。",
|
|
106
|
+
"Update the human-readable title.": "人が読めるタイトルを更新します。",
|
|
107
|
+
"Update the link description.": "リンクの説明を更新します。",
|
|
108
|
+
"Update the custom link preview image (og:image).": "カスタムリンクプレビュー画像を更新します(og:image)。",
|
|
109
|
+
"Update the custom link preview video (og:video).": "カスタムリンクプレビュービデオを更新します (og:video)。",
|
|
110
|
+
"Replace the link's tags with this new list of tag names. Send an empty array to clear all tags.": "リンクのタグをこの新しいタグ名リストに置き換えます。すべてのタグをクリアするには空の配列を送信してください。",
|
|
111
|
+
"Move this link to a different folder by its ID.": "IDでこのリンクを別のフォルダに移動します。",
|
|
112
|
+
"ISO 8601 datetime when the link should expire. Set to empty to remove expiration.": "リンクの有効期限が切れる場合は、ISO 8601 の日時を設定します。空にすると有効期限が切れます。",
|
|
113
|
+
"URL to redirect to after expiration.": "期限切れ後にリダイレクトする URL",
|
|
114
|
+
"Update the password for this link. Leave blank to remove password protection.": "このリンクのパスワードを更新します。空白の場合はパスワード保護を解除します。",
|
|
115
|
+
"Enable or disable Custom Link Previews (og:title, og:description, og:image) for this link.": "このリンクのカスタムリンクプレビュー(og:title、og:description、og:image)を有効または無効にします。",
|
|
116
|
+
"Toggle URL cloaking.": "URLクロークの切り替え",
|
|
117
|
+
"Archive or unarchive the link.": "リンクをアーカイブまたはアーカイブ解除します。",
|
|
118
|
+
"Update the iOS-specific redirect URL.": "iOS 固有のリダイレクト URL を更新します。",
|
|
119
|
+
"Update the Android-specific redirect URL.": "Android 固有のリダイレクト URL を更新します。",
|
|
120
|
+
"Update internal notes for this link.": "このリンクの内部メモを更新します。",
|
|
121
|
+
"Update the UTM source parameter.": "UTM ソースパラメーターを更新します。",
|
|
122
|
+
"Update the UTM medium parameter.": "UTMミディアムパラメータを更新します。",
|
|
123
|
+
"Update the UTM campaign parameter.": "UTMキャンペーンパラメータを更新します。",
|
|
124
|
+
"Update the UTM term parameter.": "UTM用語パラメータを更新します。",
|
|
125
|
+
"Update the UTM content parameter.": "UTMコンテンツパラメータを更新します。",
|
|
126
|
+
"The ID of the link to delete (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "削除するリンクのID(例: `clv3g2...`)。リンクの作成またはリストリンクのアクションからこれを見つけます。",
|
|
127
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
128
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
129
|
+
"Domain + Key": "ドメイン + キー",
|
|
130
|
+
"Created At (newest first)": "作成日時 (最新順)",
|
|
131
|
+
"Clicks (most clicks first)": "クリック数(最初はクリック数が多い)",
|
|
132
|
+
"Last Clicked": "最後にクリックされた",
|
|
133
|
+
"GET": "GET",
|
|
134
|
+
"POST": "POST",
|
|
135
|
+
"PATCH": "PATCH",
|
|
136
|
+
"PUT": "PUT",
|
|
137
|
+
"DELETE": "DELETE",
|
|
138
|
+
"HEAD": "HEAD",
|
|
139
|
+
"None": "なし",
|
|
140
|
+
"JSON": "JSON",
|
|
141
|
+
"Form Data": "フォームデータ",
|
|
142
|
+
"Raw": "Raw",
|
|
143
|
+
"Link Clicked": "リンクがクリックされました",
|
|
144
|
+
"Link Created": "リンクが作成されました",
|
|
145
|
+
"Triggers in real time whenever one of your Dub short links is clicked.": "あなたのダブの短いリンクのいずれかがクリックされるたびにリアルタイムでトリガーします。",
|
|
146
|
+
"Triggers in real time whenever a new short link is created in your Dub workspace.": "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/nl.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 is het moderne linkattributieplatform voor het maken, beheren en analyseren van korte verbindingen, het volgen van conversies en het uitvoeren van partnerprogramma's.",
|
|
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": "\nOm je Dub API key te verkrijgen:\n1. Ga naar [https://app.dub.co/settings/tokens](https://app.dub.co/settings/tokens)\n2. Klik op **Maak API Key**\n3. Geef je sleutel een naam en selecteer de vereiste scopes\n4. Kopieer de sleutel - deze begint met `dub_` (bv. `dub_xxxxxxxxxxxxxx`)\n5. Plak het hier\n\n> **Benodigde toepassingsgebieden:** `links.read`, `links.write`, `webhooks.write` (voor triggers)\n",
|
|
4
|
+
"Create Link": "Koppeling aanmaken",
|
|
5
|
+
"Get Link": "Get Link",
|
|
6
|
+
"List Links": "Lijst links",
|
|
7
|
+
"Update Link": "Koppeling bijwerken",
|
|
8
|
+
"Delete Link": "Koppeling verwijderen",
|
|
9
|
+
"Custom API Call": "Custom API Call",
|
|
10
|
+
"Create a new shortened link in your Dub workspace.": "Maak een nieuwe verkorte link in je Dub werkruimte.",
|
|
11
|
+
"Retrieve details of a specific Dub link by its ID, external ID, or domain + key.": "Haal details op van een specifieke Dub link door zijn ID, externe ID of domein + sleutel.",
|
|
12
|
+
"Retrieve a paginated list of links in your Dub workspace.": "Haal een gepagineerde lijst op met links in je Dub workspace.",
|
|
13
|
+
"Update an existing Dub link. Only the fields you fill in will be updated.": "Update een bestaande Dub link. Alleen de velden die u heeft ingevuld worden bijgewerkt.",
|
|
14
|
+
"Permanently delete a Dub link. This action cannot be undone.": "Permanent verwijderen van een Dub link. Deze actie kan niet ongedaan worden gemaakt.",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
16
|
+
"Destination URL": "Bestemming URL",
|
|
17
|
+
"Domain": "Domein",
|
|
18
|
+
"Short Link Slug": "Korte Link Slug",
|
|
19
|
+
"External ID": "Extern ID",
|
|
20
|
+
"Title": "Aanspreektitel",
|
|
21
|
+
"Description": "Beschrijving",
|
|
22
|
+
"OG Image URL": "OG Image URL",
|
|
23
|
+
"OG Video URL": "OG Video URL",
|
|
24
|
+
"Tag Names": "Tag namen",
|
|
25
|
+
"Folder ID": "Map ID",
|
|
26
|
+
"Expires At": "Verloopt op",
|
|
27
|
+
"Expired URL": "Verlopen URL",
|
|
28
|
+
"Password": "Wachtwoord",
|
|
29
|
+
"Track Conversions": "Bijhouden conversies",
|
|
30
|
+
"Custom Link Previews": "Aangepaste linkvoorbeelden",
|
|
31
|
+
"Cloaked URL (URL Rewriting)": "Omhulde URL (URL herschrijven)",
|
|
32
|
+
"Allow Search Engine Indexing": "Zoekmachine-indexering toestaan",
|
|
33
|
+
"Archived": "Gearchiveerd",
|
|
34
|
+
"iOS Redirect URL": "iOS omleidings-URL",
|
|
35
|
+
"Android Redirect URL": "Android omleiden URL",
|
|
36
|
+
"Comments": "Opmerkingen",
|
|
37
|
+
"UTM Source": "UTM bron",
|
|
38
|
+
"UTM Medium": "UTM Medium",
|
|
39
|
+
"UTM Campaign": "UTM campagne",
|
|
40
|
+
"UTM Term": "UTM term",
|
|
41
|
+
"UTM Content": "UTM inhoud",
|
|
42
|
+
"Look Up By": "Zoek omhoog door",
|
|
43
|
+
"Link ID": "Link ID",
|
|
44
|
+
"Key (Slug)": "Sleutel (Slug)",
|
|
45
|
+
"Domain Filter": "Domein filter",
|
|
46
|
+
"Tag Name Filter": "Tag naam filter",
|
|
47
|
+
"Search Query": "Zoek query",
|
|
48
|
+
"User ID Filter": "Filter gebruikers-ID",
|
|
49
|
+
"Include Archived Links": "Gearchiveerde links opnemen",
|
|
50
|
+
"Page": "Pagina",
|
|
51
|
+
"Page Size": "Paginagrootte",
|
|
52
|
+
"Sort By": "Sorteren op",
|
|
53
|
+
"New Destination URL": "Nieuwe bestemming URL",
|
|
54
|
+
"New Slug": "Nieuwe Slak",
|
|
55
|
+
"Method": "Methode",
|
|
56
|
+
"Headers": "Kopteksten",
|
|
57
|
+
"Query Parameters": "Query parameters",
|
|
58
|
+
"Body Type": "Type lichaam",
|
|
59
|
+
"Body": "Lichaam",
|
|
60
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
61
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
62
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
63
|
+
"Follow redirects": "Volg omleidingen",
|
|
64
|
+
"The full destination URL the short link should redirect to.": "De volledige URL waar de korte link naar moet doorlinken.",
|
|
65
|
+
"The domain to use for the short link (e.g. `dub.sh`). If omitted, the primary workspace domain is used.": "Het domein dat gebruikt moet worden voor de korte link (bijv. `dub.sh`). Indien weggelaten wordt het primaire workspace domein gebruikt.",
|
|
66
|
+
"Custom slug for the short link (e.g. `my-promo`). If omitted, a random 7-character slug is generated.": "Aangepaste slug voor de korte link (bijv. `my-promo`). Indien weggelaten, wordt een willekeurige 7-karakter slug gegenereerd.",
|
|
67
|
+
"Your internal database ID for this link. Must be unique per workspace. Useful for looking up the link later.": "Uw interne database ID voor deze link. Moet uniek zijn per workspace. Nuttig voor het opzoeken van de link later.",
|
|
68
|
+
"A human-readable title for the link (used in the Dub dashboard).": "Een leesbare titel voor de link (gebruikt in het Dub dashboard).",
|
|
69
|
+
"A short description of what the link points to.": "Een korte beschrijving van waar de link naar verwijst.",
|
|
70
|
+
"Custom link preview image (og:image). Used when Custom Link Previews (`proxy`) is enabled.": "Aangepaste link voorbeeldafbeelding (og:image). Wordt gebruikt wanneer Custom Link Previews (`proxy`) is ingeschakeld.",
|
|
71
|
+
"Custom link preview video (og:video). Used when Custom Link Previews (`proxy`) is enabled.": "Aangepaste link preview video (og:video). Wordt gebruikt wanneer Custom Link Previews (`proxy`) zijn ingeschakeld.",
|
|
72
|
+
"List of tag names to attach to this link.": "Lijst van tagnamen om aan deze link toe te voegen.",
|
|
73
|
+
"The unique ID of an existing folder to assign this link to.": "Het unieke ID van een bestaande map om aan deze link toe te wijzen.",
|
|
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 wanneer de link moet verlopen (bijv. `2025-12-31T23:59:59Z`). Verlopen koppelingen naar de verval-URL.",
|
|
75
|
+
"URL to redirect to after the link expires.": "URL om naar door te verwijzen nadat de link is verlopen.",
|
|
76
|
+
"Password-protect the link. Visitors must enter this password before being redirected.": "Wachtwoord-bescherming van de link. Bezoekers moeten dit wachtwoord invoeren voordat ze worden doorverwezen.",
|
|
77
|
+
"Whether to track conversions for this link.": "Of u conversies wilt bijhouden voor deze link.",
|
|
78
|
+
"Enable Custom Link Previews (og:title, og:description, og:image) for this link.": "Schakel aangepaste link voorvertoningen in (og:title, og:description, og:image) voor deze link.",
|
|
79
|
+
"Cloak the destination URL — visitors see the short link URL in the browser.": "Cloak de bestemmings-URL — bezoekers zien de korte link URL in de browser.",
|
|
80
|
+
"Allow search engines to index this short link.": "Sta toe dat zoekmachines deze korte link indexeren.",
|
|
81
|
+
"Archive this link immediately after creation.": "Archiveer deze link onmiddellijk na de creatie.",
|
|
82
|
+
"Redirect iOS device visitors to this URL instead.": "Redirect bezoekers van het iOS-apparaat naar deze URL in plaats daarvan.",
|
|
83
|
+
"Redirect Android device visitors to this URL instead.": "Verwijs bezoekers van Android-apparaat om naar deze URL te gaan.",
|
|
84
|
+
"Internal notes about this link (not shown to visitors).": "Interne notities over deze link (niet getoond aan bezoekers).",
|
|
85
|
+
"UTM source parameter (e.g. `newsletter`, `twitter`).": "UTM bron parameter (bijv. `newsletter`, `twitter`).",
|
|
86
|
+
"UTM medium parameter (e.g. `email`, `social`).": "UTM medium parameter (bijv. `email`, `social`).",
|
|
87
|
+
"UTM campaign parameter (e.g. `spring-sale`).": "UTM campagne parameter (bijv. `spring-sale`).",
|
|
88
|
+
"UTM term parameter for paid search keywords.": "UTM term parameter voor betaalde zoekwoorden.",
|
|
89
|
+
"UTM content parameter for A/B testing.": "UTM inhoudsparameter voor A/B testen.",
|
|
90
|
+
"How to identify the link you want to retrieve.": "Hoe de link te identificeren die u wilt ophalen.",
|
|
91
|
+
"The Dub-generated link ID (e.g. `clv3g2...`). Used when Look Up By = Link ID.": "De Dub-gegenereerde link ID (bijv. `clv3g2...`). Gebruikt wanneer je naar omhoog kijkt door = link ID.",
|
|
92
|
+
"Your internal ID for the link. Pass with prefix `ext_` (e.g. `ext_123456`). Used when Look Up By = External ID.": "Je interne ID voor de link. Pas aan met de prefix `ext_` (bv. `ext_123456`). Gebruikt wanneer je omhoog moet kijken door = extern ID.",
|
|
93
|
+
"The domain of the link (e.g. `dub.sh`). Used when Look Up By = Domain + Key.": "Het domein van de link (bijv. `dub.sh`). Gebruikt door = Domein + Key.",
|
|
94
|
+
"The slug of the link (e.g. `my-promo`). Used when Look Up By = Domain + Key.": "De slug van de link (bijv. `my-promo`). Gebruikt door = Domain + Key.",
|
|
95
|
+
"Filter by a specific domain (e.g. `dub.sh`). Leave empty to return all domains.": "Filter op een specifiek domein (bijv. `dub.sh`). Laat leeg om alle domeinen te retourneren.",
|
|
96
|
+
"Filter by one or more tag names.": "Filter op één of meer tagnamen.",
|
|
97
|
+
"Search links by their URL, title, or slug.": "Zoek links op URL, titel of slug.",
|
|
98
|
+
"Filter links created by a specific user ID.": "Filter links gemaakt door een specifieke gebruiker ID.",
|
|
99
|
+
"Whether to include archived links in the results.": "Of gearchiveerde links moeten worden opgenomen in de resultaten.",
|
|
100
|
+
"Page number for pagination (starts at 1).": "Paginanummer voor paginering (begint bij 1).",
|
|
101
|
+
"Number of links to return per page (1–100). Default is 100.": "Aantal links om terug te keren per pagina (1–100). Standaard is 100.",
|
|
102
|
+
"Field to sort results by.": "Veld om resultaten op te sorteren.",
|
|
103
|
+
"The ID of the link to update (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "De ID van de te updaten link (bv. `clv3g2...`). Vindt dit van de link aanmaken of lijst met links acties.",
|
|
104
|
+
"Update the destination URL the link redirects to.": "Werk de bestemming URL waarnaar de link doorverwijst.",
|
|
105
|
+
"Update the short link slug (the part after the domain).": "Werk de korte link-slug bij (het deel na het domein).",
|
|
106
|
+
"Update the human-readable title.": "Update de titel voor menselijk leesbaar gebruik.",
|
|
107
|
+
"Update the link description.": "Werk de linkbeschrijving bij.",
|
|
108
|
+
"Update the custom link preview image (og:image).": "Update de aangepaste voorbeeldafbeelding van de link (og:afbeelding).",
|
|
109
|
+
"Update the custom link preview video (og:video).": "Update de aangepaste link preview video (og:video).",
|
|
110
|
+
"Replace the link's tags with this new list of tag names. Send an empty array to clear all tags.": "Vervang de tags van de link door deze nieuwe lijst met tagnamen. Stuur een lege array om alle tags te wissen.",
|
|
111
|
+
"Move this link to a different folder by its ID.": "Verplaats deze link via de ID naar een andere map.",
|
|
112
|
+
"ISO 8601 datetime when the link should expire. Set to empty to remove expiration.": "ISO 8601 datumtijd wanneer de link moet verlopen. Zet op leeg om de vervaldatum te verwijderen.",
|
|
113
|
+
"URL to redirect to after expiration.": "URL om naar na de vervaldatum door te verwijzen",
|
|
114
|
+
"Update the password for this link. Leave blank to remove password protection.": "Update het wachtwoord voor deze link. Laat leeg om wachtwoordbeveiliging te verwijderen.",
|
|
115
|
+
"Enable or disable Custom Link Previews (og:title, og:description, og:image) for this link.": "In- of uitschakelen van aangepaste linkvoorbeelden (og:title, og:description, og:image) voor deze link.",
|
|
116
|
+
"Toggle URL cloaking.": "Schakel URL omhullen.",
|
|
117
|
+
"Archive or unarchive the link.": "Archiveer of dearchiveer de link.",
|
|
118
|
+
"Update the iOS-specific redirect URL.": "Update de iOS-specifieke doorverwijzings-URL.",
|
|
119
|
+
"Update the Android-specific redirect URL.": "Werk de Android-specifieke doorverwijzing-URL bij.",
|
|
120
|
+
"Update internal notes for this link.": "Interne notities voor deze link bijwerken.",
|
|
121
|
+
"Update the UTM source parameter.": "Update de UTM source parameter.",
|
|
122
|
+
"Update the UTM medium parameter.": "Werk de UTM gemiddelde parameter bij.",
|
|
123
|
+
"Update the UTM campaign parameter.": "Update de UTM campagne parameter.",
|
|
124
|
+
"Update the UTM term parameter.": "Update de UTM termijn parameter.",
|
|
125
|
+
"Update the UTM content parameter.": "Werk de UTM inhoudsparameter bij.",
|
|
126
|
+
"The ID of the link to delete (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "De ID van de link om te verwijderen (b.v. `clv3g2...`). Vindt dit vanuit de link aanmaken of lijst met links acties.",
|
|
127
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
128
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
129
|
+
"Domain + Key": "Domein + Sleutel",
|
|
130
|
+
"Created At (newest first)": "Gemaakt op (nieuwste eerst)",
|
|
131
|
+
"Clicks (most clicks first)": "Klikken (meeste kliks eerst)",
|
|
132
|
+
"Last Clicked": "Laatst aangeklikt",
|
|
133
|
+
"GET": "KRIJG",
|
|
134
|
+
"POST": "POSTE",
|
|
135
|
+
"PATCH": "BEKIJK",
|
|
136
|
+
"PUT": "PUT",
|
|
137
|
+
"DELETE": "VERWIJDEREN",
|
|
138
|
+
"HEAD": "HOOFD",
|
|
139
|
+
"None": "geen",
|
|
140
|
+
"JSON": "JSON",
|
|
141
|
+
"Form Data": "Formulieren gegevens",
|
|
142
|
+
"Raw": "Onbewerkte",
|
|
143
|
+
"Link Clicked": "Link aangeklikt",
|
|
144
|
+
"Link Created": "Link aangemaakt",
|
|
145
|
+
"Triggers in real time whenever one of your Dub short links is clicked.": "Triggers in real time wanneer op een van uw korte links wordt geklikt.",
|
|
146
|
+
"Triggers in real time whenever a new short link is created in your Dub workspace.": "Triggert in real time wanneer er een nieuwe korte link wordt gemaakt in uw Dub werkruimte.",
|
|
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**.": "## Instructies instellen\n\n1. Ga naar je Dub workspace en navigeer naar **Instellingen → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Klik **Creëer Webhook**.\n3. Geef uw webhook een naam.\n4. Plak de volgende URL in het **URL** veld:\n```text\n{{webhookUrl}}\n```\n5. Onder **Gebeurtenissen**, selecteer **link.clicked**.\n6. Klik **Maak 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**.": "## Instructies instellen\n\n1. Ga naar je Dub workspace en navigeer naar **Instellingen → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Klik **Creëer Webhook**.\n3. Geef uw webhook een naam.\n4. Plak de volgende URL in het **URL** veld:\n```text\n{{webhookUrl}}\n```\n5. Onder **Gebeurtenissen**, selecteer **link.created**.\n6. Klik op **Creëer webhook**."
|
|
150
|
+
}
|
package/src/i18n/pt.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 é a moderna plataforma de atribuição de links para criar, gerenciar e analisar links curtos, rastrear conversões e executar 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 obter sua chave de API Dub:\n1. Vá para [https://app.dub.co/settings/tokens](https://app.dub.co/settings/tokens)\n2. Clique em **Criar chave de API**\n3. Dê um nome à sua chave e selecione os escopos\nnecessários. Copie a chave — começa com `dub_` (por exemplo, `dub_xxxxxxxxxxxxxxxx`)\n5. Cole aqui\n\n> **escopos necessários:** `links.read`, `links.write`, `webhooks.write` (para gatilhos)\n",
|
|
4
|
+
"Create Link": "Criar Link",
|
|
5
|
+
"Get Link": "Get Link",
|
|
6
|
+
"List Links": "Lista de links",
|
|
7
|
+
"Update Link": "Atualizar Link",
|
|
8
|
+
"Delete Link": "Excluir Link",
|
|
9
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
10
|
+
"Create a new shortened link in your Dub workspace.": "Crie um novo link encurtado no seu espaço de trabalho Dub.",
|
|
11
|
+
"Retrieve details of a specific Dub link by its ID, external ID, or domain + key.": "Recupere detalhes de um link Dub específico por seu ID, ID externo ou domínio + chave.",
|
|
12
|
+
"Retrieve a paginated list of links in your Dub workspace.": "Recuperar uma lista de links paginados no seu espaço de trabalho Dub.",
|
|
13
|
+
"Update an existing Dub link. Only the fields you fill in will be updated.": "Atualize um link Dub existente. Apenas os campos que você preencher serão atualizados.",
|
|
14
|
+
"Permanently delete a Dub link. This action cannot be undone.": "Exclua permanentemente um link de Dub. Esta ação não pode ser desfeita.",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
16
|
+
"Destination URL": "URL de destino",
|
|
17
|
+
"Domain": "Domínio",
|
|
18
|
+
"Short Link Slug": "Slug de Link Curto",
|
|
19
|
+
"External ID": "ID Externo",
|
|
20
|
+
"Title": "Título",
|
|
21
|
+
"Description": "Descrição",
|
|
22
|
+
"OG Image URL": "OG Image URL",
|
|
23
|
+
"OG Video URL": "URL do vídeo OG",
|
|
24
|
+
"Tag Names": "Nomes da Tag",
|
|
25
|
+
"Folder ID": "ID da pasta",
|
|
26
|
+
"Expires At": "Expira em",
|
|
27
|
+
"Expired URL": "URL expirada",
|
|
28
|
+
"Password": "Senha",
|
|
29
|
+
"Track Conversions": "Acompanhar Conversões",
|
|
30
|
+
"Custom Link Previews": "Pré-visualização de links personalizados",
|
|
31
|
+
"Cloaked URL (URL Rewriting)": "URL escondida (Reescrita de URL)",
|
|
32
|
+
"Allow Search Engine Indexing": "Permitir indexação de mecanismos de busca",
|
|
33
|
+
"Archived": "Arquivado",
|
|
34
|
+
"iOS Redirect URL": "URL de redirecionamento iOS",
|
|
35
|
+
"Android Redirect URL": "URL de Redirecionamento Android",
|
|
36
|
+
"Comments": "comentários",
|
|
37
|
+
"UTM Source": "Fonte UTM",
|
|
38
|
+
"UTM Medium": "Médio UTM",
|
|
39
|
+
"UTM Campaign": "Campanha UTM",
|
|
40
|
+
"UTM Term": "Termo UTM",
|
|
41
|
+
"UTM Content": "Conteúdo UTM",
|
|
42
|
+
"Look Up By": "Olhar para cima por",
|
|
43
|
+
"Link ID": "Link ID",
|
|
44
|
+
"Key (Slug)": "Tecla (Slug)",
|
|
45
|
+
"Domain Filter": "Filtro de domínio",
|
|
46
|
+
"Tag Name Filter": "Filtro de Nome da Tag",
|
|
47
|
+
"Search Query": "Consulta de Pesquisa",
|
|
48
|
+
"User ID Filter": "Filtro de ID de usuário",
|
|
49
|
+
"Include Archived Links": "Incluir Links Arquivados",
|
|
50
|
+
"Page": "Página",
|
|
51
|
+
"Page Size": "Tamanho da página",
|
|
52
|
+
"Sort By": "Classificar por",
|
|
53
|
+
"New Destination URL": "URL do Novo Destino",
|
|
54
|
+
"New Slug": "Novo Slug",
|
|
55
|
+
"Method": "Método",
|
|
56
|
+
"Headers": "Cabeçalhos",
|
|
57
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
58
|
+
"Body Type": "Tipo de Corpo",
|
|
59
|
+
"Body": "Conteúdo",
|
|
60
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
61
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
62
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
63
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
64
|
+
"The full destination URL the short link should redirect to.": "A URL de destino completa para que o link curto deve redirecionar para.",
|
|
65
|
+
"The domain to use for the short link (e.g. `dub.sh`). If omitted, the primary workspace domain is used.": "O domínio a ser usado para o link curto (por exemplo, `dub.sh`). Se omitido, o domínio principal do espaço de trabalho é usado.",
|
|
66
|
+
"Custom slug for the short link (e.g. `my-promo`). If omitted, a random 7-character slug is generated.": "Slug personalizado para o link curto (por exemplo, 'meu-promoção'). Caso omitido, será gerado um slug aleatório de 7 caracteres.",
|
|
67
|
+
"Your internal database ID for this link. Must be unique per workspace. Useful for looking up the link later.": "Sua ID do banco de dados interno para este link. Deve ser exclusiva por espaço de trabalho. Útil para procurar o link mais tarde.",
|
|
68
|
+
"A human-readable title for the link (used in the Dub dashboard).": "Um título legível para o link (usado no painel Dub).",
|
|
69
|
+
"A short description of what the link points to.": "Uma breve descrição dos pontos do link.",
|
|
70
|
+
"Custom link preview image (og:image). Used when Custom Link Previews (`proxy`) is enabled.": "Imagem de pré-visualização de links personalizados (og:image). Usado quando pré-visualizações de links personalizados (`proxy`) está ativado.",
|
|
71
|
+
"Custom link preview video (og:video). Used when Custom Link Previews (`proxy`) is enabled.": "Vídeo de pré-visualização de link personalizado (og:video). Usado quando pré-visualizações de links personalizados (`proxy`) está ativado.",
|
|
72
|
+
"List of tag names to attach to this link.": "Lista de nomes de etiquetas para anexar a este link.",
|
|
73
|
+
"The unique ID of an existing folder to assign this link to.": "O ID exclusivo de uma pasta existente para atribuir este link.",
|
|
74
|
+
"ISO 8601 datetime when the link should expire (e.g. `2025-12-31T23:59:59Z`). Expired links redirect to the expiration URL.": "Data do ISO 8601 quando o link deve expirar (por exemplo, `2025-12-31T23:59:59Z`). Links expirados redirecionados para a URL de expiração.",
|
|
75
|
+
"URL to redirect to after the link expires.": "URL para onde redirecionar após o link expirar.",
|
|
76
|
+
"Password-protect the link. Visitors must enter this password before being redirected.": "Proteção à senha do link. Os visitantes devem digitar essa senha antes de serem redirecionados.",
|
|
77
|
+
"Whether to track conversions for this link.": "Se deseja rastrear as conversões para este link.",
|
|
78
|
+
"Enable Custom Link Previews (og:title, og:description, og:image) for this link.": "Ativar pré-visualizações de links personalizadas (og:title, og:description, og:image) para este link.",
|
|
79
|
+
"Cloak the destination URL — visitors see the short link URL in the browser.": "Captura da URL de destino — os visitantes veem a URL do link curto no navegador.",
|
|
80
|
+
"Allow search engines to index this short link.": "Permitir que os motores de busca indiquem este link curto.",
|
|
81
|
+
"Archive this link immediately after creation.": "Arquivar este link imediatamente após a criação.",
|
|
82
|
+
"Redirect iOS device visitors to this URL instead.": "Redirecione os visitantes dos dispositivos iOS para esta URL em vez disso.",
|
|
83
|
+
"Redirect Android device visitors to this URL instead.": "Redirecione os visitantes dos dispositivos Android para esta URL em vez disso.",
|
|
84
|
+
"Internal notes about this link (not shown to visitors).": "Notas internas sobre este link (não mostradas aos visitantes).",
|
|
85
|
+
"UTM source parameter (e.g. `newsletter`, `twitter`).": "Parâmetro UTM de origem (ex: `newsletter`, `twitter`).",
|
|
86
|
+
"UTM medium parameter (e.g. `email`, `social`).": "Parâmetro médio UTM (por exemplo, `email`, `social`).",
|
|
87
|
+
"UTM campaign parameter (e.g. `spring-sale`).": "Parâmetro da campanha UTM (por exemplo, `spring-sale`).",
|
|
88
|
+
"UTM term parameter for paid search keywords.": "Parâmetro UTM para pesquisa paga de palavras-chave.",
|
|
89
|
+
"UTM content parameter for A/B testing.": "Parâmetro de conteúdo UTM para testes A/B.",
|
|
90
|
+
"How to identify the link you want to retrieve.": "Como identificar o link que você deseja recuperar.",
|
|
91
|
+
"The Dub-generated link ID (e.g. `clv3g2...`). Used when Look Up By = Link ID.": "A ID de link gerada pela Dublim (por exemplo, `clv3g2...`). Usado quando Olhar Para Cima = Link ID.",
|
|
92
|
+
"Your internal ID for the link. Pass with prefix `ext_` (e.g. `ext_123456`). Used when Look Up By = External ID.": "Seu ID interno para o link. Passe com prefixo `ext_` (por exemplo, `ext_123456`). Usado quando Procurar por = ID Externo.",
|
|
93
|
+
"The domain of the link (e.g. `dub.sh`). Used when Look Up By = Domain + Key.": "O domínio do link (por exemplo, `dub.sh`). Usado quando Olhar Para Cima Por = Domínio + Chave.",
|
|
94
|
+
"The slug of the link (e.g. `my-promo`). Used when Look Up By = Domain + Key.": "O slug do link (por exemplo, `meu-promoção`). Usado quando Olhar Para Cima Por = Domínio + Chave.",
|
|
95
|
+
"Filter by a specific domain (e.g. `dub.sh`). Leave empty to return all domains.": "Filtrar por um domínio específico (por exemplo, `dub.sh`). Deixe em branco para devolver todos os domínios.",
|
|
96
|
+
"Filter by one or more tag names.": "Filtrar por um ou mais nomes de tag.",
|
|
97
|
+
"Search links by their URL, title, or slug.": "Pesquisar links por sua URL, título ou slug.",
|
|
98
|
+
"Filter links created by a specific user ID.": "Filtrar links criados por uma ID de usuário específica.",
|
|
99
|
+
"Whether to include archived links in the results.": "Incluindo os links arquivados nos resultados.",
|
|
100
|
+
"Page number for pagination (starts at 1).": "Número da página para paginação (começa a 1).",
|
|
101
|
+
"Number of links to return per page (1–100). Default is 100.": "Número de links a retornar por página (1–100). O padrão é 100.",
|
|
102
|
+
"Field to sort results by.": "Campo para classificar os resultados.",
|
|
103
|
+
"The ID of the link to update (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "O ID do link a ser atualizado (por exemplo, `clv3g2...`). Encontre isto nas ações Criar Link ou Listar Links.",
|
|
104
|
+
"Update the destination URL the link redirects to.": "Atualiza o URL de destino ao qual o link redireciona para.",
|
|
105
|
+
"Update the short link slug (the part after the domain).": "Atualize o link curto slug (a parte após o domínio).",
|
|
106
|
+
"Update the human-readable title.": "Atualize o título legível ao homem.",
|
|
107
|
+
"Update the link description.": "Atualize a descrição do link.",
|
|
108
|
+
"Update the custom link preview image (og:image).": "Atualizar a imagem de pré-visualização de links personalizada (og:image).",
|
|
109
|
+
"Update the custom link preview video (og:video).": "Atualize o vídeo de pré-visualização do link personalizado (og:video).",
|
|
110
|
+
"Replace the link's tags with this new list of tag names. Send an empty array to clear all tags.": "Substitua as tags do link por esta nova lista de nomes de tags. Envie um array vazio para limpar todas as tags.",
|
|
111
|
+
"Move this link to a different folder by its ID.": "Mover este link para uma pasta diferente de seu ID.",
|
|
112
|
+
"ISO 8601 datetime when the link should expire. Set to empty to remove expiration.": "Data do ISO 8601 quando o link deve expirar. Defina como vazio para remover a expiração.",
|
|
113
|
+
"URL to redirect to after expiration.": "URL para redirecionar após expiração.",
|
|
114
|
+
"Update the password for this link. Leave blank to remove password protection.": "Atualize a senha para este link. Deixe em branco para remover a proteção por senha.",
|
|
115
|
+
"Enable or disable Custom Link Previews (og:title, og:description, og:image) for this link.": "Ativar ou desativar pré-visualizações de links personalizados (og:title, og:description, og:image) para este link.",
|
|
116
|
+
"Toggle URL cloaking.": "Alternar camuflagem de URL.",
|
|
117
|
+
"Archive or unarchive the link.": "Arquivar ou desarquivar o link.",
|
|
118
|
+
"Update the iOS-specific redirect URL.": "Atualizar a URL de redirecionamento específico do iOS.",
|
|
119
|
+
"Update the Android-specific redirect URL.": "Atualizar URL de redirecionamento específico para Android.",
|
|
120
|
+
"Update internal notes for this link.": "Atualize notas internas para este link.",
|
|
121
|
+
"Update the UTM source parameter.": "Atualizar o parâmetro da fonte UTM.",
|
|
122
|
+
"Update the UTM medium parameter.": "Atualizar o parâmetro da média UTM.",
|
|
123
|
+
"Update the UTM campaign parameter.": "Atualize o parâmetro da campanha UTM.",
|
|
124
|
+
"Update the UTM term parameter.": "Atualize o parâmetro do termo UTM.",
|
|
125
|
+
"Update the UTM content parameter.": "Atualizar o parâmetro do conteúdo UTM.",
|
|
126
|
+
"The ID of the link to delete (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "O ID do link a ser eliminado (por exemplo, `clv3g2...`). Encontre isto nas ações Criar Link ou Listar links.",
|
|
127
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
128
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
129
|
+
"Domain + Key": "Domínio + Chave",
|
|
130
|
+
"Created At (newest first)": "Criado em (o mais recente primeiro)",
|
|
131
|
+
"Clicks (most clicks first)": "Cliques (mais cliques primeiro)",
|
|
132
|
+
"Last Clicked": "Último clicado",
|
|
133
|
+
"GET": "OBTER",
|
|
134
|
+
"POST": "POSTAR",
|
|
135
|
+
"PATCH": "COMPRAR",
|
|
136
|
+
"PUT": "COLOCAR",
|
|
137
|
+
"DELETE": "EXCLUIR",
|
|
138
|
+
"HEAD": "CABEÇA",
|
|
139
|
+
"None": "Nenhuma",
|
|
140
|
+
"JSON": "JSON",
|
|
141
|
+
"Form Data": "Dados de Formulário",
|
|
142
|
+
"Raw": "RAW",
|
|
143
|
+
"Link Clicked": "Link clicado",
|
|
144
|
+
"Link Created": "Link Criado",
|
|
145
|
+
"Triggers in real time whenever one of your Dub short links is clicked.": "Aciona em tempo real sempre que um de seu Dub links curtos é clicado.",
|
|
146
|
+
"Triggers in real time whenever a new short link is created in your Dub workspace.": "Aciona em tempo real sempre que um novo link curto é criado na área de trabalho 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**.": "## Instruções de configuração\n\n1. Vá para o seu espaço de trabalho do Dub e navegue para **Configurações → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Clique em **Criar Webhook**.\n3. Dê um nome ao seu webhook.\n4. Cole o seguinte URL no campo **URL**:\n```text\n{{webhookUrl}}\n```\n5. Em **Eventos**, selecione **link.clicked**.\n6. Clique em **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**.": "## Instruções de configuração\n\n1. Vá para o seu espaço de trabalho do Dub e navegue para **Configurações → [Webhooks](https://app.dub.co/settings/webhooks)**.\n2. Clique em **Criar Webhook**.\n3. Dê um nome ao seu webhook.\n4. Cole o seguinte URL no campo **URL**:\n```text\n{{webhookUrl}}\n```\n5. Em **Eventos**, selecione **link.created**.\n. 6. Clique em **Create webhook**."
|
|
150
|
+
}
|
package/src/i18n/zh.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 is the modern link attribution platform for creating, managing, and analysing short links, tracking conversions, and running affiliate programmes.",
|
|
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": "Create Link",
|
|
5
|
+
"Get Link": "Get Link",
|
|
6
|
+
"List Links": "List Links",
|
|
7
|
+
"Update Link": "Update Link",
|
|
8
|
+
"Delete Link": "Delete Link",
|
|
9
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
10
|
+
"Create a new shortened link in your Dub workspace.": "Create a new shortened link in your Dub workspace.",
|
|
11
|
+
"Retrieve details of a specific Dub link by its ID, external ID, or domain + key.": "Retrieve details of a specific Dub link by its ID, external ID, or domain + key.",
|
|
12
|
+
"Retrieve a paginated list of links in your Dub workspace.": "Retrieve a paginated list of links in your Dub workspace.",
|
|
13
|
+
"Update an existing Dub link. Only the fields you fill in will be updated.": "Update an existing Dub link. Only the fields you fill in will be updated.",
|
|
14
|
+
"Permanently delete a Dub link. This action cannot be undone.": "Permanently delete a Dub link. This action cannot be undone.",
|
|
15
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
16
|
+
"Destination URL": "Destination URL",
|
|
17
|
+
"Domain": "Domain",
|
|
18
|
+
"Short Link Slug": "Short Link Slug",
|
|
19
|
+
"External ID": "外部ID",
|
|
20
|
+
"Title": "标题",
|
|
21
|
+
"Description": "描述",
|
|
22
|
+
"OG Image URL": "OG Image URL",
|
|
23
|
+
"OG Video URL": "OG Video URL",
|
|
24
|
+
"Tag Names": "Tag Names",
|
|
25
|
+
"Folder ID": "Folder ID",
|
|
26
|
+
"Expires At": "Expires At",
|
|
27
|
+
"Expired URL": "Expired URL",
|
|
28
|
+
"Password": "Password",
|
|
29
|
+
"Track Conversions": "Track Conversions",
|
|
30
|
+
"Custom Link Previews": "Custom Link Previews",
|
|
31
|
+
"Cloaked URL (URL Rewriting)": "Cloaked URL (URL Rewriting)",
|
|
32
|
+
"Allow Search Engine Indexing": "Allow Search Engine Indexing",
|
|
33
|
+
"Archived": "Archived",
|
|
34
|
+
"iOS Redirect URL": "iOS Redirect URL",
|
|
35
|
+
"Android Redirect URL": "Android Redirect URL",
|
|
36
|
+
"Comments": "Comments",
|
|
37
|
+
"UTM Source": "UTM Source",
|
|
38
|
+
"UTM Medium": "UTM Medium",
|
|
39
|
+
"UTM Campaign": "UTM Campaign",
|
|
40
|
+
"UTM Term": "UTM Term",
|
|
41
|
+
"UTM Content": "UTM Content",
|
|
42
|
+
"Look Up By": "Look Up By",
|
|
43
|
+
"Link ID": "Link ID",
|
|
44
|
+
"Key (Slug)": "Key (Slug)",
|
|
45
|
+
"Domain Filter": "Domain Filter",
|
|
46
|
+
"Tag Name Filter": "Tag Name Filter",
|
|
47
|
+
"Search Query": "Search Query",
|
|
48
|
+
"User ID Filter": "User ID Filter",
|
|
49
|
+
"Include Archived Links": "Include Archived Links",
|
|
50
|
+
"Page": "Page",
|
|
51
|
+
"Page Size": "Page Size",
|
|
52
|
+
"Sort By": "Sort By",
|
|
53
|
+
"New Destination URL": "New Destination URL",
|
|
54
|
+
"New Slug": "New Slug",
|
|
55
|
+
"Method": "方法",
|
|
56
|
+
"Headers": "信头",
|
|
57
|
+
"Query Parameters": "查询参数",
|
|
58
|
+
"Body Type": "Body Type",
|
|
59
|
+
"Body": "正文内容",
|
|
60
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
61
|
+
"No Error on Failure": "失败时没有错误",
|
|
62
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
63
|
+
"Follow redirects": "Follow redirects",
|
|
64
|
+
"The full destination URL the short link should redirect to.": "The full destination URL the short link should redirect to.",
|
|
65
|
+
"The domain to use for the short link (e.g. `dub.sh`). If omitted, the primary workspace domain is used.": "The domain to use for the short link (e.g. `dub.sh`). If omitted, the primary workspace domain is used.",
|
|
66
|
+
"Custom slug for the short link (e.g. `my-promo`). If omitted, a random 7-character slug is generated.": "Custom slug for the short link (e.g. `my-promo`). If omitted, a random 7-character slug is generated.",
|
|
67
|
+
"Your internal database ID for this link. Must be unique per workspace. Useful for looking up the link later.": "Your internal database ID for this link. Must be unique per workspace. Useful for looking up the link later.",
|
|
68
|
+
"A human-readable title for the link (used in the Dub dashboard).": "A human-readable title for the link (used in the Dub dashboard).",
|
|
69
|
+
"A short description of what the link points to.": "A short description of what the link points to.",
|
|
70
|
+
"Custom link preview image (og:image). Used when Custom Link Previews (`proxy`) is enabled.": "Custom link preview image (og:image). Used when Custom Link Previews (`proxy`) is enabled.",
|
|
71
|
+
"Custom link preview video (og:video). Used when Custom Link Previews (`proxy`) is enabled.": "Custom link preview video (og:video). Used when Custom Link Previews (`proxy`) is enabled.",
|
|
72
|
+
"List of tag names to attach to this link.": "List of tag names to attach to this link.",
|
|
73
|
+
"The unique ID of an existing folder to assign this link to.": "The unique ID of an existing folder to assign this link to.",
|
|
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 datetime when the link should expire (e.g. `2025-12-31T23:59:59Z`). Expired links redirect to the expiration URL.",
|
|
75
|
+
"URL to redirect to after the link expires.": "URL to redirect to after the link expires.",
|
|
76
|
+
"Password-protect the link. Visitors must enter this password before being redirected.": "Password-protect the link. Visitors must enter this password before being redirected.",
|
|
77
|
+
"Whether to track conversions for this link.": "Whether to track conversions for this link.",
|
|
78
|
+
"Enable Custom Link Previews (og:title, og:description, og:image) for this link.": "Enable Custom Link Previews (og:title, og:description, og:image) for this link.",
|
|
79
|
+
"Cloak the destination URL — visitors see the short link URL in the browser.": "Cloak the destination URL — visitors see the short link URL in the browser.",
|
|
80
|
+
"Allow search engines to index this short link.": "Allow search engines to index this short link.",
|
|
81
|
+
"Archive this link immediately after creation.": "Archive this link immediately after creation.",
|
|
82
|
+
"Redirect iOS device visitors to this URL instead.": "Redirect iOS device visitors to this URL instead.",
|
|
83
|
+
"Redirect Android device visitors to this URL instead.": "Redirect Android device visitors to this URL instead.",
|
|
84
|
+
"Internal notes about this link (not shown to visitors).": "Internal notes about this link (not shown to visitors).",
|
|
85
|
+
"UTM source parameter (e.g. `newsletter`, `twitter`).": "UTM source parameter (e.g. `newsletter`, `twitter`).",
|
|
86
|
+
"UTM medium parameter (e.g. `email`, `social`).": "UTM medium parameter (e.g. `email`, `social`).",
|
|
87
|
+
"UTM campaign parameter (e.g. `spring-sale`).": "UTM campaign parameter (e.g. `spring-sale`).",
|
|
88
|
+
"UTM term parameter for paid search keywords.": "UTM term parameter for paid search keywords.",
|
|
89
|
+
"UTM content parameter for A/B testing.": "UTM content parameter for A/B testing.",
|
|
90
|
+
"How to identify the link you want to retrieve.": "How to identify the link you want to retrieve.",
|
|
91
|
+
"The Dub-generated link ID (e.g. `clv3g2...`). Used when Look Up By = Link ID.": "The Dub-generated link ID (e.g. `clv3g2...`). Used when Look Up By = Link ID.",
|
|
92
|
+
"Your internal ID for the link. Pass with prefix `ext_` (e.g. `ext_123456`). Used when Look Up By = External ID.": "Your internal ID for the link. Pass with prefix `ext_` (e.g. `ext_123456`). Used when Look Up By = External ID.",
|
|
93
|
+
"The domain of the link (e.g. `dub.sh`). Used when Look Up By = Domain + Key.": "The domain of the link (e.g. `dub.sh`). Used when Look Up By = Domain + Key.",
|
|
94
|
+
"The slug of the link (e.g. `my-promo`). Used when Look Up By = Domain + Key.": "The slug of the link (e.g. `my-promo`). Used when Look Up By = Domain + Key.",
|
|
95
|
+
"Filter by a specific domain (e.g. `dub.sh`). Leave empty to return all domains.": "Filter by a specific domain (e.g. `dub.sh`). Leave empty to return all domains.",
|
|
96
|
+
"Filter by one or more tag names.": "Filter by one or more tag names.",
|
|
97
|
+
"Search links by their URL, title, or slug.": "Search links by their URL, title, or slug.",
|
|
98
|
+
"Filter links created by a specific user ID.": "Filter links created by a specific user ID.",
|
|
99
|
+
"Whether to include archived links in the results.": "Whether to include archived links in the results.",
|
|
100
|
+
"Page number for pagination (starts at 1).": "Page number for pagination (starts at 1).",
|
|
101
|
+
"Number of links to return per page (1–100). Default is 100.": "Number of links to return per page (1–100). Default is 100.",
|
|
102
|
+
"Field to sort results by.": "Field to sort results by.",
|
|
103
|
+
"The ID of the link to update (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "The ID of the link to update (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.",
|
|
104
|
+
"Update the destination URL the link redirects to.": "Update the destination URL the link redirects to.",
|
|
105
|
+
"Update the short link slug (the part after the domain).": "Update the short link slug (the part after the domain).",
|
|
106
|
+
"Update the human-readable title.": "Update the human-readable title.",
|
|
107
|
+
"Update the link description.": "Update the link description.",
|
|
108
|
+
"Update the custom link preview image (og:image).": "Update the custom link preview image (og:image).",
|
|
109
|
+
"Update the custom link preview video (og:video).": "Update the custom link preview video (og:video).",
|
|
110
|
+
"Replace the link's tags with this new list of tag names. Send an empty array to clear all tags.": "Replace the link's tags with this new list of tag names. Send an empty array to clear all tags.",
|
|
111
|
+
"Move this link to a different folder by its ID.": "Move this link to a different folder by its ID.",
|
|
112
|
+
"ISO 8601 datetime when the link should expire. Set to empty to remove expiration.": "ISO 8601 datetime when the link should expire. Set to empty to remove expiration.",
|
|
113
|
+
"URL to redirect to after expiration.": "URL to redirect to after expiration.",
|
|
114
|
+
"Update the password for this link. Leave blank to remove password protection.": "Update the password for this link. Leave blank to remove password protection.",
|
|
115
|
+
"Enable or disable Custom Link Previews (og:title, og:description, og:image) for this link.": "Enable or disable Custom Link Previews (og:title, og:description, og:image) for this link.",
|
|
116
|
+
"Toggle URL cloaking.": "Toggle URL cloaking.",
|
|
117
|
+
"Archive or unarchive the link.": "Archive or unarchive the link.",
|
|
118
|
+
"Update the iOS-specific redirect URL.": "Update the iOS-specific redirect URL.",
|
|
119
|
+
"Update the Android-specific redirect URL.": "Update the Android-specific redirect URL.",
|
|
120
|
+
"Update internal notes for this link.": "Update internal notes for this link.",
|
|
121
|
+
"Update the UTM source parameter.": "Update the UTM source parameter.",
|
|
122
|
+
"Update the UTM medium parameter.": "Update the UTM medium parameter.",
|
|
123
|
+
"Update the UTM campaign parameter.": "Update the UTM campaign parameter.",
|
|
124
|
+
"Update the UTM term parameter.": "Update the UTM term parameter.",
|
|
125
|
+
"Update the UTM content parameter.": "Update the UTM content parameter.",
|
|
126
|
+
"The ID of the link to delete (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.": "The ID of the link to delete (e.g. `clv3g2...`). Find this from the Create Link or List Links actions.",
|
|
127
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
128
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
129
|
+
"Domain + Key": "Domain + Key",
|
|
130
|
+
"Created At (newest first)": "Created At (newest first)",
|
|
131
|
+
"Clicks (most clicks first)": "Clicks (most clicks first)",
|
|
132
|
+
"Last Clicked": "Last Clicked",
|
|
133
|
+
"GET": "获取",
|
|
134
|
+
"POST": "帖子",
|
|
135
|
+
"PATCH": "PATCH",
|
|
136
|
+
"PUT": "弹出",
|
|
137
|
+
"DELETE": "删除",
|
|
138
|
+
"HEAD": "黑色",
|
|
139
|
+
"None": "无",
|
|
140
|
+
"JSON": "JSON",
|
|
141
|
+
"Form Data": "表单数据",
|
|
142
|
+
"Raw": "原始文件",
|
|
143
|
+
"Link Clicked": "Link Clicked",
|
|
144
|
+
"Link Created": "Link Created",
|
|
145
|
+
"Triggers in real time whenever one of your Dub short links is clicked.": "Triggers in real time whenever one of your Dub short links is clicked.",
|
|
146
|
+
"Triggers in real time whenever a new short link is created in your Dub workspace.": "Triggers in real time whenever a new short link is created in your Dub workspace.",
|
|
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
|
+
}
|