@activepieces/piece-zoho-books 0.0.6 → 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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/i18n/fr.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-zoho-books",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
@@ -13,7 +13,7 @@
13
13
  "zod": "3.25.76",
14
14
  "@activepieces/pieces-common": "0.7.0",
15
15
  "@activepieces/pieces-framework": "0.18.4",
16
- "@activepieces/shared": "0.19.0",
16
+ "@activepieces/shared": "0.20.0",
17
17
  "tslib": "2.8.1"
18
18
  },
19
19
  "overrides": {
package/src/i18n/fr.json CHANGED
@@ -10,21 +10,21 @@
10
10
  "zoho.in (India)": "zoho.in (Inde)",
11
11
  "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
12
12
  "Authentication for Zoho Books": "Authentification pour Zoho Books",
13
- "Custom API Call": "Appel API personnalisé",
14
- "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
13
+ "Custom API Call": "Appel d'API personnalisé",
14
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
15
15
  "Method": "Méthode",
16
16
  "Headers": "En-têtes",
17
17
  "Query Parameters": "Paramètres de requête",
18
18
  "Body": "Corps",
19
19
  "Response is Binary ?": "La réponse est Binaire ?",
20
20
  "No Error on Failure": "Aucune erreur en cas d'échec",
21
- "Timeout (in seconds)": "Délai d'attente (en secondes)",
21
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
22
22
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
23
23
  "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
24
- "GET": "OBTENIR",
25
- "POST": "POSTER",
24
+ "GET": "GET",
25
+ "POST": "POST",
26
26
  "PATCH": "PATCH",
27
- "PUT": "EFFACER",
28
- "DELETE": "SUPPRIMER",
29
- "HEAD": "TÊTE"
27
+ "PUT": "PUT",
28
+ "DELETE": "DELETE",
29
+ "HEAD": "HEAD"
30
30
  }