@activepieces/piece-bigin-by-zoho 0.0.4 → 0.0.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/package.json +3 -4
- package/src/i18n/de.json +0 -1
- package/src/i18n/es.json +0 -1
- package/src/i18n/fr.json +0 -1
- package/src/i18n/ja.json +1 -2
- package/src/i18n/nl.json +0 -1
- package/src/i18n/pt.json +0 -1
- package/src/i18n/translation.json +0 -1
- package/src/i18n/zh.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-bigin-by-zoho",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -9,15 +9,14 @@
|
|
|
9
9
|
"axios": "1.8.3",
|
|
10
10
|
"axios-retry": "4.4.1",
|
|
11
11
|
"deepmerge-ts": "7.1.0",
|
|
12
|
-
"fast-glob": "3.3.3",
|
|
13
12
|
"mime-types": "2.1.35",
|
|
14
13
|
"nanoid": "3.3.8",
|
|
15
14
|
"semver": "7.6.0",
|
|
16
15
|
"tslib": "^2.3.0",
|
|
17
16
|
"zod": "3.25.76",
|
|
18
17
|
"@activepieces/pieces-common": "0.7.0",
|
|
19
|
-
"@activepieces/pieces-framework": "0.
|
|
20
|
-
"@activepieces/shared": "0.
|
|
18
|
+
"@activepieces/pieces-framework": "0.20.1",
|
|
19
|
+
"@activepieces/shared": "0.20.1"
|
|
21
20
|
},
|
|
22
21
|
"overrides": {
|
|
23
22
|
"@tryfabric/martian": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Bigin by Zoho CRM": "Bigin von Zoho CRM",
|
|
3
2
|
"Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.": "Bigin von Zoho CRM ist ein leichtes CRM, das für kleine Unternehmen entwickelt wurde, um Kontakte, Firmen, Transaktionen (Pipeline-Records), Aufgaben, Anrufe und Events zu verwalten.",
|
|
4
3
|
"Your Data Center Region": "Ihre Rechenzentren Region",
|
|
5
4
|
"Select your Zoho data center region for your account": "Wählen Sie Ihre Zoho Data Center Region für Ihren Account aus",
|
package/src/i18n/es.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Bigin by Zoho CRM": "Bigin por Zoho CRM",
|
|
3
2
|
"Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.": "Bigin by Zoho CRM es un CRM ligero diseñado para pequeñas empresas para gestionar contactos, empresas, transacciones (registros de pipelina), tareas, llamadas y eventos.",
|
|
4
3
|
"Your Data Center Region": "Región de tu Centro de Datos",
|
|
5
4
|
"Select your Zoho data center region for your account": "Seleccione la región del centro de datos de Zoho para su cuenta",
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Bigin by Zoho CRM": "Bigin par Zoho CRM",
|
|
3
2
|
"Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.": "Bigin by Zoho CRM est un CRM léger conçu pour les petites entreprises pour gérer les contacts, les entreprises, les affaires (enregistrements de pipeline), les tâches, les appels et les événements.",
|
|
4
3
|
"Your Data Center Region": "Région de votre centre de données",
|
|
5
4
|
"Select your Zoho data center region for your account": "Sélectionnez la région de votre centre de données Zoho pour votre compte",
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Bigin by Zoho CRM": "Bigin by Zoho CRM",
|
|
3
2
|
"Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.": "Bigin by Zoho CRM は、連絡先、企業、取引先(パイプラインレコード)、タスク、電話、イベントを管理するための小規模企業向けに設計された軽量CRMです。",
|
|
4
3
|
"Your Data Center Region": "データセンターの地域",
|
|
5
4
|
"Select your Zoho data center region for your account": "アカウントのZohoデータセンターの地域を選択してください",
|
|
@@ -57,7 +56,7 @@
|
|
|
57
56
|
"Select Company": "所属を選択",
|
|
58
57
|
"Company Details": "会社詳細",
|
|
59
58
|
"First Name": "名",
|
|
60
|
-
"Last Name": "
|
|
59
|
+
"Last Name": "Last Name",
|
|
61
60
|
"Title": "タイトル",
|
|
62
61
|
"Email": "Eメールアドレス",
|
|
63
62
|
"Mobile": "モバイル",
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Bigin by Zoho CRM": "Bigin door Zoho CRM",
|
|
3
2
|
"Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.": "Bigin door Zoho CRM is een lichtgewicht CRM ontworpen voor kleine bedrijven om contacten, bedrijven, bedrijven te beheren (pipeline records), taken, oproepen en evenementen.",
|
|
4
3
|
"Your Data Center Region": "De regio van uw datacenter",
|
|
5
4
|
"Select your Zoho data center region for your account": "Selecteer de regio van uw Zoho datacentrum voor uw account",
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Bigin by Zoho CRM": "Bigin pelo CRM Zoho",
|
|
3
2
|
"Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.": "Bigin by Zoho CRM é um CRM ligeiro projetado para pequenas empresas para gerenciar contatos, empresas, operações (registros de pipeline), tarefas, chamadas e eventos.",
|
|
4
3
|
"Your Data Center Region": "Sua região do Centro de Dados",
|
|
5
4
|
"Select your Zoho data center region for your account": "Selecione sua região do centro de dados Zoho para sua conta",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Bigin by Zoho CRM": "Bigin by Zoho CRM",
|
|
3
2
|
"Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.": "Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.",
|
|
4
3
|
"Your Data Center Region": "Your Data Center Region",
|
|
5
4
|
"Select your Zoho data center region for your account": "Select your Zoho data center region for your account",
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Bigin by Zoho CRM": "Bigin by Zoho CRM",
|
|
3
2
|
"Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.": "Bigin by Zoho CRM is a lightweight CRM designed for small businesses to manage contacts, companies, deals (pipeline records), tasks, calls, and events.",
|
|
4
3
|
"Your Data Center Region": "Your Data Center Region",
|
|
5
4
|
"Select your Zoho data center region for your account": "Select your Zoho data center region for your account",
|
|
@@ -56,7 +55,7 @@
|
|
|
56
55
|
"Billing Code": "Billing Code",
|
|
57
56
|
"Select Company": "Select Company",
|
|
58
57
|
"Company Details": "Company Details",
|
|
59
|
-
"First Name": "
|
|
58
|
+
"First Name": "First Name",
|
|
60
59
|
"Last Name": "名字",
|
|
61
60
|
"Title": "标题",
|
|
62
61
|
"Email": "电子邮件地址",
|