@activepieces/piece-dropbox 0.5.3 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Dropbox",
3
+ "Cloud storage and file synchronization": "Cloud storage and file synchronization",
4
+ "Search": "Search",
5
+ "Create New Text File": "Create New Text File",
6
+ "Upload file": "Upload file",
7
+ "Download File": "Download File",
8
+ "Get temporary file link": "Get temporary file link",
9
+ "Delete file": "Delete file",
10
+ "Move file": "Move file",
11
+ "Copy file": "Copy file",
12
+ "Create New Folder": "Create New Folder",
13
+ "Delete folder": "Delete folder",
14
+ "Move folder": "Move folder",
15
+ "Copy folder": "Copy folder",
16
+ "List a folder": "List a folder",
17
+ "Custom API Call": "Custom API Call",
18
+ "Search for files and folders": "Search for files and folders",
19
+ "Create a new text file from text input": "Create a new text file from text input",
20
+ "Upload a file": "Upload a file",
21
+ "Download a File from Dropbox": "Download a File from Dropbox",
22
+ "Get a temporary file link": "Get a temporary file link",
23
+ "Delete a file": "Delete a file",
24
+ "Move a file": "Move a file",
25
+ "Copy a file": "Copy a file",
26
+ "Create a new empty folder": "Create a new empty folder",
27
+ "Delete a folder": "Delete a folder",
28
+ "Move a folder": "Move a folder",
29
+ "Copy a folder": "Copy a folder",
30
+ "List the contents of a folder": "List the contents of a folder",
31
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
32
+ "Query": "Query",
33
+ "Path": "Path",
34
+ "Max Results": "Max Results",
35
+ "Order By": "Order By",
36
+ "File Status": "File Status",
37
+ "Filename Only": "Filename Only",
38
+ "File Extensions": "File Extensions",
39
+ "File Categories": "File Categories",
40
+ "Account ID": "Account ID",
41
+ "Text": "Text",
42
+ "Autorename": "Autorename",
43
+ "Mute": "Mute",
44
+ "Strict conflict": "Strict conflict",
45
+ "File": "File",
46
+ "Auto Rename": "Auto Rename",
47
+ "From Path": "From Path",
48
+ "To Path": "To Path",
49
+ "Allow Ownership Transfer": "Allow Ownership Transfer",
50
+ "Recursive": "Recursive",
51
+ "Limit": "Limit",
52
+ "Method": "Method",
53
+ "Headers": "Headers",
54
+ "Query Parameters": "Query Parameters",
55
+ "Body": "Body",
56
+ "No Error on Failure": "No Error on Failure",
57
+ "Timeout (in seconds)": "Timeout (in seconds)",
58
+ "The search string. Must be at least 3 characters.": "The search string. Must be at least 3 characters.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "The path to search in. If not specified, the search is performed from the root.",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "The maximum number of search results to return (up to 1000). Default is 100 if not specified.",
61
+ "Specified property of the order of search results.": "Specified property of the order of search results.",
62
+ "Restricts search to the given file status.": "Restricts search to the given file status.",
63
+ "Restricts search to only match on filenames.": "Restricts search to only match on filenames.",
64
+ "Restricts search to only the extensions specified (comma-separated).": "Restricts search to only the extensions specified (comma-separated).",
65
+ "Restricts search to only the file categories specified (comma-separated).": "Restricts search to only the file categories specified (comma-separated).",
66
+ "Restricts results to the given account id.": "Restricts results to the given account id.",
67
+ "The path of the new folder e.g. /Homework/math": "The path of the new folder e.g. /Homework/math",
68
+ "The text to write into the file.": "The text to write into the file.",
69
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.": "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.",
70
+ "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.": "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.",
71
+ "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.": "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "The path where the file should be saved (e.g. /folder1/file.txt)",
73
+ "The file URL or base64 to upload": "The file URL or base64 to upload",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.",
75
+ "The path of the file (e.g. /folder1/file.txt)": "The path of the file (e.g. /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "The path of the file to be deleted (e.g. /folder1/file.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "The current path of the file (e.g. /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "The new path for the file (e.g. /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "Allows moves by owner even if it would result in an ownership transfer.",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "The source path of the file (e.g. /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "The destination path for the copied (e.g. /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "Allows copy by owner even if it would result in an ownership transfer.",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "The path of the folder to be deleted (e.g. /folder1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "The current path of the folder (e.g. /folder1/sourceFolder)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "The new path for the folder (e.g. /folder2/destinationFolder)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "The source path of the folder (e.g. /folder1/sourceFolder)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "The destination path for the copied folder (e.g. /folder2/destinationFolder)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.",
91
+ "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.",
93
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
94
+ "Relevance": "Relevance",
95
+ "Modified Time": "Modified Time",
96
+ "Active": "Active",
97
+ "Deleted": "Deleted",
98
+ "GET": "GET",
99
+ "POST": "POST",
100
+ "PATCH": "PATCH",
101
+ "PUT": "PUT",
102
+ "DELETE": "DELETE",
103
+ "HEAD": "HEAD"
104
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Dropbox",
3
+ "Cloud storage and file synchronization": "Cloud storage and file synchronization",
4
+ "Search": "Search",
5
+ "Create New Text File": "Create New Text File",
6
+ "Upload file": "Upload file",
7
+ "Download File": "Download File",
8
+ "Get temporary file link": "Get temporary file link",
9
+ "Delete file": "Delete file",
10
+ "Move file": "Move file",
11
+ "Copy file": "Copy file",
12
+ "Create New Folder": "Create New Folder",
13
+ "Delete folder": "Delete folder",
14
+ "Move folder": "Move folder",
15
+ "Copy folder": "Copy folder",
16
+ "List a folder": "List a folder",
17
+ "Custom API Call": "Custom API Call",
18
+ "Search for files and folders": "Search for files and folders",
19
+ "Create a new text file from text input": "Create a new text file from text input",
20
+ "Upload a file": "Upload a file",
21
+ "Download a File from Dropbox": "Download a File from Dropbox",
22
+ "Get a temporary file link": "Get a temporary file link",
23
+ "Delete a file": "Delete a file",
24
+ "Move a file": "Move a file",
25
+ "Copy a file": "Copy a file",
26
+ "Create a new empty folder": "Create a new empty folder",
27
+ "Delete a folder": "Delete a folder",
28
+ "Move a folder": "Move a folder",
29
+ "Copy a folder": "Copy a folder",
30
+ "List the contents of a folder": "List the contents of a folder",
31
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
32
+ "Query": "Query",
33
+ "Path": "Path",
34
+ "Max Results": "Max Results",
35
+ "Order By": "Order By",
36
+ "File Status": "File Status",
37
+ "Filename Only": "Filename Only",
38
+ "File Extensions": "File Extensions",
39
+ "File Categories": "File Categories",
40
+ "Account ID": "Account ID",
41
+ "Text": "Text",
42
+ "Autorename": "Autorename",
43
+ "Mute": "Mute",
44
+ "Strict conflict": "Strict conflict",
45
+ "File": "File",
46
+ "Auto Rename": "Auto Rename",
47
+ "From Path": "From Path",
48
+ "To Path": "To Path",
49
+ "Allow Ownership Transfer": "Allow Ownership Transfer",
50
+ "Recursive": "Recursive",
51
+ "Limit": "Limit",
52
+ "Method": "Method",
53
+ "Headers": "Headers",
54
+ "Query Parameters": "Query Parameters",
55
+ "Body": "Body",
56
+ "No Error on Failure": "No Error on Failure",
57
+ "Timeout (in seconds)": "Timeout (in seconds)",
58
+ "The search string. Must be at least 3 characters.": "The search string. Must be at least 3 characters.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "The path to search in. If not specified, the search is performed from the root.",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "The maximum number of search results to return (up to 1000). Default is 100 if not specified.",
61
+ "Specified property of the order of search results.": "Specified property of the order of search results.",
62
+ "Restricts search to the given file status.": "Restricts search to the given file status.",
63
+ "Restricts search to only match on filenames.": "Restricts search to only match on filenames.",
64
+ "Restricts search to only the extensions specified (comma-separated).": "Restricts search to only the extensions specified (comma-separated).",
65
+ "Restricts search to only the file categories specified (comma-separated).": "Restricts search to only the file categories specified (comma-separated).",
66
+ "Restricts results to the given account id.": "Restricts results to the given account id.",
67
+ "The path of the new folder e.g. /Homework/math": "The path of the new folder e.g. /Homework/math",
68
+ "The text to write into the file.": "The text to write into the file.",
69
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.": "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.",
70
+ "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.": "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.",
71
+ "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.": "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "The path where the file should be saved (e.g. /folder1/file.txt)",
73
+ "The file URL or base64 to upload": "The file URL or base64 to upload",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.",
75
+ "The path of the file (e.g. /folder1/file.txt)": "The path of the file (e.g. /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "The path of the file to be deleted (e.g. /folder1/file.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "The current path of the file (e.g. /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "The new path for the file (e.g. /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "Allows moves by owner even if it would result in an ownership transfer.",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "The source path of the file (e.g. /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "The destination path for the copied (e.g. /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "Allows copy by owner even if it would result in an ownership transfer.",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "The path of the folder to be deleted (e.g. /folder1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "The current path of the folder (e.g. /folder1/sourceFolder)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "The new path for the folder (e.g. /folder2/destinationFolder)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "The source path of the folder (e.g. /folder1/sourceFolder)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "The destination path for the copied folder (e.g. /folder2/destinationFolder)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.",
91
+ "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.",
93
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
94
+ "Relevance": "Relevance",
95
+ "Modified Time": "Modified Time",
96
+ "Active": "Tích cực",
97
+ "Deleted": "Deleted",
98
+ "GET": "GET",
99
+ "POST": "POST",
100
+ "PATCH": "PATCH",
101
+ "PUT": "PUT",
102
+ "DELETE": "DELETE",
103
+ "HEAD": "HEAD"
104
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Dropbox",
3
+ "Cloud storage and file synchronization": "雲端存儲和文件同步",
4
+ "Search": "搜尋",
5
+ "Create New Text File": "創建新文本文件",
6
+ "Upload file": "上傳文件",
7
+ "Download File": "下載文件",
8
+ "Get temporary file link": "獲取臨時文件鏈接",
9
+ "Delete file": "刪除文件",
10
+ "Move file": "移動文件",
11
+ "Copy file": "複製文件",
12
+ "Create New Folder": "創建新文件夾",
13
+ "Delete folder": "刪除文件夾",
14
+ "Move folder": "移動文件夾",
15
+ "Copy folder": "複製文件夾",
16
+ "List a folder": "列出文件夾",
17
+ "Custom API Call": "自定義 API 呼叫",
18
+ "Search for files and folders": "搜索文件和文件夾",
19
+ "Create a new text file from text input": "從文本輸入創建新文本文件",
20
+ "Upload a file": "上傳文件",
21
+ "Download a File from Dropbox": "從 Dropbox 下載文件",
22
+ "Get a temporary file link": "獲取臨時文件鏈接",
23
+ "Delete a file": "刪除文件",
24
+ "Move a file": "移動文件",
25
+ "Copy a file": "複製文件",
26
+ "Create a new empty folder": "創建一個新的空文件夾",
27
+ "Delete a folder": "刪除文件夾",
28
+ "Move a folder": "移動文件夾",
29
+ "Copy a folder": "複製文件夾",
30
+ "List the contents of a folder": "列出文件夾的內容",
31
+ "Make a custom API call to a specific endpoint": "將一個自定義 API 調用到一個特定的終點",
32
+ "Query": "查詢",
33
+ "Path": "路徑",
34
+ "Max Results": "最大結果",
35
+ "Order By": "排序依據",
36
+ "File Status": "文件狀態",
37
+ "Filename Only": "僅僅文件名",
38
+ "File Extensions": "文件擴展名",
39
+ "File Categories": "文件類別",
40
+ "Account ID": "帳戶 ID",
41
+ "Text": "文本",
42
+ "Autorename": "自動重命名",
43
+ "Mute": "靜音",
44
+ "Strict conflict": "嚴格衝突",
45
+ "File": "文件",
46
+ "Auto Rename": "自動重命名",
47
+ "From Path": "源路徑",
48
+ "To Path": "目標路徑",
49
+ "Allow Ownership Transfer": "允許所有權轉移",
50
+ "Recursive": "遞歸",
51
+ "Limit": "限制",
52
+ "Method": "方法",
53
+ "Headers": "信頭",
54
+ "Query Parameters": "查詢參數",
55
+ "Body": "正文內容",
56
+ "No Error on Failure": "失敗時沒有錯誤",
57
+ "Timeout (in seconds)": "超時(秒)",
58
+ "The search string. Must be at least 3 characters.": "搜索字符串. 必須至少包含3個字符.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "搜索的路徑。如果未指定,則從根目錄開始搜索。",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "返回的最大搜索結果數量(最多1000)。如果未指定,默認為100。",
61
+ "Specified property of the order of search results.": "指定搜索結果的排序屬性。",
62
+ "Restricts search to the given file status.": "限制搜索為給定文件狀態。",
63
+ "Restricts search to only match on filenames.": "僅限制搜索匹配文件名。",
64
+ "Restricts search to only the extensions specified (comma-separated).": "限制搜索為僅指定的擴展名(以逗號分隔)。",
65
+ "Restricts search to only the file categories specified (comma-separated).": "限制搜索僅涉及指定的文件類別(以逗號分隔)。",
66
+ "Restricts results to the given account id.": "限制結果為給定的帳戶 ID。",
67
+ "The path of the new folder e.g. /Homework/math": "新文件夾的路徑,例如 /Homework/math",
68
+ "The text to write into the file.": "將寫入文件的文本。",
69
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. The default for this field is False.": "如果發生衝突,Dropbox 伺服器會嘗試自動重命名文件夾以避免衝突。此字段的默認值為 False。",
70
+ "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.": "通常,通過客戶機軟件的通知,使用者會知道他們的 Dropbox 帳戶中的任何文件修改。如果為 true,這會告訴客戶,這種修改不應導致用戶通知。",
71
+ "Be more strict about how each WriteMode detects conflict. For example, always return a conflict error when mode = WriteMode.update and the given \"rev\" doesn't match the existing file's \"rev\", even if the existing file has been deleted.": "更加嚴格地管理每種 WriteMode 衝突檢測。例如,當 mode = WriteMode.update 且給定 \"rev\" 不匹配現有文件的 \"rev\" 時總是返回衝突錯誤,即使現有文件已被刪除。",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "保存文件的路徑(例如 /folder1/file.txt)",
73
+ "The file URL or base64 to upload": "要上傳的文件 URL 或 base64",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "如果發生衝突,按照模式確定,由 Dropbox 伺服器嘗試自動重命名文件以避免衝突。",
75
+ "The path of the file (e.g. /folder1/file.txt)": "文件的路徑(例如 /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "要刪除的文件的路徑(例如 /folder1/file.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "文件當前的路徑(例如 /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "文件的新路徑(例如 /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "如果有衝突,Dropbox 伺服器會嘗試自動重命名文件以避免衝突。",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "即使會觸發所有權轉移,也允許所有者移動。",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "文件的源路徑(例如 /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "複製後的目標路徑(例如 /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "即使會觸發所有權轉移,也允許所有者複製。",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "要刪除的文件夾的路徑(例如 /folder1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "文件夾當前的路徑(例如 /folder1/sourceFolder)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "文件夾的新路徑(例如 /folder2/destinationFolder)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "如果有衝突,Dropbox 伺服器會嘗試自動重命名文件夾以避免衝突。",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "文件夾的源路徑(例如 /folder1/sourceFolder)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "複製後文件夾的目標路徑(例如 /folder2/destinationFolder)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "要列出的文件夾的路徑(例如 /folder1)。 使用空字符串作為根文件夾。",
91
+ "If set to true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders.": "如果設置為 true,列出文件夾操作將遞歸應用於所有子文件夾,並且響應將包含所有子文件夾的內容。",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "返回的最大結果數量(1 到 2000 之間)。如果未指定則默認為 2000。",
93
+ "Authorization headers are injected automatically from your connection.": "授權頭自動從您的連接中注入。",
94
+ "Relevance": "關聯性",
95
+ "Modified Time": "修改時間",
96
+ "Active": "活動",
97
+ "Deleted": "已刪除",
98
+ "GET": "獲取",
99
+ "POST": "帖子",
100
+ "PATCH": "更新",
101
+ "PUT": "彈出",
102
+ "DELETE": "刪除",
103
+ "HEAD": "頭"
104
+ }