@activepieces/piece-dropbox 0.5.3 → 0.5.5

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,23 +1,25 @@
1
1
  {
2
2
  "name": "@activepieces/piece-dropbox",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "dependencies": {
5
- "@anthropic-ai/sdk": "0.39.0",
5
+ "@ai-sdk/anthropic": "1.2.12",
6
+ "@ai-sdk/google": "1.2.19",
7
+ "@ai-sdk/openai": "1.3.22",
8
+ "@ai-sdk/replicate": "0.2.8",
6
9
  "@sinclair/typebox": "0.34.11",
10
+ "ai": "4.3.16",
7
11
  "axios": "1.8.3",
8
12
  "axios-retry": "4.4.1",
9
13
  "deepmerge-ts": "7.1.0",
10
14
  "fast-glob": "3.3.3",
11
15
  "mime-types": "2.1.35",
12
16
  "nanoid": "3.3.8",
13
- "openai": "4.67.1",
14
- "replicate": "0.34.1",
15
17
  "semver": "7.6.0",
16
- "zod": "3.24.4",
17
- "@activepieces/pieces-common": "0.4.6",
18
- "@activepieces/pieces-framework": "0.10.4",
19
- "@activepieces/shared": "0.11.4",
20
- "tslib": "1.14.1"
18
+ "zod": "3.25.76",
19
+ "@activepieces/pieces-common": "0.6.4",
20
+ "@activepieces/pieces-framework": "0.18.3",
21
+ "@activepieces/shared": "0.18.0",
22
+ "tslib": "2.8.1"
21
23
  },
22
24
  "overrides": {
23
25
  "@tryfabric/martian": {
@@ -30,7 +32,7 @@
30
32
  "resolutions": {
31
33
  "rollup": "npm:@rollup/wasm-node"
32
34
  },
35
+ "types": "./src/index.d.ts",
33
36
  "main": "./src/index.js",
34
- "type": "commonjs",
35
- "types": "./src/index.d.ts"
37
+ "type": "commonjs"
36
38
  }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Dropbox",
3
+ "Cloud storage and file synchronization": "Cloud storage and file synchronization",
4
+ "Search": "Search",
5
+ "Create New Text File": "Create New Text File",
6
+ "Upload file": "Upload file",
7
+ "Download File": "Download File",
8
+ "Get temporary file link": "Get temporary file link",
9
+ "Delete file": "Delete file",
10
+ "Move file": "Move file",
11
+ "Copy file": "Copy file",
12
+ "Create New Folder": "Create New Folder",
13
+ "Delete folder": "Delete folder",
14
+ "Move folder": "Move folder",
15
+ "Copy folder": "Copy folder",
16
+ "List a folder": "List a folder",
17
+ "Custom API Call": "Custom API Call",
18
+ "Search for files and folders": "Search for files and folders",
19
+ "Create a new text file from text input": "Create a new text file from text input",
20
+ "Upload a file": "Upload a file",
21
+ "Download a File from Dropbox": "Download a File from Dropbox",
22
+ "Get a temporary file link": "Get a temporary file link",
23
+ "Delete a file": "Delete a file",
24
+ "Move a file": "Move a file",
25
+ "Copy a file": "Copy a file",
26
+ "Create a new empty folder": "Create a new empty folder",
27
+ "Delete a folder": "Delete a folder",
28
+ "Move a folder": "Move a folder",
29
+ "Copy a folder": "Copy a folder",
30
+ "List the contents of a folder": "List the contents of a folder",
31
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
32
+ "Query": "Query",
33
+ "Path": "Path",
34
+ "Max Results": "Max Results",
35
+ "Order By": "Order By",
36
+ "File Status": "File Status",
37
+ "Filename Only": "Filename Only",
38
+ "File Extensions": "File Extensions",
39
+ "File Categories": "File Categories",
40
+ "Account ID": "Account ID",
41
+ "Text": "Text",
42
+ "Autorename": "Autorename",
43
+ "Mute": "Mute",
44
+ "Strict conflict": "Strict conflict",
45
+ "File": "File",
46
+ "Auto Rename": "Auto Rename",
47
+ "From Path": "From Path",
48
+ "To Path": "To Path",
49
+ "Allow Ownership Transfer": "Allow Ownership Transfer",
50
+ "Recursive": "Recursive",
51
+ "Limit": "Limit",
52
+ "Method": "Method",
53
+ "Headers": "Headers",
54
+ "Query Parameters": "Query Parameters",
55
+ "Body": "Body",
56
+ "No Error on Failure": "No Error on Failure",
57
+ "Timeout (in seconds)": "Timeout (in seconds)",
58
+ "The search string. Must be at least 3 characters.": "The search string. Must be at least 3 characters.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "The path to search in. If not specified, the search is performed from the root.",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "The maximum number of search results to return (up to 1000). Default is 100 if not specified.",
61
+ "Specified property of the order of search results.": "Specified property of the order of search results.",
62
+ "Restricts search to the given file status.": "Restricts search to the given file status.",
63
+ "Restricts search to only match on filenames.": "Restricts search to only match on filenames.",
64
+ "Restricts search to only the extensions specified (comma-separated).": "Restricts search to only the extensions specified (comma-separated).",
65
+ "Restricts search to only the file categories specified (comma-separated).": "Restricts search to only the file categories specified (comma-separated).",
66
+ "Restricts results to the given account id.": "Restricts results to the given account id.",
67
+ "The path of the new folder e.g. /Homework/math": "The path of the new folder e.g. /Homework/math",
68
+ "The text to write into the file.": "The text to write into the file.",
69
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.": "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.",
70
+ "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.": "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.",
71
+ "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.": "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "The path where the file should be saved (e.g. /folder1/file.txt)",
73
+ "The file URL or base64 to upload": "The file URL or base64 to upload",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.",
75
+ "The path of the file (e.g. /folder1/file.txt)": "The path of the file (e.g. /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "The path of the file to be deleted (e.g. /folder1/file.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "The current path of the file (e.g. /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "The new path for the file (e.g. /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "Allows moves by owner even if it would result in an ownership transfer.",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "The source path of the file (e.g. /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "The destination path for the copied (e.g. /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "Allows copy by owner even if it would result in an ownership transfer.",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "The path of the folder to be deleted (e.g. /folder1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "The current path of the folder (e.g. /folder1/sourceFolder)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "The new path for the folder (e.g. /folder2/destinationFolder)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "The source path of the folder (e.g. /folder1/sourceFolder)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "The destination path for the copied folder (e.g. /folder2/destinationFolder)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.",
91
+ "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.",
93
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
94
+ "Relevance": "Relevance",
95
+ "Modified Time": "Modified Time",
96
+ "Active": "Active",
97
+ "Deleted": "Deleted",
98
+ "GET": "GET",
99
+ "POST": "POST",
100
+ "PATCH": "PATCH",
101
+ "PUT": "PUT",
102
+ "DELETE": "DELETE",
103
+ "HEAD": "HEAD"
104
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Dropbox",
3
+ "Cloud storage and file synchronization": "Cloud-Speicher und Datei-Synchronisation",
4
+ "Search": "Suche",
5
+ "Create New Text File": "Neue Textdatei erstellen",
6
+ "Upload file": "Datei hochladen",
7
+ "Download File": "Datei herunterladen",
8
+ "Get temporary file link": "Temporären Datei-Link abrufen",
9
+ "Delete file": "Datei löschen",
10
+ "Move file": "Datei verschieben",
11
+ "Copy file": "Datei kopieren",
12
+ "Create New Folder": "Neuen Ordner erstellen",
13
+ "Delete folder": "Ordner löschen",
14
+ "Move folder": "Ordner verschieben",
15
+ "Copy folder": "Ordner kopieren",
16
+ "List a folder": "Ordner auflisten",
17
+ "Custom API Call": "Eigener API-Aufruf",
18
+ "Search for files and folders": "Nach Dateien und Ordnern suchen",
19
+ "Create a new text file from text input": "Neue Textdatei aus Texteingabe erstellen",
20
+ "Upload a file": "Datei hochladen",
21
+ "Download a File from Dropbox": "Datei von Dropbox herunterladen",
22
+ "Get a temporary file link": "Einen temporären Datei-Link erhalten",
23
+ "Delete a file": "Datei löschen",
24
+ "Move a file": "Datei verschieben",
25
+ "Copy a file": "Datei kopieren",
26
+ "Create a new empty folder": "Neuen leeren Ordner erstellen",
27
+ "Delete a folder": "Ordner löschen",
28
+ "Move a folder": "Ordner verschieben",
29
+ "Copy a folder": "Ordner kopieren",
30
+ "List the contents of a folder": "Inhalt eines Ordners auflisten",
31
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
32
+ "Query": "Abfrage",
33
+ "Path": "Pfad",
34
+ "Max Results": "Maximale Ergebnisse",
35
+ "Order By": "Sortieren nach",
36
+ "File Status": "Datei-Status",
37
+ "Filename Only": "Nur Dateiname",
38
+ "File Extensions": "Dateiendungen",
39
+ "File Categories": "Dateikategorien",
40
+ "Account ID": "Konto-ID",
41
+ "Text": "Text",
42
+ "Autorename": "Autorename",
43
+ "Mute": "Stumm",
44
+ "Strict conflict": "Strenge Konflikte",
45
+ "File": "Datei",
46
+ "Auto Rename": "Auto-Umbenennen",
47
+ "From Path": "Von Pfad",
48
+ "To Path": "Zu Pfad",
49
+ "Allow Ownership Transfer": "Ownership Transfer erlauben",
50
+ "Recursive": "Rekursiv",
51
+ "Limit": "Limit",
52
+ "Method": "Methode",
53
+ "Headers": "Kopfzeilen",
54
+ "Query Parameters": "Abfrageparameter",
55
+ "Body": "Körper",
56
+ "No Error on Failure": "Kein Fehler bei Fehler",
57
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
58
+ "The search string. Must be at least 3 characters.": "Der Suchstring. Muss mindestens 3 Zeichen lang sein.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "Der zu suchende Pfad. Wenn nicht angegeben, wird die Suche vom Root durchgeführt.",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "Gibt die maximale Anzahl an Suchergebnissen zurück (bis zu 1000). Standardwert ist 100, wenn nicht angegeben.",
61
+ "Specified property of the order of search results.": "Bestimmte Eigenschaft der Reihenfolge der Suchergebnisse.",
62
+ "Restricts search to the given file status.": "Beschränkt die Suche auf den angegebenen Datei-Status.",
63
+ "Restricts search to only match on filenames.": "Beschränkt die Suche nur auf Dateinamen zutreffend.",
64
+ "Restricts search to only the extensions specified (comma-separated).": "Begrenzt die Suche nur auf die angegebenen Erweiterungen (durch Kommas getrennt).",
65
+ "Restricts search to only the file categories specified (comma-separated).": "Schränkt die Suche nur auf die angegebenen Dateikategorien ein (durch Kommas getrennt).",
66
+ "Restricts results to the given account id.": "Beschränkt die Ergebnisse auf die angegebene Konto-Id.",
67
+ "The path of the new folder e.g. /Homework/math": "Der Pfad des neuen Ordners z.B. /Homework/math",
68
+ "The text to write into the file.": "Der zu schreibende Text in die Datei.",
69
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.": "Falls es einen Konflikt gibt, sollte der Dropbox-Server versuchen, den Ordner zu autorisieren, um den Konflikt zu vermeiden. Der Standardwert für dieses Feld ist False.",
70
+ "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.": "Normalerweise werden Benutzer auf jegliche Dateiänderungen in ihrem Dropbox-Konto mittels Benachrichtigungen in der Client-Software aufmerksam gemacht. Wenn aktiviert, wird den Clients mitgeteilt, dass diese Änderung nicht zu einer Benutzerbenachrichtigung führen sollte.",
71
+ "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.": "Seien Sie strikter, wie jeder WriteMode Konflikte entdeckt. Zum Beispiel geben Sie immer einen Konfliktfehler im Modus = WriteMode zurück. pdate und die angegebene \"rev\" stimmen nicht mit der existierenden Datei \"rev\" überein, auch wenn die existierende Datei gelöscht wurde.",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "Der Pfad, an dem die Datei gespeichert werden soll (z.B. /folder1/file.txt)",
73
+ "The file URL or base64 to upload": "Die URL oder base64 hochzuladen",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "Wenn es einen Konflikt gibt, sollte der Dropbox-Server versuchen, die Datei zu autorisieren, um Konflikte zu vermeiden.",
75
+ "The path of the file (e.g. /folder1/file.txt)": "Der Pfad der Datei (z.B. /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "Der Pfad der zu löschenden Datei (z.B. /folder1/file.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "Der aktuelle Pfad der Datei (z.B. /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "Der neue Pfad für die Datei (z.B. /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "Falls es einen Konflikt gibt, lassen Sie den Dropbox-Server versuchen, die Datei zu autorisieren, um Konflikte zu vermeiden.",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "Ermöglicht Verschiebungen durch den Eigentümer, auch wenn dies zu einer Eigentumsübertragung führen würde.",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "Der Quellpfad der Datei (z.B. /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "Der Zielpfad für den kopierten Ordner (z.B. /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "Erlaubt das Kopieren durch den Eigentümer, auch wenn dies zu einer Eigentumsübertragung führen würde.",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "Der Pfad des zu löschenden Ordners (z.B. /folder1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "Der aktuelle Pfad des Ordners (z.B. /folder1/sourceOrdner)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "Der neue Pfad für den Ordner (z.B. /folder2/destinationOrdner)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "Falls es einen Konflikt gibt, lassen Sie den Dropbox-Server versuchen, den Ordner zu autorisieren, um Konflikte zu vermeiden.",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "Der Quellpfad des Ordners (z.B. /folder1/sourceOrdner)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "Der Zielpfad für den kopierten Ordner (z.B. /folder2/destinationOrdner)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "Der Pfad des Ordners, der angezeigt werden soll (z.B. /folder1). Verwenden Sie einen leeren String für den Root-Ordner.",
91
+ "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "Wenn auf \"true\" gesetzt, wird der Listenordner rekursiv auf alle Unterordner angewendet und die Antwort enthält den Inhalt aller Unterordner.",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "Die maximale Anzahl an Ergebnissen, die zurückgegeben werden sollen (zwischen 1 und 2000). Standardwert ist 2000, wenn nicht angegeben.",
93
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
94
+ "Relevance": "Relevanz",
95
+ "Modified Time": "Geänderte Zeit",
96
+ "Active": "Aktiv",
97
+ "Deleted": "Gelöscht",
98
+ "GET": "ERHALTEN",
99
+ "POST": "POST",
100
+ "PATCH": "PATCH",
101
+ "PUT": "PUT",
102
+ "DELETE": "LÖSCHEN",
103
+ "HEAD": "HEAD"
104
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Soltar",
3
+ "Cloud storage and file synchronization": "Sincronización de archivos y almacenamiento en la nube",
4
+ "Search": "Buscar",
5
+ "Create New Text File": "Crear nuevo archivo de texto",
6
+ "Upload file": "Subir archivo",
7
+ "Download File": "Descargar archivo",
8
+ "Get temporary file link": "Obtener enlace de archivo temporal",
9
+ "Delete file": "Eliminar archivo",
10
+ "Move file": "Mover archivo",
11
+ "Copy file": "Copiar archivo",
12
+ "Create New Folder": "Crear nueva carpeta",
13
+ "Delete folder": "Eliminar carpeta",
14
+ "Move folder": "Mover carpeta",
15
+ "Copy folder": "Copiar carpeta",
16
+ "List a folder": "Listar una carpeta",
17
+ "Custom API Call": "Llamada API personalizada",
18
+ "Search for files and folders": "Buscar archivos y carpetas",
19
+ "Create a new text file from text input": "Crear un nuevo archivo de texto desde la entrada de texto",
20
+ "Upload a file": "Subir un archivo",
21
+ "Download a File from Dropbox": "Descargar un archivo de Dropbox",
22
+ "Get a temporary file link": "Obtener un enlace de archivo temporal",
23
+ "Delete a file": "Eliminar un archivo",
24
+ "Move a file": "Mover un archivo",
25
+ "Copy a file": "Copiar un archivo",
26
+ "Create a new empty folder": "Crear una nueva carpeta vacía",
27
+ "Delete a folder": "Eliminar una carpeta",
28
+ "Move a folder": "Mover una carpeta",
29
+ "Copy a folder": "Copiar una carpeta",
30
+ "List the contents of a folder": "Listar el contenido de una carpeta",
31
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
32
+ "Query": "Consulta",
33
+ "Path": "Ruta",
34
+ "Max Results": "Resultados máximos",
35
+ "Order By": "Ordenar por",
36
+ "File Status": "Estado del archivo",
37
+ "Filename Only": "Sólo nombre de archivo",
38
+ "File Extensions": "Extensiones de archivo",
39
+ "File Categories": "Categorías de archivo",
40
+ "Account ID": "ID de cuenta",
41
+ "Text": "Texto",
42
+ "Autorename": "Autorename",
43
+ "Mute": "Silenciar",
44
+ "Strict conflict": "Conflicto estricto",
45
+ "File": "Archivo",
46
+ "Auto Rename": "Auto renombrar",
47
+ "From Path": "Desde ruta",
48
+ "To Path": "A la ruta",
49
+ "Allow Ownership Transfer": "Permitir Transferencia de Propiedad",
50
+ "Recursive": "Recursivo",
51
+ "Limit": "Límite",
52
+ "Method": "Método",
53
+ "Headers": "Encabezados",
54
+ "Query Parameters": "Parámetros de consulta",
55
+ "Body": "Cuerpo",
56
+ "No Error on Failure": "No hay ningún error en fallo",
57
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
58
+ "The search string. Must be at least 3 characters.": "La cadena de búsqueda. Debe tener al menos 3 caracteres.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "La ruta a buscar. Si no se especifica, la búsqueda se realiza desde la raíz.",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "El número máximo de resultados de búsqueda a devolver (hasta 1000). Por defecto es 100 si no se especifica.",
61
+ "Specified property of the order of search results.": "Propiedad especificada del orden de los resultados de búsqueda.",
62
+ "Restricts search to the given file status.": "Restringe la búsqueda al estado de un archivo dado.",
63
+ "Restricts search to only match on filenames.": "Restringe la búsqueda a sólo coincidir con los nombres de archivos.",
64
+ "Restricts search to only the extensions specified (comma-separated).": "Restringe la búsqueda sólo a las extensiones especificadas (separadas por comas).",
65
+ "Restricts search to only the file categories specified (comma-separated).": "Restringe la búsqueda sólo a las categorías de archivos especificadas (separadas por comas).",
66
+ "Restricts results to the given account id.": "Restringe los resultados al id de cuenta dada.",
67
+ "The path of the new folder e.g. /Homework/math": "La ruta de la nueva carpeta, p. ej., /Homework/matemáticas",
68
+ "The text to write into the file.": "El texto a escribir en el archivo.",
69
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.": "Si hay un conflicto, haz que el servidor de Dropbox intente autorizar el nombre de la carpeta para evitar el conflicto. El valor predeterminado para este campo es False.",
70
+ "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.": "Normalmente, los usuarios son informados de cualquier modificación de archivo en su cuenta de Dropbox a través de notificaciones en el software cliente. Si es verdadero, esto le dice a los clientes que esta modificación no debería resultar en una notificación de usuario.",
71
+ "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.": "Sea más estricto sobre cómo cada Modo Escribir detecta conflictos. Por ejemplo, siempre devuelve un error de conflicto cuando el modo = Modo Escribir. pdate y el \"rev\" dado no coincide con el archivo existente \"rev\", incluso si el archivo existente ha sido eliminado.",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "Ruta donde debe guardarse el archivo (por ejemplo, /carpeta1/archivo.txt)",
73
+ "The file URL or base64 to upload": "La URL del archivo o base64 a subir",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "Si hay un conflicto, como lo determina el modo, haga que el servidor de Dropbox intente autorizar el archivo para evitar conflictos.",
75
+ "The path of the file (e.g. /folder1/file.txt)": "La ruta del archivo (por ejemplo, /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "La ruta del archivo a eliminar (por ejemplo, /carpeta1/archivo.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "La ruta actual del archivo (por ejemplo, /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "La nueva ruta para el archivo (por ejemplo, /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "Si hay un conflicto, haz que el servidor de Dropbox intente autorizar el nombre del archivo para evitar conflictos.",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "Permite movimientos por propietario incluso si resultara en una transferencia de propiedad.",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "La ruta de origen del archivo (por ejemplo, /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "La ruta de destino para la copia (por ejemplo, /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "Permite la copia por el propietario incluso si resultaría en una transferencia de propiedad.",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "La ruta de la carpeta a eliminar (por ejemplo, /carpeta1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "La ruta actual de la carpeta (por ejemplo, /folder1/sourceFolder)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "La nueva ruta para la carpeta (por ejemplo, /folder2/destinationFolder)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "Si hay un conflicto, haz que el servidor de Dropbox trate de autorizar el nombre de la carpeta para evitar conflictos.",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "La ruta de origen de la carpeta (por ejemplo, /folder1/sourceFolder)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "La ruta de destino para la carpeta copiada (por ejemplo, /folder2/destinationFolder)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "La ruta de la carpeta a listar (por ejemplo, /folder1). Use una cadena vacía para la carpeta raíz.",
91
+ "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "Si se establece en verdadero, la operación de carpeta de lista se aplicará recursivamente a todas las subcarpetas y la respuesta contendrá el contenido de todas las subcarpetas.",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "El número máximo de resultados a devolver (entre 1 y 2000). Por defecto es 2000 si no se especifica.",
93
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
94
+ "Relevance": "Relevancia",
95
+ "Modified Time": "Tiempo modificado",
96
+ "Active": "Activo",
97
+ "Deleted": "Eliminado",
98
+ "GET": "RECOGER",
99
+ "POST": "POST",
100
+ "PATCH": "PATCH",
101
+ "PUT": "PUT",
102
+ "DELETE": "BORRAR",
103
+ "HEAD": "LIMPIO"
104
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Dropbox",
3
+ "Cloud storage and file synchronization": "Stockage et synchronisation de fichiers dans le cloud",
4
+ "Search": "Rechercher",
5
+ "Create New Text File": "Créer un nouveau fichier texte",
6
+ "Upload file": "Charger un fichier",
7
+ "Download File": "Download File",
8
+ "Get temporary file link": "Obtenir le lien de fichier temporaire",
9
+ "Delete file": "Supprimer le fichier",
10
+ "Move file": "Déplacer le fichier",
11
+ "Copy file": "Copier le fichier",
12
+ "Create New Folder": "Créer un nouveau dossier",
13
+ "Delete folder": "Supprimer le dossier",
14
+ "Move folder": "Déplacer le dossier",
15
+ "Copy folder": "Copier le dossier",
16
+ "List a folder": "Lister un dossier",
17
+ "Custom API Call": "Appel API personnalisé",
18
+ "Search for files and folders": "Rechercher des fichiers et des dossiers",
19
+ "Create a new text file from text input": "Créer un nouveau fichier texte à partir de la saisie de texte",
20
+ "Upload a file": "Télécharger un fichier",
21
+ "Download a File from Dropbox": "Télécharger un fichier depuis Dropbox",
22
+ "Get a temporary file link": "Obtenir un lien de fichier temporaire",
23
+ "Delete a file": "Supprimer un fichier",
24
+ "Move a file": "Déplacer un fichier",
25
+ "Copy a file": "Copier un fichier",
26
+ "Create a new empty folder": "Créer un nouveau dossier vide",
27
+ "Delete a folder": "Supprimer un dossier",
28
+ "Move a folder": "Déplacer un dossier",
29
+ "Copy a folder": "Copier un dossier",
30
+ "List the contents of a folder": "Lister le contenu d'un dossier",
31
+ "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
32
+ "Query": "Requête",
33
+ "Path": "Chemin d'accès",
34
+ "Max Results": "Nombre maximum de résultats",
35
+ "Order By": "Trier par",
36
+ "File Status": "Statut du fichier",
37
+ "Filename Only": "Nom de fichier uniquement",
38
+ "File Extensions": "Extensions de fichier",
39
+ "File Categories": "Catégories de fichiers",
40
+ "Account ID": "ID du compte client",
41
+ "Text": "Texte du texte",
42
+ "Autorename": "Autorename",
43
+ "Mute": "Couper le son",
44
+ "Strict conflict": "Conflit strict",
45
+ "File": "Ficher",
46
+ "Auto Rename": "Renommage automatique",
47
+ "From Path": "A partir du chemin",
48
+ "To Path": "Vers le chemin",
49
+ "Allow Ownership Transfer": "Permettre le transfert de propriété",
50
+ "Recursive": "Récursif",
51
+ "Limit": "Limite",
52
+ "Method": "Méthode",
53
+ "Headers": "En-têtes",
54
+ "Query Parameters": "Paramètres de requête",
55
+ "Body": "Corps",
56
+ "No Error on Failure": "Aucune erreur en cas d'échec",
57
+ "Timeout (in seconds)": "Délai d'attente (en secondes)",
58
+ "The search string. Must be at least 3 characters.": "La chaîne de recherche. Doit comporter au moins 3 caractères.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "Le chemin de recherche. Si non spécifié, la recherche est effectuée à partir de la racine.",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "Le nombre maximum de résultats de recherche à retourner (jusqu'à 1000). La valeur par défaut est 100 si non spécifiée.",
61
+ "Specified property of the order of search results.": "Propriété spécifiée de l'ordre des résultats de recherche.",
62
+ "Restricts search to the given file status.": "Restreint la recherche au statut de fichier donné.",
63
+ "Restricts search to only match on filenames.": "Restreint la recherche pour ne faire correspondre que les noms de fichiers.",
64
+ "Restricts search to only the extensions specified (comma-separated).": "Restreint la recherche aux seules extensions spécifiées (séparées par des virgules).",
65
+ "Restricts search to only the file categories specified (comma-separated).": "Restreint la recherche aux seules catégories de fichiers spécifiées (séparées par des virgules).",
66
+ "Restricts results to the given account id.": "Restreint les résultats à l'identifiant du compte donné.",
67
+ "The path of the new folder e.g. /Homework/math": "Le chemin du nouveau dossier par exemple /Homework/math",
68
+ "The text to write into the file.": "Le texte à écrire dans le fichier.",
69
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.": "S'il y a un conflit, demandez au serveur Dropbox d'essayer de nommer le dossier pour éviter le conflit. La valeur par défaut pour ce champ est False.",
70
+ "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.": "Normalement, les utilisateurs sont informés de toute modification de fichier dans leur compte Dropbox via des notifications dans le logiciel client. Si vrai, cela indique aux clients que cette modification ne doit pas donner lieu à une notification utilisateur.",
71
+ "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.": "Soyez plus strict sur la façon dont chaque WriteMode détecte un conflit. Par exemple, renvoie toujours une erreur de conflit lorsque le mode = WriteMode. pdate et la \"rev\" donnée ne correspondent pas à la \"rev\" du fichier existant, même si le fichier existant a été supprimé.",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "Le chemin où le fichier doit être sauvegardé (par exemple /folder1/file.txt)",
73
+ "The file URL or base64 to upload": "L'URL du fichier ou base64 à télécharger",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "S'il y a un conflit, tel que déterminé par le mode, demandez au serveur Dropbox d'essayer de nommer le fichier pour éviter les conflits.",
75
+ "The path of the file (e.g. /folder1/file.txt)": "Le chemin du fichier (par exemple /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "Le chemin du fichier à supprimer (par exemple /folder1/file.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "Le chemin d'accès actuel du fichier (par exemple /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "Le nouveau chemin d'accès du fichier (par exemple /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "S'il y a un conflit, demandez au serveur Dropbox d'essayer de nommer le fichier pour éviter un conflit.",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "Permet de déplacer par le propriétaire même si cela entraînerait un transfert de propriété.",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "Le chemin source du fichier (par exemple /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "Le chemin de destination pour les copiés (par exemple /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "Permet la copie par propriétaire, même si cela entraînerait un transfert de propriété.",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "Le chemin du dossier à supprimer (par exemple /folder1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "Le chemin d'accès actuel du dossier (par exemple /folder1/sourceFolder)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "Le nouveau chemin du dossier (par exemple /folder2/destinationFolder)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "S'il y a un conflit, demandez au serveur Dropbox d'essayer de nommer le dossier pour éviter un conflit.",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "Le chemin source du dossier (par exemple /folder1/sourceFolder)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "Le chemin de destination du dossier copié (par exemple /folder2/destinationFolder)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "Le chemin du dossier à lister (par exemple /folder1). Utilisez une chaîne vide pour le dossier racine.",
91
+ "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "Si activé, l'opération de liste des dossiers sera appliquée récursivement à tous les sous-dossiers et la réponse contiendra le contenu de tous les sous-dossiers.",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "Le nombre maximum de résultats à retourner (entre 1 et 2000). La valeur par défaut est 2000 si non spécifiée.",
93
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
94
+ "Relevance": "Pertinence",
95
+ "Modified Time": "Date de modification",
96
+ "Active": "Actif",
97
+ "Deleted": "Supprimé",
98
+ "GET": "OBTENIR",
99
+ "POST": "POSTER",
100
+ "PATCH": "PATCH",
101
+ "PUT": "EFFACER",
102
+ "DELETE": "SUPPRIMER",
103
+ "HEAD": "TÊTE"
104
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Dropbox",
3
+ "Cloud storage and file synchronization": "Cloud storage and file synchronization",
4
+ "Search": "Search",
5
+ "Create New Text File": "Create New Text File",
6
+ "Upload file": "Upload file",
7
+ "Download File": "Download File",
8
+ "Get temporary file link": "Get temporary file link",
9
+ "Delete file": "Delete file",
10
+ "Move file": "Move file",
11
+ "Copy file": "Copy file",
12
+ "Create New Folder": "Create New Folder",
13
+ "Delete folder": "Delete folder",
14
+ "Move folder": "Move folder",
15
+ "Copy folder": "Copy folder",
16
+ "List a folder": "List a folder",
17
+ "Custom API Call": "Custom API Call",
18
+ "Search for files and folders": "Search for files and folders",
19
+ "Create a new text file from text input": "Create a new text file from text input",
20
+ "Upload a file": "Upload a file",
21
+ "Download a File from Dropbox": "Download a File from Dropbox",
22
+ "Get a temporary file link": "Get a temporary file link",
23
+ "Delete a file": "Delete a file",
24
+ "Move a file": "Move a file",
25
+ "Copy a file": "Copy a file",
26
+ "Create a new empty folder": "Create a new empty folder",
27
+ "Delete a folder": "Delete a folder",
28
+ "Move a folder": "Move a folder",
29
+ "Copy a folder": "Copy a folder",
30
+ "List the contents of a folder": "List the contents of a folder",
31
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
32
+ "Query": "Query",
33
+ "Path": "Path",
34
+ "Max Results": "Max Results",
35
+ "Order By": "Order By",
36
+ "File Status": "File Status",
37
+ "Filename Only": "Filename Only",
38
+ "File Extensions": "File Extensions",
39
+ "File Categories": "File Categories",
40
+ "Account ID": "Account ID",
41
+ "Text": "Text",
42
+ "Autorename": "Autorename",
43
+ "Mute": "Mute",
44
+ "Strict conflict": "Strict conflict",
45
+ "File": "File",
46
+ "Auto Rename": "Auto Rename",
47
+ "From Path": "From Path",
48
+ "To Path": "To Path",
49
+ "Allow Ownership Transfer": "Allow Ownership Transfer",
50
+ "Recursive": "Recursive",
51
+ "Limit": "Limit",
52
+ "Method": "Method",
53
+ "Headers": "Headers",
54
+ "Query Parameters": "Query Parameters",
55
+ "Body": "Body",
56
+ "No Error on Failure": "No Error on Failure",
57
+ "Timeout (in seconds)": "Timeout (in seconds)",
58
+ "The search string. Must be at least 3 characters.": "The search string. Must be at least 3 characters.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "The path to search in. If not specified, the search is performed from the root.",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "The maximum number of search results to return (up to 1000). Default is 100 if not specified.",
61
+ "Specified property of the order of search results.": "Specified property of the order of search results.",
62
+ "Restricts search to the given file status.": "Restricts search to the given file status.",
63
+ "Restricts search to only match on filenames.": "Restricts search to only match on filenames.",
64
+ "Restricts search to only the extensions specified (comma-separated).": "Restricts search to only the extensions specified (comma-separated).",
65
+ "Restricts search to only the file categories specified (comma-separated).": "Restricts search to only the file categories specified (comma-separated).",
66
+ "Restricts results to the given account id.": "Restricts results to the given account id.",
67
+ "The path of the new folder e.g. /Homework/math": "The path of the new folder e.g. /Homework/math",
68
+ "The text to write into the file.": "The text to write into the file.",
69
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.": "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.",
70
+ "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.": "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.",
71
+ "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.": "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "The path where the file should be saved (e.g. /folder1/file.txt)",
73
+ "The file URL or base64 to upload": "The file URL or base64 to upload",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.",
75
+ "The path of the file (e.g. /folder1/file.txt)": "The path of the file (e.g. /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "The path of the file to be deleted (e.g. /folder1/file.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "The current path of the file (e.g. /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "The new path for the file (e.g. /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "Allows moves by owner even if it would result in an ownership transfer.",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "The source path of the file (e.g. /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "The destination path for the copied (e.g. /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "Allows copy by owner even if it would result in an ownership transfer.",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "The path of the folder to be deleted (e.g. /folder1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "The current path of the folder (e.g. /folder1/sourceFolder)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "The new path for the folder (e.g. /folder2/destinationFolder)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "The source path of the folder (e.g. /folder1/sourceFolder)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "The destination path for the copied folder (e.g. /folder2/destinationFolder)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.",
91
+ "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.",
93
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
94
+ "Relevance": "Relevance",
95
+ "Modified Time": "Modified Time",
96
+ "Active": "Active",
97
+ "Deleted": "Deleted",
98
+ "GET": "GET",
99
+ "POST": "POST",
100
+ "PATCH": "PATCH",
101
+ "PUT": "PUT",
102
+ "DELETE": "DELETE",
103
+ "HEAD": "HEAD"
104
+ }