@activepieces/piece-amazon-s3 0.3.7 → 0.3.9
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 +7 -6
- package/src/i18n/ca.json +77 -0
- package/src/i18n/de.json +77 -0
- package/src/i18n/es.json +77 -0
- package/src/i18n/fr.json +77 -0
- package/src/i18n/hi.json +77 -0
- package/src/i18n/id.json +77 -0
- package/src/i18n/ja.json +77 -0
- package/src/i18n/nl.json +77 -0
- package/src/i18n/pt.json +77 -0
- package/src/i18n/ru.json +77 -0
- package/src/i18n/translation.json +77 -0
- package/src/i18n/vi.json +77 -0
- package/src/i18n/zh.json +77 -0
- package/src/index.js +2 -1
- package/src/index.js.map +1 -1
- package/src/lib/actions/move-file.d.ts +10 -0
- package/src/lib/actions/move-file.js +47 -0
- package/src/lib/actions/move-file.js.map +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-amazon-s3",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@ai-sdk/anthropic": "1.2.12",
|
|
6
6
|
"@ai-sdk/google": "1.2.19",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"mime-types": "2.1.35",
|
|
19
19
|
"nanoid": "3.3.8",
|
|
20
20
|
"semver": "7.6.0",
|
|
21
|
-
"zod": "3.25.
|
|
22
|
-
"@activepieces/pieces-common": "0.
|
|
23
|
-
"@activepieces/pieces-framework": "0.
|
|
24
|
-
"@activepieces/shared": "0.
|
|
21
|
+
"zod": "3.25.76",
|
|
22
|
+
"@activepieces/pieces-common": "0.6.0",
|
|
23
|
+
"@activepieces/pieces-framework": "0.15.0",
|
|
24
|
+
"@activepieces/shared": "0.17.2",
|
|
25
25
|
"tslib": "2.8.1"
|
|
26
26
|
},
|
|
27
27
|
"overrides": {
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"vite": {
|
|
32
32
|
"rollup": "npm:@rollup/wasm-node"
|
|
33
|
-
}
|
|
33
|
+
},
|
|
34
|
+
"stylus": "0.0.1-security"
|
|
34
35
|
},
|
|
35
36
|
"resolutions": {
|
|
36
37
|
"rollup": "npm:@rollup/wasm-node"
|
package/src/i18n/ca.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Scalable storage in the cloud",
|
|
4
|
+
"Access Key ID": "Access Key ID",
|
|
5
|
+
"Secret Access Key": "Secret Access Key",
|
|
6
|
+
"Bucket": "Bucket",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Region",
|
|
9
|
+
"Default": "Default",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "US East (N. Virginia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "US West (N. California) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "Africa (Cape Town) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Asia Pacific (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asia Pacific (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asia Pacific (Seoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacific (Singapore) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacific (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europe (Frankfurt) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europe (Ireland) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europe (London) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europe (Milan) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Middle East (Bahrain) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "South America (São Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europe (Spain) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacific (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Asia Pacific (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (Beijing) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "China (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europe (Zurich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Middle East (UAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n",
|
|
40
|
+
"Upload File": "Upload File",
|
|
41
|
+
"Read File": "Read File",
|
|
42
|
+
"Generate signed URL": "Generate signed URL",
|
|
43
|
+
"Upload an File to S3": "Upload an File to S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Read a file from S3 to use it in other steps",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Generate a signed URL for a file in a s3 bucket",
|
|
46
|
+
"File": "File",
|
|
47
|
+
"File Name": "File Name",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Type",
|
|
50
|
+
"Key": "Key",
|
|
51
|
+
"Expires In (minutes)": "Expires In (minutes)",
|
|
52
|
+
"my-file-name (no extension)": "my-file-name (no extension)",
|
|
53
|
+
"The key of the file to read": "The key of the file to read",
|
|
54
|
+
"The path/filename of the file to get": "The path/filename of the file to get",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "How long the URL should remain valid (in minutes).",
|
|
56
|
+
"private": "private",
|
|
57
|
+
"public-read": "public-read",
|
|
58
|
+
"public-read-write": "public-read-write",
|
|
59
|
+
"authenticated-read": "authenticated-read",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "bucket-owner-read",
|
|
62
|
+
"bucket-owner-full-control": "bucket-owner-full-control",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "image/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "video/mp4",
|
|
69
|
+
"application/pdf": "application/pdf",
|
|
70
|
+
"application/msword": "application/msword",
|
|
71
|
+
"text/plain": "text/plain",
|
|
72
|
+
"application/json": "application/json",
|
|
73
|
+
"New or Updated File": "New or Updated File",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Folder Path"
|
|
77
|
+
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Skalierbarer Speicher in der Cloud",
|
|
4
|
+
"Access Key ID": "Zugangsschlüssel ID",
|
|
5
|
+
"Secret Access Key": "Geheimer Zugangsschlüssel",
|
|
6
|
+
"Bucket": "Eimer",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Region",
|
|
9
|
+
"Default": "Standard",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "US Ost (N. Virginia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "US Ost (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "US West (N. Kalifornien) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "Afrika (Cape Town) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Asien-Pazifik (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asien-Pazifik (Osaka-Lokal) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asien Pazifik (Seoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asien-Pazifik (Singapur) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asien-Pazifik (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europa (Frankfurt) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europa (Irland) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europa (London) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europa (Mailand) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europa (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Naher Osten (Bahrain) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "Südamerika (Sa<unk> o Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europa (Spanien) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asien Pazifik (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Asien Pazifik (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (Peking) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "China (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europa (Zürich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Naher Osten (UAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nDieses Stück erlaubt es dir, Dateien zu Amazon S3 oder anderen S3 kompatiblen Diensten hochzuladen.\n\nAmazon S3 Einstellungen:\nRegionen: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpunkt: leer lassen\n",
|
|
40
|
+
"Upload File": "Datei hochladen",
|
|
41
|
+
"Read File": "Datei lesen",
|
|
42
|
+
"Generate signed URL": "Signierte URL generieren",
|
|
43
|
+
"Upload an File to S3": "Datei auf S3 hochladen",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Lese eine Datei von S3, um sie in anderen Schritten zu verwenden",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Erzeugt eine signierte URL für eine Datei in einem s3-Bucket",
|
|
46
|
+
"File": "Datei",
|
|
47
|
+
"File Name": "Dateiname",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Typ",
|
|
50
|
+
"Key": "Schlüssel",
|
|
51
|
+
"Expires In (minutes)": "Läuft ab (Minuten)",
|
|
52
|
+
"my-file-name (no extension)": "my-Dateiname (keine Erweiterung)",
|
|
53
|
+
"The key of the file to read": "Der Schlüssel der zu lesenden Datei",
|
|
54
|
+
"The path/filename of the file to get": "Der Pfad/Dateiname der zu erhaltenden Datei",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "Wie lange die URL gültig bleiben soll (in Minuten).",
|
|
56
|
+
"private": "privat",
|
|
57
|
+
"public-read": "öffentlich lesen",
|
|
58
|
+
"public-read-write": "öffentlich-lesen-schreiben",
|
|
59
|
+
"authenticated-read": "authentifiziertes Lesen",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "bucket-besitzer-lesen",
|
|
62
|
+
"bucket-owner-full-control": "bucket-Eigentümer-vollständige Kontrolle",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "bild/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio-/mpeg",
|
|
67
|
+
"audio/wav": "audio-/wav",
|
|
68
|
+
"video/mp4": "video/mp4",
|
|
69
|
+
"application/pdf": "anwendung/pdf",
|
|
70
|
+
"application/msword": "anwendung/msword",
|
|
71
|
+
"text/plain": "text/schlicht",
|
|
72
|
+
"application/json": "anwendung/json",
|
|
73
|
+
"New or Updated File": "Neue oder aktualisierte Datei",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Wird ausgelöst, wenn Sie eine Datei in Ihrem Bucket hinzufügen oder aktualisieren. Der Bucket/Ordner, den Sie wählen, darf nicht mehr als 10.000 Dateien enthalten.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Ordnerpfad"
|
|
77
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Almacenamiento escalable en la nube",
|
|
4
|
+
"Access Key ID": "Clave de acceso ID",
|
|
5
|
+
"Secret Access Key": "Clave de acceso secreta",
|
|
6
|
+
"Bucket": "Cubo",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Región",
|
|
9
|
+
"Default": "Por defecto",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "EEUU Este (N. Virginia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "EEUU Este (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "EEUU Oeste (N. California) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "Oeste de EEUU (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "África (Ciudad del Cabo) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Asia Pacific (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asia Pacífico (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asia-Pacífico (Seoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacífico (Singapore) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacífico (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europa (mañana) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europa (mañana) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europa (Londres) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europa (Milán) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europa (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Oriente Medio (Bahrein) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "América del Sur (Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europa (España) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacífico (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Asia Pacífico (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (poniendo) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "China (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europa (Zúrich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Oriente Medio (EAU) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n",
|
|
40
|
+
"Upload File": "Subir archivo",
|
|
41
|
+
"Read File": "Leer archivo",
|
|
42
|
+
"Generate signed URL": "Generar URL firmada",
|
|
43
|
+
"Upload an File to S3": "Subir un archivo a S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Lee un archivo de S3 para usarlo en otros pasos",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Genera una URL firmada para un archivo en un cubo s3",
|
|
46
|
+
"File": "Archivo",
|
|
47
|
+
"File Name": "Nombre del archivo",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Tipo",
|
|
50
|
+
"Key": "Clave",
|
|
51
|
+
"Expires In (minutes)": "Caduca en (minutos)",
|
|
52
|
+
"my-file-name (no extension)": "nombre-mi-archivo (sin extensión)",
|
|
53
|
+
"The key of the file to read": "La clave del archivo a leer",
|
|
54
|
+
"The path/filename of the file to get": "La ruta/nombre del archivo a obtener",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "Cuánto tiempo la URL debe seguir siendo válida (en minutos).",
|
|
56
|
+
"private": "privado",
|
|
57
|
+
"public-read": "pública-leído",
|
|
58
|
+
"public-read-write": "pública-lectura-escritura",
|
|
59
|
+
"authenticated-read": "leído autenticado",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "lectura-dueño de cubo",
|
|
62
|
+
"bucket-owner-full-control": "dueño del cubo - control completo",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "imagen/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "vídeo/mp4",
|
|
69
|
+
"application/pdf": "aplicación/pdf",
|
|
70
|
+
"application/msword": "aplicación/msword",
|
|
71
|
+
"text/plain": "texto/plano",
|
|
72
|
+
"application/json": "aplicación/json",
|
|
73
|
+
"New or Updated File": "Archivo nuevo o actualizado",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Dispara cuando agregas o actualiza un archivo en tu cubeta. El cubo o carpeta que elijas no debe contener más de 10.000 archivos.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Ruta de la carpeta"
|
|
77
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Stockage évolutif dans le cloud",
|
|
4
|
+
"Access Key ID": "ID de la clé d'accès",
|
|
5
|
+
"Secret Access Key": "Clé secrète d'accès",
|
|
6
|
+
"Bucket": "Seau",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Région",
|
|
9
|
+
"Default": "Par défaut",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "US East (N. Virginie) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "US West (N. California) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "Afrique (Cape Ville) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Asie-Pacifique (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asie-Pacifique (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asie-Pacifique (Séoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asie-Pacifique (Singapore) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asie-Pacifique (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europe (Francfort) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europe (Irlande) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europe (London) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europe (Milan) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Moyen Orient (Bahrain) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "Amérique du Sud (Sa<unk> o Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europe (Espagne) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asie-Pacifique (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Asie Pacifique (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "Chine (Beijing) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "Chine (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europe (Zurich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Moyen Orient (UAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n",
|
|
40
|
+
"Upload File": "Charger un fichier",
|
|
41
|
+
"Read File": "Lire le fichier",
|
|
42
|
+
"Generate signed URL": "Générer une URL signée",
|
|
43
|
+
"Upload an File to S3": "Télécharger un fichier vers S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Lire un fichier depuis S3 pour l'utiliser dans d'autres étapes",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Générer une URL signée pour un fichier dans un compartiment s3",
|
|
46
|
+
"File": "Ficher",
|
|
47
|
+
"File Name": "Nom du fichier",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Type de texte",
|
|
50
|
+
"Key": "Clés",
|
|
51
|
+
"Expires In (minutes)": "Expire dans (minutes)",
|
|
52
|
+
"my-file-name (no extension)": "mon-fichier-nom (sans extension)",
|
|
53
|
+
"The key of the file to read": "La clé du fichier à lire",
|
|
54
|
+
"The path/filename of the file to get": "Le chemin d'accès du fichier à récupérer",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "Combien de temps l'URL doit rester valide (en minutes).",
|
|
56
|
+
"private": "privé",
|
|
57
|
+
"public-read": "lu en public",
|
|
58
|
+
"public-read-write": "lecture-écriture publique",
|
|
59
|
+
"authenticated-read": "authentifié-lu",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "bucket-owner-read",
|
|
62
|
+
"bucket-owner-full-control": "bucket-owner-full-control",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "image/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "vidéo/mp4",
|
|
69
|
+
"application/pdf": "application/pdf",
|
|
70
|
+
"application/msword": "application/msword",
|
|
71
|
+
"text/plain": "texte/brut",
|
|
72
|
+
"application/json": "application/json",
|
|
73
|
+
"New or Updated File": "Fichier nouveau ou mis à jour",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Déclenche lorsque vous ajoutez ou mettez à jour un fichier dans votre compartiment. Le compartiment/dossier que vous choisissez ne doit pas contenir plus de 10 000 fichiers.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Chemin du dossier"
|
|
77
|
+
}
|
package/src/i18n/hi.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Scalable storage in the cloud",
|
|
4
|
+
"Access Key ID": "Access Key ID",
|
|
5
|
+
"Secret Access Key": "Secret Access Key",
|
|
6
|
+
"Bucket": "Bucket",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Region",
|
|
9
|
+
"Default": "Default",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "US East (N. Virginia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "US West (N. California) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "Africa (Cape Town) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Asia Pacific (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asia Pacific (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asia Pacific (Seoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacific (Singapore) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacific (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europe (Frankfurt) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europe (Ireland) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europe (London) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europe (Milan) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Middle East (Bahrain) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "South America (São Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europe (Spain) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacific (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Asia Pacific (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (Beijing) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "China (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europe (Zurich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Middle East (UAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n",
|
|
40
|
+
"Upload File": "Upload File",
|
|
41
|
+
"Read File": "Read File",
|
|
42
|
+
"Generate signed URL": "Generate signed URL",
|
|
43
|
+
"Upload an File to S3": "Upload an File to S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Read a file from S3 to use it in other steps",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Generate a signed URL for a file in a s3 bucket",
|
|
46
|
+
"File": "File",
|
|
47
|
+
"File Name": "File Name",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Type",
|
|
50
|
+
"Key": "Key",
|
|
51
|
+
"Expires In (minutes)": "Expires In (minutes)",
|
|
52
|
+
"my-file-name (no extension)": "my-file-name (no extension)",
|
|
53
|
+
"The key of the file to read": "The key of the file to read",
|
|
54
|
+
"The path/filename of the file to get": "The path/filename of the file to get",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "How long the URL should remain valid (in minutes).",
|
|
56
|
+
"private": "private",
|
|
57
|
+
"public-read": "public-read",
|
|
58
|
+
"public-read-write": "public-read-write",
|
|
59
|
+
"authenticated-read": "authenticated-read",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "bucket-owner-read",
|
|
62
|
+
"bucket-owner-full-control": "bucket-owner-full-control",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "image/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "video/mp4",
|
|
69
|
+
"application/pdf": "application/pdf",
|
|
70
|
+
"application/msword": "application/msword",
|
|
71
|
+
"text/plain": "text/plain",
|
|
72
|
+
"application/json": "application/json",
|
|
73
|
+
"New or Updated File": "New or Updated File",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Folder Path"
|
|
77
|
+
}
|
package/src/i18n/id.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Scalable storage in the cloud",
|
|
4
|
+
"Access Key ID": "Access Key ID",
|
|
5
|
+
"Secret Access Key": "Secret Access Key",
|
|
6
|
+
"Bucket": "Bucket",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Region",
|
|
9
|
+
"Default": "Default",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "US East (N. Virginia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "US West (N. California) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "Africa (Cape Town) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Asia Pacific (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asia Pacific (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asia Pacific (Seoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacific (Singapore) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacific (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europe (Frankfurt) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europe (Ireland) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europe (London) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europe (Milan) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Middle East (Bahrain) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "South America (São Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europe (Spain) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacific (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Asia Pacific (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (Beijing) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "China (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europe (Zurich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Middle East (UAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n",
|
|
40
|
+
"Upload File": "Upload File",
|
|
41
|
+
"Read File": "Read File",
|
|
42
|
+
"Generate signed URL": "Generate signed URL",
|
|
43
|
+
"Upload an File to S3": "Upload an File to S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Read a file from S3 to use it in other steps",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Generate a signed URL for a file in a s3 bucket",
|
|
46
|
+
"File": "File",
|
|
47
|
+
"File Name": "File Name",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Type",
|
|
50
|
+
"Key": "Key",
|
|
51
|
+
"Expires In (minutes)": "Expires In (minutes)",
|
|
52
|
+
"my-file-name (no extension)": "my-file-name (no extension)",
|
|
53
|
+
"The key of the file to read": "The key of the file to read",
|
|
54
|
+
"The path/filename of the file to get": "The path/filename of the file to get",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "How long the URL should remain valid (in minutes).",
|
|
56
|
+
"private": "private",
|
|
57
|
+
"public-read": "public-read",
|
|
58
|
+
"public-read-write": "public-read-write",
|
|
59
|
+
"authenticated-read": "authenticated-read",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "bucket-owner-read",
|
|
62
|
+
"bucket-owner-full-control": "bucket-owner-full-control",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "image/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "video/mp4",
|
|
69
|
+
"application/pdf": "application/pdf",
|
|
70
|
+
"application/msword": "application/msword",
|
|
71
|
+
"text/plain": "text/plain",
|
|
72
|
+
"application/json": "application/json",
|
|
73
|
+
"New or Updated File": "New or Updated File",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Folder Path"
|
|
77
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "クラウド内のスケーラブルなストレージ",
|
|
4
|
+
"Access Key ID": "アクセスキーID",
|
|
5
|
+
"Secret Access Key": "シークレットアクセスキー",
|
|
6
|
+
"Bucket": "バケツ入りバケツ",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "地域",
|
|
9
|
+
"Default": "デフォルト",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "US East (バージニア州北部) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "US West (N. California) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "アメリカ西部(オレゴン) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "アフリカ (ケープタウン) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "アジア太平洋(香港) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asia Pacific (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "アジア太平洋(ソウル) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "アジア太平洋(シンガポール) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "アジア太平洋(シドニー) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europe (Frankfurt) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "ヨーロッパ (アイルランド) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "ヨーロッパ (ロンドン) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "ヨーロッパ (ミラノ) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "ヨーロッパ (パリ) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "中東(バーレーン) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "南アメリカ (Safingo Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "ヨーロッパ (スペイン) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "アジア太平洋(ハイデラバード) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "アジア太平洋(Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "中国 (北京) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "中国 (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "ヨーロッパ (チューリッヒ) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "中東(UAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n",
|
|
40
|
+
"Upload File": "ファイルをアップロード",
|
|
41
|
+
"Read File": "ファイルの読み取り",
|
|
42
|
+
"Generate signed URL": "署名済みURLを生成",
|
|
43
|
+
"Upload an File to S3": "S3にファイルをアップロード",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "他のステップで使用するには、S3からファイルを読み込みます",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "S3 Bucket 内のファイルの署名 URL を生成する",
|
|
46
|
+
"File": "ファイル",
|
|
47
|
+
"File Name": "ファイル名",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "タイプ",
|
|
50
|
+
"Key": "キー",
|
|
51
|
+
"Expires In (minutes)": "有効期限 (分)",
|
|
52
|
+
"my-file-name (no extension)": "my-file-name (拡張子なし)",
|
|
53
|
+
"The key of the file to read": "読み込むファイルのキー",
|
|
54
|
+
"The path/filename of the file to get": "取得するファイルのパス/ファイル名",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "URLの有効期間(分単位)",
|
|
56
|
+
"private": "非公開",
|
|
57
|
+
"public-read": "public-read",
|
|
58
|
+
"public-read-write": "public-read-write",
|
|
59
|
+
"authenticated-read": "認証された読み取り",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "Bucket-owner-read",
|
|
62
|
+
"bucket-owner-full-control": "Bucket-owner-full control",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "image/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "video/mp4",
|
|
69
|
+
"application/pdf": "application/pdf",
|
|
70
|
+
"application/msword": "application/msword",
|
|
71
|
+
"text/plain": "text/plain",
|
|
72
|
+
"application/json": "application/json",
|
|
73
|
+
"New or Updated File": "新規または更新されたファイル",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Bucketにファイルを追加または更新したときにトリガーします。選択したBucket/フォルダには、10,000個以上のファイルが含まれていてはいけません。",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "フォルダパス"
|
|
77
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Schaalbare opslag in de cloud",
|
|
4
|
+
"Access Key ID": "Toegangssleutel ID",
|
|
5
|
+
"Secret Access Key": "Geheime toegangssleutel",
|
|
6
|
+
"Bucket": "Emmer",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Regio",
|
|
9
|
+
"Default": "Standaard",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "VS Oost (N. Virginia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "VS Oost (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "VS West (N. Californië) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "VS West (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "Afrika (Cape Town) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Azië Pacific (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Azië Pacific (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Azië Pacific (Seoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Azië Pacific (Singapore) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Azië Pacific (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europa (Frankfurt) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europa (Ireland) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europa (London) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europa (Milan) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europa (Parijs) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Midden Oosten (Bahrain) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "Zuid-Amerika (Saľo Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europa (Spanje) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Azië Pacific (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Azië Pacific (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (Beijing) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "China (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europa (Zurich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Midden Oosten (AAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nDit stuk maakt het mogelijk om bestanden te uploaden naar Amazon S3 of andere S3 compatibele diensten.\n\nAmazon S3 Instellingen:\nRegio's: https://docs.aws.where.com/general/latest/gr/s3.html\nEindpunt: laat leeg\n",
|
|
40
|
+
"Upload File": "Bestand uploaden",
|
|
41
|
+
"Read File": "Bestand lezen",
|
|
42
|
+
"Generate signed URL": "Genereer ondertekende URL",
|
|
43
|
+
"Upload an File to S3": "Een bestand uploaden naar S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Lees een bestand van S3 om het in andere stappen te gebruiken",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Genereer een ondertekende URL voor een bestand in een s3 bucket",
|
|
46
|
+
"File": "Bestand",
|
|
47
|
+
"File Name": "File Name",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Type",
|
|
50
|
+
"Key": "Sleutel",
|
|
51
|
+
"Expires In (minutes)": "Verloopt over (minuten)",
|
|
52
|
+
"my-file-name (no extension)": "mijn-bestandsnaam (geen extensie)",
|
|
53
|
+
"The key of the file to read": "De sleutel van het bestand om te lezen",
|
|
54
|
+
"The path/filename of the file to get": "Het pad/bestandsnaam van het te krijgen bestand",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "Hoe lang moet de URL geldig blijven (in minuten).",
|
|
56
|
+
"private": "Privé",
|
|
57
|
+
"public-read": "publiek-gelezen",
|
|
58
|
+
"public-read-write": "publiek-lezen-schrijven",
|
|
59
|
+
"authenticated-read": "geverifieerd",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "bucket-eigenaar-gelezen",
|
|
62
|
+
"bucket-owner-full-control": "bucket-eigenaar-volledige controle",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "afbeelding/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "video/mp4",
|
|
69
|
+
"application/pdf": "applicatie/pdf",
|
|
70
|
+
"application/msword": "applicatie/msword",
|
|
71
|
+
"text/plain": "tekst/gewoon",
|
|
72
|
+
"application/json": "applicatie/json",
|
|
73
|
+
"New or Updated File": "Nieuw of bijgewerkt bestand",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Triggert wanneer u een bestand in uw buffer toevoegt of bijwerkt. De gekozen bucket/map mag niet meer dan 10.000 bestanden bevatten.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Map pad"
|
|
77
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Armazenamento escalável na nuvem",
|
|
4
|
+
"Access Key ID": "Chave ID de acesso",
|
|
5
|
+
"Secret Access Key": "Chave de Acesso Secreta",
|
|
6
|
+
"Bucket": "Balde",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Região",
|
|
9
|
+
"Default": "Padrão",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "Leste dos EUA (N. Virgínia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "Leste dos EUA (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "Oeste dos EUA (N. Califórnia) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "Oeste dos EUA (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "África (Cidade do Macaco) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Ásia Pacífico (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Ásia Pacífico (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Ásia Pacífico (Seul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Ásia Pacífico (Singapura) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Ásia Pacífico (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europa (Frankfurt) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europa (Irlanda) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europa (Londres) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europa (Milão) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europa (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Oriente Médio (Bahre) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "América do Sul (Sa├o Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europa (Espanha) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Ásia Pacífico (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Ásia Pacífico (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (Pequim) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "China (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europa (Zurich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Oriente Médio (AUE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nEsta peça permite que você envie arquivos para Amazon S3 ou outros serviços compatíveis com S3.\n\nConfigurações do Amazon S3:\nRegiões: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: deixe em branco\n",
|
|
40
|
+
"Upload File": "Enviar Arquivo",
|
|
41
|
+
"Read File": "Arquivo de leitura",
|
|
42
|
+
"Generate signed URL": "Gerar URL assinada",
|
|
43
|
+
"Upload an File to S3": "Enviar um Arquivo para S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Leia um arquivo do S3 para usá-lo em outras etapas",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Gerar uma URL assinada para um arquivo em um bucket s3",
|
|
46
|
+
"File": "Arquivo",
|
|
47
|
+
"File Name": "Nome do arquivo",
|
|
48
|
+
"ACL": "PTL",
|
|
49
|
+
"Type": "tipo",
|
|
50
|
+
"Key": "Chave",
|
|
51
|
+
"Expires In (minutes)": "Expira em (minutos)",
|
|
52
|
+
"my-file-name (no extension)": "meu-arquivo-nome (sem extensão)",
|
|
53
|
+
"The key of the file to read": "A chave do arquivo a ser lido",
|
|
54
|
+
"The path/filename of the file to get": "O caminho/nome do arquivo para obter",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "Quanto tempo a URL deve permanecer válida (em minutos).",
|
|
56
|
+
"private": "privada",
|
|
57
|
+
"public-read": "leitura-pública",
|
|
58
|
+
"public-read-write": "leitura-escrita",
|
|
59
|
+
"authenticated-read": "lido-autenticado",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "lecionar-proprietário-do-quadro",
|
|
62
|
+
"bucket-owner-full-control": "dono-do-do-em-controle completo",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "imagens/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "áudio/mpeg",
|
|
67
|
+
"audio/wav": "áudio/wav",
|
|
68
|
+
"video/mp4": "vídeo/mp4",
|
|
69
|
+
"application/pdf": "aplicativo/df",
|
|
70
|
+
"application/msword": "aplicação/msword",
|
|
71
|
+
"text/plain": "texto/simples",
|
|
72
|
+
"application/json": "aplicativo/json",
|
|
73
|
+
"New or Updated File": "Arquivo novo ou atualizado",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Aciona quando você adiciona ou atualiza um arquivo no seu bucket. O bucket/pasta que você escolher não deve conter mais de 10.000 arquivos.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Caminho da pasta"
|
|
77
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Масштабируемое хранилище в облаке",
|
|
4
|
+
"Access Key ID": "ID ключа доступа",
|
|
5
|
+
"Secret Access Key": "Ключ секретного доступа",
|
|
6
|
+
"Bucket": "Ведро",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Регион",
|
|
9
|
+
"Default": "По умолчанию",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "US East (N. Virginia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "US West (N. California) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "Africa (Cape Town) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Asia Pacific (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asia Pacific (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asia Pacific (Seoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacific (Singapore) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacific (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Европа (Франкфурт) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Европа (Ирландия) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Европа (Лондон) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Европа (Милан) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Middle East (Bahrain) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "South America (São Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Европа (Испания) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacific (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Asia Pacific (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (Beijing) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "Китай (Нинксия) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Европа (Цюрих) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Middle East (UAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nЭта часть позволяет вам загружать файлы на Amazon S3 или другие S3 совместимые сервисы.\n\nAmazon S3 Настройки:\nРегионы: https://docs.aws.<unk> .com/general/latest/gr/s3.html\nEndpoint: leave blank\n",
|
|
40
|
+
"Upload File": "Загрузить файл",
|
|
41
|
+
"Read File": "Читать файл",
|
|
42
|
+
"Generate signed URL": "Генерировать подписанный URL",
|
|
43
|
+
"Upload an File to S3": "Загрузить файл в S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Прочитайте файл S3 для использования его на других этапах",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Генерировать подписанный URL для файла в сегменте s3",
|
|
46
|
+
"File": "Файл",
|
|
47
|
+
"File Name": "Имя файла",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Тип",
|
|
50
|
+
"Key": "Спецификация",
|
|
51
|
+
"Expires In (minutes)": "Истекает через (в минутах)",
|
|
52
|
+
"my-file-name (no extension)": "my-file-имя (без расширения)",
|
|
53
|
+
"The key of the file to read": "Ключ для чтения файла",
|
|
54
|
+
"The path/filename of the file to get": "Путь к файлу для получения",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "Как долго URL-адрес должен оставаться действительным (в минутах).",
|
|
56
|
+
"private": "приватный",
|
|
57
|
+
"public-read": "публичное чтение",
|
|
58
|
+
"public-read-write": "публичное чтение",
|
|
59
|
+
"authenticated-read": "прочтение аутентификации",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "прочитано владельцем контейнера",
|
|
62
|
+
"bucket-owner-full-control": "полноправное управление ведром-владельцем",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "изображение/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "аудио/мпег",
|
|
67
|
+
"audio/wav": "аудио/вав",
|
|
68
|
+
"video/mp4": "видео/mp4",
|
|
69
|
+
"application/pdf": "приложение/pdf",
|
|
70
|
+
"application/msword": "приложение/msword",
|
|
71
|
+
"text/plain": "текст/простой",
|
|
72
|
+
"application/json": "приложение/json",
|
|
73
|
+
"New or Updated File": "Новый или Обновленный файл",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Включает при добавлении или обновлении файла в корзину. Выбранные сегменты/папки не должны содержать более 10000 файлов.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Путь к папке"
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Scalable storage in the cloud",
|
|
4
|
+
"Access Key ID": "Access Key ID",
|
|
5
|
+
"Secret Access Key": "Secret Access Key",
|
|
6
|
+
"Bucket": "Bucket",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Region",
|
|
9
|
+
"Default": "Default",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "US East (N. Virginia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "US West (N. California) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "Africa (Cape Town) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Asia Pacific (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asia Pacific (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asia Pacific (Seoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacific (Singapore) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacific (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europe (Frankfurt) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europe (Ireland) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europe (London) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europe (Milan) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Middle East (Bahrain) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "South America (São Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europe (Spain) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacific (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Asia Pacific (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (Beijing) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "China (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europe (Zurich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Middle East (UAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n",
|
|
40
|
+
"Upload File": "Upload File",
|
|
41
|
+
"Read File": "Read File",
|
|
42
|
+
"Generate signed URL": "Generate signed URL",
|
|
43
|
+
"Upload an File to S3": "Upload an File to S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Read a file from S3 to use it in other steps",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Generate a signed URL for a file in a s3 bucket",
|
|
46
|
+
"File": "File",
|
|
47
|
+
"File Name": "File Name",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Type",
|
|
50
|
+
"Key": "Key",
|
|
51
|
+
"Expires In (minutes)": "Expires In (minutes)",
|
|
52
|
+
"my-file-name (no extension)": "my-file-name (no extension)",
|
|
53
|
+
"The key of the file to read": "The key of the file to read",
|
|
54
|
+
"The path/filename of the file to get": "The path/filename of the file to get",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "How long the URL should remain valid (in minutes).",
|
|
56
|
+
"private": "private",
|
|
57
|
+
"public-read": "public-read",
|
|
58
|
+
"public-read-write": "public-read-write",
|
|
59
|
+
"authenticated-read": "authenticated-read",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "bucket-owner-read",
|
|
62
|
+
"bucket-owner-full-control": "bucket-owner-full-control",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "image/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "video/mp4",
|
|
69
|
+
"application/pdf": "application/pdf",
|
|
70
|
+
"application/msword": "application/msword",
|
|
71
|
+
"text/plain": "text/plain",
|
|
72
|
+
"application/json": "application/json",
|
|
73
|
+
"New or Updated File": "New or Updated File",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Folder Path"
|
|
77
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "Scalable storage in the cloud",
|
|
4
|
+
"Access Key ID": "Access Key ID",
|
|
5
|
+
"Secret Access Key": "Secret Access Key",
|
|
6
|
+
"Bucket": "Bucket",
|
|
7
|
+
"Endpoint": "Endpoint",
|
|
8
|
+
"Region": "Region",
|
|
9
|
+
"Default": "Default",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "US East (N. Virginia) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "US West (N. California) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "Africa (Cape Town) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "Asia Pacific (Hong Kong) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "Asia Pacific (Osaka-Local) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asia Pacific (Seoul) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacific (Singapore) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacific (Sydney) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "Europe (Frankfurt) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "Europe (Ireland) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "Europe (London) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "Europe (Milan) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "Middle East (Bahrain) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "South America (São Paulo) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "Europe (Spain) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacific (Hyderabad) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "Asia Pacific (Jakarta) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "Asia Pacific (Melbourne) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "China (Beijing) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "China (Ningxia) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "Europe (Zurich) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "Middle East (UAE) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n",
|
|
40
|
+
"Upload File": "Upload File",
|
|
41
|
+
"Read File": "Read File",
|
|
42
|
+
"Generate signed URL": "Generate signed URL",
|
|
43
|
+
"Upload an File to S3": "Upload an File to S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "Read a file from S3 to use it in other steps",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "Generate a signed URL for a file in a s3 bucket",
|
|
46
|
+
"File": "File",
|
|
47
|
+
"File Name": "File Name",
|
|
48
|
+
"ACL": "ACL",
|
|
49
|
+
"Type": "Type",
|
|
50
|
+
"Key": "Key",
|
|
51
|
+
"Expires In (minutes)": "Expires In (minutes)",
|
|
52
|
+
"my-file-name (no extension)": "my-file-name (no extension)",
|
|
53
|
+
"The key of the file to read": "The key of the file to read",
|
|
54
|
+
"The path/filename of the file to get": "The path/filename of the file to get",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "How long the URL should remain valid (in minutes).",
|
|
56
|
+
"private": "private",
|
|
57
|
+
"public-read": "public-read",
|
|
58
|
+
"public-read-write": "public-read-write",
|
|
59
|
+
"authenticated-read": "authenticated-read",
|
|
60
|
+
"aws-exec-read": "aws-exec-read",
|
|
61
|
+
"bucket-owner-read": "bucket-owner-read",
|
|
62
|
+
"bucket-owner-full-control": "bucket-owner-full-control",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "image/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "video/mp4",
|
|
69
|
+
"application/pdf": "application/pdf",
|
|
70
|
+
"application/msword": "application/msword",
|
|
71
|
+
"text/plain": "text/plain",
|
|
72
|
+
"application/json": "application/json",
|
|
73
|
+
"New or Updated File": "New or Updated File",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "Folder Path"
|
|
77
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Amazon S3": "Amazon S3",
|
|
3
|
+
"Scalable storage in the cloud": "雲端可擴展存儲",
|
|
4
|
+
"Access Key ID": "訪問密鑰 ID",
|
|
5
|
+
"Secret Access Key": "秘密訪問密鑰",
|
|
6
|
+
"Bucket": "桶",
|
|
7
|
+
"Endpoint": "端點",
|
|
8
|
+
"Region": "地區",
|
|
9
|
+
"Default": "默認",
|
|
10
|
+
"US East (N. Virginia) [us-east-1]": "美國東部 (北弗吉尼亞) [us-east-1]",
|
|
11
|
+
"US East (Ohio) [us-east-2]": "美國東部 (俄亥俄) [us-east-2]",
|
|
12
|
+
"US West (N. California) [us-west-1]": "美國西部 (北加利福尼亞) [us-west-1]",
|
|
13
|
+
"US West (Oregon) [us-west-2]": "美國西部 (俄勒岡) [us-west-2]",
|
|
14
|
+
"Africa (Cape Town) [af-south-1]": "非洲 (開普敦) [af-south-1]",
|
|
15
|
+
"Asia Pacific (Hong Kong) [ap-east-1]": "亞太地區 (香港) [ap-east-1]",
|
|
16
|
+
"Asia Pacific (Mumbai) [ap-south-1]": "亞太地區 (孟買) [ap-south-1]",
|
|
17
|
+
"Asia Pacific (Osaka-Local) [ap-northeast-3]": "亞太地區 (大阪-當地) [ap-northeast-3]",
|
|
18
|
+
"Asia Pacific (Seoul) [ap-northeast-2]": "亞太地區 (首爾) [ap-northeast-2]",
|
|
19
|
+
"Asia Pacific (Singapore) [ap-southeast-1]": "亞太地區 (新加坡) [ap-southeast-1]",
|
|
20
|
+
"Asia Pacific (Sydney) [ap-southeast-2]": "亞太地區 (悉尼) [ap-southeast-2]",
|
|
21
|
+
"Asia Pacific (Tokyo) [ap-northeast-1]": "亞太地區 (東京) [ap-northeast-1]",
|
|
22
|
+
"Canada (Central) [ca-central-1]": "加拿大 (中央) [ca-central-1]",
|
|
23
|
+
"Europe (Frankfurt) [eu-central-1]": "歐洲 (法蘭克福) [eu-central-1]",
|
|
24
|
+
"Europe (Ireland) [eu-west-1]": "歐洲 (愛爾蘭) [eu-west-1]",
|
|
25
|
+
"Europe (London) [eu-west-2]": "歐洲 (倫敦) [eu-west-2]",
|
|
26
|
+
"Europe (Milan) [eu-south-1]": "歐洲 (米蘭) [eu-south-1]",
|
|
27
|
+
"Europe (Paris) [eu-west-3]": "歐洲 (巴黎) [eu-west-3]",
|
|
28
|
+
"Europe (Stockholm) [eu-north-1]": "歐洲 (斯德哥爾摩) [eu-north-1]",
|
|
29
|
+
"Middle East (Bahrain) [me-south-1]": "中東 (巴林) [me-south-1]",
|
|
30
|
+
"South America (São Paulo) [sa-east-1]": "南美洲 (聖保羅) [sa-east-1]",
|
|
31
|
+
"Europe (Spain) [eu-south-2]": "歐洲 (西班牙) [eu-south-2]",
|
|
32
|
+
"Asia Pacific (Hyderabad) [ap-south-2]": "亞太地區 (海得拉巴) [ap-south-2]",
|
|
33
|
+
"Asia Pacific (Jakarta) [ap-southeast-3]": "亞太地區 (雅加達) [ap-southeast-3]",
|
|
34
|
+
"Asia Pacific (Melbourne) [ap-southeast-4]": "亞太地區 (墨爾本) [ap-southeast-4]",
|
|
35
|
+
"China (Beijing) [cn-north-1]": "中國 (北京) [cn-north-1]",
|
|
36
|
+
"China (Ningxia) [cn-northwest-1]": "中國 (寧夏) [cn-northwest-1]",
|
|
37
|
+
"Europe (Zurich) [eu-central-2]": "歐洲 (蘇黎世) [eu-central-2]",
|
|
38
|
+
"Middle East (UAE) [me-central-1]": "中東 (阿聯酋) [me-central-1]",
|
|
39
|
+
"\nThis piece allows you to upload files to Amazon S3 or other S3 compatible services.\n\nAmazon S3 Settings:\nRegions: https://docs.aws.amazon.com/general/latest/gr/s3.html\nEndpoint: leave blank\n": "\n這個部分允許您將文件上傳到 Amazon S3 或其他 S3 兼容服務。\n\nAmazon S3 設置:\n地區: https://docs.aws.amazon.com/general/latest/gr/s3.html\n端點:留空\n",
|
|
40
|
+
"Upload File": "上傳文件",
|
|
41
|
+
"Read File": "讀取文件",
|
|
42
|
+
"Generate signed URL": "生成簽名 URL",
|
|
43
|
+
"Upload an File to S3": "將文件上傳到 S3",
|
|
44
|
+
"Read a file from S3 to use it in other steps": "將文件從 S3 讀取以供其他步驟使用",
|
|
45
|
+
"Generate a signed URL for a file in a s3 bucket": "為 S3 桶中的文件生成簽名 URL",
|
|
46
|
+
"File": "文件",
|
|
47
|
+
"File Name": "文件名",
|
|
48
|
+
"ACL": "訪問控制列表",
|
|
49
|
+
"Type": "類型",
|
|
50
|
+
"Key": "密鑰",
|
|
51
|
+
"Expires In (minutes)": "過期時間(分鐘)",
|
|
52
|
+
"my-file-name (no extension)": "我的文件名(無擴展名)",
|
|
53
|
+
"The key of the file to read": "要讀取的文件密鑰",
|
|
54
|
+
"The path/filename of the file to get": "要獲取的文件路徑/文件名",
|
|
55
|
+
"How long the URL should remain valid (in minutes).": "URL 應保持有效的時間(以分鐘為單位)。",
|
|
56
|
+
"private": "私有",
|
|
57
|
+
"public-read": "公開可讀",
|
|
58
|
+
"public-read-write": "公開讀寫",
|
|
59
|
+
"authenticated-read": "身份驗證讀取",
|
|
60
|
+
"aws-exec-read": "AWS 執行讀取",
|
|
61
|
+
"bucket-owner-read": "桶擁有者讀取",
|
|
62
|
+
"bucket-owner-full-control": "桶擁有者完全控制",
|
|
63
|
+
"image/png": "image/png",
|
|
64
|
+
"image/jpeg": "image/jpeg",
|
|
65
|
+
"image/gif": "image/gif",
|
|
66
|
+
"audio/mpeg": "audio/mpeg",
|
|
67
|
+
"audio/wav": "audio/wav",
|
|
68
|
+
"video/mp4": "video/mp4",
|
|
69
|
+
"application/pdf": "application/pdf",
|
|
70
|
+
"application/msword": "application/msword",
|
|
71
|
+
"text/plain": "text/plain",
|
|
72
|
+
"application/json": "application/json",
|
|
73
|
+
"New or Updated File": "新建或更新的文件",
|
|
74
|
+
"Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files.": "當您在存儲桶中添加或更新文件時觸發。您選擇的存儲桶/文件夾不得包含超過 10,000 個文件。",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Folder Path": "文件夾路徑"
|
|
77
|
+
}
|
package/src/index.js
CHANGED
|
@@ -9,6 +9,7 @@ const upload_file_1 = require("./lib/actions/upload-file");
|
|
|
9
9
|
const common_1 = require("./lib/common");
|
|
10
10
|
const new_file_1 = require("./lib/triggers/new-file");
|
|
11
11
|
const generate_signed_url_1 = require("./lib/actions/generate-signed-url");
|
|
12
|
+
const move_file_1 = require("./lib/actions/move-file");
|
|
12
13
|
const description = `
|
|
13
14
|
This piece allows you to upload files to Amazon S3 or other S3 compatible services.
|
|
14
15
|
|
|
@@ -192,7 +193,7 @@ exports.amazonS3 = (0, pieces_framework_1.createPiece)({
|
|
|
192
193
|
authors: ["Willianwg", "kishanprmr", "MoShizzle", "AbdulTheActivePiecer", "khaledmashaly", "abuaboud", "Kevinyu-alan"],
|
|
193
194
|
categories: [shared_1.PieceCategory.DEVELOPER_TOOLS],
|
|
194
195
|
auth: exports.amazonS3Auth,
|
|
195
|
-
actions: [upload_file_1.amazons3UploadFile, read_file_1.readFile, generate_signed_url_1.generateSignedUrl],
|
|
196
|
+
actions: [upload_file_1.amazons3UploadFile, read_file_1.readFile, generate_signed_url_1.generateSignedUrl, move_file_1.moveFile],
|
|
196
197
|
triggers: [new_file_1.newFile],
|
|
197
198
|
});
|
|
198
199
|
//# sourceMappingURL=index.js.map
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/amazon-s3/src/index.ts"],"names":[],"mappings":";;;;AAAA,qEAIwC;AACxC,iDAAqD;AACrD,uDAAmD;AACnD,2DAA+D;AAC/D,yCAAwC;AACxC,sDAAkD;AAClD,2EAAsE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/amazon-s3/src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const moveFile: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
2
|
+
accessKeyId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
|
+
secretAccessKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
4
|
+
bucket: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
5
|
+
endpoint: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
6
|
+
region: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
7
|
+
}>, {
|
|
8
|
+
fileKey: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
9
|
+
folderKey: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.moveFile = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
+
const __1 = require("../..");
|
|
7
|
+
const common_1 = require("../common");
|
|
8
|
+
exports.moveFile = (0, pieces_framework_1.createAction)({
|
|
9
|
+
auth: __1.amazonS3Auth,
|
|
10
|
+
name: 'moveFile',
|
|
11
|
+
displayName: 'Move File',
|
|
12
|
+
description: 'Move a File to Another Folder',
|
|
13
|
+
props: {
|
|
14
|
+
fileKey: pieces_framework_1.Property.ShortText({
|
|
15
|
+
displayName: 'File Key',
|
|
16
|
+
description: 'The key of the file to move',
|
|
17
|
+
required: true,
|
|
18
|
+
}),
|
|
19
|
+
folderKey: pieces_framework_1.Property.ShortText({
|
|
20
|
+
displayName: 'Folder Key',
|
|
21
|
+
description: 'The key of the folder to move the file to',
|
|
22
|
+
required: true,
|
|
23
|
+
}),
|
|
24
|
+
},
|
|
25
|
+
run(context) {
|
|
26
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
27
|
+
const { bucket } = context.auth;
|
|
28
|
+
const { fileKey, folderKey } = context.propsValue;
|
|
29
|
+
const s3 = (0, common_1.createS3)(context.auth);
|
|
30
|
+
const fileName = fileKey.split('/').pop();
|
|
31
|
+
const folderName = folderKey.endsWith('/') ? folderKey.slice(0, -1) : folderKey;
|
|
32
|
+
const newKey = `${folderName}/${fileName}`;
|
|
33
|
+
const copyResponse = yield s3.copyObject({
|
|
34
|
+
Bucket: bucket,
|
|
35
|
+
Key: newKey,
|
|
36
|
+
// https://github.com/aws/aws-sdk-js-v3/issues/5475
|
|
37
|
+
CopySource: encodeURIComponent(`${bucket}/${fileKey}`),
|
|
38
|
+
});
|
|
39
|
+
const deleteResponse = yield s3.deleteObject({
|
|
40
|
+
Bucket: bucket,
|
|
41
|
+
Key: fileKey
|
|
42
|
+
});
|
|
43
|
+
return copyResponse;
|
|
44
|
+
});
|
|
45
|
+
},
|
|
46
|
+
});
|
|
47
|
+
//# sourceMappingURL=move-file.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"move-file.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/amazon-s3/src/lib/actions/move-file.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,6BAAqC;AACrC,sCAAqC;AAExB,QAAA,QAAQ,GAAG,IAAA,+BAAY,EAAC;IACnC,IAAI,EAAE,gBAAY;IAClB,IAAI,EAAE,UAAU;IAChB,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,+BAA+B;IAC5C,KAAK,EAAE;QACL,OAAO,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC1B,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,6BAA6B;YAC1C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,2CAA2C;YACxD,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;YAChC,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YAClD,MAAM,EAAE,GAAG,IAAA,iBAAQ,EAAC,OAAO,CAAC,IAAI,CAAC,CAAC;YAElC,MAAM,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;YAE1C,MAAM,UAAU,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA,SAAS,CAAC;YAE/E,MAAM,MAAM,GAAG,GAAG,UAAU,IAAI,QAAQ,EAAE,CAAC;YAE3C,MAAM,YAAY,GAAG,MAAM,EAAE,CAAC,UAAU,CAAC;gBACvC,MAAM,EAAE,MAAM;gBACd,GAAG,EAAE,MAAM;gBACX,mDAAmD;gBACnD,UAAU,EAAE,kBAAkB,CAAC,GAAG,MAAM,IAAI,OAAO,EAAE,CAAC;aACvD,CAAC,CAAA;YAEF,MAAM,cAAc,GAAG,MAAM,EAAE,CAAC,YAAY,CAAC;gBAC3C,MAAM,EAAE,MAAM;gBACd,GAAG,EAAE,OAAO;aACb,CAAC,CAAA;YAEF,OAAO,YAAY,CAAA;QACrB,CAAC;KAAA;CACF,CAAC,CAAC"}
|