@activepieces/piece-pipedrive 0.7.4 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/i18n/de.json +200 -200
- package/src/i18n/es.json +210 -210
- package/src/i18n/ja.json +206 -206
- package/src/i18n/nl.json +200 -200
- package/src/i18n/pt.json +213 -213
- package/src/i18n/zh.json +28 -28
package/src/i18n/es.json
CHANGED
|
@@ -1,219 +1,219 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Pipedrive": "Pipedrive",
|
|
3
|
-
"Sales CRM and pipeline management software": "
|
|
4
|
-
"Add Follower": "
|
|
5
|
-
"Retrieve a Note": "
|
|
6
|
-
"Create Note": "
|
|
7
|
-
"Add Labels to Person": "
|
|
8
|
-
"Add Product to Deal": "
|
|
9
|
-
"Attach File": "
|
|
10
|
-
"Create Activity": "
|
|
11
|
-
"Update Activity": "
|
|
12
|
-
"Create Deal": "
|
|
13
|
-
"Update Deal": "
|
|
14
|
-
"Create Lead": "
|
|
15
|
-
"Update Lead": "
|
|
16
|
-
"Create Organization": "
|
|
17
|
-
"Update Organization": "
|
|
18
|
-
"Create Person": "
|
|
19
|
-
"Update Person": "
|
|
20
|
-
"Create Product": "
|
|
21
|
-
"Find Deals Associated With Person": "
|
|
22
|
-
"Find Product": "
|
|
23
|
-
"Find Products": "
|
|
24
|
-
"Find Notes": "
|
|
25
|
-
"Retrieve a Product": "
|
|
26
|
-
"Find Organization": "
|
|
27
|
-
"Find Person": "
|
|
28
|
-
"Find Deal": "
|
|
29
|
-
"Find Activity": "
|
|
30
|
-
"Find User": "
|
|
31
|
-
"Custom API Call": "
|
|
32
|
-
"Adds a follower to a deal, person, organization or product.": "
|
|
33
|
-
"Finds a note by ID.": "
|
|
34
|
-
"Creates a new note.": "
|
|
35
|
-
"Adds existing labels to an existing person.": "
|
|
36
|
-
"Adds a product to a deal.": "
|
|
37
|
-
"Uploads a file and attaches it to a deal,person,organization,activity or product.": "
|
|
38
|
-
"Creates a new activity.": "
|
|
39
|
-
"Updates an existing activity.": "
|
|
40
|
-
"Creates a new deal.": "
|
|
41
|
-
"Updates an existing deal.": "
|
|
42
|
-
"Creates a new lead.": "
|
|
43
|
-
"Updates an existing lead.": "
|
|
44
|
-
"Creates a new organization.": "
|
|
45
|
-
"Updates an existing organization.": "
|
|
46
|
-
"Creates a new person.": "
|
|
47
|
-
"Updates an existing person.": "
|
|
48
|
-
"Creates a new product.": "
|
|
49
|
-
"Finds multiple deals related to a specific person.": "
|
|
50
|
-
"Finds a product by name ": "
|
|
51
|
-
"Finds a product or products by name or product code.": "
|
|
52
|
-
"Finds notes by Deal, Lead, Person, or Organization ID.": "
|
|
53
|
-
"Finds a product by ID.": "
|
|
54
|
-
"Finds an organization.": "
|
|
55
|
-
"Finds a person.": "
|
|
56
|
-
"Finds a deal by any field.": "
|
|
57
|
-
"Finds an activity by subject.": "
|
|
58
|
-
"Finds a user by name or email.": "
|
|
59
|
-
"Make a custom API call to a specific endpoint": "
|
|
60
|
-
"Follower": "
|
|
3
|
+
"Sales CRM and pipeline management software": "Software de gestión de ventas CRM y tuberías",
|
|
4
|
+
"Add Follower": "Añadir seguidor",
|
|
5
|
+
"Retrieve a Note": "Recuperar una nota",
|
|
6
|
+
"Create Note": "Crear nota",
|
|
7
|
+
"Add Labels to Person": "Añadir etiquetas a la persona",
|
|
8
|
+
"Add Product to Deal": "Añadir producto a oferta",
|
|
9
|
+
"Attach File": "Adjuntar archivo",
|
|
10
|
+
"Create Activity": "Crear actividad",
|
|
11
|
+
"Update Activity": "Actualizar actividad",
|
|
12
|
+
"Create Deal": "Crear oferta",
|
|
13
|
+
"Update Deal": "Actualizar oferta",
|
|
14
|
+
"Create Lead": "Crear plomo",
|
|
15
|
+
"Update Lead": "Actualizar plomo",
|
|
16
|
+
"Create Organization": "Crear organización",
|
|
17
|
+
"Update Organization": "Actualizar organización",
|
|
18
|
+
"Create Person": "Crear Persona",
|
|
19
|
+
"Update Person": "Actualizar Persona",
|
|
20
|
+
"Create Product": "Crear Producto",
|
|
21
|
+
"Find Deals Associated With Person": "Encuentra ofertas asociadas a la persona",
|
|
22
|
+
"Find Product": "Buscar producto",
|
|
23
|
+
"Find Products": "Buscar productos",
|
|
24
|
+
"Find Notes": "Buscar notas",
|
|
25
|
+
"Retrieve a Product": "Recuperar un producto",
|
|
26
|
+
"Find Organization": "Buscar organización",
|
|
27
|
+
"Find Person": "Buscar Persona",
|
|
28
|
+
"Find Deal": "Encontrar oferta",
|
|
29
|
+
"Find Activity": "Buscar actividad",
|
|
30
|
+
"Find User": "Buscar usuario",
|
|
31
|
+
"Custom API Call": "Llamada API personalizada",
|
|
32
|
+
"Adds a follower to a deal, person, organization or product.": "Añade un seguidor a un trato, persona, organización o producto.",
|
|
33
|
+
"Finds a note by ID.": "Encuentra una nota por ID.",
|
|
34
|
+
"Creates a new note.": "Crea una nueva nota.",
|
|
35
|
+
"Adds existing labels to an existing person.": "Añade etiquetas existentes a una persona existente.",
|
|
36
|
+
"Adds a product to a deal.": "Añade un producto a una oferta.",
|
|
37
|
+
"Uploads a file and attaches it to a deal,person,organization,activity or product.": "Sube un archivo y lo adjunta a una oferta, persona, organización, actividad o producto.",
|
|
38
|
+
"Creates a new activity.": "Crea una nueva actividad.",
|
|
39
|
+
"Updates an existing activity.": "Actualiza una actividad existente.",
|
|
40
|
+
"Creates a new deal.": "Crea una nueva oferta.",
|
|
41
|
+
"Updates an existing deal.": "Actualiza una oferta existente.",
|
|
42
|
+
"Creates a new lead.": "Crea un nuevo cliente potencial.",
|
|
43
|
+
"Updates an existing lead.": "Actualiza un cliente potencial.",
|
|
44
|
+
"Creates a new organization.": "Crea una nueva organización.",
|
|
45
|
+
"Updates an existing organization.": "Actualiza una organización existente.",
|
|
46
|
+
"Creates a new person.": "Crea una nueva persona.",
|
|
47
|
+
"Updates an existing person.": "Actualiza a una persona existente.",
|
|
48
|
+
"Creates a new product.": "Crea un nuevo producto.",
|
|
49
|
+
"Finds multiple deals related to a specific person.": "Encuentra múltiples ofertas relacionadas con una persona específica.",
|
|
50
|
+
"Finds a product by name ": "Encuentra un producto por nombre ",
|
|
51
|
+
"Finds a product or products by name or product code.": "Encuentra un producto o productos por nombre o código de producto.",
|
|
52
|
+
"Finds notes by Deal, Lead, Person, or Organization ID.": "Encuentra notas por Oferta, Líder, Persona o Organización ID.",
|
|
53
|
+
"Finds a product by ID.": "Encuentra un producto por ID.",
|
|
54
|
+
"Finds an organization.": "Encuentra una organización.",
|
|
55
|
+
"Finds a person.": "Encuentra a una persona.",
|
|
56
|
+
"Finds a deal by any field.": "Encuentra un trato por cualquier campo.",
|
|
57
|
+
"Finds an activity by subject.": "Encuentra una actividad por tema.",
|
|
58
|
+
"Finds a user by name or email.": "Encuentra un usuario por nombre o correo electrónico.",
|
|
59
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
60
|
+
"Follower": "Seguidor",
|
|
61
61
|
"Target Object": "Target Object",
|
|
62
|
-
"Target Object ID": "
|
|
63
|
-
"Note ID": "
|
|
64
|
-
"Content": "
|
|
65
|
-
"Deal ID": "
|
|
66
|
-
"Pin note to deal?": "
|
|
67
|
-
"Person ID": "
|
|
68
|
-
"Pin note to person?": "
|
|
69
|
-
"Organization ID": "
|
|
70
|
-
"Pin note to organization?": "
|
|
71
|
-
"Lead ID": "
|
|
72
|
-
"Pin note to lead?": "
|
|
73
|
-
"Label": "
|
|
74
|
-
"Product ID": "
|
|
75
|
-
"Price": "
|
|
76
|
-
"Quantity": "
|
|
77
|
-
"Discount": "
|
|
78
|
-
"Discount Type": "
|
|
79
|
-
"Comments": "
|
|
80
|
-
"Enable Product?": "
|
|
81
|
-
"Tax Method": "
|
|
82
|
-
"Tax Percentage": "
|
|
83
|
-
"File": "
|
|
84
|
-
"File Name": "
|
|
85
|
-
"Activity ID": "
|
|
86
|
-
"Subject": "
|
|
87
|
-
"Assign To": "
|
|
88
|
-
"Activity Type": "
|
|
89
|
-
"Due Date": "
|
|
90
|
-
"Due Time": "
|
|
91
|
-
"Duration": "
|
|
92
|
-
"Mark as Done?": "
|
|
93
|
-
"Free or Busy": "
|
|
94
|
-
"Note": "
|
|
95
|
-
"Public Description": "
|
|
96
|
-
"Title": "
|
|
97
|
-
"Creation Time": "
|
|
98
|
-
"Status": "
|
|
99
|
-
"Stage": "
|
|
62
|
+
"Target Object ID": "ID de objeto objetivo",
|
|
63
|
+
"Note ID": "Nota ID",
|
|
64
|
+
"Content": "Contenido",
|
|
65
|
+
"Deal ID": "ID de Oferta",
|
|
66
|
+
"Pin note to deal?": "¿Anclar nota a tratar?",
|
|
67
|
+
"Person ID": "ID de la persona",
|
|
68
|
+
"Pin note to person?": "¿Anclar nota a persona?",
|
|
69
|
+
"Organization ID": "ID de la organización",
|
|
70
|
+
"Pin note to organization?": "¿Anclar nota a la organización?",
|
|
71
|
+
"Lead ID": "ID de plomo",
|
|
72
|
+
"Pin note to lead?": "¿Anclar nota para liderar?",
|
|
73
|
+
"Label": "Etiqueta",
|
|
74
|
+
"Product ID": "ID producto",
|
|
75
|
+
"Price": "Precio",
|
|
76
|
+
"Quantity": "Cantidad",
|
|
77
|
+
"Discount": "Descuento",
|
|
78
|
+
"Discount Type": "Tipo de descuento",
|
|
79
|
+
"Comments": "Comentarios",
|
|
80
|
+
"Enable Product?": "¿Habilitar producto?",
|
|
81
|
+
"Tax Method": "Método de impuestos",
|
|
82
|
+
"Tax Percentage": "Porcentaje de impuestos",
|
|
83
|
+
"File": "Archivo",
|
|
84
|
+
"File Name": "Nombre del archivo",
|
|
85
|
+
"Activity ID": "ID de actividad",
|
|
86
|
+
"Subject": "Asunto",
|
|
87
|
+
"Assign To": "Asignar a",
|
|
88
|
+
"Activity Type": "Tipo de actividad",
|
|
89
|
+
"Due Date": "Fecha de fin",
|
|
90
|
+
"Due Time": "Hora límite",
|
|
91
|
+
"Duration": "Duración",
|
|
92
|
+
"Mark as Done?": "¿Marcar como listo?",
|
|
93
|
+
"Free or Busy": "Libre o ocupado",
|
|
94
|
+
"Note": "Nota",
|
|
95
|
+
"Public Description": "Descripción pública",
|
|
96
|
+
"Title": "Título",
|
|
97
|
+
"Creation Time": "Tiempo de Creación",
|
|
98
|
+
"Status": "Estado",
|
|
99
|
+
"Stage": "Etapa",
|
|
100
100
|
"Pipeline": "Pipeline",
|
|
101
|
-
"Owner": "
|
|
102
|
-
"Probability": "
|
|
103
|
-
"Expected Close Date": "
|
|
104
|
-
"Value": "
|
|
105
|
-
"Currency": "
|
|
106
|
-
"Visible To": "Visible
|
|
107
|
-
"Custom Fields": "
|
|
108
|
-
"Channel": "
|
|
109
|
-
"Lead Value Amount": "
|
|
110
|
-
"Lead Value Currency": "
|
|
111
|
-
"Name": "
|
|
112
|
-
"Address": "
|
|
113
|
-
"Email": "
|
|
114
|
-
"Phone": "
|
|
115
|
-
"First Name": "
|
|
116
|
-
"Last Name": "
|
|
117
|
-
"Marketing Status": "
|
|
118
|
-
"Code": "
|
|
119
|
-
"Description": "
|
|
120
|
-
"Unit": "
|
|
121
|
-
"Tax percentage": "
|
|
122
|
-
"Is Active ?": "
|
|
123
|
-
"Cost": "
|
|
124
|
-
"Overhead Cost": "
|
|
125
|
-
"Search Term": "
|
|
126
|
-
"Field to search by": "
|
|
127
|
-
"Field Value": "
|
|
128
|
-
"Search By": "
|
|
101
|
+
"Owner": "Propietario",
|
|
102
|
+
"Probability": "Probabilidad",
|
|
103
|
+
"Expected Close Date": "Fecha de cierre esperada",
|
|
104
|
+
"Value": "Valor",
|
|
105
|
+
"Currency": "Moneda",
|
|
106
|
+
"Visible To": "Visible a",
|
|
107
|
+
"Custom Fields": "Campos personalizados",
|
|
108
|
+
"Channel": "Canal",
|
|
109
|
+
"Lead Value Amount": "Importe del Valor de Contacto",
|
|
110
|
+
"Lead Value Currency": "Moneda del valor principal",
|
|
111
|
+
"Name": "Nombre",
|
|
112
|
+
"Address": "Dirección",
|
|
113
|
+
"Email": "E-mail",
|
|
114
|
+
"Phone": "Teléfono",
|
|
115
|
+
"First Name": "Nombre",
|
|
116
|
+
"Last Name": "Apellido",
|
|
117
|
+
"Marketing Status": "Estado de marketing",
|
|
118
|
+
"Code": "Código",
|
|
119
|
+
"Description": "Descripción",
|
|
120
|
+
"Unit": "Unidad",
|
|
121
|
+
"Tax percentage": "Porcentaje de impuestos",
|
|
122
|
+
"Is Active ?": "¿Está activo?",
|
|
123
|
+
"Cost": "Costo",
|
|
124
|
+
"Overhead Cost": "Costo general",
|
|
125
|
+
"Search Term": "Buscar término",
|
|
126
|
+
"Field to search by": "Campo a buscar por",
|
|
127
|
+
"Field Value": "Valor del campo",
|
|
128
|
+
"Search By": "Buscar por",
|
|
129
129
|
"ID": "ID",
|
|
130
|
-
"Exact Match": "
|
|
131
|
-
"Filter": "
|
|
132
|
-
"Method": "
|
|
133
|
-
"Headers": "
|
|
134
|
-
"Query Parameters": "
|
|
135
|
-
"Body": "
|
|
136
|
-
"Response is Binary ?": "
|
|
137
|
-
"No Error on Failure": "No
|
|
138
|
-
"Timeout (in seconds)": "
|
|
139
|
-
"Type of object to add the follower to.": "
|
|
140
|
-
"ID of the object to add the follower to.": "ID
|
|
141
|
-
"You can use Find Deal action to retrieve deal ID.": "
|
|
142
|
-
"You can use Find Person action to retrieve person ID.": "
|
|
143
|
-
"You can use Find Organization action to retrieve org ID.": "
|
|
144
|
-
"You can use Find Product action to retrieve product ID.": "
|
|
145
|
-
"Please enter date in YYYY-MM-DD format.": "
|
|
146
|
-
"Please enter time in HH:MM format.": "
|
|
147
|
-
"Please enter time in HH:MM format (e.g., \"01:30\" for 1 hour 30 minutes).": "
|
|
148
|
-
"If a stage is chosen above, the pipeline field will be ignored.": "
|
|
149
|
-
"Please enter currency code (e.g., \"USD\", \"EUR\").": "
|
|
150
|
-
"The currency of the lead value (e.g., \"USD\", \"EUR\").": "
|
|
151
|
-
"Marketing opt-in status": "
|
|
152
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
153
|
-
"Enable for files like PDFs, images, etc..": "
|
|
154
|
-
"Deal": "
|
|
155
|
-
"Person": "
|
|
156
|
-
"Organization": "
|
|
157
|
-
"Product": "
|
|
158
|
-
"Percentage": "
|
|
159
|
-
"Amount": "
|
|
160
|
-
"Exclusive": "
|
|
161
|
-
"Inclusive": "
|
|
162
|
-
"None": "
|
|
163
|
-
"Free": "
|
|
164
|
-
"Busy": "
|
|
165
|
-
"Open": "
|
|
166
|
-
"Won": "
|
|
167
|
-
"Lost": "
|
|
168
|
-
"Deleted": "
|
|
169
|
-
"Owner & followers": "
|
|
170
|
-
"Entire company": "
|
|
171
|
-
"No Consent": "
|
|
172
|
-
"Unsubscribed": "
|
|
173
|
-
"Subscribed": "
|
|
174
|
-
"Archived": "
|
|
175
|
-
"Product Code": "
|
|
176
|
-
"Lead": "
|
|
177
|
-
"Done": "
|
|
178
|
-
"Not Done": "
|
|
179
|
-
"GET": "
|
|
130
|
+
"Exact Match": "Partida exacta",
|
|
131
|
+
"Filter": "Filtro",
|
|
132
|
+
"Method": "Método",
|
|
133
|
+
"Headers": "Encabezados",
|
|
134
|
+
"Query Parameters": "Parámetros de consulta",
|
|
135
|
+
"Body": "Cuerpo",
|
|
136
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
137
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
138
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
139
|
+
"Type of object to add the follower to.": "Tipo de objeto al que agregar el seguidor.",
|
|
140
|
+
"ID of the object to add the follower to.": "ID del objeto al que agregar el seguidor.",
|
|
141
|
+
"You can use Find Deal action to retrieve deal ID.": "Puedes usar la acción Buscar Oferta para recuperar el ID de la operación.",
|
|
142
|
+
"You can use Find Person action to retrieve person ID.": "Puedes usar la acción Buscar Persona para recuperar el ID de la persona.",
|
|
143
|
+
"You can use Find Organization action to retrieve org ID.": "Puedes usar la acción Buscar Organización para recuperar el ID de org.",
|
|
144
|
+
"You can use Find Product action to retrieve product ID.": "Puede utilizar la acción Buscar producto para recuperar el ID del producto.",
|
|
145
|
+
"Please enter date in YYYY-MM-DD format.": "Por favor, introduzca la fecha en formato AAA-MM-DD.",
|
|
146
|
+
"Please enter time in HH:MM format.": "Por favor, introduzca la hora en formato HH:MM.",
|
|
147
|
+
"Please enter time in HH:MM format (e.g., \"01:30\" for 1 hour 30 minutes).": "Introduzca la hora en formato HH:MM (por ejemplo, \"01:30\" durante 1 hora 30 minutos).",
|
|
148
|
+
"If a stage is chosen above, the pipeline field will be ignored.": "Si una etapa es elegida arriba, el campo pipeline será ignorado.",
|
|
149
|
+
"Please enter currency code (e.g., \"USD\", \"EUR\").": "Por favor, introduzca el código de la moneda (por ejemplo, \"USD\", \"Click\").",
|
|
150
|
+
"The currency of the lead value (e.g., \"USD\", \"EUR\").": "La moneda del valor inicial (por ej., \"USD\", \"Text\").",
|
|
151
|
+
"Marketing opt-in status": "Estado de marketing opt-in",
|
|
152
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
153
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
154
|
+
"Deal": "Oferta",
|
|
155
|
+
"Person": "Persona",
|
|
156
|
+
"Organization": "Organización",
|
|
157
|
+
"Product": "Producto",
|
|
158
|
+
"Percentage": "Porcentaje",
|
|
159
|
+
"Amount": "Cantidad",
|
|
160
|
+
"Exclusive": "Exclusivo",
|
|
161
|
+
"Inclusive": "Inclusivo",
|
|
162
|
+
"None": "Ninguna",
|
|
163
|
+
"Free": "Gratis",
|
|
164
|
+
"Busy": "Ocupado",
|
|
165
|
+
"Open": "Abrir",
|
|
166
|
+
"Won": "Ganado",
|
|
167
|
+
"Lost": "Perdido",
|
|
168
|
+
"Deleted": "Eliminado",
|
|
169
|
+
"Owner & followers": "Propietario y seguidores",
|
|
170
|
+
"Entire company": "Empresa entera",
|
|
171
|
+
"No Consent": "Sin consentimiento",
|
|
172
|
+
"Unsubscribed": "Desuscrito",
|
|
173
|
+
"Subscribed": "Suscrito",
|
|
174
|
+
"Archived": "Archivado",
|
|
175
|
+
"Product Code": "Código de producto",
|
|
176
|
+
"Lead": "Plomo",
|
|
177
|
+
"Done": "Hecho",
|
|
178
|
+
"Not Done": "No hecho",
|
|
179
|
+
"GET": "RECOGER",
|
|
180
180
|
"POST": "POST",
|
|
181
181
|
"PATCH": "PATCH",
|
|
182
182
|
"PUT": "PUT",
|
|
183
|
-
"DELETE": "
|
|
184
|
-
"HEAD": "
|
|
185
|
-
"New Person": "
|
|
186
|
-
"New Deal": "
|
|
187
|
-
"New Activity": "
|
|
188
|
-
"New Note": "
|
|
189
|
-
"Updated Person": "
|
|
190
|
-
"Updated Deal": "
|
|
191
|
-
"Updated Deal Stage": "
|
|
192
|
-
"New Lead": "
|
|
193
|
-
"New Organization": "
|
|
194
|
-
"Updated Organization": "
|
|
195
|
-
"Activity Matching Filter": "
|
|
196
|
-
"Deal Matching Filter": "
|
|
197
|
-
"Person Matching Filter": "
|
|
198
|
-
"Organization Matching Filter": "
|
|
199
|
-
"Triggers when a new person is created": "
|
|
200
|
-
"Triggers when a new deal is created.": "
|
|
201
|
-
"Triggers when a new activity is added": "
|
|
202
|
-
"Triggers when a new note is created.": "
|
|
203
|
-
"Triggers when a person is updated.": "
|
|
204
|
-
"Triggers when a deal is updated.": "
|
|
205
|
-
"Triggers when a deal's stage is updated.": "
|
|
206
|
-
"Triggers when a new lead is created.": "
|
|
207
|
-
"Triggers when a new organization is created.": "
|
|
208
|
-
"Triggers when an existing organization is updated.": "
|
|
209
|
-
"Trigges when an activity newly matches a Pipedrive filter for the first time.": "
|
|
210
|
-
"Trigges when a deal newly matches a Pipedrive filter for the first time.": "
|
|
211
|
-
"Triggers when a person newly matches a Pipedrive filter for the first time.": "
|
|
212
|
-
"Triggers when an organization newly matches a Pipedrive filter for the first time.": "
|
|
213
|
-
"Filter by": "
|
|
214
|
-
"Field Values": "
|
|
215
|
-
"Field to watch for Changes On": "
|
|
216
|
-
"Stage in Pipeline": "
|
|
217
|
-
"Deal Status": "
|
|
218
|
-
"All(Not Deleted)": "
|
|
183
|
+
"DELETE": "BORRAR",
|
|
184
|
+
"HEAD": "LIMPIO",
|
|
185
|
+
"New Person": "Nueva persona",
|
|
186
|
+
"New Deal": "Nueva oferta",
|
|
187
|
+
"New Activity": "Nueva actividad",
|
|
188
|
+
"New Note": "Nueva nota",
|
|
189
|
+
"Updated Person": "Persona actualizada",
|
|
190
|
+
"Updated Deal": "Oferta actualizada",
|
|
191
|
+
"Updated Deal Stage": "Etapa de oferta actualizada",
|
|
192
|
+
"New Lead": "Nuevo plomo",
|
|
193
|
+
"New Organization": "Nueva organización",
|
|
194
|
+
"Updated Organization": "Organización actualizada",
|
|
195
|
+
"Activity Matching Filter": "Filtro de actividad coincidente",
|
|
196
|
+
"Deal Matching Filter": "Filtro de coincidencia de ofertas",
|
|
197
|
+
"Person Matching Filter": "Filtro de coincidencia de personas",
|
|
198
|
+
"Organization Matching Filter": "Filtro de coincidencia de organización",
|
|
199
|
+
"Triggers when a new person is created": "Dispara cuando se crea una nueva persona",
|
|
200
|
+
"Triggers when a new deal is created.": "Dispara cuando se crea una nueva oferta.",
|
|
201
|
+
"Triggers when a new activity is added": "Dispara cuando se agrega una nueva actividad",
|
|
202
|
+
"Triggers when a new note is created.": "Se activa cuando se crea una nueva nota.",
|
|
203
|
+
"Triggers when a person is updated.": "Dispara cuando una persona es actualizada.",
|
|
204
|
+
"Triggers when a deal is updated.": "Dispara cuando se actualiza una oferta.",
|
|
205
|
+
"Triggers when a deal's stage is updated.": "Dispara cuando se actualiza la etapa de un acuerdo.",
|
|
206
|
+
"Triggers when a new lead is created.": "Dispara cuando se crea un nuevo plomo.",
|
|
207
|
+
"Triggers when a new organization is created.": "Dispara cuando se crea una nueva organización.",
|
|
208
|
+
"Triggers when an existing organization is updated.": "Se activa cuando se actualiza una organización existente.",
|
|
209
|
+
"Trigges when an activity newly matches a Pipedrive filter for the first time.": "Se activa cuando una actividad recientemente coincide con un filtro de Pipedrive por primera vez.",
|
|
210
|
+
"Trigges when a deal newly matches a Pipedrive filter for the first time.": "Se activa cuando una nueva oferta coincide con un filtro de Pipedrive por primera vez.",
|
|
211
|
+
"Triggers when a person newly matches a Pipedrive filter for the first time.": "Dispara cuando una persona recientemente coincide con un filtro de Pipedrive por primera vez.",
|
|
212
|
+
"Triggers when an organization newly matches a Pipedrive filter for the first time.": "Dispara cuando una organización recientemente coincide con un filtro de Pipedrive por primera vez.",
|
|
213
|
+
"Filter by": "Filtrar por",
|
|
214
|
+
"Field Values": "Valores de campo",
|
|
215
|
+
"Field to watch for Changes On": "Campo para ver los cambios en",
|
|
216
|
+
"Stage in Pipeline": "Etapa en Pipeline",
|
|
217
|
+
"Deal Status": "Estado de la oferta",
|
|
218
|
+
"All(Not Deleted)": "Todo(no eliminado)"
|
|
219
219
|
}
|