@activepieces/piece-microsoft-excel-365 0.0.15 → 0.0.16
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 +90 -90
- package/src/i18n/es.json +93 -93
- package/src/i18n/ja.json +93 -93
- package/src/i18n/nl.json +94 -94
- package/src/i18n/pt.json +95 -95
- package/src/i18n/zh.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-microsoft-excel-365",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"zod": "3.25.76",
|
|
14
14
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
15
|
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
-
"@activepieces/shared": "0.
|
|
16
|
+
"@activepieces/shared": "0.20.0",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
-
"Spreadsheet software by Microsoft": "
|
|
4
|
-
"Authentication for Microsoft Excel 365": "
|
|
5
|
-
"Append Row to Worksheet": "
|
|
6
|
-
"Get Worksheets": "
|
|
7
|
-
"Get Worksheet Rows": "
|
|
8
|
-
"Update Worksheet Rows": "
|
|
9
|
-
"Clear Worksheet": "
|
|
10
|
-
"Delete Worksheet": "
|
|
11
|
-
"Get Workbooks": "
|
|
12
|
-
"Delete Workbook": "
|
|
13
|
-
"Add a Worksheet to a Workbook": "
|
|
14
|
-
"Get Table Rows": "
|
|
15
|
-
"Get Table Columns": "
|
|
16
|
-
"Create Table": "
|
|
17
|
-
"Delete Table": "
|
|
18
|
-
"Lookup Table Column": "
|
|
19
|
-
"Append Rows to a Table": "
|
|
20
|
-
"Convert to Range": "
|
|
21
|
-
"Create Workbook": "
|
|
22
|
-
"Custom API Call": "
|
|
23
|
-
"Append row of values to a worksheet": "
|
|
24
|
-
"Retrieve worksheets from a workbook": "
|
|
25
|
-
"Retrieve rows from a worksheet": "
|
|
26
|
-
"Update a row in a worksheet": "
|
|
27
|
-
"Clear a worksheet": "
|
|
28
|
-
"Delete a worksheet in a workbook": "
|
|
29
|
-
"Retrieve a list of workbooks": "
|
|
30
|
-
"Delete a workbook": "
|
|
31
|
-
"Add a worksheet to a workbook": "
|
|
32
|
-
"List rows of a table in a worksheet": "
|
|
33
|
-
"List columns of a table in a worksheet": "
|
|
34
|
-
"Create a table in a worksheet": "
|
|
35
|
-
"Delete a table from a worksheet": "
|
|
36
|
-
"Lookup a value in a table column in a worksheet": "
|
|
37
|
-
"Append rows to a table": "
|
|
38
|
-
"Converts a table to a range": "
|
|
39
|
-
"Create a new workbook at the specified location": "
|
|
40
|
-
"Make a custom API call to a specific endpoint": "
|
|
41
|
-
"Workbook": "
|
|
42
|
-
"Worksheet": "
|
|
43
|
-
"Does the first row contain headers?": "
|
|
44
|
-
"Values": "
|
|
45
|
-
"Return All": "
|
|
3
|
+
"Spreadsheet software by Microsoft": "Tabellensoftware von Microsoft",
|
|
4
|
+
"Authentication for Microsoft Excel 365": "Authentifizierung für Microsoft Excel 365",
|
|
5
|
+
"Append Row to Worksheet": "Zeile an Arbeitsblatt anhängen",
|
|
6
|
+
"Get Worksheets": "Arbeitsblätter abrufen",
|
|
7
|
+
"Get Worksheet Rows": "Arbeitsblatt Zeilen abrufen",
|
|
8
|
+
"Update Worksheet Rows": "Arbeitsblatt Zeilen aktualisieren",
|
|
9
|
+
"Clear Worksheet": "Arbeitsblatt löschen",
|
|
10
|
+
"Delete Worksheet": "Arbeitsblatt löschen",
|
|
11
|
+
"Get Workbooks": "Arbeitsbücher abrufen",
|
|
12
|
+
"Delete Workbook": "Arbeitsbuch löschen",
|
|
13
|
+
"Add a Worksheet to a Workbook": "Ein Arbeitsblatt zu einem Arbeitsbuch hinzufügen",
|
|
14
|
+
"Get Table Rows": "Tabellenzeile erhalten",
|
|
15
|
+
"Get Table Columns": "Tabellenspalten erhalten",
|
|
16
|
+
"Create Table": "Tabelle erstellen",
|
|
17
|
+
"Delete Table": "Tabelle löschen",
|
|
18
|
+
"Lookup Table Column": "Tabellenspalte suchen",
|
|
19
|
+
"Append Rows to a Table": "Zeilen an einen Tisch anhängen",
|
|
20
|
+
"Convert to Range": "In Bereich umwandeln",
|
|
21
|
+
"Create Workbook": "Arbeitsbuch erstellen",
|
|
22
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
23
|
+
"Append row of values to a worksheet": "Füge eine Zeile von Werten zu einer Tabelle hinzu",
|
|
24
|
+
"Retrieve worksheets from a workbook": "Arbeitsblätter aus einem Arbeitsbuch abrufen",
|
|
25
|
+
"Retrieve rows from a worksheet": "Datensätze von einem Arbeitsblatt abrufen",
|
|
26
|
+
"Update a row in a worksheet": "Eine Zeile in einer Tabelle aktualisieren",
|
|
27
|
+
"Clear a worksheet": "Arbeitsblatt leeren",
|
|
28
|
+
"Delete a worksheet in a workbook": "Arbeitsblatt in einem Arbeitsbuch löschen",
|
|
29
|
+
"Retrieve a list of workbooks": "Liste der Arbeitsbücher abrufen",
|
|
30
|
+
"Delete a workbook": "Ein Arbeitsbuch löschen",
|
|
31
|
+
"Add a worksheet to a workbook": "Ein Arbeitsblatt zu einem Arbeitsbuch hinzufügen",
|
|
32
|
+
"List rows of a table in a worksheet": "Datensätze einer Tabelle in einer Tabelle auflisten",
|
|
33
|
+
"List columns of a table in a worksheet": "Spalten einer Tabelle in einer Tabelle auflisten",
|
|
34
|
+
"Create a table in a worksheet": "Tabelle in einer Tabelle erstellen",
|
|
35
|
+
"Delete a table from a worksheet": "Tabelle aus Arbeitsblatt löschen",
|
|
36
|
+
"Lookup a value in a table column in a worksheet": "Suche einen Wert in einer Tabellenspalte in einem Arbeitsblatt",
|
|
37
|
+
"Append rows to a table": "Zeilen an eine Tabelle anhängen",
|
|
38
|
+
"Converts a table to a range": "Konvertiert eine Tabelle in einen Bereich",
|
|
39
|
+
"Create a new workbook at the specified location": "Neues Arbeitsbuch an dem angegebenen Ort erstellen",
|
|
40
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
41
|
+
"Workbook": "Arbeitsbuch",
|
|
42
|
+
"Worksheet": "Arbeitsblatt",
|
|
43
|
+
"Does the first row contain headers?": "Enthält die erste Zeile Kopfzeilen?",
|
|
44
|
+
"Values": "Werte",
|
|
45
|
+
"Return All": "Alle zurückgeben",
|
|
46
46
|
"Limit": "Limit",
|
|
47
47
|
"Range": "Range",
|
|
48
|
-
"Header Row": "
|
|
49
|
-
"First Data Row": "
|
|
50
|
-
"Row number": "
|
|
51
|
-
"Worksheet Name": "
|
|
52
|
-
"Table": "
|
|
53
|
-
"Select Range": "
|
|
54
|
-
"Has Headers": "
|
|
55
|
-
"Lookup Column": "
|
|
56
|
-
"Lookup Value": "
|
|
57
|
-
"Return All Matches": "
|
|
48
|
+
"Header Row": "Kopfzeile",
|
|
49
|
+
"First Data Row": "Erste Datenzeile",
|
|
50
|
+
"Row number": "Zeilennummer",
|
|
51
|
+
"Worksheet Name": "Arbeitsblattname",
|
|
52
|
+
"Table": "Tisch",
|
|
53
|
+
"Select Range": "Bereich auswählen",
|
|
54
|
+
"Has Headers": "Hat Kopfzeilen",
|
|
55
|
+
"Lookup Column": "Spalte suchen",
|
|
56
|
+
"Lookup Value": "Suchwert",
|
|
57
|
+
"Return All Matches": "Alle Matches zurückgeben",
|
|
58
58
|
"Name": "Name",
|
|
59
|
-
"Parent Folder": "
|
|
60
|
-
"Method": "
|
|
61
|
-
"Headers": "
|
|
62
|
-
"Query Parameters": "
|
|
63
|
-
"Body": "
|
|
64
|
-
"Response is Binary ?": "
|
|
65
|
-
"No Error on Failure": "
|
|
66
|
-
"Timeout (in seconds)": "Timeout (in
|
|
67
|
-
"If the first row is headers": "
|
|
68
|
-
"The values to insert": "
|
|
69
|
-
"If checked, all worksheets will be returned": "
|
|
70
|
-
"Limit the number of worksheets returned": "
|
|
71
|
-
"Range of the rows to retrieve (e.g., A2:B2)": "
|
|
72
|
-
"Row number of the header": "
|
|
73
|
-
"Row number of the first data row": "
|
|
74
|
-
"The row number to update": "
|
|
75
|
-
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "
|
|
76
|
-
"Limits the number of workbooks returned, returns all workbooks if empty": "
|
|
77
|
-
"The name of the new worksheet": "
|
|
78
|
-
"Limit the number of rows retrieved": "
|
|
79
|
-
"Limit the number of columns retrieved": "
|
|
80
|
-
"How to select the range for the table": "
|
|
81
|
-
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "
|
|
82
|
-
"Whether the range has column labels": "
|
|
83
|
-
"The column name to lookup the value in": "
|
|
84
|
-
"The value to lookup": "
|
|
85
|
-
"If checked, all matching rows will be returned": "
|
|
86
|
-
"The name of the new workbook": "
|
|
87
|
-
"The parent folder to use": "
|
|
88
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
89
|
-
"Enable for files like PDFs, images, etc..": "
|
|
90
|
-
"GET": "
|
|
59
|
+
"Parent Folder": "Eltern-Ordner",
|
|
60
|
+
"Method": "Methode",
|
|
61
|
+
"Headers": "Kopfzeilen",
|
|
62
|
+
"Query Parameters": "Abfrageparameter",
|
|
63
|
+
"Body": "Körper",
|
|
64
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
65
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
66
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
67
|
+
"If the first row is headers": "Wenn die erste Zeile Kopfzeilen ist",
|
|
68
|
+
"The values to insert": "Die einzufügenden Werte",
|
|
69
|
+
"If checked, all worksheets will be returned": "Wenn aktiviert, werden alle Arbeitsblätter zurückgegeben",
|
|
70
|
+
"Limit the number of worksheets returned": "Anzahl der zurückgegebenen Arbeitsblätter begrenzen",
|
|
71
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Bereich der zu holenden Zeilen (z.B. A2:B2)",
|
|
72
|
+
"Row number of the header": "Zeilennummer der Kopfzeile",
|
|
73
|
+
"Row number of the first data row": "Zeilennummer der ersten Datenzeile",
|
|
74
|
+
"The row number to update": "Die zu aktualisierende Zeilennummer",
|
|
75
|
+
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "Der Bereich in der Schreibweise A1 (z. B. A2:B2), um in der Tabelle zu löschen, falls nicht vorhanden, löschen Sie das gesamte Arbeitsblatt",
|
|
76
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Begrenzt die Anzahl der zurückgegebenen Arbeitsbücher zurück, gibt alle Arbeitsbücher zurück, wenn leer",
|
|
77
|
+
"The name of the new worksheet": "Der Name des neuen Arbeitsblatts",
|
|
78
|
+
"Limit the number of rows retrieved": "Anzahl der abgerufenen Zeilen begrenzen",
|
|
79
|
+
"Limit the number of columns retrieved": "Anzahl der abgerufenen Spalten begrenzen",
|
|
80
|
+
"How to select the range for the table": "Auswahl des Bereichs für die Tabelle",
|
|
81
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "Der Bereich der Zellen in A1-Notation (z. B. A2:B2), die in eine Tabelle konvertiert werden",
|
|
82
|
+
"Whether the range has column labels": "Gibt an, ob der Bereich Spaltenbezeichnungen hat",
|
|
83
|
+
"The column name to lookup the value in": "Der Spaltenname für die Suche nach dem Wert in",
|
|
84
|
+
"The value to lookup": "Der zu durchsuchende Wert",
|
|
85
|
+
"If checked, all matching rows will be returned": "Wenn aktiviert, werden alle übereinstimmenden Zeilen zurückgegeben",
|
|
86
|
+
"The name of the new workbook": "Der Name des neuen Arbeitsbuchs",
|
|
87
|
+
"The parent folder to use": "Der zu verwendende übergeordnete Ordner",
|
|
88
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
89
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
90
|
+
"GET": "ERHALTEN",
|
|
91
91
|
"POST": "POST",
|
|
92
92
|
"PATCH": "PATCH",
|
|
93
93
|
"PUT": "PUT",
|
|
94
|
-
"DELETE": "
|
|
94
|
+
"DELETE": "LÖSCHEN",
|
|
95
95
|
"HEAD": "HEAD",
|
|
96
|
-
"New Row": "
|
|
97
|
-
"Trigger when a new row is added, and it can include existing rows as well.": "
|
|
98
|
-
"Max Rows to Poll": "Max
|
|
99
|
-
"The maximum number of rows to poll, the rest will be polled on the next run.": "
|
|
96
|
+
"New Row": "Neue Zeile",
|
|
97
|
+
"Trigger when a new row is added, and it can include existing rows as well.": "Wird ausgelöst, wenn eine neue Zeile hinzugefügt wird, und kann auch vorhandene Datensätze enthalten.",
|
|
98
|
+
"Max Rows to Poll": "Max. Zeilen zur Abfrage",
|
|
99
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "Die maximale Anzahl der zu befragenden Zeilen, der Rest wird beim nächsten Lauf befragt."
|
|
100
100
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
-
"Spreadsheet software by Microsoft": "
|
|
4
|
-
"Authentication for Microsoft Excel 365": "
|
|
5
|
-
"Append Row to Worksheet": "
|
|
6
|
-
"Get Worksheets": "
|
|
7
|
-
"Get Worksheet Rows": "
|
|
8
|
-
"Update Worksheet Rows": "
|
|
9
|
-
"Clear Worksheet": "
|
|
10
|
-
"Delete Worksheet": "
|
|
11
|
-
"Get Workbooks": "
|
|
12
|
-
"Delete Workbook": "
|
|
13
|
-
"Add a Worksheet to a Workbook": "
|
|
14
|
-
"Get Table Rows": "
|
|
15
|
-
"Get Table Columns": "
|
|
16
|
-
"Create Table": "
|
|
17
|
-
"Delete Table": "
|
|
18
|
-
"Lookup Table Column": "
|
|
19
|
-
"Append Rows to a Table": "
|
|
20
|
-
"Convert to Range": "
|
|
21
|
-
"Create Workbook": "
|
|
22
|
-
"Custom API Call": "
|
|
23
|
-
"Append row of values to a worksheet": "
|
|
24
|
-
"Retrieve worksheets from a workbook": "
|
|
25
|
-
"Retrieve rows from a worksheet": "
|
|
26
|
-
"Update a row in a worksheet": "
|
|
27
|
-
"Clear a worksheet": "
|
|
28
|
-
"Delete a worksheet in a workbook": "
|
|
29
|
-
"Retrieve a list of workbooks": "
|
|
30
|
-
"Delete a workbook": "
|
|
31
|
-
"Add a worksheet to a workbook": "
|
|
32
|
-
"List rows of a table in a worksheet": "
|
|
33
|
-
"List columns of a table in a worksheet": "
|
|
34
|
-
"Create a table in a worksheet": "
|
|
35
|
-
"Delete a table from a worksheet": "
|
|
36
|
-
"Lookup a value in a table column in a worksheet": "
|
|
37
|
-
"Append rows to a table": "
|
|
38
|
-
"Converts a table to a range": "
|
|
39
|
-
"Create a new workbook at the specified location": "
|
|
40
|
-
"Make a custom API call to a specific endpoint": "
|
|
41
|
-
"Workbook": "
|
|
42
|
-
"Worksheet": "
|
|
43
|
-
"Does the first row contain headers?": "
|
|
44
|
-
"Values": "
|
|
45
|
-
"Return All": "
|
|
46
|
-
"Limit": "
|
|
3
|
+
"Spreadsheet software by Microsoft": "Software de hoja de cálculo por Microsoft",
|
|
4
|
+
"Authentication for Microsoft Excel 365": "Autenticación para Microsoft Excel 365",
|
|
5
|
+
"Append Row to Worksheet": "Añadir fila a la hoja de trabajo",
|
|
6
|
+
"Get Worksheets": "Obtener hojas de trabajo",
|
|
7
|
+
"Get Worksheet Rows": "Obtener filas de hojas de trabajo",
|
|
8
|
+
"Update Worksheet Rows": "Actualizar Filas de Hoja de Trabajo",
|
|
9
|
+
"Clear Worksheet": "Limpiar hoja de trabajo",
|
|
10
|
+
"Delete Worksheet": "Eliminar hoja de trabajo",
|
|
11
|
+
"Get Workbooks": "Obtener libros de trabajo",
|
|
12
|
+
"Delete Workbook": "Eliminar Libro de Trabajo",
|
|
13
|
+
"Add a Worksheet to a Workbook": "Añadir una hoja de trabajo a un libro de trabajo",
|
|
14
|
+
"Get Table Rows": "Obtener Arcos de Tabla",
|
|
15
|
+
"Get Table Columns": "Obtener columnas de tabla",
|
|
16
|
+
"Create Table": "Crear tabla",
|
|
17
|
+
"Delete Table": "Eliminar tabla",
|
|
18
|
+
"Lookup Table Column": "Columna de Tabla de Búsqueda",
|
|
19
|
+
"Append Rows to a Table": "Añadir filas a una tabla",
|
|
20
|
+
"Convert to Range": "Convertir a rango",
|
|
21
|
+
"Create Workbook": "Crear Libro de Trabajo",
|
|
22
|
+
"Custom API Call": "Llamada API personalizada",
|
|
23
|
+
"Append row of values to a worksheet": "Añadir fila de valores a una hoja de trabajo",
|
|
24
|
+
"Retrieve worksheets from a workbook": "Recuperar hojas de trabajo de un libro",
|
|
25
|
+
"Retrieve rows from a worksheet": "Recuperar filas de una hoja de trabajo",
|
|
26
|
+
"Update a row in a worksheet": "Actualizar una fila en una hoja de trabajo",
|
|
27
|
+
"Clear a worksheet": "Limpiar una hoja de trabajo",
|
|
28
|
+
"Delete a worksheet in a workbook": "Eliminar una hoja de trabajo en un libro",
|
|
29
|
+
"Retrieve a list of workbooks": "Recuperar una lista de libros de trabajo",
|
|
30
|
+
"Delete a workbook": "Eliminar un libro",
|
|
31
|
+
"Add a worksheet to a workbook": "Añadir una hoja de trabajo a un libro",
|
|
32
|
+
"List rows of a table in a worksheet": "Listar filas de una tabla en una hoja de trabajo",
|
|
33
|
+
"List columns of a table in a worksheet": "Listar columnas de una tabla en una hoja de trabajo",
|
|
34
|
+
"Create a table in a worksheet": "Crear una tabla en una hoja de trabajo",
|
|
35
|
+
"Delete a table from a worksheet": "Eliminar una tabla de una hoja de trabajo",
|
|
36
|
+
"Lookup a value in a table column in a worksheet": "Buscar un valor en una columna de tabla en una hoja de trabajo",
|
|
37
|
+
"Append rows to a table": "Añadir filas a una tabla",
|
|
38
|
+
"Converts a table to a range": "Convierte una tabla a un rango",
|
|
39
|
+
"Create a new workbook at the specified location": "Crear un nuevo libro en la ubicación especificada",
|
|
40
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
41
|
+
"Workbook": "Libro de trabajo",
|
|
42
|
+
"Worksheet": "Hoja de trabajo",
|
|
43
|
+
"Does the first row contain headers?": "¿La primera fila contiene cabeceras?",
|
|
44
|
+
"Values": "Valores",
|
|
45
|
+
"Return All": "Devolver todos",
|
|
46
|
+
"Limit": "Límite",
|
|
47
47
|
"Range": "Range",
|
|
48
|
-
"Header Row": "
|
|
49
|
-
"First Data Row": "
|
|
50
|
-
"Row number": "
|
|
51
|
-
"Worksheet Name": "
|
|
52
|
-
"Table": "
|
|
53
|
-
"Select Range": "
|
|
54
|
-
"Has Headers": "
|
|
55
|
-
"Lookup Column": "
|
|
56
|
-
"Lookup Value": "
|
|
57
|
-
"Return All Matches": "
|
|
58
|
-
"Name": "
|
|
59
|
-
"Parent Folder": "
|
|
60
|
-
"Method": "
|
|
61
|
-
"Headers": "
|
|
62
|
-
"Query Parameters": "
|
|
63
|
-
"Body": "
|
|
64
|
-
"Response is Binary ?": "
|
|
65
|
-
"No Error on Failure": "No
|
|
66
|
-
"Timeout (in seconds)": "
|
|
67
|
-
"If the first row is headers": "
|
|
68
|
-
"The values to insert": "
|
|
69
|
-
"If checked, all worksheets will be returned": "
|
|
70
|
-
"Limit the number of worksheets returned": "
|
|
71
|
-
"Range of the rows to retrieve (e.g., A2:B2)": "
|
|
72
|
-
"Row number of the header": "
|
|
73
|
-
"Row number of the first data row": "
|
|
74
|
-
"The row number to update": "
|
|
75
|
-
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "
|
|
76
|
-
"Limits the number of workbooks returned, returns all workbooks if empty": "
|
|
77
|
-
"The name of the new worksheet": "
|
|
78
|
-
"Limit the number of rows retrieved": "
|
|
79
|
-
"Limit the number of columns retrieved": "
|
|
80
|
-
"How to select the range for the table": "
|
|
81
|
-
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "
|
|
82
|
-
"Whether the range has column labels": "
|
|
83
|
-
"The column name to lookup the value in": "
|
|
84
|
-
"The value to lookup": "
|
|
85
|
-
"If checked, all matching rows will be returned": "
|
|
86
|
-
"The name of the new workbook": "
|
|
87
|
-
"The parent folder to use": "
|
|
88
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
89
|
-
"Enable for files like PDFs, images, etc..": "
|
|
90
|
-
"GET": "
|
|
48
|
+
"Header Row": "Fila de cabecera",
|
|
49
|
+
"First Data Row": "Primera fila de datos",
|
|
50
|
+
"Row number": "Número de fila",
|
|
51
|
+
"Worksheet Name": "Nombre de la hoja de trabajo",
|
|
52
|
+
"Table": "Tabla",
|
|
53
|
+
"Select Range": "Seleccionar rango",
|
|
54
|
+
"Has Headers": "Tiene cabeceras",
|
|
55
|
+
"Lookup Column": "Columna de Búsqueda",
|
|
56
|
+
"Lookup Value": "Valor de Búsqueda",
|
|
57
|
+
"Return All Matches": "Devolver todas las partidas",
|
|
58
|
+
"Name": "Nombre",
|
|
59
|
+
"Parent Folder": "Carpeta padre",
|
|
60
|
+
"Method": "Método",
|
|
61
|
+
"Headers": "Encabezados",
|
|
62
|
+
"Query Parameters": "Parámetros de consulta",
|
|
63
|
+
"Body": "Cuerpo",
|
|
64
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
65
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
66
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
67
|
+
"If the first row is headers": "Si la primera fila son cabeceras",
|
|
68
|
+
"The values to insert": "Los valores a insertar",
|
|
69
|
+
"If checked, all worksheets will be returned": "Si está marcado, todas las hojas de trabajo serán devueltas",
|
|
70
|
+
"Limit the number of worksheets returned": "Limitar el número de hojas de cálculo devueltas",
|
|
71
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Rango de las filas a recuperar (por ejemplo, A2:B2)",
|
|
72
|
+
"Row number of the header": "Número de fila de la cabecera",
|
|
73
|
+
"Row number of the first data row": "Número de fila de la primera fila de datos",
|
|
74
|
+
"The row number to update": "El número de fila a actualizar",
|
|
75
|
+
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "El rango en notación A1 (por ej., A2:B2) para limpiar en la hoja de cálculo, si no se proporciona, limpiar toda la hoja de trabajo",
|
|
76
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Limita el número de libros de trabajo devueltos, devuelve todos los libros de trabajo si está vacío",
|
|
77
|
+
"The name of the new worksheet": "El nombre de la nueva hoja de trabajo",
|
|
78
|
+
"Limit the number of rows retrieved": "Limitar el número de filas recuperadas",
|
|
79
|
+
"Limit the number of columns retrieved": "Limitar el número de columnas recuperadas",
|
|
80
|
+
"How to select the range for the table": "Cómo seleccionar el rango para la tabla",
|
|
81
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "El rango de celdas en notación A1 (por ejemplo, A2:B2) que se convertirá en una tabla",
|
|
82
|
+
"Whether the range has column labels": "Si el rango tiene etiquetas de columna",
|
|
83
|
+
"The column name to lookup the value in": "El nombre de la columna en la que buscar el valor",
|
|
84
|
+
"The value to lookup": "El valor a buscar",
|
|
85
|
+
"If checked, all matching rows will be returned": "Si está marcado, todas las filas coincidentes serán devueltas",
|
|
86
|
+
"The name of the new workbook": "El nombre del nuevo libro",
|
|
87
|
+
"The parent folder to use": "La carpeta padre a usar",
|
|
88
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
89
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
90
|
+
"GET": "RECOGER",
|
|
91
91
|
"POST": "POST",
|
|
92
92
|
"PATCH": "PATCH",
|
|
93
93
|
"PUT": "PUT",
|
|
94
|
-
"DELETE": "
|
|
95
|
-
"HEAD": "
|
|
96
|
-
"New Row": "
|
|
97
|
-
"Trigger when a new row is added, and it can include existing rows as well.": "
|
|
98
|
-
"Max Rows to Poll": "
|
|
99
|
-
"The maximum number of rows to poll, the rest will be polled on the next run.": "
|
|
94
|
+
"DELETE": "BORRAR",
|
|
95
|
+
"HEAD": "LIMPIO",
|
|
96
|
+
"New Row": "Nueva fila",
|
|
97
|
+
"Trigger when a new row is added, and it can include existing rows as well.": "Activar cuando se agrega un nuevo registro, y también puede incluir registros existentes.",
|
|
98
|
+
"Max Rows to Poll": "Máximas filas a la encuesta",
|
|
99
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "El número máximo de filas a encuestar, el resto serán encuestados en la próxima ejecución."
|
|
100
100
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
-
"Spreadsheet software by Microsoft": "
|
|
4
|
-
"Authentication for Microsoft Excel 365": "
|
|
5
|
-
"Append Row to Worksheet": "
|
|
6
|
-
"Get Worksheets": "
|
|
7
|
-
"Get Worksheet Rows": "
|
|
8
|
-
"Update Worksheet Rows": "
|
|
9
|
-
"Clear Worksheet": "
|
|
10
|
-
"Delete Worksheet": "
|
|
11
|
-
"Get Workbooks": "
|
|
12
|
-
"Delete Workbook": "
|
|
13
|
-
"Add a Worksheet to a Workbook": "
|
|
14
|
-
"Get Table Rows": "
|
|
15
|
-
"Get Table Columns": "
|
|
16
|
-
"Create Table": "
|
|
17
|
-
"Delete Table": "
|
|
18
|
-
"Lookup Table Column": "
|
|
19
|
-
"Append Rows to a Table": "
|
|
20
|
-
"Convert to Range": "
|
|
21
|
-
"Create Workbook": "
|
|
22
|
-
"Custom API Call": "
|
|
23
|
-
"Append row of values to a worksheet": "
|
|
24
|
-
"Retrieve worksheets from a workbook": "
|
|
25
|
-
"Retrieve rows from a worksheet": "
|
|
26
|
-
"Update a row in a worksheet": "
|
|
27
|
-
"Clear a worksheet": "
|
|
28
|
-
"Delete a worksheet in a workbook": "
|
|
29
|
-
"Retrieve a list of workbooks": "
|
|
30
|
-
"Delete a workbook": "
|
|
31
|
-
"Add a worksheet to a workbook": "
|
|
32
|
-
"List rows of a table in a worksheet": "
|
|
33
|
-
"List columns of a table in a worksheet": "
|
|
34
|
-
"Create a table in a worksheet": "
|
|
35
|
-
"Delete a table from a worksheet": "
|
|
36
|
-
"Lookup a value in a table column in a worksheet": "
|
|
37
|
-
"Append rows to a table": "
|
|
38
|
-
"Converts a table to a range": "
|
|
39
|
-
"Create a new workbook at the specified location": "
|
|
40
|
-
"Make a custom API call to a specific endpoint": "
|
|
41
|
-
"Workbook": "
|
|
42
|
-
"Worksheet": "
|
|
43
|
-
"Does the first row contain headers?": "
|
|
44
|
-
"Values": "
|
|
45
|
-
"Return All": "
|
|
46
|
-
"Limit": "
|
|
3
|
+
"Spreadsheet software by Microsoft": "Microsoftによるスプレッドシートソフトウェア",
|
|
4
|
+
"Authentication for Microsoft Excel 365": "Microsoft Excel 365の認証",
|
|
5
|
+
"Append Row to Worksheet": "行をワークシートに追加",
|
|
6
|
+
"Get Worksheets": "ワークシートを取得",
|
|
7
|
+
"Get Worksheet Rows": "ワークシート行を取得",
|
|
8
|
+
"Update Worksheet Rows": "ワークシートの行を更新",
|
|
9
|
+
"Clear Worksheet": "ワークシートをクリア",
|
|
10
|
+
"Delete Worksheet": "ワークシートを削除",
|
|
11
|
+
"Get Workbooks": "ワークブックを入手",
|
|
12
|
+
"Delete Workbook": "ワークブックを削除",
|
|
13
|
+
"Add a Worksheet to a Workbook": "ワークシートをワークブックに追加",
|
|
14
|
+
"Get Table Rows": "表行の取得",
|
|
15
|
+
"Get Table Columns": "テーブル列の取得",
|
|
16
|
+
"Create Table": "テーブルを作成",
|
|
17
|
+
"Delete Table": "テーブルの削除",
|
|
18
|
+
"Lookup Table Column": "ルックアップテーブルの列",
|
|
19
|
+
"Append Rows to a Table": "表に行を追加",
|
|
20
|
+
"Convert to Range": "範囲に変換",
|
|
21
|
+
"Create Workbook": "ワークブックを作成",
|
|
22
|
+
"Custom API Call": "カスタムAPI通話",
|
|
23
|
+
"Append row of values to a worksheet": "ワークシートに値の行を追加",
|
|
24
|
+
"Retrieve worksheets from a workbook": "ワークブックからワークシートを取得",
|
|
25
|
+
"Retrieve rows from a worksheet": "ワークシートから行を取得",
|
|
26
|
+
"Update a row in a worksheet": "ワークシートの行を更新",
|
|
27
|
+
"Clear a worksheet": "ワークシートをクリア",
|
|
28
|
+
"Delete a worksheet in a workbook": "ワークブック内のワークシートを削除",
|
|
29
|
+
"Retrieve a list of workbooks": "ワークブックの一覧を取得",
|
|
30
|
+
"Delete a workbook": "ブックを削除する",
|
|
31
|
+
"Add a worksheet to a workbook": "ワークシートをワークブックに追加",
|
|
32
|
+
"List rows of a table in a worksheet": "ワークシート内のテーブルの行の一覧",
|
|
33
|
+
"List columns of a table in a worksheet": "ワークシート内のテーブルの列のリスト",
|
|
34
|
+
"Create a table in a worksheet": "ワークシートにテーブルを作成",
|
|
35
|
+
"Delete a table from a worksheet": "ワークシートからテーブルを削除",
|
|
36
|
+
"Lookup a value in a table column in a worksheet": "ワークシート内のテーブル列の値を参照する",
|
|
37
|
+
"Append rows to a table": "テーブルに行を追加",
|
|
38
|
+
"Converts a table to a range": "テーブルを範囲に変換します",
|
|
39
|
+
"Create a new workbook at the specified location": "指定された場所に新しいブックを作成",
|
|
40
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
41
|
+
"Workbook": "ワークブック",
|
|
42
|
+
"Worksheet": "ワークシート",
|
|
43
|
+
"Does the first row contain headers?": "最初の行にはヘッダーが含まれていますか?",
|
|
44
|
+
"Values": "値",
|
|
45
|
+
"Return All": "すべて戻る",
|
|
46
|
+
"Limit": "制限",
|
|
47
47
|
"Range": "Range",
|
|
48
|
-
"Header Row": "
|
|
49
|
-
"First Data Row": "
|
|
50
|
-
"Row number": "
|
|
51
|
-
"Worksheet Name": "
|
|
52
|
-
"Table": "
|
|
53
|
-
"Select Range": "
|
|
54
|
-
"Has Headers": "
|
|
55
|
-
"Lookup Column": "
|
|
56
|
-
"Lookup Value": "
|
|
57
|
-
"Return All Matches": "
|
|
58
|
-
"Name": "
|
|
59
|
-
"Parent Folder": "
|
|
60
|
-
"Method": "
|
|
61
|
-
"Headers": "
|
|
62
|
-
"Query Parameters": "
|
|
63
|
-
"Body": "
|
|
64
|
-
"Response is Binary ?": "
|
|
65
|
-
"No Error on Failure": "
|
|
66
|
-
"Timeout (in seconds)": "
|
|
67
|
-
"If the first row is headers": "
|
|
68
|
-
"The values to insert": "
|
|
69
|
-
"If checked, all worksheets will be returned": "
|
|
70
|
-
"Limit the number of worksheets returned": "
|
|
71
|
-
"Range of the rows to retrieve (e.g., A2:B2)": "
|
|
72
|
-
"Row number of the header": "
|
|
73
|
-
"Row number of the first data row": "
|
|
74
|
-
"The row number to update": "
|
|
75
|
-
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "
|
|
76
|
-
"Limits the number of workbooks returned, returns all workbooks if empty": "
|
|
77
|
-
"The name of the new worksheet": "
|
|
78
|
-
"Limit the number of rows retrieved": "
|
|
79
|
-
"Limit the number of columns retrieved": "
|
|
80
|
-
"How to select the range for the table": "
|
|
81
|
-
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "
|
|
82
|
-
"Whether the range has column labels": "
|
|
83
|
-
"The column name to lookup the value in": "
|
|
84
|
-
"The value to lookup": "
|
|
85
|
-
"If checked, all matching rows will be returned": "
|
|
86
|
-
"The name of the new workbook": "
|
|
87
|
-
"The parent folder to use": "
|
|
88
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
89
|
-
"Enable for files like PDFs, images, etc..": "
|
|
90
|
-
"GET": "
|
|
48
|
+
"Header Row": "ヘッダー行",
|
|
49
|
+
"First Data Row": "最初のデータ行",
|
|
50
|
+
"Row number": "行番号",
|
|
51
|
+
"Worksheet Name": "ワークシート名",
|
|
52
|
+
"Table": "表",
|
|
53
|
+
"Select Range": "範囲の選択",
|
|
54
|
+
"Has Headers": "ヘッダーがあります",
|
|
55
|
+
"Lookup Column": "検索列",
|
|
56
|
+
"Lookup Value": "ルックアップの値",
|
|
57
|
+
"Return All Matches": "すべての一致を返す",
|
|
58
|
+
"Name": "名前",
|
|
59
|
+
"Parent Folder": "親フォルダ",
|
|
60
|
+
"Method": "方法",
|
|
61
|
+
"Headers": "ヘッダー",
|
|
62
|
+
"Query Parameters": "クエリパラメータ",
|
|
63
|
+
"Body": "本文",
|
|
64
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
65
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
66
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
67
|
+
"If the first row is headers": "最初の行がヘッダーの場合",
|
|
68
|
+
"The values to insert": "挿入する値",
|
|
69
|
+
"If checked, all worksheets will be returned": "チェックされている場合、すべてのワークシートが返されます",
|
|
70
|
+
"Limit the number of worksheets returned": "返されるワークシートの数を制限する",
|
|
71
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "取得する行の範囲 (例: A2:B2)",
|
|
72
|
+
"Row number of the header": "ヘッダーの行番号",
|
|
73
|
+
"Row number of the first data row": "最初のデータ行の行番号",
|
|
74
|
+
"The row number to update": "更新する行番号",
|
|
75
|
+
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "A1 表記の範囲 (例: A2:B2) が指定されていない場合、ワークシート全体をクリアします",
|
|
76
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "返されたワークブックの数を制限します。空の場合はすべてのワークブックを返します。",
|
|
77
|
+
"The name of the new worksheet": "新しいワークシートの名前",
|
|
78
|
+
"Limit the number of rows retrieved": "取得した行数を制限する",
|
|
79
|
+
"Limit the number of columns retrieved": "取得した列の数を制限する",
|
|
80
|
+
"How to select the range for the table": "表の範囲を選択する方法",
|
|
81
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "A1表記のセル範囲 (例:A2:B2) がテーブルに変換されます。",
|
|
82
|
+
"Whether the range has column labels": "範囲に列ラベルがあるかどうか",
|
|
83
|
+
"The column name to lookup the value in": "値を検索する列名",
|
|
84
|
+
"The value to lookup": "検索する値",
|
|
85
|
+
"If checked, all matching rows will be returned": "チェックされている場合、一致するすべての行が返されます",
|
|
86
|
+
"The name of the new workbook": "新しいブックの名前",
|
|
87
|
+
"The parent folder to use": "使用する親フォルダ",
|
|
88
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
89
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
90
|
+
"GET": "取得",
|
|
91
91
|
"POST": "POST",
|
|
92
92
|
"PATCH": "PATCH",
|
|
93
93
|
"PUT": "PUT",
|
|
94
|
-
"DELETE": "
|
|
95
|
-
"HEAD": "
|
|
96
|
-
"New Row": "
|
|
97
|
-
"Trigger when a new row is added, and it can include existing rows as well.": "
|
|
98
|
-
"Max Rows to Poll": "
|
|
99
|
-
"The maximum number of rows to poll, the rest will be polled on the next run.": "
|
|
94
|
+
"DELETE": "削除",
|
|
95
|
+
"HEAD": "頭",
|
|
96
|
+
"New Row": "新しい行",
|
|
97
|
+
"Trigger when a new row is added, and it can include existing rows as well.": "新しい行が追加されたときにトリガーされ、既存の行も含めることができます。",
|
|
98
|
+
"Max Rows to Poll": "アンケートへの最大行",
|
|
99
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "アンケートする行の最大数。残りは次の実行時にポーリングされます。"
|
|
100
100
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
-
"Spreadsheet software by Microsoft": "Spreadsheet software
|
|
4
|
-
"Authentication for Microsoft Excel 365": "
|
|
5
|
-
"Append Row to Worksheet": "
|
|
6
|
-
"Get Worksheets": "
|
|
7
|
-
"Get Worksheet Rows": "
|
|
8
|
-
"Update Worksheet Rows": "
|
|
9
|
-
"Clear Worksheet": "
|
|
10
|
-
"Delete Worksheet": "
|
|
11
|
-
"Get Workbooks": "
|
|
12
|
-
"Delete Workbook": "
|
|
13
|
-
"Add a Worksheet to a Workbook": "
|
|
14
|
-
"Get Table Rows": "
|
|
15
|
-
"Get Table Columns": "
|
|
16
|
-
"Create Table": "
|
|
17
|
-
"Delete Table": "
|
|
18
|
-
"Lookup Table Column": "
|
|
19
|
-
"Append Rows to a Table": "
|
|
20
|
-
"Convert to Range": "
|
|
21
|
-
"Create Workbook": "
|
|
3
|
+
"Spreadsheet software by Microsoft": "Spreadsheet software van Microsoft",
|
|
4
|
+
"Authentication for Microsoft Excel 365": "Authenticatie voor Microsoft Excel 365",
|
|
5
|
+
"Append Row to Worksheet": "Rij toevoegen aan werkblad",
|
|
6
|
+
"Get Worksheets": "Haal werkbladen op",
|
|
7
|
+
"Get Worksheet Rows": "Werkblad Regels ophalen",
|
|
8
|
+
"Update Worksheet Rows": "Werkblad Regels bijwerken",
|
|
9
|
+
"Clear Worksheet": "Verwijder werkblad",
|
|
10
|
+
"Delete Worksheet": "Werkblad verwijderen",
|
|
11
|
+
"Get Workbooks": "Werkboeken ophalen",
|
|
12
|
+
"Delete Workbook": "Werkboek verwijderen",
|
|
13
|
+
"Add a Worksheet to a Workbook": "Voeg een werkblad toe aan een werkboek",
|
|
14
|
+
"Get Table Rows": "Verkrijg Tafelregels",
|
|
15
|
+
"Get Table Columns": "Tabel kolommen ophalen",
|
|
16
|
+
"Create Table": "Tabel maken",
|
|
17
|
+
"Delete Table": "Tabel verwijderen",
|
|
18
|
+
"Lookup Table Column": "Tabel kolom opzoeken",
|
|
19
|
+
"Append Rows to a Table": "Rijen toevoegen aan een tabel",
|
|
20
|
+
"Convert to Range": "Converteren naar Bereik",
|
|
21
|
+
"Create Workbook": "Takenboek aanmaken",
|
|
22
22
|
"Custom API Call": "Custom API Call",
|
|
23
|
-
"Append row of values to a worksheet": "
|
|
24
|
-
"Retrieve worksheets from a workbook": "
|
|
25
|
-
"Retrieve rows from a worksheet": "
|
|
26
|
-
"Update a row in a worksheet": "
|
|
27
|
-
"Clear a worksheet": "
|
|
28
|
-
"Delete a worksheet in a workbook": "
|
|
29
|
-
"Retrieve a list of workbooks": "
|
|
30
|
-
"Delete a workbook": "
|
|
31
|
-
"Add a worksheet to a workbook": "
|
|
32
|
-
"List rows of a table in a worksheet": "
|
|
33
|
-
"List columns of a table in a worksheet": "
|
|
34
|
-
"Create a table in a worksheet": "
|
|
35
|
-
"Delete a table from a worksheet": "
|
|
36
|
-
"Lookup a value in a table column in a worksheet": "
|
|
37
|
-
"Append rows to a table": "
|
|
38
|
-
"Converts a table to a range": "
|
|
39
|
-
"Create a new workbook at the specified location": "
|
|
40
|
-
"Make a custom API call to a specific endpoint": "
|
|
41
|
-
"Workbook": "
|
|
42
|
-
"Worksheet": "
|
|
43
|
-
"Does the first row contain headers?": "
|
|
44
|
-
"Values": "
|
|
45
|
-
"Return All": "
|
|
46
|
-
"Limit": "
|
|
23
|
+
"Append row of values to a worksheet": "Voeg rij van waarden toe aan een werkblad",
|
|
24
|
+
"Retrieve worksheets from a workbook": "Werkbladen ophalen uit een werkboek",
|
|
25
|
+
"Retrieve rows from a worksheet": "Ophalen rijen van een werkblad",
|
|
26
|
+
"Update a row in a worksheet": "Een rij in een werkblad bijwerken",
|
|
27
|
+
"Clear a worksheet": "Wis een werkblad",
|
|
28
|
+
"Delete a worksheet in a workbook": "Verwijder een werkblad in een werkboek",
|
|
29
|
+
"Retrieve a list of workbooks": "Haal een lijst op met workbooks",
|
|
30
|
+
"Delete a workbook": "Een werkboek verwijderen",
|
|
31
|
+
"Add a worksheet to a workbook": "Een werkblad toevoegen aan een werkboek",
|
|
32
|
+
"List rows of a table in a worksheet": "Rijen van een tabel in een werkblad weergeven",
|
|
33
|
+
"List columns of a table in a worksheet": "Kolommen weergeven van een tabel in een werkblad",
|
|
34
|
+
"Create a table in a worksheet": "Tabel aanmaken in een werkblad",
|
|
35
|
+
"Delete a table from a worksheet": "Een tabel uit een werkblad verwijderen",
|
|
36
|
+
"Lookup a value in a table column in a worksheet": "Zoek een waarde in een tabelkolom in een werkblad",
|
|
37
|
+
"Append rows to a table": "Rijen toevoegen aan een tabel",
|
|
38
|
+
"Converts a table to a range": "Zet een tabel om naar een bereik",
|
|
39
|
+
"Create a new workbook at the specified location": "Maak een nieuw werkboek op de opgegeven locatie",
|
|
40
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
41
|
+
"Workbook": "Werkboek",
|
|
42
|
+
"Worksheet": "Werkblad",
|
|
43
|
+
"Does the first row contain headers?": "Bevat de eerste rij headers?",
|
|
44
|
+
"Values": "Waarden",
|
|
45
|
+
"Return All": "Retourneer alles",
|
|
46
|
+
"Limit": "Limiet",
|
|
47
47
|
"Range": "Range",
|
|
48
|
-
"Header Row": "
|
|
49
|
-
"First Data Row": "
|
|
50
|
-
"Row number": "
|
|
51
|
-
"Worksheet Name": "
|
|
52
|
-
"Table": "
|
|
53
|
-
"Select Range": "
|
|
54
|
-
"Has Headers": "
|
|
55
|
-
"Lookup Column": "
|
|
56
|
-
"Lookup Value": "
|
|
57
|
-
"Return All Matches": "
|
|
58
|
-
"Name": "
|
|
59
|
-
"Parent Folder": "
|
|
60
|
-
"Method": "
|
|
61
|
-
"Headers": "
|
|
62
|
-
"Query Parameters": "Query
|
|
63
|
-
"Body": "
|
|
64
|
-
"Response is Binary ?": "
|
|
65
|
-
"No Error on Failure": "
|
|
66
|
-
"Timeout (in seconds)": "
|
|
67
|
-
"If the first row is headers": "
|
|
68
|
-
"The values to insert": "
|
|
69
|
-
"If checked, all worksheets will be returned": "
|
|
70
|
-
"Limit the number of worksheets returned": "
|
|
71
|
-
"Range of the rows to retrieve (e.g., A2:B2)": "
|
|
72
|
-
"Row number of the header": "
|
|
73
|
-
"Row number of the first data row": "
|
|
74
|
-
"The row number to update": "
|
|
75
|
-
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "
|
|
76
|
-
"Limits the number of workbooks returned, returns all workbooks if empty": "
|
|
77
|
-
"The name of the new worksheet": "
|
|
78
|
-
"Limit the number of rows retrieved": "
|
|
79
|
-
"Limit the number of columns retrieved": "
|
|
80
|
-
"How to select the range for the table": "
|
|
81
|
-
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "
|
|
82
|
-
"Whether the range has column labels": "
|
|
83
|
-
"The column name to lookup the value in": "
|
|
84
|
-
"The value to lookup": "
|
|
85
|
-
"If checked, all matching rows will be returned": "
|
|
86
|
-
"The name of the new workbook": "
|
|
87
|
-
"The parent folder to use": "
|
|
88
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
89
|
-
"Enable for files like PDFs, images, etc..": "
|
|
90
|
-
"GET": "
|
|
91
|
-
"POST": "
|
|
92
|
-
"PATCH": "
|
|
48
|
+
"Header Row": "Kopregel rij",
|
|
49
|
+
"First Data Row": "Eerste Data Rij",
|
|
50
|
+
"Row number": "Rij nummer",
|
|
51
|
+
"Worksheet Name": "Werkblad naam",
|
|
52
|
+
"Table": "Tabel",
|
|
53
|
+
"Select Range": "Selecteer bereik",
|
|
54
|
+
"Has Headers": "Heeft headers",
|
|
55
|
+
"Lookup Column": "Kolom opzoeken",
|
|
56
|
+
"Lookup Value": "Opzoeken Waarde",
|
|
57
|
+
"Return All Matches": "Retourneer alle overeenkomsten",
|
|
58
|
+
"Name": "Naam",
|
|
59
|
+
"Parent Folder": "Bovenliggende map",
|
|
60
|
+
"Method": "Methode",
|
|
61
|
+
"Headers": "Kopteksten",
|
|
62
|
+
"Query Parameters": "Query parameters",
|
|
63
|
+
"Body": "Lichaam",
|
|
64
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
65
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
66
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
67
|
+
"If the first row is headers": "Als de eerste rij headers zijn",
|
|
68
|
+
"The values to insert": "De waarden om in te voegen",
|
|
69
|
+
"If checked, all worksheets will be returned": "Indien aangevinkt, worden alle werkbladen teruggestuurd",
|
|
70
|
+
"Limit the number of worksheets returned": "Beperk het aantal terugkerende werkbladen",
|
|
71
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Bereik van de op te halen rijen (bijv. A2:B2)",
|
|
72
|
+
"Row number of the header": "Rij nummer van de header",
|
|
73
|
+
"Row number of the first data row": "Rij nummer van de eerste gegevensrij",
|
|
74
|
+
"The row number to update": "Het rij nummer om te updaten",
|
|
75
|
+
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "Het bereik van A1 notatie (bijv. A2:B2) om het werkblad te wissen, indien niet opgegeven, wis het volledige werkblad",
|
|
76
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Beperkt het aantal geretourneerde werkboeken, retourneert alle werkboeken indien leeg",
|
|
77
|
+
"The name of the new worksheet": "De naam van het nieuwe werkblad",
|
|
78
|
+
"Limit the number of rows retrieved": "Limiteer het aantal rijen die opgehaald zijn",
|
|
79
|
+
"Limit the number of columns retrieved": "Limiteer het aantal opgehaalde kolommen",
|
|
80
|
+
"How to select the range for the table": "Hoe het bereik van de tabel te selecteren",
|
|
81
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "Het bereik van cellen in A1 notatie (bijv. A2:B2) die worden geconverteerd naar een tabel",
|
|
82
|
+
"Whether the range has column labels": "Of het bereik kolomlabels heeft",
|
|
83
|
+
"The column name to lookup the value in": "De kolomnaam om de waarde in te zoeken",
|
|
84
|
+
"The value to lookup": "De waarde om op te zoeken",
|
|
85
|
+
"If checked, all matching rows will be returned": "Indien aangevinkt, worden alle overeenkomende rijen teruggestuurd",
|
|
86
|
+
"The name of the new workbook": "De naam van het nieuwe werkboek",
|
|
87
|
+
"The parent folder to use": "De te gebruiken bovenliggende map",
|
|
88
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
89
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
90
|
+
"GET": "KRIJG",
|
|
91
|
+
"POST": "POSTE",
|
|
92
|
+
"PATCH": "BEKIJK",
|
|
93
93
|
"PUT": "PUT",
|
|
94
|
-
"DELETE": "
|
|
95
|
-
"HEAD": "
|
|
96
|
-
"New Row": "
|
|
97
|
-
"Trigger when a new row is added, and it can include existing rows as well.": "Trigger
|
|
98
|
-
"Max Rows to Poll": "
|
|
99
|
-
"The maximum number of rows to poll, the rest will be polled on the next run.": "
|
|
94
|
+
"DELETE": "VERWIJDEREN",
|
|
95
|
+
"HEAD": "HOOFD",
|
|
96
|
+
"New Row": "Nieuwe rij",
|
|
97
|
+
"Trigger when a new row is added, and it can include existing rows as well.": "Trigger wanneer een nieuwe rij wordt toegevoegd, en het kan ook bestaande rijen bevatten.",
|
|
98
|
+
"Max Rows to Poll": "Maximaal aantal rijen naar Poll",
|
|
99
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "Het maximum aantal rijen om te politeren, de rest zal worden opgevraagd bij de volgende uitvoer."
|
|
100
100
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
-
"Spreadsheet software by Microsoft": "
|
|
4
|
-
"Authentication for Microsoft Excel 365": "
|
|
5
|
-
"Append Row to Worksheet": "
|
|
6
|
-
"Get Worksheets": "
|
|
7
|
-
"Get Worksheet Rows": "
|
|
8
|
-
"Update Worksheet Rows": "
|
|
9
|
-
"Clear Worksheet": "
|
|
10
|
-
"Delete Worksheet": "
|
|
11
|
-
"Get Workbooks": "
|
|
12
|
-
"Delete Workbook": "
|
|
13
|
-
"Add a Worksheet to a Workbook": "
|
|
14
|
-
"Get Table Rows": "
|
|
15
|
-
"Get Table Columns": "
|
|
16
|
-
"Create Table": "
|
|
17
|
-
"Delete Table": "
|
|
18
|
-
"Lookup Table Column": "
|
|
19
|
-
"Append Rows to a Table": "
|
|
20
|
-
"Convert to Range": "
|
|
21
|
-
"Create Workbook": "
|
|
22
|
-
"Custom API Call": "
|
|
23
|
-
"Append row of values to a worksheet": "
|
|
24
|
-
"Retrieve worksheets from a workbook": "
|
|
25
|
-
"Retrieve rows from a worksheet": "
|
|
26
|
-
"Update a row in a worksheet": "
|
|
27
|
-
"Clear a worksheet": "
|
|
28
|
-
"Delete a worksheet in a workbook": "
|
|
29
|
-
"Retrieve a list of workbooks": "
|
|
30
|
-
"Delete a workbook": "
|
|
31
|
-
"Add a worksheet to a workbook": "
|
|
32
|
-
"List rows of a table in a worksheet": "
|
|
33
|
-
"List columns of a table in a worksheet": "
|
|
34
|
-
"Create a table in a worksheet": "
|
|
35
|
-
"Delete a table from a worksheet": "
|
|
36
|
-
"Lookup a value in a table column in a worksheet": "
|
|
37
|
-
"Append rows to a table": "
|
|
38
|
-
"Converts a table to a range": "
|
|
39
|
-
"Create a new workbook at the specified location": "
|
|
40
|
-
"Make a custom API call to a specific endpoint": "
|
|
3
|
+
"Spreadsheet software by Microsoft": "Software de planilha da Microsoft",
|
|
4
|
+
"Authentication for Microsoft Excel 365": "Autenticação para Microsoft Excel 365",
|
|
5
|
+
"Append Row to Worksheet": "Acrescentar linha à planilha",
|
|
6
|
+
"Get Worksheets": "Obter planilhas",
|
|
7
|
+
"Get Worksheet Rows": "Obter Linhas de Planilha",
|
|
8
|
+
"Update Worksheet Rows": "Atualizar Planilha Rows",
|
|
9
|
+
"Clear Worksheet": "Limpar planilha",
|
|
10
|
+
"Delete Worksheet": "Excluir planilha",
|
|
11
|
+
"Get Workbooks": "Obter Workbooks",
|
|
12
|
+
"Delete Workbook": "Excluir Atividades",
|
|
13
|
+
"Add a Worksheet to a Workbook": "Adicionar uma planilha ao workbook",
|
|
14
|
+
"Get Table Rows": "Obter Linhas da Tabela",
|
|
15
|
+
"Get Table Columns": "Obter colunas da Tabela",
|
|
16
|
+
"Create Table": "Criar tabela",
|
|
17
|
+
"Delete Table": "Excluir Tabela",
|
|
18
|
+
"Lookup Table Column": "Procurar Coluna da Tabela",
|
|
19
|
+
"Append Rows to a Table": "Acrescentar linhas a uma tabela",
|
|
20
|
+
"Convert to Range": "Converter em gama",
|
|
21
|
+
"Create Workbook": "Criar Workbook",
|
|
22
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
23
|
+
"Append row of values to a worksheet": "Acrescentar a linha de valores a uma planilha",
|
|
24
|
+
"Retrieve worksheets from a workbook": "Recuperar planilhas de um livro de trabalho",
|
|
25
|
+
"Retrieve rows from a worksheet": "Recuperar linhas de uma planilha",
|
|
26
|
+
"Update a row in a worksheet": "Atualizar uma linha em uma planilha",
|
|
27
|
+
"Clear a worksheet": "Limpar uma planilha",
|
|
28
|
+
"Delete a worksheet in a workbook": "Excluir uma planilha no workbook",
|
|
29
|
+
"Retrieve a list of workbooks": "Recuperar uma lista de livros de trabalho",
|
|
30
|
+
"Delete a workbook": "Excluir uma pasta de trabalho",
|
|
31
|
+
"Add a worksheet to a workbook": "Adicionar uma planilha para um caderno",
|
|
32
|
+
"List rows of a table in a worksheet": "Lista linhas de uma tabela em uma planilha",
|
|
33
|
+
"List columns of a table in a worksheet": "Lista de colunas de uma tabela em uma planilha",
|
|
34
|
+
"Create a table in a worksheet": "Criar uma tabela em uma folha de atividade",
|
|
35
|
+
"Delete a table from a worksheet": "Apagar uma tabela de uma planilha",
|
|
36
|
+
"Lookup a value in a table column in a worksheet": "Pesquisa um valor em uma coluna de tabela em uma planilha",
|
|
37
|
+
"Append rows to a table": "Acrescentar linhas a uma tabela",
|
|
38
|
+
"Converts a table to a range": "Converte uma tabela em uma faixa",
|
|
39
|
+
"Create a new workbook at the specified location": "Criar uma nova pasta de trabalho no local especificado",
|
|
40
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
41
41
|
"Workbook": "Workbook",
|
|
42
|
-
"Worksheet": "
|
|
43
|
-
"Does the first row contain headers?": "
|
|
44
|
-
"Values": "
|
|
45
|
-
"Return All": "
|
|
46
|
-
"Limit": "
|
|
42
|
+
"Worksheet": "Planilha",
|
|
43
|
+
"Does the first row contain headers?": "A primeira linha contém cabeçalhos?",
|
|
44
|
+
"Values": "Valores",
|
|
45
|
+
"Return All": "Devolver tudo",
|
|
46
|
+
"Limit": "Limitar",
|
|
47
47
|
"Range": "Range",
|
|
48
|
-
"Header Row": "
|
|
49
|
-
"First Data Row": "
|
|
50
|
-
"Row number": "
|
|
51
|
-
"Worksheet Name": "
|
|
52
|
-
"Table": "
|
|
53
|
-
"Select Range": "
|
|
54
|
-
"Has Headers": "
|
|
55
|
-
"Lookup Column": "
|
|
56
|
-
"Lookup Value": "
|
|
57
|
-
"Return All Matches": "
|
|
58
|
-
"Name": "
|
|
59
|
-
"Parent Folder": "
|
|
60
|
-
"Method": "
|
|
61
|
-
"Headers": "
|
|
62
|
-
"Query Parameters": "
|
|
63
|
-
"Body": "
|
|
64
|
-
"Response is Binary ?": "
|
|
65
|
-
"No Error on Failure": "
|
|
66
|
-
"Timeout (in seconds)": "
|
|
67
|
-
"If the first row is headers": "
|
|
68
|
-
"The values to insert": "
|
|
69
|
-
"If checked, all worksheets will be returned": "
|
|
70
|
-
"Limit the number of worksheets returned": "
|
|
71
|
-
"Range of the rows to retrieve (e.g., A2:B2)": "
|
|
72
|
-
"Row number of the header": "
|
|
73
|
-
"Row number of the first data row": "
|
|
74
|
-
"The row number to update": "
|
|
75
|
-
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "
|
|
76
|
-
"Limits the number of workbooks returned, returns all workbooks if empty": "
|
|
77
|
-
"The name of the new worksheet": "
|
|
78
|
-
"Limit the number of rows retrieved": "
|
|
79
|
-
"Limit the number of columns retrieved": "
|
|
80
|
-
"How to select the range for the table": "
|
|
81
|
-
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "
|
|
82
|
-
"Whether the range has column labels": "
|
|
83
|
-
"The column name to lookup the value in": "
|
|
84
|
-
"The value to lookup": "
|
|
85
|
-
"If checked, all matching rows will be returned": "
|
|
86
|
-
"The name of the new workbook": "
|
|
87
|
-
"The parent folder to use": "
|
|
88
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
89
|
-
"Enable for files like PDFs, images, etc..": "
|
|
90
|
-
"GET": "
|
|
91
|
-
"POST": "
|
|
92
|
-
"PATCH": "
|
|
93
|
-
"PUT": "
|
|
94
|
-
"DELETE": "
|
|
95
|
-
"HEAD": "
|
|
96
|
-
"New Row": "
|
|
97
|
-
"Trigger when a new row is added, and it can include existing rows as well.": "
|
|
98
|
-
"Max Rows to Poll": "
|
|
99
|
-
"The maximum number of rows to poll, the rest will be polled on the next run.": "
|
|
48
|
+
"Header Row": "Linha do Cabeçalho",
|
|
49
|
+
"First Data Row": "Primeira linha de dados",
|
|
50
|
+
"Row number": "Número da linha",
|
|
51
|
+
"Worksheet Name": "Nome da Planilha",
|
|
52
|
+
"Table": "Classificações",
|
|
53
|
+
"Select Range": "Selecione o intervalo",
|
|
54
|
+
"Has Headers": "Possui cabeçalhos",
|
|
55
|
+
"Lookup Column": "Coluna da Pesquisa",
|
|
56
|
+
"Lookup Value": "Valor de pesquisa",
|
|
57
|
+
"Return All Matches": "Retornar Todas as Partidas",
|
|
58
|
+
"Name": "Nome",
|
|
59
|
+
"Parent Folder": "Pasta pai",
|
|
60
|
+
"Method": "Método",
|
|
61
|
+
"Headers": "Cabeçalhos",
|
|
62
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
63
|
+
"Body": "Conteúdo",
|
|
64
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
65
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
66
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
67
|
+
"If the first row is headers": "Se a primeira linha for o cabeçalho",
|
|
68
|
+
"The values to insert": "Os valores a inserir",
|
|
69
|
+
"If checked, all worksheets will be returned": "Se marcada, todas as planilhas serão retornadas",
|
|
70
|
+
"Limit the number of worksheets returned": "Limitar o número de planilhas retornadas",
|
|
71
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Intervalo das linhas a serem recuperadas (por exemplo, A2:B2)",
|
|
72
|
+
"Row number of the header": "Número da linha do cabeçalho",
|
|
73
|
+
"Row number of the first data row": "Número da linha de dados inicial",
|
|
74
|
+
"The row number to update": "Número da linha a ser atualizado",
|
|
75
|
+
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "O intervalo na notação A1 (por exemplo, A2:B2) para limpar na planilha, se não for fornecida, limpa a planilha inteira",
|
|
76
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Limita o número de livros de trabalho retornados, retorna todos os livros de trabalho se estiver vazio",
|
|
77
|
+
"The name of the new worksheet": "O nome da nova planilha",
|
|
78
|
+
"Limit the number of rows retrieved": "Limitar o número de linhas recuperadas",
|
|
79
|
+
"Limit the number of columns retrieved": "Limitar o número de colunas recuperadas",
|
|
80
|
+
"How to select the range for the table": "Como selecionar o intervalo para a tabela",
|
|
81
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "O intervalo de células na notação A1 (por exemplo, A2:B2) que será convertido em uma tabela",
|
|
82
|
+
"Whether the range has column labels": "Se o intervalo tem rótulos de coluna",
|
|
83
|
+
"The column name to lookup the value in": "O nome da coluna em que pesquisa o valor",
|
|
84
|
+
"The value to lookup": "O valor a pesquisar",
|
|
85
|
+
"If checked, all matching rows will be returned": "Se marcada, todas as linhas correspondentes serão devolvidas",
|
|
86
|
+
"The name of the new workbook": "O nome da nova pasta de trabalho",
|
|
87
|
+
"The parent folder to use": "A pasta pai a ser usada",
|
|
88
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
89
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
90
|
+
"GET": "OBTER",
|
|
91
|
+
"POST": "POSTAR",
|
|
92
|
+
"PATCH": "COMPRAR",
|
|
93
|
+
"PUT": "COLOCAR",
|
|
94
|
+
"DELETE": "EXCLUIR",
|
|
95
|
+
"HEAD": "CABEÇA",
|
|
96
|
+
"New Row": "Nova linha",
|
|
97
|
+
"Trigger when a new row is added, and it can include existing rows as well.": "Disparar quando uma nova linha é adicionada, e pode incluir linhas existentes também.",
|
|
98
|
+
"Max Rows to Poll": "Máximo de linhas para enquete",
|
|
99
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "O número máximo de linhas para enquete, o resto será enquete na próxima execução."
|
|
100
100
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"Append Rows to a Table": "Append Rows to a Table",
|
|
20
20
|
"Convert to Range": "Convert to Range",
|
|
21
21
|
"Create Workbook": "Create Workbook",
|
|
22
|
-
"Custom API Call": "
|
|
22
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
23
23
|
"Append row of values to a worksheet": "Append row of values to a worksheet",
|
|
24
24
|
"Retrieve worksheets from a workbook": "Retrieve worksheets from a workbook",
|
|
25
25
|
"Retrieve rows from a worksheet": "Retrieve rows from a worksheet",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"Append rows to a table": "Append rows to a table",
|
|
38
38
|
"Converts a table to a range": "Converts a table to a range",
|
|
39
39
|
"Create a new workbook at the specified location": "Create a new workbook at the specified location",
|
|
40
|
-
"Make a custom API call to a specific endpoint": "
|
|
40
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
41
41
|
"Workbook": "Workbook",
|
|
42
42
|
"Worksheet": "Worksheet",
|
|
43
|
-
"Does the first row contain headers?": "
|
|
44
|
-
"Values": "
|
|
43
|
+
"Does the first row contain headers?": "第一行是否包含标题?",
|
|
44
|
+
"Values": "值",
|
|
45
45
|
"Return All": "Return All",
|
|
46
46
|
"Limit": "Limit",
|
|
47
47
|
"Range": "Range",
|
|
@@ -49,29 +49,29 @@
|
|
|
49
49
|
"First Data Row": "First Data Row",
|
|
50
50
|
"Row number": "Row number",
|
|
51
51
|
"Worksheet Name": "Worksheet Name",
|
|
52
|
-
"Table": "
|
|
52
|
+
"Table": "表",
|
|
53
53
|
"Select Range": "Select Range",
|
|
54
54
|
"Has Headers": "Has Headers",
|
|
55
55
|
"Lookup Column": "Lookup Column",
|
|
56
56
|
"Lookup Value": "Lookup Value",
|
|
57
57
|
"Return All Matches": "Return All Matches",
|
|
58
|
-
"Name": "
|
|
59
|
-
"Parent Folder": "
|
|
60
|
-
"Method": "
|
|
61
|
-
"Headers": "
|
|
62
|
-
"Query Parameters": "
|
|
63
|
-
"Body": "
|
|
58
|
+
"Name": "名称",
|
|
59
|
+
"Parent Folder": "父文件夹",
|
|
60
|
+
"Method": "方法",
|
|
61
|
+
"Headers": "信头",
|
|
62
|
+
"Query Parameters": "查询参数",
|
|
63
|
+
"Body": "正文内容",
|
|
64
64
|
"Response is Binary ?": "Response is Binary ?",
|
|
65
|
-
"No Error on Failure": "
|
|
66
|
-
"Timeout (in seconds)": "
|
|
67
|
-
"If the first row is headers": "
|
|
68
|
-
"The values to insert": "
|
|
65
|
+
"No Error on Failure": "失败时没有错误",
|
|
66
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
67
|
+
"If the first row is headers": "如果第一行是头部",
|
|
68
|
+
"The values to insert": "要插入的值",
|
|
69
69
|
"If checked, all worksheets will be returned": "If checked, all worksheets will be returned",
|
|
70
70
|
"Limit the number of worksheets returned": "Limit the number of worksheets returned",
|
|
71
71
|
"Range of the rows to retrieve (e.g., A2:B2)": "Range of the rows to retrieve (e.g., A2:B2)",
|
|
72
72
|
"Row number of the header": "Row number of the header",
|
|
73
73
|
"Row number of the first data row": "Row number of the first data row",
|
|
74
|
-
"The row number to update": "
|
|
74
|
+
"The row number to update": "要更新的行数",
|
|
75
75
|
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet",
|
|
76
76
|
"Limits the number of workbooks returned, returns all workbooks if empty": "Limits the number of workbooks returned, returns all workbooks if empty",
|
|
77
77
|
"The name of the new worksheet": "The name of the new worksheet",
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
"If checked, all matching rows will be returned": "If checked, all matching rows will be returned",
|
|
86
86
|
"The name of the new workbook": "The name of the new workbook",
|
|
87
87
|
"The parent folder to use": "The parent folder to use",
|
|
88
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
88
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
89
89
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
90
|
-
"GET": "
|
|
91
|
-
"POST": "
|
|
90
|
+
"GET": "获取",
|
|
91
|
+
"POST": "帖子",
|
|
92
92
|
"PATCH": "PATCH",
|
|
93
|
-
"PUT": "
|
|
94
|
-
"DELETE": "
|
|
95
|
-
"HEAD": "
|
|
93
|
+
"PUT": "弹出",
|
|
94
|
+
"DELETE": "删除",
|
|
95
|
+
"HEAD": "黑色",
|
|
96
96
|
"New Row": "New Row",
|
|
97
97
|
"Trigger when a new row is added, and it can include existing rows as well.": "Trigger when a new row is added, and it can include existing rows as well.",
|
|
98
98
|
"Max Rows to Poll": "Max Rows to Poll",
|