@activepieces/piece-sftp 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -9
- package/src/i18n/de.json +48 -48
- package/src/i18n/es.json +50 -50
- package/src/i18n/fr.json +48 -48
- package/src/i18n/ja.json +49 -49
- package/src/i18n/nl.json +50 -50
- package/src/i18n/pt.json +50 -50
- package/src/i18n/zh.json +4 -4
package/package.json
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sftp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "1.2.12",
|
|
6
|
-
"@ai-sdk/google": "1.2.19",
|
|
7
|
-
"@ai-sdk/openai": "1.3.22",
|
|
8
|
-
"@ai-sdk/replicate": "0.2.8",
|
|
9
5
|
"@sinclair/typebox": "0.34.11",
|
|
10
|
-
"ai": "4.3.16",
|
|
11
6
|
"axios": "1.8.3",
|
|
12
7
|
"axios-retry": "4.4.1",
|
|
13
8
|
"basic-ftp": "5.0.5",
|
|
@@ -19,9 +14,9 @@
|
|
|
19
14
|
"semver": "7.6.0",
|
|
20
15
|
"ssh2-sftp-client": "9.1.0",
|
|
21
16
|
"zod": "3.25.76",
|
|
22
|
-
"@activepieces/pieces-common": "0.
|
|
23
|
-
"@activepieces/pieces-framework": "0.18.
|
|
24
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
18
|
+
"@activepieces/pieces-framework": "0.18.4",
|
|
19
|
+
"@activepieces/shared": "0.19.1",
|
|
25
20
|
"tslib": "2.8.1"
|
|
26
21
|
},
|
|
27
22
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"FTP/SFTP": "FTP/SFTP",
|
|
3
|
-
"Connect to FTP, FTPS or SFTP servers": "
|
|
3
|
+
"Connect to FTP, FTPS or SFTP servers": "Connect to FTP, FTPS or SFTP servers",
|
|
4
4
|
"Protocol": "Protocol",
|
|
5
|
-
"Allow Unauthorized Certificates": "
|
|
5
|
+
"Allow Unauthorized Certificates": "Allow Unauthorized Certificates",
|
|
6
6
|
"Host": "Host",
|
|
7
7
|
"Port": "Port",
|
|
8
|
-
"Username": "
|
|
9
|
-
"Password": "
|
|
10
|
-
"The protocol to use": "
|
|
11
|
-
"Allow connections to servers with self-signed certificates": "
|
|
12
|
-
"The host of the server": "
|
|
13
|
-
"The port of the server": "
|
|
14
|
-
"The username to authenticate with": "
|
|
15
|
-
"The password to authenticate with": "
|
|
8
|
+
"Username": "Username",
|
|
9
|
+
"Password": "Password",
|
|
10
|
+
"The protocol to use": "The protocol to use",
|
|
11
|
+
"Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
|
|
12
|
+
"The host of the server": "The host of the server",
|
|
13
|
+
"The port of the server": "The port of the server",
|
|
14
|
+
"The username to authenticate with": "The username to authenticate with",
|
|
15
|
+
"The password to authenticate with": "The password to authenticate with",
|
|
16
16
|
"SFTP": "SFTP",
|
|
17
17
|
"FTP": "FTP",
|
|
18
18
|
"FTPS": "FTPS",
|
|
19
|
-
"Create File from Text": "
|
|
20
|
-
"Upload File": "
|
|
21
|
-
"Read File Content": "
|
|
22
|
-
"Delete file": "
|
|
23
|
-
"Create Folder": "
|
|
24
|
-
"Delete Folder": "
|
|
25
|
-
"List Folder Contents": "
|
|
26
|
-
"Rename File or Folder": "
|
|
27
|
-
"Create a new file in the given path": "
|
|
28
|
-
"Upload a file to the given path.": "
|
|
29
|
-
"Read the content of a file.": "
|
|
30
|
-
"Deletes a file at given path.": "
|
|
31
|
-
"Creates a folder at given path.": "
|
|
32
|
-
"Deletes an existing folder at given path.": "
|
|
33
|
-
"Lists the contents of a given folder.": "
|
|
34
|
-
"Renames a file or folder at given path.": "
|
|
35
|
-
"File Path": "
|
|
36
|
-
"File content": "
|
|
37
|
-
"Folder Path": "
|
|
38
|
-
"Recursive": "
|
|
39
|
-
"Directory Path": "
|
|
19
|
+
"Create File from Text": "Create File from Text",
|
|
20
|
+
"Upload File": "Upload File",
|
|
21
|
+
"Read File Content": "Read File Content",
|
|
22
|
+
"Delete file": "Delete file",
|
|
23
|
+
"Create Folder": "Create Folder",
|
|
24
|
+
"Delete Folder": "Delete Folder",
|
|
25
|
+
"List Folder Contents": "List Folder Contents",
|
|
26
|
+
"Rename File or Folder": "Rename File or Folder",
|
|
27
|
+
"Create a new file in the given path": "Create a new file in the given path",
|
|
28
|
+
"Upload a file to the given path.": "Upload a file to the given path.",
|
|
29
|
+
"Read the content of a file.": "Read the content of a file.",
|
|
30
|
+
"Deletes a file at given path.": "Deletes a file at given path.",
|
|
31
|
+
"Creates a folder at given path.": "Creates a folder at given path.",
|
|
32
|
+
"Deletes an existing folder at given path.": "Deletes an existing folder at given path.",
|
|
33
|
+
"Lists the contents of a given folder.": "Lists the contents of a given folder.",
|
|
34
|
+
"Renames a file or folder at given path.": "Renames a file or folder at given path.",
|
|
35
|
+
"File Path": "File Path",
|
|
36
|
+
"File content": "File content",
|
|
37
|
+
"Folder Path": "Folder Path",
|
|
38
|
+
"Recursive": "Recursive",
|
|
39
|
+
"Directory Path": "Directory Path",
|
|
40
40
|
"Markdown": "Markdown",
|
|
41
|
-
"Old Path": "
|
|
42
|
-
"New Path": "
|
|
43
|
-
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "
|
|
44
|
-
"The path of the file to delete e.g. `./myfolder/test.mp3`": "
|
|
45
|
-
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "
|
|
46
|
-
"For SFTP only: Create parent directories if they do not exist": "
|
|
47
|
-
"The path of the folder to delete e.g. `./myfolder`": "
|
|
48
|
-
"Enable this option to delete the folder and all its contents, including subfolders and files.": "
|
|
49
|
-
"The path of the folder to list e.g. `./myfolder`": "
|
|
50
|
-
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "
|
|
51
|
-
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "
|
|
52
|
-
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "
|
|
53
|
-
"New File": "
|
|
54
|
-
"Trigger when a new file is created or modified.": "
|
|
55
|
-
"Path": "
|
|
56
|
-
"Ignore hidden files": "
|
|
57
|
-
"The path to watch for new files": "
|
|
41
|
+
"Old Path": "Old Path",
|
|
42
|
+
"New Path": "New Path",
|
|
43
|
+
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`",
|
|
44
|
+
"The path of the file to delete e.g. `./myfolder/test.mp3`": "The path of the file to delete e.g. `./myfolder/test.mp3`",
|
|
45
|
+
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.",
|
|
46
|
+
"For SFTP only: Create parent directories if they do not exist": "For SFTP only: Create parent directories if they do not exist",
|
|
47
|
+
"The path of the folder to delete e.g. `./myfolder`": "The path of the folder to delete e.g. `./myfolder`",
|
|
48
|
+
"Enable this option to delete the folder and all its contents, including subfolders and files.": "Enable this option to delete the folder and all its contents, including subfolders and files.",
|
|
49
|
+
"The path of the folder to list e.g. `./myfolder`": "The path of the folder to list e.g. `./myfolder`",
|
|
50
|
+
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "Depending on the server you can also use this to move a file to another directory, as long as the directory exists.",
|
|
51
|
+
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "The path of the file or folder to rename e.g. `./myfolder/test.mp3`",
|
|
52
|
+
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "The new path of the file or folder e.g. `./myfolder/new-name.mp3`",
|
|
53
|
+
"New File": "New File",
|
|
54
|
+
"Trigger when a new file is created or modified.": "Trigger when a new file is created or modified.",
|
|
55
|
+
"Path": "Path",
|
|
56
|
+
"Ignore hidden files": "Ignore hidden files",
|
|
57
|
+
"The path to watch for new files": "The path to watch for new files"
|
|
58
58
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"FTP/SFTP": "FTP/SFTP",
|
|
3
|
-
"Connect to FTP, FTPS or SFTP servers": "
|
|
3
|
+
"Connect to FTP, FTPS or SFTP servers": "Connect to FTP, FTPS or SFTP servers",
|
|
4
4
|
"Protocol": "Protocol",
|
|
5
|
-
"Allow Unauthorized Certificates": "
|
|
6
|
-
"Host": "
|
|
7
|
-
"Port": "
|
|
8
|
-
"Username": "
|
|
9
|
-
"Password": "
|
|
10
|
-
"The protocol to use": "
|
|
11
|
-
"Allow connections to servers with self-signed certificates": "
|
|
12
|
-
"The host of the server": "
|
|
13
|
-
"The port of the server": "
|
|
14
|
-
"The username to authenticate with": "
|
|
15
|
-
"The password to authenticate with": "
|
|
5
|
+
"Allow Unauthorized Certificates": "Allow Unauthorized Certificates",
|
|
6
|
+
"Host": "Host",
|
|
7
|
+
"Port": "Port",
|
|
8
|
+
"Username": "Username",
|
|
9
|
+
"Password": "Password",
|
|
10
|
+
"The protocol to use": "The protocol to use",
|
|
11
|
+
"Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
|
|
12
|
+
"The host of the server": "The host of the server",
|
|
13
|
+
"The port of the server": "The port of the server",
|
|
14
|
+
"The username to authenticate with": "The username to authenticate with",
|
|
15
|
+
"The password to authenticate with": "The password to authenticate with",
|
|
16
16
|
"SFTP": "SFTP",
|
|
17
17
|
"FTP": "FTP",
|
|
18
18
|
"FTPS": "FTPS",
|
|
19
|
-
"Create File from Text": "
|
|
20
|
-
"Upload File": "
|
|
21
|
-
"Read File Content": "
|
|
22
|
-
"Delete file": "
|
|
23
|
-
"Create Folder": "
|
|
24
|
-
"Delete Folder": "
|
|
25
|
-
"List Folder Contents": "
|
|
26
|
-
"Rename File or Folder": "
|
|
27
|
-
"Create a new file in the given path": "
|
|
28
|
-
"Upload a file to the given path.": "
|
|
29
|
-
"Read the content of a file.": "
|
|
30
|
-
"Deletes a file at given path.": "
|
|
31
|
-
"Creates a folder at given path.": "
|
|
32
|
-
"Deletes an existing folder at given path.": "
|
|
33
|
-
"Lists the contents of a given folder.": "
|
|
34
|
-
"Renames a file or folder at given path.": "
|
|
35
|
-
"File Path": "
|
|
36
|
-
"File content": "
|
|
37
|
-
"Folder Path": "
|
|
38
|
-
"Recursive": "
|
|
39
|
-
"Directory Path": "
|
|
19
|
+
"Create File from Text": "Create File from Text",
|
|
20
|
+
"Upload File": "Upload File",
|
|
21
|
+
"Read File Content": "Read File Content",
|
|
22
|
+
"Delete file": "Delete file",
|
|
23
|
+
"Create Folder": "Create Folder",
|
|
24
|
+
"Delete Folder": "Delete Folder",
|
|
25
|
+
"List Folder Contents": "List Folder Contents",
|
|
26
|
+
"Rename File or Folder": "Rename File or Folder",
|
|
27
|
+
"Create a new file in the given path": "Create a new file in the given path",
|
|
28
|
+
"Upload a file to the given path.": "Upload a file to the given path.",
|
|
29
|
+
"Read the content of a file.": "Read the content of a file.",
|
|
30
|
+
"Deletes a file at given path.": "Deletes a file at given path.",
|
|
31
|
+
"Creates a folder at given path.": "Creates a folder at given path.",
|
|
32
|
+
"Deletes an existing folder at given path.": "Deletes an existing folder at given path.",
|
|
33
|
+
"Lists the contents of a given folder.": "Lists the contents of a given folder.",
|
|
34
|
+
"Renames a file or folder at given path.": "Renames a file or folder at given path.",
|
|
35
|
+
"File Path": "File Path",
|
|
36
|
+
"File content": "File content",
|
|
37
|
+
"Folder Path": "Folder Path",
|
|
38
|
+
"Recursive": "Recursive",
|
|
39
|
+
"Directory Path": "Directory Path",
|
|
40
40
|
"Markdown": "Markdown",
|
|
41
|
-
"Old Path": "
|
|
42
|
-
"New Path": "
|
|
43
|
-
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "
|
|
44
|
-
"The path of the file to delete e.g. `./myfolder/test.mp3`": "
|
|
45
|
-
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "
|
|
46
|
-
"For SFTP only: Create parent directories if they do not exist": "
|
|
47
|
-
"The path of the folder to delete e.g. `./myfolder`": "
|
|
48
|
-
"Enable this option to delete the folder and all its contents, including subfolders and files.": "
|
|
49
|
-
"The path of the folder to list e.g. `./myfolder`": "
|
|
50
|
-
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "
|
|
51
|
-
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "
|
|
52
|
-
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "
|
|
53
|
-
"New File": "
|
|
54
|
-
"Trigger when a new file is created or modified.": "
|
|
55
|
-
"Path": "
|
|
56
|
-
"Ignore hidden files": "
|
|
57
|
-
"The path to watch for new files": "
|
|
41
|
+
"Old Path": "Old Path",
|
|
42
|
+
"New Path": "New Path",
|
|
43
|
+
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`",
|
|
44
|
+
"The path of the file to delete e.g. `./myfolder/test.mp3`": "The path of the file to delete e.g. `./myfolder/test.mp3`",
|
|
45
|
+
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.",
|
|
46
|
+
"For SFTP only: Create parent directories if they do not exist": "For SFTP only: Create parent directories if they do not exist",
|
|
47
|
+
"The path of the folder to delete e.g. `./myfolder`": "The path of the folder to delete e.g. `./myfolder`",
|
|
48
|
+
"Enable this option to delete the folder and all its contents, including subfolders and files.": "Enable this option to delete the folder and all its contents, including subfolders and files.",
|
|
49
|
+
"The path of the folder to list e.g. `./myfolder`": "The path of the folder to list e.g. `./myfolder`",
|
|
50
|
+
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "Depending on the server you can also use this to move a file to another directory, as long as the directory exists.",
|
|
51
|
+
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "The path of the file or folder to rename e.g. `./myfolder/test.mp3`",
|
|
52
|
+
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "The new path of the file or folder e.g. `./myfolder/new-name.mp3`",
|
|
53
|
+
"New File": "New File",
|
|
54
|
+
"Trigger when a new file is created or modified.": "Trigger when a new file is created or modified.",
|
|
55
|
+
"Path": "Path",
|
|
56
|
+
"Ignore hidden files": "Ignore hidden files",
|
|
57
|
+
"The path to watch for new files": "The path to watch for new files"
|
|
58
58
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"FTP/SFTP": "FTP/SFTP",
|
|
3
|
-
"Connect to FTP, FTPS or SFTP servers": "
|
|
3
|
+
"Connect to FTP, FTPS or SFTP servers": "Connect to FTP, FTPS or SFTP servers",
|
|
4
4
|
"Protocol": "Protocol",
|
|
5
|
-
"Allow Unauthorized Certificates": "
|
|
6
|
-
"Host": "
|
|
5
|
+
"Allow Unauthorized Certificates": "Allow Unauthorized Certificates",
|
|
6
|
+
"Host": "Host",
|
|
7
7
|
"Port": "Port",
|
|
8
|
-
"Username": "
|
|
8
|
+
"Username": "Username",
|
|
9
9
|
"Password": "Password",
|
|
10
|
-
"The protocol to use": "
|
|
11
|
-
"Allow connections to servers with self-signed certificates": "
|
|
12
|
-
"The host of the server": "
|
|
13
|
-
"The port of the server": "
|
|
14
|
-
"The username to authenticate with": "
|
|
15
|
-
"The password to authenticate with": "
|
|
10
|
+
"The protocol to use": "The protocol to use",
|
|
11
|
+
"Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
|
|
12
|
+
"The host of the server": "The host of the server",
|
|
13
|
+
"The port of the server": "The port of the server",
|
|
14
|
+
"The username to authenticate with": "The username to authenticate with",
|
|
15
|
+
"The password to authenticate with": "The password to authenticate with",
|
|
16
16
|
"SFTP": "SFTP",
|
|
17
17
|
"FTP": "FTP",
|
|
18
18
|
"FTPS": "FTPS",
|
|
19
|
-
"Create File from Text": "
|
|
20
|
-
"Upload File": "
|
|
21
|
-
"Read File Content": "
|
|
22
|
-
"Delete file": "
|
|
23
|
-
"Create Folder": "
|
|
24
|
-
"Delete Folder": "
|
|
25
|
-
"List Folder Contents": "
|
|
26
|
-
"Rename File or Folder": "
|
|
27
|
-
"Create a new file in the given path": "
|
|
28
|
-
"Upload a file to the given path.": "
|
|
29
|
-
"Read the content of a file.": "
|
|
30
|
-
"Deletes a file at given path.": "
|
|
31
|
-
"Creates a folder at given path.": "
|
|
32
|
-
"Deletes an existing folder at given path.": "
|
|
33
|
-
"Lists the contents of a given folder.": "
|
|
34
|
-
"Renames a file or folder at given path.": "
|
|
35
|
-
"File Path": "
|
|
36
|
-
"File content": "
|
|
37
|
-
"Folder Path": "
|
|
38
|
-
"Recursive": "
|
|
39
|
-
"Directory Path": "
|
|
19
|
+
"Create File from Text": "Create File from Text",
|
|
20
|
+
"Upload File": "Upload File",
|
|
21
|
+
"Read File Content": "Read File Content",
|
|
22
|
+
"Delete file": "Delete file",
|
|
23
|
+
"Create Folder": "Create Folder",
|
|
24
|
+
"Delete Folder": "Delete Folder",
|
|
25
|
+
"List Folder Contents": "List Folder Contents",
|
|
26
|
+
"Rename File or Folder": "Rename File or Folder",
|
|
27
|
+
"Create a new file in the given path": "Create a new file in the given path",
|
|
28
|
+
"Upload a file to the given path.": "Upload a file to the given path.",
|
|
29
|
+
"Read the content of a file.": "Read the content of a file.",
|
|
30
|
+
"Deletes a file at given path.": "Deletes a file at given path.",
|
|
31
|
+
"Creates a folder at given path.": "Creates a folder at given path.",
|
|
32
|
+
"Deletes an existing folder at given path.": "Deletes an existing folder at given path.",
|
|
33
|
+
"Lists the contents of a given folder.": "Lists the contents of a given folder.",
|
|
34
|
+
"Renames a file or folder at given path.": "Renames a file or folder at given path.",
|
|
35
|
+
"File Path": "File Path",
|
|
36
|
+
"File content": "File content",
|
|
37
|
+
"Folder Path": "Folder Path",
|
|
38
|
+
"Recursive": "Recursive",
|
|
39
|
+
"Directory Path": "Directory Path",
|
|
40
40
|
"Markdown": "Markdown",
|
|
41
|
-
"Old Path": "
|
|
42
|
-
"New Path": "
|
|
43
|
-
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "
|
|
44
|
-
"The path of the file to delete e.g. `./myfolder/test.mp3`": "
|
|
45
|
-
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "
|
|
46
|
-
"For SFTP only: Create parent directories if they do not exist": "
|
|
47
|
-
"The path of the folder to delete e.g. `./myfolder`": "
|
|
48
|
-
"Enable this option to delete the folder and all its contents, including subfolders and files.": "
|
|
49
|
-
"The path of the folder to list e.g. `./myfolder`": "
|
|
50
|
-
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "
|
|
51
|
-
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "
|
|
52
|
-
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "
|
|
53
|
-
"New File": "
|
|
54
|
-
"Trigger when a new file is created or modified.": "
|
|
55
|
-
"Path": "
|
|
56
|
-
"Ignore hidden files": "
|
|
57
|
-
"The path to watch for new files": "
|
|
41
|
+
"Old Path": "Old Path",
|
|
42
|
+
"New Path": "New Path",
|
|
43
|
+
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`",
|
|
44
|
+
"The path of the file to delete e.g. `./myfolder/test.mp3`": "The path of the file to delete e.g. `./myfolder/test.mp3`",
|
|
45
|
+
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.",
|
|
46
|
+
"For SFTP only: Create parent directories if they do not exist": "For SFTP only: Create parent directories if they do not exist",
|
|
47
|
+
"The path of the folder to delete e.g. `./myfolder`": "The path of the folder to delete e.g. `./myfolder`",
|
|
48
|
+
"Enable this option to delete the folder and all its contents, including subfolders and files.": "Enable this option to delete the folder and all its contents, including subfolders and files.",
|
|
49
|
+
"The path of the folder to list e.g. `./myfolder`": "The path of the folder to list e.g. `./myfolder`",
|
|
50
|
+
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "Depending on the server you can also use this to move a file to another directory, as long as the directory exists.",
|
|
51
|
+
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "The path of the file or folder to rename e.g. `./myfolder/test.mp3`",
|
|
52
|
+
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "The new path of the file or folder e.g. `./myfolder/new-name.mp3`",
|
|
53
|
+
"New File": "New File",
|
|
54
|
+
"Trigger when a new file is created or modified.": "Trigger when a new file is created or modified.",
|
|
55
|
+
"Path": "Path",
|
|
56
|
+
"Ignore hidden files": "Ignore hidden files",
|
|
57
|
+
"The path to watch for new files": "The path to watch for new files"
|
|
58
58
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"FTP/SFTP": "FTP/SFTP",
|
|
3
|
-
"Connect to FTP, FTPS or SFTP servers": "FTP
|
|
3
|
+
"Connect to FTP, FTPS or SFTP servers": "Connect to FTP, FTPS or SFTP servers",
|
|
4
4
|
"Protocol": "Protocol",
|
|
5
|
-
"Allow Unauthorized Certificates": "
|
|
6
|
-
"Host": "
|
|
7
|
-
"Port": "
|
|
8
|
-
"Username": "
|
|
5
|
+
"Allow Unauthorized Certificates": "Allow Unauthorized Certificates",
|
|
6
|
+
"Host": "Host",
|
|
7
|
+
"Port": "Port",
|
|
8
|
+
"Username": "Username",
|
|
9
9
|
"Password": "Password",
|
|
10
|
-
"The protocol to use": "
|
|
11
|
-
"Allow connections to servers with self-signed certificates": "
|
|
12
|
-
"The host of the server": "
|
|
13
|
-
"The port of the server": "
|
|
14
|
-
"The username to authenticate with": "
|
|
15
|
-
"The password to authenticate with": "
|
|
10
|
+
"The protocol to use": "The protocol to use",
|
|
11
|
+
"Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
|
|
12
|
+
"The host of the server": "The host of the server",
|
|
13
|
+
"The port of the server": "The port of the server",
|
|
14
|
+
"The username to authenticate with": "The username to authenticate with",
|
|
15
|
+
"The password to authenticate with": "The password to authenticate with",
|
|
16
16
|
"SFTP": "SFTP",
|
|
17
17
|
"FTP": "FTP",
|
|
18
18
|
"FTPS": "FTPS",
|
|
19
|
-
"Create File from Text": "
|
|
20
|
-
"Upload File": "
|
|
21
|
-
"Read File Content": "
|
|
22
|
-
"Delete file": "
|
|
23
|
-
"Create Folder": "
|
|
24
|
-
"Delete Folder": "
|
|
25
|
-
"List Folder Contents": "
|
|
26
|
-
"Rename File or Folder": "
|
|
27
|
-
"Create a new file in the given path": "
|
|
28
|
-
"Upload a file to the given path.": "
|
|
29
|
-
"Read the content of a file.": "
|
|
30
|
-
"Deletes a file at given path.": "
|
|
31
|
-
"Creates a folder at given path.": "
|
|
32
|
-
"Deletes an existing folder at given path.": "
|
|
33
|
-
"Lists the contents of a given folder.": "
|
|
34
|
-
"Renames a file or folder at given path.": "
|
|
35
|
-
"File Path": "
|
|
36
|
-
"File content": "
|
|
37
|
-
"Folder Path": "
|
|
38
|
-
"Recursive": "
|
|
39
|
-
"Directory Path": "
|
|
19
|
+
"Create File from Text": "Create File from Text",
|
|
20
|
+
"Upload File": "Upload File",
|
|
21
|
+
"Read File Content": "Read File Content",
|
|
22
|
+
"Delete file": "Delete file",
|
|
23
|
+
"Create Folder": "Create Folder",
|
|
24
|
+
"Delete Folder": "Delete Folder",
|
|
25
|
+
"List Folder Contents": "List Folder Contents",
|
|
26
|
+
"Rename File or Folder": "Rename File or Folder",
|
|
27
|
+
"Create a new file in the given path": "Create a new file in the given path",
|
|
28
|
+
"Upload a file to the given path.": "Upload a file to the given path.",
|
|
29
|
+
"Read the content of a file.": "Read the content of a file.",
|
|
30
|
+
"Deletes a file at given path.": "Deletes a file at given path.",
|
|
31
|
+
"Creates a folder at given path.": "Creates a folder at given path.",
|
|
32
|
+
"Deletes an existing folder at given path.": "Deletes an existing folder at given path.",
|
|
33
|
+
"Lists the contents of a given folder.": "Lists the contents of a given folder.",
|
|
34
|
+
"Renames a file or folder at given path.": "Renames a file or folder at given path.",
|
|
35
|
+
"File Path": "File Path",
|
|
36
|
+
"File content": "File content",
|
|
37
|
+
"Folder Path": "Folder Path",
|
|
38
|
+
"Recursive": "Recursive",
|
|
39
|
+
"Directory Path": "Directory Path",
|
|
40
40
|
"Markdown": "Markdown",
|
|
41
|
-
"Old Path": "
|
|
42
|
-
"New Path": "
|
|
43
|
-
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "
|
|
44
|
-
"The path of the file to delete e.g. `./myfolder/test.mp3`": "
|
|
45
|
-
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "`./myfolder
|
|
46
|
-
"For SFTP only: Create parent directories if they do not exist": "SFTP
|
|
47
|
-
"The path of the folder to delete e.g. `./myfolder`": "
|
|
48
|
-
"Enable this option to delete the folder and all its contents, including subfolders and files.": "
|
|
49
|
-
"The path of the folder to list e.g. `./myfolder`": "
|
|
50
|
-
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "
|
|
51
|
-
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "`./myfolder/test.mp3`
|
|
52
|
-
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "
|
|
53
|
-
"New File": "
|
|
54
|
-
"Trigger when a new file is created or modified.": "
|
|
55
|
-
"Path": "
|
|
56
|
-
"Ignore hidden files": "
|
|
57
|
-
"The path to watch for new files": "
|
|
41
|
+
"Old Path": "Old Path",
|
|
42
|
+
"New Path": "New Path",
|
|
43
|
+
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`",
|
|
44
|
+
"The path of the file to delete e.g. `./myfolder/test.mp3`": "The path of the file to delete e.g. `./myfolder/test.mp3`",
|
|
45
|
+
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.",
|
|
46
|
+
"For SFTP only: Create parent directories if they do not exist": "For SFTP only: Create parent directories if they do not exist",
|
|
47
|
+
"The path of the folder to delete e.g. `./myfolder`": "The path of the folder to delete e.g. `./myfolder`",
|
|
48
|
+
"Enable this option to delete the folder and all its contents, including subfolders and files.": "Enable this option to delete the folder and all its contents, including subfolders and files.",
|
|
49
|
+
"The path of the folder to list e.g. `./myfolder`": "The path of the folder to list e.g. `./myfolder`",
|
|
50
|
+
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "Depending on the server you can also use this to move a file to another directory, as long as the directory exists.",
|
|
51
|
+
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "The path of the file or folder to rename e.g. `./myfolder/test.mp3`",
|
|
52
|
+
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "The new path of the file or folder e.g. `./myfolder/new-name.mp3`",
|
|
53
|
+
"New File": "New File",
|
|
54
|
+
"Trigger when a new file is created or modified.": "Trigger when a new file is created or modified.",
|
|
55
|
+
"Path": "Path",
|
|
56
|
+
"Ignore hidden files": "Ignore hidden files",
|
|
57
|
+
"The path to watch for new files": "The path to watch for new files"
|
|
58
58
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"FTP/SFTP": "FTP/SFTP",
|
|
3
|
-
"Connect to FTP, FTPS or SFTP servers": "
|
|
3
|
+
"Connect to FTP, FTPS or SFTP servers": "Connect to FTP, FTPS or SFTP servers",
|
|
4
4
|
"Protocol": "Protocol",
|
|
5
|
-
"Allow Unauthorized Certificates": "
|
|
6
|
-
"Host": "
|
|
7
|
-
"Port": "
|
|
8
|
-
"Username": "
|
|
9
|
-
"Password": "
|
|
10
|
-
"The protocol to use": "
|
|
11
|
-
"Allow connections to servers with self-signed certificates": "
|
|
12
|
-
"The host of the server": "
|
|
13
|
-
"The port of the server": "
|
|
14
|
-
"The username to authenticate with": "
|
|
15
|
-
"The password to authenticate with": "
|
|
5
|
+
"Allow Unauthorized Certificates": "Allow Unauthorized Certificates",
|
|
6
|
+
"Host": "Host",
|
|
7
|
+
"Port": "Port",
|
|
8
|
+
"Username": "Username",
|
|
9
|
+
"Password": "Password",
|
|
10
|
+
"The protocol to use": "The protocol to use",
|
|
11
|
+
"Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
|
|
12
|
+
"The host of the server": "The host of the server",
|
|
13
|
+
"The port of the server": "The port of the server",
|
|
14
|
+
"The username to authenticate with": "The username to authenticate with",
|
|
15
|
+
"The password to authenticate with": "The password to authenticate with",
|
|
16
16
|
"SFTP": "SFTP",
|
|
17
17
|
"FTP": "FTP",
|
|
18
18
|
"FTPS": "FTPS",
|
|
19
|
-
"Create File from Text": "
|
|
20
|
-
"Upload File": "
|
|
21
|
-
"Read File Content": "
|
|
22
|
-
"Delete file": "
|
|
23
|
-
"Create Folder": "
|
|
24
|
-
"Delete Folder": "
|
|
25
|
-
"List Folder Contents": "
|
|
26
|
-
"Rename File or Folder": "
|
|
27
|
-
"Create a new file in the given path": "
|
|
28
|
-
"Upload a file to the given path.": "Upload
|
|
29
|
-
"Read the content of a file.": "
|
|
30
|
-
"Deletes a file at given path.": "
|
|
31
|
-
"Creates a folder at given path.": "
|
|
32
|
-
"Deletes an existing folder at given path.": "
|
|
33
|
-
"Lists the contents of a given folder.": "
|
|
34
|
-
"Renames a file or folder at given path.": "
|
|
35
|
-
"File Path": "
|
|
36
|
-
"File content": "
|
|
37
|
-
"Folder Path": "
|
|
38
|
-
"Recursive": "
|
|
39
|
-
"Directory Path": "
|
|
19
|
+
"Create File from Text": "Create File from Text",
|
|
20
|
+
"Upload File": "Upload File",
|
|
21
|
+
"Read File Content": "Read File Content",
|
|
22
|
+
"Delete file": "Delete file",
|
|
23
|
+
"Create Folder": "Create Folder",
|
|
24
|
+
"Delete Folder": "Delete Folder",
|
|
25
|
+
"List Folder Contents": "List Folder Contents",
|
|
26
|
+
"Rename File or Folder": "Rename File or Folder",
|
|
27
|
+
"Create a new file in the given path": "Create a new file in the given path",
|
|
28
|
+
"Upload a file to the given path.": "Upload a file to the given path.",
|
|
29
|
+
"Read the content of a file.": "Read the content of a file.",
|
|
30
|
+
"Deletes a file at given path.": "Deletes a file at given path.",
|
|
31
|
+
"Creates a folder at given path.": "Creates a folder at given path.",
|
|
32
|
+
"Deletes an existing folder at given path.": "Deletes an existing folder at given path.",
|
|
33
|
+
"Lists the contents of a given folder.": "Lists the contents of a given folder.",
|
|
34
|
+
"Renames a file or folder at given path.": "Renames a file or folder at given path.",
|
|
35
|
+
"File Path": "File Path",
|
|
36
|
+
"File content": "File content",
|
|
37
|
+
"Folder Path": "Folder Path",
|
|
38
|
+
"Recursive": "Recursive",
|
|
39
|
+
"Directory Path": "Directory Path",
|
|
40
40
|
"Markdown": "Markdown",
|
|
41
|
-
"Old Path": "
|
|
42
|
-
"New Path": "
|
|
43
|
-
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "
|
|
44
|
-
"The path of the file to delete e.g. `./myfolder/test.mp3`": "
|
|
45
|
-
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "
|
|
46
|
-
"For SFTP only: Create parent directories if they do not exist": "
|
|
47
|
-
"The path of the folder to delete e.g. `./myfolder`": "
|
|
48
|
-
"Enable this option to delete the folder and all its contents, including subfolders and files.": "
|
|
49
|
-
"The path of the folder to list e.g. `./myfolder`": "
|
|
50
|
-
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "
|
|
51
|
-
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "
|
|
52
|
-
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "
|
|
53
|
-
"New File": "
|
|
54
|
-
"Trigger when a new file is created or modified.": "Trigger
|
|
55
|
-
"Path": "
|
|
56
|
-
"Ignore hidden files": "
|
|
57
|
-
"The path to watch for new files": "
|
|
41
|
+
"Old Path": "Old Path",
|
|
42
|
+
"New Path": "New Path",
|
|
43
|
+
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`",
|
|
44
|
+
"The path of the file to delete e.g. `./myfolder/test.mp3`": "The path of the file to delete e.g. `./myfolder/test.mp3`",
|
|
45
|
+
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.",
|
|
46
|
+
"For SFTP only: Create parent directories if they do not exist": "For SFTP only: Create parent directories if they do not exist",
|
|
47
|
+
"The path of the folder to delete e.g. `./myfolder`": "The path of the folder to delete e.g. `./myfolder`",
|
|
48
|
+
"Enable this option to delete the folder and all its contents, including subfolders and files.": "Enable this option to delete the folder and all its contents, including subfolders and files.",
|
|
49
|
+
"The path of the folder to list e.g. `./myfolder`": "The path of the folder to list e.g. `./myfolder`",
|
|
50
|
+
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "Depending on the server you can also use this to move a file to another directory, as long as the directory exists.",
|
|
51
|
+
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "The path of the file or folder to rename e.g. `./myfolder/test.mp3`",
|
|
52
|
+
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "The new path of the file or folder e.g. `./myfolder/new-name.mp3`",
|
|
53
|
+
"New File": "New File",
|
|
54
|
+
"Trigger when a new file is created or modified.": "Trigger when a new file is created or modified.",
|
|
55
|
+
"Path": "Path",
|
|
56
|
+
"Ignore hidden files": "Ignore hidden files",
|
|
57
|
+
"The path to watch for new files": "The path to watch for new files"
|
|
58
58
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"FTP/SFTP": "FTP/SFTP",
|
|
3
|
-
"Connect to FTP, FTPS or SFTP servers": "
|
|
3
|
+
"Connect to FTP, FTPS or SFTP servers": "Connect to FTP, FTPS or SFTP servers",
|
|
4
4
|
"Protocol": "Protocol",
|
|
5
|
-
"Allow Unauthorized Certificates": "
|
|
6
|
-
"Host": "
|
|
7
|
-
"Port": "
|
|
8
|
-
"Username": "
|
|
9
|
-
"Password": "
|
|
10
|
-
"The protocol to use": "
|
|
11
|
-
"Allow connections to servers with self-signed certificates": "
|
|
12
|
-
"The host of the server": "
|
|
13
|
-
"The port of the server": "
|
|
14
|
-
"The username to authenticate with": "
|
|
15
|
-
"The password to authenticate with": "
|
|
5
|
+
"Allow Unauthorized Certificates": "Allow Unauthorized Certificates",
|
|
6
|
+
"Host": "Host",
|
|
7
|
+
"Port": "Port",
|
|
8
|
+
"Username": "Username",
|
|
9
|
+
"Password": "Password",
|
|
10
|
+
"The protocol to use": "The protocol to use",
|
|
11
|
+
"Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
|
|
12
|
+
"The host of the server": "The host of the server",
|
|
13
|
+
"The port of the server": "The port of the server",
|
|
14
|
+
"The username to authenticate with": "The username to authenticate with",
|
|
15
|
+
"The password to authenticate with": "The password to authenticate with",
|
|
16
16
|
"SFTP": "SFTP",
|
|
17
17
|
"FTP": "FTP",
|
|
18
18
|
"FTPS": "FTPS",
|
|
19
|
-
"Create File from Text": "
|
|
20
|
-
"Upload File": "
|
|
21
|
-
"Read File Content": "
|
|
22
|
-
"Delete file": "
|
|
23
|
-
"Create Folder": "
|
|
24
|
-
"Delete Folder": "
|
|
25
|
-
"List Folder Contents": "
|
|
26
|
-
"Rename File or Folder": "
|
|
27
|
-
"Create a new file in the given path": "
|
|
28
|
-
"Upload a file to the given path.": "
|
|
29
|
-
"Read the content of a file.": "
|
|
30
|
-
"Deletes a file at given path.": "
|
|
31
|
-
"Creates a folder at given path.": "
|
|
32
|
-
"Deletes an existing folder at given path.": "
|
|
33
|
-
"Lists the contents of a given folder.": "
|
|
34
|
-
"Renames a file or folder at given path.": "
|
|
35
|
-
"File Path": "
|
|
36
|
-
"File content": "
|
|
37
|
-
"Folder Path": "
|
|
38
|
-
"Recursive": "
|
|
39
|
-
"Directory Path": "
|
|
19
|
+
"Create File from Text": "Create File from Text",
|
|
20
|
+
"Upload File": "Upload File",
|
|
21
|
+
"Read File Content": "Read File Content",
|
|
22
|
+
"Delete file": "Delete file",
|
|
23
|
+
"Create Folder": "Create Folder",
|
|
24
|
+
"Delete Folder": "Delete Folder",
|
|
25
|
+
"List Folder Contents": "List Folder Contents",
|
|
26
|
+
"Rename File or Folder": "Rename File or Folder",
|
|
27
|
+
"Create a new file in the given path": "Create a new file in the given path",
|
|
28
|
+
"Upload a file to the given path.": "Upload a file to the given path.",
|
|
29
|
+
"Read the content of a file.": "Read the content of a file.",
|
|
30
|
+
"Deletes a file at given path.": "Deletes a file at given path.",
|
|
31
|
+
"Creates a folder at given path.": "Creates a folder at given path.",
|
|
32
|
+
"Deletes an existing folder at given path.": "Deletes an existing folder at given path.",
|
|
33
|
+
"Lists the contents of a given folder.": "Lists the contents of a given folder.",
|
|
34
|
+
"Renames a file or folder at given path.": "Renames a file or folder at given path.",
|
|
35
|
+
"File Path": "File Path",
|
|
36
|
+
"File content": "File content",
|
|
37
|
+
"Folder Path": "Folder Path",
|
|
38
|
+
"Recursive": "Recursive",
|
|
39
|
+
"Directory Path": "Directory Path",
|
|
40
40
|
"Markdown": "Markdown",
|
|
41
|
-
"Old Path": "
|
|
42
|
-
"New Path": "
|
|
43
|
-
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "
|
|
44
|
-
"The path of the file to delete e.g. `./myfolder/test.mp3`": "
|
|
45
|
-
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "
|
|
46
|
-
"For SFTP only: Create parent directories if they do not exist": "
|
|
47
|
-
"The path of the folder to delete e.g. `./myfolder`": "
|
|
48
|
-
"Enable this option to delete the folder and all its contents, including subfolders and files.": "
|
|
49
|
-
"The path of the folder to list e.g. `./myfolder`": "
|
|
50
|
-
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "
|
|
51
|
-
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "
|
|
52
|
-
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "
|
|
53
|
-
"New File": "
|
|
54
|
-
"Trigger when a new file is created or modified.": "
|
|
55
|
-
"Path": "
|
|
56
|
-
"Ignore hidden files": "
|
|
57
|
-
"The path to watch for new files": "
|
|
41
|
+
"Old Path": "Old Path",
|
|
42
|
+
"New Path": "New Path",
|
|
43
|
+
"The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`": "The path on the sftp server to store the file. e.g. `./myfolder/test.mp3`",
|
|
44
|
+
"The path of the file to delete e.g. `./myfolder/test.mp3`": "The path of the file to delete e.g. `./myfolder/test.mp3`",
|
|
45
|
+
"The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.": "The new folder path e.g. `./myfolder`. For FTP/FTPS, it will create nested folders if necessary.",
|
|
46
|
+
"For SFTP only: Create parent directories if they do not exist": "For SFTP only: Create parent directories if they do not exist",
|
|
47
|
+
"The path of the folder to delete e.g. `./myfolder`": "The path of the folder to delete e.g. `./myfolder`",
|
|
48
|
+
"Enable this option to delete the folder and all its contents, including subfolders and files.": "Enable this option to delete the folder and all its contents, including subfolders and files.",
|
|
49
|
+
"The path of the folder to list e.g. `./myfolder`": "The path of the folder to list e.g. `./myfolder`",
|
|
50
|
+
"Depending on the server you can also use this to move a file to another directory, as long as the directory exists.": "Depending on the server you can also use this to move a file to another directory, as long as the directory exists.",
|
|
51
|
+
"The path of the file or folder to rename e.g. `./myfolder/test.mp3`": "The path of the file or folder to rename e.g. `./myfolder/test.mp3`",
|
|
52
|
+
"The new path of the file or folder e.g. `./myfolder/new-name.mp3`": "The new path of the file or folder e.g. `./myfolder/new-name.mp3`",
|
|
53
|
+
"New File": "New File",
|
|
54
|
+
"Trigger when a new file is created or modified.": "Trigger when a new file is created or modified.",
|
|
55
|
+
"Path": "Path",
|
|
56
|
+
"Ignore hidden files": "Ignore hidden files",
|
|
57
|
+
"The path to watch for new files": "The path to watch for new files"
|
|
58
58
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"Connect to FTP, FTPS or SFTP servers": "Connect to FTP, FTPS or SFTP servers",
|
|
4
4
|
"Protocol": "Protocol",
|
|
5
5
|
"Allow Unauthorized Certificates": "Allow Unauthorized Certificates",
|
|
6
|
-
"Host": "
|
|
7
|
-
"Port": "
|
|
8
|
-
"Username": "
|
|
9
|
-
"Password": "
|
|
6
|
+
"Host": "Host",
|
|
7
|
+
"Port": "Port",
|
|
8
|
+
"Username": "Username",
|
|
9
|
+
"Password": "Password",
|
|
10
10
|
"The protocol to use": "The protocol to use",
|
|
11
11
|
"Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
|
|
12
12
|
"The host of the server": "The host of the server",
|