@activepieces/piece-dropbox 0.5.2 → 0.5.4

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": "Aktif",
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": "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の場合、常に競合エラーを返します。 pdate と \"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": "POST",
100
+ "PATCH": "PATCH",
101
+ "PUT": "PUT",
102
+ "DELETE": "削除",
103
+ "HEAD": "頭"
104
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Dropbox",
3
+ "Cloud storage and file synchronization": "Cloud opslag en bestandssynchronisatie",
4
+ "Search": "Zoeken",
5
+ "Create New Text File": "Nieuw tekstbestand maken",
6
+ "Upload file": "Bestand uploaden",
7
+ "Download File": "Bestand downloaden",
8
+ "Get temporary file link": "Tijdelijke bestandslink ophalen",
9
+ "Delete file": "Bestand verwijderen",
10
+ "Move file": "Bestand verplaatsen",
11
+ "Copy file": "Bestand kopiëren",
12
+ "Create New Folder": "Nieuwe map maken",
13
+ "Delete folder": "Map verwijderen",
14
+ "Move folder": "Map verplaatsen",
15
+ "Copy folder": "Map kopiëren",
16
+ "List a folder": "Toon een map",
17
+ "Custom API Call": "Custom API Call",
18
+ "Search for files and folders": "Zoeken naar bestanden en mappen",
19
+ "Create a new text file from text input": "Maak een nieuw tekstbestand vanuit tekstinvoer",
20
+ "Upload a file": "Bestand uploaden",
21
+ "Download a File from Dropbox": "Download een bestand van Dropbox",
22
+ "Get a temporary file link": "Een tijdelijke bestandslink ophalen",
23
+ "Delete a file": "Bestand verwijderen",
24
+ "Move a file": "Bestand verplaatsen",
25
+ "Copy a file": "Kopieer een bestand",
26
+ "Create a new empty folder": "Maak een nieuwe lege map",
27
+ "Delete a folder": "Map verwijderen",
28
+ "Move a folder": "Map verplaatsen",
29
+ "Copy a folder": "Een map kopiëren",
30
+ "List the contents of a folder": "Geef de inhoud van een map weer",
31
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
32
+ "Query": "Zoekopdracht",
33
+ "Path": "Pad",
34
+ "Max Results": "Max. aantal resultaten",
35
+ "Order By": "Sorteer op",
36
+ "File Status": "Bestand status",
37
+ "Filename Only": "Alleen bestandsnaam",
38
+ "File Extensions": "Bestands extensies",
39
+ "File Categories": "Bestand categorieën",
40
+ "Account ID": "ID klant",
41
+ "Text": "Tekstveld",
42
+ "Autorename": "Autorename",
43
+ "Mute": "Dempen",
44
+ "Strict conflict": "Strikt conflict",
45
+ "File": "Bestand",
46
+ "Auto Rename": "Automatisch hernoemen",
47
+ "From Path": "Van pad",
48
+ "To Path": "Naar pad",
49
+ "Allow Ownership Transfer": "Sta eigenaarsoverdracht toe",
50
+ "Recursive": "Recursief",
51
+ "Limit": "Limiet",
52
+ "Method": "Methode",
53
+ "Headers": "Kopteksten",
54
+ "Query Parameters": "Query parameters",
55
+ "Body": "Lichaam",
56
+ "No Error on Failure": "Geen fout bij fout",
57
+ "Timeout (in seconds)": "Time-out (in seconden)",
58
+ "The search string. Must be at least 3 characters.": "De zoekopdracht. Moet minstens 3 tekens bevatten.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "Het pad om in te zoeken. Indien niet opgegeven, wordt de zoekopdracht uitgevoerd vanuit de root.",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "Het maximale aantal te retourneren zoekresultaten (tot 1000). Standaard is 100 indien niet opgegeven.",
61
+ "Specified property of the order of search results.": "Opgegeven eigenschap van de volgorde van zoekresultaten.",
62
+ "Restricts search to the given file status.": "Beperkt zoeken tot de gegeven bestandsstatus.",
63
+ "Restricts search to only match on filenames.": "Beperkt zoeken tot alleen overeenkomen met bestandsnamen.",
64
+ "Restricts search to only the extensions specified (comma-separated).": "Beperkt zoeken tot alleen de gespecificeerde extensies (komma gescheiden).",
65
+ "Restricts search to only the file categories specified (comma-separated).": "Beperkt de zoekopdracht alleen tot de opgegeven bestandscategorieën (komma gescheiden).",
66
+ "Restricts results to the given account id.": "Beperkt resultaten tot het gegeven account-id.",
67
+ "The path of the new folder e.g. /Homework/math": "Het pad van de nieuwe map b.v. /Homework/wiskunde",
68
+ "The text to write into the file.": "De tekst om in het bestand te schrijven.",
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.": "Als er een conflict is, probeer dan de Dropbox server de map automatisch te hernoemen om het conflict te voorkomen. De standaard voor dit veld 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.": "Normaal gesproken worden gebruikers op de hoogte gesteld van eventuele bestandswijzigingen in hun Dropbox-account via meldingen in de client software. Indien waar, dan zegt dit aan de klanten dat deze wijziging niet mag resulteren in een gebruikersmelding.",
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.": "Wees strikter over hoe elke WriteMode conflicten detecteert. Bijvoorbeeld, geeft altijd een conflictfout terug in de modus = WriteMode. pdate en de gegeven \"rev\" komen niet overeen met het bestaande bestand \"rev\", zelfs niet als het bestaande bestand is verwijderd.",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "Het pad waar het bestand moet worden opgeslagen (bijv. /folder1/file.txt)",
73
+ "The file URL or base64 to upload": "De bestands-URL of base64 om te uploaden",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "Als er een conflict is, zoals bepaald door de modus, laat de Dropbox-server proberen het bestand automatisch te hernoemen om conflicten te voorkomen.",
75
+ "The path of the file (e.g. /folder1/file.txt)": "Het pad van het bestand (bijv. /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "Het pad van het te verwijderen bestand (bijv. /folder1/file.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "Het huidige pad van het bestand (bijv. /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "Het nieuwe pad voor het bestand (bijv. /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "Als er een conflict is, probeer dan de Dropbox-server het bestand automatisch te hernoemen om conflicten te voorkomen.",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "Hiermee kan verplaatst worden door de eigenaar, zelfs als dit zou resulteren in een eigendom overdracht.",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "Het bronpad van het bestand (bijv. /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "Het bestemmingspad voor de gekopieerde (bijv. /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "Sta kopiëren door eigenaar toe, zelfs als het zou resulteren in een eigendom overdracht.",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "Het pad van de te verwijderen map (bijv. /folder1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "Het huidige pad van de map (bijv. /folder1/sourceMap)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "Het nieuwe pad voor de map (bijv. /folder2/destinationFolder)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "Als er een conflict is, probeer dan de Dropbox-server de map automatisch te hernoemen om conflicten te voorkomen.",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "Het bronpad van de map (bijv. /folder1/sourceFolder)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "Het bestemmingspad voor de gekopieerde map (bijv. /folder2/destinationFolder)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "Het pad van de map die moet worden vermeld (bijv. /folder1). Gebruik een lege string voor de hoofdmap.",
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.": "Indien ingeschakeld zal de lijstmapbewerking recursief worden toegepast op alle submappen en de reactie zal de inhoud van alle submappen bevatten.",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "Het maximale aantal resultaten om terug te keren (tussen 1 en 2000). Standaard is 2000 indien niet opgegeven.",
93
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
94
+ "Relevance": "Relevantie",
95
+ "Modified Time": "Gewijzigde tijd",
96
+ "Active": "Actief",
97
+ "Deleted": "Verwijderd",
98
+ "GET": "KRIJG",
99
+ "POST": "POSTE",
100
+ "PATCH": "BEKIJK",
101
+ "PUT": "PUT",
102
+ "DELETE": "VERWIJDEREN",
103
+ "HEAD": "HOOFD"
104
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Escaninho",
3
+ "Cloud storage and file synchronization": "Armazenamento na nuvem e sincronização de arquivos",
4
+ "Search": "Pesquisar",
5
+ "Create New Text File": "Criar Novo Arquivo de Texto",
6
+ "Upload file": "Upload de arquivo",
7
+ "Download File": "Baixar Arquivo",
8
+ "Get temporary file link": "Obter link de arquivo temporário",
9
+ "Delete file": "Excluir arquivo",
10
+ "Move file": "Mover arquivo",
11
+ "Copy file": "Copiar arquivo",
12
+ "Create New Folder": "Criar Nova Pasta",
13
+ "Delete folder": "Excluir pasta",
14
+ "Move folder": "Mover pasta",
15
+ "Copy folder": "Copiar pasta",
16
+ "List a folder": "Listar uma pasta",
17
+ "Custom API Call": "Chamada de API personalizada",
18
+ "Search for files and folders": "Procurar por arquivos e pastas",
19
+ "Create a new text file from text input": "Criar um novo arquivo de texto a partir da entrada de texto",
20
+ "Upload a file": "Enviar um arquivo",
21
+ "Download a File from Dropbox": "Baixar um arquivo do Dropbox",
22
+ "Get a temporary file link": "Obter um link de arquivo temporário",
23
+ "Delete a file": "Apagar um arquivo",
24
+ "Move a file": "Mover um arquivo",
25
+ "Copy a file": "Copiar um arquivo",
26
+ "Create a new empty folder": "Criar uma nova pasta vazia",
27
+ "Delete a folder": "Apagar uma pasta",
28
+ "Move a folder": "Mover uma pasta",
29
+ "Copy a folder": "Copiar uma pasta",
30
+ "List the contents of a folder": "Listar o conteúdo de uma pasta",
31
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
32
+ "Query": "Requisição",
33
+ "Path": "Caminho",
34
+ "Max Results": "Resultados no Máx.",
35
+ "Order By": "Ordenar Por",
36
+ "File Status": "Estado do arquivo",
37
+ "Filename Only": "Apenas Nome do Arquivo",
38
+ "File Extensions": "Extensões de arquivo",
39
+ "File Categories": "Categorias de arquivo",
40
+ "Account ID": "ID da Conta",
41
+ "Text": "texto",
42
+ "Autorename": "Autorename",
43
+ "Mute": "Silenciar",
44
+ "Strict conflict": "Conflito rigoroso",
45
+ "File": "Arquivo",
46
+ "Auto Rename": "Renomear Automaticamente",
47
+ "From Path": "Caminho do Caminho",
48
+ "To Path": "Para o Caminho",
49
+ "Allow Ownership Transfer": "Permitir transferência de propriedade",
50
+ "Recursive": "Recursiva",
51
+ "Limit": "Limitar",
52
+ "Method": "Método",
53
+ "Headers": "Cabeçalhos",
54
+ "Query Parameters": "Parâmetros da consulta",
55
+ "Body": "Conteúdo",
56
+ "No Error on Failure": "Nenhum erro no Failure",
57
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
58
+ "The search string. Must be at least 3 characters.": "O texto de busca. Deve ter pelo menos 3 caracteres.",
59
+ "The path to search in. If not specified, the search is performed from the root.": "O caminho para procurar, se não especificado, a busca é realizada a partir da raiz.",
60
+ "The maximum number of search results to return (up to 1000). Default is 100 if not specified.": "O número máximo de resultados de pesquisa para retornar (até 1000). O padrão é 100 se não for especificado.",
61
+ "Specified property of the order of search results.": "Propriedade especificada da ordem dos resultados da pesquisa.",
62
+ "Restricts search to the given file status.": "Restringe a busca ao status dado do arquivo.",
63
+ "Restricts search to only match on filenames.": "Restringe a busca apenas para nomes de arquivos.",
64
+ "Restricts search to only the extensions specified (comma-separated).": "Restringe a pesquisa apenas para as extensões especificadas (separadas por vírgula).",
65
+ "Restricts search to only the file categories specified (comma-separated).": "Restringe a pesquisa apenas para as categorias de arquivo especificadas (separadas por vírgula).",
66
+ "Restricts results to the given account id.": "Restringe resultados para o ID da conta indicado.",
67
+ "The path of the new folder e.g. /Homework/math": "O caminho da nova pasta ex: /Homework/math",
68
+ "The text to write into the file.": "O texto para escrever no arquivo.",
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.": "Se houver algum conflito, tenha o servidor do Dropbox tentando autenticar a pasta para evitar um conflito. O padrão para este campo é Falso.",
70
+ "Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software. If true, this tells the clients that this modification shouldn't result in a user notification.": "Normalmente, os usuários são informados de quaisquer modificações de arquivos em sua conta Dropbox através de notificações no software do cliente. Se verdadeiro, isso informa aos clientes que esta modificação não deve resultar em uma notificação de usuário.",
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.": "Seja mais rigoroso sobre como cada WriteMode detecta o conflito. Por exemplo, sempre retorne um erro de conflito quando o modo = GravarMode. pdate e a \"rev\" informada não coincide com a \"rev\" do arquivo existente mesmo que o arquivo existente tenha sido excluído.",
72
+ "The path where the file should be saved (e.g. /folder1/file.txt)": "O caminho onde o arquivo deve ser salvo (por exemplo, /folder1/file.txt)",
73
+ "The file URL or base64 to upload": "URL do arquivo ou base64 para enviar",
74
+ "If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict.": "Se houver um conflito, conforme determinado por modo, tenha o servidor do Dropbox tentar autenticar o arquivo para evitar conflitos.",
75
+ "The path of the file (e.g. /folder1/file.txt)": "O caminho do arquivo (por exemplo, /folder1/file.txt)",
76
+ "The path of the file to be deleted (e.g. /folder1/file.txt)": "O caminho do arquivo a ser excluído (por exemplo, /folder1/file.txt)",
77
+ "The current path of the file (e.g. /folder1/oldfile.txt)": "O caminho atual do arquivo (por exemplo, /folder1/oldfile.txt)",
78
+ "The new path for the file (e.g. /folder2/newfile.txt)": "O novo caminho para o arquivo (por exemplo, /folder2/newfile.txt)",
79
+ "If there's a conflict, have the Dropbox server try to autorename the file to avoid conflict.": "Se houver um conflito, faça o servidor do Dropbox tentar autenticar o arquivo para evitar conflitos.",
80
+ "Allows moves by owner even if it would result in an ownership transfer.": "Permite movimentos do proprietário, mesmo que isso resulte em uma transferência de propriedade.",
81
+ "The source path of the file (e.g. /folder1/sourcefile.txt)": "O caminho de origem do arquivo (por exemplo, /folder1/sourcefile.txt)",
82
+ "The destination path for the copied (e.g. /folder2/destinationfile.txt)": "O caminho de destino para o copiado (por exemplo, /folder2/destinationfile.txt)",
83
+ "Allows copy by owner even if it would result in an ownership transfer.": "Permite copiar por proprietário, mesmo que isso resulte em uma transferência de propriedade.",
84
+ "The path of the folder to be deleted (e.g. /folder1)": "O caminho da pasta a ser excluída (por exemplo, /folder1)",
85
+ "The current path of the folder (e.g. /folder1/sourceFolder)": "O caminho atual da pasta (por exemplo, /folder1/sourceFolder)",
86
+ "The new path for the folder (e.g. /folder2/destinationFolder)": "O novo caminho para a pasta (por exemplo, /folder2/destinationFolder)",
87
+ "If there's a conflict, have the Dropbox server try to autorename the folder to avoid conflict.": "Se houver um conflito, peça ao servidor do Dropbox para autenticar a pasta para evitar conflitos.",
88
+ "The source path of the folder (e.g. /folder1/sourceFolder)": "O caminho de origem da pasta (por exemplo, /folder1/sourceFolder)",
89
+ "The destination path for the copied folder (e.g. /folder2/destinationFolder)": "O caminho de destino para a pasta copiada (por exemplo, /folder2/destinationFolder)",
90
+ "The path of the folder to be listed (e.g. /folder1). Use an empty string for the root folder.": "O caminho da pasta a ser listada (por exemplo, /folder1). Use uma string vazia para a pasta raiz.",
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.": "Se definido como verdadeiro, a operação da lista de pasta será aplicada recursivamente a todas as subpastas e a resposta conterá o conteúdo de todas as subpastas.",
92
+ "The maximum number of results to return (between 1 and 2000). Default is 2000 if not specified.": "O número máximo de resultados a retornar (entre 1 e 2000). O padrão é 2000 se não for especificado.",
93
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
94
+ "Relevance": "Relevância",
95
+ "Modified Time": "Hora Modificação",
96
+ "Active": "Ativo",
97
+ "Deleted": "Excluído",
98
+ "GET": "OBTER",
99
+ "POST": "POSTAR",
100
+ "PATCH": "COMPRAR",
101
+ "PUT": "COLOCAR",
102
+ "DELETE": "EXCLUIR",
103
+ "HEAD": "CABEÇA"
104
+ }
@@ -0,0 +1,104 @@
1
+ {
2
+ "Dropbox": "Dropbox",
3
+ "Cloud storage and file synchronization": "Облачное хранилище и синхронизация файлов",
4
+ "Search": "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": "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.": "Ограничивает результаты для данного идентификатора аккаунта.",
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 через уведомления в клиентском программном обеспечении. Если включено, это говорит клиентам, что эта модификация не должна приводить к уведомлениям пользователя.",
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 определяет конфликт. Например, всегда возвращайте ошибку в режиме WriteMode. pdate и указанный \"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": "HEAD"
104
+ }