@activepieces/piece-reddit 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.
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@activepieces/piece-reddit",
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",
7
7
  "axios-retry": "4.4.1",
8
8
  "deepmerge-ts": "7.1.0",
9
- "fast-glob": "3.3.3",
10
9
  "mime-types": "2.1.35",
11
10
  "nanoid": "3.3.8",
12
11
  "semver": "7.6.0",
13
12
  "zod": "3.25.76",
14
13
  "@activepieces/pieces-common": "0.7.0",
15
- "@activepieces/pieces-framework": "0.18.4",
16
- "@activepieces/shared": "0.19.1",
14
+ "@activepieces/pieces-framework": "0.20.1",
15
+ "@activepieces/shared": "0.20.1",
17
16
  "tslib": "2.8.1"
18
17
  },
19
18
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,78 +1,77 @@
1
1
  {
2
- "Reddit": "Reddit",
3
- "Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
4
- "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
5
- "Retrieve Post": "Retrieve Post",
6
- "Get Post Details": "Get Post Details",
7
- "Create Post": "Create Post",
8
- "Create Comment": "Create Comment",
9
- "Fetch Post Comments": "Fetch Post Comments",
10
- "Edit Post": "Edit Post",
11
- "Edit Comment": "Edit Comment",
12
- "Delete Post": "Delete Post",
13
- "Delete Comment": "Delete Comment",
14
- "Custom API Call": "Custom API Call",
15
- "Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
16
- "Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
17
- "Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
18
- "Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
19
- "Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
20
- "Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
21
- "Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
22
- "Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
23
- "Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
24
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
25
- "Post Category": "Post Category",
2
+ "Interact with Reddit - fetch and submit posts.": "Interagiere mit Reddit - hole und sende Beiträge.",
3
+ "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nUm Ihre Reddit API-Zugangsdaten zu erhalten:\n. Gehe zu https://www.reddit.com/prefs/apps.\n2. Klicken Sie unten auf \"Erstelle eine weitere App...\".\n3. Wählen Sie \"script\" als App-Typ.\n4. Füllen Sie die erforderlichen Informationen ein:\n - Name: Ihr App-Name\n - Beschreibung: Kurze Beschreibung\n - über Url: Kann leer gelassen werden\n - Weiterleitung uri: wie im Redirect URL-Feld\nangezeigt. Klicke auf \"App erstellen\".\n6. Beachte die Client-ID (unter dem App-Namen) und das Client-Geheimnis. \n",
4
+ "Retrieve Post": "Beitrag abrufen",
5
+ "Get Post Details": "Beitragsdetails abrufen",
6
+ "Create Post": "Beitrag erstellen",
7
+ "Create Comment": "Kommentar erstellen",
8
+ "Fetch Post Comments": "Beitragskommentare holen",
9
+ "Edit Post": "Beitrag bearbeiten",
10
+ "Edit Comment": "Kommentar bearbeiten",
11
+ "Delete Post": "Beitrag löschen",
12
+ "Delete Comment": "Kommentar löschen",
13
+ "Custom API Call": "Eigener API-Aufruf",
14
+ "Fetch top posts in a subreddit with optional size limit.": "Top-Beiträge in einem Subreddit mit optionalem Größenlimit abrufen.",
15
+ "Fetch detailed information about a specific Reddit post using its ID.": "Rufe detaillierte Informationen über einen bestimmten Reddit Beitrag mit seiner ID ab.",
16
+ "Submit a new self (text) post to a subreddit.": "Senden Sie einen neuen selbst (Text) Beitrag an ein subreddit.",
17
+ "Comment on a Reddit post or reply to a comment.": "Kommentar zu einem Reddit Beitrag oder Antwort auf einen Kommentar.",
18
+ "Fetch comments from a specific Reddit post.": "Lade Kommentare von einem bestimmten Reddit-Beitrag ab.",
19
+ "Edits the content of an existing Reddit post.": "Bearbeitet den Inhalt eines vorhandenen Reddit-Beitrags.",
20
+ "Edits the content of an existing Reddit comment.": "Bearbeitet den Inhalt eines vorhandenen Reddit-Kommentars.",
21
+ "Delete a specific Reddit post by ID.": "Löschen Sie einen bestimmten Reddit Beitrag per ID.",
22
+ "Delete a specific Reddit comment by ID.": "Löschen Sie einen bestimmten Reddit-Kommentar per ID.",
23
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
24
+ "Post Category": "Post-Kategorie",
26
25
  "Subreddit": "Subreddit",
27
- "Number of Posts": "Number of Posts",
28
- "Post ID": "Post ID",
29
- "Title": "Title",
30
- "Content": "Content",
31
- "Parent ID": "Parent ID",
32
- "Comment Text": "Comment Text",
33
- "Sort By": "Sort By",
26
+ "Number of Posts": "Anzahl der Beiträge",
27
+ "Post ID": "Post-ID",
28
+ "Title": "Titel",
29
+ "Content": "Inhalt",
30
+ "Parent ID": "Eltern-ID",
31
+ "Comment Text": "Kommentartext",
32
+ "Sort By": "Sortieren nach",
34
33
  "Limit": "Limit",
35
- "New Post Content": "New Post Content",
36
- "Comment ID": "Comment ID",
37
- "New Comment Content": "New Comment Content",
38
- "Method": "Method",
39
- "Headers": "Headers",
40
- "Query Parameters": "Query Parameters",
41
- "Body": "Body",
42
- "Response is Binary ?": "Response is Binary ?",
43
- "No Error on Failure": "No Error on Failure",
44
- "Timeout (in seconds)": "Timeout (in seconds)",
45
- "Select the category of posts to retrieve": "Select the category of posts to retrieve",
46
- "The subreddit to fetch posts from": "The subreddit to fetch posts from",
47
- "Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
48
- "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
49
- "The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
50
- "Title of the Reddit post.": "Title of the Reddit post.",
51
- "Text content of the post.": "Text content of the post.",
52
- "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
53
- "Text of the comment.": "Text of the comment.",
54
- "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
55
- "Sorting method for comments": "Sorting method for comments",
56
- "Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
57
- "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
58
- "Updated text content for the post.": "Updated text content for the post.",
59
- "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
60
- "Updated text content for the comment.": "Updated text content for the comment.",
61
- "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
62
- "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
63
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
64
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
65
- "Hot": "Hot",
66
- "New": "New",
67
- "Top": "Top",
68
- "Rising": "Rising",
69
- "Controversial": "Controversial",
70
- "Best": "Best",
71
- "Old": "Old",
72
- "GET": "GET",
34
+ "New Post Content": "Neuer Beitragsinhalt",
35
+ "Comment ID": "Kommentar-ID",
36
+ "New Comment Content": "Neuer Kommentar-Inhalt",
37
+ "Method": "Methode",
38
+ "Headers": "Kopfzeilen",
39
+ "Query Parameters": "Abfrageparameter",
40
+ "Body": "Körper",
41
+ "Response is Binary ?": "Antwort ist binär?",
42
+ "No Error on Failure": "Kein Fehler bei Fehler",
43
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
44
+ "Select the category of posts to retrieve": "Wählen Sie die Kategorie der zu empfangenen Beiträge",
45
+ "The subreddit to fetch posts from": "Das Subreddit zum Abrufen von Beiträgen",
46
+ "Number of posts to fetch (max 100)": "Anzahl der zu holenden Beiträge (max 100)",
47
+ "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "Die ID des Reddit-Beitrags (z.B. \"t3_abc123\" oder \"abc123\")",
48
+ "The subreddit to post in (without r/).": "Das Subreddit, in das gepostet wird (ohne r/).",
49
+ "Title of the Reddit post.": "Titel des Reddit Beitrags.",
50
+ "Text content of the post.": "Text Inhalt des Beitrags.",
51
+ "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID des Posts (t3_*) oder Kommentar (t1_*) zu antworten.",
52
+ "Text of the comment.": "Text des Kommentars.",
53
+ "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "Die ID des Reddit-Beitrags (z.B. \"abc123\" oder \"t3_abc123\").",
54
+ "Sorting method for comments": "Sortiermethode für Kommentare",
55
+ "Maximum number of top-level comments to fetch": "Maximale Anzahl von Kommentaren auf oberster Ebene",
56
+ "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID des zu bearbeitenden Reddit-Beitrags (z.B. \"abc123\" oder \"t3_abc123\").",
57
+ "Updated text content for the post.": "Aktualisierte Textinhalt für den Beitrag.",
58
+ "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID des zu bearbeitenden Reddit-Kommentars (z.B. \"def456\" oder \"t1_def456\").",
59
+ "Updated text content for the comment.": "Aktualisierte Textinhalt für den Kommentar.",
60
+ "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID des zu löschenden Reddit-Beitrags (z.B. \"abc123\" oder \"t3_abc123\").",
61
+ "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID des zu löschenden Reddit-Kommentars (z.B. \"def456\" oder \"t1_def456\").",
62
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
63
+ "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
64
+ "Hot": "Heiß",
65
+ "New": "Neu",
66
+ "Top": "Oben",
67
+ "Rising": "Steigend",
68
+ "Controversial": "Kontroversen",
69
+ "Best": "Beste",
70
+ "Old": "Alt",
71
+ "GET": "ERHALTEN",
73
72
  "POST": "POST",
74
73
  "PATCH": "PATCH",
75
74
  "PUT": "PUT",
76
- "DELETE": "DELETE",
75
+ "DELETE": "LÖSCHEN",
77
76
  "HEAD": "HEAD"
78
77
  }
package/src/i18n/es.json CHANGED
@@ -1,78 +1,77 @@
1
1
  {
2
- "Reddit": "Reddit",
3
- "Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
2
+ "Interact with Reddit - fetch and submit posts.": "Interactuar con Reddit - buscar y enviar mensajes.",
4
3
  "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
5
- "Retrieve Post": "Retrieve Post",
6
- "Get Post Details": "Get Post Details",
7
- "Create Post": "Create Post",
8
- "Create Comment": "Create Comment",
9
- "Fetch Post Comments": "Fetch Post Comments",
10
- "Edit Post": "Edit Post",
11
- "Edit Comment": "Edit Comment",
12
- "Delete Post": "Delete Post",
13
- "Delete Comment": "Delete Comment",
14
- "Custom API Call": "Custom API Call",
15
- "Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
16
- "Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
17
- "Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
18
- "Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
19
- "Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
20
- "Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
21
- "Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
22
- "Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
23
- "Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
24
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
25
- "Post Category": "Post Category",
4
+ "Retrieve Post": "Recuperar mensaje",
5
+ "Get Post Details": "Obtener detalles del post",
6
+ "Create Post": "Crear publicación",
7
+ "Create Comment": "Crear comentario",
8
+ "Fetch Post Comments": "Obtener comentarios del post",
9
+ "Edit Post": "Editar Post",
10
+ "Edit Comment": "Editar comentario",
11
+ "Delete Post": "Eliminar mensaje",
12
+ "Delete Comment": "Eliminar comentario",
13
+ "Custom API Call": "Llamada API personalizada",
14
+ "Fetch top posts in a subreddit with optional size limit.": "Obtener los mensajes superiores en un subreddit con límite de tamaño opcional.",
15
+ "Fetch detailed information about a specific Reddit post using its ID.": "Obtener información detallada acerca de un post específico de Reddit usando su ID.",
16
+ "Submit a new self (text) post to a subreddit.": "Enviar una nueva publicación (texto) a un subreddit.",
17
+ "Comment on a Reddit post or reply to a comment.": "Comente una publicación de Reddit o responda a un comentario.",
18
+ "Fetch comments from a specific Reddit post.": "Obtener comentarios de una publicación específica de Reddit.",
19
+ "Edits the content of an existing Reddit post.": "Edita el contenido de una publicación existente de Reddit.",
20
+ "Edits the content of an existing Reddit comment.": "Edita el contenido de un comentario existente de Reddit.",
21
+ "Delete a specific Reddit post by ID.": "Eliminar un mensaje específico de Reddit por ID.",
22
+ "Delete a specific Reddit comment by ID.": "Eliminar un comentario específico de Reddit por ID.",
23
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
24
+ "Post Category": "Categoría del post",
26
25
  "Subreddit": "Subreddit",
27
- "Number of Posts": "Number of Posts",
28
- "Post ID": "Post ID",
29
- "Title": "Title",
30
- "Content": "Content",
31
- "Parent ID": "Parent ID",
32
- "Comment Text": "Comment Text",
33
- "Sort By": "Sort By",
34
- "Limit": "Limit",
35
- "New Post Content": "New Post Content",
36
- "Comment ID": "Comment ID",
37
- "New Comment Content": "New Comment Content",
38
- "Method": "Method",
39
- "Headers": "Headers",
40
- "Query Parameters": "Query Parameters",
41
- "Body": "Body",
42
- "Response is Binary ?": "Response is Binary ?",
43
- "No Error on Failure": "No Error on Failure",
44
- "Timeout (in seconds)": "Timeout (in seconds)",
45
- "Select the category of posts to retrieve": "Select the category of posts to retrieve",
46
- "The subreddit to fetch posts from": "The subreddit to fetch posts from",
47
- "Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
48
- "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
49
- "The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
50
- "Title of the Reddit post.": "Title of the Reddit post.",
51
- "Text content of the post.": "Text content of the post.",
52
- "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
53
- "Text of the comment.": "Text of the comment.",
54
- "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
55
- "Sorting method for comments": "Sorting method for comments",
56
- "Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
57
- "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
58
- "Updated text content for the post.": "Updated text content for the post.",
59
- "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
60
- "Updated text content for the comment.": "Updated text content for the comment.",
61
- "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
62
- "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
63
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
64
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
65
- "Hot": "Hot",
66
- "New": "New",
67
- "Top": "Top",
68
- "Rising": "Rising",
69
- "Controversial": "Controversial",
70
- "Best": "Best",
71
- "Old": "Old",
72
- "GET": "GET",
26
+ "Number of Posts": "Número de entradas",
27
+ "Post ID": "ID del post",
28
+ "Title": "Título",
29
+ "Content": "Contenido",
30
+ "Parent ID": "ID padre",
31
+ "Comment Text": "Comentario",
32
+ "Sort By": "Ordenar por",
33
+ "Limit": "Límite",
34
+ "New Post Content": "Nuevo contenido del post",
35
+ "Comment ID": "Comentario ID",
36
+ "New Comment Content": "Nuevo contenido del comentario",
37
+ "Method": "Método",
38
+ "Headers": "Encabezados",
39
+ "Query Parameters": "Parámetros de consulta",
40
+ "Body": "Cuerpo",
41
+ "Response is Binary ?": "¿Respuesta es binaria?",
42
+ "No Error on Failure": "No hay ningún error en fallo",
43
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
44
+ "Select the category of posts to retrieve": "Seleccione la categoría de publicaciones a recuperar",
45
+ "The subreddit to fetch posts from": "El subreddit para obtener mensajes de",
46
+ "Number of posts to fetch (max 100)": "Número de publicaciones a buscar (máx. 100)",
47
+ "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "El ID de la publicación de Reddit (por ejemplo, \"t3_abc123\" o \"abc123\")",
48
+ "The subreddit to post in (without r/).": "El subreddit para publicar (sin r/).",
49
+ "Title of the Reddit post.": "Título de la publicación de Reddit.",
50
+ "Text content of the post.": "Contenido de texto del mensaje.",
51
+ "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID de la entrada (t3_*) o comentario (t1_*) para responder.",
52
+ "Text of the comment.": "Texto del comentario.",
53
+ "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "El ID de la publicación de Reddit (por ejemplo, \"abc123\" o \"t3_abc123\").",
54
+ "Sorting method for comments": "Método de ordenación de comentarios",
55
+ "Maximum number of top-level comments to fetch": "Número máximo de comentarios de nivel superior a buscar",
56
+ "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID de la publicación de Reddit a editar (por ejemplo, \"abc123\" o \"t3_abc123\").",
57
+ "Updated text content for the post.": "Contenido de texto actualizado para la publicación.",
58
+ "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID del comentario de Reddit a editar (por ejemplo, \"def456\" o \"t1_def456\").",
59
+ "Updated text content for the comment.": "Contenido de texto actualizado para el comentario.",
60
+ "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID de la publicación de Reddit a eliminar (por ejemplo, \"abc123\" o \"t3_abc123\").",
61
+ "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID del comentario de Reddit a eliminar (por ejemplo, \"def456\" o \"t1_def456\").",
62
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
63
+ "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
64
+ "Hot": "Calor",
65
+ "New": "Nuevo",
66
+ "Top": "Subir",
67
+ "Rising": "Aumento",
68
+ "Controversial": "Polémico",
69
+ "Best": "Mejor",
70
+ "Old": "Antiguo",
71
+ "GET": "RECOGER",
73
72
  "POST": "POST",
74
73
  "PATCH": "PATCH",
75
74
  "PUT": "PUT",
76
- "DELETE": "DELETE",
77
- "HEAD": "HEAD"
75
+ "DELETE": "BORRAR",
76
+ "HEAD": "LIMPIO"
78
77
  }
package/src/i18n/fr.json CHANGED
@@ -1,74 +1,73 @@
1
1
  {
2
- "Reddit": "Reddit",
3
- "Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
2
+ "Interact with Reddit - fetch and submit posts.": "Interagissez avec Reddit - récupérez et soumettez des messages.",
4
3
  "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
5
- "Retrieve Post": "Retrieve Post",
6
- "Get Post Details": "Get Post Details",
7
- "Create Post": "Create Post",
8
- "Create Comment": "Create Comment",
9
- "Fetch Post Comments": "Fetch Post Comments",
10
- "Edit Post": "Edit Post",
11
- "Edit Comment": "Edit Comment",
12
- "Delete Post": "Delete Post",
13
- "Delete Comment": "Delete Comment",
14
- "Custom API Call": "Custom API Call",
15
- "Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
16
- "Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
17
- "Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
18
- "Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
19
- "Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
20
- "Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
21
- "Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
22
- "Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
23
- "Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
24
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
25
- "Post Category": "Post Category",
4
+ "Retrieve Post": "Récupérer le message",
5
+ "Get Post Details": "Obtenir les détails de la publication",
6
+ "Create Post": "Créer un message",
7
+ "Create Comment": "Créer un commentaire",
8
+ "Fetch Post Comments": "Récupérer les commentaires de publication",
9
+ "Edit Post": "Modifier la publication",
10
+ "Edit Comment": "Modifier le commentaire",
11
+ "Delete Post": "Supprimer la publication",
12
+ "Delete Comment": "Supprimer le commentaire",
13
+ "Custom API Call": "Appel d'API personnalisé",
14
+ "Fetch top posts in a subreddit with optional size limit.": "Récupère les meilleurs messages dans un subreddit avec une limite de taille optionnelle.",
15
+ "Fetch detailed information about a specific Reddit post using its ID.": "Récupère des informations détaillées sur un message Reddit spécifique en utilisant son ID.",
16
+ "Submit a new self (text) post to a subreddit.": "Soumettez un nouveau message (texte) à un subreddit.",
17
+ "Comment on a Reddit post or reply to a comment.": "Commenter sur un message Reddit ou répondre à un commentaire.",
18
+ "Fetch comments from a specific Reddit post.": "Récupère les commentaires d'un message Reddit spécifique.",
19
+ "Edits the content of an existing Reddit post.": "Modifie le contenu d'un message Reddit existant.",
20
+ "Edits the content of an existing Reddit comment.": "Modifie le contenu d'un commentaire Reddit existant.",
21
+ "Delete a specific Reddit post by ID.": "Supprimer un message Reddit spécifique par ID.",
22
+ "Delete a specific Reddit comment by ID.": "Supprimer un commentaire Reddit spécifique par ID.",
23
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
24
+ "Post Category": "Catégorie de publication",
26
25
  "Subreddit": "Subreddit",
27
- "Number of Posts": "Number of Posts",
28
- "Post ID": "Post ID",
29
- "Title": "Title",
30
- "Content": "Content",
31
- "Parent ID": "Parent ID",
32
- "Comment Text": "Comment Text",
33
- "Sort By": "Sort By",
34
- "Limit": "Limit",
35
- "New Post Content": "New Post Content",
36
- "Comment ID": "Comment ID",
37
- "New Comment Content": "New Comment Content",
38
- "Method": "Method",
39
- "Headers": "Headers",
40
- "Query Parameters": "Query Parameters",
41
- "Body": "Body",
42
- "Response is Binary ?": "Response is Binary ?",
43
- "No Error on Failure": "No Error on Failure",
44
- "Timeout (in seconds)": "Timeout (in seconds)",
45
- "Select the category of posts to retrieve": "Select the category of posts to retrieve",
46
- "The subreddit to fetch posts from": "The subreddit to fetch posts from",
47
- "Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
48
- "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
49
- "The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
50
- "Title of the Reddit post.": "Title of the Reddit post.",
51
- "Text content of the post.": "Text content of the post.",
52
- "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
53
- "Text of the comment.": "Text of the comment.",
54
- "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
55
- "Sorting method for comments": "Sorting method for comments",
56
- "Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
57
- "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
58
- "Updated text content for the post.": "Updated text content for the post.",
59
- "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
60
- "Updated text content for the comment.": "Updated text content for the comment.",
61
- "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
62
- "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
63
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
64
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
65
- "Hot": "Hot",
66
- "New": "New",
67
- "Top": "Top",
68
- "Rising": "Rising",
26
+ "Number of Posts": "Nombre de messages",
27
+ "Post ID": "ID de la publication",
28
+ "Title": "Titre de la page",
29
+ "Content": "Contenus",
30
+ "Parent ID": "ID parent",
31
+ "Comment Text": "Texte du commentaire",
32
+ "Sort By": "Trier par",
33
+ "Limit": "Limite",
34
+ "New Post Content": "Nouveau contenu de publication",
35
+ "Comment ID": "ID du commentaire",
36
+ "New Comment Content": "Nouveau contenu de commentaire",
37
+ "Method": "Méthode",
38
+ "Headers": "En-têtes",
39
+ "Query Parameters": "Paramètres de requête",
40
+ "Body": "Corps",
41
+ "Response is Binary ?": "La réponse est Binaire ?",
42
+ "No Error on Failure": "Aucune erreur en cas d'échec",
43
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
44
+ "Select the category of posts to retrieve": "Sélectionnez la catégorie de messages à récupérer",
45
+ "The subreddit to fetch posts from": "Le subreddit pour récupérer les messages de",
46
+ "Number of posts to fetch (max 100)": "Nombre de messages à récupérer (max 100)",
47
+ "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "L'ID du message Reddit (par exemple \"t3_abc123\" ou \"abc123\")",
48
+ "The subreddit to post in (without r/).": "Le subreddit à afficher (sans r/).",
49
+ "Title of the Reddit post.": "Titre du message Reddit.",
50
+ "Text content of the post.": "Contenu du texte du post.",
51
+ "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID du message (t3_*) ou commentaire (t1_*) à répondre.",
52
+ "Text of the comment.": "Texte du commentaire.",
53
+ "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "L'ID du message Reddit (par exemple \"abc123\" ou \"t3_abc123\").",
54
+ "Sorting method for comments": "Méthode de tri pour les commentaires",
55
+ "Maximum number of top-level comments to fetch": "Nombre maximum de commentaires de premier niveau à récupérer",
56
+ "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID du message Reddit à éditer (par exemple, \"abc123\" ou \"t3_abc123\").",
57
+ "Updated text content for the post.": "Contenu texte mis à jour pour le post.",
58
+ "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID du commentaire Reddit à éditer (par exemple, \"def456\" ou \"t1_def456\").",
59
+ "Updated text content for the comment.": "Contenu du texte mis à jour pour le commentaire.",
60
+ "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID du message Reddit à supprimer (par exemple, \"abc123\" ou \"t3_abc123\").",
61
+ "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID du commentaire Reddit à supprimer (par exemple, \"def456\" ou \"t1_def456\").",
62
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
63
+ "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
64
+ "Hot": "Chaud",
65
+ "New": "Nouveau",
66
+ "Top": "En haut",
67
+ "Rising": "En pleine ascension",
69
68
  "Controversial": "Controversial",
70
- "Best": "Best",
71
- "Old": "Old",
69
+ "Best": "Meilleure",
70
+ "Old": "Ancien",
72
71
  "GET": "GET",
73
72
  "POST": "POST",
74
73
  "PATCH": "PATCH",
package/src/i18n/ja.json CHANGED
@@ -1,78 +1,77 @@
1
1
  {
2
- "Reddit": "Reddit",
3
- "Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
2
+ "Interact with Reddit - fetch and submit posts.": "Reddit とやりとりする - 投稿を取得して送信します。",
4
3
  "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
5
- "Retrieve Post": "Retrieve Post",
6
- "Get Post Details": "Get Post Details",
7
- "Create Post": "Create Post",
8
- "Create Comment": "Create Comment",
9
- "Fetch Post Comments": "Fetch Post Comments",
10
- "Edit Post": "Edit Post",
11
- "Edit Comment": "Edit Comment",
12
- "Delete Post": "Delete Post",
13
- "Delete Comment": "Delete Comment",
14
- "Custom API Call": "Custom API Call",
15
- "Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
16
- "Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
17
- "Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
18
- "Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
19
- "Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
20
- "Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
21
- "Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
22
- "Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
23
- "Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
24
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
25
- "Post Category": "Post Category",
4
+ "Retrieve Post": "投稿の取得",
5
+ "Get Post Details": "投稿の詳細を取得",
6
+ "Create Post": "投稿を作成",
7
+ "Create Comment": "コメントを作成",
8
+ "Fetch Post Comments": "投稿のコメントを取得",
9
+ "Edit Post": "投稿を編集",
10
+ "Edit Comment": "コメントを編集",
11
+ "Delete Post": "投稿を削除",
12
+ "Delete Comment": "コメントを削除",
13
+ "Custom API Call": "カスタムAPI通話",
14
+ "Fetch top posts in a subreddit with optional size limit.": "オプションの size limit を持つ Subreddit のトップ投稿を取得します。",
15
+ "Fetch detailed information about a specific Reddit post using its ID.": "特定の Reddit の投稿に関する詳細情報を ID を使用して取得します。",
16
+ "Submit a new self (text) post to a subreddit.": "Subreddit に新しいセルフ(テキスト)の投稿を送信します。",
17
+ "Comment on a Reddit post or reply to a comment.": "Reddit の投稿にコメントしたり、コメントに返信したりします。",
18
+ "Fetch comments from a specific Reddit post.": "Reddit の特定の投稿からコメントを取得します。",
19
+ "Edits the content of an existing Reddit post.": "既存の Reddit 投稿の内容を編集します。",
20
+ "Edits the content of an existing Reddit comment.": "既存の Reddit コメントの内容を編集します。",
21
+ "Delete a specific Reddit post by ID.": "ID Reddit の特定の投稿を削除します。",
22
+ "Delete a specific Reddit comment by ID.": "ID Reddit の特定のコメントを削除します。",
23
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
24
+ "Post Category": "カテゴリを投稿",
26
25
  "Subreddit": "Subreddit",
27
- "Number of Posts": "Number of Posts",
28
- "Post ID": "Post ID",
29
- "Title": "Title",
30
- "Content": "Content",
31
- "Parent ID": "Parent ID",
32
- "Comment Text": "Comment Text",
33
- "Sort By": "Sort By",
34
- "Limit": "Limit",
35
- "New Post Content": "New Post Content",
36
- "Comment ID": "Comment ID",
37
- "New Comment Content": "New Comment Content",
38
- "Method": "Method",
39
- "Headers": "Headers",
40
- "Query Parameters": "Query Parameters",
41
- "Body": "Body",
42
- "Response is Binary ?": "Response is Binary ?",
43
- "No Error on Failure": "No Error on Failure",
44
- "Timeout (in seconds)": "Timeout (in seconds)",
45
- "Select the category of posts to retrieve": "Select the category of posts to retrieve",
46
- "The subreddit to fetch posts from": "The subreddit to fetch posts from",
47
- "Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
48
- "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
49
- "The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
50
- "Title of the Reddit post.": "Title of the Reddit post.",
51
- "Text content of the post.": "Text content of the post.",
52
- "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
53
- "Text of the comment.": "Text of the comment.",
54
- "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
55
- "Sorting method for comments": "Sorting method for comments",
56
- "Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
57
- "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
58
- "Updated text content for the post.": "Updated text content for the post.",
59
- "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
60
- "Updated text content for the comment.": "Updated text content for the comment.",
61
- "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
62
- "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
63
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
64
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
65
- "Hot": "Hot",
66
- "New": "New",
67
- "Top": "Top",
68
- "Rising": "Rising",
69
- "Controversial": "Controversial",
70
- "Best": "Best",
71
- "Old": "Old",
72
- "GET": "GET",
26
+ "Number of Posts": "投稿数",
27
+ "Post ID": "投稿ID",
28
+ "Title": "タイトル",
29
+ "Content": "コンテンツ",
30
+ "Parent ID": "ID",
31
+ "Comment Text": "コメントテキスト",
32
+ "Sort By": "並び替え",
33
+ "Limit": "制限",
34
+ "New Post Content": "新しい投稿コンテンツ",
35
+ "Comment ID": "コメント ID",
36
+ "New Comment Content": "新しいコメントコンテンツ",
37
+ "Method": "方法",
38
+ "Headers": "ヘッダー",
39
+ "Query Parameters": "クエリパラメータ",
40
+ "Body": "本文",
41
+ "Response is Binary ?": "応答はバイナリですか?",
42
+ "No Error on Failure": "失敗時にエラーはありません",
43
+ "Timeout (in seconds)": "タイムアウト(秒)",
44
+ "Select the category of posts to retrieve": "取得する投稿のカテゴリを選択してください",
45
+ "The subreddit to fetch posts from": "投稿を取得する Subreddit",
46
+ "Number of posts to fetch (max 100)": "取得する投稿の数 (最大 100)",
47
+ "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "Reddit 投稿の ID (例: \"t3_abc123\" または \"abc123\")",
48
+ "The subreddit to post in (without r/).": "(r/なし) に投稿する subreddit ",
49
+ "Title of the Reddit post.": "Redditの投稿のタイトル",
50
+ "Text content of the post.": "投稿のテキストコンテンツ。",
51
+ "ID of the post (t3_*) or comment (t1_*) to reply to.": "返信する投稿 (t3_*) または コメント (t1_*) ID です。",
52
+ "Text of the comment.": "コメントのテキスト",
53
+ "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "Reddit 投稿の ID (例: \"abc123\" または \"t3_abc123\")",
54
+ "Sorting method for comments": "コメントのソート方法",
55
+ "Maximum number of top-level comments to fetch": "取得する最上位コメントの最大数",
56
+ "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "編集する Reddit 投稿の ID (例: \"abc123\" または \"t3_abc123\")",
57
+ "Updated text content for the post.": "投稿のテキストコンテンツを更新しました。",
58
+ "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "編集する Reddit コメントの ID (例: \"def456\" または \"t1_def456\")",
59
+ "Updated text content for the comment.": "コメントのテキストコンテンツを更新しました。",
60
+ "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "削除する Reddit 投稿の ID (例: \"abc123\" または \"t3_abc123\")",
61
+ "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "削除する Reddit コメントの ID (例: \"def456\" または \"t1_def456\")",
62
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
63
+ "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
64
+ "Hot": "ホット",
65
+ "New": "新規作成",
66
+ "Top": "",
67
+ "Rising": "上昇中",
68
+ "Controversial": "論争中",
69
+ "Best": "ベスト",
70
+ "Old": "古い",
71
+ "GET": "取得",
73
72
  "POST": "POST",
74
73
  "PATCH": "PATCH",
75
74
  "PUT": "PUT",
76
- "DELETE": "DELETE",
77
- "HEAD": "HEAD"
75
+ "DELETE": "削除",
76
+ "HEAD": ""
78
77
  }
package/src/i18n/nl.json CHANGED
@@ -1,78 +1,77 @@
1
1
  {
2
- "Reddit": "Reddit",
3
- "Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
4
- "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
5
- "Retrieve Post": "Retrieve Post",
6
- "Get Post Details": "Get Post Details",
7
- "Create Post": "Create Post",
8
- "Create Comment": "Create Comment",
9
- "Fetch Post Comments": "Fetch Post Comments",
10
- "Edit Post": "Edit Post",
11
- "Edit Comment": "Edit Comment",
12
- "Delete Post": "Delete Post",
13
- "Delete Comment": "Delete Comment",
2
+ "Interact with Reddit - fetch and submit posts.": "Interageer met Reddit - ophalen en verzenden van berichten.",
3
+ "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nOm uw Reddit API referenties te verkrijgen:\n. Ga naar https://www.reddit.com/prefs/apps.\n2. Klik onderaan op \"maak een andere app...\".\n3. Selecteer \"script\" als het app-type.\n4. Vul de vereiste informatie in:\n - naam: Uw app naam\n - beschrijving: korte beschrijving\n - over url: Kan leeg gelaten worden\n - omleidings-uri: zoals getoond in het Redirect URL-veld\n5. Klik op \"maak app\".\n6. Noteer het client-ID (onder de appnaam) en clientgeheim. \n",
4
+ "Retrieve Post": "Post ophalen",
5
+ "Get Post Details": "Krijg berichtdetails",
6
+ "Create Post": "Post aanmaken",
7
+ "Create Comment": "Commentaar maken",
8
+ "Fetch Post Comments": "Post opmerkingen ophalen",
9
+ "Edit Post": "Bericht bewerken",
10
+ "Edit Comment": "Opmerking bewerken",
11
+ "Delete Post": "Verwijder bericht",
12
+ "Delete Comment": "Opmerking verwijderen",
14
13
  "Custom API Call": "Custom API Call",
15
- "Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
16
- "Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
17
- "Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
18
- "Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
19
- "Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
20
- "Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
21
- "Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
22
- "Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
23
- "Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
24
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
25
- "Post Category": "Post Category",
14
+ "Fetch top posts in a subreddit with optional size limit.": "Topberichten ophalen in een subreddit met optionele limiet.",
15
+ "Fetch detailed information about a specific Reddit post using its ID.": "Ophalen gedetailleerde informatie over een specifieke Reddit-post met behulp van zijn ID.",
16
+ "Submit a new self (text) post to a subreddit.": "Plaats een nieuwe zelf(tekst) post in een subreddit.",
17
+ "Comment on a Reddit post or reply to a comment.": "Reageer op een Reddit-post of antwoord op een reactie.",
18
+ "Fetch comments from a specific Reddit post.": "Reacties van een specifiek Reddit bericht ophalen.",
19
+ "Edits the content of an existing Reddit post.": "Verandert de inhoud van een bestaand Reddit-bericht.",
20
+ "Edits the content of an existing Reddit comment.": "Bewerk de inhoud van een bestaande Reddit-reactie.",
21
+ "Delete a specific Reddit post by ID.": "Verwijder een specifiek Reddit bericht door ID.",
22
+ "Delete a specific Reddit comment by ID.": "Verwijder een specifieke Reddit reactie van ID.",
23
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
24
+ "Post Category": "Post categorie",
26
25
  "Subreddit": "Subreddit",
27
- "Number of Posts": "Number of Posts",
26
+ "Number of Posts": "Aantal berichten",
28
27
  "Post ID": "Post ID",
29
- "Title": "Title",
30
- "Content": "Content",
31
- "Parent ID": "Parent ID",
32
- "Comment Text": "Comment Text",
33
- "Sort By": "Sort By",
34
- "Limit": "Limit",
35
- "New Post Content": "New Post Content",
36
- "Comment ID": "Comment ID",
37
- "New Comment Content": "New Comment Content",
38
- "Method": "Method",
39
- "Headers": "Headers",
40
- "Query Parameters": "Query Parameters",
41
- "Body": "Body",
42
- "Response is Binary ?": "Response is Binary ?",
43
- "No Error on Failure": "No Error on Failure",
44
- "Timeout (in seconds)": "Timeout (in seconds)",
45
- "Select the category of posts to retrieve": "Select the category of posts to retrieve",
46
- "The subreddit to fetch posts from": "The subreddit to fetch posts from",
47
- "Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
48
- "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
49
- "The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
50
- "Title of the Reddit post.": "Title of the Reddit post.",
51
- "Text content of the post.": "Text content of the post.",
52
- "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
53
- "Text of the comment.": "Text of the comment.",
54
- "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
55
- "Sorting method for comments": "Sorting method for comments",
56
- "Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
57
- "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
58
- "Updated text content for the post.": "Updated text content for the post.",
59
- "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
60
- "Updated text content for the comment.": "Updated text content for the comment.",
61
- "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
62
- "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
63
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
64
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
65
- "Hot": "Hot",
66
- "New": "New",
67
- "Top": "Top",
68
- "Rising": "Rising",
69
- "Controversial": "Controversial",
70
- "Best": "Best",
71
- "Old": "Old",
72
- "GET": "GET",
73
- "POST": "POST",
74
- "PATCH": "PATCH",
28
+ "Title": "Aanspreektitel",
29
+ "Content": "Inhoud",
30
+ "Parent ID": "Bovenliggende ID",
31
+ "Comment Text": "Commentaar tekst",
32
+ "Sort By": "Sorteren op",
33
+ "Limit": "Limiet",
34
+ "New Post Content": "Nieuwe berichtinhoud",
35
+ "Comment ID": "Commentaar ID",
36
+ "New Comment Content": "Nieuwe reactie-inhoud",
37
+ "Method": "Methode",
38
+ "Headers": "Kopteksten",
39
+ "Query Parameters": "Query parameters",
40
+ "Body": "Lichaam",
41
+ "Response is Binary ?": "Antwoord is binair?",
42
+ "No Error on Failure": "Geen fout bij fout",
43
+ "Timeout (in seconds)": "Time-out (in seconden)",
44
+ "Select the category of posts to retrieve": "Selecteer de categorie van berichten om op te halen",
45
+ "The subreddit to fetch posts from": "De subreddit om posts van te halen",
46
+ "Number of posts to fetch (max 100)": "Aantal berichten om op te halen (max 100)",
47
+ "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "De ID van de Reddit-post (bijv. \"t3_abc123\" of \"abc123\")",
48
+ "The subreddit to post in (without r/).": "De subreddit om in te posten (zonder r/).",
49
+ "Title of the Reddit post.": "Titel van de Reddit post.",
50
+ "Text content of the post.": "Tekst inhoud van het bericht.",
51
+ "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID van het bericht (t3_*) of commentaar (t1_*) om op te reageren.",
52
+ "Text of the comment.": "Tekst van de reactie.",
53
+ "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "De ID van het Reddit-bericht (bijv. \"abc123\" of \"t3_abc123\").",
54
+ "Sorting method for comments": "Sorteren methode voor opmerkingen",
55
+ "Maximum number of top-level comments to fetch": "Maximum aantal reacties op het hoogste niveau om op te halen",
56
+ "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID van het Reddit-bericht om te bewerken (bijv. \"abc123\" of \"t3_abc123\").",
57
+ "Updated text content for the post.": "Tekst voor het bericht bijgewerkt.",
58
+ "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID van de Reddit-reactie die u wilt bewerken (bijv. \"def456\" of \"t1_def456\").",
59
+ "Updated text content for the comment.": "Tekst voor de opmerking bijgewerkt.",
60
+ "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID van het Reddit-bericht om te verwijderen (bijv. \"abc123\" of \"t3_abc123\").",
61
+ "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID van de Reddit-reactie om te verwijderen (bijv. \"def456\" of \"t1_def456\").",
62
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
63
+ "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
64
+ "Hot": "Populair",
65
+ "New": "Nieuw",
66
+ "Top": "Bovenkant",
67
+ "Rising": "Stijgende",
68
+ "Controversial": "Controversiële",
69
+ "Best": "Beste",
70
+ "Old": "Oud",
71
+ "GET": "KRIJG",
72
+ "POST": "POSTE",
73
+ "PATCH": "BEKIJK",
75
74
  "PUT": "PUT",
76
- "DELETE": "DELETE",
77
- "HEAD": "HEAD"
75
+ "DELETE": "VERWIJDEREN",
76
+ "HEAD": "HOOFD"
78
77
  }
package/src/i18n/pt.json CHANGED
@@ -1,78 +1,77 @@
1
1
  {
2
- "Reddit": "Reddit",
3
- "Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
4
- "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
5
- "Retrieve Post": "Retrieve Post",
6
- "Get Post Details": "Get Post Details",
7
- "Create Post": "Create Post",
8
- "Create Comment": "Create Comment",
9
- "Fetch Post Comments": "Fetch Post Comments",
10
- "Edit Post": "Edit Post",
11
- "Edit Comment": "Edit Comment",
12
- "Delete Post": "Delete Post",
13
- "Delete Comment": "Delete Comment",
14
- "Custom API Call": "Custom API Call",
15
- "Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
16
- "Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
17
- "Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
18
- "Comment on a Reddit post or reply to a comment.": "Comment on a Reddit post or reply to a comment.",
19
- "Fetch comments from a specific Reddit post.": "Fetch comments from a specific Reddit post.",
20
- "Edits the content of an existing Reddit post.": "Edits the content of an existing Reddit post.",
21
- "Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
22
- "Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
23
- "Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
24
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
25
- "Post Category": "Post Category",
2
+ "Interact with Reddit - fetch and submit posts.": "Interaja com o Reddit - buscar e enviar posts.",
3
+ "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nPara obter suas credenciais de API do Reddit:\n. Acesse https://www.reddit.com/prefs/apps.\n2. Clique em \"Create another app...\" no final da página.\n3. Selecione \"script\" como o tipo de aplicativo.\n4. Preencha as informações necessárias:\n - nome: nome do aplicativo\n - descrição: Breve descrição\n - sobre URL: Pode ser deixado em branco\n - URI de redirecionamento: como mostrado no campo de URL de redirecionamento\n5. Clique em \"criar o aplicativo\".\n6. Note o ID do cliente (sob o nome do aplicativo) e o segredo do cliente. Uformat@@11",
4
+ "Retrieve Post": "Recuperar post",
5
+ "Get Post Details": "Obter detalhes do post",
6
+ "Create Post": "Criar publicação",
7
+ "Create Comment": "Criar Comentário",
8
+ "Fetch Post Comments": "Buscar Comentários do Post",
9
+ "Edit Post": "Editar Publicação",
10
+ "Edit Comment": "Editar Comentário",
11
+ "Delete Post": "Excluir Postagem",
12
+ "Delete Comment": "Excluir comentário",
13
+ "Custom API Call": "Chamada de API personalizada",
14
+ "Fetch top posts in a subreddit with optional size limit.": "Buscar as postagens mais populares em um subreddit com limite opcional de tamanho.",
15
+ "Fetch detailed information about a specific Reddit post using its ID.": "Obter informações detalhadas sobre uma postagem do Reddit específica usando seu ID.",
16
+ "Submit a new self (text) post to a subreddit.": "Enviar um novo post (texto) para um subreddit.",
17
+ "Comment on a Reddit post or reply to a comment.": "Comente em uma publicação no Reddit ou responda a um comentário.",
18
+ "Fetch comments from a specific Reddit post.": "Recuperar comentários de um post do Reddit específico.",
19
+ "Edits the content of an existing Reddit post.": "Edita o conteúdo de um post Reddit existente.",
20
+ "Edits the content of an existing Reddit comment.": "Edita o conteúdo de um comentário Reddit existente.",
21
+ "Delete a specific Reddit post by ID.": "Apagar uma postagem de Reddit específica por ID.",
22
+ "Delete a specific Reddit comment by ID.": "Excluir um comentário Reddit específico por ID.",
23
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
24
+ "Post Category": "Categoria de Post",
26
25
  "Subreddit": "Subreddit",
27
- "Number of Posts": "Number of Posts",
28
- "Post ID": "Post ID",
29
- "Title": "Title",
30
- "Content": "Content",
31
- "Parent ID": "Parent ID",
32
- "Comment Text": "Comment Text",
33
- "Sort By": "Sort By",
34
- "Limit": "Limit",
35
- "New Post Content": "New Post Content",
36
- "Comment ID": "Comment ID",
37
- "New Comment Content": "New Comment Content",
38
- "Method": "Method",
39
- "Headers": "Headers",
40
- "Query Parameters": "Query Parameters",
41
- "Body": "Body",
42
- "Response is Binary ?": "Response is Binary ?",
43
- "No Error on Failure": "No Error on Failure",
44
- "Timeout (in seconds)": "Timeout (in seconds)",
45
- "Select the category of posts to retrieve": "Select the category of posts to retrieve",
46
- "The subreddit to fetch posts from": "The subreddit to fetch posts from",
47
- "Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
48
- "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")",
49
- "The subreddit to post in (without r/).": "The subreddit to post in (without r/).",
50
- "Title of the Reddit post.": "Title of the Reddit post.",
51
- "Text content of the post.": "Text content of the post.",
52
- "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID of the post (t3_*) or comment (t1_*) to reply to.",
53
- "Text of the comment.": "Text of the comment.",
54
- "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").",
55
- "Sorting method for comments": "Sorting method for comments",
56
- "Maximum number of top-level comments to fetch": "Maximum number of top-level comments to fetch",
57
- "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").",
58
- "Updated text content for the post.": "Updated text content for the post.",
59
- "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").",
60
- "Updated text content for the comment.": "Updated text content for the comment.",
61
- "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
62
- "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
63
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
64
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
65
- "Hot": "Hot",
66
- "New": "New",
67
- "Top": "Top",
68
- "Rising": "Rising",
69
- "Controversial": "Controversial",
70
- "Best": "Best",
71
- "Old": "Old",
72
- "GET": "GET",
73
- "POST": "POST",
74
- "PATCH": "PATCH",
75
- "PUT": "PUT",
76
- "DELETE": "DELETE",
77
- "HEAD": "HEAD"
26
+ "Number of Posts": "Número de postagens",
27
+ "Post ID": "ID da postagem",
28
+ "Title": "Título",
29
+ "Content": "Conteúdo",
30
+ "Parent ID": "ID Pai",
31
+ "Comment Text": "Texto do comentário",
32
+ "Sort By": "Classificar por",
33
+ "Limit": "Limitar",
34
+ "New Post Content": "Novo Conteúdo da Postagem",
35
+ "Comment ID": "ID do comentário",
36
+ "New Comment Content": "Conteúdo do Novo Comentário",
37
+ "Method": "Método",
38
+ "Headers": "Cabeçalhos",
39
+ "Query Parameters": "Parâmetros da consulta",
40
+ "Body": "Conteúdo",
41
+ "Response is Binary ?": "A resposta é binária ?",
42
+ "No Error on Failure": "Nenhum erro no Failure",
43
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
44
+ "Select the category of posts to retrieve": "Selecione a categoria de mensagens para recuperar",
45
+ "The subreddit to fetch posts from": "O subreddit do qual buscar as postagens de",
46
+ "Number of posts to fetch (max 100)": "Número de posts para buscar (máx. 100)",
47
+ "The ID of the Reddit post (e.g. \"t3_abc123\" or \"abc123\")": "O ID do post no Reddit (ex.: \"t3_abc123\" ou \"abc123\")",
48
+ "The subreddit to post in (without r/).": "O subreddit para publicar (sem r/).",
49
+ "Title of the Reddit post.": "Título do post no Reddit.",
50
+ "Text content of the post.": "Conteúdo do texto do post.",
51
+ "ID of the post (t3_*) or comment (t1_*) to reply to.": "ID do post (t3_*) ou comentário (t1_*) para responder.",
52
+ "Text of the comment.": "Texto do comentário.",
53
+ "The ID of the Reddit post (e.g. \"abc123\" or \"t3_abc123\").": "O ID do post do Reddit (por exemplo, \"abc123\" ou \"t3_abc123\").",
54
+ "Sorting method for comments": "Método de ordenação para comentários",
55
+ "Maximum number of top-level comments to fetch": "Número máximo de comentários de nível superior para buscar",
56
+ "ID of the Reddit post to edit (e.g., \"abc123\" or \"t3_abc123\").": "ID da postagem no Reddit a ser editada (por exemplo, \"abc123\" ou \"t3_abc123\").",
57
+ "Updated text content for the post.": "Conteúdo de texto atualizado para a publicação.",
58
+ "ID of the Reddit comment to edit (e.g., \"def456\" or \"t1_def456\").": "ID do comentário do Reddit a ser editado (por exemplo, \"def456\" ou \"t1_def456\").",
59
+ "Updated text content for the comment.": "Conteúdo do texto atualizado para o comentário.",
60
+ "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID da postagem no Reddit a ser apagada (por exemplo, \"abc123\" ou \"t3_abc123\").",
61
+ "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID do comentário do Reddit a ser excluído (ex: \"def456\" ou \"t1_def456\").",
62
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
63
+ "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
64
+ "Hot": "Quente",
65
+ "New": "Novidades",
66
+ "Top": "Superior",
67
+ "Rising": "Subindo",
68
+ "Controversial": "Controvérsias",
69
+ "Best": "Melhor",
70
+ "Old": "Antigo",
71
+ "GET": "OBTER",
72
+ "POST": "POSTAR",
73
+ "PATCH": "COMPRAR",
74
+ "PUT": "COLOCAR",
75
+ "DELETE": "EXCLUIR",
76
+ "HEAD": "CABEÇA"
78
77
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- "Reddit": "Reddit",
3
2
  "Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
4
3
  "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
5
4
  "Retrieve Post": "Retrieve Post",
package/src/i18n/zh.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Reddit": "Reddit",
3
2
  "Interact with Reddit - fetch and submit posts.": "Interact with Reddit - fetch and submit posts.",
4
3
  "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n": "\nTo obtain your Reddit API credentials:\n\n1. Go to https://www.reddit.com/prefs/apps.\n2. Click \"create another app...\" at the bottom.\n3. Select \"script\" as the app type.\n4. Fill in the required information:\n - name: Your app name\n - description: Brief description\n - about url: Can be left blank\n - redirect uri: as shown in Redirect URL field\n5. Click \"create app\".\n6. Note down the client ID (under the app name) and client secret.\n",
5
4
  "Retrieve Post": "Retrieve Post",
@@ -11,7 +10,7 @@
11
10
  "Edit Comment": "Edit Comment",
12
11
  "Delete Post": "Delete Post",
13
12
  "Delete Comment": "Delete Comment",
14
- "Custom API Call": "Custom API Call",
13
+ "Custom API Call": "自定义 API 呼叫",
15
14
  "Fetch top posts in a subreddit with optional size limit.": "Fetch top posts in a subreddit with optional size limit.",
16
15
  "Fetch detailed information about a specific Reddit post using its ID.": "Fetch detailed information about a specific Reddit post using its ID.",
17
16
  "Submit a new self (text) post to a subreddit.": "Submit a new self (text) post to a subreddit.",
@@ -21,12 +20,12 @@
21
20
  "Edits the content of an existing Reddit comment.": "Edits the content of an existing Reddit comment.",
22
21
  "Delete a specific Reddit post by ID.": "Delete a specific Reddit post by ID.",
23
22
  "Delete a specific Reddit comment by ID.": "Delete a specific Reddit comment by ID.",
24
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
23
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
25
24
  "Post Category": "Post Category",
26
25
  "Subreddit": "Subreddit",
27
26
  "Number of Posts": "Number of Posts",
28
27
  "Post ID": "Post ID",
29
- "Title": "Title",
28
+ "Title": "标题",
30
29
  "Content": "Content",
31
30
  "Parent ID": "Parent ID",
32
31
  "Comment Text": "Comment Text",
@@ -35,13 +34,13 @@
35
34
  "New Post Content": "New Post Content",
36
35
  "Comment ID": "Comment ID",
37
36
  "New Comment Content": "New Comment Content",
38
- "Method": "Method",
39
- "Headers": "Headers",
40
- "Query Parameters": "Query Parameters",
41
- "Body": "Body",
37
+ "Method": "方法",
38
+ "Headers": "信头",
39
+ "Query Parameters": "查询参数",
40
+ "Body": "正文内容",
42
41
  "Response is Binary ?": "Response is Binary ?",
43
- "No Error on Failure": "No Error on Failure",
44
- "Timeout (in seconds)": "Timeout (in seconds)",
42
+ "No Error on Failure": "失败时没有错误",
43
+ "Timeout (in seconds)": "超时()",
45
44
  "Select the category of posts to retrieve": "Select the category of posts to retrieve",
46
45
  "The subreddit to fetch posts from": "The subreddit to fetch posts from",
47
46
  "Number of posts to fetch (max 100)": "Number of posts to fetch (max 100)",
@@ -60,7 +59,7 @@
60
59
  "Updated text content for the comment.": "Updated text content for the comment.",
61
60
  "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").": "ID of the Reddit post to delete (e.g., \"abc123\" or \"t3_abc123\").",
62
61
  "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").": "ID of the Reddit comment to delete (e.g., \"def456\" or \"t1_def456\").",
63
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
62
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
64
63
  "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
65
64
  "Hot": "Hot",
66
65
  "New": "New",
@@ -69,10 +68,10 @@
69
68
  "Controversial": "Controversial",
70
69
  "Best": "Best",
71
70
  "Old": "Old",
72
- "GET": "GET",
73
- "POST": "POST",
71
+ "GET": "获取",
72
+ "POST": "帖子",
74
73
  "PATCH": "PATCH",
75
- "PUT": "PUT",
76
- "DELETE": "DELETE",
77
- "HEAD": "HEAD"
74
+ "PUT": "弹出",
75
+ "DELETE": "删除",
76
+ "HEAD": "黑色"
78
77
  }