@guayaba/workflow-piece-google-sheets 0.14.6
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/.babelrc +3 -0
- package/.eslintrc.json +18 -0
- package/README.md +5 -0
- package/assets/logo.png +0 -0
- package/package.json +28 -0
- package/src/i18n/ar.json +124 -0
- package/src/i18n/bg.json +124 -0
- package/src/i18n/ca.json +132 -0
- package/src/i18n/de.json +165 -0
- package/src/i18n/es.json +165 -0
- package/src/i18n/fr.json +165 -0
- package/src/i18n/hi.json +132 -0
- package/src/i18n/hu.json +124 -0
- package/src/i18n/hy.json +124 -0
- package/src/i18n/id.json +132 -0
- package/src/i18n/it.json +124 -0
- package/src/i18n/ja.json +165 -0
- package/src/i18n/ko.json +124 -0
- package/src/i18n/nl.json +165 -0
- package/src/i18n/pl.json +124 -0
- package/src/i18n/pt.json +165 -0
- package/src/i18n/ru.json +132 -0
- package/src/i18n/sv.json +124 -0
- package/src/i18n/translation.json +165 -0
- package/src/i18n/uk.json +124 -0
- package/src/i18n/vi.json +132 -0
- package/src/i18n/zh.json +165 -0
- package/src/index.ts +93 -0
- package/src/lib/actions/clear-sheet.ts +60 -0
- package/src/lib/actions/copy-worksheet.ts +32 -0
- package/src/lib/actions/create-column.ts +109 -0
- package/src/lib/actions/create-spreadsheet.ts +122 -0
- package/src/lib/actions/create-worksheet.ts +62 -0
- package/src/lib/actions/delete-row.action.ts +40 -0
- package/src/lib/actions/delete-worksheet.ts +36 -0
- package/src/lib/actions/export-sheet.ts +86 -0
- package/src/lib/actions/find-row-by-num.ts +42 -0
- package/src/lib/actions/find-rows.ts +135 -0
- package/src/lib/actions/find-spreadsheets.ts +83 -0
- package/src/lib/actions/find-worksheet.ts +52 -0
- package/src/lib/actions/format-spreadsheet-row.ts +112 -0
- package/src/lib/actions/get-many-rows.ts +42 -0
- package/src/lib/actions/get-rows.ts +207 -0
- package/src/lib/actions/insert-multiple-rows.action.ts +542 -0
- package/src/lib/actions/insert-row.action.ts +111 -0
- package/src/lib/actions/rename-worksheet.ts +44 -0
- package/src/lib/actions/update-multiple-rows.ts +177 -0
- package/src/lib/actions/update-row.ts +93 -0
- package/src/lib/common/common.ts +383 -0
- package/src/lib/common/props.ts +274 -0
- package/src/lib/triggers/helpers.ts +155 -0
- package/src/lib/triggers/new-or-updated-row.trigger.ts +299 -0
- package/src/lib/triggers/new-row-added-webhook.ts +182 -0
- package/src/lib/triggers/new-spreadsheet.ts +88 -0
- package/src/lib/triggers/new-worksheet.ts +96 -0
- package/tsconfig.json +16 -0
- package/tsconfig.lib.json +15 -0
package/src/i18n/pl.json
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Google Sheets": "Google Sheets",
|
|
3
|
+
"Create, edit, and collaborate on spreadsheets online": "Create, edit, and collaborate on spreadsheets online",
|
|
4
|
+
"Insert Row": "Insert Row",
|
|
5
|
+
"Insert Multiple Rows": "Insert Multiple Rows",
|
|
6
|
+
"Delete Row": "Delete Row",
|
|
7
|
+
"Update Row": "Update Row",
|
|
8
|
+
"Find Rows": "Find Rows",
|
|
9
|
+
"Create Spreadsheet": "Create Spreadsheet",
|
|
10
|
+
"Create Worksheet": "Create Worksheet",
|
|
11
|
+
"Clear Sheet": "Clear Sheet",
|
|
12
|
+
"Get Row": "Get Row",
|
|
13
|
+
"Get next row(s)": "Get next row(s)",
|
|
14
|
+
"Find Spreadsheet(s)": "Find Spreadsheet(s)",
|
|
15
|
+
"Find Worksheet(s)": "Find Worksheet(s)",
|
|
16
|
+
"Copy Worksheet": "Copy Worksheet",
|
|
17
|
+
"Update Multiple Rows": "Update Multiple Rows",
|
|
18
|
+
"Create Spreadsheet Column": "Create Spreadsheet Column",
|
|
19
|
+
"Custom API Call": "Custom API Call",
|
|
20
|
+
"Append a row of values to an existing sheet": "Append a row of values to an existing sheet",
|
|
21
|
+
"Add one or more new rows in a specific spreadsheet.": "Add one or more new rows in a specific spreadsheet.",
|
|
22
|
+
"Delete a row on an existing sheet you have access to": "Delete a row on an existing sheet you have access to",
|
|
23
|
+
"Overwrite values in an existing row": "Overwrite values in an existing row",
|
|
24
|
+
"Find or get rows in a Google Sheet by column name and search value": "Find or get rows in a Google Sheet by column name and search value",
|
|
25
|
+
"Creates a blank spreadsheet.": "Creates a blank spreadsheet.",
|
|
26
|
+
"Create a blank worksheet with a title.": "Create a blank worksheet with a title.",
|
|
27
|
+
"Clears all rows on an existing sheet": "Clears all rows on an existing sheet",
|
|
28
|
+
"Get a row in a Google Sheet by row number": "Get a row in a Google Sheet by row number",
|
|
29
|
+
"Get next group of rows from a Google Sheet": "Get next group of rows from a Google Sheet",
|
|
30
|
+
"Find spreadsheet(s) by name.": "Find spreadsheet(s) by name.",
|
|
31
|
+
"Finds a worksheet(s) by title.": "Finds a worksheet(s) by title.",
|
|
32
|
+
"Creates a new worksheet by copying an existing one.": "Creates a new worksheet by copying an existing one.",
|
|
33
|
+
"Updates multiple rows in a specific spreadsheet.": "Updates multiple rows in a specific spreadsheet.",
|
|
34
|
+
"Adds a new column to a spreadsheet.": "Adds a new column to a spreadsheet.",
|
|
35
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
36
|
+
"Include Team Drive Sheets ?": "Include Team Drive Sheets ?",
|
|
37
|
+
"Spreadsheet": "Spreadsheet",
|
|
38
|
+
"Sheet": "Sheet",
|
|
39
|
+
"As String": "As String",
|
|
40
|
+
"Does the first row contain headers?": "Does the first row contain headers?",
|
|
41
|
+
"Values": "Values",
|
|
42
|
+
"Rows Input Format": "Rows Input Format",
|
|
43
|
+
"Overwrite Existing Data?": "Overwrite Existing Data?",
|
|
44
|
+
"Avoid Duplicates?": "Avoid Duplicates?",
|
|
45
|
+
"Duplicate Value Column": "Duplicate Value Column",
|
|
46
|
+
"Row Number": "Row Number",
|
|
47
|
+
"The name of the column to search in": "The name of the column to search in",
|
|
48
|
+
"Search Value": "Search Value",
|
|
49
|
+
"Exact match": "Exact match",
|
|
50
|
+
"Starting Row": "Starting Row",
|
|
51
|
+
"Number of Rows": "Number of Rows",
|
|
52
|
+
"Title": "Title",
|
|
53
|
+
"Parent Folder": "Parent Folder",
|
|
54
|
+
"Headers": "Headers",
|
|
55
|
+
"Is First row Headers?": "Is First row Headers?",
|
|
56
|
+
"Start Row": "Start Row",
|
|
57
|
+
"Markdown": "Markdown",
|
|
58
|
+
"Memory Key": "Memory Key",
|
|
59
|
+
"Group Size": "Group Size",
|
|
60
|
+
"Spreadsheet Name": "Spreadsheet Name",
|
|
61
|
+
"Exact Match": "Exact Match",
|
|
62
|
+
"Spreadsheet Containing the Worksheet to Copy": "Spreadsheet Containing the Worksheet to Copy",
|
|
63
|
+
"Worksheet to Copy": "Worksheet to Copy",
|
|
64
|
+
"Spreadsheet to paste in": "Spreadsheet to paste in",
|
|
65
|
+
"Column Name": "Column Name",
|
|
66
|
+
"Column Index": "Column Index",
|
|
67
|
+
"Method": "Method",
|
|
68
|
+
"Query Parameters": "Query Parameters",
|
|
69
|
+
"Body": "Body",
|
|
70
|
+
"No Error on Failure": "No Error on Failure",
|
|
71
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
72
|
+
"Determines if sheets from Team Drives should be included in the results.": "Determines if sheets from Team Drives should be included in the results.",
|
|
73
|
+
"The ID of the spreadsheet to use.": "The ID of the spreadsheet to use.",
|
|
74
|
+
"The ID of the sheet to use.": "The ID of the sheet to use.",
|
|
75
|
+
"Inserted values that are dates and formulas will be entered strings and have no effect": "Inserted values that are dates and formulas will be entered strings and have no effect",
|
|
76
|
+
"If the first row is headers": "If the first row is headers",
|
|
77
|
+
"The values to insert": "The values to insert",
|
|
78
|
+
"Select the format of the input values to be inserted into the sheet.": "Select the format of the input values to be inserted into the sheet.",
|
|
79
|
+
"The values to insert.": "The values to insert.",
|
|
80
|
+
"Enable this option to replace all existing data in the sheet with new data from your input. This will clear any extra rows beyond the updated range.": "Enable this option to replace all existing data in the sheet with new data from your input. This will clear any extra rows beyond the updated range.",
|
|
81
|
+
"Enable this option to check for duplicate values before inserting data into the sheet. Only unique rows will be added based on the selected column.": "Enable this option to check for duplicate values before inserting data into the sheet. Only unique rows will be added based on the selected column.",
|
|
82
|
+
"The column to check for duplicate values.": "The column to check for duplicate values.",
|
|
83
|
+
"Inserted values that are dates and formulas will be entered as strings and have no effect": "Inserted values that are dates and formulas will be entered as strings and have no effect",
|
|
84
|
+
"The row number to remove": "The row number to remove",
|
|
85
|
+
"The row number to update": "The row number to update",
|
|
86
|
+
"The value to search for in the specified column. If left empty, all rows will be returned.": "The value to search for in the specified column. If left empty, all rows will be returned.",
|
|
87
|
+
"Whether to choose the rows with exact match or choose the rows that contain the search value": "Whether to choose the rows with exact match or choose the rows that contain the search value",
|
|
88
|
+
"The row number to start searching from": "The row number to start searching from",
|
|
89
|
+
"The number of rows to return ( the default is 1 if not specified )": "The number of rows to return ( the default is 1 if not specified )",
|
|
90
|
+
"The title of the new spreadsheet.": "The title of the new spreadsheet.",
|
|
91
|
+
"The folder to create the worksheet in.By default, the new worksheet is created in the root folder of drive.": "The folder to create the worksheet in.By default, the new worksheet is created in the root folder of drive.",
|
|
92
|
+
"The title of the new worksheet.": "The title of the new worksheet.",
|
|
93
|
+
"The row number to get from the sheet": "The row number to get from the sheet",
|
|
94
|
+
"Which row to start from?": "Which row to start from?",
|
|
95
|
+
"\n**Notes:**\n\n- Memory key is used to remember where last row was processed and will be used in the following runs.\n- Republishing the flow **keeps** the memory key value, If you want to start over **change** the memory key.\n": "\n**Notes:**\n\n- Memory key is used to remember where last row was processed and will be used in the following runs.\n- Republishing the flow **keeps** the memory key value, If you want to start over **change** the memory key.\n",
|
|
96
|
+
"The key used to store the current row number in memory": "The key used to store the current row number in memory",
|
|
97
|
+
"The number of rows to get": "The number of rows to get",
|
|
98
|
+
"The name of the spreadsheet(s) to find.": "The name of the spreadsheet(s) to find.",
|
|
99
|
+
"If true, only return spreadsheets that exactly match the name. If false, return spreadsheets that contain the name.": "If true, only return spreadsheets that exactly match the name. If false, return spreadsheets that contain the name.",
|
|
100
|
+
"If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.": "If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.",
|
|
101
|
+
"The values to update.": "The values to update.",
|
|
102
|
+
"The column index starts from 1.For example, if you want to add a column to the third column, enter 3.Ff the input is less than 1 the column will be added after the last current column.": "The column index starts from 1.For example, if you want to add a column to the third column, enter 3.Ff the input is less than 1 the column will be added after the last current column.",
|
|
103
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
104
|
+
"CSV": "CSV",
|
|
105
|
+
"JSON": "JSON",
|
|
106
|
+
"Column Names": "Column Names",
|
|
107
|
+
"GET": "GET",
|
|
108
|
+
"POST": "POST",
|
|
109
|
+
"PATCH": "PATCH",
|
|
110
|
+
"PUT": "PUT",
|
|
111
|
+
"DELETE": "DELETE",
|
|
112
|
+
"HEAD": "HEAD",
|
|
113
|
+
"New Row Added": "New Row Added",
|
|
114
|
+
"New or Updated Row": "New or Updated Row",
|
|
115
|
+
"New Spreadsheet": "New Spreadsheet",
|
|
116
|
+
"New Worksheet": "New Worksheet",
|
|
117
|
+
"Triggers when a new row is added to bottom of a spreadsheet.": "Triggers when a new row is added to bottom of a spreadsheet.",
|
|
118
|
+
"Triggers when a new row is added or modified in a spreadsheet.": "Triggers when a new row is added or modified in a spreadsheet.",
|
|
119
|
+
"Triggers when a new spreadsheet is created.": "Triggers when a new spreadsheet is created.",
|
|
120
|
+
"Triggers when a worksheet is created in a spreadsheet.": "Triggers when a worksheet is created in a spreadsheet.",
|
|
121
|
+
"Trigger Column": "Trigger Column",
|
|
122
|
+
"Please note that there might be a delay of up to 3 minutes for the trigger to be fired, due to a delay from Google.": "Please note that there might be a delay of up to 3 minutes for the trigger to be fired, due to a delay from Google.",
|
|
123
|
+
"Trigger on changes to cells in this column only.Select **All Columns** if you want the flow to trigger on changes to any cell within the row.": "Trigger on changes to cells in this column only.Select **All Columns** if you want the flow to trigger on changes to any cell within the row."
|
|
124
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Create, edit, and collaborate on spreadsheets online": "Criar, editar e colaborar em planilhas online",
|
|
3
|
+
"Add Row": "Adicionar linha",
|
|
4
|
+
"Add Multiple Rows": "Adicionar múltiplas linhas",
|
|
5
|
+
"Update Row": "Atualizar linha",
|
|
6
|
+
"Update Multiple Rows": "Atualizar Várias Linhas",
|
|
7
|
+
"Delete Row": "Excluir linha",
|
|
8
|
+
"Find Rows": "Encontrar linhas",
|
|
9
|
+
"Create Spreadsheet": "Criar Planilha",
|
|
10
|
+
"Create Worksheet": "Criar planilha",
|
|
11
|
+
"Clear Sheet": "Limpar Chapa",
|
|
12
|
+
"Delete Worksheet": "Excluir planilha",
|
|
13
|
+
"Rename Worksheet": "Renomear planilha",
|
|
14
|
+
"Format Row(s)": "Formatar linha(s)",
|
|
15
|
+
"Get Single Row by ID": "Obter Linha Única por ID",
|
|
16
|
+
"Get next row(s)": "Obter próxima linha(s)",
|
|
17
|
+
"Get All Rows": "Obter todas as linhas",
|
|
18
|
+
"Find Spreadsheet(s)": "Localizar Planilha",
|
|
19
|
+
"Find Worksheet(s)": "Localizar planilha",
|
|
20
|
+
"Copy Worksheet": "Copiar planilha",
|
|
21
|
+
"Create Spreadsheet Column": "Criar Coluna da Planilha",
|
|
22
|
+
"Export Worksheet": "Exportar planilha",
|
|
23
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
24
|
+
"Add a new row of data to a specific spreadsheet.": "Adicionar uma nova linha de dados a uma planilha específica.",
|
|
25
|
+
"Add multiple rows of data at once to a specific spreadsheet.": "Adicionar várias linhas de dados de uma só vez para uma planilha específica.",
|
|
26
|
+
"Update the data in an existing row.": "Atualizar os dados em uma linha existente.",
|
|
27
|
+
"Updates multiple rows in a specific spreadsheet.": "Atualiza várias linhas em uma planilha específica.",
|
|
28
|
+
"Delete a specific row from the selected sheet.": "Apagar uma linha específica da folha selecionada.",
|
|
29
|
+
"Look up rows in a worksheet based on a column value.": "Pesquisa linhas em uma folha de atividade baseada no valor da coluna.",
|
|
30
|
+
"Creates a blank spreadsheet.": "Cria uma planilha em branco.",
|
|
31
|
+
"Create a new blank worksheet with a title.": "Crie uma nova folha em branco com um título.",
|
|
32
|
+
"Clears all rows on an existing sheet.": "Limpa todas as linhas em uma folha existente.",
|
|
33
|
+
"Permanently delete a specific worksheet.": "Exclua permanentemente uma planilha específica.",
|
|
34
|
+
"Rename specific worksheet.": "Renomear planilha específica.",
|
|
35
|
+
"Format one or multiple rows in specific spreadsheet.": "Formatar uma ou várias linhas em planilha específica.",
|
|
36
|
+
"Retrieve a specific row using its unique ID.": "Recuperar uma linha específica usando sua ID única.",
|
|
37
|
+
"Get next group of rows from a specifiec workheet": "Obter o próximo grupo de linhas de uma folha de trabalho específica",
|
|
38
|
+
"Get all the rows from a specific sheet.": "Pegue todas as linhas de uma folha específica.",
|
|
39
|
+
"Find spreadsheet(s) by name.": "Encontrar planilha por nome.",
|
|
40
|
+
"Finds a worksheet(s) by title.": "Localiza uma planilha por título.",
|
|
41
|
+
"Creates a new worksheet by copying an existing one.": "Cria uma nova folha de atividade copiando uma já existente.",
|
|
42
|
+
"Creates a new column in a specific spreadsheet.": "Cria uma nova coluna em uma planilha específica.",
|
|
43
|
+
"Download a worksheet as a CSV or TSV file.": "Baixar uma planilha como arquivo CSV ou TSV.",
|
|
44
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
45
|
+
"Include Shared Drive Sheets ?": "Incluir Chapas de Drive Compartilhadas ?",
|
|
46
|
+
"Spreadsheet": "Planilha",
|
|
47
|
+
"Worksheet": "Planilha",
|
|
48
|
+
"First Row Contains Headers ?": "Primeira linha contém cabeçalhos ?",
|
|
49
|
+
"As String": "Como texto",
|
|
50
|
+
"Values": "Valores",
|
|
51
|
+
"Rows Data Format": "Formato das Linhas",
|
|
52
|
+
"Overwrite Existing Data?": "Substituir Dados Existentes?",
|
|
53
|
+
"Avoid Duplicates?": "Evitar duplicatas?",
|
|
54
|
+
"Duplicate Value Column": "Duplicar coluna de valor",
|
|
55
|
+
"Header Row Number": "Número da linha de cabeçalho",
|
|
56
|
+
"Row Number": "Número da linha",
|
|
57
|
+
"Header Row": "Linha do Cabeçalho",
|
|
58
|
+
"Column Name": "Nome da coluna",
|
|
59
|
+
"Search Value": "Pesquisar Valor",
|
|
60
|
+
"Exact Match": "Partida exata",
|
|
61
|
+
"Starting Row": "Linha inicial",
|
|
62
|
+
"Number of Rows": "Número de linhas",
|
|
63
|
+
"Use Column Names": "Usar Nomes de Coluna",
|
|
64
|
+
"Title": "Título",
|
|
65
|
+
"Parent Folder": "Pasta pai",
|
|
66
|
+
"Headers": "Cabeçalhos",
|
|
67
|
+
"New Sheet Name": "Nome da nova Chapa",
|
|
68
|
+
"Starting row": "Linha inicial",
|
|
69
|
+
"Ending row": "Fim da linha",
|
|
70
|
+
"Background Color": "Cor de fundo",
|
|
71
|
+
"Text Color": "Cor do texto",
|
|
72
|
+
"Make text bold": "Fazer texto em negrito",
|
|
73
|
+
"Make text Italic": "Fazer texto itálico",
|
|
74
|
+
"Make text Strikethrough": "Fazer texto riscado",
|
|
75
|
+
"Start Row": "Iniciar linha",
|
|
76
|
+
"Use header names for keys": "Usar nomes dos cabeçalhos para chaves",
|
|
77
|
+
"Markdown": "Markdown",
|
|
78
|
+
"Memory Key": "Chave de memória",
|
|
79
|
+
"Group Size": "Tamanho do grupo",
|
|
80
|
+
"Spreadsheet Name": "Nome da Planilha",
|
|
81
|
+
"Spreadsheet Containing the Worksheet to Copy": "Cópia da Planilha Contendo a Planilha",
|
|
82
|
+
"Worksheet to Copy": "Planilha para copiar",
|
|
83
|
+
"Spreadsheet to paste in": "Planilha para colar em",
|
|
84
|
+
"Column Index": "Índice da coluna",
|
|
85
|
+
"Export Format": "Formato de exportação",
|
|
86
|
+
"Return as Text": "Retornar como Texto",
|
|
87
|
+
"Method": "Método",
|
|
88
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
89
|
+
"Body Type": "Tipo de Corpo",
|
|
90
|
+
"Body": "Conteúdo",
|
|
91
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
92
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
93
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
94
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
95
|
+
"Turn this on to also see spreadsheets from Shared Drives.": "Ligue isto para também ver planilhas de unidades compartilhadas.",
|
|
96
|
+
"The ID of the spreadsheet to use.": "O ID da planilha a ser utilizada.",
|
|
97
|
+
"The ID of the worksheet to use.": "O ID da planilha a ser utilizada.",
|
|
98
|
+
"Inserted values that are dates and formulas will be entered strings and have no effect": "Valores inseridos que são datas e fórmulas serão inseridas sequências de caracteres e não têm efeito",
|
|
99
|
+
"The values to add": "Os valores a adicionar",
|
|
100
|
+
"Select the format of the input values to be added into the worksheet.": "Selecione o formato dos valores de entrada a serem adicionados na planilha.",
|
|
101
|
+
"The values to add.": "Os valores a acrescentar.",
|
|
102
|
+
"Enable this option to replace all existing data in the sheet with new data from your input. This will clear any extra rows beyond the updated range.": "Ative esta opção para substituir todos os dados existentes na folha com novos dados da sua entrada. Isso irá limpar quaisquer linhas extras além do intervalo atualizado.",
|
|
103
|
+
"Enable this option to check for duplicate values before inserting data into the sheet. Only unique rows will be added based on the selected column.": "Ative esta opção para verificar se há valores duplicados antes de inserir dados na folha. Apenas linhas exclusivas serão adicionadas com base na coluna selecionada.",
|
|
104
|
+
"The column to check for duplicate values.": "A coluna para verificar se há valores duplicados.",
|
|
105
|
+
"Inserted values that are dates and formulas will be entered as strings and have no effect": "Valores inseridos que são datas e fórmulas serão inseridas como sequências de caracteres e não têm efeito",
|
|
106
|
+
"Enter the row number where your column headers are located (usually row 1).": "Digite o número da linha onde seus cabeçalhos de coluna estão localizados (normalmente a linha 1).",
|
|
107
|
+
"The row number to update": "Número da linha a ser atualizado",
|
|
108
|
+
"The values to update.": "Os valores a serem atualizados.",
|
|
109
|
+
"Which row contains the headers?": "Qual linha contém os cabeçalhos?",
|
|
110
|
+
"The number of the row you want to delete.": "O número da linha que você deseja excluir.",
|
|
111
|
+
"The name of the column to search in": "O nome da coluna para pesquisar em",
|
|
112
|
+
"The value to look for in the selected column. Leave empty to return all rows.": "O valor para procurar na coluna selecionada. Deixe em branco para retornar todas as linhas.",
|
|
113
|
+
"Only return rows where the cell value exactly matches the search value.": "Só retorna linhas onde o valor da célula corresponde exatamente ao valor da pesquisa.",
|
|
114
|
+
"Start searching from this row number.": "Comece a pesquisar a partir deste número de linha.",
|
|
115
|
+
"How many rows to return. Defaults to 1 if not specified.": "Quantas linhas retornar. O padrão é 1 se não for especificado.",
|
|
116
|
+
"The row number that contains the column names.": "O número da linha que contém os nomes das colunas.",
|
|
117
|
+
"Use column names as keys instead of A, B, C.": "Use os nomes das colunas como chaves em vez de A, B, C.",
|
|
118
|
+
"The title of the new spreadsheet.": "O título da nova planilha.",
|
|
119
|
+
"The folder to create the worksheet in.By default, the new worksheet is created in the root folder of drive.": "A pasta para criar a planilha. Por padrão, a nova planilha é criada na pasta raiz do drive.",
|
|
120
|
+
"The title of the new worksheet.": "O título da nova planilha.",
|
|
121
|
+
"The ID of the worksheet to delete.": "O ID da planilha para excluir.",
|
|
122
|
+
"The ID of the worksheet to rename.": "A identificação da planilha para renomear.",
|
|
123
|
+
"The first row number where formatting should begin.": "A primeira linha em que a formatação deve começar.",
|
|
124
|
+
"The last row number where formatting should stop (leave empty to format only the starting row).": "O último número da linha onde a formatação deve parar (deixe vazio para formatar apenas a linha inicial).",
|
|
125
|
+
"Provide a HEX color code (example: #FFD966)": "Forneça um código de cor HEX (exemplo: #FFD966)",
|
|
126
|
+
"Enter the row number you want to retrieve": "Digite o número da linha que deseja recuperar",
|
|
127
|
+
"Which row to start from?": "De qual linha começar?",
|
|
128
|
+
"Map A/B/C… to the actual column headers (row specified above).": "Mapa A/B/C… para os cabeçalhos de coluna reais (linha especificada acima).",
|
|
129
|
+
"\n**Notes:**\n\n- Memory key is used to remember where last row was processed and will be used in the following runs.\n- Republishing the flow **keeps** the memory key value, If you want to start over **change** the memory key.\n": "\n**Notas:**\n\n- Chave de memória é usada para lembrar onde a última linha foi processada e será utilizada nas seguintes execuções.\n- Republicar o fluxo **manter** o valor da chave de memória, se você quiser começar **mudar** a chave de memória.\n",
|
|
130
|
+
"The key used to store the current row number in memory": "A chave usada para armazenar o número da linha atual na memória",
|
|
131
|
+
"The number of rows to get": "Número de linhas para obter",
|
|
132
|
+
"Enter the name of the spreadsheet to search for": "Digite o nome da planilha para pesquisar",
|
|
133
|
+
"If true, only return spreadsheets that exactly match the name. If false, return spreadsheets that contain the name.": "Se verdadeiro, somente retornar planilhas que correspondam exatamente ao nome. Se falso, retornar planilhas que contenham o nome.",
|
|
134
|
+
"If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.": "Se verdadeiro, somente retorna planilhas que coincidem exatamente com o nome. Se falso, retorne planilhas que contenham o nome.",
|
|
135
|
+
"The column index starts from 1.For example, if you want to add a column to the third column, enter 3.Ff the input is less than 1 the column will be added after the last current column.": "O índice da coluna começa a partir da 1. Por exemplo, se você quiser adicionar uma coluna na terceira coluna, digite 3. f a entrada é menor que 1 a coluna será adicionada após a última coluna atual.",
|
|
136
|
+
"Select the file type to export the sheet as.": "Selecione o tipo de arquivo para exportar a folha.",
|
|
137
|
+
"Return the exported data as text instead of a file.": "Retornar os dados exportados como texto em vez de um arquivo.",
|
|
138
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
139
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
140
|
+
"CSV": "Csv",
|
|
141
|
+
"JSON": "JSON",
|
|
142
|
+
"Column Names": "Nomes das colunas",
|
|
143
|
+
"Comma Separated Values (.csv)": "Valores Separados por Vírgula (.csv)",
|
|
144
|
+
"Tab Separated Values (.tsv)": "Tab Valores Separados (.tsv)",
|
|
145
|
+
"GET": "OBTER",
|
|
146
|
+
"POST": "POSTAR",
|
|
147
|
+
"PATCH": "COMPRAR",
|
|
148
|
+
"PUT": "COLOCAR",
|
|
149
|
+
"DELETE": "EXCLUIR",
|
|
150
|
+
"HEAD": "CABEÇA",
|
|
151
|
+
"None": "Nenhuma",
|
|
152
|
+
"Form Data": "Dados de Formulário",
|
|
153
|
+
"Raw": "RAW",
|
|
154
|
+
"New or Updated Row": "Linha nova ou atualizada",
|
|
155
|
+
"New Row Added": "Nova linha adicionada",
|
|
156
|
+
"New Spreadsheet": "Nova Planilha",
|
|
157
|
+
"New Worksheet": "Nova Planilha",
|
|
158
|
+
"Triggers when a new row is added or modified in a spreadsheet.": "Dispara quando uma nova linha é adicionada ou modificada em uma planilha.",
|
|
159
|
+
"Triggers when a new row is added to bottom of a spreadsheet.": "Dispara quando uma nova linha é adicionada à parte inferior de uma planilha.",
|
|
160
|
+
"Triggers when a new spreadsheet is created.": "Dispara quando uma nova planilha é criada.",
|
|
161
|
+
"Triggers when a worksheet is created in a spreadsheet.": "Dispara quando uma planilha é criada em uma planilha.",
|
|
162
|
+
"Trigger Column": "Coluna de Disparo",
|
|
163
|
+
"Please note that there might be a delay of up to 3 minutes for the trigger to be fired, due to a delay from Google.": "Observe que pode haver um atraso de até 3 minutos para o gatilho ser disparado, devido a um atraso do Google.",
|
|
164
|
+
"Trigger on changes to cells in this column only. \nSelect **Any Column** if you want the flow to trigger on changes to any cell within the row.": "Acionar mudanças em células apenas nesta coluna. \nSelecione **Qualquer coluna** se você quiser que o fluxo acione mudanças para qualquer célula na linha."
|
|
165
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Google Sheets": "Google листы",
|
|
3
|
+
"Create, edit, and collaborate on spreadsheets online": "Создавайте, редактируйте и сотрудничайте с электронными таблицами онлайн",
|
|
4
|
+
"Insert Row": "Insert Row",
|
|
5
|
+
"Insert Multiple Rows": "Вставить несколько строк",
|
|
6
|
+
"Delete Row": "Удалить строку",
|
|
7
|
+
"Update Row": "Обновить строку",
|
|
8
|
+
"Find Rows": "Найти строки",
|
|
9
|
+
"Create Spreadsheet": "Создать электронную таблицу",
|
|
10
|
+
"Create Worksheet": "Создать таблицу",
|
|
11
|
+
"Clear Sheet": "Очистить лист",
|
|
12
|
+
"Get Row": "Получить строку",
|
|
13
|
+
"Get next row(s)": "Получить следующую строку(и)",
|
|
14
|
+
"Find Spreadsheet(s)": "Найти таблицу(и)",
|
|
15
|
+
"Find Worksheet(s)": "Найти таблицу(и)",
|
|
16
|
+
"Copy Worksheet": "Копировать таблицу",
|
|
17
|
+
"Update Multiple Rows": "Обновить несколько строк",
|
|
18
|
+
"Create Spreadsheet Column": "Создать столбец таблицы",
|
|
19
|
+
"Export Sheet": "Экспорт листа",
|
|
20
|
+
"Custom API Call": "Пользовательский вызов API",
|
|
21
|
+
"Append a row of values to an existing sheet": "Добавить ряд значений к существующей листе",
|
|
22
|
+
"Add one or more new rows in a specific spreadsheet.": "Добавьте одну или несколько новых строк в определенной таблице.",
|
|
23
|
+
"Delete a row on an existing sheet you have access to": "Удалите строку на существующей линии, к которой имеет доступ",
|
|
24
|
+
"Overwrite values in an existing row": "Перезаписать значения в существующую строку",
|
|
25
|
+
"Find or get rows in a Google Sheet by column name and search value": "Поиск или получение строк в Google листе по названию столбца и значению поиска",
|
|
26
|
+
"Creates a blank spreadsheet.": "Создать пустую таблицу.",
|
|
27
|
+
"Create a blank worksheet with a title.": "Создать пустую таблицу с названием.",
|
|
28
|
+
"Clears all rows on an existing sheet": "Очистить все строки на существующей листе",
|
|
29
|
+
"Get a row in a Google Sheet by row number": "Получить строку в Google листе по номеру ряда",
|
|
30
|
+
"Get next group of rows from a Google Sheet": "Получить следующую группу строк из Google листа",
|
|
31
|
+
"Find spreadsheet(s) by name.": "Поиск таблиц по имени.",
|
|
32
|
+
"Finds a worksheet(s) by title.": "Находит таблицу (таблицы) по названию.",
|
|
33
|
+
"Creates a new worksheet by copying an existing one.": "Создает новую таблицу, скопировав существующую.",
|
|
34
|
+
"Updates multiple rows in a specific spreadsheet.": "Обновляет несколько строк в определенной таблице.",
|
|
35
|
+
"Adds a new column to a spreadsheet.": "Добавляет новый столбец в таблицу.",
|
|
36
|
+
"Export a Google Sheets tab to CSV or TSV format.": "Экспорт вкладки Google Sheets в формат CSV или TSV.",
|
|
37
|
+
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
|
38
|
+
"Include Team Drive Sheets ?": "Включать листы дисков команд?",
|
|
39
|
+
"Spreadsheet": "Электронная таблица",
|
|
40
|
+
"Sheet": "Лист",
|
|
41
|
+
"As String": "Как строка",
|
|
42
|
+
"Does the first row contain headers?": "Содержит ли первая строка заголовки?",
|
|
43
|
+
"Values": "Значения",
|
|
44
|
+
"Rows Input Format": "Rows Input Format",
|
|
45
|
+
"Overwrite Existing Data?": "Перезаписать существующие данные?",
|
|
46
|
+
"Avoid Duplicates?": "Избегать дубликатов?",
|
|
47
|
+
"Duplicate Value Column": "Столбец с дублирующимся значением",
|
|
48
|
+
"Row Number": "Номер строки",
|
|
49
|
+
"The name of the column to search in": "Название столбца для поиска в",
|
|
50
|
+
"Search Value": "Поисковое значение",
|
|
51
|
+
"Exact match": "Точное совпадение",
|
|
52
|
+
"Starting Row": "Начальная строка",
|
|
53
|
+
"Number of Rows": "Количество строк",
|
|
54
|
+
"Title": "Заголовок",
|
|
55
|
+
"Parent Folder": "Родительская папка",
|
|
56
|
+
"Headers": "Заголовки",
|
|
57
|
+
"Is First row Headers?": "Это заголовки первых строк?",
|
|
58
|
+
"Start Row": "Начальная строка",
|
|
59
|
+
"Markdown": "Markdown",
|
|
60
|
+
"Memory Key": "Ключ памяти",
|
|
61
|
+
"Group Size": "Размер группы",
|
|
62
|
+
"Spreadsheet Name": "Название таблицы",
|
|
63
|
+
"Exact Match": "Точное совпадение",
|
|
64
|
+
"Spreadsheet Containing the Worksheet to Copy": "Электронная таблица, содержащая рабочий лист для копирования",
|
|
65
|
+
"Worksheet to Copy": "Скопируемая таблица",
|
|
66
|
+
"Spreadsheet to paste in": "Электронная таблица для вставки",
|
|
67
|
+
"Column Name": "Название столбца",
|
|
68
|
+
"Column Index": "Индекс столбцов",
|
|
69
|
+
"Export Format": "Формат экспорта",
|
|
70
|
+
"Return as Text": "Вернуться как текст",
|
|
71
|
+
"Method": "Метод",
|
|
72
|
+
"Query Parameters": "Параметры запроса",
|
|
73
|
+
"Body": "Тело",
|
|
74
|
+
"No Error on Failure": "Нет ошибок при ошибке",
|
|
75
|
+
"Timeout (in seconds)": "Таймаут (в секундах)",
|
|
76
|
+
"Determines if sheets from Team Drives should be included in the results.": "Определяет, следует ли включать в результаты листы из Дисков команд.",
|
|
77
|
+
"The ID of the spreadsheet to use.": "Идентификатор используемой электронной таблицы.",
|
|
78
|
+
"The ID of the sheet to use.": "ID используемого листа.",
|
|
79
|
+
"Inserted values that are dates and formulas will be entered strings and have no effect": "Вставленные значения, которые являются датами и формулами будут вводиться строки и не имеют эффекта",
|
|
80
|
+
"If the first row is headers": "Если первая строка - заголовки",
|
|
81
|
+
"The values to insert": "Значения для вставки",
|
|
82
|
+
"Select the format of the input values to be inserted into the sheet.": "Выберите формат вводимых значений для вставки в лист.",
|
|
83
|
+
"The values to insert.": "Значения для вставки.",
|
|
84
|
+
"Enable this option to replace all existing data in the sheet with new data from your input. This will clear any extra rows beyond the updated range.": "Включите эту опцию, чтобы заменить все существующие данные в листе новыми данными с вашего ввода. Это действие очистит все лишние строки за пределами обновленного диапазона.",
|
|
85
|
+
"Enable this option to check for duplicate values before inserting data into the sheet. Only unique rows will be added based on the selected column.": "Включите этот параметр, чтобы проверить на повторяющиеся значения перед вставкой данных в лист. Будут добавлены только уникальные строки на основе выбранного столбца.",
|
|
86
|
+
"The column to check for duplicate values.": "Столбец для проверки повторяющихся значений.",
|
|
87
|
+
"Inserted values that are dates and formulas will be entered as strings and have no effect": "Вставленные значения, которые являются датами и формулами будут введены как строки и не имеют эффекта",
|
|
88
|
+
"The row number to remove": "Номер строки для удаления",
|
|
89
|
+
"The row number to update": "Номер строки для обновления",
|
|
90
|
+
"The value to search for in the specified column. If left empty, all rows will be returned.": "Значение для поиска в указанном столбце. Если оставить пустым, будут возвращены все строки.",
|
|
91
|
+
"Whether to choose the rows with exact match or choose the rows that contain the search value": "Выбор строк с точным совпадением или выбор строк, содержащих значение поиска",
|
|
92
|
+
"The row number to start searching from": "Номер строки, с которой начинается поиск",
|
|
93
|
+
"The number of rows to return ( the default is 1 if not specified )": "Количество строк для возврата (по умолчанию 1, если не указано )",
|
|
94
|
+
"The title of the new spreadsheet.": "Название новой таблицы.",
|
|
95
|
+
"The folder to create the worksheet in.By default, the new worksheet is created in the root folder of drive.": "Папка для создания рабочей таблицы по умолчанию создается в корневой папке диска.",
|
|
96
|
+
"The title of the new worksheet.": "Название нового листа.",
|
|
97
|
+
"The row number to get from the sheet": "Номер строки, полученный из листа",
|
|
98
|
+
"Which row to start from?": "С какой строки начать?",
|
|
99
|
+
"\n**Notes:**\n\n- Memory key is used to remember where last row was processed and will be used in the following runs.\n- Republishing the flow **keeps** the memory key value, If you want to start over **change** the memory key.\n": "\n**Примечание:**\n\n- Ключ памяти используется для памяти, где обрабатывался последний ряд и будет использоваться в следующих запусках.\n- Перепубликация потока **хранит** значения ключа памяти, если вы хотите начать с **изменить** ключа памяти.\n",
|
|
100
|
+
"The key used to store the current row number in memory": "Ключ, используемый для сохранения текущего номера строки в памяти",
|
|
101
|
+
"The number of rows to get": "Количество строк для получения",
|
|
102
|
+
"The name of the spreadsheet(s) to find.": "Имя имеющейся таблицы(ей) для поиска.",
|
|
103
|
+
"If true, only return spreadsheets that exactly match the name. If false, return spreadsheets that contain the name.": "Если true, возвращает только таблицы, которые точно соответствуют имени. Если false, возвращайте электронные таблицы, содержащие имя.",
|
|
104
|
+
"If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.": "Если true, возвращает только таблицы, которые точно соответствуют имени. Если false, возвращайте таблицы, содержащие имя.",
|
|
105
|
+
"The values to update.": "Значения для обновления.",
|
|
106
|
+
"The column index starts from 1.For example, if you want to add a column to the third column, enter 3.Ff the input is less than 1 the column will be added after the last current column.": "Индекс столбцов начинается с 1.Например, если вы хотите добавить столбец в третий столбец, введите 3. f ввод менее чем 1 столбец будет добавлен после последнего текущего столбца.",
|
|
107
|
+
"The format to export the sheet to.": "Формат для экспорта таблицы.",
|
|
108
|
+
"Return the exported data as text instead of a file.": "Возвращает экспортированные данные вместо файла.",
|
|
109
|
+
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
110
|
+
"CSV": "CSV",
|
|
111
|
+
"JSON": "JSON",
|
|
112
|
+
"Column Names": "Названия столбцов",
|
|
113
|
+
"Comma Separated Values (.csv)": "Значения, разделенные запятыми (.csv)",
|
|
114
|
+
"Tab Separated Values (.tsv)": "Значения разделенных вкладок (.tsv)",
|
|
115
|
+
"GET": "ПОЛУЧИТЬ",
|
|
116
|
+
"POST": "ПОСТ",
|
|
117
|
+
"PATCH": "ПАТЧ",
|
|
118
|
+
"PUT": "ПОКУПИТЬ",
|
|
119
|
+
"DELETE": "УДАЛИТЬ",
|
|
120
|
+
"HEAD": "HEAD",
|
|
121
|
+
"New Row Added": "Добавлена новая строка",
|
|
122
|
+
"New or Updated Row": "Новая или Обновленная строка",
|
|
123
|
+
"New Spreadsheet": "Новая таблица",
|
|
124
|
+
"New Worksheet": "Новая таблица",
|
|
125
|
+
"Triggers when a new row is added to bottom of a spreadsheet.": "Включает при добавлении новой строки в нижнюю часть таблицы.",
|
|
126
|
+
"Triggers when a new row is added or modified in a spreadsheet.": "Включает при добавлении или изменении новой строки в таблице.",
|
|
127
|
+
"Triggers when a new spreadsheet is created.": "Включает при создании новой электронной таблицы.",
|
|
128
|
+
"Triggers when a worksheet is created in a spreadsheet.": "Включает при создании таблицы в электронном формате.",
|
|
129
|
+
"Trigger Column": "Столбец триггера",
|
|
130
|
+
"Please note that there might be a delay of up to 3 minutes for the trigger to be fired, due to a delay from Google.": "Пожалуйста, обратите внимание, что может возникнуть задержка до 3 минут, чтобы срабатывать срабатывание в связи с задержкой от Google.",
|
|
131
|
+
"Trigger on changes to cells in this column only.Select **All Columns** if you want the flow to trigger on changes to any cell within the row.": "Включать только изменения ячеек в этом столбце. выберите **Все колонки**, если хотите, чтобы потоки срабатывали изменения в любой ячейке в строке."
|
|
132
|
+
}
|
package/src/i18n/sv.json
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Google Sheets": "Google Sheets",
|
|
3
|
+
"Create, edit, and collaborate on spreadsheets online": "Create, edit, and collaborate on spreadsheets online",
|
|
4
|
+
"Insert Row": "Insert Row",
|
|
5
|
+
"Insert Multiple Rows": "Insert Multiple Rows",
|
|
6
|
+
"Delete Row": "Delete Row",
|
|
7
|
+
"Update Row": "Update Row",
|
|
8
|
+
"Find Rows": "Find Rows",
|
|
9
|
+
"Create Spreadsheet": "Create Spreadsheet",
|
|
10
|
+
"Create Worksheet": "Create Worksheet",
|
|
11
|
+
"Clear Sheet": "Clear Sheet",
|
|
12
|
+
"Get Row": "Get Row",
|
|
13
|
+
"Get next row(s)": "Get next row(s)",
|
|
14
|
+
"Find Spreadsheet(s)": "Find Spreadsheet(s)",
|
|
15
|
+
"Find Worksheet(s)": "Find Worksheet(s)",
|
|
16
|
+
"Copy Worksheet": "Copy Worksheet",
|
|
17
|
+
"Update Multiple Rows": "Update Multiple Rows",
|
|
18
|
+
"Create Spreadsheet Column": "Create Spreadsheet Column",
|
|
19
|
+
"Custom API Call": "Custom API Call",
|
|
20
|
+
"Append a row of values to an existing sheet": "Append a row of values to an existing sheet",
|
|
21
|
+
"Add one or more new rows in a specific spreadsheet.": "Add one or more new rows in a specific spreadsheet.",
|
|
22
|
+
"Delete a row on an existing sheet you have access to": "Delete a row on an existing sheet you have access to",
|
|
23
|
+
"Overwrite values in an existing row": "Overwrite values in an existing row",
|
|
24
|
+
"Find or get rows in a Google Sheet by column name and search value": "Find or get rows in a Google Sheet by column name and search value",
|
|
25
|
+
"Creates a blank spreadsheet.": "Creates a blank spreadsheet.",
|
|
26
|
+
"Create a blank worksheet with a title.": "Create a blank worksheet with a title.",
|
|
27
|
+
"Clears all rows on an existing sheet": "Clears all rows on an existing sheet",
|
|
28
|
+
"Get a row in a Google Sheet by row number": "Get a row in a Google Sheet by row number",
|
|
29
|
+
"Get next group of rows from a Google Sheet": "Get next group of rows from a Google Sheet",
|
|
30
|
+
"Find spreadsheet(s) by name.": "Find spreadsheet(s) by name.",
|
|
31
|
+
"Finds a worksheet(s) by title.": "Finds a worksheet(s) by title.",
|
|
32
|
+
"Creates a new worksheet by copying an existing one.": "Creates a new worksheet by copying an existing one.",
|
|
33
|
+
"Updates multiple rows in a specific spreadsheet.": "Updates multiple rows in a specific spreadsheet.",
|
|
34
|
+
"Adds a new column to a spreadsheet.": "Adds a new column to a spreadsheet.",
|
|
35
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
36
|
+
"Include Team Drive Sheets ?": "Include Team Drive Sheets ?",
|
|
37
|
+
"Spreadsheet": "Spreadsheet",
|
|
38
|
+
"Sheet": "Sheet",
|
|
39
|
+
"As String": "As String",
|
|
40
|
+
"Does the first row contain headers?": "Does the first row contain headers?",
|
|
41
|
+
"Values": "Values",
|
|
42
|
+
"Rows Input Format": "Rows Input Format",
|
|
43
|
+
"Overwrite Existing Data?": "Overwrite Existing Data?",
|
|
44
|
+
"Avoid Duplicates?": "Avoid Duplicates?",
|
|
45
|
+
"Duplicate Value Column": "Duplicate Value Column",
|
|
46
|
+
"Row Number": "Row Number",
|
|
47
|
+
"The name of the column to search in": "The name of the column to search in",
|
|
48
|
+
"Search Value": "Search Value",
|
|
49
|
+
"Exact match": "Exact match",
|
|
50
|
+
"Starting Row": "Starting Row",
|
|
51
|
+
"Number of Rows": "Number of Rows",
|
|
52
|
+
"Title": "Title",
|
|
53
|
+
"Parent Folder": "Parent Folder",
|
|
54
|
+
"Headers": "Headers",
|
|
55
|
+
"Is First row Headers?": "Is First row Headers?",
|
|
56
|
+
"Start Row": "Start Row",
|
|
57
|
+
"Markdown": "Markdown",
|
|
58
|
+
"Memory Key": "Memory Key",
|
|
59
|
+
"Group Size": "Group Size",
|
|
60
|
+
"Spreadsheet Name": "Spreadsheet Name",
|
|
61
|
+
"Exact Match": "Exact Match",
|
|
62
|
+
"Spreadsheet Containing the Worksheet to Copy": "Spreadsheet Containing the Worksheet to Copy",
|
|
63
|
+
"Worksheet to Copy": "Worksheet to Copy",
|
|
64
|
+
"Spreadsheet to paste in": "Spreadsheet to paste in",
|
|
65
|
+
"Column Name": "Column Name",
|
|
66
|
+
"Column Index": "Column Index",
|
|
67
|
+
"Method": "Method",
|
|
68
|
+
"Query Parameters": "Query Parameters",
|
|
69
|
+
"Body": "Body",
|
|
70
|
+
"No Error on Failure": "No Error on Failure",
|
|
71
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
72
|
+
"Determines if sheets from Team Drives should be included in the results.": "Determines if sheets from Team Drives should be included in the results.",
|
|
73
|
+
"The ID of the spreadsheet to use.": "The ID of the spreadsheet to use.",
|
|
74
|
+
"The ID of the sheet to use.": "The ID of the sheet to use.",
|
|
75
|
+
"Inserted values that are dates and formulas will be entered strings and have no effect": "Inserted values that are dates and formulas will be entered strings and have no effect",
|
|
76
|
+
"If the first row is headers": "If the first row is headers",
|
|
77
|
+
"The values to insert": "The values to insert",
|
|
78
|
+
"Select the format of the input values to be inserted into the sheet.": "Select the format of the input values to be inserted into the sheet.",
|
|
79
|
+
"The values to insert.": "The values to insert.",
|
|
80
|
+
"Enable this option to replace all existing data in the sheet with new data from your input. This will clear any extra rows beyond the updated range.": "Enable this option to replace all existing data in the sheet with new data from your input. This will clear any extra rows beyond the updated range.",
|
|
81
|
+
"Enable this option to check for duplicate values before inserting data into the sheet. Only unique rows will be added based on the selected column.": "Enable this option to check for duplicate values before inserting data into the sheet. Only unique rows will be added based on the selected column.",
|
|
82
|
+
"The column to check for duplicate values.": "The column to check for duplicate values.",
|
|
83
|
+
"Inserted values that are dates and formulas will be entered as strings and have no effect": "Inserted values that are dates and formulas will be entered as strings and have no effect",
|
|
84
|
+
"The row number to remove": "The row number to remove",
|
|
85
|
+
"The row number to update": "The row number to update",
|
|
86
|
+
"The value to search for in the specified column. If left empty, all rows will be returned.": "The value to search for in the specified column. If left empty, all rows will be returned.",
|
|
87
|
+
"Whether to choose the rows with exact match or choose the rows that contain the search value": "Whether to choose the rows with exact match or choose the rows that contain the search value",
|
|
88
|
+
"The row number to start searching from": "The row number to start searching from",
|
|
89
|
+
"The number of rows to return ( the default is 1 if not specified )": "The number of rows to return ( the default is 1 if not specified )",
|
|
90
|
+
"The title of the new spreadsheet.": "The title of the new spreadsheet.",
|
|
91
|
+
"The folder to create the worksheet in.By default, the new worksheet is created in the root folder of drive.": "The folder to create the worksheet in.By default, the new worksheet is created in the root folder of drive.",
|
|
92
|
+
"The title of the new worksheet.": "The title of the new worksheet.",
|
|
93
|
+
"The row number to get from the sheet": "The row number to get from the sheet",
|
|
94
|
+
"Which row to start from?": "Which row to start from?",
|
|
95
|
+
"\n**Notes:**\n\n- Memory key is used to remember where last row was processed and will be used in the following runs.\n- Republishing the flow **keeps** the memory key value, If you want to start over **change** the memory key.\n": "\n**Notes:**\n\n- Memory key is used to remember where last row was processed and will be used in the following runs.\n- Republishing the flow **keeps** the memory key value, If you want to start over **change** the memory key.\n",
|
|
96
|
+
"The key used to store the current row number in memory": "The key used to store the current row number in memory",
|
|
97
|
+
"The number of rows to get": "The number of rows to get",
|
|
98
|
+
"The name of the spreadsheet(s) to find.": "The name of the spreadsheet(s) to find.",
|
|
99
|
+
"If true, only return spreadsheets that exactly match the name. If false, return spreadsheets that contain the name.": "If true, only return spreadsheets that exactly match the name. If false, return spreadsheets that contain the name.",
|
|
100
|
+
"If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.": "If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.",
|
|
101
|
+
"The values to update.": "The values to update.",
|
|
102
|
+
"The column index starts from 1.For example, if you want to add a column to the third column, enter 3.Ff the input is less than 1 the column will be added after the last current column.": "The column index starts from 1.For example, if you want to add a column to the third column, enter 3.Ff the input is less than 1 the column will be added after the last current column.",
|
|
103
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
104
|
+
"CSV": "CSV",
|
|
105
|
+
"JSON": "JSON",
|
|
106
|
+
"Column Names": "Column Names",
|
|
107
|
+
"GET": "GET",
|
|
108
|
+
"POST": "POST",
|
|
109
|
+
"PATCH": "PATCH",
|
|
110
|
+
"PUT": "PUT",
|
|
111
|
+
"DELETE": "DELETE",
|
|
112
|
+
"HEAD": "HEAD",
|
|
113
|
+
"New Row Added": "New Row Added",
|
|
114
|
+
"New or Updated Row": "New or Updated Row",
|
|
115
|
+
"New Spreadsheet": "New Spreadsheet",
|
|
116
|
+
"New Worksheet": "New Worksheet",
|
|
117
|
+
"Triggers when a new row is added to bottom of a spreadsheet.": "Triggers when a new row is added to bottom of a spreadsheet.",
|
|
118
|
+
"Triggers when a new row is added or modified in a spreadsheet.": "Triggers when a new row is added or modified in a spreadsheet.",
|
|
119
|
+
"Triggers when a new spreadsheet is created.": "Triggers when a new spreadsheet is created.",
|
|
120
|
+
"Triggers when a worksheet is created in a spreadsheet.": "Triggers when a worksheet is created in a spreadsheet.",
|
|
121
|
+
"Trigger Column": "Trigger Column",
|
|
122
|
+
"Please note that there might be a delay of up to 3 minutes for the trigger to be fired, due to a delay from Google.": "Please note that there might be a delay of up to 3 minutes for the trigger to be fired, due to a delay from Google.",
|
|
123
|
+
"Trigger on changes to cells in this column only.Select **All Columns** if you want the flow to trigger on changes to any cell within the row.": "Trigger on changes to cells in this column only.Select **All Columns** if you want the flow to trigger on changes to any cell within the row."
|
|
124
|
+
}
|