Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"Create Worksheet": "Create Worksheet",
"Find Row": "Find Row",
"Find Workbook": "Find Workbook",
"Find Worksheet": "Find Worksheet",
"Get Cells in Range": "Get Cells in Range",
"Get Row by ID": "Get Row by ID",
"Get Worksheet by ID": "Get Worksheet by ID",
Expand Down Expand Up @@ -56,6 +57,7 @@
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "Add a new worksheet (tab) to an existing workbook with optional default headers.",
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).",
"Finds an existing workbook by name.": "Finds an existing workbook by name.",
"Finds an existing worksheet by name.": "Finds an existing worksheet by name.",
"Retrieve the values in a given cell range (e.g., “A1:C10”).": "Retrieve the values in a given cell range (e.g., “A1:C10”).",
"  Retrieve the entire content of a row by its row ID.": "  Retrieve the entire content of a row by its row ID.",
"Retrieve metadata of a worksheet by its ID.": "Retrieve metadata of a worksheet by its ID.",
Expand Down Expand Up @@ -91,6 +93,7 @@
"Row Number": "Row Number",
"Headers": "Headers",
"File Name": "File Name",
"Exact Match": "Exact Match",
"Row ID (Index)": "Row ID (Index)",
"New Worksheet Name": "New Worksheet Name",
"Method": "Method",
Expand Down Expand Up @@ -135,6 +138,7 @@
"The column to search in.": "The column to search in.",
"The value to find in the lookup column.": "The value to find in the lookup column.",
"Excel File name to search for without extension.": "Excel File name to search for without extension.",
"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.",
"The range of cells to retrieve, in A1 notation (e.g., \"A1:C10\").": "The range of cells to retrieve, in A1 notation (e.g., \"A1:C10\").",
"The zero-based index of the row to retrieve (e.g., 0 for the first row, 1 for the second).": "The zero-based index of the row to retrieve (e.g., 0 for the first row, 1 for the second).",
"\nThe new name for the worksheet. The name must adhere to the following rules:\n- Cannot be blank.\n- Cannot exceed 31 characters.\n- Must not contain any of the following characters: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- The name \"History\" is reserved by Excel and cannot be used.\n": "\nThe new name for the worksheet. The name must adhere to the following rules:\n- Cannot be blank.\n- Cannot exceed 31 characters.\n- Must not contain any of the following characters: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- The name \"History\" is reserved by Excel and cannot be used.\n",
Expand Down
16 changes: 8 additions & 8 deletions packages/react-ui/public/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@
"Time Saved": "",
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
"Equivalent to {days} workdays saved": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"Click the": "",
"pencil icon in the table below to set time saved per run": "",
"Trends": "",
Expand Down Expand Up @@ -842,7 +844,11 @@
"By": "",
"No flow preview available": "",
"Flow created successfully": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_other": "",
"Failed to create flow from template": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
"Select the project and folder where you want to use this template.": "",
"Select a project": "",
"Select a folder": "Ordner auswählen",
Expand Down Expand Up @@ -1382,11 +1388,5 @@
"License activated successfully!": "Lizenz erfolgreich aktiviert!",
"Activation failed, invalid license key": "Aktivierung fehlgeschlagen, ungültiger Lizenzschlüssel",
"Today": "Heute",
"Yesterday": "Gestern",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_other": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
}
"Yesterday": "Gestern"
}
19 changes: 11 additions & 8 deletions packages/react-ui/public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,9 @@
"Time Saved": "",
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
"Equivalent to {days} workdays saved": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_many": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"Click the": "",
"pencil icon in the table below to set time saved per run": "",
"Trends": "",
Expand Down Expand Up @@ -842,7 +845,13 @@
"By": "",
"No flow preview available": "",
"Flow created successfully": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_many": "",
"{count} flows created successfully in a new folder_other": "",
"Failed to create flow from template": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._many": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
"Select the project and folder where you want to use this template.": "",
"Select a project": "",
"Select a folder": "Seleccione una carpeta",
Expand Down Expand Up @@ -1382,11 +1391,5 @@
"License activated successfully!": "¡Licencia activada con éxito!",
"Activation failed, invalid license key": "Falló la activación, clave de licencia no válida",
"Today": "Hoy",
"Yesterday": "Ayer",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_other": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
}
"Yesterday": "Ayer"
}
19 changes: 11 additions & 8 deletions packages/react-ui/public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,9 @@
"Time Saved": "",
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
"Equivalent to {days} workdays saved": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_many": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"Click the": "",
"pencil icon in the table below to set time saved per run": "",
"Trends": "",
Expand Down Expand Up @@ -842,7 +845,13 @@
"By": "",
"No flow preview available": "",
"Flow created successfully": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_many": "",
"{count} flows created successfully in a new folder_other": "",
"Failed to create flow from template": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._many": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
"Select the project and folder where you want to use this template.": "",
"Select a project": "",
"Select a folder": "Sélectionnez un dossier",
Expand Down Expand Up @@ -1382,11 +1391,5 @@
"License activated successfully!": "Licence activée avec succès !",
"Activation failed, invalid license key": "Échec de l'activation, clé de licence invalide",
"Today": "Aujourd'hui",
"Yesterday": "Hier",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_other": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
}
"Yesterday": "Hier"
}
10 changes: 5 additions & 5 deletions packages/react-ui/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
"Time Saved": "",
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
"Equivalent to {days} workdays saved": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"Click the": "",
"pencil icon in the table below to set time saved per run": "",
"Trends": "",
Expand Down Expand Up @@ -842,7 +843,9 @@
"By": "",
"No flow preview available": "",
"Flow created successfully": "",
"{count} flows created successfully in a new folder_other": "",
"Failed to create flow from template": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
"Select the project and folder where you want to use this template.": "",
"Select a project": "",
"Select a folder": "フォルダを選択",
Expand Down Expand Up @@ -1382,8 +1385,5 @@
"License activated successfully!": "ライセンスが正常にアクティベートされました!",
"Activation failed, invalid license key": "アクティベーションに失敗しました。無効なライセンスキーです。",
"Today": "今日",
"Yesterday": "昨日",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"{count} flows created successfully in a new folder_other": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
}
"Yesterday": "昨日"
}
16 changes: 8 additions & 8 deletions packages/react-ui/public/locales/nl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@
"Time Saved": "",
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
"Equivalent to {days} workdays saved": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"Click the": "",
"pencil icon in the table below to set time saved per run": "",
"Trends": "",
Expand Down Expand Up @@ -842,7 +844,11 @@
"By": "",
"No flow preview available": "",
"Flow created successfully": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_other": "",
"Failed to create flow from template": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
"Select the project and folder where you want to use this template.": "",
"Select a project": "",
"Select a folder": "Selecteer een map",
Expand Down Expand Up @@ -1382,11 +1388,5 @@
"License activated successfully!": "Licentie succesvol geactiveerd!",
"Activation failed, invalid license key": "Activering mislukt, ongeldige licentiesleutel",
"Today": "vandaag",
"Yesterday": "gisteren",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_other": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
}
"Yesterday": "gisteren"
}
19 changes: 11 additions & 8 deletions packages/react-ui/public/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,9 @@
"Time Saved": "",
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
"Equivalent to {days} workdays saved": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_many": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"Click the": "",
"pencil icon in the table below to set time saved per run": "",
"Trends": "",
Expand Down Expand Up @@ -842,7 +845,13 @@
"By": "",
"No flow preview available": "",
"Flow created successfully": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_many": "",
"{count} flows created successfully in a new folder_other": "",
"Failed to create flow from template": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._many": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
"Select the project and folder where you want to use this template.": "",
"Select a project": "",
"Select a folder": "Selecionar uma pasta",
Expand Down Expand Up @@ -1382,11 +1391,5 @@
"License activated successfully!": "Licença ativada com sucesso!",
"Activation failed, invalid license key": "A ativação falhou, chave de licença inválida",
"Today": "hoje",
"Yesterday": "ontem",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"{count} flows created successfully in a new folder_one": "",
"{count} flows created successfully in a new folder_other": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
}
"Yesterday": "ontem"
}
10 changes: 5 additions & 5 deletions packages/react-ui/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
"Time Saved": "",
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
"Equivalent to {days} workdays saved": "",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"Click the": "",
"pencil icon in the table below to set time saved per run": "",
"Trends": "",
Expand Down Expand Up @@ -842,7 +843,9 @@
"By": "",
"No flow preview available": "",
"Flow created successfully": "",
"{count} flows created successfully in a new folder_other": "",
"Failed to create flow from template": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
"Select the project and folder where you want to use this template.": "",
"Select a project": "",
"Select a folder": "选择一个文件夹",
Expand Down Expand Up @@ -1382,8 +1385,5 @@
"License activated successfully!": "License activated successfully!",
"Activation failed, invalid license key": "Activation failed, invalid license key",
"Today": "今日:",
"Yesterday": "Yesterday",
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
"{count} flows created successfully in a new folder_other": "",
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
}
"Yesterday": "Yesterday"
}
Loading