@activepieces/piece-presentation 0.1.5 → 0.1.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 CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@activepieces/piece-presentation",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@activepieces/pieces-common": "0.12.3",
9
- "@activepieces/pieces-framework": "0.30.0",
10
- "@activepieces/shared": "0.86.0",
8
+ "@activepieces/pieces-common": "0.12.4",
9
+ "@activepieces/pieces-framework": "0.31.0",
10
+ "@activepieces/shared": "0.94.0",
11
11
  "dayjs": "1.11.9",
12
12
  "tslib": "2.3.0"
13
13
  },
package/src/i18n/fr.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "Generate Presentations (async)": "Générer des présentations (async)",
5
5
  "Custom API Call": "Appel d'API personnalisé",
6
6
  "Create an asynchronous presentation generation task at Presenton and return the created task.": "Créez une tâche de génération de présentation asynchrone sur Presenton et renvoyez la tâche créée.",
7
- "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
7
+ "Make a custom API call to a specific endpoint": "Effectuer un appel API personnalisé vers un point de terminaison spécifique",
8
8
  "Content": "Contenus",
9
9
  "Instructions": "Instructions",
10
10
  "Tone": "Tonalité",
@@ -28,8 +28,8 @@
28
28
  "Query Parameters": "Paramètres de requête",
29
29
  "Body Type": "Body Type",
30
30
  "Body": "Body",
31
- "Response is Binary ?": "La réponse est Binaire ?",
32
- "No Error on Failure": "Aucune erreur en cas d'échec",
31
+ "Response is Binary ?": "Réponse binaire ?",
32
+ "No Error on Failure": "Pas d'erreur en cas d'échec",
33
33
  "Timeout (in seconds)": "Délai d'expiration (en secondes)",
34
34
  "Follow redirects": "Suivre les redirections",
35
35
  "The content for generating the presentation": "Le contenu pour générer la présentation",
@@ -50,8 +50,8 @@
50
50
  "Array of file identifiers uploaded via Presenton files API (optional).": "Tableau des identifiants de fichiers téléchargés via l'API des fichiers Presenton (optionnel).",
51
51
  "Export format": "Format d'exportation",
52
52
  "Whether to trigger subscribed webhooks": "Activer ou non les webhooks abonnés",
53
- "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
54
- "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
53
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement depuis votre connexion.",
54
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDF, images, etc.",
55
55
  "Default": "Par défaut",
56
56
  "Casual": "Décontracté",
57
57
  "Professional": "Professionnel",
package/src/i18n/ja.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "Generate AI-powered presentations using Presenton (https://presenton.ai). Supports templates, themes, images, synchronous and asynchronous generation, status polling, and export to PPTX/PDF.": "Presenton (https://presenton.ai)を使用してAIで動作するプレゼンテーションを生成します。テンプレート、テーマ、画像、同期および非同期生成、ステータスポーリング、PPTX/PDFへのエクスポートに対応しています。",
3
3
  "\n": "\n",
4
4
  "Generate Presentations (async)": "プレゼンテーションの生成 (非同期)",
5
- "Custom API Call": "カスタムAPI通話",
5
+ "Custom API Call": "カスタムAPI呼び出し",
6
6
  "Create an asynchronous presentation generation task at Presenton and return the created task.": "Presentonで非同期プレゼンテーション生成タスクを作成し、作成したタスクを返します。",
7
7
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
8
8
  "Content": "コンテンツ",
@@ -68,12 +68,12 @@
68
68
  "Swift": "Swift",
69
69
  "PPTX": "PPTX",
70
70
  "PDF": "PDF",
71
- "GET": "取得",
71
+ "GET": "GET",
72
72
  "POST": "POST",
73
73
  "PATCH": "PATCH",
74
74
  "PUT": "PUT",
75
- "DELETE": "削除",
76
- "HEAD": "",
75
+ "DELETE": "DELETE",
76
+ "HEAD": "HEAD",
77
77
  "None": "なし",
78
78
  "JSON": "JSON",
79
79
  "Form Data": "フォームデータ",