@guayaba/workflow-piece-google-drive 0.7.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/.babelrc +3 -0
- package/.eslintrc.json +18 -0
- package/README.md +5 -0
- package/assets/logo.png +0 -0
- package/package.json +28 -0
- package/src/i18n/ca.json +125 -0
- package/src/i18n/de.json +136 -0
- package/src/i18n/es.json +136 -0
- package/src/i18n/fr.json +136 -0
- package/src/i18n/hi.json +125 -0
- package/src/i18n/id.json +125 -0
- package/src/i18n/ja.json +136 -0
- package/src/i18n/nl.json +136 -0
- package/src/i18n/pt.json +136 -0
- package/src/i18n/ru.json +127 -0
- package/src/i18n/translation.json +137 -0
- package/src/i18n/vi.json +127 -0
- package/src/i18n/zh.json +136 -0
- package/src/index.ts +74 -0
- package/src/lib/action/add-permission.action.ts +78 -0
- package/src/lib/action/create-new-folder.ts +38 -0
- package/src/lib/action/create-new-text-file.ts +89 -0
- package/src/lib/action/delete-file.ts +31 -0
- package/src/lib/action/delete-permission.action.ts +80 -0
- package/src/lib/action/duplicate-file.action.ts +78 -0
- package/src/lib/action/get-file-by-id.ts +34 -0
- package/src/lib/action/list-files.action.ts +209 -0
- package/src/lib/action/move-file.ts +44 -0
- package/src/lib/action/read-file.ts +24 -0
- package/src/lib/action/save-file-as-pdf.action.ts +72 -0
- package/src/lib/action/search-folder-or-file.action.ts +108 -0
- package/src/lib/action/send-to-trash.ts +34 -0
- package/src/lib/action/set-public-access.ts +64 -0
- package/src/lib/action/upload-file.ts +72 -0
- package/src/lib/auth.ts +80 -0
- package/src/lib/common/get-file-content.ts +109 -0
- package/src/lib/common/index.ts +179 -0
- package/src/lib/triggers/new-file.ts +115 -0
- package/src/lib/triggers/new-folder.ts +74 -0
- package/tsconfig.json +16 -0
- package/tsconfig.lib.json +15 -0
package/src/i18n/hi.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Google Drive": "Google Drive",
|
|
3
|
+
"Cloud storage and file backup": "Cloud storage and file backup",
|
|
4
|
+
"Create new folder": "Create new folder",
|
|
5
|
+
"Create new file": "Create new file",
|
|
6
|
+
"Upload file": "Upload file",
|
|
7
|
+
"Read file": "Read file",
|
|
8
|
+
"Get File": "Get File",
|
|
9
|
+
"List files": "List files",
|
|
10
|
+
"Search": "Search",
|
|
11
|
+
"Duplicate File": "Duplicate File",
|
|
12
|
+
"Save Document as PDF": "Save Document as PDF",
|
|
13
|
+
"Update permissions": "Update permissions",
|
|
14
|
+
"Delete permissions": "Delete permissions",
|
|
15
|
+
"Set public access": "Set public access",
|
|
16
|
+
"Move File": "Move File",
|
|
17
|
+
"Delete file": "Delete file",
|
|
18
|
+
"Trash file": "Trash file",
|
|
19
|
+
"Custom API Call": "Custom API Call",
|
|
20
|
+
"Create a new empty folder in your Google Drive": "Create a new empty folder in your Google Drive",
|
|
21
|
+
"Create a new text file in your Google Drive from text": "Create a new text file in your Google Drive from text",
|
|
22
|
+
"Upload a file in your Google Drive": "Upload a file in your Google Drive",
|
|
23
|
+
"Read a selected file from google drive file": "Read a selected file from google drive file",
|
|
24
|
+
"Get a file folder for files/sub-folders": "Get a file folder for files/sub-folders",
|
|
25
|
+
"List files from a Google Drive folder": "List files from a Google Drive folder",
|
|
26
|
+
"Search a Google Drive folder for files/sub-folders": "Search a Google Drive folder for files/sub-folders",
|
|
27
|
+
"Duplicate a file from Google Drive. Returns the new file ID.": "Duplicate a file from Google Drive. Returns the new file ID.",
|
|
28
|
+
"Save a document as PDF in a Google Drive folder": "Save a document as PDF in a Google Drive folder",
|
|
29
|
+
"Update permissions for a file or folder": "Update permissions for a file or folder",
|
|
30
|
+
"Removes a role from an user for a file or folder": "Removes a role from an user for a file or folder",
|
|
31
|
+
"Set public access for a file or folder": "Set public access for a file or folder",
|
|
32
|
+
"Moves a file from one folder to another.": "Moves a file from one folder to another.",
|
|
33
|
+
"Delete permanently a file from your Google Drive": "Delete permanently a file from your Google Drive",
|
|
34
|
+
"Move a file to the trash in your Google Drive": "Move a file to the trash in your Google Drive",
|
|
35
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
36
|
+
"Folder name": "Folder name",
|
|
37
|
+
"Parent Folder": "Parent Folder",
|
|
38
|
+
"Include Team Drives": "Include Team Drives",
|
|
39
|
+
"File name": "File name",
|
|
40
|
+
"Text": "Text",
|
|
41
|
+
"Content type": "Content type",
|
|
42
|
+
"File": "File",
|
|
43
|
+
"File ID": "File ID",
|
|
44
|
+
"Destination File name": "Destination File name",
|
|
45
|
+
"File / Folder Id": "File / Folder Id",
|
|
46
|
+
"Folder ID": "Folder ID",
|
|
47
|
+
"Include Trashed": "Include Trashed",
|
|
48
|
+
"Download Files": "Download Files",
|
|
49
|
+
"Query Term": "Query Term",
|
|
50
|
+
"Operator": "Operator",
|
|
51
|
+
"Value": "Value",
|
|
52
|
+
"File Type": "File Type",
|
|
53
|
+
"Name": "Name",
|
|
54
|
+
"Duplicate as": "Duplicate as",
|
|
55
|
+
"Document ID": "Document ID",
|
|
56
|
+
"File or Folder ID": "File or Folder ID",
|
|
57
|
+
"User email": "User email",
|
|
58
|
+
"Role": "Upadhi",
|
|
59
|
+
"Send invitation email": "Send invitation email",
|
|
60
|
+
"Method": "Method",
|
|
61
|
+
"Headers": "Headers",
|
|
62
|
+
"Query Parameters": "Query Parameters",
|
|
63
|
+
"Body": "Body",
|
|
64
|
+
"No Error on Failure": "No Error on Failure",
|
|
65
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
66
|
+
"The name of the new folder": "The name of the new folder",
|
|
67
|
+
"Determines if folders from Team Drives should be included in the results.": "Determines if folders from Team Drives should be included in the results.",
|
|
68
|
+
"The name of the new text file": "The name of the new text file",
|
|
69
|
+
"The text content to add to file": "The text content to add to file",
|
|
70
|
+
"Select file type": "Select file type",
|
|
71
|
+
"The name of the file": "The name of the file",
|
|
72
|
+
"The file URL or base64 to upload": "The file URL or base64 to upload",
|
|
73
|
+
"File ID coming from | New File -> id |": "File ID coming from | New File -> id |",
|
|
74
|
+
"The Id of the file/folder to search for.": "The Id of the file/folder to search for.",
|
|
75
|
+
"Folder ID coming from | New Folder -> id | (or any other source)": "Folder ID coming from | New Folder -> id | (or any other source)",
|
|
76
|
+
"Include new files that have been trashed.": "Include new files that have been trashed.",
|
|
77
|
+
"Download all file contents in a list": "Download all file contents in a list",
|
|
78
|
+
"The Query term or field of file/folder to search upon.": "The Query term or field of file/folder to search upon.",
|
|
79
|
+
"The operator to create criteria.": "The operator to create criteria.",
|
|
80
|
+
"Value of the field of file/folder to search for.": "Value of the field of file/folder to search for.",
|
|
81
|
+
"(Optional) Choose between files and folders.": "(Optional) Choose between files and folders.",
|
|
82
|
+
"The ID of the file to duplicate": "The ID of the file to duplicate",
|
|
83
|
+
"The name of the new file": "The name of the new file",
|
|
84
|
+
"The ID of the folder where the file will be duplicated": "The ID of the folder where the file will be duplicated",
|
|
85
|
+
"If left unselected the file will be duplicated as it is": "If left unselected the file will be duplicated as it is",
|
|
86
|
+
"The ID of the document to export": "The ID of the document to export",
|
|
87
|
+
"The ID of the folder where the file will be exported": "The ID of the folder where the file will be exported",
|
|
88
|
+
"The name of the new file (do not include the extension)": "The name of the new file (do not include the extension)",
|
|
89
|
+
"The ID of the file or folder to update permissions for": "The ID of the file or folder to update permissions for",
|
|
90
|
+
"The email address of the user to update permissions for": "The email address of the user to update permissions for",
|
|
91
|
+
"The role to grant to user. See more at: https://developers.google.com/drive/api/guides/ref-roles": "The role to grant to user. See more at: https://developers.google.com/drive/api/guides/ref-roles",
|
|
92
|
+
"Send an email to the user to notify them of the new permissions": "Send an email to the user to notify them of the new permissions",
|
|
93
|
+
"The role to remove from user.": "The role to remove from user.",
|
|
94
|
+
"You can use **Search Folder/File** action to retrieve ID.": "You can use **Search Folder/File** action to retrieve ID.",
|
|
95
|
+
"The ID of the file to delete": "The ID of the file to delete",
|
|
96
|
+
"The ID of the file to trash": "The ID of the file to trash",
|
|
97
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
98
|
+
"CSV": "CSV",
|
|
99
|
+
"XML": "XML",
|
|
100
|
+
"Full text search": "Full text search",
|
|
101
|
+
"Contains": "Contains",
|
|
102
|
+
"Equals": "Equals",
|
|
103
|
+
"All": "All",
|
|
104
|
+
"Files": "Files",
|
|
105
|
+
"Folders": "Folders",
|
|
106
|
+
"Google Sheets": "Google Sheets",
|
|
107
|
+
"Google Docs": "Google Docs",
|
|
108
|
+
"Organizer": "Organizer",
|
|
109
|
+
"File Organizer": "File Organizer",
|
|
110
|
+
"Writer": "Writer",
|
|
111
|
+
"Commenter": "Commenter",
|
|
112
|
+
"Reader": "Reader",
|
|
113
|
+
"GET": "GET",
|
|
114
|
+
"POST": "POST",
|
|
115
|
+
"PATCH": "PATCH",
|
|
116
|
+
"PUT": "PUT",
|
|
117
|
+
"DELETE": "DELETE",
|
|
118
|
+
"HEAD": "HEAD",
|
|
119
|
+
"New File": "New File",
|
|
120
|
+
"New Folder": "New Folder",
|
|
121
|
+
"Trigger when a new file is uploaded.": "Trigger when a new file is uploaded.",
|
|
122
|
+
"Trigger when a new folder is created or uploaded.": "Trigger when a new folder is created or uploaded.",
|
|
123
|
+
"Include File Content": "Include File Content",
|
|
124
|
+
"Include the file content in the output. This will increase the time taken to fetch the files and might cause issues with large files.": "Include the file content in the output. This will increase the time taken to fetch the files and might cause issues with large files."
|
|
125
|
+
}
|
package/src/i18n/id.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Google Drive": "Google Drive",
|
|
3
|
+
"Cloud storage and file backup": "Cloud storage and file backup",
|
|
4
|
+
"Create new folder": "Create new folder",
|
|
5
|
+
"Create new file": "Create new file",
|
|
6
|
+
"Upload file": "Upload file",
|
|
7
|
+
"Read file": "Read file",
|
|
8
|
+
"Get File": "Get File",
|
|
9
|
+
"List files": "List files",
|
|
10
|
+
"Search": "Search",
|
|
11
|
+
"Duplicate File": "Duplicate File",
|
|
12
|
+
"Save Document as PDF": "Save Document as PDF",
|
|
13
|
+
"Update permissions": "Update permissions",
|
|
14
|
+
"Delete permissions": "Delete permissions",
|
|
15
|
+
"Set public access": "Set public access",
|
|
16
|
+
"Move File": "Move File",
|
|
17
|
+
"Delete file": "Delete file",
|
|
18
|
+
"Trash file": "Trash file",
|
|
19
|
+
"Custom API Call": "Custom API Call",
|
|
20
|
+
"Create a new empty folder in your Google Drive": "Create a new empty folder in your Google Drive",
|
|
21
|
+
"Create a new text file in your Google Drive from text": "Create a new text file in your Google Drive from text",
|
|
22
|
+
"Upload a file in your Google Drive": "Upload a file in your Google Drive",
|
|
23
|
+
"Read a selected file from google drive file": "Read a selected file from google drive file",
|
|
24
|
+
"Get a file folder for files/sub-folders": "Get a file folder for files/sub-folders",
|
|
25
|
+
"List files from a Google Drive folder": "List files from a Google Drive folder",
|
|
26
|
+
"Search a Google Drive folder for files/sub-folders": "Search a Google Drive folder for files/sub-folders",
|
|
27
|
+
"Duplicate a file from Google Drive. Returns the new file ID.": "Duplicate a file from Google Drive. Returns the new file ID.",
|
|
28
|
+
"Save a document as PDF in a Google Drive folder": "Save a document as PDF in a Google Drive folder",
|
|
29
|
+
"Update permissions for a file or folder": "Update permissions for a file or folder",
|
|
30
|
+
"Removes a role from an user for a file or folder": "Removes a role from an user for a file or folder",
|
|
31
|
+
"Set public access for a file or folder": "Set public access for a file or folder",
|
|
32
|
+
"Moves a file from one folder to another.": "Moves a file from one folder to another.",
|
|
33
|
+
"Delete permanently a file from your Google Drive": "Delete permanently a file from your Google Drive",
|
|
34
|
+
"Move a file to the trash in your Google Drive": "Move a file to the trash in your Google Drive",
|
|
35
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
36
|
+
"Folder name": "Folder name",
|
|
37
|
+
"Parent Folder": "Parent Folder",
|
|
38
|
+
"Include Team Drives": "Include Team Drives",
|
|
39
|
+
"File name": "File name",
|
|
40
|
+
"Text": "Text",
|
|
41
|
+
"Content type": "Content type",
|
|
42
|
+
"File": "File",
|
|
43
|
+
"File ID": "File ID",
|
|
44
|
+
"Destination File name": "Destination File name",
|
|
45
|
+
"File / Folder Id": "File / Folder Id",
|
|
46
|
+
"Folder ID": "Folder ID",
|
|
47
|
+
"Include Trashed": "Include Trashed",
|
|
48
|
+
"Download Files": "Download Files",
|
|
49
|
+
"Query Term": "Query Term",
|
|
50
|
+
"Operator": "Operator",
|
|
51
|
+
"Value": "Value",
|
|
52
|
+
"File Type": "File Type",
|
|
53
|
+
"Name": "Name",
|
|
54
|
+
"Duplicate as": "Duplicate as",
|
|
55
|
+
"Document ID": "Document ID",
|
|
56
|
+
"File or Folder ID": "File or Folder ID",
|
|
57
|
+
"User email": "User email",
|
|
58
|
+
"Role": "Peran",
|
|
59
|
+
"Send invitation email": "Send invitation email",
|
|
60
|
+
"Method": "Method",
|
|
61
|
+
"Headers": "Headers",
|
|
62
|
+
"Query Parameters": "Query Parameters",
|
|
63
|
+
"Body": "Body",
|
|
64
|
+
"No Error on Failure": "No Error on Failure",
|
|
65
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
66
|
+
"The name of the new folder": "The name of the new folder",
|
|
67
|
+
"Determines if folders from Team Drives should be included in the results.": "Determines if folders from Team Drives should be included in the results.",
|
|
68
|
+
"The name of the new text file": "The name of the new text file",
|
|
69
|
+
"The text content to add to file": "The text content to add to file",
|
|
70
|
+
"Select file type": "Select file type",
|
|
71
|
+
"The name of the file": "The name of the file",
|
|
72
|
+
"The file URL or base64 to upload": "The file URL or base64 to upload",
|
|
73
|
+
"File ID coming from | New File -> id |": "File ID coming from | New File -> id |",
|
|
74
|
+
"The Id of the file/folder to search for.": "The Id of the file/folder to search for.",
|
|
75
|
+
"Folder ID coming from | New Folder -> id | (or any other source)": "Folder ID coming from | New Folder -> id | (or any other source)",
|
|
76
|
+
"Include new files that have been trashed.": "Include new files that have been trashed.",
|
|
77
|
+
"Download all file contents in a list": "Download all file contents in a list",
|
|
78
|
+
"The Query term or field of file/folder to search upon.": "The Query term or field of file/folder to search upon.",
|
|
79
|
+
"The operator to create criteria.": "The operator to create criteria.",
|
|
80
|
+
"Value of the field of file/folder to search for.": "Value of the field of file/folder to search for.",
|
|
81
|
+
"(Optional) Choose between files and folders.": "(Optional) Choose between files and folders.",
|
|
82
|
+
"The ID of the file to duplicate": "The ID of the file to duplicate",
|
|
83
|
+
"The name of the new file": "The name of the new file",
|
|
84
|
+
"The ID of the folder where the file will be duplicated": "The ID of the folder where the file will be duplicated",
|
|
85
|
+
"If left unselected the file will be duplicated as it is": "If left unselected the file will be duplicated as it is",
|
|
86
|
+
"The ID of the document to export": "The ID of the document to export",
|
|
87
|
+
"The ID of the folder where the file will be exported": "The ID of the folder where the file will be exported",
|
|
88
|
+
"The name of the new file (do not include the extension)": "The name of the new file (do not include the extension)",
|
|
89
|
+
"The ID of the file or folder to update permissions for": "The ID of the file or folder to update permissions for",
|
|
90
|
+
"The email address of the user to update permissions for": "The email address of the user to update permissions for",
|
|
91
|
+
"The role to grant to user. See more at: https://developers.google.com/drive/api/guides/ref-roles": "The role to grant to user. See more at: https://developers.google.com/drive/api/guides/ref-roles",
|
|
92
|
+
"Send an email to the user to notify them of the new permissions": "Send an email to the user to notify them of the new permissions",
|
|
93
|
+
"The role to remove from user.": "The role to remove from user.",
|
|
94
|
+
"You can use **Search Folder/File** action to retrieve ID.": "You can use **Search Folder/File** action to retrieve ID.",
|
|
95
|
+
"The ID of the file to delete": "The ID of the file to delete",
|
|
96
|
+
"The ID of the file to trash": "The ID of the file to trash",
|
|
97
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
98
|
+
"CSV": "CSV",
|
|
99
|
+
"XML": "XML",
|
|
100
|
+
"Full text search": "Full text search",
|
|
101
|
+
"Contains": "Contains",
|
|
102
|
+
"Equals": "Equals",
|
|
103
|
+
"All": "Semua",
|
|
104
|
+
"Files": "Files",
|
|
105
|
+
"Folders": "Folders",
|
|
106
|
+
"Google Sheets": "Google Sheets",
|
|
107
|
+
"Google Docs": "Google Docs",
|
|
108
|
+
"Organizer": "Organizer",
|
|
109
|
+
"File Organizer": "File Organizer",
|
|
110
|
+
"Writer": "Writer",
|
|
111
|
+
"Commenter": "Commenter",
|
|
112
|
+
"Reader": "Reader",
|
|
113
|
+
"GET": "GET",
|
|
114
|
+
"POST": "POST",
|
|
115
|
+
"PATCH": "PATCH",
|
|
116
|
+
"PUT": "PUT",
|
|
117
|
+
"DELETE": "DELETE",
|
|
118
|
+
"HEAD": "HEAD",
|
|
119
|
+
"New File": "New File",
|
|
120
|
+
"New Folder": "New Folder",
|
|
121
|
+
"Trigger when a new file is uploaded.": "Trigger when a new file is uploaded.",
|
|
122
|
+
"Trigger when a new folder is created or uploaded.": "Trigger when a new folder is created or uploaded.",
|
|
123
|
+
"Include File Content": "Include File Content",
|
|
124
|
+
"Include the file content in the output. This will increase the time taken to fetch the files and might cause issues with large files.": "Include the file content in the output. This will increase the time taken to fetch the files and might cause issues with large files."
|
|
125
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Cloud storage and file backup": "クラウドストレージとファイルバックアップ",
|
|
3
|
+
"Create new folder": "新しいフォルダを作成",
|
|
4
|
+
"Create new file": "新しいファイルを作成",
|
|
5
|
+
"Upload file": "ファイルをアップロード",
|
|
6
|
+
"Read File Content": "ファイルの内容を読む",
|
|
7
|
+
"Get File Information": "ファイル情報の取得",
|
|
8
|
+
"List files": "ファイル一覧",
|
|
9
|
+
"Search": "検索",
|
|
10
|
+
"Duplicate File": "ファイルを複製",
|
|
11
|
+
"Save Document as PDF": "ドキュメントを PDF として保存",
|
|
12
|
+
"Update permissions": "権限の更新",
|
|
13
|
+
"Delete permissions": "権限を削除",
|
|
14
|
+
"Set public access": "公開アクセスを設定",
|
|
15
|
+
"Move File": "ファイルを移動",
|
|
16
|
+
"Delete file": "ファイルを削除",
|
|
17
|
+
"Trash file": "ゴミ箱ファイル",
|
|
18
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
19
|
+
"Create a new empty folder in your Google Drive": "Google ドライブに新しい空のフォルダを作成します",
|
|
20
|
+
"Create a new text file in your Google Drive from text": "テキストからGoogleドライブに新しいテキストファイルを作成します",
|
|
21
|
+
"Upload a file in your Google Drive": "Google ドライブにファイルをアップロード",
|
|
22
|
+
"Read a selected file from google drive file": "Google ドライブファイルから選択したファイルを読み込みます",
|
|
23
|
+
"Get a file folder for files/sub-folders": "ファイル/サブフォルダのファイルフォルダを取得",
|
|
24
|
+
"List files from a Google Drive folder": "Google ドライブフォルダからファイルを一覧表示する",
|
|
25
|
+
"Search a Google Drive folder for files/sub-folders": "ファイル/サブフォルダの Google Drive フォルダを検索します",
|
|
26
|
+
"Duplicate a file from Google Drive. Returns the new file ID.": "Google ドライブからファイルを複製します。新しいファイル ID を返します。",
|
|
27
|
+
"Save a document as PDF in a Google Drive folder": "Google ドライブフォルダにドキュメントを PDF として保存",
|
|
28
|
+
"Update permissions for a file or folder": "ファイルまたはフォルダの権限を更新",
|
|
29
|
+
"Removes a role from an user for a file or folder": "ファイルまたはフォルダのユーザーからロールを削除します。",
|
|
30
|
+
"Set public access for a file or folder": "ファイルまたはフォルダの公開アクセスを設定",
|
|
31
|
+
"Moves a file from one folder to another.": "ファイルをあるフォルダから別のフォルダに移動します。",
|
|
32
|
+
"Delete permanently a file from your Google Drive": "Google ドライブから永久にファイルを削除する",
|
|
33
|
+
"Move a file to the trash in your Google Drive": "Google ドライブ内のゴミ箱にファイルを移動する",
|
|
34
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
35
|
+
"Folder name": "フォルダ名",
|
|
36
|
+
"Parent Folder": "親フォルダ",
|
|
37
|
+
"Include Team Drives": "チームドライブを含む",
|
|
38
|
+
"File name": "ファイル名",
|
|
39
|
+
"Text": "テキスト",
|
|
40
|
+
"Content type": "コンテンツタイプ",
|
|
41
|
+
"File": "ファイル",
|
|
42
|
+
"File ID": "ファイルID",
|
|
43
|
+
"Destination File name": "保存先のファイル名",
|
|
44
|
+
"File / Folder Id": "ファイル / フォルダ ID",
|
|
45
|
+
"Folder ID": "フォルダID",
|
|
46
|
+
"Include Trashed": "ゴミ箱を含める",
|
|
47
|
+
"Depth Level": "深さレベル",
|
|
48
|
+
"Download Files": "ファイルをダウンロード",
|
|
49
|
+
"Query Term": "クエリの用語",
|
|
50
|
+
"Operator": "演算子",
|
|
51
|
+
"Value": "値",
|
|
52
|
+
"File Type": "ファイルの種類",
|
|
53
|
+
"Name": "Name",
|
|
54
|
+
"Duplicate as": "次として複製:",
|
|
55
|
+
"Document ID": "ドキュメントID",
|
|
56
|
+
"File or Folder ID": "ファイルまたはフォルダID",
|
|
57
|
+
"User email": "ユーザーのメールアドレス",
|
|
58
|
+
"Role": "ロール",
|
|
59
|
+
"Send invitation email": "招待メールを送信",
|
|
60
|
+
"Method": "方法",
|
|
61
|
+
"Headers": "ヘッダー",
|
|
62
|
+
"Query Parameters": "クエリパラメータ",
|
|
63
|
+
"Body Type": "ボディタイプ",
|
|
64
|
+
"Body": "本文",
|
|
65
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
66
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
67
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
68
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
69
|
+
"The name of the new folder": "新しいフォルダの名前",
|
|
70
|
+
"Determines if folders from Team Drives should be included in the results.": "チームドライブのフォルダを結果に含めるかどうかを指定します。",
|
|
71
|
+
"The name of the new text file": "新しいテキストファイルの名前",
|
|
72
|
+
"The text content to add to file": "ファイルに追加するテキストコンテンツ",
|
|
73
|
+
"Select file type": "ファイルの種類を選択",
|
|
74
|
+
"The name of the file": "ファイルの名前",
|
|
75
|
+
"The file URL or base64 to upload": "アップロードするファイル URL または base64",
|
|
76
|
+
"File ID coming from | New File -> id |": "ファイルIDが出てきます | 新規ファイル -> id |",
|
|
77
|
+
"The Id of the file/folder to search for.": "検索するファイル/フォルダのID。",
|
|
78
|
+
"Folder ID coming from | New Folder -> id | (or any other source)": "フォルダIDが表示されます | 新規フォルダ -> id | (または他のソース)",
|
|
79
|
+
"Include new files that have been trashed.": "ゴミ箱にある新しいファイルを含めます。",
|
|
80
|
+
"How many levels deep to search for files. 1 = current folder only, 2 = current + next level, etc.": "1=現在のフォルダのみ、2=現在+次のレベルなど。",
|
|
81
|
+
"Download all file contents in a list": "リスト内のすべてのファイルの内容をダウンロード",
|
|
82
|
+
"The Query term or field of file/folder to search upon.": "検索するファイル/フォルダのクエリ用語またはフィールド。",
|
|
83
|
+
"The operator to create criteria.": "基準を作成する演算子。",
|
|
84
|
+
"Value of the field of file/folder to search for.": "検索するファイル/フォルダのフィールドの値。",
|
|
85
|
+
"(Optional) Choose between files and folders.": "(オプション)ファイルとフォルダから選択します。",
|
|
86
|
+
"The ID of the file to duplicate": "複製するファイルの ID",
|
|
87
|
+
"The name of the new file": "新しいファイルの名前",
|
|
88
|
+
"The ID of the folder where the file will be duplicated": "ファイルが複製されるフォルダのID",
|
|
89
|
+
"If left unselected the file will be duplicated as it is": "選択されていない場合、ファイルはそのまま複製されます",
|
|
90
|
+
"The ID of the document to export": "エクスポートするドキュメントの ID",
|
|
91
|
+
"The ID of the folder where the file will be exported": "ファイルをエクスポートするフォルダのID",
|
|
92
|
+
"The name of the new file (do not include the extension)": "新しいファイルの名前 (拡張子を含まない)",
|
|
93
|
+
"The ID of the file or folder to update permissions for": "次の権限を更新するファイルまたはフォルダの ID",
|
|
94
|
+
"The email address of the user to update permissions for": "権限を更新するユーザーのメールアドレス",
|
|
95
|
+
"The role to grant to user. See more at: https://developers.google.com/drive/api/guides/ref-roles": "ユーザーに付与するロール。詳細は https://developers.google.com/drive/api/guides/ref-roles",
|
|
96
|
+
"Send an email to the user to notify them of the new permissions": "新しい権限をユーザーに通知するために電子メールを送信します",
|
|
97
|
+
"The role to remove from user.": "ユーザーから削除するロール。",
|
|
98
|
+
"The role to assign for public access": "パブリックアクセスに割り当てるロール",
|
|
99
|
+
"You can use **Search Folder/File** action to retrieve ID.": "**Search Folder/File** アクションを使用して ID を取得できます。",
|
|
100
|
+
"The ID of the file to delete": "削除するファイルの ID",
|
|
101
|
+
"The ID of the file to trash": "ゴミ箱へのファイルのID",
|
|
102
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
103
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
104
|
+
"CSV": "CSV",
|
|
105
|
+
"XML": "XML",
|
|
106
|
+
"Full text search": "全文検索",
|
|
107
|
+
"Contains": "以下を含む",
|
|
108
|
+
"Equals": "等しい",
|
|
109
|
+
"All": "すべて",
|
|
110
|
+
"Files": "ファイル",
|
|
111
|
+
"Folders": "フォルダ",
|
|
112
|
+
"Google Sheets": "Google シート",
|
|
113
|
+
"Google Docs": "Google Docs",
|
|
114
|
+
"Organizer": "オーガナイザー",
|
|
115
|
+
"File Organizer": "ファイルオーガナイザ",
|
|
116
|
+
"Writer": "Writer",
|
|
117
|
+
"Commenter": "コメント",
|
|
118
|
+
"Reader": "リーダー",
|
|
119
|
+
"Editor": "エディター",
|
|
120
|
+
"GET": "GET",
|
|
121
|
+
"POST": "POST",
|
|
122
|
+
"PATCH": "PATCH",
|
|
123
|
+
"PUT": "PUT",
|
|
124
|
+
"DELETE": "DELETE",
|
|
125
|
+
"HEAD": "HEAD",
|
|
126
|
+
"None": "なし",
|
|
127
|
+
"JSON": "JSON",
|
|
128
|
+
"Form Data": "フォームデータ",
|
|
129
|
+
"Raw": "Raw",
|
|
130
|
+
"New File": "新規ファイル",
|
|
131
|
+
"New Folder": "新規フォルダ",
|
|
132
|
+
"Trigger when a new file is uploaded.": "新しいファイルがアップロードされたときにトリガーします。",
|
|
133
|
+
"Trigger when a new folder is created or uploaded.": "新しいフォルダが作成またはアップロードされたときにトリガーします。",
|
|
134
|
+
"Include File Content": "ファイルの内容を含める",
|
|
135
|
+
"Include the file content in the output. This will increase the time taken to fetch the files and might cause issues with large files.": "出力にファイルの内容を含めます。これによりファイルの取得にかかる時間が長くなり、大きなファイルに問題が生じる可能性があります。"
|
|
136
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Cloud storage and file backup": "Cloud opslag en bestandsback-up",
|
|
3
|
+
"Create new folder": "Nieuwe map maken",
|
|
4
|
+
"Create new file": "Nieuw bestand maken",
|
|
5
|
+
"Upload file": "Bestand uploaden",
|
|
6
|
+
"Read File Content": "Lees bestandsinhoud",
|
|
7
|
+
"Get File Information": "Verkrijg bestandsinformatie",
|
|
8
|
+
"List files": "Bestanden weergeven",
|
|
9
|
+
"Search": "Zoeken",
|
|
10
|
+
"Duplicate File": "Bestand dupliceren",
|
|
11
|
+
"Save Document as PDF": "Document opslaan als PDF",
|
|
12
|
+
"Update permissions": "Rechten bijwerken",
|
|
13
|
+
"Delete permissions": "Machtigingen verwijderen",
|
|
14
|
+
"Set public access": "Openbare toegang instellen",
|
|
15
|
+
"Move File": "Bestand verplaatsen",
|
|
16
|
+
"Delete file": "Bestand verwijderen",
|
|
17
|
+
"Trash file": "Prullenbak bestand",
|
|
18
|
+
"Custom API Call": "Custom API Call",
|
|
19
|
+
"Create a new empty folder in your Google Drive": "Maak een nieuwe lege map aan in uw Google Drive",
|
|
20
|
+
"Create a new text file in your Google Drive from text": "Maak een nieuw tekstbestand aan vanuit de tekst van Google Drive",
|
|
21
|
+
"Upload a file in your Google Drive": "Upload een bestand in uw Google Drive",
|
|
22
|
+
"Read a selected file from google drive file": "Lees een geselecteerd bestand van google drive bestand",
|
|
23
|
+
"Get a file folder for files/sub-folders": "Verkrijg een bestandsmap voor bestanden/submappen",
|
|
24
|
+
"List files from a Google Drive folder": "Bestanden uit een Google Drive-map weergeven",
|
|
25
|
+
"Search a Google Drive folder for files/sub-folders": "Zoek een Google Drive-map voor bestanden/sub-mappen",
|
|
26
|
+
"Duplicate a file from Google Drive. Returns the new file ID.": "Dupliceer een bestand van Google Drive. Retourneert het nieuwe bestand ID.",
|
|
27
|
+
"Save a document as PDF in a Google Drive folder": "Een document als PDF opslaan in een Google Drive-map",
|
|
28
|
+
"Update permissions for a file or folder": "Rechten voor een bestand of map bijwerken",
|
|
29
|
+
"Removes a role from an user for a file or folder": "Verwijdert een rol van een gebruiker voor een bestand of map",
|
|
30
|
+
"Set public access for a file or folder": "Openbare toegang instellen voor een bestand of map",
|
|
31
|
+
"Moves a file from one folder to another.": "Verplaatst een bestand van de ene map naar de andere.",
|
|
32
|
+
"Delete permanently a file from your Google Drive": "Verwijder permanent een bestand uit uw Google Drive",
|
|
33
|
+
"Move a file to the trash in your Google Drive": "Verplaats een bestand naar de prullenbak in uw Google Drive",
|
|
34
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
35
|
+
"Folder name": "Folder Name",
|
|
36
|
+
"Parent Folder": "Bovenliggende map",
|
|
37
|
+
"Include Team Drives": "Inclusief Team Drives",
|
|
38
|
+
"File name": "Bestandsnaam is vereist",
|
|
39
|
+
"Text": "Tekstveld",
|
|
40
|
+
"Content type": "Soort inhoud",
|
|
41
|
+
"File": "Bestand",
|
|
42
|
+
"File ID": "Bestand ID",
|
|
43
|
+
"Destination File name": "Bestemming bestandsnaam",
|
|
44
|
+
"File / Folder Id": "Bestand / map ID",
|
|
45
|
+
"Folder ID": "Map ID",
|
|
46
|
+
"Include Trashed": "Omvatten naar prullenbak",
|
|
47
|
+
"Depth Level": "Diepte Niveau",
|
|
48
|
+
"Download Files": "Download bestanden",
|
|
49
|
+
"Query Term": "Query Term",
|
|
50
|
+
"Operator": "Operator",
|
|
51
|
+
"Value": "Waarde",
|
|
52
|
+
"File Type": "Type bestand",
|
|
53
|
+
"Name": "Naam",
|
|
54
|
+
"Duplicate as": "Dupliceren als",
|
|
55
|
+
"Document ID": "Document ID",
|
|
56
|
+
"File or Folder ID": "Bestand of map ID",
|
|
57
|
+
"User email": "E-mail van gebruiker",
|
|
58
|
+
"Role": "Functie",
|
|
59
|
+
"Send invitation email": "Uitnodiging e-mail versturen",
|
|
60
|
+
"Method": "Methode",
|
|
61
|
+
"Headers": "Kopteksten",
|
|
62
|
+
"Query Parameters": "Query parameters",
|
|
63
|
+
"Body Type": "Type lichaam",
|
|
64
|
+
"Body": "Lichaam",
|
|
65
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
66
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
67
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
68
|
+
"Follow redirects": "Volg omleidingen",
|
|
69
|
+
"The name of the new folder": "De naam van de nieuwe map",
|
|
70
|
+
"Determines if folders from Team Drives should be included in the results.": "Bepaalt of mappen van Team Drives moeten worden opgenomen in de resultaten.",
|
|
71
|
+
"The name of the new text file": "De naam van het nieuwe tekstbestand",
|
|
72
|
+
"The text content to add to file": "De tekstinhoud om toe te voegen aan het bestand",
|
|
73
|
+
"Select file type": "Bestandstype selecteren",
|
|
74
|
+
"The name of the file": "De naam van het bestand",
|
|
75
|
+
"The file URL or base64 to upload": "De bestands-URL of base64 om te uploaden",
|
|
76
|
+
"File ID coming from | New File -> id |": "Bestands-ID komt van ×New File -> id ×",
|
|
77
|
+
"The Id of the file/folder to search for.": "De Id van het bestand/map waarnaar gezocht moet worden.",
|
|
78
|
+
"Folder ID coming from | New Folder -> id | (or any other source)": "Map-ID komt van ‧ Nieuwe Map -> id →(of een andere bron)",
|
|
79
|
+
"Include new files that have been trashed.": "Voeg nieuwe bestanden toe die naar de prullenbak zijn verwezen.",
|
|
80
|
+
"How many levels deep to search for files. 1 = current folder only, 2 = current + next level, etc.": "Hoeveel levels diep om te zoeken naar bestanden. 1 = alleen de huidige map, 2 = huidig + volgend niveau, etc.",
|
|
81
|
+
"Download all file contents in a list": "Download alle bestandsinhoud in een lijst",
|
|
82
|
+
"The Query term or field of file/folder to search upon.": "De zoekterm of veld van bestand/map om op te zoeken.",
|
|
83
|
+
"The operator to create criteria.": "De operator om criteria aan te maken.",
|
|
84
|
+
"Value of the field of file/folder to search for.": "Waarde van het veld van het bestand/map waarnaar gezocht moet worden.",
|
|
85
|
+
"(Optional) Choose between files and folders.": "(Optioneel) Kies tussen bestanden en mappen.",
|
|
86
|
+
"The ID of the file to duplicate": "De ID van het te dupliceren bestand",
|
|
87
|
+
"The name of the new file": "De naam van het nieuwe bestand",
|
|
88
|
+
"The ID of the folder where the file will be duplicated": "De ID van de map waar het bestand zal worden gedupliceerd",
|
|
89
|
+
"If left unselected the file will be duplicated as it is": "Indien niet geselecteerd wordt het bestand gedupliceerd omdat het is",
|
|
90
|
+
"The ID of the document to export": "Het ID van het te exporteren document",
|
|
91
|
+
"The ID of the folder where the file will be exported": "Het ID van de map waar het bestand wordt geëxporteerd",
|
|
92
|
+
"The name of the new file (do not include the extension)": "De naam van het nieuwe bestand (voeg de extensie niet toe)",
|
|
93
|
+
"The ID of the file or folder to update permissions for": "Het ID van het bestand of map om de rechten bij te werken voor",
|
|
94
|
+
"The email address of the user to update permissions for": "Het e-mailadres van de gebruiker om de rechten bij te werken voor",
|
|
95
|
+
"The role to grant to user. See more at: https://developers.google.com/drive/api/guides/ref-roles": "De rol om gebruiker toe te kennen. Zie meer op: https://developers.google.com/drive/api/guides/ref-roles",
|
|
96
|
+
"Send an email to the user to notify them of the new permissions": "Stuur een e-mail naar de gebruiker om hem op de hoogte te stellen van de nieuwe machtigingen",
|
|
97
|
+
"The role to remove from user.": "De rol om te verwijderen van de gebruiker.",
|
|
98
|
+
"The role to assign for public access": "De rol om toe te wijzen voor publieke toegang",
|
|
99
|
+
"You can use **Search Folder/File** action to retrieve ID.": "U kunt de actie **Zoekmap/bestand** gebruiken om ID op te halen.",
|
|
100
|
+
"The ID of the file to delete": "Het ID van het te verwijderen bestand",
|
|
101
|
+
"The ID of the file to trash": "Het ID van het bestand om te prullenbak",
|
|
102
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
103
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
104
|
+
"CSV": "csv",
|
|
105
|
+
"XML": "XML",
|
|
106
|
+
"Full text search": "Volledige tekst zoeken",
|
|
107
|
+
"Contains": "Bevat",
|
|
108
|
+
"Equals": "Gelijk aan",
|
|
109
|
+
"All": "Allemaal",
|
|
110
|
+
"Files": "Bestanden",
|
|
111
|
+
"Folders": "Mappen",
|
|
112
|
+
"Google Sheets": "Google Sheets",
|
|
113
|
+
"Google Docs": "Google Docs",
|
|
114
|
+
"Organizer": "Organisator",
|
|
115
|
+
"File Organizer": "Bestands Organisator",
|
|
116
|
+
"Writer": "Schrijver",
|
|
117
|
+
"Commenter": "Commentaar",
|
|
118
|
+
"Reader": "Lezer",
|
|
119
|
+
"Editor": "Bewerker",
|
|
120
|
+
"GET": "KRIJG",
|
|
121
|
+
"POST": "POSTE",
|
|
122
|
+
"PATCH": "BEKIJK",
|
|
123
|
+
"PUT": "PUT",
|
|
124
|
+
"DELETE": "VERWIJDEREN",
|
|
125
|
+
"HEAD": "HOOFD",
|
|
126
|
+
"None": "geen",
|
|
127
|
+
"JSON": "JSON",
|
|
128
|
+
"Form Data": "Formulieren gegevens",
|
|
129
|
+
"Raw": "Onbewerkte",
|
|
130
|
+
"New File": "Nieuw bestand",
|
|
131
|
+
"New Folder": "Nieuwe map",
|
|
132
|
+
"Trigger when a new file is uploaded.": "Trigger wanneer een nieuw bestand wordt geüpload.",
|
|
133
|
+
"Trigger when a new folder is created or uploaded.": "Trigger wanneer een nieuwe map is gemaakt of geüpload.",
|
|
134
|
+
"Include File Content": "Bestandsinhoud toevoegen",
|
|
135
|
+
"Include the file content in the output. This will increase the time taken to fetch the files and might cause issues with large files.": "Opnemen van de bestandsinhoud in de uitvoer. Dit verhoogt de tijd die nodig is om de bestanden op te halen en kan problemen veroorzaken met grote bestanden."
|
|
136
|
+
}
|