@activepieces/piece-snowflake 0.0.14 → 0.0.15
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 +2 -2
- package/src/i18n/de.json +32 -32
- package/src/i18n/es.json +33 -33
- package/src/i18n/fr.json +32 -32
- package/src/i18n/ja.json +33 -33
- package/src/i18n/nl.json +29 -29
- package/src/i18n/pt.json +33 -33
- package/src/i18n/zh.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-snowflake",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"deepmerge-ts": "7.1.0",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"semver": "7.6.0",
|
|
10
10
|
"snowflake-sdk": "1.9.3",
|
|
11
11
|
"@activepieces/pieces-framework": "0.18.4",
|
|
12
|
-
"@activepieces/shared": "0.
|
|
12
|
+
"@activepieces/shared": "0.20.0",
|
|
13
13
|
"tslib": "2.8.1"
|
|
14
14
|
},
|
|
15
15
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
2
|
+
"Snowflake": "Schneeflocken",
|
|
3
|
+
"Data warehouse built for the cloud": "Datenlager für die Cloud gebaut",
|
|
4
|
+
"Account": "Konto",
|
|
5
|
+
"Username": "Benutzername",
|
|
6
|
+
"Password": "Kennwort",
|
|
7
|
+
"Database": "Datenbank",
|
|
8
|
+
"Role": "Rolle",
|
|
9
|
+
"Warehouse": "Lagerhaus",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "Eine Zeichenkette, die die Kennung des Snowflake Accounts angibt.",
|
|
11
|
+
"The login name for your Snowflake user.": "Der Loginname für Ihren Snowflake Benutzer.",
|
|
12
|
+
"Password for the user.": "Passwort für den Benutzer.",
|
|
13
|
+
"The default database to use for the session after connecting.": "Die Standarddatenbank für die Sitzung nach der Verbindung.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "Die standardmäßige Sicherheitsrolle, die nach der Verbindung für die Sitzung verwendet wird.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "Das voreingestellte virtuelle Lager für die Sitzung nach der Verbindung. Wird für Abfragen, Ladedaten usw. verwendet.",
|
|
16
|
+
"Run Query": "Abfrage ausführen",
|
|
17
|
+
"Run Multiple Queries": "Mehrere Abfragen ausführen",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "SQL
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "SQL
|
|
25
|
-
"Use Transaction": "
|
|
19
|
+
"Insert a row into a table.": "Fügen Sie eine Zeile in eine Tabelle ein.",
|
|
20
|
+
"SQL query": "SQL-Abfrage",
|
|
21
|
+
"Parameters": "Parameter",
|
|
22
|
+
"Query timeout (ms)": "Abfrage-Timeout (ms)",
|
|
23
|
+
"Application name": "Anwendungsname",
|
|
24
|
+
"SQL queries": "SQL-Abfragen",
|
|
25
|
+
"Use Transaction": "Transaktion verwenden",
|
|
26
26
|
"Schema": "Schema",
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
27
|
+
"Table": "Tisch",
|
|
28
|
+
"Rows": "Zeilen",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Verwenden Sie :1, :2… oder ? Platzhalter, um Verbindungsparameter zu verwenden.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Bindung von Parametern für die SQL-Abfrage (um SQL-Injektionsangriffe zu vermeiden)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "Ein Integer, der die maximale Anzahl an Millisekunden angibt, die vor dem Timing auf den Abschluss einer Abfrage warten sollen.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "Ein String, der den Namen der Client-Anwendung angibt, die sich mit dem Server verbindet.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array von SQL-Abfragen, die in der gleichen Transaktion in der Reihenfolge ausgeführt werden sollen. Verwenden Sie :1, :2… Platzhalter, um Verbindungsparameter zu verwenden. Vermeiden Sie die Verwendung von \"?\", um unerwartete Verhaltensweisen zu vermeiden, wenn Sie mehrere Abfragen haben.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Verbinden von Parametern, die über alle Abfragen geteilt werden, um SQL-Einspritzangriffe zu verhindern. Verwenden Sie :1, :2, etc. um Parameter in der Reihenfolge zu referenzieren. Vermeiden Sie die Verwendung von \"?\", um unerwartetes Verhalten zu vermeiden, wenn Sie mehrere Abfragen haben. Unbenutzte Parameter sind erlaubt.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "Wenn aktiviert, werden alle Abfragen in einer einzigen Transaktion ausgeführt. Wenn eine Abfrage fehlschlägt, werden alle Änderungen zurückgesetzt."
|
|
36
36
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
2
|
+
"Snowflake": "Copo de nieve",
|
|
3
|
+
"Data warehouse built for the cloud": "Almacén de datos construido para la nube",
|
|
4
|
+
"Account": "Cuenta",
|
|
5
|
+
"Username": "Usuario",
|
|
6
|
+
"Password": "Contraseña",
|
|
7
|
+
"Database": "Base de datos",
|
|
8
|
+
"Role": "Rol",
|
|
9
|
+
"Warehouse": "Almacén",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "Una cadena que indica el identificador de cuenta de Snowflake.",
|
|
11
|
+
"The login name for your Snowflake user.": "El nombre de usuario para su usuario de Snowflake.",
|
|
12
|
+
"Password for the user.": "Contraseña para el usuario.",
|
|
13
|
+
"The default database to use for the session after connecting.": "La base de datos por defecto a usar para la sesión después de conectarse.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "El rol de seguridad predeterminado a usar para la sesión después de conectarse.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "Almacén virtual por defecto a usar para la sesión después de conectarse. Utilizado para realizar consultas, cargar datos, etc.",
|
|
16
|
+
"Run Query": "Ejecutar consulta",
|
|
17
|
+
"Run Multiple Queries": "Ejecutar múltiples consultas",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "SQL
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "SQL
|
|
25
|
-
"Use Transaction": "
|
|
26
|
-
"Schema": "
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
19
|
+
"Insert a row into a table.": "Inserta una fila en una tabla.",
|
|
20
|
+
"SQL query": "Consulta SQL",
|
|
21
|
+
"Parameters": "Parámetros",
|
|
22
|
+
"Query timeout (ms)": "Tiempo de espera de consulta (ms)",
|
|
23
|
+
"Application name": "Nombre de la aplicación",
|
|
24
|
+
"SQL queries": "Consultas SQL",
|
|
25
|
+
"Use Transaction": "Usar transacción",
|
|
26
|
+
"Schema": "Esquema",
|
|
27
|
+
"Table": "Tabla",
|
|
28
|
+
"Rows": "Filas",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Utilice :1, :2… o ? marcadores de posición para usar parámetros de enlazado.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Parámetros de enlace para la consulta SQL (para prevenir ataques de inyección SQL)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "Un entero que indica el número máximo de milisegundos a esperar a que se complete una consulta antes de agotar el tiempo de espera.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "Una cadena que indica el nombre de la aplicación cliente que se conecta al servidor.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Arreglo de consultas SQL a ejecutar en orden, en la misma transacción. Use :1, :2… marcadores de posición para usar parámetros de enlazado. Evite usar \"?\" para evitar comportamientos inesperados cuando tenga múltiples consultas.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Enlazar parámetros compartidos en todas las consultas para prevenir ataques de inyección SQL. Utilice :1, :2, etc. para referenciar parámetros en orden. Evita usar \"?\" para evitar comportamientos inesperados cuando se tienen múltiples consultas. Se permiten parámetros no utilizados.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "Cuando está habilitado, todas las consultas se ejecutarán en una sola transacción. Si cualquier consulta falla, todos los cambios se cancelarán."
|
|
36
36
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
2
|
+
"Snowflake": "Flocon de neige",
|
|
3
|
+
"Data warehouse built for the cloud": "Entrepôt de données construit pour le cloud",
|
|
4
|
+
"Account": "Compte client",
|
|
5
|
+
"Username": "Nom d'utilisateur",
|
|
6
6
|
"Password": "Password",
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
7
|
+
"Database": "Base de données",
|
|
8
|
+
"Role": "Rôle",
|
|
9
|
+
"Warehouse": "Entrepôt",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "Une chaîne de caractères indiquant l'identifiant du compte Snowflake.",
|
|
11
|
+
"The login name for your Snowflake user.": "Le nom de connexion de votre utilisateur Snowflake.",
|
|
12
|
+
"Password for the user.": "Mot de passe pour l'utilisateur.",
|
|
13
|
+
"The default database to use for the session after connecting.": "La base de données par défaut à utiliser pour la session après la connexion.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "Le rôle de sécurité par défaut à utiliser pour la session après la connexion.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "L'entrepôt virtuel par défaut à utiliser pour la session après la connexion. Utilisé pour effectuer des requêtes, charger des données, etc.",
|
|
16
|
+
"Run Query": "Exécuter la requête",
|
|
17
|
+
"Run Multiple Queries": "Exécuter plusieurs requêtes",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "SQL
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "SQL
|
|
25
|
-
"Use Transaction": "
|
|
26
|
-
"Schema": "
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
19
|
+
"Insert a row into a table.": "Insérer une ligne dans une table.",
|
|
20
|
+
"SQL query": "Requête SQL",
|
|
21
|
+
"Parameters": "Paramètres",
|
|
22
|
+
"Query timeout (ms)": "Délai d'attente de requête (ms)",
|
|
23
|
+
"Application name": "Nom de l'application",
|
|
24
|
+
"SQL queries": "Requêtes SQL",
|
|
25
|
+
"Use Transaction": "Utiliser la transaction",
|
|
26
|
+
"Schema": "Schéma",
|
|
27
|
+
"Table": "Tableau",
|
|
28
|
+
"Rows": "Lignes",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Utilisez :1, :2… ou ? des espaces réservés pour utiliser les paramètres de liaison.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Paramètres de liaison pour la requête SQL (pour éviter les attaques d'injection SQL)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "Un entier indiquant le nombre maximum de millisecondes à attendre qu'une requête soit terminée avant de la mettre en attente.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "Une chaîne de caractères indiquant le nom de l'application cliente se connectant au serveur.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Tableau des requêtes SQL à exécuter dans l'ordre, dans la même transaction. Utilisez :1, :2… des espaces réservés pour utiliser les paramètres de liaison. Évitez d'utiliser \"?\" pour éviter les comportements inattendus lorsque vous avez plusieurs requêtes.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Paramètres de liaison partagés entre toutes les requêtes pour prévenir les attaques d'injection SQL. Utilisez :1, :2, etc. pour référencer les paramètres dans l'ordre. Évitez d'utiliser \"?\" pour éviter les comportements inattendus lorsque vous avez plusieurs requêtes. Les paramètres inutilisés sont autorisés.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "Lorsque cette option est activée, toutes les requêtes seront exécutées dans une seule transaction. Si une requête échoue, toutes les modifications seront annulées."
|
|
36
36
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
2
|
+
"Snowflake": "スノーフレーク",
|
|
3
|
+
"Data warehouse built for the cloud": "クラウド用に構築されたデータ倉庫",
|
|
4
|
+
"Account": "アカウント",
|
|
5
|
+
"Username": "ユーザー名",
|
|
6
|
+
"Password": "パスワード",
|
|
7
|
+
"Database": "データベース",
|
|
8
|
+
"Role": "ロール",
|
|
9
|
+
"Warehouse": "倉庫",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "Snowflake アカウント識別子を示す文字列。",
|
|
11
|
+
"The login name for your Snowflake user.": "Snowflake ユーザーのログイン名。",
|
|
12
|
+
"Password for the user.": "ユーザーのパスワード",
|
|
13
|
+
"The default database to use for the session after connecting.": "接続後のセッションで使用するデフォルトのデータベース。",
|
|
14
|
+
"The default security role to use for the session after connecting.": "接続後のセッションに使用するデフォルトのセキュリティーロール。",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "接続後のセッションで使用するデフォルトの仮想倉庫です。クエリの実行、データの読み込みなどに使用します。",
|
|
16
|
+
"Run Query": "クエリの実行",
|
|
17
|
+
"Run Multiple Queries": "複数のクエリを実行",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "SQL
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "SQL
|
|
25
|
-
"Use Transaction": "
|
|
26
|
-
"Schema": "
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
19
|
+
"Insert a row into a table.": "テーブルに行を挿入します。",
|
|
20
|
+
"SQL query": "SQL クエリ",
|
|
21
|
+
"Parameters": "パラメータ",
|
|
22
|
+
"Query timeout (ms)": "クエリのタイムアウト (ms)",
|
|
23
|
+
"Application name": "アプリケーション名",
|
|
24
|
+
"SQL queries": "SQL クエリ",
|
|
25
|
+
"Use Transaction": "トランザクションを使用",
|
|
26
|
+
"Schema": "スキーマ",
|
|
27
|
+
"Table": "表",
|
|
28
|
+
"Rows": "行",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "バインディングパラメータを使用するには、:1、:2… または ? プレースホルダを使用します。",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "SQLクエリのパラメータのバインド(SQLインジェクション攻撃を防ぐため)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "タイムアウト前にクエリが完了するまで待機する最大ミリ秒数を示す整数。",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "サーバーに接続しているクライアント・アプリケーションの名前を示す文字列。",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "同じトランザクションで順番に実行するSQLクエリの配列です。バインディングパラメータを使用するには、:1、:2… プレースホルダを使用してください。 複数のクエリがある場合、予期しない動作を避けるために \"?\" を使用しないでください。",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "SQLインジェクション攻撃を防ぐために、すべてのクエリ間で共有されるパラメータをバインドします。参照パラメータの順序には、:1、:2などを使用します。 複数のクエリがある場合、予期しない動作を避けるために \"?\" を使用しないでください。未使用のパラメータは許可されています。",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "有効にすると、すべてのクエリは単一のトランザクションで実行されます。失敗した場合は、すべての変更がロールバックされます。"
|
|
36
36
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "Data
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
2
|
+
"Snowflake": "Sneeuwvlok",
|
|
3
|
+
"Data warehouse built for the cloud": "Data magazijn gebouwd voor de cloud",
|
|
4
|
+
"Account": "Rekening",
|
|
5
|
+
"Username": "Gebruikersnaam",
|
|
6
|
+
"Password": "Wachtwoord",
|
|
7
7
|
"Database": "Database",
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
18
|
-
"Insert Row": "
|
|
19
|
-
"Insert a row into a table.": "
|
|
8
|
+
"Role": "Functie",
|
|
9
|
+
"Warehouse": "Magazijn",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "Een string die de Snowflake account identificatie aangeeft.",
|
|
11
|
+
"The login name for your Snowflake user.": "De inlognaam voor uw Snowflake gebruiker.",
|
|
12
|
+
"Password for the user.": "Wachtwoord voor de gebruiker.",
|
|
13
|
+
"The default database to use for the session after connecting.": "De standaard database te gebruiken voor de sessie na verbinden.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "De standaard beveiligingsrol die moet worden gebruikt voor de sessie na het verbinden.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "Het standaard virtuele magazijn dat moet worden gebruikt voor de sessie na het verbinden. Gebruikt voor het uitvoeren van query's, gegevens laden, etc.",
|
|
16
|
+
"Run Query": "Query uitvoeren",
|
|
17
|
+
"Run Multiple Queries": "Voer meerdere query's uit",
|
|
18
|
+
"Insert Row": "Rijen invoegen",
|
|
19
|
+
"Insert a row into a table.": "Plaats een rij in een tafel.",
|
|
20
20
|
"SQL query": "SQL query",
|
|
21
21
|
"Parameters": "Parameters",
|
|
22
22
|
"Query timeout (ms)": "Query timeout (ms)",
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "SQL
|
|
25
|
-
"Use Transaction": "
|
|
23
|
+
"Application name": "Naam toepassing",
|
|
24
|
+
"SQL queries": "SQL zoekopdrachten",
|
|
25
|
+
"Use Transaction": "Transactie gebruiken",
|
|
26
26
|
"Schema": "Schema",
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
27
|
+
"Table": "Tabel",
|
|
28
|
+
"Rows": "Rijen",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Gebruik :1, :2… of ? plaatsvervangers om bindende parameters te gebruiken.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Bindende parameters voor de SQL query (om aanvallen van SQL injectie te voorkomen)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "Een integer geeft het maximale aantal milliseconden aan om te wachten tot een query is voltooid voordat de deadline is bereikt.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "Een string die de naam aangeeft van de client applicatie die naar de server verbindt.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array van SQL queries om in volgorde uit te voeren, in dezelfde transactie. Gebruik :1, :2… placeholders om bindende parameters te gebruiken. Vermijd het gebruik van \"?\" om onverwachte gedragingen te vermijden bij het hebben van meerdere query's.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Binden parameters gedeeld over alle queries om SQL injectie aanvallen te voorkomen. Gebruik :1, :2, etc. om in volgorde te refereren. Vermijd het gebruik van \"?\" om onverwachte gedragingen te voorkomen bij het hebben van meerdere queries. Ongebruikte parameters zijn toegestaan.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "Wanneer ingeschakeld, worden alle query's uitgevoerd in een enkele transactie. Als een query mislukt, worden alle wijzigingen teruggedraaid"
|
|
36
36
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Snowflake": "
|
|
3
|
-
"Data warehouse built for the cloud": "
|
|
4
|
-
"Account": "
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
7
|
-
"Database": "
|
|
8
|
-
"Role": "
|
|
9
|
-
"Warehouse": "
|
|
10
|
-
"A string indicating the Snowflake account identifier.": "
|
|
11
|
-
"The login name for your Snowflake user.": "
|
|
12
|
-
"Password for the user.": "
|
|
13
|
-
"The default database to use for the session after connecting.": "
|
|
14
|
-
"The default security role to use for the session after connecting.": "
|
|
15
|
-
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "
|
|
16
|
-
"Run Query": "
|
|
17
|
-
"Run Multiple Queries": "
|
|
2
|
+
"Snowflake": "Floco de Neve",
|
|
3
|
+
"Data warehouse built for the cloud": "Armazém de dados construído para a nuvem",
|
|
4
|
+
"Account": "conta",
|
|
5
|
+
"Username": "Usuário:",
|
|
6
|
+
"Password": "Senha",
|
|
7
|
+
"Database": "Banco",
|
|
8
|
+
"Role": "Funções",
|
|
9
|
+
"Warehouse": "Armazém",
|
|
10
|
+
"A string indicating the Snowflake account identifier.": "Uma string indicando o identificador da conta no Floco de Neve.",
|
|
11
|
+
"The login name for your Snowflake user.": "O nome de login para seu usuário do Floco de Neve.",
|
|
12
|
+
"Password for the user.": "Senha para o usuário.",
|
|
13
|
+
"The default database to use for the session after connecting.": "O banco de dados padrão a ser usado na sessão depois de conectar.",
|
|
14
|
+
"The default security role to use for the session after connecting.": "O papel de segurança padrão a ser usado na sessão após a conexão.",
|
|
15
|
+
"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc.": "O armazém virtual padrão a ser usado na sessão após a conexão. Usado para executar consultas, carregar dados, etc.",
|
|
16
|
+
"Run Query": "Executar consulta",
|
|
17
|
+
"Run Multiple Queries": "Executar múltiplas consultas",
|
|
18
18
|
"Insert Row": "Insert Row",
|
|
19
|
-
"Insert a row into a table.": "
|
|
20
|
-
"SQL query": "SQL
|
|
21
|
-
"Parameters": "
|
|
22
|
-
"Query timeout (ms)": "
|
|
23
|
-
"Application name": "
|
|
24
|
-
"SQL queries": "SQL
|
|
25
|
-
"Use Transaction": "
|
|
26
|
-
"Schema": "
|
|
27
|
-
"Table": "
|
|
28
|
-
"Rows": "
|
|
29
|
-
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2…
|
|
30
|
-
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "
|
|
31
|
-
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "
|
|
32
|
-
"A string indicating the name of the client application connecting to the server.": "
|
|
33
|
-
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array
|
|
34
|
-
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "
|
|
35
|
-
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "
|
|
19
|
+
"Insert a row into a table.": "Inserir uma linha em uma tabela.",
|
|
20
|
+
"SQL query": "Consulta SQL",
|
|
21
|
+
"Parameters": "Parâmetros",
|
|
22
|
+
"Query timeout (ms)": "Tempo limite da consulta (ms)",
|
|
23
|
+
"Application name": "Nome do aplicativo",
|
|
24
|
+
"SQL queries": "Consultas SQL",
|
|
25
|
+
"Use Transaction": "Usar transação",
|
|
26
|
+
"Schema": "Esquema",
|
|
27
|
+
"Table": "Classificações",
|
|
28
|
+
"Rows": "Linhas",
|
|
29
|
+
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… ou ? espaços reservados para usar a fixação de parâmetros.",
|
|
30
|
+
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Vinculando parâmetros para a consulta SQL (para evitar ataques de injeção de SQL)",
|
|
31
|
+
"An integer indicating the maximum number of milliseconds to wait for a query to complete before timing out.": "Um inteiro indicando o número máximo de milissegundos a esperar que uma consulta seja concluída antes do tempo limite.",
|
|
32
|
+
"A string indicating the name of the client application connecting to the server.": "Uma string indicando o nome da aplicação cliente conectando ao servidor.",
|
|
33
|
+
"Array of SQL queries to execute in order, in the same transaction. Use :1, :2… placeholders to use binding parameters. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries.": "Array de consultas SQL para ser executado em ordem, na mesma transação. Use :1, :2… espaços reservados para usar a vinculação de parâmetros. Evite usar \"?\" para evitar comportamentos inesperados quando estiver fazendo várias pesquisas.",
|
|
34
|
+
"Binding parameters shared across all queries to prevent SQL injection attacks. Use :1, :2, etc. to reference parameters in order. Avoid using \"?\" to avoid unexpected behaviors when having multiple queries. Unused parameters are allowed.": "Vinculando parâmetros compartilhados em todas as consultas para evitar ataques de injeção de SQL. Use :1, :2, etc. para fazer referência a parâmetros na ordem. Evite usar \"?\" para evitar comportamentos inesperados quando estiver tendo várias consultas. Parâmetros não usados são permitidos.",
|
|
35
|
+
"When enabled, all queries will be executed in a single transaction. If any query fails, all changes will be rolled back.": "Quando ativado, todas as consultas serão executadas em uma única transação. Se qualquer consulta falhar, todas as mudanças serão revertidas."
|
|
36
36
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"Snowflake": "Snowflake",
|
|
3
3
|
"Data warehouse built for the cloud": "Data warehouse built for the cloud",
|
|
4
4
|
"Account": "Account",
|
|
5
|
-
"Username": "
|
|
6
|
-
"Password": "
|
|
5
|
+
"Username": "用户名",
|
|
6
|
+
"Password": "密码",
|
|
7
7
|
"Database": "Database",
|
|
8
|
-
"Role": "
|
|
8
|
+
"Role": "作用",
|
|
9
9
|
"Warehouse": "Warehouse",
|
|
10
10
|
"A string indicating the Snowflake account identifier.": "A string indicating the Snowflake account identifier.",
|
|
11
11
|
"The login name for your Snowflake user.": "The login name for your Snowflake user.",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"SQL queries": "SQL queries",
|
|
25
25
|
"Use Transaction": "Use Transaction",
|
|
26
26
|
"Schema": "Schema",
|
|
27
|
-
"Table": "
|
|
27
|
+
"Table": "表",
|
|
28
28
|
"Rows": "Rows",
|
|
29
29
|
"Use :1, :2… or ? placeholders to use binding parameters.": "Use :1, :2… or ? placeholders to use binding parameters.",
|
|
30
30
|
"Binding parameters for the SQL query (to prevent SQL injection attacks)": "Binding parameters for the SQL query (to prevent SQL injection attacks)",
|