@activepieces/piece-vercel 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 +82 -1
- package/src/i18n/es.json +82 -1
- package/src/i18n/fr.json +82 -1
- package/src/i18n/ja.json +82 -1
- package/src/i18n/nl.json +82 -1
- package/src/i18n/pt.json +82 -1
- package/src/i18n/translation.json +82 -1
- package/src/i18n/zh.json +82 -1
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-vercel",
|
|
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
CHANGED
|
@@ -1 +1,82 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"Deploy projects and manage environment variables on Vercel.": "Deploy-Projekte und Verwaltung von Umgebungsvariablen auf Vercel.",
|
|
3
|
+
"Vercel Access Token": "Vercel Zugangs-Token",
|
|
4
|
+
"Team ID": "Team-ID",
|
|
5
|
+
"Team Slug": "Team-Slug",
|
|
6
|
+
"Create a token in Vercel Settings → Tokens.": "Erstellen Sie ein Token in Vercel Einstellungen → Token.",
|
|
7
|
+
"Optional. Use this to target a specific Vercel team.": "Optional. Verwende dies, um ein bestimmtes Vercel Team anzusprechen.",
|
|
8
|
+
"Optional. Team slug. Ignored when Team ID is provided.": "Optional. Team schlug. Wird ignoriert, wenn Team-ID angegeben wird.",
|
|
9
|
+
"Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.": "Authentifizieren Sie sich mit einem Vercel persönlichen Zugangs-Token. Optional stellen Sie eine Team-ID oder Team-Slug zur Verfügung, um mit Team-eigenen Ressourcen zu arbeiten.",
|
|
10
|
+
"List Projects": "Projekte auflisten",
|
|
11
|
+
"Create Deployment": "Einsatz erstellen",
|
|
12
|
+
"Get Deployment Status": "Bereitschaftsstatus erhalten",
|
|
13
|
+
"List Environment Variables": "Umgebungsvariablen auflisten",
|
|
14
|
+
"Upsert Environment Variable": "Upsert Umgebungsvariable",
|
|
15
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
16
|
+
"Retrieve all Vercel projects for the authenticated user or team.": "Holen Sie alle Vercel Projekte für den authentifizierten Benutzer oder Team.",
|
|
17
|
+
"Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.": "Erstellen Sie ein Deployment für ein bestehendes Vercel-Projekt mit einer Redeploy-Quell-Deployment-ID oder einer Git-Quell-Payload.",
|
|
18
|
+
"Retrieve a deployment and inspect its current status.": "Rufen Sie einen Einsatz ab und überprüfen Sie den aktuellen Status.",
|
|
19
|
+
"Retrieve environment variables for a Vercel project.": "Umgebungsvariablen für ein Vercel Projekt abrufen.",
|
|
20
|
+
"Create or update a Vercel environment variable using Vercel's upsert API.": "Erstellen oder aktualisieren Sie eine Vercel-Umgebungsvariable mit Vercels upsert API.",
|
|
21
|
+
"Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.": "Machen Sie einen benutzerdefinierten API-Aufruf von Vercel. Der Authorisierungs-Header wird automatisch injiziert. Wenn deine Verbindung Team ID oder Team Slug, füge `teamId` oder `slug` manuell in die URL oder Abfrageparameter für team-scoped Anfragen ein.",
|
|
22
|
+
"Search": "Suche",
|
|
23
|
+
"Project": "Projekt",
|
|
24
|
+
"Deployment Source": "Einsatzquelle",
|
|
25
|
+
"Source Configuration": "Quellkonfiguration",
|
|
26
|
+
"Force New Deployment": "Neue Bereitstellung erzwingen",
|
|
27
|
+
"Skip Auto Detection Confirmation": "Bestätigung der automatischen Erkennung überspringen",
|
|
28
|
+
"Deployment": "Einsatz",
|
|
29
|
+
"Include Git Repository Info": "Git-Repository-Info einbeziehen",
|
|
30
|
+
"Decrypt Values": "Werte entschlüsseln",
|
|
31
|
+
"Git Branch": "Git Branch",
|
|
32
|
+
"Key": "Schlüssel",
|
|
33
|
+
"Value": "Wert",
|
|
34
|
+
"Variable Type": "Variablentyp",
|
|
35
|
+
"Target Environments": "Zielumgebungen",
|
|
36
|
+
"Comment": "Kommentar",
|
|
37
|
+
"Method": "Methode",
|
|
38
|
+
"Headers": "Kopfzeilen",
|
|
39
|
+
"Query Parameters": "Abfrageparameter",
|
|
40
|
+
"Body Type": "Körpertyp",
|
|
41
|
+
"Body": "Körper",
|
|
42
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
43
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
45
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
46
|
+
"Filter projects by name.": "Projekte nach Namen filtern.",
|
|
47
|
+
"Select a Vercel project.": "Wählen Sie ein Vercel Projekt.",
|
|
48
|
+
"Choose whether to redeploy a previous deployment or deploy from a connected Git source.": "Wählen Sie aus, ob ein vorheriges Deployment oder ein Deploy aus einer verbundenen Git-Quelle neu eingesetzt werden soll.",
|
|
49
|
+
"Create a new deployment even if a previous similar deployment exists.": "Erstellen Sie ein neues Deployment, auch wenn eine frühere ähnliche Deployment existiert.",
|
|
50
|
+
"Automatically confirm framework detection without prompting.": "Framework-Erkennung automatisch ohne Aufforderung bestätigen.",
|
|
51
|
+
"Select the deployment to inspect.": "Wählen Sie die zu prüfende Bereitstellung aus.",
|
|
52
|
+
"Adds gitRepo information when available.": "Fügt gitRepo Informationen hinzu, wenn verfügbar.",
|
|
53
|
+
"Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.": "Verquert von Vercel. Wenn aktiviert, versucht Vercel entschlüsselte Werte zurückzugeben, wenn erlaubt.",
|
|
54
|
+
"Optional branch filter. Only valid for preview-scoped variables.": "Optionaler Branchen-Filter. Nur gültig für Vorschau-scoped Variablen.",
|
|
55
|
+
"Environment variable key.": "Umgebungsvariable Schlüssel.",
|
|
56
|
+
"Environment variable value.": "Umgebungsvariable Wert.",
|
|
57
|
+
"Vercel environment variable type.": "Paketumgebung Variablentyp.",
|
|
58
|
+
"Environment(s) where this variable should apply.": "Umgebung(en) in der diese Variable gelten soll.",
|
|
59
|
+
"Optional branch. Only valid when Preview is one of the selected targets.": "Optionaler Zweig. Nur gültig wenn die Vorschau eines der ausgewählten Ziele ist.",
|
|
60
|
+
"Optional note describing the variable usage.": "Optionale Anmerkung, die die Verwendung von Variablen beschreibt.",
|
|
61
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
62
|
+
"Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.": "Optionale Abfrageparameter. Bei team-scoped Requests sollte hier `teamId` oder `slug` manuell eingefügt werden.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
64
|
+
"Redeploy Existing Deployment": "Existierende Verteilung umverteilen",
|
|
65
|
+
"Git Source": "Git Quelle",
|
|
66
|
+
"Plain": "Einfache",
|
|
67
|
+
"Sensitive": "Empfindlich",
|
|
68
|
+
"Encrypted": "Verschlüsselt",
|
|
69
|
+
"Production": "Produktion",
|
|
70
|
+
"Preview": "Vorschau",
|
|
71
|
+
"Development": "Entwicklung",
|
|
72
|
+
"GET": "ERHALTEN",
|
|
73
|
+
"POST": "POST",
|
|
74
|
+
"PATCH": "PATCH",
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "LÖSCHEN",
|
|
77
|
+
"HEAD": "HEAD",
|
|
78
|
+
"None": "Keine",
|
|
79
|
+
"JSON": "JSON",
|
|
80
|
+
"Form Data": "Formulardaten",
|
|
81
|
+
"Raw": "Rohe"
|
|
82
|
+
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1 +1,82 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"Deploy projects and manage environment variables on Vercel.": "Despliega proyectos y gestiona variables de entorno en Vercel.",
|
|
3
|
+
"Vercel Access Token": "Token de acceso a Vercel",
|
|
4
|
+
"Team ID": "ID de equipo",
|
|
5
|
+
"Team Slug": "Slug de equipo",
|
|
6
|
+
"Create a token in Vercel Settings → Tokens.": "Cree un token en la Configuración de Vercel → Tokens.",
|
|
7
|
+
"Optional. Use this to target a specific Vercel team.": "Opcional. Usa esto para apuntar a un equipo específico de Vercel.",
|
|
8
|
+
"Optional. Team slug. Ignored when Team ID is provided.": "Opcional. Slug. del equipo. Ignorado cuando el ID del equipo es proporcionado.",
|
|
9
|
+
"Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.": "Autenticar con un token de acceso personal de Vercel. Opcionalmente proporcionar un identificador de equipo o un slug de equipo para operar en recursos propiedad del equipo.",
|
|
10
|
+
"List Projects": "Lista de proyectos",
|
|
11
|
+
"Create Deployment": "Crear despliegue",
|
|
12
|
+
"Get Deployment Status": "Obtener Estado de Despliegue",
|
|
13
|
+
"List Environment Variables": "Listar variables de entorno",
|
|
14
|
+
"Upsert Environment Variable": "Actualizar variable de entorno",
|
|
15
|
+
"Custom API Call": "Llamada API personalizada",
|
|
16
|
+
"Retrieve all Vercel projects for the authenticated user or team.": "Recuperar todos los proyectos de Vercel para el usuario o equipo autenticado.",
|
|
17
|
+
"Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.": "Crear un despliegue para un proyecto existente de Vercel usando un ID de despliegue de código fuente o un payload de código fuente git.",
|
|
18
|
+
"Retrieve a deployment and inspect its current status.": "Recuperar un despliegue e inspeccionar su estado actual.",
|
|
19
|
+
"Retrieve environment variables for a Vercel project.": "Recuperar variables de entorno para un proyecto Vercel.",
|
|
20
|
+
"Create or update a Vercel environment variable using Vercel's upsert API.": "Crear o actualizar una variable de entorno Vercel usando la API de upsert de Vercel.",
|
|
21
|
+
"Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.": "Hacer una llamada API personalizada a Vercel. La cabecera de autorización se inyecta automáticamente. Si tu conexión usa Team ID o Team Slug, añade `teamId` o `slug` manualmente en la URL o Query Parameters para solicitudes de ámbito de equipo.",
|
|
22
|
+
"Search": "Buscar",
|
|
23
|
+
"Project": "Projekt",
|
|
24
|
+
"Deployment Source": "Fuente de despliegue",
|
|
25
|
+
"Source Configuration": "Configuración de origen",
|
|
26
|
+
"Force New Deployment": "Forzar nuevo despliegue",
|
|
27
|
+
"Skip Auto Detection Confirmation": "Saltar confirmación de detección automática",
|
|
28
|
+
"Deployment": "Despliegue",
|
|
29
|
+
"Include Git Repository Info": "Incluye información del repositorio de Git",
|
|
30
|
+
"Decrypt Values": "Descifrar valores",
|
|
31
|
+
"Git Branch": "Rama Git",
|
|
32
|
+
"Key": "Clave",
|
|
33
|
+
"Value": "Valor",
|
|
34
|
+
"Variable Type": "Tipo de variable",
|
|
35
|
+
"Target Environments": "Entornos objetivo",
|
|
36
|
+
"Comment": "Comentario",
|
|
37
|
+
"Method": "Método",
|
|
38
|
+
"Headers": "Encabezados",
|
|
39
|
+
"Query Parameters": "Parámetros de consulta",
|
|
40
|
+
"Body Type": "Tipo de cuerpo",
|
|
41
|
+
"Body": "Cuerpo",
|
|
42
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
43
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
44
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
45
|
+
"Follow redirects": "Seguir redirecciones",
|
|
46
|
+
"Filter projects by name.": "Filtrar proyectos por nombre.",
|
|
47
|
+
"Select a Vercel project.": "Seleccione un proyecto de Vercel.",
|
|
48
|
+
"Choose whether to redeploy a previous deployment or deploy from a connected Git source.": "Elija si desea redesplegar un despliegue anterior o desplegar desde una fuente Git conectada.",
|
|
49
|
+
"Create a new deployment even if a previous similar deployment exists.": "Crear un nuevo despliegue incluso si existe un despliegue similar anterior.",
|
|
50
|
+
"Automatically confirm framework detection without prompting.": "Confirmar automáticamente la detección del framework sin pedir.",
|
|
51
|
+
"Select the deployment to inspect.": "Seleccione el despliegue para inspeccionar.",
|
|
52
|
+
"Adds gitRepo information when available.": "Añade información de gitRepo cuando esté disponible.",
|
|
53
|
+
"Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.": "Obsoleto por Vercel. Si está activado, Vercel intentará devolver valores descifrados cuando esté permitido.",
|
|
54
|
+
"Optional branch filter. Only valid for preview-scoped variables.": "Filtro de rama opcional. Sólo válido para variables con alcance de vista previa.",
|
|
55
|
+
"Environment variable key.": "Clave variable de entorno.",
|
|
56
|
+
"Environment variable value.": "Valor de la variable de entorno.",
|
|
57
|
+
"Vercel environment variable type.": "Tipo de variable de entorno Vercel.",
|
|
58
|
+
"Environment(s) where this variable should apply.": "Entorno(s) donde debe aplicarse esta variable.",
|
|
59
|
+
"Optional branch. Only valid when Preview is one of the selected targets.": "Rama opcional. Sólo válida cuando la vista previa es uno de los objetivos seleccionados.",
|
|
60
|
+
"Optional note describing the variable usage.": "Nota opcional que describe el uso de la variable.",
|
|
61
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
62
|
+
"Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.": "Parámetros opcionales de consulta. Para solicitudes con ámbito de equipo, incluya manualmente `teamId` o `slug` aquí cuando sea necesario.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
64
|
+
"Redeploy Existing Deployment": "Redeploy Despliegue Existente",
|
|
65
|
+
"Git Source": "Git Fuente",
|
|
66
|
+
"Plain": "Simple",
|
|
67
|
+
"Sensitive": "Sensitivo",
|
|
68
|
+
"Encrypted": "Cifrado",
|
|
69
|
+
"Production": "Producción",
|
|
70
|
+
"Preview": "Vista previa",
|
|
71
|
+
"Development": "Desarrollo",
|
|
72
|
+
"GET": "RECOGER",
|
|
73
|
+
"POST": "POST",
|
|
74
|
+
"PATCH": "PATCH",
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "BORRAR",
|
|
77
|
+
"HEAD": "LIMPIO",
|
|
78
|
+
"None": "Ninguna",
|
|
79
|
+
"JSON": "JSON",
|
|
80
|
+
"Form Data": "Datos de Formulario",
|
|
81
|
+
"Raw": "Rápido"
|
|
82
|
+
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1 +1,82 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"Deploy projects and manage environment variables on Vercel.": "Déployer des projets et gérer des variables d'environnement sur Vercel.",
|
|
3
|
+
"Vercel Access Token": "Jeton d'accès Vercel",
|
|
4
|
+
"Team ID": "ID d'équipe",
|
|
5
|
+
"Team Slug": "Slug d'équipe",
|
|
6
|
+
"Create a token in Vercel Settings → Tokens.": "Créez un jeton dans les Paramètres Vercel → Tokens.",
|
|
7
|
+
"Optional. Use this to target a specific Vercel team.": "Optionnel. Utilisez ceci pour cibler une équipe Vercel spécifique.",
|
|
8
|
+
"Optional. Team slug. Ignored when Team ID is provided.": "Facultatif. Identifiant de l'équipe. Ignoré quand l'ID d'équipe est fourni.",
|
|
9
|
+
"Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.": "Authentifiez-vous avec un jeton d'accès personnel de Vercel. Fournir éventuellement un ID d'équipe ou un slug d'équipe pour opérer sur des ressources appartenant à l'équipe.",
|
|
10
|
+
"List Projects": "Lister les projets",
|
|
11
|
+
"Create Deployment": "Créer un déploiement",
|
|
12
|
+
"Get Deployment Status": "Obtenir le statut de déploiement",
|
|
13
|
+
"List Environment Variables": "Liste des variables d'environnement",
|
|
14
|
+
"Upsert Environment Variable": "Variable d'environnement supérieur",
|
|
15
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
16
|
+
"Retrieve all Vercel projects for the authenticated user or team.": "Récupérer tous les projets Vercel pour l'utilisateur ou l'équipe authentifiés.",
|
|
17
|
+
"Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.": "Créer un déploiement pour un projet Vercel existant en utilisant soit un identifiant de déploiement source de redéploiement ou une charge utile source git.",
|
|
18
|
+
"Retrieve a deployment and inspect its current status.": "Récupère un déploiement et inspecte son état actuel.",
|
|
19
|
+
"Retrieve environment variables for a Vercel project.": "Récupérer les variables d'environnement pour un projet Vercel.",
|
|
20
|
+
"Create or update a Vercel environment variable using Vercel's upsert API.": "Créer ou mettre à jour une variable d'environnement Vercel en utilisant l'API upsert de Vercel.",
|
|
21
|
+
"Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.": "Prend un appel d'API personnalisé à Vercel. L'en-tête d'autorisation est injecté automatiquement. Si votre connexion utilise Team ID ou Team Slug, ajoutez manuellement `teamId` ou `slug` dans l'URL ou les paramètres de requête pour les requêtes à portée de l'équipe.",
|
|
22
|
+
"Search": "Rechercher",
|
|
23
|
+
"Project": "Votre compte",
|
|
24
|
+
"Deployment Source": "Source de déploiement",
|
|
25
|
+
"Source Configuration": "Configuration source",
|
|
26
|
+
"Force New Deployment": "Forcer le nouveau déploiement",
|
|
27
|
+
"Skip Auto Detection Confirmation": "Ignorer la confirmation de détection automatique",
|
|
28
|
+
"Deployment": "Déploiement",
|
|
29
|
+
"Include Git Repository Info": "Inclure les informations du dépôt Git",
|
|
30
|
+
"Decrypt Values": "Déchiffrer les valeurs",
|
|
31
|
+
"Git Branch": "Branche Git",
|
|
32
|
+
"Key": "Clé",
|
|
33
|
+
"Value": "Valeur",
|
|
34
|
+
"Variable Type": "Type de variable",
|
|
35
|
+
"Target Environments": "Environnements cibles",
|
|
36
|
+
"Comment": "Commenter",
|
|
37
|
+
"Method": "Méthode",
|
|
38
|
+
"Headers": "Headers",
|
|
39
|
+
"Query Parameters": "Paramètres de requête",
|
|
40
|
+
"Body Type": "Body Type",
|
|
41
|
+
"Body": "Body",
|
|
42
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
43
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
44
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
45
|
+
"Follow redirects": "Suivre les redirections",
|
|
46
|
+
"Filter projects by name.": "Filtrer les projets par nom.",
|
|
47
|
+
"Select a Vercel project.": "Sélectionnez un projet Vercel",
|
|
48
|
+
"Choose whether to redeploy a previous deployment or deploy from a connected Git source.": "Choisissez de redéployer un déploiement précédent ou de déployer depuis une source Git connectée.",
|
|
49
|
+
"Create a new deployment even if a previous similar deployment exists.": "Créer un nouveau déploiement même si un déploiement similaire précédent existe.",
|
|
50
|
+
"Automatically confirm framework detection without prompting.": "Confirmer automatiquement la détection du framework sans invitation.",
|
|
51
|
+
"Select the deployment to inspect.": "Sélectionnez le déploiement à inspecter.",
|
|
52
|
+
"Adds gitRepo information when available.": "Ajoute des informations gitRepo quand elles sont disponibles.",
|
|
53
|
+
"Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.": "Obsolète par Vercel. Si cette option est activée, Vercel tentera de retourner des valeurs déchiffrées si autorisé.",
|
|
54
|
+
"Optional branch filter. Only valid for preview-scoped variables.": "Filtre de branche optionnel. Valable uniquement pour les variables de prévisualisation.",
|
|
55
|
+
"Environment variable key.": "Clé de variable d'environnement.",
|
|
56
|
+
"Environment variable value.": "Valeur de la variable d'environnement.",
|
|
57
|
+
"Vercel environment variable type.": "Type de variable d'environnement Vercel",
|
|
58
|
+
"Environment(s) where this variable should apply.": "Environnement(s) où cette variable doit s'appliquer.",
|
|
59
|
+
"Optional branch. Only valid when Preview is one of the selected targets.": "Branche optionnelle. Valable uniquement lorsque l'aperçu est une des cibles sélectionnées.",
|
|
60
|
+
"Optional note describing the variable usage.": "Note optionnelle décrivant l'utilisation de la variable.",
|
|
61
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
62
|
+
"Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.": "Paramètres de requête optionnels. Pour les requêtes à portée d'équipe, incluez manuellement `teamId` ou `slug` ici lorsque nécessaire.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
64
|
+
"Redeploy Existing Deployment": "Redéployer le déploiement existant",
|
|
65
|
+
"Git Source": "Source Git",
|
|
66
|
+
"Plain": "Plaine",
|
|
67
|
+
"Sensitive": "Sensible",
|
|
68
|
+
"Encrypted": "Chiffré",
|
|
69
|
+
"Production": "Production",
|
|
70
|
+
"Preview": "Aperçu",
|
|
71
|
+
"Development": "Développement",
|
|
72
|
+
"GET": "GET",
|
|
73
|
+
"POST": "POST",
|
|
74
|
+
"PATCH": "PATCH",
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD",
|
|
78
|
+
"None": "Aucun",
|
|
79
|
+
"JSON": "JSON",
|
|
80
|
+
"Form Data": "Données du formulaire",
|
|
81
|
+
"Raw": "Brut"
|
|
82
|
+
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1 +1,82 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"Deploy projects and manage environment variables on Vercel.": "プロジェクトをデプロイし、Vercel で環境変数を管理します。",
|
|
3
|
+
"Vercel Access Token": "ベルセルアクセストークン",
|
|
4
|
+
"Team ID": "チームID",
|
|
5
|
+
"Team Slug": "チームスラグ",
|
|
6
|
+
"Create a token in Vercel Settings → Tokens.": "Vercel 設定 → トークンでトークンを作成する。",
|
|
7
|
+
"Optional. Use this to target a specific Vercel team.": "任意です。特定のVercelチームをターゲットにするにはこれを使用してください。",
|
|
8
|
+
"Optional. Team slug. Ignored when Team ID is provided.": "省略可能。チーム・スラッグ。チームIDが提供されたときは無視されます。",
|
|
9
|
+
"Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.": "Vercel 個人アクセストークンで認証します。必要に応じて、チームIDまたはチームスラグを指定して、チーム所有のリソースを操作します。",
|
|
10
|
+
"List Projects": "プロジェクト一覧",
|
|
11
|
+
"Create Deployment": "デプロイを作成",
|
|
12
|
+
"Get Deployment Status": "配備状況を取得する",
|
|
13
|
+
"List Environment Variables": "環境変数の一覧",
|
|
14
|
+
"Upsert Environment Variable": "アップサート環境変数",
|
|
15
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
16
|
+
"Retrieve all Vercel projects for the authenticated user or team.": "認証済みユーザーまたはチームのすべての Vercel プロジェクトを取得します。",
|
|
17
|
+
"Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.": "既存の Vercel プロジェクトに対して、再デプロイソース デプロイメント ID または git ソース ペイロードを使用してデプロイを作成します。",
|
|
18
|
+
"Retrieve a deployment and inspect its current status.": "展開を取得し、現在のステータスを確認します。",
|
|
19
|
+
"Retrieve environment variables for a Vercel project.": "Vercel プロジェクトの環境変数を取得します。",
|
|
20
|
+
"Create or update a Vercel environment variable using Vercel's upsert API.": "Vercel の upsert API を使用して Vercel 環境変数を作成または更新します。",
|
|
21
|
+
"Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.": "Vercel にカスタム API を呼び出します。Authorization ヘッダーは自動的に注入されます。 接続でTeam IDまたはTeam Slugが使用されている場合は、URLに`teamId`または`slug`を手動で追加し、チームスコープのリクエストにクエリパラメータを入力します。",
|
|
22
|
+
"Search": "検索",
|
|
23
|
+
"Project": "プロジェクト",
|
|
24
|
+
"Deployment Source": "配備元",
|
|
25
|
+
"Source Configuration": "ソース設定",
|
|
26
|
+
"Force New Deployment": "新しい配備を強制する",
|
|
27
|
+
"Skip Auto Detection Confirmation": "自動検出確認をスキップする",
|
|
28
|
+
"Deployment": "配置",
|
|
29
|
+
"Include Git Repository Info": "Git リポジトリ情報を含める",
|
|
30
|
+
"Decrypt Values": "値の復号化",
|
|
31
|
+
"Git Branch": "Git ブランチ",
|
|
32
|
+
"Key": "キー",
|
|
33
|
+
"Value": "値",
|
|
34
|
+
"Variable Type": "変数タイプ",
|
|
35
|
+
"Target Environments": "ターゲット環境",
|
|
36
|
+
"Comment": "コメント",
|
|
37
|
+
"Method": "方法",
|
|
38
|
+
"Headers": "ヘッダー",
|
|
39
|
+
"Query Parameters": "クエリパラメータ",
|
|
40
|
+
"Body Type": "ボディタイプ",
|
|
41
|
+
"Body": "本文",
|
|
42
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
43
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
44
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
45
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
46
|
+
"Filter projects by name.": "プロジェクトを名前で絞り込みます。",
|
|
47
|
+
"Select a Vercel project.": "Vercel プロジェクトを選択します。",
|
|
48
|
+
"Choose whether to redeploy a previous deployment or deploy from a connected Git source.": "以前のデプロイメントを再デプロイするか、接続された Git ソースからデプロイするかを選択します。",
|
|
49
|
+
"Create a new deployment even if a previous similar deployment exists.": "以前同様のデプロイメントが存在していても、新しいデプロイメントを作成します。",
|
|
50
|
+
"Automatically confirm framework detection without prompting.": "プロンプトせずに自動的にフレームワーク検出を確認します。",
|
|
51
|
+
"Select the deployment to inspect.": "検査するデプロイメントを選択します。",
|
|
52
|
+
"Adds gitRepo information when available.": "利用可能な場合にgitRepo情報を追加します。",
|
|
53
|
+
"Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.": "Vercelによって非推奨です。有効にすると、Vercelは許可されているときに復号値を返そうとします。",
|
|
54
|
+
"Optional branch filter. Only valid for preview-scoped variables.": "オプションのブランチフィルタです。プレビュースコープ付き変数にのみ有効です。",
|
|
55
|
+
"Environment variable key.": "環境変数キー",
|
|
56
|
+
"Environment variable value.": "環境変数の値。",
|
|
57
|
+
"Vercel environment variable type.": "Vercel 環境変数型。",
|
|
58
|
+
"Environment(s) where this variable should apply.": "この変数が適用される環境",
|
|
59
|
+
"Optional branch. Only valid when Preview is one of the selected targets.": "オプションのブランチ。プレビューが選択したターゲットのいずれかである場合にのみ有効です。",
|
|
60
|
+
"Optional note describing the variable usage.": "変数の使用方法を説明する任意のメモ。",
|
|
61
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
62
|
+
"Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.": "任意のクエリパラメータです。チームスコープのリクエストには、必要に応じて手動で `teamId` または `slug` を含めます。",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
64
|
+
"Redeploy Existing Deployment": "既存の配備を再構築する",
|
|
65
|
+
"Git Source": "Git ソース",
|
|
66
|
+
"Plain": "Plain",
|
|
67
|
+
"Sensitive": "<unk>",
|
|
68
|
+
"Encrypted": "暗号化済み",
|
|
69
|
+
"Production": "Production",
|
|
70
|
+
"Preview": "プレビュー",
|
|
71
|
+
"Development": "開発",
|
|
72
|
+
"GET": "GET",
|
|
73
|
+
"POST": "POST",
|
|
74
|
+
"PATCH": "PATCH",
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD",
|
|
78
|
+
"None": "なし",
|
|
79
|
+
"JSON": "JSON",
|
|
80
|
+
"Form Data": "フォームデータ",
|
|
81
|
+
"Raw": "Raw"
|
|
82
|
+
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1 +1,82 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"Deploy projects and manage environment variables on Vercel.": "Projecten implementeren en beheren van omgevingsvariabelen op Vercel.",
|
|
3
|
+
"Vercel Access Token": "Vercel toegangstoken",
|
|
4
|
+
"Team ID": "Team ID",
|
|
5
|
+
"Team Slug": "Team Slak",
|
|
6
|
+
"Create a token in Vercel Settings → Tokens.": "Maak een token aan in Vercelinstellingen → Tokens.",
|
|
7
|
+
"Optional. Use this to target a specific Vercel team.": "Optioneel. Gebruik dit voor een specifiek Vercel-team.",
|
|
8
|
+
"Optional. Team slug. Ignored when Team ID is provided.": "Optioneel. Team slug. Genegeerd wanneer Team ID wordt verstrekt.",
|
|
9
|
+
"Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.": "Authenticeer met een persoonlijke toegangstoken van Vercel. Geef optioneel een team-ID of teamslug aan om te werken op team-eigenaars.",
|
|
10
|
+
"List Projects": "Projecten weergeven",
|
|
11
|
+
"Create Deployment": "Implementatie creëren",
|
|
12
|
+
"Get Deployment Status": "Krijg implementatie status",
|
|
13
|
+
"List Environment Variables": "Lijst Omgevingsvariabelen",
|
|
14
|
+
"Upsert Environment Variable": "Hieronder een omgevingsvariabele",
|
|
15
|
+
"Custom API Call": "Custom API Call",
|
|
16
|
+
"Retrieve all Vercel projects for the authenticated user or team.": "Haal alle Vercel-projecten op voor de geauthenticeerde gebruiker of team.",
|
|
17
|
+
"Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.": "Maak een implementatie voor een bestaand Vercel-project met behulp van een herimplementeer bron implementatie ID of een git bron payload.",
|
|
18
|
+
"Retrieve a deployment and inspect its current status.": "Haal een implementatie op en inspecteer de huidige status.",
|
|
19
|
+
"Retrieve environment variables for a Vercel project.": "Haal omgevingsvariabelen op voor een Vercel-project.",
|
|
20
|
+
"Create or update a Vercel environment variable using Vercel's upsert API.": "Maak of update een Vercel-omgeving variabele met behulp van Vercel's upsert API.",
|
|
21
|
+
"Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.": "Maak een aangepaste API-oproep naar Vercel. De Autorisatie header wordt automatisch geïnjecteerd. Als uw verbinding gebruik maakt van Team ID of Team Slug, voeg dan 'teamId' of 'slug' handmatig toe in de URL of Query Parameters voor teamscoped verzoeken.",
|
|
22
|
+
"Search": "Zoeken",
|
|
23
|
+
"Project": "Project",
|
|
24
|
+
"Deployment Source": "Deployment Bron",
|
|
25
|
+
"Source Configuration": "Bron configuratie",
|
|
26
|
+
"Force New Deployment": "Forceer nieuwe implementatie",
|
|
27
|
+
"Skip Auto Detection Confirmation": "Autodetectie Bevestiging overslaan",
|
|
28
|
+
"Deployment": "Implementatie",
|
|
29
|
+
"Include Git Repository Info": "Inclusief Git Repository Info",
|
|
30
|
+
"Decrypt Values": "Waarden decoderen",
|
|
31
|
+
"Git Branch": "Git branch",
|
|
32
|
+
"Key": "Sleutel",
|
|
33
|
+
"Value": "Waarde",
|
|
34
|
+
"Variable Type": "Variabele type",
|
|
35
|
+
"Target Environments": "Doel Omgevingen",
|
|
36
|
+
"Comment": "Opmerking",
|
|
37
|
+
"Method": "Methode",
|
|
38
|
+
"Headers": "Kopteksten",
|
|
39
|
+
"Query Parameters": "Query parameters",
|
|
40
|
+
"Body Type": "Type lichaam",
|
|
41
|
+
"Body": "Lichaam",
|
|
42
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
43
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
44
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
45
|
+
"Follow redirects": "Volg omleidingen",
|
|
46
|
+
"Filter projects by name.": "Projecten filteren op naam.",
|
|
47
|
+
"Select a Vercel project.": "Selecteer een Vercel-project.",
|
|
48
|
+
"Choose whether to redeploy a previous deployment or deploy from a connected Git source.": "Kies of je een eerdere implementatie opnieuw wilt implementeren of dat je het moet implementeren vanuit een aangesloten Git bron.",
|
|
49
|
+
"Create a new deployment even if a previous similar deployment exists.": "Maak een nieuwe implementatie aan zelfs als een vergelijkbare implementatie bestaat.",
|
|
50
|
+
"Automatically confirm framework detection without prompting.": "Bevestig de framework detectie automatisch zonder om te vragen.",
|
|
51
|
+
"Select the deployment to inspect.": "Selecteer de implementatie om te inspecteren.",
|
|
52
|
+
"Adds gitRepo information when available.": "Voegt gitRepo informatie toe wanneer beschikbaar.",
|
|
53
|
+
"Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.": "Afgekeurd door Vercel. Indien ingeschakeld, zal Vercel proberen ongecodeerde waarden terug te geven wanneer toegestaan.",
|
|
54
|
+
"Optional branch filter. Only valid for preview-scoped variables.": "Optioneel branch filter. Alleen geldig voor preview-scoped variabelen.",
|
|
55
|
+
"Environment variable key.": "Omgeving variabele sleutel.",
|
|
56
|
+
"Environment variable value.": "Omgeving variabele waarde.",
|
|
57
|
+
"Vercel environment variable type.": "Vercel omgeving variabele type.",
|
|
58
|
+
"Environment(s) where this variable should apply.": "Omgeving(en) waar deze variabele van toepassing is.",
|
|
59
|
+
"Optional branch. Only valid when Preview is one of the selected targets.": "Optionele branche. Alleen geldig bij voorbeeld een van de geselecteerde doelen.",
|
|
60
|
+
"Optional note describing the variable usage.": "Optionele opmerking om het gebruik van de variabele te beschrijven.",
|
|
61
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
62
|
+
"Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.": "Optionele query parameters. Voor team-scoped requests, voeg hier handmatig 'teamId' of 'slug' toe indien nodig.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
64
|
+
"Redeploy Existing Deployment": "Redeploy Existing Deployment",
|
|
65
|
+
"Git Source": "Git Bron",
|
|
66
|
+
"Plain": "Eenvoudig",
|
|
67
|
+
"Sensitive": "Gevoelig",
|
|
68
|
+
"Encrypted": "Versleuteld",
|
|
69
|
+
"Production": "Productie",
|
|
70
|
+
"Preview": "Voorvertoning",
|
|
71
|
+
"Development": "Ontwikkeling",
|
|
72
|
+
"GET": "KRIJG",
|
|
73
|
+
"POST": "POSTE",
|
|
74
|
+
"PATCH": "BEKIJK",
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "VERWIJDEREN",
|
|
77
|
+
"HEAD": "HOOFD",
|
|
78
|
+
"None": "geen",
|
|
79
|
+
"JSON": "JSON",
|
|
80
|
+
"Form Data": "Formulieren gegevens",
|
|
81
|
+
"Raw": "Onbewerkte"
|
|
82
|
+
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1 +1,82 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"Deploy projects and manage environment variables on Vercel.": "Implantar projetos e gerenciar variáveis de ambiente na Vercel.",
|
|
3
|
+
"Vercel Access Token": "Token de Acesso Vercel",
|
|
4
|
+
"Team ID": "ID da Equipe",
|
|
5
|
+
"Team Slug": "Slug da Equipe",
|
|
6
|
+
"Create a token in Vercel Settings → Tokens.": "Crie um token em Vercel Configurações → Tokens.",
|
|
7
|
+
"Optional. Use this to target a specific Vercel team.": "Opcional. Use isto para visar uma equipe de Vercel específica.",
|
|
8
|
+
"Optional. Team slug. Ignored when Team ID is provided.": "Opcional. O time é ignorado quando o ID da equipe é fornecido.",
|
|
9
|
+
"Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.": "Autenticar com um token de acesso pessoal Vercel. Opcionalmente, forneça um ID de equipe ou um slug de equipe para operar com recursos de propriedade da equipe.",
|
|
10
|
+
"List Projects": "Listar Projetos",
|
|
11
|
+
"Create Deployment": "Criar implantação",
|
|
12
|
+
"Get Deployment Status": "Obter status de implantação",
|
|
13
|
+
"List Environment Variables": "Listar Variáveis de Ambiente",
|
|
14
|
+
"Upsert Environment Variable": "Variável de Ambiente Upsert",
|
|
15
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
16
|
+
"Retrieve all Vercel projects for the authenticated user or team.": "Recuperar todos os projetos de Vercel para o usuário ou equipe autenticada.",
|
|
17
|
+
"Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.": "Crie um deploy para o projeto Vercel existente usando um ID de deploy de fonte de reimplantação ou um payload de fonte git.",
|
|
18
|
+
"Retrieve a deployment and inspect its current status.": "Recupere uma implantação e inspecione seu status atual.",
|
|
19
|
+
"Retrieve environment variables for a Vercel project.": "Recuperar variáveis de ambiente para um projeto Verage.",
|
|
20
|
+
"Create or update a Vercel environment variable using Vercel's upsert API.": "Cria ou atualiza uma variável de ambiente Vercel usando a API upsert da Vercel.",
|
|
21
|
+
"Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.": "Faça uma chamada personalizada de API para Vercel. O cabeçalho de autorização é injetado automaticamente. Se a sua conexão usar o ID da equipe ou o Team Slug, adicione manualmente `teamId` ou `slug` na URL ou Parâmetros de consulta para solicitações com escopo de equipe.",
|
|
22
|
+
"Search": "Pesquisar",
|
|
23
|
+
"Project": "Projecto",
|
|
24
|
+
"Deployment Source": "Origem da implantação",
|
|
25
|
+
"Source Configuration": "Configuração de origem",
|
|
26
|
+
"Force New Deployment": "Forçar nova implantação",
|
|
27
|
+
"Skip Auto Detection Confirmation": "Pular confirmação de detecção automática",
|
|
28
|
+
"Deployment": "Conta",
|
|
29
|
+
"Include Git Repository Info": "Incluir informações do repositório Git",
|
|
30
|
+
"Decrypt Values": "Descriptografar valores",
|
|
31
|
+
"Git Branch": "Branch Git",
|
|
32
|
+
"Key": "Chave",
|
|
33
|
+
"Value": "Valor",
|
|
34
|
+
"Variable Type": "Tipo da Variável",
|
|
35
|
+
"Target Environments": "Ambientes Alvos",
|
|
36
|
+
"Comment": "Comentar",
|
|
37
|
+
"Method": "Método",
|
|
38
|
+
"Headers": "Cabeçalhos",
|
|
39
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
40
|
+
"Body Type": "Tipo de Corpo",
|
|
41
|
+
"Body": "Conteúdo",
|
|
42
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
43
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
44
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
45
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
46
|
+
"Filter projects by name.": "Filtrar projetos por nome.",
|
|
47
|
+
"Select a Vercel project.": "Selecione um projeto de Verage.",
|
|
48
|
+
"Choose whether to redeploy a previous deployment or deploy from a connected Git source.": "Escolha se deve reimplantar um deploy anterior ou implantar de uma fonte Git conectada.",
|
|
49
|
+
"Create a new deployment even if a previous similar deployment exists.": "Criar uma nova implantação de implantação mesmo que exista um deploy semelhante anterior.",
|
|
50
|
+
"Automatically confirm framework detection without prompting.": "Confirmar detecção de framework automaticamente sem perguntar.",
|
|
51
|
+
"Select the deployment to inspect.": "Selecione o deploy para inspecionar.",
|
|
52
|
+
"Adds gitRepo information when available.": "Adiciona informações do gitRepo quando disponível.",
|
|
53
|
+
"Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.": "Descontinuado pela Vercel. Se habilitado, Vercel tentará devolver valores descriptografados quando permitido.",
|
|
54
|
+
"Optional branch filter. Only valid for preview-scoped variables.": "Filtro de branch opcional. Apenas válido para variáveis com escopo pré-visualização.",
|
|
55
|
+
"Environment variable key.": "Chave variável de ambiente.",
|
|
56
|
+
"Environment variable value.": "Valor variável de ambiente.",
|
|
57
|
+
"Vercel environment variable type.": "Vercel tipo de variável de ambiente.",
|
|
58
|
+
"Environment(s) where this variable should apply.": "Ambiente(s) onde esta variável deve ser aplicada.",
|
|
59
|
+
"Optional branch. Only valid when Preview is one of the selected targets.": "Ramo opcional. Apenas válido quando pré-visualização é um dos alvos selecionados.",
|
|
60
|
+
"Optional note describing the variable usage.": "Nota opcional descrevendo o uso da variável.",
|
|
61
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
62
|
+
"Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.": "Parâmetros de consulta opcionais. Para solicitações com escopo de chá, inclua manualmente `teamId` ou `slug` aqui quando necessário.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
64
|
+
"Redeploy Existing Deployment": "Reimplantar implantação existente",
|
|
65
|
+
"Git Source": "Fonte do Git",
|
|
66
|
+
"Plain": "Simples",
|
|
67
|
+
"Sensitive": "Sensível",
|
|
68
|
+
"Encrypted": "Criptografado",
|
|
69
|
+
"Production": "Produção",
|
|
70
|
+
"Preview": "Pré-visualizar",
|
|
71
|
+
"Development": "Desenvolvimento",
|
|
72
|
+
"GET": "OBTER",
|
|
73
|
+
"POST": "POSTAR",
|
|
74
|
+
"PATCH": "COMPRAR",
|
|
75
|
+
"PUT": "COLOCAR",
|
|
76
|
+
"DELETE": "EXCLUIR",
|
|
77
|
+
"HEAD": "CABEÇA",
|
|
78
|
+
"None": "Nenhuma",
|
|
79
|
+
"JSON": "JSON",
|
|
80
|
+
"Form Data": "Dados de Formulário",
|
|
81
|
+
"Raw": "RAW"
|
|
82
|
+
}
|
|
@@ -1 +1,82 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"Deploy projects and manage environment variables on Vercel.": "Deploy projects and manage environment variables on Vercel.",
|
|
3
|
+
"Vercel Access Token": "Vercel Access Token",
|
|
4
|
+
"Team ID": "Team ID",
|
|
5
|
+
"Team Slug": "Team Slug",
|
|
6
|
+
"Create a token in Vercel Settings → Tokens.": "Create a token in Vercel Settings → Tokens.",
|
|
7
|
+
"Optional. Use this to target a specific Vercel team.": "Optional. Use this to target a specific Vercel team.",
|
|
8
|
+
"Optional. Team slug. Ignored when Team ID is provided.": "Optional. Team slug. Ignored when Team ID is provided.",
|
|
9
|
+
"Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.": "Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.",
|
|
10
|
+
"List Projects": "List Projects",
|
|
11
|
+
"Create Deployment": "Create Deployment",
|
|
12
|
+
"Get Deployment Status": "Get Deployment Status",
|
|
13
|
+
"List Environment Variables": "List Environment Variables",
|
|
14
|
+
"Upsert Environment Variable": "Upsert Environment Variable",
|
|
15
|
+
"Custom API Call": "Custom API Call",
|
|
16
|
+
"Retrieve all Vercel projects for the authenticated user or team.": "Retrieve all Vercel projects for the authenticated user or team.",
|
|
17
|
+
"Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.": "Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.",
|
|
18
|
+
"Retrieve a deployment and inspect its current status.": "Retrieve a deployment and inspect its current status.",
|
|
19
|
+
"Retrieve environment variables for a Vercel project.": "Retrieve environment variables for a Vercel project.",
|
|
20
|
+
"Create or update a Vercel environment variable using Vercel's upsert API.": "Create or update a Vercel environment variable using Vercel's upsert API.",
|
|
21
|
+
"Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.": "Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.",
|
|
22
|
+
"Search": "Search",
|
|
23
|
+
"Project": "Project",
|
|
24
|
+
"Deployment Source": "Deployment Source",
|
|
25
|
+
"Source Configuration": "Source Configuration",
|
|
26
|
+
"Force New Deployment": "Force New Deployment",
|
|
27
|
+
"Skip Auto Detection Confirmation": "Skip Auto Detection Confirmation",
|
|
28
|
+
"Deployment": "Deployment",
|
|
29
|
+
"Include Git Repository Info": "Include Git Repository Info",
|
|
30
|
+
"Decrypt Values": "Decrypt Values",
|
|
31
|
+
"Git Branch": "Git Branch",
|
|
32
|
+
"Key": "Key",
|
|
33
|
+
"Value": "Value",
|
|
34
|
+
"Variable Type": "Variable Type",
|
|
35
|
+
"Target Environments": "Target Environments",
|
|
36
|
+
"Comment": "Comment",
|
|
37
|
+
"Method": "Method",
|
|
38
|
+
"Headers": "Headers",
|
|
39
|
+
"Query Parameters": "Query Parameters",
|
|
40
|
+
"Body Type": "Body Type",
|
|
41
|
+
"Body": "Body",
|
|
42
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
+
"No Error on Failure": "No Error on Failure",
|
|
44
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
45
|
+
"Follow redirects": "Follow redirects",
|
|
46
|
+
"Filter projects by name.": "Filter projects by name.",
|
|
47
|
+
"Select a Vercel project.": "Select a Vercel project.",
|
|
48
|
+
"Choose whether to redeploy a previous deployment or deploy from a connected Git source.": "Choose whether to redeploy a previous deployment or deploy from a connected Git source.",
|
|
49
|
+
"Create a new deployment even if a previous similar deployment exists.": "Create a new deployment even if a previous similar deployment exists.",
|
|
50
|
+
"Automatically confirm framework detection without prompting.": "Automatically confirm framework detection without prompting.",
|
|
51
|
+
"Select the deployment to inspect.": "Select the deployment to inspect.",
|
|
52
|
+
"Adds gitRepo information when available.": "Adds gitRepo information when available.",
|
|
53
|
+
"Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.": "Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.",
|
|
54
|
+
"Optional branch filter. Only valid for preview-scoped variables.": "Optional branch filter. Only valid for preview-scoped variables.",
|
|
55
|
+
"Environment variable key.": "Environment variable key.",
|
|
56
|
+
"Environment variable value.": "Environment variable value.",
|
|
57
|
+
"Vercel environment variable type.": "Vercel environment variable type.",
|
|
58
|
+
"Environment(s) where this variable should apply.": "Environment(s) where this variable should apply.",
|
|
59
|
+
"Optional branch. Only valid when Preview is one of the selected targets.": "Optional branch. Only valid when Preview is one of the selected targets.",
|
|
60
|
+
"Optional note describing the variable usage.": "Optional note describing the variable usage.",
|
|
61
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
62
|
+
"Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.": "Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
64
|
+
"Redeploy Existing Deployment": "Redeploy Existing Deployment",
|
|
65
|
+
"Git Source": "Git Source",
|
|
66
|
+
"Plain": "Plain",
|
|
67
|
+
"Sensitive": "Sensitive",
|
|
68
|
+
"Encrypted": "Encrypted",
|
|
69
|
+
"Production": "Production",
|
|
70
|
+
"Preview": "Preview",
|
|
71
|
+
"Development": "Development",
|
|
72
|
+
"GET": "GET",
|
|
73
|
+
"POST": "POST",
|
|
74
|
+
"PATCH": "PATCH",
|
|
75
|
+
"PUT": "PUT",
|
|
76
|
+
"DELETE": "DELETE",
|
|
77
|
+
"HEAD": "HEAD",
|
|
78
|
+
"None": "None",
|
|
79
|
+
"JSON": "JSON",
|
|
80
|
+
"Form Data": "Form Data",
|
|
81
|
+
"Raw": "Raw"
|
|
82
|
+
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1 +1,82 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"Deploy projects and manage environment variables on Vercel.": "Deploy projects and manage environment variables on Vercel.",
|
|
3
|
+
"Vercel Access Token": "Vercel Access Token",
|
|
4
|
+
"Team ID": "Team ID",
|
|
5
|
+
"Team Slug": "Team Slug",
|
|
6
|
+
"Create a token in Vercel Settings → Tokens.": "Create a token in Vercel Settings → Tokens.",
|
|
7
|
+
"Optional. Use this to target a specific Vercel team.": "Optional. Use this to target a specific Vercel team.",
|
|
8
|
+
"Optional. Team slug. Ignored when Team ID is provided.": "Optional. Team slug. Ignored when Team ID is provided.",
|
|
9
|
+
"Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.": "Authenticate with a Vercel personal access token. Optionally provide a team ID or team slug to operate on team-owned resources.",
|
|
10
|
+
"List Projects": "List Projects",
|
|
11
|
+
"Create Deployment": "Create Deployment",
|
|
12
|
+
"Get Deployment Status": "Get Deployment Status",
|
|
13
|
+
"List Environment Variables": "List Environment Variables",
|
|
14
|
+
"Upsert Environment Variable": "Upsert Environment Variable",
|
|
15
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
16
|
+
"Retrieve all Vercel projects for the authenticated user or team.": "Retrieve all Vercel projects for the authenticated user or team.",
|
|
17
|
+
"Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.": "Create a deployment for an existing Vercel project using either a redeploy source deployment ID or a git source payload.",
|
|
18
|
+
"Retrieve a deployment and inspect its current status.": "Retrieve a deployment and inspect its current status.",
|
|
19
|
+
"Retrieve environment variables for a Vercel project.": "Retrieve environment variables for a Vercel project.",
|
|
20
|
+
"Create or update a Vercel environment variable using Vercel's upsert API.": "Create or update a Vercel environment variable using Vercel's upsert API.",
|
|
21
|
+
"Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.": "Make a custom API call to Vercel. The Authorization header is injected automatically. If your connection uses Team ID or Team Slug, add `teamId` or `slug` manually in the URL or Query Parameters for team-scoped requests.",
|
|
22
|
+
"Search": "Search",
|
|
23
|
+
"Project": "项目",
|
|
24
|
+
"Deployment Source": "Deployment Source",
|
|
25
|
+
"Source Configuration": "Source Configuration",
|
|
26
|
+
"Force New Deployment": "Force New Deployment",
|
|
27
|
+
"Skip Auto Detection Confirmation": "Skip Auto Detection Confirmation",
|
|
28
|
+
"Deployment": "Deployment",
|
|
29
|
+
"Include Git Repository Info": "Include Git Repository Info",
|
|
30
|
+
"Decrypt Values": "Decrypt Values",
|
|
31
|
+
"Git Branch": "Git Branch",
|
|
32
|
+
"Key": "关键字",
|
|
33
|
+
"Value": "值",
|
|
34
|
+
"Variable Type": "Variable Type",
|
|
35
|
+
"Target Environments": "Target Environments",
|
|
36
|
+
"Comment": "Comment",
|
|
37
|
+
"Method": "方法",
|
|
38
|
+
"Headers": "信头",
|
|
39
|
+
"Query Parameters": "查询参数",
|
|
40
|
+
"Body Type": "Body Type",
|
|
41
|
+
"Body": "正文内容",
|
|
42
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
+
"No Error on Failure": "失败时没有错误",
|
|
44
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
45
|
+
"Follow redirects": "Follow redirects",
|
|
46
|
+
"Filter projects by name.": "Filter projects by name.",
|
|
47
|
+
"Select a Vercel project.": "Select a Vercel project.",
|
|
48
|
+
"Choose whether to redeploy a previous deployment or deploy from a connected Git source.": "Choose whether to redeploy a previous deployment or deploy from a connected Git source.",
|
|
49
|
+
"Create a new deployment even if a previous similar deployment exists.": "Create a new deployment even if a previous similar deployment exists.",
|
|
50
|
+
"Automatically confirm framework detection without prompting.": "Automatically confirm framework detection without prompting.",
|
|
51
|
+
"Select the deployment to inspect.": "Select the deployment to inspect.",
|
|
52
|
+
"Adds gitRepo information when available.": "Adds gitRepo information when available.",
|
|
53
|
+
"Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.": "Deprecated by Vercel. If enabled, Vercel will attempt to return decrypted values when allowed.",
|
|
54
|
+
"Optional branch filter. Only valid for preview-scoped variables.": "Optional branch filter. Only valid for preview-scoped variables.",
|
|
55
|
+
"Environment variable key.": "Environment variable key.",
|
|
56
|
+
"Environment variable value.": "Environment variable value.",
|
|
57
|
+
"Vercel environment variable type.": "Vercel environment variable type.",
|
|
58
|
+
"Environment(s) where this variable should apply.": "Environment(s) where this variable should apply.",
|
|
59
|
+
"Optional branch. Only valid when Preview is one of the selected targets.": "Optional branch. Only valid when Preview is one of the selected targets.",
|
|
60
|
+
"Optional note describing the variable usage.": "Optional note describing the variable usage.",
|
|
61
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
62
|
+
"Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.": "Optional query parameters. For team-scoped requests, manually include `teamId` or `slug` here when needed.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
64
|
+
"Redeploy Existing Deployment": "Redeploy Existing Deployment",
|
|
65
|
+
"Git Source": "Git Source",
|
|
66
|
+
"Plain": "Plain",
|
|
67
|
+
"Sensitive": "Sensitive",
|
|
68
|
+
"Encrypted": "Encrypted",
|
|
69
|
+
"Production": "Production",
|
|
70
|
+
"Preview": "Preview",
|
|
71
|
+
"Development": "Development",
|
|
72
|
+
"GET": "获取",
|
|
73
|
+
"POST": "帖子",
|
|
74
|
+
"PATCH": "PATCH",
|
|
75
|
+
"PUT": "弹出",
|
|
76
|
+
"DELETE": "删除",
|
|
77
|
+
"HEAD": "黑色",
|
|
78
|
+
"None": "无",
|
|
79
|
+
"JSON": "JSON",
|
|
80
|
+
"Form Data": "表单数据",
|
|
81
|
+
"Raw": "原始文件"
|
|
82
|
+
}
|