@activepieces/piece-microsoft-excel-365 0.0.7 → 0.0.8
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 +31 -11
- package/src/i18n/ca.json +92 -0
- package/src/i18n/de.json +92 -0
- package/src/i18n/es.json +92 -0
- package/src/i18n/fr.json +92 -0
- package/src/i18n/hi.json +92 -0
- package/src/i18n/id.json +92 -0
- package/src/i18n/ja.json +92 -0
- package/src/i18n/nl.json +92 -0
- package/src/i18n/pt.json +92 -0
- package/src/i18n/ru.json +92 -0
- package/src/i18n/translation.json +92 -0
- package/src/i18n/vi.json +92 -0
- package/src/i18n/zh.json +92 -0
- package/src/index.js +6 -3
- package/src/index.js.map +1 -1
- package/src/lib/actions/add-worksheet.js +2 -2
- package/src/lib/actions/add-worksheet.js.map +1 -1
- package/src/lib/actions/append-row.js +2 -2
- package/src/lib/actions/append-row.js.map +1 -1
- package/src/lib/actions/append-table-rows.js +2 -2
- package/src/lib/actions/append-table-rows.js.map +1 -1
- package/src/lib/actions/clear-worksheet.js +2 -2
- package/src/lib/actions/clear-worksheet.js.map +1 -1
- package/src/lib/actions/convert-to-range.js +2 -2
- package/src/lib/actions/convert-to-range.js.map +1 -1
- package/src/lib/actions/create-table.js +2 -2
- package/src/lib/actions/create-table.js.map +1 -1
- package/src/lib/actions/delete-table.js +2 -2
- package/src/lib/actions/delete-table.js.map +1 -1
- package/src/lib/actions/delete-workbook.js +2 -2
- package/src/lib/actions/delete-workbook.js.map +1 -1
- package/src/lib/actions/delete-worksheet.js +2 -2
- package/src/lib/actions/delete-worksheet.js.map +1 -1
- package/src/lib/actions/get-table-columns.js +2 -2
- package/src/lib/actions/get-table-columns.js.map +1 -1
- package/src/lib/actions/get-table-rows.js +2 -2
- package/src/lib/actions/get-table-rows.js.map +1 -1
- package/src/lib/actions/get-workbooks.js +2 -2
- package/src/lib/actions/get-workbooks.js.map +1 -1
- package/src/lib/actions/get-worksheet-rows.js +2 -2
- package/src/lib/actions/get-worksheet-rows.js.map +1 -1
- package/src/lib/actions/get-worksheets.js +2 -2
- package/src/lib/actions/get-worksheets.js.map +1 -1
- package/src/lib/actions/lookup-table-column.js +2 -2
- package/src/lib/actions/lookup-table-column.js.map +1 -1
- package/src/lib/actions/update-row.js +2 -2
- package/src/lib/actions/update-row.js.map +1 -1
- package/src/lib/common/common.js +7 -7
- package/src/lib/common/common.js.map +1 -1
- package/src/lib/trigger/new-row-added.js +7 -6
- package/src/lib/trigger/new-row-added.js.map +1 -1
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
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
|
+
"Custom API Call": "カスタムAPI通話",
|
|
22
|
+
"Append row of values to a worksheet": "ワークシートに値の行を追加",
|
|
23
|
+
"Retrieve worksheets from a workbook": "ワークブックからワークシートを取得",
|
|
24
|
+
"Retrieve rows from a worksheet": "ワークシートから行を取得",
|
|
25
|
+
"Update a row in a worksheet": "ワークシートの行を更新",
|
|
26
|
+
"Clear a worksheet": "ワークシートをクリア",
|
|
27
|
+
"Delete a worksheet in a workbook": "ワークブック内のワークシートを削除",
|
|
28
|
+
"Retrieve a list of workbooks": "ワークブックの一覧を取得",
|
|
29
|
+
"Delete a workbook": "ブックを削除する",
|
|
30
|
+
"Add a worksheet to a workbook": "ワークシートをワークブックに追加",
|
|
31
|
+
"List rows of a table in a worksheet": "ワークシート内のテーブルの行の一覧",
|
|
32
|
+
"List columns of a table in a worksheet": "ワークシート内のテーブルの列のリスト",
|
|
33
|
+
"Create a table in a worksheet": "ワークシートにテーブルを作成",
|
|
34
|
+
"Delete a table from a worksheet": "ワークシートからテーブルを削除",
|
|
35
|
+
"Lookup a value in a table column in a worksheet": "ワークシート内のテーブル列の値を参照する",
|
|
36
|
+
"Append rows to a table": "テーブルに行を追加",
|
|
37
|
+
"Converts a table to a range": "テーブルを範囲に変換します",
|
|
38
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
39
|
+
"Workbook": "ワークブック",
|
|
40
|
+
"Worksheet": "ワークシート",
|
|
41
|
+
"Does the first row contain headers?": "最初の行にはヘッダーが含まれていますか?",
|
|
42
|
+
"Values": "値",
|
|
43
|
+
"Return All": "すべて戻る",
|
|
44
|
+
"Limit": "制限",
|
|
45
|
+
"Range": "Range",
|
|
46
|
+
"Header Row": "ヘッダー行",
|
|
47
|
+
"First Data Row": "最初のデータ行",
|
|
48
|
+
"Row number": "行番号",
|
|
49
|
+
"Worksheet Name": "ワークシート名",
|
|
50
|
+
"Table": "表",
|
|
51
|
+
"Select Range": "範囲の選択",
|
|
52
|
+
"Has Headers": "ヘッダーがあります",
|
|
53
|
+
"Lookup Column": "検索列",
|
|
54
|
+
"Lookup Value": "ルックアップの値",
|
|
55
|
+
"Return All Matches": "すべての一致を返す",
|
|
56
|
+
"Method": "方法",
|
|
57
|
+
"Headers": "ヘッダー",
|
|
58
|
+
"Query Parameters": "クエリパラメータ",
|
|
59
|
+
"Body": "本文",
|
|
60
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
61
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
62
|
+
"If the first row is headers": "最初の行がヘッダーの場合",
|
|
63
|
+
"The values to insert": "挿入する値",
|
|
64
|
+
"If checked, all worksheets will be returned": "チェックされている場合、すべてのワークシートが返されます",
|
|
65
|
+
"Limit the number of worksheets returned": "返されるワークシートの数を制限する",
|
|
66
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "取得する行の範囲 (例: A2:B2)",
|
|
67
|
+
"Row number of the header": "ヘッダーの行番号",
|
|
68
|
+
"Row number of the first data row": "最初のデータ行の行番号",
|
|
69
|
+
"The row number to update": "更新する行番号",
|
|
70
|
+
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "A1 表記の範囲 (例: A2:B2) が指定されていない場合、ワークシート全体をクリアします",
|
|
71
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "返されたワークブックの数を制限します。空の場合はすべてのワークブックを返します。",
|
|
72
|
+
"The name of the new worksheet": "新しいワークシートの名前",
|
|
73
|
+
"Limit the number of rows retrieved": "取得した行数を制限する",
|
|
74
|
+
"Limit the number of columns retrieved": "取得した列の数を制限する",
|
|
75
|
+
"How to select the range for the table": "表の範囲を選択する方法",
|
|
76
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "A1表記のセル範囲 (例:A2:B2) がテーブルに変換されます。",
|
|
77
|
+
"Whether the range has column labels": "範囲に列ラベルがあるかどうか",
|
|
78
|
+
"The column name to lookup the value in": "値を検索する列名",
|
|
79
|
+
"The value to lookup": "検索する値",
|
|
80
|
+
"If checked, all matching rows will be returned": "チェックされている場合、一致するすべての行が返されます",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
82
|
+
"GET": "取得",
|
|
83
|
+
"POST": "POST",
|
|
84
|
+
"PATCH": "PATCH",
|
|
85
|
+
"PUT": "PUT",
|
|
86
|
+
"DELETE": "削除",
|
|
87
|
+
"HEAD": "頭",
|
|
88
|
+
"New Row": "新しい行",
|
|
89
|
+
"Trigger when a new row is added, and it can include existing rows as well.": "新しい行が追加されたときにトリガーされ、既存の行も含めることができます。",
|
|
90
|
+
"Max Rows to Poll": "アンケートへの最大行",
|
|
91
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "アンケートする行の最大数。残りは次の実行時にポーリングされます。"
|
|
92
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
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
|
+
"Custom API Call": "Custom API Call",
|
|
22
|
+
"Append row of values to a worksheet": "Voeg rij van waarden toe aan een werkblad",
|
|
23
|
+
"Retrieve worksheets from a workbook": "Werkbladen ophalen uit een werkboek",
|
|
24
|
+
"Retrieve rows from a worksheet": "Ophalen rijen van een werkblad",
|
|
25
|
+
"Update a row in a worksheet": "Een rij in een werkblad bijwerken",
|
|
26
|
+
"Clear a worksheet": "Wis een werkblad",
|
|
27
|
+
"Delete a worksheet in a workbook": "Verwijder een werkblad in een werkboek",
|
|
28
|
+
"Retrieve a list of workbooks": "Haal een lijst op met workbooks",
|
|
29
|
+
"Delete a workbook": "Een werkboek verwijderen",
|
|
30
|
+
"Add a worksheet to a workbook": "Een werkblad toevoegen aan een werkboek",
|
|
31
|
+
"List rows of a table in a worksheet": "Rijen van een tabel in een werkblad weergeven",
|
|
32
|
+
"List columns of a table in a worksheet": "Kolommen weergeven van een tabel in een werkblad",
|
|
33
|
+
"Create a table in a worksheet": "Tabel aanmaken in een werkblad",
|
|
34
|
+
"Delete a table from a worksheet": "Een tabel uit een werkblad verwijderen",
|
|
35
|
+
"Lookup a value in a table column in a worksheet": "Zoek een waarde in een tabelkolom in een werkblad",
|
|
36
|
+
"Append rows to a table": "Rijen toevoegen aan een tabel",
|
|
37
|
+
"Converts a table to a range": "Zet een tabel om naar een bereik",
|
|
38
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
39
|
+
"Workbook": "Werkboek",
|
|
40
|
+
"Worksheet": "Werkblad",
|
|
41
|
+
"Does the first row contain headers?": "Bevat de eerste rij headers?",
|
|
42
|
+
"Values": "Waarden",
|
|
43
|
+
"Return All": "Retourneer alles",
|
|
44
|
+
"Limit": "Limiet",
|
|
45
|
+
"Range": "Range",
|
|
46
|
+
"Header Row": "Kopregel rij",
|
|
47
|
+
"First Data Row": "Eerste Data Rij",
|
|
48
|
+
"Row number": "Rij nummer",
|
|
49
|
+
"Worksheet Name": "Werkblad naam",
|
|
50
|
+
"Table": "Tabel",
|
|
51
|
+
"Select Range": "Selecteer bereik",
|
|
52
|
+
"Has Headers": "Heeft headers",
|
|
53
|
+
"Lookup Column": "Kolom opzoeken",
|
|
54
|
+
"Lookup Value": "Opzoeken Waarde",
|
|
55
|
+
"Return All Matches": "Retourneer alle overeenkomsten",
|
|
56
|
+
"Method": "Methode",
|
|
57
|
+
"Headers": "Kopteksten",
|
|
58
|
+
"Query Parameters": "Query parameters",
|
|
59
|
+
"Body": "Lichaam",
|
|
60
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
61
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
62
|
+
"If the first row is headers": "Als de eerste rij headers zijn",
|
|
63
|
+
"The values to insert": "De waarden om in te voegen",
|
|
64
|
+
"If checked, all worksheets will be returned": "Indien aangevinkt, worden alle werkbladen teruggestuurd",
|
|
65
|
+
"Limit the number of worksheets returned": "Beperk het aantal terugkerende werkbladen",
|
|
66
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Bereik van de op te halen rijen (bijv. A2:B2)",
|
|
67
|
+
"Row number of the header": "Rij nummer van de header",
|
|
68
|
+
"Row number of the first data row": "Rij nummer van de eerste gegevensrij",
|
|
69
|
+
"The row number to update": "Het rij nummer om te updaten",
|
|
70
|
+
"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",
|
|
71
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Beperkt het aantal geretourneerde werkboeken, retourneert alle werkboeken indien leeg",
|
|
72
|
+
"The name of the new worksheet": "De naam van het nieuwe werkblad",
|
|
73
|
+
"Limit the number of rows retrieved": "Limiteer het aantal rijen die opgehaald zijn",
|
|
74
|
+
"Limit the number of columns retrieved": "Limiteer het aantal opgehaalde kolommen",
|
|
75
|
+
"How to select the range for the table": "Hoe het bereik van de tabel te selecteren",
|
|
76
|
+
"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",
|
|
77
|
+
"Whether the range has column labels": "Of het bereik kolomlabels heeft",
|
|
78
|
+
"The column name to lookup the value in": "De kolomnaam om de waarde in te zoeken",
|
|
79
|
+
"The value to lookup": "De waarde om op te zoeken",
|
|
80
|
+
"If checked, all matching rows will be returned": "Indien aangevinkt, worden alle overeenkomende rijen teruggestuurd",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
82
|
+
"GET": "KRIJG",
|
|
83
|
+
"POST": "POSTE",
|
|
84
|
+
"PATCH": "BEKIJK",
|
|
85
|
+
"PUT": "PUT",
|
|
86
|
+
"DELETE": "VERWIJDEREN",
|
|
87
|
+
"HEAD": "HOOFD",
|
|
88
|
+
"New Row": "Nieuwe rij",
|
|
89
|
+
"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.",
|
|
90
|
+
"Max Rows to Poll": "Maximaal aantal rijen naar Poll",
|
|
91
|
+
"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."
|
|
92
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
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
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
22
|
+
"Append row of values to a worksheet": "Acrescentar a linha de valores a uma planilha",
|
|
23
|
+
"Retrieve worksheets from a workbook": "Recuperar planilhas de um livro de trabalho",
|
|
24
|
+
"Retrieve rows from a worksheet": "Recuperar linhas de uma planilha",
|
|
25
|
+
"Update a row in a worksheet": "Atualizar uma linha em uma planilha",
|
|
26
|
+
"Clear a worksheet": "Limpar uma planilha",
|
|
27
|
+
"Delete a worksheet in a workbook": "Excluir uma planilha no workbook",
|
|
28
|
+
"Retrieve a list of workbooks": "Recuperar uma lista de livros de trabalho",
|
|
29
|
+
"Delete a workbook": "Excluir uma pasta de trabalho",
|
|
30
|
+
"Add a worksheet to a workbook": "Adicionar uma planilha para um caderno",
|
|
31
|
+
"List rows of a table in a worksheet": "Lista linhas de uma tabela em uma planilha",
|
|
32
|
+
"List columns of a table in a worksheet": "Lista de colunas de uma tabela em uma planilha",
|
|
33
|
+
"Create a table in a worksheet": "Criar uma tabela em uma folha de atividade",
|
|
34
|
+
"Delete a table from a worksheet": "Apagar uma tabela de uma planilha",
|
|
35
|
+
"Lookup a value in a table column in a worksheet": "Pesquisa um valor em uma coluna de tabela em uma planilha",
|
|
36
|
+
"Append rows to a table": "Acrescentar linhas a uma tabela",
|
|
37
|
+
"Converts a table to a range": "Converte uma tabela em uma faixa",
|
|
38
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
39
|
+
"Workbook": "Workbook",
|
|
40
|
+
"Worksheet": "Planilha",
|
|
41
|
+
"Does the first row contain headers?": "A primeira linha contém cabeçalhos?",
|
|
42
|
+
"Values": "Valores",
|
|
43
|
+
"Return All": "Devolver tudo",
|
|
44
|
+
"Limit": "Limitar",
|
|
45
|
+
"Range": "Range",
|
|
46
|
+
"Header Row": "Linha do Cabeçalho",
|
|
47
|
+
"First Data Row": "Primeira linha de dados",
|
|
48
|
+
"Row number": "Número da linha",
|
|
49
|
+
"Worksheet Name": "Nome da Planilha",
|
|
50
|
+
"Table": "Classificações",
|
|
51
|
+
"Select Range": "Selecione o intervalo",
|
|
52
|
+
"Has Headers": "Possui cabeçalhos",
|
|
53
|
+
"Lookup Column": "Coluna da Pesquisa",
|
|
54
|
+
"Lookup Value": "Valor de pesquisa",
|
|
55
|
+
"Return All Matches": "Retornar Todas as Partidas",
|
|
56
|
+
"Method": "Método",
|
|
57
|
+
"Headers": "Cabeçalhos",
|
|
58
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
59
|
+
"Body": "Conteúdo",
|
|
60
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
61
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
62
|
+
"If the first row is headers": "Se a primeira linha for o cabeçalho",
|
|
63
|
+
"The values to insert": "Os valores a inserir",
|
|
64
|
+
"If checked, all worksheets will be returned": "Se marcada, todas as planilhas serão retornadas",
|
|
65
|
+
"Limit the number of worksheets returned": "Limitar o número de planilhas retornadas",
|
|
66
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Intervalo das linhas a serem recuperadas (por exemplo, A2:B2)",
|
|
67
|
+
"Row number of the header": "Número da linha do cabeçalho",
|
|
68
|
+
"Row number of the first data row": "Número da linha de dados inicial",
|
|
69
|
+
"The row number to update": "Número da linha a ser atualizado",
|
|
70
|
+
"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",
|
|
71
|
+
"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",
|
|
72
|
+
"The name of the new worksheet": "O nome da nova planilha",
|
|
73
|
+
"Limit the number of rows retrieved": "Limitar o número de linhas recuperadas",
|
|
74
|
+
"Limit the number of columns retrieved": "Limitar o número de colunas recuperadas",
|
|
75
|
+
"How to select the range for the table": "Como selecionar o intervalo para a tabela",
|
|
76
|
+
"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",
|
|
77
|
+
"Whether the range has column labels": "Se o intervalo tem rótulos de coluna",
|
|
78
|
+
"The column name to lookup the value in": "O nome da coluna em que pesquisa o valor",
|
|
79
|
+
"The value to lookup": "O valor a pesquisar",
|
|
80
|
+
"If checked, all matching rows will be returned": "Se marcada, todas as linhas correspondentes serão devolvidas",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
82
|
+
"GET": "OBTER",
|
|
83
|
+
"POST": "POSTAR",
|
|
84
|
+
"PATCH": "COMPRAR",
|
|
85
|
+
"PUT": "COLOCAR",
|
|
86
|
+
"DELETE": "EXCLUIR",
|
|
87
|
+
"HEAD": "CABEÇA",
|
|
88
|
+
"New Row": "Nova linha",
|
|
89
|
+
"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.",
|
|
90
|
+
"Max Rows to Poll": "Máximo de linhas para enquete",
|
|
91
|
+
"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."
|
|
92
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
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
|
+
"Custom API Call": "Пользовательский вызов API",
|
|
22
|
+
"Append row of values to a worksheet": "Добавить строку значений в таблицу",
|
|
23
|
+
"Retrieve worksheets from a workbook": "Получение таблиц из книги",
|
|
24
|
+
"Retrieve rows from a worksheet": "Получить строки из листа",
|
|
25
|
+
"Update a row in a worksheet": "Обновить строку в листе",
|
|
26
|
+
"Clear a worksheet": "Очистить таблицу",
|
|
27
|
+
"Delete a worksheet in a workbook": "Удалить таблицу в рабочей книге",
|
|
28
|
+
"Retrieve a list of workbooks": "Получить список книг",
|
|
29
|
+
"Delete a workbook": "Удалить Рабочую книгу",
|
|
30
|
+
"Add a worksheet to a workbook": "Добавить таблицу в Рабочую книгу",
|
|
31
|
+
"List rows of a table in a worksheet": "Список строк таблицы в рабочей таблице",
|
|
32
|
+
"List columns of a table in a worksheet": "Список столбцов таблицы в листе",
|
|
33
|
+
"Create a table in a worksheet": "Создать таблицу в листе",
|
|
34
|
+
"Delete a table from a worksheet": "Удалить таблицу из листа",
|
|
35
|
+
"Lookup a value in a table column in a worksheet": "Поиск значения в столбце таблицы в листе",
|
|
36
|
+
"Append rows to a table": "Добавить строки в таблицу",
|
|
37
|
+
"Converts a table to a range": "Преобразует таблицу в диапазон",
|
|
38
|
+
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
|
39
|
+
"Workbook": "Рабочая книга",
|
|
40
|
+
"Worksheet": "Рабочий лист",
|
|
41
|
+
"Does the first row contain headers?": "Содержит ли первая строка заголовки?",
|
|
42
|
+
"Values": "Значения",
|
|
43
|
+
"Return All": "Вернуть все",
|
|
44
|
+
"Limit": "Лимит",
|
|
45
|
+
"Range": "Range",
|
|
46
|
+
"Header Row": "Строка заголовка",
|
|
47
|
+
"First Data Row": "Первая строка данных",
|
|
48
|
+
"Row number": "Номер строки",
|
|
49
|
+
"Worksheet Name": "Название рабочей таблицы",
|
|
50
|
+
"Table": "Таблица",
|
|
51
|
+
"Select Range": "Выберите диапазон",
|
|
52
|
+
"Has Headers": "Имеет заголовки",
|
|
53
|
+
"Lookup Column": "Столбец поиска",
|
|
54
|
+
"Lookup Value": "Значение поиска",
|
|
55
|
+
"Return All Matches": "Вернуть все матчи",
|
|
56
|
+
"Method": "Метод",
|
|
57
|
+
"Headers": "Заголовки",
|
|
58
|
+
"Query Parameters": "Параметры запроса",
|
|
59
|
+
"Body": "Тело",
|
|
60
|
+
"No Error on Failure": "Нет ошибок при ошибке",
|
|
61
|
+
"Timeout (in seconds)": "Таймаут (в секундах)",
|
|
62
|
+
"If the first row is headers": "Если первая строка - заголовки",
|
|
63
|
+
"The values to insert": "Значения для вставки",
|
|
64
|
+
"If checked, all worksheets will be returned": "Если отмечено, все рабочие таблицы будут возвращены",
|
|
65
|
+
"Limit the number of worksheets returned": "Ограничить количество возвращенных таблиц",
|
|
66
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Диапазон строк для извлечения (например, A2:B2)",
|
|
67
|
+
"Row number of the header": "Номер строки заголовка",
|
|
68
|
+
"Row number of the first data row": "Номер строки первой строки данных",
|
|
69
|
+
"The row number to update": "Номер строки для обновления",
|
|
70
|
+
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "Диапазон в нотации A1 (например, A2:B2) для очистки в таблице, если она не предусмотрена, очистить всю таблицу",
|
|
71
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Ограничивает количество возвращенных книг, возвращает все книги, если пусто",
|
|
72
|
+
"The name of the new worksheet": "Название новой рабочей таблицы",
|
|
73
|
+
"Limit the number of rows retrieved": "Ограничить количество строк",
|
|
74
|
+
"Limit the number of columns retrieved": "Ограничить количество полученных столбцов",
|
|
75
|
+
"How to select the range for the table": "Как выбрать диапазон для таблицы",
|
|
76
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "Диапазон ячеек в нотации А1 (например, A2:B2), который будет преобразован в таблицу",
|
|
77
|
+
"Whether the range has column labels": "Содержит ли диапазон метки столбцов",
|
|
78
|
+
"The column name to lookup the value in": "Название столбца для поиска значения в",
|
|
79
|
+
"The value to lookup": "Значение поиска",
|
|
80
|
+
"If checked, all matching rows will be returned": "Если отмечено, все соответствующие строки будут возвращены",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
82
|
+
"GET": "ПОЛУЧИТЬ",
|
|
83
|
+
"POST": "ПОСТ",
|
|
84
|
+
"PATCH": "ПАТЧ",
|
|
85
|
+
"PUT": "ПОКУПИТЬ",
|
|
86
|
+
"DELETE": "УДАЛИТЬ",
|
|
87
|
+
"HEAD": "HEAD",
|
|
88
|
+
"New Row": "Новая строка",
|
|
89
|
+
"Trigger when a new row is added, and it can include existing rows as well.": "Срабатывать при добавлении новой строки, она также может включать существующие строки.",
|
|
90
|
+
"Max Rows to Poll": "Максимум строк для опроса",
|
|
91
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "Максимальное количество строк для опроса, остальные будут опрошены в следующем порядке."
|
|
92
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
+
"Spreadsheet software by Microsoft": "Spreadsheet software by Microsoft",
|
|
4
|
+
"Authentication for Microsoft Excel 365": "Authentication for Microsoft Excel 365",
|
|
5
|
+
"Append Row to Worksheet": "Append Row to Worksheet",
|
|
6
|
+
"Get Worksheets": "Get Worksheets",
|
|
7
|
+
"Get Worksheet Rows": "Get Worksheet Rows",
|
|
8
|
+
"Update Worksheet Rows": "Update Worksheet Rows",
|
|
9
|
+
"Clear Worksheet": "Clear Worksheet",
|
|
10
|
+
"Delete Worksheet": "Delete Worksheet",
|
|
11
|
+
"Get Workbooks": "Get Workbooks",
|
|
12
|
+
"Delete Workbook": "Delete Workbook",
|
|
13
|
+
"Add a Worksheet to a Workbook": "Add a Worksheet to a Workbook",
|
|
14
|
+
"Get Table Rows": "Get Table Rows",
|
|
15
|
+
"Get Table Columns": "Get Table Columns",
|
|
16
|
+
"Create Table": "Create Table",
|
|
17
|
+
"Delete Table": "Delete Table",
|
|
18
|
+
"Lookup Table Column": "Lookup Table Column",
|
|
19
|
+
"Append Rows to a Table": "Append Rows to a Table",
|
|
20
|
+
"Convert to Range": "Convert to Range",
|
|
21
|
+
"Custom API Call": "Custom API Call",
|
|
22
|
+
"Append row of values to a worksheet": "Append row of values to a worksheet",
|
|
23
|
+
"Retrieve worksheets from a workbook": "Retrieve worksheets from a workbook",
|
|
24
|
+
"Retrieve rows from a worksheet": "Retrieve rows from a worksheet",
|
|
25
|
+
"Update a row in a worksheet": "Update a row in a worksheet",
|
|
26
|
+
"Clear a worksheet": "Clear a worksheet",
|
|
27
|
+
"Delete a worksheet in a workbook": "Delete a worksheet in a workbook",
|
|
28
|
+
"Retrieve a list of workbooks": "Retrieve a list of workbooks",
|
|
29
|
+
"Delete a workbook": "Delete a workbook",
|
|
30
|
+
"Add a worksheet to a workbook": "Add a worksheet to a workbook",
|
|
31
|
+
"List rows of a table in a worksheet": "List rows of a table in a worksheet",
|
|
32
|
+
"List columns of a table in a worksheet": "List columns of a table in a worksheet",
|
|
33
|
+
"Create a table in a worksheet": "Create a table in a worksheet",
|
|
34
|
+
"Delete a table from a worksheet": "Delete a table from a worksheet",
|
|
35
|
+
"Lookup a value in a table column in a worksheet": "Lookup a value in a table column in a worksheet",
|
|
36
|
+
"Append rows to a table": "Append rows to a table",
|
|
37
|
+
"Converts a table to a range": "Converts a table to a range",
|
|
38
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
39
|
+
"Workbook": "Workbook",
|
|
40
|
+
"Worksheet": "Worksheet",
|
|
41
|
+
"Does the first row contain headers?": "Does the first row contain headers?",
|
|
42
|
+
"Values": "Values",
|
|
43
|
+
"Return All": "Return All",
|
|
44
|
+
"Limit": "Limit",
|
|
45
|
+
"Range": "Range",
|
|
46
|
+
"Header Row": "Header Row",
|
|
47
|
+
"First Data Row": "First Data Row",
|
|
48
|
+
"Row number": "Row number",
|
|
49
|
+
"Worksheet Name": "Worksheet Name",
|
|
50
|
+
"Table": "Table",
|
|
51
|
+
"Select Range": "Select Range",
|
|
52
|
+
"Has Headers": "Has Headers",
|
|
53
|
+
"Lookup Column": "Lookup Column",
|
|
54
|
+
"Lookup Value": "Lookup Value",
|
|
55
|
+
"Return All Matches": "Return All Matches",
|
|
56
|
+
"Method": "Method",
|
|
57
|
+
"Headers": "Headers",
|
|
58
|
+
"Query Parameters": "Query Parameters",
|
|
59
|
+
"Body": "Body",
|
|
60
|
+
"No Error on Failure": "No Error on Failure",
|
|
61
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
62
|
+
"If the first row is headers": "If the first row is headers",
|
|
63
|
+
"The values to insert": "The values to insert",
|
|
64
|
+
"If checked, all worksheets will be returned": "If checked, all worksheets will be returned",
|
|
65
|
+
"Limit the number of worksheets returned": "Limit the number of worksheets returned",
|
|
66
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Range of the rows to retrieve (e.g., A2:B2)",
|
|
67
|
+
"Row number of the header": "Row number of the header",
|
|
68
|
+
"Row number of the first data row": "Row number of the first data row",
|
|
69
|
+
"The row number to update": "The row number to update",
|
|
70
|
+
"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",
|
|
71
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Limits the number of workbooks returned, returns all workbooks if empty",
|
|
72
|
+
"The name of the new worksheet": "The name of the new worksheet",
|
|
73
|
+
"Limit the number of rows retrieved": "Limit the number of rows retrieved",
|
|
74
|
+
"Limit the number of columns retrieved": "Limit the number of columns retrieved",
|
|
75
|
+
"How to select the range for the table": "How to select the range for the table",
|
|
76
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table",
|
|
77
|
+
"Whether the range has column labels": "Whether the range has column labels",
|
|
78
|
+
"The column name to lookup the value in": "The column name to lookup the value in",
|
|
79
|
+
"The value to lookup": "The value to lookup",
|
|
80
|
+
"If checked, all matching rows will be returned": "If checked, all matching rows will be returned",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
82
|
+
"GET": "GET",
|
|
83
|
+
"POST": "POST",
|
|
84
|
+
"PATCH": "PATCH",
|
|
85
|
+
"PUT": "PUT",
|
|
86
|
+
"DELETE": "DELETE",
|
|
87
|
+
"HEAD": "HEAD",
|
|
88
|
+
"New Row": "New Row",
|
|
89
|
+
"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.",
|
|
90
|
+
"Max Rows to Poll": "Max Rows to Poll",
|
|
91
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "The maximum number of rows to poll, the rest will be polled on the next run."
|
|
92
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
+
"Spreadsheet software by Microsoft": "Spreadsheet software by Microsoft",
|
|
4
|
+
"Authentication for Microsoft Excel 365": "Authentication for Microsoft Excel 365",
|
|
5
|
+
"Append Row to Worksheet": "Append Row to Worksheet",
|
|
6
|
+
"Get Worksheets": "Get Worksheets",
|
|
7
|
+
"Get Worksheet Rows": "Get Worksheet Rows",
|
|
8
|
+
"Update Worksheet Rows": "Update Worksheet Rows",
|
|
9
|
+
"Clear Worksheet": "Clear Worksheet",
|
|
10
|
+
"Delete Worksheet": "Delete Worksheet",
|
|
11
|
+
"Get Workbooks": "Get Workbooks",
|
|
12
|
+
"Delete Workbook": "Delete Workbook",
|
|
13
|
+
"Add a Worksheet to a Workbook": "Add a Worksheet to a Workbook",
|
|
14
|
+
"Get Table Rows": "Get Table Rows",
|
|
15
|
+
"Get Table Columns": "Get Table Columns",
|
|
16
|
+
"Create Table": "Create Table",
|
|
17
|
+
"Delete Table": "Delete Table",
|
|
18
|
+
"Lookup Table Column": "Lookup Table Column",
|
|
19
|
+
"Append Rows to a Table": "Append Rows to a Table",
|
|
20
|
+
"Convert to Range": "Convert to Range",
|
|
21
|
+
"Custom API Call": "Custom API Call",
|
|
22
|
+
"Append row of values to a worksheet": "Append row of values to a worksheet",
|
|
23
|
+
"Retrieve worksheets from a workbook": "Retrieve worksheets from a workbook",
|
|
24
|
+
"Retrieve rows from a worksheet": "Retrieve rows from a worksheet",
|
|
25
|
+
"Update a row in a worksheet": "Update a row in a worksheet",
|
|
26
|
+
"Clear a worksheet": "Clear a worksheet",
|
|
27
|
+
"Delete a worksheet in a workbook": "Delete a worksheet in a workbook",
|
|
28
|
+
"Retrieve a list of workbooks": "Retrieve a list of workbooks",
|
|
29
|
+
"Delete a workbook": "Delete a workbook",
|
|
30
|
+
"Add a worksheet to a workbook": "Add a worksheet to a workbook",
|
|
31
|
+
"List rows of a table in a worksheet": "List rows of a table in a worksheet",
|
|
32
|
+
"List columns of a table in a worksheet": "List columns of a table in a worksheet",
|
|
33
|
+
"Create a table in a worksheet": "Create a table in a worksheet",
|
|
34
|
+
"Delete a table from a worksheet": "Delete a table from a worksheet",
|
|
35
|
+
"Lookup a value in a table column in a worksheet": "Lookup a value in a table column in a worksheet",
|
|
36
|
+
"Append rows to a table": "Append rows to a table",
|
|
37
|
+
"Converts a table to a range": "Converts a table to a range",
|
|
38
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
39
|
+
"Workbook": "Workbook",
|
|
40
|
+
"Worksheet": "Worksheet",
|
|
41
|
+
"Does the first row contain headers?": "Does the first row contain headers?",
|
|
42
|
+
"Values": "Values",
|
|
43
|
+
"Return All": "Return All",
|
|
44
|
+
"Limit": "Limit",
|
|
45
|
+
"Range": "Range",
|
|
46
|
+
"Header Row": "Header Row",
|
|
47
|
+
"First Data Row": "First Data Row",
|
|
48
|
+
"Row number": "Row number",
|
|
49
|
+
"Worksheet Name": "Worksheet Name",
|
|
50
|
+
"Table": "Table",
|
|
51
|
+
"Select Range": "Select Range",
|
|
52
|
+
"Has Headers": "Has Headers",
|
|
53
|
+
"Lookup Column": "Lookup Column",
|
|
54
|
+
"Lookup Value": "Lookup Value",
|
|
55
|
+
"Return All Matches": "Return All Matches",
|
|
56
|
+
"Method": "Method",
|
|
57
|
+
"Headers": "Headers",
|
|
58
|
+
"Query Parameters": "Query Parameters",
|
|
59
|
+
"Body": "Body",
|
|
60
|
+
"No Error on Failure": "No Error on Failure",
|
|
61
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
62
|
+
"If the first row is headers": "If the first row is headers",
|
|
63
|
+
"The values to insert": "The values to insert",
|
|
64
|
+
"If checked, all worksheets will be returned": "If checked, all worksheets will be returned",
|
|
65
|
+
"Limit the number of worksheets returned": "Limit the number of worksheets returned",
|
|
66
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Range of the rows to retrieve (e.g., A2:B2)",
|
|
67
|
+
"Row number of the header": "Row number of the header",
|
|
68
|
+
"Row number of the first data row": "Row number of the first data row",
|
|
69
|
+
"The row number to update": "The row number to update",
|
|
70
|
+
"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",
|
|
71
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Limits the number of workbooks returned, returns all workbooks if empty",
|
|
72
|
+
"The name of the new worksheet": "The name of the new worksheet",
|
|
73
|
+
"Limit the number of rows retrieved": "Limit the number of rows retrieved",
|
|
74
|
+
"Limit the number of columns retrieved": "Limit the number of columns retrieved",
|
|
75
|
+
"How to select the range for the table": "How to select the range for the table",
|
|
76
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table",
|
|
77
|
+
"Whether the range has column labels": "Whether the range has column labels",
|
|
78
|
+
"The column name to lookup the value in": "The column name to lookup the value in",
|
|
79
|
+
"The value to lookup": "The value to lookup",
|
|
80
|
+
"If checked, all matching rows will be returned": "If checked, all matching rows will be returned",
|
|
81
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
82
|
+
"GET": "GET",
|
|
83
|
+
"POST": "POST",
|
|
84
|
+
"PATCH": "PATCH",
|
|
85
|
+
"PUT": "PUT",
|
|
86
|
+
"DELETE": "DELETE",
|
|
87
|
+
"HEAD": "HEAD",
|
|
88
|
+
"New Row": "New Row",
|
|
89
|
+
"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.",
|
|
90
|
+
"Max Rows to Poll": "Max Rows to Poll",
|
|
91
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "The maximum number of rows to poll, the rest will be polled on the next run."
|
|
92
|
+
}
|