diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.de.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.de.resx
index 4d7b30b3..a1add142 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.de.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.de.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
Der ausgewählte Algorithmus verfügt nicht über eine FIPS-konforme Implementierung. Auf einigen Maschinen funktioniert dies möglicherweise nicht.
+
+ ChaCha20-Poly1305 wird auf dieser Plattform nicht unterstützt. Verwenden Sie stattdessen AES-GCM oder führen auf einer Plattform aus, die ChaCha20-Poly1305 unterstützt (Linux mit OpenSSL oder Windows 10 1809 / Server 2019 oder höher).
+
Eingabe
@@ -172,6 +175,48 @@
Allgemein
+
+ Datei verwenden
+
+
+ Dateipfad verwenden
+
+
+ Schlüssel verwenden
+
+
+ Sicheren Schlüssel verwenden
+
+
+ Passphrase verwenden
+
+
+ Sichere Passphrase verwenden
+
+
+ Öffentliche Schlüsseldatei
+
+
+ Der öffentliche PGP-Schlüssel des Empfängers, bereitgestellt als Dateiressource (z. B. aus den Projektressourcen oder dem Speicher-Bucket). Wenn festgelegt, hat er Vorrang vor der Variante mit dem Dateipfad.
+
+
+ Öffentliche Schlüsseldatei
+
+
+ Der öffentliche PGP-Schlüssel des Absenders, der als Dateiressource bereitgestellt wird. Dient zur Überprüfung der Signatur. Wenn festgelegt, hat er Vorrang vor der Variante mit dem Dateipfad.
+
+
+ Öffentliche Schlüsseldatei
+
+
+ Der öffentliche PGP-Schlüssel des Empfängers, bereitgestellt als Dateiressource (z. B. aus den Projektressourcen oder dem Speicher-Bucket). Wenn festgelegt, hat er Vorrang vor der Variante mit dem Dateipfad.
+
+
+ Öffentliche Schlüsseldatei
+
+
+ Der öffentliche PGP-Schlüssel des Absenders, der als Dateiressource bereitgestellt wird. Dient zur Überprüfung der Signatur. Wenn festgelegt, hat er Vorrang vor der Variante mit dem Dateipfad.
+
BeiFehlerFortsetzen
property name
@@ -194,7 +239,7 @@
Activity name
- Eine Dropdownliste, mit der Sie den Entschlüsselungsalgorithmus auswählen können, den Sie verwenden möchten.
+ Eine Dropdownliste, mit der Sie den Entschlüsselungsalgorithmus auswählen können, den Sie verwenden möchten. Die Eingabe muss im UiPath-Wire-Format Base64(salt | IV | ciphertext) erfolgen; von externen Tools erzeugter Geheimtext ist nicht direkt kompatibel – die Spezifikation des Wire-Formats finden Sie in der Dokumentation zur Aktivität.
Property description
@@ -242,11 +287,11 @@
Property name
- Der Pfad, unter dem Sie die entschlüsselte Datei speichern möchten.
+ Der vollständige Pfad einschließlich Dateiname und Erweiterung, unter dem die entschlüsselte Datei gespeichert wird. Wenn leer gelassen, wird die Datei unter dem Namen „<input-name>_Decrypted<input-extension>“ neben der Eingabedatei gespeichert.
Property description
- Name und Speicherort der Ausgabedatei
+ Pfad der Ausgabedatei
Property name
@@ -266,7 +311,7 @@
Activity Description
- Eine Dropdownliste, mit der Sie den Entschlüsselungsalgorithmus auswählen können, den Sie verwenden möchten.
+ Eine Dropdownliste, mit der Sie den Entschlüsselungsalgorithmus auswählen können, den Sie verwenden möchten. Die Eingabe muss im UiPath-Wire-Format Base64(salt | IV | ciphertext) erfolgen; von externen Tools erzeugter Geheimtext ist nicht direkt kompatibel – die Spezifikation des Wire-Formats finden Sie in der Dokumentation zur Aktivität.
Property description
@@ -330,7 +375,7 @@
Activity name
- Eine Dropdownliste, mit der Sie den Verschlüsselungsalgorithmus auswählen können, den Sie verwenden möchten.
+ Eine Dropdownliste, mit der Sie den Verschlüsselungsalgorithmus auswählen können, den Sie verwenden möchten. Der Geheimtext verwendet ein UiPath-spezifisches Wire-Format Base64(salt | IV | ciphertext) und ist nicht direkt mit externen Tools kompatibel – die Spezifikation des Wire-Formats finden Sie in der Dokumentation zur Aktivität.
Property description
@@ -402,11 +447,11 @@
property name
- Der Pfad, unter dem Sie die verschlüsselte Datei speichern möchten.
+ Der vollständige Pfad einschließlich Dateiname und Erweiterung, unter dem die verschlüsselte Datei gespeichert wird. Wenn leer gelassen, wird die Datei unter dem Namen „<input-name>_Encrypted<input-extension>“ neben der Eingabedatei gespeichert.
property description
- Name und Speicherort der Ausgabedatei
+ Pfad der Ausgabedatei
property name
@@ -426,7 +471,7 @@
Activity name
- Eine Dropdownliste, mit der Sie den Verschlüsselungsalgorithmus auswählen können, den Sie verwenden möchten.
+ Eine Dropdownliste, mit der Sie den Verschlüsselungsalgorithmus auswählen können, den Sie verwenden möchten. Der Geheimtext verwendet ein UiPath-spezifisches Wire-Format Base64(salt | IV | ciphertext) und ist nicht direkt mit externen Tools kompatibel – die Spezifikation des Wire-Formats finden Sie in der Dokumentation zur Aktivität.
Property description
@@ -770,7 +815,7 @@
property description
- Verschlüsselte Datei
+ Encrypted file
property name
@@ -786,7 +831,7 @@
property description
- Entschlüsselte Datei
+ Decrypted file
property name
@@ -857,6 +902,12 @@
Die sichere Schlüsselzeichenfolge darf nicht NULL sein.
+
+ Wert für erforderliches Aktivitätsargument „Passphrase“ wurde nicht angegeben.
+
+
+ Die Passphrase als sicherer String darf nicht NULL sein
+
Der Wechsel zwischen Dateipfad und Ressource
@@ -869,12 +920,6 @@
FileInputModeSwitch
-
- Der Wechsel zwischen Dateipfad und Ressource
-
-
- FileInputModeSwitch
-
Der Wechsel zwischen Dateipfad und Ressource
@@ -889,15 +934,23 @@
Property name
- Der Pfad zur Datei mit dem privaten PGP-Schlüssel, die für die Entschlüsselung verwendet wird.
+ Der Pfad zu Ihrer eigenen PGP-Datei mit privatem Schlüssel, der zum Entschlüsseln der Nachricht verwendet wird.
Property description
Passphrase
Property name
+
+ Passphrase (sicher)
+ Property name
+
+
+ Die Passphrase als sicherer String, die Ihren eigenen privaten Schlüssel für die Entschlüsselung freigibt.
+ Property description
+
- Die Passphrase für den privaten PGP-Schlüssel.
+ Die Passphrase, die Ihren eigenen privaten Schlüssel zur Entschlüsselung freigibt.
Property description
@@ -913,7 +966,7 @@
Property name
- Der Pfad zur öffentlichen PGP-Schlüsseldatei, die für die Signaturüberprüfung verwendet wird.
+ Der Pfad zur Datei mit dem öffentlichen PGP-Schlüssel des Absenders, der zur Überprüfung der Signatur verwendet wird. Nur erforderlich, wenn „Signatur überprüfen“ aktiviert ist.
Property description
@@ -921,15 +974,23 @@
Property name
- Der Pfad zur Datei mit dem privaten PGP-Schlüssel, die für die Entschlüsselung verwendet wird.
+ Der Pfad zu Ihrer eigenen PGP-Datei mit privatem Schlüssel, der zum Entschlüsseln der Nachricht verwendet wird.
Property description
Passphrase
Property name
+
+ Passphrase (sicher)
+ Property name
+
+
+ Die Passphrase als sicherer String, die Ihren eigenen privaten Schlüssel für die Entschlüsselung freigibt.
+ Property description
+
- Die Passphrase für den privaten PGP-Schlüssel.
+ Die Passphrase, die Ihren eigenen privaten Schlüssel zur Entschlüsselung freigibt.
Property description
@@ -945,7 +1006,7 @@
Property name
- Der Pfad zur öffentlichen PGP-Schlüsseldatei, die für die Signaturüberprüfung verwendet wird.
+ Der Pfad zur Datei mit dem öffentlichen PGP-Schlüssel des Absenders, der zur Überprüfung der Signatur verwendet wird. Nur erforderlich, wenn „Signatur überprüfen“ aktiviert ist.
Property description
@@ -953,7 +1014,7 @@
Property name
- Der Pfad zur Datei mit dem öffentlichen PGP-Schlüssel, die für die Verschlüsselung verwendet wird.
+ Der Pfad zur Datei mit dem öffentlichen PGP-Schlüssel des Empfängers. Der Empfänger ist die Person, die die Ausgabe entschlüsseln kann.
Property description
@@ -969,15 +1030,23 @@
Property name
- Der Pfad zur Datei mit dem privaten PGP-Schlüssel, die für die Signierung verwendet wird.
+ Der Pfad zu Ihrer eigenen Datei mit dem privaten PGP-Schlüssel, der zum Signieren der verschlüsselten Ausgabe verwendet wird. Nur erforderlich, wenn „Daten signieren“ aktiviert ist.
Property description
Passphrase
Property name
+
+ Passphrase (sicher)
+ Property name
+
+
+ Die Passphrase als sicherer String, die Ihren eigenen privaten Schlüssel für die Signierung freigibt.
+ Property description
+
- Die Passphrase für den privaten PGP-Schlüssel, der zum Signieren verwendet wird.
+ Die Passphrase, die Ihren eigenen privaten Schlüssel für die Signierung freigibt.
Property description
@@ -985,7 +1054,7 @@
Property name
- Der Pfad zur Datei mit dem öffentlichen PGP-Schlüssel, die für die Verschlüsselung verwendet wird.
+ Der Pfad zur Datei mit dem öffentlichen PGP-Schlüssel des Empfängers. Der Empfänger ist die Person, die die Ausgabe entschlüsseln kann.
Property description
@@ -1001,89 +1070,125 @@
Property name
- Der Pfad zur Datei mit dem privaten PGP-Schlüssel, die für die Signierung verwendet wird.
+ Der Pfad zu Ihrer eigenen Datei mit dem privaten PGP-Schlüssel, der zum Signieren der verschlüsselten Ausgabe verwendet wird. Nur erforderlich, wenn „Daten signieren“ aktiviert ist.
Property description
Passphrase
Property name
+
+ Passphrase (sicher)
+ Property name
+
+
+ Die Passphrase als sicherer String, die Ihren eigenen privaten Schlüssel für die Signierung freigibt.
+ Property description
+
- Die Passphrase für den privaten PGP-Schlüssel, der zum Signieren verwendet wird.
+ Die Passphrase, die Ihren eigenen privaten Schlüssel für die Signierung freigibt.
Property description
-
- PGP Generate Keys
+
+ Generierte PGP-Schlüssel
Activity name
-
+
Generiert ein öffentliches/privates PGP-Schlüsselpaar und speichert es in den angegebenen Dateipfaden.
Activity description
-
+
Ausgabepfad des öffentlichen Schlüssels
Property name
-
+
Der Dateipfad, in dem der generierte öffentliche PGP-Schlüssel gespeichert wird.
Property description
-
+
Ausgabepfad des privaten Schlüssels
Property name
-
+
Der Dateipfad, in dem der generierte private PGP-Schlüssel gespeichert wird.
Property description
-
- Benutzername
+
+ Benutzer-ID
Property name
-
- Der Benutzername (oder die E-Mail-Adresse), der mit dem generierten Schlüsselpaar verknüpft werden soll.
+
+ OpenPGP-Benutzer-ID für den generierten öffentlichen Schlüssel. Üblicherweise ein RFC 2822-Postfach im Format „Name <email@Erika“ (z. B. „Erika Mustermann <erika@Erika>“). Jeder beliebige UTF-8-String wird akzeptiert, doch das Postfachformat entspricht den Erwartungen der meisten PGP-Tools und Schlüsselserver.
Property description
-
+
+ Ihr Name <ihre.email@beispiel.de>
+ Property placeholder hint shown inside the empty input
+
+
Passphrase
Property name
-
+
Die Passphrase zum Schutz des generierten privaten Schlüssels.
Property description
-
+
+ Passphrase (sicher)
+ Property name
+
+
+ Die Passphrase als sicherer String zum Schutz des generierten privaten Schlüssels.
+ Property description
+
+
Überschreiben
Property name
-
+
Wenn an den Ausgabepfaden bereits Dateien vorhanden sind, werden sie durch diese Auswahl überschrieben.
Property description
-
+
+ Schlüsselgröße
+ Property name
+
+
+ Die RSA-Schlüsselgröße in Bit für das generierte PGP-Schlüsselpaar. Unterstützte Größen sind 2048 Bit, 3072 Bit und 4096 Bit. Standardmäßig sind 4096 Bit für Sicherheit auf Unternehmensniveau eingestellt.
+ Property description
+
+
Bei Fehler fortsetzen
Property name
-
+
Gibt an, ob die Automatisierung auch dann fortgesetzt werden soll, wenn die Aktivität einen Fehler auslöst.
Property description
-
+
Öffentliche Schlüsseldatei
Property name
-
+
Der generierte öffentliche Schlüssel als Dateiressource.
Property description
-
+
Private Schlüsseldatei
Property name
-
+
Der generierte private Schlüssel als Dateiressource.
Property description
+
+ Die Ressource, die den öffentlichen Schlüssel enthält
+ Property hint
+
+
+ Die Ressource, die den privaten Schlüssel enthält
+ Property hint
+
PGP Sign File
Activity name
@@ -1100,20 +1205,44 @@
Der Pfad zur Datei, die Sie signieren möchten.
Property description
+
+ Eingabedatei
+ Property name
+
+
+ Die Dateiressource, die Sie signieren möchten.
+ Property description
+
Dateipfad des privaten Schlüssels
Property name
- Der Pfad zur Datei mit dem privaten PGP-Schlüssel, die für die Signierung verwendet wird.
+ Der Pfad zu Ihrer eigenen PGP-Datei mit privatem Schlüssel, der zum Signieren der Daten verwendet wird.
+ Property description
+
+
+ Private Schlüsseldatei
+ Property name
+
+
+ Ihr eigener privater PGP-Schlüssel, bereitgestellt als Dateiressource (z. B. aus den Projektressourcen oder dem Speicher-Bucket). Wird zum Signieren der Daten verwendet.
Property description
Passphrase
Property name
+
+ Passphrase (sicher)
+ Property name
+
+
+ Die Passphrase als sicherer String, die Ihren eigenen privaten Schlüssel für die Signierung freigibt.
+ Property description
+
- Die Passphrase für den privaten PGP-Schlüssel.
+ Die Passphrase, die Ihren eigenen privaten Schlüssel für die Signierung freigibt.
Property description
@@ -1121,7 +1250,7 @@
Property name
- Der Pfad, in dem die signierte Datei gespeichert wird.
+ Der vollständige Pfad einschließlich Dateiname und Erweiterung, unter dem die signierte Datei gespeichert wird.
Property description
@@ -1148,68 +1277,92 @@
Die signierte Datei als Dateiressource.
Property description
-
+
PGP Clear Sign File
Activity name
-
+
Erstellt mit einem privaten Schlüssel eine PGP-Klartextsignatur einer Datei.
Activity description
-
+
Pfad der Eingabedatei
Property name
-
- Der Pfad zur Datei, die Sie im Klartext signieren möchten.
+
+ Der Pfad zur Datei, die Sie mit einer Klartextsignatur versehen möchten.
Property description
-
+
+ Eingabedatei
+ Property name
+
+
+ Die Ressource, die die zu signierende Datei darstellt.
+ Property description
+
+
Dateipfad des privaten Schlüssels
Property name
-
- Der Pfad zur Datei mit dem privaten PGP-Schlüssel, die für die Signierung verwendet wird.
+
+ Der Pfad zu Ihrer eigenen PGP-Datei mit privatem Schlüssel, der für die Klartextsignatur der Daten verwendet wird.
Property description
-
+
+ Private Schlüsseldatei
+ Property name
+
+
+ Ihr eigener privater PGP-Schlüssel, der als Dateiressource bereitgestellt wird. Wird für die Klartextsignatur der Daten verwendet.
+ Property description
+
+
Passphrase
Property name
-
- Die Passphrase für den privaten PGP-Schlüssel.
+
+ Passphrase (sicher)
+ Property name
+
+
+ Die Passphrase als sicherer String, die Ihren eigenen privaten Schlüssel für die Signierung freigibt.
+ Property description
+
+
+ Die Passphrase, die Ihren eigenen privaten Schlüssel für die Signierung freigibt.
Property description
-
+
Pfad der Ausgabedatei
Property name
-
- Der Pfad, in dem die klarsignierte Datei gespeichert wird.
+
+ Der vollständige Pfad einschließlich Dateiname und Erweiterung, unter dem die Datei mit Klartextsignatur gespeichert wird.
Property description
-
+
Überschreiben
Property name
-
+
Wenn am Ausgabepfad bereits eine Datei vorhanden ist, wird sie durch diese Auswahl überschrieben.
Property description
-
+
Bei Fehler fortsetzen
Property name
-
+
Gibt an, ob die Automatisierung auch dann fortgesetzt werden soll, wenn die Aktivität einen Fehler auslöst.
Property description
-
- Klarsignierte Datei
+
+ Datei mit Klartextsignatur
Property name
-
- Die klarsignierte Datei als Dateiressource.
+
+ Die Datei mit Klartextsignatur als Dateiressource.
Property description
@@ -1225,7 +1378,7 @@
Property name
- Wählen Sie den Verifizierungstyp aus. „Signierte Datei (Binär)“ überprüft eine binär signierte Datei. „Klarsignierte Datei (Text)“ überprüft eine Textdatei mit eingebetteter Signatur. „Öffentlichen Schlüssel validieren“ überprüft, ob eine Datei einen gültigen öffentlichen PGP-Schlüssel enthält.
+ Wählen Sie den Verifizierungstyp aus. „Signierte Datei (Binär)“ überprüft eine binär signierte Datei. „Datei mit Klartextsignatur (Text)“ überprüft eine Textdatei mit eingebetteter Signatur. „Öffentlichen Schlüssel validieren“ überprüft, ob eine Datei einen gültigen öffentlichen PGP-Schlüssel enthält.
Property description
@@ -1233,7 +1386,7 @@
Property name
- Der Pfad zur zu überprüfenden signierten Datei. Erforderlich für die Modi „Signierte Datei (Binär)“ und „Klarsignierte Datei (Text)“.
+ Der Pfad zur zu überprüfenden signierten Datei. Erforderlich für die Modi „Signierte Datei (Binär)“ und „Datei mit Klartextsignatur (Text)“.
Property description
@@ -1241,7 +1394,23 @@
Property name
- Der Pfad zur Datei mit dem öffentlichen PGP-Schlüssel, die für die Überprüfung verwendet wird.
+ Der Pfad zur Datei mit dem öffentlichen PGP-Schlüssel des Signierers. Dies ist der öffentliche Schlüssel des Erstellers der Signatur.
+ Property description
+
+
+ Signierte Datei
+ Property name
+
+
+ Die Dateiressource, die den zu überprüfenden signierten Inhalt enthält. Erforderlich für die Modi „Signierte Datei (Binär)“ und „Datei mit Klartextsignatur (Text)“.
+ Property description
+
+
+ Öffentliche Schlüsseldatei
+ Property name
+
+
+ Der öffentliche PGP-Schlüssel des Signierers, der als Dateiressource bereitgestellt wird. Dient zur Überprüfung der Signatur.
Property description
@@ -1263,4 +1432,13 @@
Kryptografie
+
+ 2048-Bit-RSA
+
+
+ 3072-Bit-RSA
+
+
+ 4096-Bit-RSA
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.es-MX.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.es-MX.resx
index 94e43069..605abb73 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.es-MX.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.es-MX.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
El algoritmo seleccionado no tiene una implementación compatible con FIPS. Es posible que esto no funcione en algunas máquinas.
+
+ ChaCha20-Poly1305 no es compatible con esta plataforma. En su lugar, use AES-GCM o ejecútelo en una plataforma que proporcione ChaCha20-Poly1305 (Linux con OpenSSL o Windows 10 1809/Server 2019 o posterior).
+
Entrada
@@ -172,6 +175,48 @@
Común
+
+ Usar archivo
+
+
+ Usar ruta de archivo
+
+
+ Usar clave
+
+
+ Usar clave segura
+
+
+ Usar frase de contraseña
+
+
+ Usar frase de contraseña segura
+
+
+ Archivo de clave pública
+
+
+ La clave pública PGP del destinatario, proporcionada como un recurso de archivo (p. ej., de los recursos del proyecto o del depósito de almacenamiento). Cuando se establece, tiene prioridad sobre la variante de ruta de archivo.
+
+
+ Archivo de clave pública
+
+
+ La clave pública PGP del remitente, proporcionada como un recurso de archivo. Se utiliza para verificar la firma. Cuando se establece, tiene prioridad sobre la variante de ruta de archivo.
+
+
+ Archivo de clave pública
+
+
+ La clave pública PGP del destinatario, proporcionada como un recurso de archivo (p. ej., de los recursos del proyecto o del depósito de almacenamiento). Cuando se establece, tiene prioridad sobre la variante de ruta de archivo.
+
+
+ Archivo de clave pública
+
+
+ La clave pública PGP del remitente, proporcionada como un recurso de archivo. Se utiliza para verificar la firma. Cuando se establece, tiene prioridad sobre la variante de ruta de archivo.
+
ContinuarConElError
property name
@@ -194,7 +239,7 @@
Activity name
- Un menú desplegable que le permite seleccionar el algoritmo de descifrado que desea utilizar.
+ Un menú desplegable que le permite seleccionar el algoritmo de descifrado que desea utilizar. La entrada debe estar en el formato de conexión de UiPath Base64(salt | IV | texto cifrado); el texto cifrado producido por herramientas externas no es directamente compatible. Consulte la documentación de la actividad para obtener la especificación del formato de conexión.
Property description
@@ -222,7 +267,7 @@
Property description
- Codificación de claves
+ Codificación clave
Property name
@@ -230,7 +275,7 @@
Property description
- Codificación de claves
+ Codificación clave
Property name
@@ -242,11 +287,11 @@
Property name
- La ruta donde desea guardar el archivo descifrado.
+ La ruta completa, incluidos el nombre y la extensión del archivo, donde se guardará el archivo descifrado. Cuando se deja vacío, el archivo se escribe junto al archivo de entrada con el nombre "<input-name>_Decrypted<input-extension>".
Property description
- Nombre y ubicación del archivo de salida
+ Ruta del archivo de salida
Property name
@@ -266,7 +311,7 @@
Activity Description
- Un menú desplegable que le permite seleccionar el algoritmo de descifrado que desea utilizar.
+ Un menú desplegable que le permite seleccionar el algoritmo de descifrado que desea utilizar. La entrada debe estar en el formato de conexión de UiPath Base64(salt | IV | texto cifrado); el texto cifrado producido por herramientas externas no es directamente compatible. Consulte la documentación de la actividad para obtener la especificación del formato de conexión.
Property description
@@ -294,7 +339,7 @@
Property description
- Codificación de claves
+ Codificación clave
Property name
@@ -330,7 +375,7 @@
Activity name
- Un menú desplegable que le permite seleccionar el algoritmo de cifrado que desea utilizar.
+ Un menú desplegable que le permite seleccionar el algoritmo de cifrado que desea utilizar. El texto cifrado utiliza un formato de conexión específico de UiPath Base64(salt | IV | texto cifrado) y no es directamente interoperable con herramientas externas. Consulte la documentación de la actividad para obtener la especificación del formato de conexión.
Property description
@@ -382,7 +427,7 @@
property description
- Codificación de claves
+ Codificación clave
property name
@@ -390,7 +435,7 @@
property description
- Codificación de claves
+ Codificación clave
property name
@@ -402,11 +447,11 @@
property name
- La ruta donde desea guardar el archivo cifrado.
+ La ruta completa, incluidos el nombre y la extensión del archivo, donde se guardará el archivo cifrado. Cuando se deja vacío, el archivo se escribe junto al archivo de entrada con el nombre "<input-name>_Encrypted<input-extension>".
property description
- Nombre y ubicación del archivo de salida
+ Ruta del archivo de salida
property name
@@ -426,7 +471,7 @@
Activity name
- Un menú desplegable que le permite seleccionar el algoritmo de cifrado que desea utilizar.
+ Un menú desplegable que le permite seleccionar el algoritmo de cifrado que desea utilizar. El texto cifrado utiliza un formato de conexión específico de UiPath Base64(salt | IV | texto cifrado) y no es directamente interoperable con herramientas externas. Consulte la documentación de la actividad para obtener la especificación del formato de conexión.
Property description
@@ -454,7 +499,7 @@
Property description
- Codificación de claves
+ Codificación clave
Property name
@@ -526,7 +571,7 @@
Property description
- Codificación de claves
+ Codificación clave
Property name
@@ -598,7 +643,7 @@
Property description
- Codificación de claves
+ Codificación clave
Property name
@@ -770,7 +815,7 @@
property description
- Archivo cifrado
+ Encrypted file
property name
@@ -786,7 +831,7 @@
property description
- Archivo descifrado
+ Decrypted file
property name
@@ -857,6 +902,12 @@
La cadena segura de clave no debe ser nula
+
+ No se proporcionó el valor para un argumento de actividad requerido 'Passphrase'.
+
+
+ La frase de contraseña de string seguro no debe ser nula
+
El cambio entre ruta de archivo y recurso
@@ -869,12 +920,6 @@
CambioDeModoDeEntradaDeArchivos
-
- El cambio entre ruta de archivo y recurso
-
-
- CambioDeModoDeEntradaDeArchivos
-
El cambio entre ruta de archivo y recurso
@@ -889,15 +934,23 @@
Property name
- La ruta al archivo de clave privada PGP utilizada para el descifrado.
+ La ruta a su propio archivo de clave privada PGP, utilizada para descifrar el mensaje.
Property description
Frase de contraseña
Property name
+
+ Frase de contraseña (segura)
+ Property name
+
+
+ La frase de contraseña, como string seguro, que desbloquea su propia clave privada para el descifrado.
+ Property description
+
- La frase de contraseña para la clave privada PGP.
+ La frase de contraseña que desbloquea su propia clave privada para el descifrado.
Property description
@@ -913,7 +966,7 @@
Property name
- La ruta al archivo de clave pública PGP utilizado para la verificación de firmas.
+ La ruta al archivo de clave pública PGP del remitente, utilizada para verificar la firma. Solo se requiere cuando Verificar firma está habilitado.
Property description
@@ -921,15 +974,23 @@
Property name
- La ruta al archivo de clave privada PGP utilizada para el descifrado.
+ La ruta a su propio archivo de clave privada PGP, utilizada para descifrar el mensaje.
Property description
Frase de contraseña
Property name
+
+ Frase de contraseña (segura)
+ Property name
+
+
+ La frase de contraseña, como string seguro, que desbloquea su propia clave privada para el descifrado.
+ Property description
+
- La frase de contraseña para la clave privada PGP.
+ La frase de contraseña que desbloquea su propia clave privada para el descifrado.
Property description
@@ -945,7 +1006,7 @@
Property name
- La ruta al archivo de clave pública PGP utilizado para la verificación de firmas.
+ La ruta al archivo de clave pública PGP del remitente, utilizada para verificar la firma. Solo se requiere cuando Verificar firma está habilitado.
Property description
@@ -953,7 +1014,7 @@
Property name
- La ruta al archivo de clave pública PGP utilizada para el cifrado.
+ La ruta al archivo de clave pública PGP del destinatario. El destinatario es la persona que podrá descifrar la salida.
Property description
@@ -969,15 +1030,23 @@
Property name
- La ruta al archivo de clave privada PGP utilizada para la firma.
+ La ruta a su propio archivo de clave privada PGP, utilizada para firmar la salida cifrada. Solo se requiere cuando Firmar datos está habilitado.
Property description
Frase de contraseña
Property name
+
+ Frase de contraseña (segura)
+ Property name
+
+
+ La frase de contraseña, como string seguro, que desbloquea su propia clave privada para la firma.
+ Property description
+
- La frase de contraseña para la clave privada de PGP utilizada para firmar.
+ La frase de contraseña que desbloquea su propia clave privada para la firma.
Property description
@@ -985,7 +1054,7 @@
Property name
- La ruta al archivo de clave pública PGP utilizada para el cifrado.
+ La ruta al archivo de clave pública PGP del destinatario. El destinatario es la persona que podrá descifrar la salida.
Property description
@@ -1001,89 +1070,125 @@
Property name
- La ruta al archivo de clave privada PGP utilizada para la firma.
+ La ruta a su propio archivo de clave privada PGP, utilizada para firmar la salida cifrada. Solo se requiere cuando Firmar datos está habilitado.
Property description
Frase de contraseña
Property name
+
+ Frase de contraseña (segura)
+ Property name
+
+
+ La frase de contraseña, como string seguro, que desbloquea su propia clave privada para la firma.
+ Property description
+
- La frase de contraseña para la clave privada de PGP utilizada para firmar.
+ La frase de contraseña que desbloquea su propia clave privada para la firma.
Property description
-
+
PGP Generate Keys
Activity name
-
+
Genera un par de claves públicas y privadas PGP y las guarda en las rutas de archivo especificadas.
Activity description
-
+
Ruta de salida de clave pública
Property name
-
+
La ruta del archivo donde se guardará la clave pública PGP generada.
Property description
-
+
Ruta de salida de clave privada
Property name
-
+
La ruta del archivo donde se guardará la clave privada PGP generada.
Property description
-
- Nombre de usuario
+
+ Id. de usuario
Property name
-
- El nombre de usuario (o correo electrónico) que se asociará con el par de claves generado.
+
+ ID de usuario de OpenPGP para la clave pública generada. Convencionalmente, un buzón RFC 2822 con el formato "Nombre <correoelectrónico@ejemplo.com>" (P. ej., "Alice Doe <alice@ejemplo.com>"). Se acepta cualquier string UTF-8, pero el formato de buzón es lo que esperan la mayoría de las herramientas PGP y los servidores de claves.
Property description
-
+
+ Su nombre <su.correoelectrónico@ejemplo.com>
+ Property placeholder hint shown inside the empty input
+
+
Frase de contraseña
Property name
-
+
La frase de contraseña para proteger la clave privada generada.
Property description
-
+
+ Frase de contraseña (segura)
+ Property name
+
+
+ La frase de contraseña, como un string seguro, para proteger la clave privada generada.
+ Property description
+
+
Sobrescribir
Property name
-
+
Si los archivos ya existen en las rutas de salida, al seleccionar esta opción se sobrescribirán.
Property description
-
+
+ Tamaño de la clave
+ Property name
+
+
+ El tamaño de la clave RSA en bits para el par de claves PGP generado. Los tamaños admitidos son 2048, 3072 y 4096 bits. El valor predeterminado es 4096 bits para la seguridad de nivel empresarial.
+ Property description
+
+
Continuar con el error
Property name
-
+
Especifica si la automatización debe continuar incluso cuando la actividad arroja un error.
Property description
-
+
Archivo de clave pública
Property name
-
+
La clave pública generada como recurso de archivo.
Property description
-
+
Archivo de clave privada
Property name
-
+
La clave privada generada como recurso de archivo.
Property description
+
+ El recurso que contiene la clave pública
+ Property hint
+
+
+ El recurso que contiene la clave privada
+ Property hint
+
PGP Sign File
Activity name
@@ -1100,20 +1205,44 @@
La ruta al archivo que desea firmar.
Property description
+
+ Archivo de entrada
+ Property name
+
+
+ El recurso de archivo que desea firmar.
+ Property description
+
Ruta de archivo de clave privada
Property name
- La ruta al archivo de clave privada PGP utilizada para la firma.
+ La ruta a su propio archivo de clave privada PGP, utilizada para firmar los datos.
+ Property description
+
+
+ Archivo de clave privada
+ Property name
+
+
+ Su propia clave privada PGP, proporcionada como un recurso de archivo (p. ej., de los recursos del proyecto o del depósito de almacenamiento). Se utiliza para firmar los datos.
Property description
Frase de contraseña
Property name
+
+ Frase de contraseña (segura)
+ Property name
+
+
+ La frase de contraseña, como string seguro, que desbloquea su propia clave privada para la firma.
+ Property description
+
- La frase de contraseña para la clave privada PGP.
+ La frase de contraseña que desbloquea su propia clave privada para la firma.
Property description
@@ -1121,7 +1250,7 @@
Property name
- La ruta donde se guardará el archivo firmado.
+ La ruta completa, incluidos el nombre y la extensión del archivo, donde se guardará el archivo firmado.
Property description
@@ -1148,67 +1277,91 @@
El archivo firmado como recurso de archivo.
Property description
-
+
PGP Clear Sign File
Activity name
-
+
Crea una firma de texto claro PGP de un archivo utilizando una clave privada.
Activity description
-
+
Ruta del archivo de entrada
Property name
-
- La ruta al archivo que desea firmar con texto claro.
+
+ La ruta al archivo que desea firmar en texto claro.
Property description
-
+
+ Archivo de entrada
+ Property name
+
+
+ El recurso que representa el archivo que se firmará.
+ Property description
+
+
Ruta de archivo de clave privada
Property name
-
- La ruta al archivo de clave privada PGP utilizada para la firma.
+
+ La ruta a su propio archivo de clave privada PGP, utilizada para firmar los datos en texto claro.
Property description
-
+
+ Archivo de clave privada
+ Property name
+
+
+ Su propia clave privada PGP, proporcionada como un recurso de archivo. Se utiliza para firmar los datos en texto claro.
+ Property description
+
+
Frase de contraseña
Property name
-
- La frase de contraseña para la clave privada PGP.
+
+ Frase de contraseña (segura)
+ Property name
+
+
+ La frase de contraseña, como string seguro, que desbloquea su propia clave privada para la firma.
+ Property description
+
+
+ La frase de contraseña que desbloquea su propia clave privada para la firma.
Property description
-
+
Ruta del archivo de salida
Property name
-
- La ruta donde se guardará el archivo con firma clara.
+
+ La ruta completa, incluidos el nombre y la extensión del archivo, donde se guardará el archivo con firma clara.
Property description
-
+
Sobrescribir
Property name
-
+
Si un archivo ya existe en la ruta de salida, al seleccionar esta opción se sobrescribirá.
Property description
-
+
Continuar con el error
Property name
-
+
Especifica si la automatización debe continuar incluso cuando la actividad arroja un error.
Property description
-
+
Archivo con firma clara
Property name
-
+
El archivo con firma clara como un recurso de archivo.
Property description
@@ -1241,7 +1394,23 @@
Property name
- La ruta al archivo de clave pública PGP utilizado para la verificación.
+ La ruta al archivo de clave pública PGP del firmante. Es la clave pública de la persona que generó la firma.
+ Property description
+
+
+ Archivo firmado
+ Property name
+
+
+ El recurso de archivo que tiene el contenido firmado para verificar. Se requiere para los modos 'Archivo firmado (binario)' y 'Archivo con firma clara (texto)'.
+ Property description
+
+
+ Archivo de clave pública
+ Property name
+
+
+ La clave pública PGP del firmante, proporcionada como un recurso de archivo. Se utiliza para verificar la firma.
Property description
@@ -1263,4 +1432,13 @@
Criptografía
+
+ RSA de 2048 bits
+
+
+ RSA de 3072 bits
+
+
+ RSA de 4096 bits
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.es.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.es.resx
index 6fa0fd4a..de6d937e 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.es.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.es.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
El algoritmo seleccionado no tiene una implementación compatible con FIPS. Es posible que esto no funcione en algunas máquinas.
+
+ ChaCha20-Poly1305 no es compatible con esta plataforma. Utiliza AES-GCM en su lugar, o ejecútalo en una plataforma que proporcione ChaCha20-Poly1305 (Linux con OpenSSL o Windows 10 1809/Server 2019 o posterior).
+
Entrada
@@ -172,6 +175,48 @@
Común
+
+ Usar archivo
+
+
+ Utilizar ruta de archivo
+
+
+ Usar clave
+
+
+ Usar clave segura
+
+
+ Usar contraseña
+
+
+ Usar contraseña segura
+
+
+ Archivo de clave pública
+
+
+ La clave pública PGP del destinatario, proporcionada como recurso de archivo (por ejemplo, desde los recursos del proyecto o el depósito de almacenamiento). Cuando se establece, tiene prioridad sobre la variante de ruta de archivo.
+
+
+ Archivo de clave pública
+
+
+ La clave pública PGP del remitente, proporcionada como recurso de archivo. Se utiliza para verificar la firma. Cuando se establece, tiene prioridad sobre la variante de ruta de archivo.
+
+
+ Archivo de clave pública
+
+
+ La clave pública PGP del destinatario, proporcionada como recurso de archivo (por ejemplo, desde los recursos del proyecto o el depósito de almacenamiento). Cuando se establece, tiene prioridad sobre la variante de ruta de archivo.
+
+
+ Archivo de clave pública
+
+
+ La clave pública PGP del remitente, proporcionada como recurso de archivo. Se utiliza para verificar la firma. Cuando se establece, tiene prioridad sobre la variante de ruta de archivo.
+
ContinuarEnCasoDeError
property name
@@ -194,7 +239,7 @@
Activity name
- Un menú desplegable que le permite seleccionar el algoritmo de descifrado que desea utilizar.
+ Un menú desplegable que le permite seleccionar el algoritmo de descifrado que desea utilizar. La entrada debe estar en el formato de conexión de UiPath Base64(salt | IV | ciphertext); el texto cifrado producido por herramientas externas no es directamente compatible: consulta la documentación de la actividad para la especificación del formato de conexión.
Property description
@@ -222,7 +267,7 @@
Property description
- CodificaciónDeClave
+ Codificación de clave
Property name
@@ -242,11 +287,11 @@
Property name
- La ruta donde desea guardar el archivo descifrado.
+ La ruta completa, incluidos el nombre y la extensión del archivo, donde se guardará el archivo descifrado. Cuando se deja vacío, el archivo se escribe junto al archivo de entrada con el nombre "<input-name>_Descifrado<input-extension>".
Property description
- Nombre y ubicación del archivo de salida
+ Ruta de archivo de salida
Property name
@@ -266,7 +311,7 @@
Activity Description
- Un menú desplegable que le permite seleccionar el algoritmo de descifrado que desea utilizar.
+ Un menú desplegable que le permite seleccionar el algoritmo de descifrado que desea utilizar. La entrada debe estar en el formato de conexión de UiPath Base64(salt | IV | ciphertext); el texto cifrado producido por herramientas externas no es directamente compatible: consulta la documentación de la actividad para la especificación del formato de conexión.
Property description
@@ -294,7 +339,7 @@
Property description
- CodificaciónDeClave
+ Codificación de clave
Property name
@@ -330,7 +375,7 @@
Activity name
- Un menú desplegable que le permite seleccionar el algoritmo de cifrado que desea utilizar.
+ Un menú desplegable que le permite seleccionar el algoritmo de cifrado que desea utilizar. El texto cifrado utiliza un formato de conexión específico de UiPath Base64 (salt | IV | ciphertext) y no es directamente interoperable con herramientas externas; consulta la documentación de la actividad para la especificación del formato de conexión.
Property description
@@ -390,7 +435,7 @@
property description
- CodificaciónDeClave
+ Codificación de clave
property name
@@ -402,11 +447,11 @@
property name
- La ruta donde desea guardar el archivo cifrado.
+ La ruta completa, incluidos el nombre y la extensión del archivo, donde se guardará el archivo cifrado. Cuando se deja vacío, el archivo se escribe junto al archivo de entrada con el nombre "<input-name>_Encrypted<input-extension>".
property description
- Nombre y ubicación del archivo de salida
+ Ruta de archivo de salida
property name
@@ -426,7 +471,7 @@
Activity name
- Un menú desplegable que le permite seleccionar el algoritmo de cifrado que desea utilizar.
+ Un menú desplegable que le permite seleccionar el algoritmo de cifrado que desea utilizar. El texto cifrado utiliza un formato de conexión específico de UiPath Base64 (salt | IV | ciphertext) y no es directamente interoperable con herramientas externas; consulta la documentación de la actividad para la especificación del formato de conexión.
Property description
@@ -454,7 +499,7 @@
Property description
- CodificaciónDeClave
+ Codificación de clave
Property name
@@ -526,7 +571,7 @@
Property description
- CodificaciónDeClave
+ Codificación de clave
Property name
@@ -857,6 +902,12 @@
La contraseña de cadena segura no puede ser nula
+
+ No se proporcionó el valor para un argumento de actividad requerido 'Frase de contraseña'
+
+
+ La frase de contraseña de cadena segura no debe ser nula
+
El cambio entre la ruta del archivo y el recurso
@@ -869,12 +920,6 @@
CambiarModoEntradaArchivo
-
- El cambio entre la ruta del archivo y el recurso
-
-
- CambiarModoEntradaArchivo
-
El cambio entre la ruta del archivo y el recurso
@@ -889,15 +934,23 @@
Property name
- La ruta al archivo de clave privada PGP utilizado para el descifrado.
+ La ruta a tu propio archivo de clave privada PGP, utilizado para descifrar el mensaje.
Property description
Contraseña
Property name
+
+ Contraseña (segura)
+ Property name
+
+
+ La contraseña, como cadena segura, que desbloquea tu propia clave privada para firmar.
+ Property description
+
- La contraseña de la clave privada PGP.
+ La contraseña que desbloquea tu propia clave privada para el descifrado.
Property description
@@ -913,7 +966,7 @@
Property name
- La ruta al archivo de clave pública PGP utilizado para la verificación de la firma.
+ La ruta al archivo de clave pública PGP del remitente, utilizada para verificar la firma. Solo es necesario cuando Verificar firma está habilitado.
Property description
@@ -921,15 +974,23 @@
Property name
- La ruta al archivo de clave privada PGP utilizado para el descifrado.
+ La ruta a tu propio archivo de clave privada PGP, utilizado para descifrar el mensaje.
Property description
Contraseña
Property name
+
+ Contraseña (segura)
+ Property name
+
+
+ La contraseña, como cadena segura, que desbloquea tu propia clave privada para el descifrado.
+ Property description
+
- La contraseña de la clave privada PGP.
+ La contraseña que desbloquea tu propia clave privada para el descifrado.
Property description
@@ -945,7 +1006,7 @@
Property name
- La ruta al archivo de clave pública PGP utilizado para la verificación de la firma.
+ La ruta al archivo de clave pública PGP del remitente, utilizada para verificar la firma. Solo es necesario cuando Verificar firma está habilitado.
Property description
@@ -953,7 +1014,7 @@
Property name
- La ruta al archivo de clave pública PGP utilizado para el cifrado.
+ La ruta al archivo de clave pública PGP del destinatario. El destinatario es la persona que podrá descifrar la salida.
Property description
@@ -969,15 +1030,23 @@
Property name
- La ruta al archivo de clave privada PGP utilizado para la firma.
+ La ruta a tu propio archivo de clave privada PGP, utilizado para firmar la salida cifrada. Solo es necesario cuando Firmar datos está habilitado.
Property description
Contraseña
Property name
+
+ Contraseña (segura)
+ Property name
+
+
+ La contraseña, como cadena segura, que desbloquea tu propia clave privada para firmar.
+ Property description
+
- La contraseña para la clave privada PGP utilizada para firmar.
+ La contraseña que desbloquea tu propia clave privada para firmar.
Property description
@@ -985,7 +1054,7 @@
Property name
- La ruta al archivo de clave pública PGP utilizado para el cifrado.
+ La ruta al archivo de clave pública PGP del destinatario. El destinatario es la persona que podrá descifrar la salida.
Property description
@@ -1001,89 +1070,125 @@
Property name
- La ruta al archivo de clave privada PGP utilizado para la firma.
+ La ruta a tu propio archivo de clave privada PGP, utilizado para firmar la salida cifrada. Solo es necesario cuando Firmar datos está habilitado.
Property description
Contraseña
Property name
+
+ Contraseña (segura)
+ Property name
+
+
+ La contraseña, como cadena segura, que desbloquea tu propia clave privada para firmar.
+ Property description
+
- La contraseña para la clave privada PGP utilizada para firmar.
+ La contraseña que desbloquea tu propia clave privada para firmar.
Property description
-
+
Generar claves PGP
Activity name
-
+
Genera claves públicas/privadas PGP y las guarda en las rutas de archivo especificadas.
Activity description
-
+
Ruta de salida de clave pública
Property name
-
+
La ruta del archivo donde se guardará la clave pública PGP generada.
Property description
-
+
Ruta de salida de clave privada
Property name
-
+
La ruta del archivo donde se guardará la clave privada PGP generada.
Property description
-
- Nombre de usuario
+
+ ID de usuario
Property name
-
- El nombre de usuario (o correo electrónico) con el que asociar las claves generadas.
+
+ ID de usuario de OpenPGP para la clave pública generada. Convencionalmente, un buzón RFC 2822 con el formato "Nombre <email@example.com>" (p. ej. "Alice Doe <alice@example.com>"). Se acepta cualquier cadena UTF-8, pero el formulario del buzón es lo que esperan la mayoría de las herramientas PGP y los servidores de claves.
Property description
-
+
+ Su nombre <your.email@example.com>
+ Property placeholder hint shown inside the empty input
+
+
Contraseña
Property name
-
+
La contraseña para proteger la clave privada generada.
Property description
-
+
+ Contraseña (segura)
+ Property name
+
+
+ La contraseña, como cadena segura, para proteger la clave privada generada.
+ Property description
+
+
Sobrescribir
Property name
-
+
Si los archivos ya existen en las rutas de salida, seleccionar esta opción los sobrescribirá.
Property description
-
+
+ Tamaño de clave
+ Property name
+
+
+ El tamaño de la clave RSA en bits para el par de claves PGP generado. Los tamaños admitidos son 2048 bits, 3072 bits y 4096 bits. El valor predeterminado es 4096 bits para seguridad de nivel empresarial.
+ Property description
+
+
Continuar en caso de error
Property name
-
+
Especifique si la automatización debe continuar aunque la actividad arroje un error.
Property description
-
+
Archivo de clave pública
Property name
-
+
La clave pública generada como recurso de archivo.
Property description
-
+
Archivo de clave privada
Property name
-
+
La clave privada generada como recurso de archivo.
Property description
+
+ El recurso que contiene la clave pública
+ Property hint
+
+
+ El recurso que contiene la clave privada
+ Property hint
+
Archivo de firma PGP
Activity name
@@ -1100,20 +1205,44 @@
La ruta al archivo que desea firmar.
Property description
+
+ Archivo de entrada
+ Property name
+
+
+ El recurso de archivo que desea firmar.
+ Property description
+
Ruta del archivo de clave privada
Property name
- La ruta al archivo de clave privada PGP utilizado para la firma.
+ La ruta a tu propio archivo de clave privada PGP, utilizado para firmar los datos.
+ Property description
+
+
+ Archivo de clave privada
+ Property name
+
+
+ Su propia clave privada PGP, proporcionada como recurso de archivo (por ejemplo, desde los recursos del proyecto o el depósito de almacenamiento). Se utiliza para firmar los datos.
Property description
Contraseña
Property name
+
+ Contraseña (segura)
+ Property name
+
+
+ La contraseña, como cadena segura, que desbloquea tu propia clave privada para firmar.
+ Property description
+
- La contraseña de la clave privada PGP.
+ La contraseña que desbloquea tu propia clave privada para firmar.
Property description
@@ -1121,7 +1250,7 @@
Property name
- La ruta donde se guardará el archivo firmado.
+ La ruta completa, incluidos el nombre y la extensión del archivo, donde se guardará el archivo firmado.
Property description
@@ -1148,68 +1277,92 @@
El archivo firmado como recurso de archivo.
Property description
-
+
Archivo de firma clara PGP
Activity name
-
+
Crea una firma de texto claro PGP de un archivo utilizando una clave privada.
Activity description
-
+
Ruta del archivo de entrada
Property name
-
- La ruta al archivo que desea firmar en texto claro.
+
+ La ruta al archivo que desea borrar.
Property description
-
+
+ Archivo de entrada
+ Property name
+
+
+ El recurso que representa el archivo que se va a firmar.
+ Property description
+
+
Ruta del archivo de clave privada
Property name
-
- La ruta al archivo de clave privada PGP utilizado para la firma.
+
+ La ruta a tu propio archivo de clave privada PGP, utilizado para firmar los datos.
+ Property description
+
+
+ Archivo de clave privada
+ Property name
+
+
+ Tu propia clave privada PGP, proporcionada como recurso de archivo. Se utiliza para borrar los datos.
Property description
-
+
Contraseña
Property name
-
- La contraseña de la clave privada PGP.
+
+ Contraseña (segura)
+ Property name
+
+
+ La contraseña, como cadena segura, que desbloquea tu propia clave privada para firmar.
Property description
-
+
+ La contraseña que desbloquea tu propia clave privada para firmar.
+ Property description
+
+
Ruta de archivo de salida
Property name
-
- La ruta donde se guardará el archivo firmado en texto claro.
+
+ La ruta completa, incluidos el nombre y la extensión del archivo, donde se guardará el archivo firmado.
Property description
-
+
Sobrescribir
Property name
-
+
Si ya existe un archivo en la ruta de salida, seleccionar esta opción lo sobrescribirá.
Property description
-
+
Continuar en caso de error
Property name
-
+
Especifique si la automatización debe continuar aunque la actividad arroje un error.
Property description
-
- Archivo firmado en texto claro
+
+ Archivo Clearsigned
Property name
-
- El archivo firmado en texto claro como recurso de archivo.
+
+ El archivo firmado como recurso de archivo.
Property description
@@ -1225,7 +1378,7 @@
Property name
- Seleccione el tipo de verificación. "Archivo firmado (binario)" verifica un archivo firmado de forma binaria. "Archivo firmado en texto claro (texto)" verifica un archivo de texto con una firma incrustada. "Validar clave pública" comprueba que un archivo contiene una clave pública PGP válida.
+ Seleccione el tipo de verificación. "Archivo firmado (binario)" verifica un archivo firmado de forma binaria. "Archivo con firma clara (texto)" verifica un archivo de texto con una firma incrustada. "Validar clave pública" comprueba que un archivo contiene una clave pública PGP válida.
Property description
@@ -1233,7 +1386,7 @@
Property name
- La ruta al archivo firmado que se verificará. Obligatoria para los modos "Archivo firmado (binario)" y "Archivo firmado en texto claro (texto)".
+ La ruta al archivo firmado que se verificará. Obligatorio para los modos "Archivo firmado (binario)" y "Archivo firmado de forma clara (texto)".
Property description
@@ -1241,7 +1394,23 @@
Property name
- La ruta al archivo de clave pública PGP utilizado para la verificación.
+ La ruta al archivo de clave pública PGP del firmante. Esta es la clave pública de quien haya producido la firma.
+ Property description
+
+
+ Archivo firmado
+ Property name
+
+
+ El recurso de archivo que contiene el contenido firmado para verificar. Obligatorio para los modos "Archivo firmado (binario)" y "Archivo firmado de forma clara (texto)".
+ Property description
+
+
+ Archivo de clave pública
+ Property name
+
+
+ La clave pública PGP del firmante, proporcionada como recurso de archivo. Se utiliza para verificar la firma.
Property description
@@ -1263,4 +1432,13 @@
Criptografía
+
+ RSA de 2048 bits
+
+
+ RSA de 3072 bits
+
+
+ RSA de 4096 bits
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.fr.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.fr.resx
index 214582f0..5a005a64 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.fr.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.fr.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
L’algorithme sélectionné n’est pas compatible pour une implémentation FIPS. Il est possible qu’il ne fonctionne pas sur certaines machines.
+
+ ChatCha20-Poly1305 n’est pas pris en charge sur cette plate-forme. Utilisez plutôt AES-GCM, ou exécutez sur une plate-forme prenant en charge ChatCha20-Poly1305 (Linux avec OpenSSL ou Windows 10 1809/Server 2019 ou version ultérieure).
+
Entrée
@@ -172,6 +175,48 @@
Courant
+
+ Utilisez un fichier
+
+
+ Utiliser le chemin d’accès du fichier
+
+
+ Utiliser la clé
+
+
+ Utiliser une clé sécurisée
+
+
+ Utiliser une phrase de passe
+
+
+ Utiliser une phrase de passe sécurisée
+
+
+ Public Key File
+
+
+ La clé PGP publique du destinataire, fournie sous forme de ressource de fichier (par exemple, à partir des ressources du projet ou du compartiment de stockage). Lorsque cette option est définie, prend le pas sur la variante du chemin d’accès au fichier.
+
+
+ Public Key File
+
+
+ La clé PGP publique de l’expéditeur, fournie en tant que ressource de fichier. Utilisée pour vérifier la signature. Lorsque cette option est définie, prend le pas sur la variante du chemin d’accès au fichier.
+
+
+ Public Key File
+
+
+ La clé PGP publique du destinataire, fournie sous forme de ressource de fichier (par exemple, à partir des ressources du projet ou du compartiment de stockage). Lorsque cette option est définie, prend le pas sur la variante du chemin d’accès au fichier.
+
+
+ Public Key File
+
+
+ La clé PGP publique de l’expéditeur, fournie en tant que ressource de fichier. Utilisée pour vérifier la signature. Lorsque cette option est définie, prend le pas sur la variante du chemin d’accès au fichier.
+
ContinuerSurErreur
property name
@@ -194,7 +239,7 @@
Activity name
- Une liste déroulante qui permet de sélectionner l'algorithme de déchiffrement que vous souhaitez utiliser.
+ Une liste déroulante qui permet de sélectionner l’algorithme de déchiffrement que vous souhaitez utiliser. L’entrée doit être au format Base64(salt | IV | ciphertext) du fil UiPath. Le texte chiffré produit par des outils externes n’est pas directement compatible, consultez la documentation de l’activité pour la spécification du format du fil.
Property description
@@ -222,7 +267,7 @@
Property description
- Encodage de clé
+ Encodage de la clé
Property name
@@ -230,7 +275,7 @@
Property description
- Encodage de clé
+ Encodage de la clé
Property name
@@ -242,11 +287,11 @@
Property name
- Le chemin d'accès où vous souhaitez enregistrer le fichier déchiffré.
+ Le chemin complet, comprenant le nom et l’extension du fichier, où le fichier déchiffré sera enregistré. Lorsque ce champ est laissé vide, le fichier est écrit à côté du fichier d’entrée en utilisant le nom « <input-name>_Decrypted<input-extension> ».
Property description
- Nom et emplacement du fichier de sortie
+ Chemin du fichier de sortie
Property name
@@ -266,7 +311,7 @@
Activity Description
- Une liste déroulante qui permet de sélectionner l'algorithme de déchiffrement que vous souhaitez utiliser.
+ Une liste déroulante qui permet de sélectionner l’algorithme de déchiffrement que vous souhaitez utiliser. L’entrée doit être au format Base64(salt | IV | ciphertext) du fil UiPath. Le texte chiffré produit par des outils externes n’est pas directement compatible, consultez la documentation de l’activité pour la spécification du format du fil.
Property description
@@ -294,7 +339,7 @@
Property description
- Encodage de clé
+ Encodage de la clé
Property name
@@ -330,7 +375,7 @@
Activity name
- Une liste déroulante qui permet de sélectionner l'algorithme de chiffrement que vous souhaitez utiliser.
+ Une liste déroulante qui permet de sélectionner l’algorithme de chiffrement que vous souhaitez utiliser. Le texte chiffré utilise un format Base64(salt | IV | ciphertext) propre au fil UiPath. Il n’est pas directement compatible avec les outils externes. Consultez la documentation de l’activité pour la spécification du format du fil.
Property description
@@ -382,7 +427,7 @@
property description
- Encodage de clé
+ Encodage de la clé
property name
@@ -390,7 +435,7 @@
property description
- Encodage de clé
+ Encodage de la clé
property name
@@ -402,11 +447,11 @@
property name
- Le chemin d'accès où vous souhaitez enregistrer le fichier chiffré.
+ Le chemin complet, comprenant le nom et l’extension du fichier, où le fichier chiffré sera enregistré. Lorsque ce champ est laissé vide, le fichier est écrit à côté du fichier d’entrée en utilisant le nom « <input-name>_Encrypted<input-extension> ».
property description
- Nom et emplacement du fichier de sortie
+ Chemin du fichier de sortie
property name
@@ -426,7 +471,7 @@
Activity name
- Une liste déroulante qui permet de sélectionner l'algorithme de chiffrement que vous souhaitez utiliser.
+ Une liste déroulante qui permet de sélectionner l’algorithme de chiffrement que vous souhaitez utiliser. Le texte chiffré utilise un format Base64(salt | IV | ciphertext) propre au fil UiPath. Il n’est pas directement compatible avec les outils externes. Consultez la documentation de l’activité pour la spécification du format du fil.
Property description
@@ -454,7 +499,7 @@
Property description
- Encodage de clé
+ Encodage de la clé
Property name
@@ -526,7 +571,7 @@
Property description
- Encodage de clé
+ Encodage de la clé
Property name
@@ -598,7 +643,7 @@
Property description
- Encodage de clé
+ Encodage de la clé
Property name
@@ -770,7 +815,7 @@
property description
- Fichier chiffré
+ Encrypted file
property name
@@ -786,7 +831,7 @@
property description
- Fichier déchiffré
+ Decrypted file
property name
@@ -857,6 +902,12 @@
La chaîne sécurisée de clé ne doit pas être nulle
+
+ La valeur d’un argument d’activité requis « Passphrase » n’a pas été fournie
+
+
+ La phrase de passe de la chaîne sécurisée ne doit pas être nulle
+
Le commutateur entre le chemin d'accès au fichier (File Path) et la ressource (Resource)
@@ -869,12 +920,6 @@
CommutateurModeEntréeFichier
-
- Le commutateur entre le chemin d'accès au fichier (File Path) et la ressource (Resource)
-
-
- CommutateurModeEntréeFichier
-
Le commutateur entre le chemin d'accès au fichier (File Path) et la ressource (Resource)
@@ -889,15 +934,23 @@
Property name
- Le chemin d’accès au fichier de la clé PGP privée utilisée pour le déchiffrement.
+ Le chemin d’accès à votre fichier de clé PGP privée, utilisé pour déchiffrer le message.
Property description
Passphrase
Property name
+
+ Phrase secrète (sécurisée)
+ Property name
+
+
+ La phrase de passe, sous forme de chaîne sécurisée, qui déverrouille votre clé privée pour le déchiffrement.
+ Property description
+
- La phrase de passe de la clé PGP privée.
+ La phrase de passe qui déverrouille votre clé privée aux fins du déchiffrement.
Property description
@@ -913,7 +966,7 @@
Property name
- Le chemin d’accès au fichier de clé PGP publique utilisée pour la vérification de la signature.
+ Le chemin d’accès au fichier de clé PGP publique de l’expéditeur, utilisé pour vérifier la signature. Obligatoire uniquement lorsque l’option Verify Signature est activée.
Property description
@@ -921,15 +974,23 @@
Property name
- Le chemin d’accès au fichier de la clé PGP privée utilisée pour le déchiffrement.
+ Le chemin d’accès à votre fichier de clé PGP privée, utilisé pour déchiffrer le message.
Property description
Passphrase
Property name
+
+ Phrase secrète (sécurisée)
+ Property name
+
+
+ La phrase de passe, sous forme de chaîne sécurisée, qui déverrouille votre clé privée pour le déchiffrement.
+ Property description
+
- La phrase de passe de la clé PGP privée.
+ La phrase de passe qui déverrouille votre clé privée aux fins du déchiffrement.
Property description
@@ -945,7 +1006,7 @@
Property name
- Le chemin d’accès au fichier de clé PGP publique utilisée pour la vérification de la signature.
+ Le chemin d’accès au fichier de clé PGP publique de l’expéditeur, utilisé pour vérifier la signature. Obligatoire uniquement lorsque l’option Verify Signature est activée.
Property description
@@ -953,7 +1014,7 @@
Property name
- Le chemin d’accès au fichier de la clé PGP publique utilisée pour le déchiffrement.
+ Le chemin d’accès au fichier de clé PGP publique du destinataire. Le destinataire est la personne qui pourra déchiffrer la sortie.
Property description
@@ -969,15 +1030,23 @@
Property name
- Le chemin d’accès au fichier de la clé PGP privée utilisée pour la signature.
+ Le chemin d’accès à votre fichier de clé PGP privée, utilisé pour signer la sortie chiffrée. Obligatoire uniquement lorsque l’option Signer les données est activée.
Property description
Passphrase
Property name
+
+ Phrase secrète (sécurisée)
+ Property name
+
+
+ La phrase de passe, sous forme de chaîne sécurisée, qui déverrouille votre clé privée pour la signature.
+ Property description
+
- La phrase de passe de la clé PGP privée utilisée pour la signature.
+ La phrase de passe qui déverrouille votre clé privée pour la signature.
Property description
@@ -985,7 +1054,7 @@
Property name
- Le chemin d’accès au fichier de la clé PGP publique utilisée pour le déchiffrement.
+ Le chemin d’accès au fichier de clé PGP publique du destinataire. Le destinataire est la personne qui pourra déchiffrer la sortie.
Property description
@@ -1001,89 +1070,125 @@
Property name
- Le chemin d’accès au fichier de la clé PGP privée utilisée pour la signature.
+ Le chemin d’accès à votre fichier de clé PGP privée, utilisé pour signer la sortie chiffrée. Obligatoire uniquement lorsque l’option Signer les données est activée.
Property description
Passphrase
Property name
+
+ Phrase secrète (sécurisée)
+ Property name
+
+
+ La phrase de passe, sous forme de chaîne sécurisée, qui déverrouille votre clé privée pour la signature.
+ Property description
+
- La phrase de passe de la clé PGP privée utilisée pour la signature.
+ La phrase de passe qui déverrouille votre clé privée pour la signature.
Property description
-
+
PGP Generate Keys
Activity name
-
+
Génère une paire de clés PGP publique et privée, puis les enregistre dans les chemins d’accès spécifiés.
Activity description
-
+
Public Key Output Path
Property name
-
+
Le chemin d’accès où la clé PGP publique générée sera enregistrée.
Property description
-
+
Private Key Output Path
Property name
-
+
Le chemin d’accès où la clé PGP privée générée sera enregistrée.
Property description
-
- Nom d'utilisateur
+
+ ID utilisateur
Property name
-
- Le nom d’utilisateur ou l’e-mail qui seront associés à la paire de clés générée.
+
+ ID d’utilisateur OpenPGP pour la clé publique générée. Par convention, une adresse e-mail RFC 2822 sous la forme « Nom <email@exemple.com> » (p. ex. : « Alice Doe <alice@exemple.com> »). Toute chaîne UTF-8 est acceptée, mais la plupart des outils PGP et serveurs de clé attendent une adresse e-mail.
Property description
-
+
+ Votre nom <votre.email@exemple.com>
+ Property placeholder hint shown inside the empty input
+
+
Passphrase
Property name
-
+
La phrase de passe protégeant la clé PGP privée générée.
Property description
-
+
+ Phrase secrète (sécurisée)
+ Property name
+
+
+ La phrase de passe, sous forme de chaîne sécurisée, protégeant la clé PGP privée générée.
+ Property description
+
+
Écraser
Property name
-
+
Si des fichiers figurent déjà aux chemins d’accès cibles, cette option les écrase.
Property description
-
+
+ Taille de la clé
+ Property name
+
+
+ La taille de la clé RSA en bits pour la paire de clés PGP générée. Les tailles prises en charge sont 2 048 bits, 3 072 bits et 4 096 bits. La valeur par défaut est 4 096 bits et correspond à une sécurité adaptée aux entreprises.
+ Property description
+
+
Continuer sur erreur
Property name
-
+
Précise si l’automatisation doit se poursuivre même si l’activité génère une erreur.
Property description
-
+
Public Key File
Property name
-
+
La clé publique générée, sous forme de ressource fichier.
Property description
-
+
Private Key File
Property name
-
+
La clé privée générée, sous forme de ressource fichier.
Property description
+
+ La ressource contenant la clé publique
+ Property hint
+
+
+ La ressource contenant la clé privée
+ Property hint
+
PGP Sign File
Activity name
@@ -1100,20 +1205,44 @@
Le chemin d’accès au fichier que vous souhaitez signer.
Property description
+
+ Fichier d'entrée
+ Property name
+
+
+ La ressource de fichier que vous souhaitez signer.
+ Property description
+
Private Key File Path
Property name
- Le chemin d’accès au fichier de la clé PGP privée utilisée pour la signature.
+ Le chemin d’accès à votre fichier de clé PGP privée, utilisé pour signer les données.
+ Property description
+
+
+ Private Key File
+ Property name
+
+
+ Votre clé PGP publique, fournie sous forme de ressource de fichier (par exemple, à partir des ressources du projet ou du compartiment de stockage). Utilisée pour signer les données.
Property description
Passphrase
Property name
+
+ Phrase secrète (sécurisée)
+ Property name
+
+
+ La phrase de passe, sous forme de chaîne sécurisée, qui déverrouille votre clé privée pour la signature.
+ Property description
+
- La phrase de passe de la clé PGP privée.
+ La phrase de passe qui déverrouille votre clé privée pour la signature.
Property description
@@ -1121,7 +1250,7 @@
Property name
- Chemin d’accès d’enregistrement du fichier signé.
+ Le chemin complet, comprenant le nom et l’extension du fichier, où le fichier signé sera enregistré.
Property description
@@ -1148,67 +1277,91 @@
Le fichier signé, sous forme de ressource fichier.
Property description
-
+
PGP Clear Sign File
Activity name
-
+
Crée une signature PGP d’un fichier en texte clair à l’aide d’une clé privée.
Activity description
-
+
Input File Path
Property name
-
+
Le chemin d’accès au fichier que vous souhaitez signer en texte clair.
Property description
-
+
+ Fichier d'entrée
+ Property name
+
+
+ La ressource représentant le fichier à signer.
+ Property description
+
+
Private Key File Path
Property name
-
- Le chemin d’accès au fichier de la clé PGP privée utilisée pour la signature.
+
+ Le chemin d’accès à votre fichier de clé PGP privée, utilisé pour signer en texte clair les données.
Property description
-
+
+ Private Key File
+ Property name
+
+
+ Votre clé PGP privée, fournie sous forme de ressource de fichier. Utilisée pour signer les données en texte clair.
+ Property description
+
+
Passphrase
Property name
-
- La phrase de passe de la clé PGP privée.
+
+ Phrase secrète (sécurisée)
+ Property name
+
+
+ La phrase de passe, sous forme de chaîne sécurisée, qui déverrouille votre clé privée pour la signature.
+ Property description
+
+
+ La phrase de passe qui déverrouille votre clé privée pour la signature.
Property description
-
+
Chemin du fichier de sortie
Property name
-
- Chemin d’accès d’enregistrement du fichier signé en texte clair.
+
+ Le chemin complet, comprenant le nom et l’extension du fichier, où le fichier signé en texte clair sera enregistré.
Property description
-
+
Écraser
Property name
-
+
Si un fichier figure déjà au chemin d’accès cible, cette option l’écrase.
Property description
-
+
Continuer sur erreur
Property name
-
+
Précise si l’automatisation doit se poursuivre même si l’activité génère une erreur.
Property description
-
- Clear-Signed File
+
+ Clearsigned file
Property name
-
+
Le fichier signé en texte clair, sous forme de ressource fichier.
Property description
@@ -1241,7 +1394,23 @@
Property name
- Le chemin d’accès au fichier de la clé PGP publique utilisée pour la vérification.
+ Le chemin d’accès au fichier de clé PGP publique du signataire. Il s’agit de la clé publique de l’entité qui a produit la signature.
+ Property description
+
+
+ Signed File
+ Property name
+
+
+ La ressource de fichier qui contient le contenu signé à vérifier. Requis pour les modes « Fichier signé (binaire) » et « Fichier signé (texte clair) ».
+ Property description
+
+
+ Public Key File
+ Property name
+
+
+ La clé PGP publique du destinataire, fournie en tant que ressource de fichier. Utilisée pour vérifier la signature.
Property description
@@ -1263,4 +1432,13 @@
Cryptographie
+
+ RSA 2 048 bits
+
+
+ RSA 3 072 bits
+
+
+ RSA 4 096 bits
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ja.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ja.resx
index 09c77465..dadaa1f7 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ja.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ja.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
選択したアルゴリズムは FIPS に準拠していません。これは、一部のマシン上では動作しない可能性があります。
+
+ ChaCha20-Poly1305 は、このプラットフォームではサポートされていません。代わりに AES-GCM を使用するか、ChaCha20-Poly1305 を提供するプラットフォーム (OpenSSL がある Linux、または Windows 10 1809 / Server 2019 以降) で実行してください。
+
入力
@@ -172,6 +175,48 @@
共通
+
+ ファイルを使用
+
+
+ ファイル パスを使用
+
+
+ キーを使用
+
+
+ セキュリティで保護されたキーを使用
+
+
+ パスフレーズを使用
+
+
+ セキュリティで保護されたパスフレーズを使用
+
+
+ 公開キー ファイル
+
+
+ ファイル リソースとして (プロジェクト リソースやストレージバケットなどから) 提供される、受信者の PGP 公開キーです。設定すると、ファイル パスのバリアントよりも優先されます。
+
+
+ 公開キー ファイル
+
+
+ ファイル リソースとして提供される、送信者の PGP 公開キーです。署名の検証に使用されます。設定すると、ファイル パスのバリアントよりも優先されます。
+
+
+ 公開キー ファイル
+
+
+ ファイル リソースとして (プロジェクト リソースやストレージバケットなどから) 提供される、受信者の PGP 公開キーです。設定すると、ファイル パスのバリアントよりも優先されます。
+
+
+ 公開キー ファイル
+
+
+ ファイル リソースとして提供される、送信者の PGP 公開キーです。署名の検証に使用されます。設定すると、ファイル パスのバリアントよりも優先されます。
+
エラー発生時に実行を継続
property name
@@ -194,7 +239,7 @@
Activity name
- 使用する復号アルゴリズムをドロップダウン リストから選択します。
+ 使用する復号アルゴリズムをドロップダウン リストから選択します。入力は UiPath ワイヤー形式 Base64 (salt | IV | 暗号文) である必要があります。外部ツールによって生成された暗号文は直接対応していません。ワイヤー形式の仕様については、アクティビティの製品ドキュメントをご覧ください。
Property description
@@ -242,11 +287,11 @@
Property name
- 復号するファイルの保存先のパスです。
+ 復号後のファイルの保存先のフル パス (ファイル名と拡張子を含む) です。空白のままにすると、ファイルは入力ファイルの横に「<input-name>_Decrypted<input-extension>」という名前で書き込まれます。
Property description
- 出力ファイル名と場所
+ 出力ファイル パス
Property name
@@ -266,7 +311,7 @@
Activity Description
- 使用する復号アルゴリズムをドロップダウン リストから選択します。
+ 使用する復号アルゴリズムをドロップダウン リストから選択します。入力は UiPath ワイヤー形式 Base64 (salt | IV | 暗号文) である必要があります。外部ツールによって生成された暗号文は直接対応していません。ワイヤー形式の仕様については、アクティビティの製品ドキュメントをご覧ください。
Property description
@@ -330,7 +375,7 @@
Activity name
- 使用する暗号化アルゴリズムをドロップダウン リストから選択します。
+ 使用する暗号化アルゴリズムをドロップダウン リストから選択します。暗号文は UiPath 固有のワイヤー形式 Base64 (salt | IV | 暗号文) を使用し、外部ツールとの直接の相互運用性はありません。ワイヤー形式の仕様については、アクティビティの製品ドキュメントをご覧ください。
Property description
@@ -402,11 +447,11 @@
property name
- 暗号化するファイルの保存先のパスです。
+ 暗号化後のファイルの保存先のフル パス (ファイル名と拡張子を含む) です。空白のままにすると、ファイルは入力ファイルの横に「<input-name>_Encrypted<input-extension>」という名前で書き込まれます。
property description
- 出力ファイル名と場所
+ 出力ファイル パス
property name
@@ -426,7 +471,7 @@
Activity name
- 使用する暗号化アルゴリズムをドロップダウン リストから選択します。
+ 使用する暗号化アルゴリズムをドロップダウン リストから選択します。暗号文は UiPath 固有のワイヤー形式 Base64 (salt | IV | 暗号文) を使用し、外部ツールとの直接の相互運用性はありません。ワイヤー形式の仕様については、アクティビティの製品ドキュメントをご覧ください。
Property description
@@ -857,6 +902,12 @@
[キー (SecureString)] を null にすることはできません。
+
+ アクティビティの必須の引数「パスフレーズ」の値が指定されていません。
+
+
+ セキュリティで保護された文字列のパスフレーズを null にすることはできません。
+
ファイル パスとリソースを切り替えます。
@@ -869,12 +920,6 @@
ファイルの入力モードの切り替え
-
- ファイル パスとリソースを切り替えます。
-
-
- ファイルの入力モードの切り替え
-
ファイル パスとリソースを切り替えます。
@@ -889,15 +934,23 @@
Property name
- 復号に使用される PGP 秘密キー ファイルへのパスです。
+ メッセージの復号に使用される、独自の PGP 秘密キー ファイルへのパスです。
Property description
パスフレーズ
Property name
+
+ パスフレーズ (セキュリティ保護あり)
+ Property name
+
+
+ セキュリティで保護された文字列としてのパスフレーズです。復号のための独自の秘密キーのロックを解除します。
+ Property description
+
- PGP 秘密キーのパスフレーズです。
+ 復号のための独自の秘密キーのロックを解除するパスフレーズです。
Property description
@@ -913,7 +966,7 @@
Property name
- 署名の検証に使用される PGP 公開キー ファイルへのパスです。
+ 署名の検証に使用される、送信者の PGP 公開キー ファイルへのパスです。[署名を検証] が有効化されている場合にのみ必須です。
Property description
@@ -921,15 +974,23 @@
Property name
- 復号に使用される PGP 秘密キー ファイルへのパスです。
+ メッセージの復号に使用される、独自の PGP 秘密キー ファイルへのパスです。
Property description
パスフレーズ
Property name
+
+ パスフレーズ (セキュリティ保護あり)
+ Property name
+
+
+ セキュリティで保護された文字列としてのパスフレーズです。復号のための独自の秘密キーのロックを解除します。
+ Property description
+
- PGP 秘密キーのパスフレーズです。
+ 復号のための独自の秘密キーのロックを解除するパスフレーズです。
Property description
@@ -945,7 +1006,7 @@
Property name
- 署名の検証に使用される PGP 公開キー ファイルへのパスです。
+ 署名の検証に使用される、送信者の PGP 公開キー ファイルへのパスです。[署名を検証] が有効化されている場合にのみ必須です。
Property description
@@ -953,7 +1014,7 @@
Property name
- 暗号化に使用される PGP 公開キー ファイルへのパスです。
+ 受信者の PGP 公開キー ファイルへのパスです。受信者は、出力を復号できるユーザーです。
Property description
@@ -969,15 +1030,23 @@
Property name
- 署名に使用される PGP 秘密キー ファイルへのパスです。
+ 暗号化された出力の署名に使用される、独自の PGP 秘密キー ファイルへのパスです。[データに署名] が有効化されている場合にのみ必須です。
Property description
パスフレーズ
Property name
+
+ パスフレーズ (セキュリティ保護あり)
+ Property name
+
+
+ セキュリティで保護された文字列としてのパスフレーズです。署名のための独自の秘密キーのロックを解除します。
+ Property description
+
- 署名に使用される PGP 秘密キーのパスフレーズです。
+ 署名のための独自の秘密キーのロックを解除するパスフレーズです。
Property description
@@ -985,7 +1054,7 @@
Property name
- 暗号化に使用される PGP 公開キー ファイルへのパスです。
+ 受信者の PGP 公開キー ファイルへのパスです。受信者は、出力を復号できるユーザーです。
Property description
@@ -1001,89 +1070,125 @@
Property name
- 署名に使用される PGP 秘密キー ファイルへのパスです。
+ 暗号化された出力の署名に使用される、独自の PGP 秘密キー ファイルへのパスです。[データに署名] が有効化されている場合にのみ必須です。
Property description
パスフレーズ
Property name
+
+ パスフレーズ (セキュリティ保護あり)
+ Property name
+
+
+ セキュリティで保護された文字列としてのパスフレーズです。署名のための独自の秘密キーのロックを解除します。
+ Property description
+
- 署名に使用される PGP 秘密キーのパスフレーズです。
+ 署名のための独自の秘密キーのロックを解除するパスフレーズです。
Property description
-
+
PGP キーを生成
Activity name
-
+
PGP 公開キーと秘密キーのペアを生成し、指定したファイル パスに保存します。(PGP Generate Keys)
Activity description
-
+
公開キーの出力パス
Property name
-
+
生成される PGP 公開キーの保存先ファイル パスです。
Property description
-
+
秘密キーの出力パス
Property name
-
+
生成される PGP 秘密キーの保存先ファイル パスです。
Property description
-
- ユーザー名
+
+ ユーザー ID
Property name
-
- 生成されるキーのペアに関連付けるユーザー名 (またはメール アドレス) です。
+
+ 生成される公開キーの OpenPGP のユーザー ID です。一般的には「名前 <email@example.com>」という形式の RFC 2822 のメールボックスです (例: アリス ドウ <alice@example.com>)。任意の UTF-8 文字列を使用できますが、ほとんどの PGP ツールやキー サーバーで期待される値はメールボックス形式です。
Property description
-
+
+ あなたの名前 <your.email@example.com>
+ Property placeholder hint shown inside the empty input
+
+
パスフレーズ
Property name
-
+
生成される秘密キーを保護するためのパスフレーズです。
Property description
-
+
+ パスフレーズ (セキュリティ保護あり)
+ Property name
+
+
+ 生成される秘密キーを保護するための、セキュリティで保護された文字列としてのパスフレーズです。
+ Property description
+
+
上書き
Property name
-
+
これを選択すると、出力パスにすでにファイルが存在する場合は上書きされます。
Property description
-
+
+ キーのサイズ
+ Property name
+
+
+ 生成される PGP キー ペアの RSA キー サイズ (ビット単位) です。サポートされているサイズは、2048 ビット、3072 ビット、4096 ビットです。エンタープライズ レベルのセキュリティのため、既定値は 4096 ビットです。
+ Property description
+
+
エラー発生時に実行を継続
Property name
-
+
アクティビティが例外をスローしてもオートメーションの実行を継続するかどうかを指定します。
Property description
-
+
公開キー ファイル
Property name
-
+
ファイル リソースとして生成される公開キーです。
Property description
-
+
秘密キー ファイル
Property name
-
+
ファイル リソースとして生成される秘密キーです。
Property description
+
+ 公開キーを含むリソースです。
+ Property hint
+
+
+ 秘密キーを含むリソースです。
+ Property hint
+
PGP ファイルに署名
Activity name
@@ -1100,20 +1205,44 @@
署名するファイルへのパスです。
Property description
+
+ 入力ファイル
+ Property name
+
+
+ 署名するファイル リソースです。
+ Property description
+
秘密キー ファイル パス
Property name
- 署名に使用される PGP 秘密キー ファイルへのパスです。
+ データの署名に使用される、独自の PGP 秘密キー ファイルへのパスです。
+ Property description
+
+
+ 秘密キー ファイル
+ Property name
+
+
+ ファイル リソースとして (プロジェクト リソースやストレージバケットなどから) 提供されるユーザー独自の PGP 秘密キーです。データの署名に使用されます。
Property description
パスフレーズ
Property name
+
+ パスフレーズ (セキュリティ保護あり)
+ Property name
+
+
+ セキュリティで保護された文字列としてのパスフレーズです。署名のための独自の秘密キーのロックを解除します。
+ Property description
+
- PGP 秘密キーのパスフレーズです。
+ 署名のための独自の秘密キーのロックを解除するパスフレーズです。
Property description
@@ -1121,7 +1250,7 @@
Property name
- 署名済みファイルの保存先のパスです。
+ 署名されたファイルの保存先のフル パス (ファイル名と拡張子を含む) です。
Property description
@@ -1148,67 +1277,91 @@
ファイル リソースとしての署名済みファイルです。
Property description
-
+
PGP ファイルにクリア署名
Activity name
-
+
秘密キーを使用して、ファイルの PGP クリア テキスト署名を作成します。(PGP Clear Sign File)
Activity description
-
+
入力ファイル パス
Property name
-
+
クリア署名するファイルへのパスです。
Property description
-
+
+ 入力ファイル
+ Property name
+
+
+ 署名するファイルを表すリソースです。
+ Property description
+
+
秘密キー ファイル パス
Property name
-
- 署名に使用される PGP 秘密キー ファイルへのパスです。
+
+ データのクリア署名に使用される、独自の PGP 秘密キー ファイルへのパスです。
Property description
-
+
+ 秘密キー ファイル
+ Property name
+
+
+ ファイル リソースとして提供される独自の PGP 秘密キーです。データにクリア署名するために使用されます。
+ Property description
+
+
パスフレーズ
Property name
-
- PGP 秘密キーのパスフレーズです。
+
+ パスフレーズ (セキュリティ保護あり)
+ Property name
+
+
+ セキュリティで保護された文字列としてのパスフレーズです。署名のための独自の秘密キーのロックを解除します。
+ Property description
+
+
+ 署名のための独自の秘密キーのロックを解除するパスフレーズです。
Property description
-
+
出力ファイル パス
Property name
-
- クリア署名済みファイルの保存先のパスです
+
+ クリア署名済みファイルの保存先のフル パス (ファイル名と拡張子を含む) です。
Property description
-
+
上書き
Property name
-
+
これを選択すると、出力パスにファイルがすでに存在する場合は上書きされます。
Property description
-
+
エラー発生時に実行を継続
Property name
-
+
アクティビティが例外をスローしてもオートメーションの実行を継続するかどうかを指定します。
Property description
-
+
クリア署名済みファイル
Property name
-
+
ファイル リソースとしてのクリア署名済みファイルです。
Property description
@@ -1225,7 +1378,7 @@
Property name
- 検証の種類を選択します。「署名済みファイル (バイナリ)」は、バイナリ署名されたファイルを検証します。「クリア署名済みファイル (テキスト)」は、署名が埋め込まれたテキスト ファイルを検証します。「公開鍵を検証」は、ファイルに有効な PGP 公開キーが含まれているかどうかを確認します。
+ 検証の種類を選択します。「署名済みファイル (バイナリ)」は、バイナリ署名されたファイルを検証します。「クリア署名済みファイル (テキスト)」は、署名が埋め込まれたテキスト ファイルを検証します。「公開キーを検証」は、ファイルに有効な PGP 公開キーが含まれているかどうかを確認します。
Property description
@@ -1241,7 +1394,23 @@
Property name
- 検証に使用される PGP 公開キー ファイルへのパスです。
+ 署名者の PGP 公開キー ファイルへのパスです。これは、署名した人の公開キーです。
+ Property description
+
+
+ 署名済みファイル
+ Property name
+
+
+ 検証する署名済みコンテンツを含むファイル リソースです。「署名済みファイル (バイナリ)」モードおよび「クリア署名済みファイル (テキスト)」モードの場合は必須です。
+ Property description
+
+
+ 公開キー ファイル
+ Property name
+
+
+ ファイル リソースとして提供される署名者の PGP 公開キーです。署名の検証に使用されます。
Property description
@@ -1263,4 +1432,13 @@
暗号化
+
+ 2048 ビット RSA
+
+
+ 3072 ビット RSA
+
+
+ 4096 ビット RSA
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ko.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ko.resx
index e7a4669b..4bf832a0 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ko.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ko.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
선택한 알고리즘이 FIPS를 준수하여 구현되지 않았습니다. 이로 인해 일부 머신에서 작동하지 않을 수 있습니다.
+
+ ChaCha20-Poly1305는 이 플랫폼에서 지원되지 않습니다. 대신 AES-GCM을 사용하거나, ChaCha20-Poly1305를 제공하는 플랫폼(OpenSSL이 설치된 Linux, 또는 Windows 10 1809 / Server 2019 이상)에서 실행하십시오.
+
입력
@@ -172,6 +175,48 @@
공통
+
+ 파일 사용
+
+
+ 파일 경로 사용
+
+
+ 키 사용
+
+
+ 보안 키 사용
+
+
+ 암호 사용
+
+
+ 보안 암호 사용
+
+
+ 공개 키 파일
+
+
+ 프로젝트 리소스 또는 스토리지 버킷 등에서 파일 리소스로 제공되는 수신자의 PGP 공개 키입니다. 설정 시, 파일 경로 변수보다 우선하여 적용됩니다.
+
+
+ 공개 키 파일
+
+
+ 파일 리소스로 제공되는 발신자의 PGP 공개 키입니다. 서명을 확인하는 데 사용됩니다. 설정 시, 파일 경로 변수보다 우선하여 적용됩니다.
+
+
+ 공개 키 파일
+
+
+ 프로젝트 리소스 또는 스토리지 버킷 등에서 파일 리소스로 제공되는 수신자의 PGP 공개 키입니다. 설정 시, 파일 경로 변수보다 우선하여 적용됩니다.
+
+
+ 공개 키 파일
+
+
+ 파일 리소스로 제공되는 발신자의 PGP 공개 키입니다. 서명을 확인하는 데 사용됩니다. 설정 시, 파일 경로 변수보다 우선하여 적용됩니다.
+
오류 발생 시 계속 진행
property name
@@ -194,7 +239,7 @@
Activity name
- 사용할 암호 해독 알고리즘을 선택할 수 있는 드롭다운입니다.
+ 사용할 암호 해독 알고리즘을 선택할 수 있는 드롭다운입니다. 입력은 UiPath 와이어 형식인 Base64(salt | IV | ciphertext) 형식이어야 합니다. 외부 도구로 생성된 암호문은 직접 호환되지 않습니다 — 와이어 형식 사양은 해당 액티비티 문서를 참조하십시오.
Property description
@@ -206,7 +251,7 @@
Property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
Property name
@@ -242,11 +287,11 @@
Property name
- 암호 해독된 파일을 저장할 경로입니다.
+ 복호화된 파일이 저장될 파일 이름과 확장자를 포함한 전체 경로입니다. 비워두면 입력 파일 옆에 "<input-name>_Decrypted<input-extension>"라는 이름으로 파일이 생성됩니다.
Property description
- 출력 파일 이름 및 위치
+ 출력 파일 경로
Property name
@@ -266,7 +311,7 @@
Activity Description
- 사용할 암호 해독 알고리즘을 선택할 수 있는 드롭다운입니다.
+ 사용할 암호 해독 알고리즘을 선택할 수 있는 드롭다운입니다. 입력은 UiPath 와이어 형식인 Base64(salt | IV | ciphertext) 형식이어야 합니다. 외부 도구로 생성된 암호문은 직접 호환되지 않습니다 — 와이어 형식 사양은 해당 액티비티 문서를 참조하십시오.
Property description
@@ -278,7 +323,7 @@
Property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
Property name
@@ -330,7 +375,7 @@
Activity name
- 사용할 암호화 알고리즘을 선택할 수 있는 드롭다운입니다.
+ 사용할 암호화 알고리즘을 선택할 수 있는 드롭다운입니다. 암호문은 UiPath 고유의 와이어 형식인 Base64(salt | IV | ciphertext)를 사용하므로 외부 도구와 직접 호환되지 않습니다 — 와이어 형식 사양은 해당 액티비티 문서를 참조하십시오.
Property description
@@ -374,7 +419,7 @@
property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
property name
@@ -402,11 +447,11 @@
property name
- 암호화된 파일을 저장할 경로입니다.
+ 암호화된 파일이 저장될 파일 이름과 확장자를 포함한 전체 경로입니다. 비워두면 입력 파일 옆에 "<input-name>_Encrypted<input-extension>"라는 이름으로 파일이 생성됩니다.
property description
- 출력 파일 이름 및 위치
+ 출력 파일 경로
property name
@@ -426,7 +471,7 @@
Activity name
- 사용할 암호화 알고리즘을 선택할 수 있는 드롭다운입니다.
+ 사용할 암호화 알고리즘을 선택할 수 있는 드롭다운입니다. 암호문은 UiPath 고유의 와이어 형식인 Base64(salt | IV | ciphertext)를 사용하므로 외부 도구와 직접 호환되지 않습니다 — 와이어 형식 사양은 해당 액티비티 문서를 참조하십시오.
Property description
@@ -438,7 +483,7 @@
Property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
Property name
@@ -510,7 +555,7 @@
Property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
Property name
@@ -582,7 +627,7 @@
Property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
Property name
@@ -654,7 +699,7 @@
Property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
Property name
@@ -694,7 +739,7 @@
Property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
Property name
@@ -770,7 +815,7 @@
property description
- 암호화된 파일
+ The encrypted file
property name
@@ -786,7 +831,7 @@
property description
- 암호 해독된 파일
+ Decrypted file
property name
@@ -857,6 +902,12 @@
키 보안 문자열은 Null이 아니어야 합니다.
+
+ 필수 액티비티 인수 'Passphrase'의 값이 제공되지 않았습니다
+
+
+ 보안 문자열 암호는 null이 아니어야 합니다
+
파일 경로와 리소스 간 전환
@@ -869,12 +920,6 @@
파일 입력 모드 전환
-
- 파일 경로와 리소스 간 전환
-
-
- 파일 입력 모드 전환
-
파일 경로와 리소스 간 전환
@@ -889,15 +934,23 @@
Property name
- 암호 해독에 사용되는 PGP 개인 키 파일의 경로입니다.
+ 메시지 복호화에 사용되는 사용자 본인의 PGP 비공개 키 파일 경로입니다.
Property description
암호 문구
Property name
+
+ 암호(보안)
+ Property name
+
+
+ 복호화를 위해 자신의 비공개 키 잠금을 해제하는 보안 문자열 형태의 암호입니다.
+ Property description
+
- PGP 개인 키의 암호 문구입니다.
+ 복호화를 위해 자신의 비공개 키를 잠금 해제하는 암호입니다.
Property description
@@ -913,7 +966,7 @@
Property name
- 서명 확인에 사용되는 PGP 공개 키 파일의 경로입니다.
+ 서명을 확인하는 데 사용되는 발신자의 PGP 공개 키 파일의 경로입니다. '서명 확인'이 활성화된 경우에만 필요합니다.
Property description
@@ -921,15 +974,23 @@
Property name
- 암호 해독에 사용되는 PGP 개인 키 파일의 경로입니다.
+ 메시지 복호화에 사용되는 사용자 본인의 PGP 비공개 키 파일 경로입니다.
Property description
암호 문구
Property name
+
+ 암호(보안)
+ Property name
+
+
+ 복호화를 위해 자신의 비공개 키 잠금을 해제하는 보안 문자열 형태의 암호입니다.
+ Property description
+
- PGP 개인 키의 암호 문구입니다.
+ 복호화를 위해 자신의 비공개 키를 잠금 해제하는 암호입니다.
Property description
@@ -945,7 +1006,7 @@
Property name
- 서명 확인에 사용되는 PGP 공개 키 파일의 경로입니다.
+ 서명을 확인하는 데 사용되는 발신자의 PGP 공개 키 파일의 경로입니다. '서명 확인'이 활성화된 경우에만 필요합니다.
Property description
@@ -953,7 +1014,7 @@
Property name
- 암호화에 사용되는 PGP 공개 키 파일의 경로입니다.
+ 수신자의 PGP 공개 키 파일 경로입니다. 수신자는 출력을 복호화할 수 있는 사람입니다.
Property description
@@ -969,15 +1030,23 @@
Property name
- 서명에 사용되는 PGP 개인 키 파일의 경로입니다.
+ 암호화된 출력에 서명하는 데 사용되는 자신의 PGP 비공개 키 파일 경로입니다. '데이터 서명'이 활성화된 경우에만 필요합니다.
Property description
암호 문구
Property name
+
+ 암호(보안)
+ Property name
+
+
+ 서명을 위해 자신의 비공개 키 잠금을 해제하는 보안 문자열 형태의 암호입니다.
+ Property description
+
- 서명에 사용되는 PGP 개인 키의 암호 문구입니다.
+ 서명을 위해 자신의 비공개 키를 잠금 해제하는 암호입니다.
Property description
@@ -985,7 +1054,7 @@
Property name
- 암호화에 사용되는 PGP 공개 키 파일의 경로입니다.
+ 수신자의 PGP 공개 키 파일 경로입니다. 수신자는 출력을 복호화할 수 있는 사람입니다.
Property description
@@ -1001,89 +1070,125 @@
Property name
- 서명에 사용되는 PGP 개인 키 파일의 경로입니다.
+ 암호화된 출력에 서명하는 데 사용되는 자신의 PGP 비공개 키 파일 경로입니다. '데이터 서명'이 활성화된 경우에만 필요합니다.
Property description
암호 문구
Property name
+
+ 암호(보안)
+ Property name
+
+
+ 서명을 위해 자신의 비공개 키 잠금을 해제하는 보안 문자열 형태의 암호입니다.
+ Property description
+
- 서명에 사용되는 PGP 개인 키의 암호 문구입니다.
+ 서명을 위해 자신의 비공개 키를 잠금 해제하는 암호입니다.
Property description
-
+
PGP Generate Keys
Activity name
-
+
PGP 공개/개인 키 쌍을 생성하고 지정된 파일 경로에 저장합니다.
Activity description
-
+
공개 키 출력 경로
Property name
-
+
생성된 PGP 공개 키가 저장되는 파일 경로입니다.
Property description
-
+
개인 키 출력 경로
Property name
-
+
생성된 PGP 개인 키가 저장되는 파일 경로입니다.
Property description
-
- 사용자 이름
+
+ 사용자 ID
Property name
-
- 생성된 키 쌍과 연결할 사용자 이름(또는 이메일)입니다.
+
+ 생성된 공개 키의 OpenPGP 사용자 ID입니다. 일반적으로 "이름 email@example.com" 형식의 RFC 2822 사서함 형식(예: "Alice Doe <alice@example.com>")입니다. 모든 UTF-8 문자열이 허용되지만, 대부분의 PGP 도구와 키 서버에서 기대하는 형식은 사서함 형식입니다.
Property description
-
+
+ 사용자의 이름 <your.email@example.com>
+ Property placeholder hint shown inside the empty input
+
+
암호 문구
Property name
-
+
생성된 개인 키를 보호하기 위한 암호 문구입니다.
Property description
-
+
+ 암호(보안)
+ Property name
+
+
+ 생성된 비공개 키를 보호하기 위한 보안 문자열 형태의 암호입니다.
+ Property description
+
+
덮어쓰기
Property name
-
+
출력 경로에 파일이 이미 존재하는 경우 이 옵션을 선택하면 파일을 덮어씁니다.
Property description
-
- 오류 발생시 계속 진행
+
+ 키 크기
Property name
-
+
+ 생성된 PGP 키 쌍에 대한 RSA 키 크기(비트 단위)입니다. 지원되는 크기는 2048비트, 3072비트 및 4096비트입니다. 엔터프라이즈급 보안을 위한 기본값은 4096비트입니다.
+ Property description
+
+
+ 오류 발생 시 계속
+ Property name
+
+
액티비티 패널에 오류가 발생해도 자동화를 계속 진행할지 지정합니다.
Property description
-
+
공개 키 파일
Property name
-
+
파일 리소스로 생성된 공개 키입니다.
Property description
-
+
개인 키 파일
Property name
-
+
파일 리소스로 생성된 개인 키입니다.
Property description
+
+ 공개 키를 포함하는 리소스
+ Property hint
+
+
+ 비공개 키를 포함하는 리소스
+ Property hint
+
PGP Sign File
Activity name
@@ -1100,20 +1205,44 @@
서명할 파일의 경로입니다.
Property description
+
+ 입력 파일
+ Property name
+
+
+ 서명하려는 파일 리소스입니다.
+ Property description
+
개인 키 파일 경로
Property name
- 서명에 사용되는 PGP 개인 키 파일의 경로입니다.
+ 데이터 서명에 사용되는 사용자 본인의 PGP 비공개 키 파일 경로입니다.
+ Property description
+
+
+ 개인 키 파일
+ Property name
+
+
+ 프로젝트 리소스 또는 스토리지 버킷 등에서 파일 리소스로 제공되는 사용자 본인의 PGP 비공개 키입니다. 데이터 서명에 사용됩니다.
Property description
암호 문구
Property name
+
+ 암호(보안)
+ Property name
+
+
+ 서명을 위해 자신의 비공개 키 잠금을 해제하는 보안 문자열 형태의 암호입니다.
+ Property description
+
- PGP 개인 키의 암호 문구입니다.
+ 서명을 위해 자신의 비공개 키를 잠금 해제하는 암호입니다.
Property description
@@ -1121,7 +1250,7 @@
Property name
- 서명된 파일이 저장되는 경로입니다.
+ 서명된 파일이 저장될 파일 이름과 확장자를 포함한 전체 경로입니다.
Property description
@@ -1133,7 +1262,7 @@
Property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
Property name
@@ -1148,68 +1277,92 @@
파일 리소스로서의 서명된 파일입니다.
Property description
-
+
PGP Clear Sign File
Activity name
-
+
개인 키를 사용하여 파일의 PGP 일반 텍스트 서명을 생성합니다.
Activity description
-
+
입력 파일 경로
Property name
-
- 일반 텍스트 서명을 할 파일의 경로입니다.
+
+ 클리어사인할 파일의 경로입니다.
Property description
-
+
+ 입력 파일
+ Property name
+
+
+ 서명할 파일을 나타내는 리소스입니다.
+ Property description
+
+
개인 키 파일 경로
Property name
-
- 서명에 사용되는 PGP 개인 키 파일의 경로입니다.
+
+ 데이터를 클리어사인하는 데 사용되는 사용자 본인의 PGP 비공개 키 파일 경로입니다.
Property description
-
+
+ 개인 키 파일
+ Property name
+
+
+ 파일 리소스로 제공되는 자신의 PGP 비공개 키입니다. 데이터를 클리어사인하는 데 사용됩니다.
+ Property description
+
+
암호 문구
Property name
-
- PGP 개인 키의 암호 문구입니다.
+
+ 암호(보안)
+ Property name
+
+
+ 서명을 위해 자신의 비공개 키 잠금을 해제하는 보안 문자열 형태의 암호입니다.
+ Property description
+
+
+ 서명을 위해 자신의 비공개 키를 잠금 해제하는 암호입니다.
Property description
-
+
출력 파일 경로
Property name
-
- 일반 텍스트 서명된 파일이 저장되는 경로입니다.
+
+ 클리어사인된 파일이 저장될 파일 이름과 확장자를 포함한 전체 경로입니다.
Property description
-
+
덮어쓰기
Property name
-
+
출력 경로에 파일이 이미 존재하는 경우 이 옵션을 선택하면 파일을 덮어씁니다.
Property description
-
- 오류 발생시 계속 진행
+
+ 오류 발생 시 계속
Property name
-
+
액티비티 패널에 오류가 발생해도 자동화를 계속 진행할지 지정합니다.
Property description
-
- 일반 텍스트 서명된 파일
+
+ 클리어사인된 파일
Property name
-
- 파일 리소스로서의 일반 텍스트 서명된 파일입니다.
+
+ 파일 리소스로서의 클리어사인된 파일입니다.
Property description
@@ -1225,7 +1378,7 @@
Property name
- 확인 유형을 선택합니다. '서명된 파일(바이너리)'은 바이너리 서명된 파일을 확인합니다. '일반 텍스트 서명된 파일(텍스트)'은 서명이 포함된 텍스트 파일을 확인합니다. '공개 키 유효성 검사'는 파일에 유효한 PGP 공개 키가 포함되어 있는지 확인합니다.
+ 확인 유형을 선택합니다. '서명된 파일(바이너리)'은 바이너리 서명된 파일을 확인합니다. '클리어사인된 파일(텍스트)'은 서명이 포함된 텍스트 파일을 확인합니다. '공개 키 유효성 검사'는 파일에 유효한 PGP 공개 키가 포함되어 있는지 확인합니다.
Property description
@@ -1233,7 +1386,7 @@
Property name
- 확인할 서명된 파일의 경로입니다. '서명된 파일(바이너리)' 및 '일반 텍스트 서명된 파일(텍스트)' 모드에 필요합니다.
+ 확인할 서명된 파일의 경로입니다. '서명된 파일(바이너리)' 및 '클리어사인된 파일(텍스트)' 모드에 필요합니다.
Property description
@@ -1241,11 +1394,27 @@
Property name
- 확인에 사용되는 PGP 공개 키 파일의 경로입니다.
+ 서명자의 PGP 공개 키 파일 경로입니다. 서명을 생성한 사용자의 공개 키입니다.
+ Property description
+
+
+ 서명된 파일
+ Property name
+
+
+ 확인할 서명된 콘텐츠가 포함된 파일 리소스입니다. '서명된 파일(바이너리)' 및 '클리어사인된 파일(텍스트)' 모드에 필요합니다.
+ Property description
+
+
+ 공개 키 파일
+ Property name
+
+
+ 파일 리소스로 제공되는 서명자의 PGP 공개 키입니다. 서명을 확인하는 데 사용됩니다.
Property description
- 오류 발생시 계속 진행
+ 오류 발생 시 계속
Property name
@@ -1263,4 +1432,13 @@
암호화
+
+ 2048비트 RSA
+
+
+ 3072비트 RSA
+
+
+ 4096비트 RSA
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.pt-BR.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.pt-BR.resx
index 2077136c..b70be2ce 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.pt-BR.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.pt-BR.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
O algoritmo selecionado não possui uma implementação compatível com FIPS. Isso pode não funcionar em algumas máquinas.
+
+ ChaCha20-Poly1305 não é compatível nesta plataforma. Use AES-GCM ou execute em uma plataforma que forneça o ChaCha20-Poly1305 (Linux com OpenSSL ou Windows 10 1809/Server 2019 ou posterior).
+
Entrada
@@ -172,6 +175,48 @@
Comum
+
+ Usar arquivo
+
+
+ Usar caminho do arquivo
+
+
+ Usar Chave
+
+
+ Usar chave segura
+
+
+ Usar frase secreta
+
+
+ Usar frase secreta segura
+
+
+ Caminho da chave pública
+
+
+ A chave pública PGP do destinatário, fornecida como um recurso de arquivo (por exemplo, dos recursos do projeto ou do bucket de armazenamento). Quando definida, tem precedência sobre a variante do caminho de arquivo.
+
+
+ Caminho da chave pública
+
+
+ A chave pública PGP do remetente, fornecida como um recurso de arquivo. Usada para verificar a assinatura. Quando definida, tem precedência sobre a variante do caminho de arquivo.
+
+
+ Caminho da chave pública
+
+
+ A chave pública PGP do destinatário, fornecida como um recurso de arquivo (por exemplo, dos recursos do projeto ou do bucket de armazenamento). Quando definida, tem precedência sobre a variante do caminho de arquivo.
+
+
+ Caminho da chave pública
+
+
+ A chave pública PGP do remetente, fornecida como um recurso de arquivo. Usada para verificar a assinatura. Quando definida, tem precedência sobre a variante do caminho de arquivo.
+
ContinuarComErro
property name
@@ -194,7 +239,7 @@
Activity name
- Um menu suspenso que permite selecionar o algoritmo de descriptografia que você quer usar.
+ Um menu suspenso para selecionar o algoritmo de descriptografia que você quer usar. A entrada deve estar no formato de fio da UiPath Base64(salt | IV | ciphertext). O texto cifrado produzido por ferramentas externas não é diretamente compatível. Consulte a documentação da atividade para ver a especificação do formato de fio.
Property description
@@ -206,7 +251,7 @@
Property description
- Continuar com Erro
+ Continuar com erro
Property name
@@ -222,7 +267,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -230,7 +275,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -242,11 +287,11 @@
Property name
- O caminho onde você quer salvar o arquivo descriptografado.
+ O caminho completo, incluindo nome de arquivo e extensão, onde o arquivo descriptografado será salvo. Quando vazio, o arquivo é gravado ao lado do arquivo de entrada com o nome "<input-name>_Decrypted<input-extension>".
Property description
- Nome e local do arquivo de saída
+ Caminho do arquivo de saída
Property name
@@ -266,7 +311,7 @@
Activity Description
- Um menu suspenso que permite selecionar o algoritmo de descriptografia que você quer usar.
+ Um menu suspenso para selecionar o algoritmo de descriptografia que você quer usar. A entrada deve estar no formato de fio da UiPath Base64(salt | IV | ciphertext). O texto cifrado produzido por ferramentas externas não é diretamente compatível. Consulte a documentação da atividade para ver a especificação do formato de fio.
Property description
@@ -278,7 +323,7 @@
Property description
- Continuar com Erro
+ Continuar com erro
Property name
@@ -294,7 +339,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -330,7 +375,7 @@
Activity name
- Um menu suspenso que permite selecionar o algoritmo de criptografia que você quer usar.
+ Um menu suspenso para selecionar o algoritmo de criptografia que você quer usar. O texto cifrado usa um formato de fio específico da UiPath Base64(salt | IV | ciphertext) e não é interoperável diretamente com ferramentas externas. Consulte a documentação da atividade para ver a especificação do formato de fio.
Property description
@@ -374,7 +419,7 @@
property description
- Continuar com Erro
+ Continuar com erro
property name
@@ -382,7 +427,7 @@
property description
- Codificação de Chave
+ Codificação de chave
property name
@@ -390,7 +435,7 @@
property description
- Codificação de Chave
+ Codificação de chave
property name
@@ -402,11 +447,11 @@
property name
- O caminho onde você quer salvar o arquivo criptografado.
+ O caminho completo, incluindo nome de arquivo e extensão, onde o arquivo criptografado será salvo. Quando vazio, o arquivo é gravado ao lado do arquivo de entrada com o nome "<input-name>_Encrypted<input-extension>".
property description
- Nome e local do arquivo de saída
+ Caminho do arquivo de saída
property name
@@ -426,7 +471,7 @@
Activity name
- Um menu suspenso que permite selecionar o algoritmo de criptografia que você quer usar.
+ Um menu suspenso para selecionar o algoritmo de criptografia que você quer usar. O texto cifrado usa um formato de fio específico da UiPath Base64(salt | IV | ciphertext) e não é interoperável diretamente com ferramentas externas. Consulte a documentação da atividade para ver a especificação do formato de fio.
Property description
@@ -438,7 +483,7 @@
Property description
- Continuar com Erro
+ Continuar com erro
Property name
@@ -454,7 +499,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -510,7 +555,7 @@
Property description
- Continuar com Erro
+ Continuar com erro
Property name
@@ -526,7 +571,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -582,7 +627,7 @@
Property description
- Continuar com Erro
+ Continuar com erro
Property name
@@ -598,7 +643,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -654,7 +699,7 @@
Property description
- Continuar com Erro
+ Continuar com erro
Property name
@@ -662,7 +707,7 @@
Property description
- Caminho do Arquivo
+ Caminho do arquivo
Property name
@@ -694,7 +739,7 @@
Property description
- Continuar com Erro
+ Continuar com erro
Property name
@@ -770,7 +815,7 @@
property description
- Arquivo Criptografado
+ Encrypted file
property name
@@ -786,7 +831,7 @@
property description
- Arquivo Descriptografado
+ Decrypted file
property name
@@ -818,7 +863,7 @@
property description
- Nome de Arquivo Criptografado
+ Nome de arquivo Criptografado
property name
@@ -826,7 +871,7 @@
property description
- Nome de Arquivo Descriptografado
+ Nome de arquivo Descriptografado
property name
@@ -857,6 +902,12 @@
String Segura da Chave não pode ter valor nulo
+
+ O valor de um argumento de atividade "Frase secreta" necessário não foi fornecido
+
+
+ A frase secreta como string segura não pode ser nula
+
A alternância entre o Caminho do Arquivo e o Recurso
@@ -869,12 +920,6 @@
AlternânciaDoModoDeEntradaDoArquivo
-
- A alternância entre o Caminho do Arquivo e o Recurso
-
-
- AlternânciaDoModoDeEntradaDoArquivo
-
A alternância entre o Caminho do Arquivo e o Recurso
@@ -889,15 +934,23 @@
Property name
- O caminho do arquivo da chave privada PGP usado para descriptografia.
+ O caminho para seu próprio arquivo de chave privada PGP, usado para descriptografar a mensagem.
Property description
Frase secreta
Property name
+
+ Frase secreta (segura)
+ Property name
+
+
+ A frase secreta, como uma string segura, que desbloqueia sua própria chave privada de descriptografia.
+ Property description
+
- A frase secreta da chave privada PGP.
+ A frase secreta que desbloqueia sua própria chave privada de descriptografia.
Property description
@@ -913,7 +966,7 @@
Property name
- O caminho do arquivo da chave pública PGP usado para verificação de assinatura.
+ O caminho para o arquivo da chave pública PGP do remetente, usado para verificar a assinatura. Necessário apenas quando Verificar assinatura está habilitado.
Property description
@@ -921,15 +974,23 @@
Property name
- O caminho do arquivo da chave privada PGP usado para descriptografia.
+ O caminho para seu próprio arquivo de chave privada PGP, usado para descriptografar a mensagem.
Property description
Frase secreta
Property name
+
+ Frase secreta (segura)
+ Property name
+
+
+ A frase secreta, como uma string segura, que desbloqueia sua própria chave privada de descriptografia.
+ Property description
+
- A frase secreta da chave privada PGP.
+ A frase secreta que desbloqueia sua própria chave privada de descriptografia.
Property description
@@ -945,7 +1006,7 @@
Property name
- O caminho do arquivo da chave pública PGP usado para verificação de assinatura.
+ O caminho para o arquivo da chave pública PGP do remetente, usado para verificar a assinatura. Necessário apenas quando Verificar assinatura está habilitado.
Property description
@@ -953,7 +1014,7 @@
Property name
- O caminho do arquivo da chave pública PGP usado para criptografia.
+ O caminho para o arquivo da chave pública PGP do destinatário. O destinatário é a pessoa que poderá descriptografar a saída.
Property description
@@ -969,15 +1030,23 @@
Property name
- O caminho do arquivo da chave privada PGP usado para assinatura.
+ O caminho para seu próprio arquivo de chave privada PGP, usado para assinar a saída criptografada. Necessário apenas quando Assinar dados está habilitado.
Property description
Frase secreta
Property name
+
+ Frase secreta (segura)
+ Property name
+
+
+ A frase secreta, como uma string segura, que desbloqueia sua própria chave privada de assinatura.
+ Property description
+
- A frase secreta da chave privada PGP usada para assinatura.
+ A frase secreta que desbloqueia sua própria chave privada de assinatura.
Property description
@@ -985,7 +1054,7 @@
Property name
- O caminho do arquivo da chave pública PGP usado para criptografia.
+ O caminho para o arquivo da chave pública PGP do destinatário. O destinatário é a pessoa que poderá descriptografar a saída.
Property description
@@ -1001,89 +1070,125 @@
Property name
- O caminho do arquivo da chave privada PGP usado para assinatura.
+ O caminho para seu próprio arquivo de chave privada PGP, usado para assinar a saída criptografada. Necessário apenas quando Assinar dados está habilitado.
Property description
Frase secreta
Property name
+
+ Frase secreta (segura)
+ Property name
+
+
+ A frase secreta, como uma string segura, que desbloqueia sua própria chave privada de assinatura.
+ Property description
+
- A frase secreta da chave privada PGP usada para assinatura.
+ A frase secreta que desbloqueia sua própria chave privada de assinatura.
Property description
-
+
PGP Generate Keys
Activity name
-
+
Gera um par de chaves pública/privada PGP e as salva nos caminhos de arquivo especificados.
Activity description
-
+
Caminho de saída da chave pública
Property name
-
+
O caminho do arquivo em que a chave pública PGP gerada será salva.
Property description
-
+
Caminho de saída da chave privada
Property name
-
+
O caminho do arquivo em que a chave privada PGP gerada será salva.
Property description
-
- Nome de Usuário
+
+ ID do Usuário
Property name
-
- O nome de usuário (ou email) a ser associado ao par de chaves gerado.
+
+ O ID de usuário OpenPGP da chave pública gerada. Por convenção, é uma caixa de correio RFC 2822 no formato "Nome <email@exemplo.com>" (Por exemplo, "Alice Silva <alice@exemplo.com>"). Qualquer string UTF-8 é aceita, mas o formato de caixa de correio é o que a maioria das ferramentas PGP e servidores de chave espera.
Property description
-
+
+ Seu nome <seu.email@exemplo.com>
+ Property placeholder hint shown inside the empty input
+
+
Frase secreta
Property name
-
+
A frase secreta para proteger a chave privada gerada.
Property description
-
+
+ Frase secreta (segura)
+ Property name
+
+
+ A frase secreta, como uma string segura, para proteger a chave privada gerada.
+ Property description
+
+
Substituir
Property name
-
+
Se já existirem arquivos nos caminhos de saída, selecionar esta opção os substituirá.
Property description
-
- Continuar ao Ocorrer Erro
+
+ Tamanho da chave
Property name
-
+
+ O tamanho da chave RSA em bits para o par de chaves PGP gerado. Os tamanhos aceitos são 2048 bits, 3072 bits e 4096 bits. O padrão é 4096 bits para segurança de nível empresarial.
+ Property description
+
+
+ Continuar com erro
+ Property name
+
+
Especifica se a automação deve continuar mesmo quando a atividade gera um erro.
Property description
-
+
Caminho da chave pública
Property name
-
+
A chave pública gerada como um recurso de arquivo.
Property description
-
+
Caminho da chave privada
Property name
-
+
A chave privada gerada como um recurso de arquivo.
Property description
+
+ O recurso que contém a chave pública
+ Property hint
+
+
+ O recurso que contém a chave privada
+ Property hint
+
PGP Sign File
Activity name
@@ -1100,20 +1205,44 @@
O caminho do arquivo que você quer assinar.
Property description
+
+ Arquivo de entrada
+ Property name
+
+
+ O recurso de arquivo que você quer assinar.
+ Property description
+
Caminho do arquivo da chave privada
Property name
- O caminho do arquivo da chave privada PGP usado para assinatura.
+ O caminho para seu próprio arquivo de chave privada PGP, usado para assinar os dados.
+ Property description
+
+
+ Caminho da chave privada
+ Property name
+
+
+ Sua própria chave privada PGP, fornecida como um recurso de arquivo (por exemplo, dos recursos do projeto ou do bucket de armazenamento). Usada para assinar os dados.
Property description
Frase secreta
Property name
+
+ Frase secreta (segura)
+ Property name
+
+
+ A frase secreta, como uma string segura, que desbloqueia sua própria chave privada de assinatura.
+ Property description
+
- A frase secreta da chave privada PGP.
+ A frase secreta que desbloqueia sua própria chave privada de assinatura.
Property description
@@ -1121,7 +1250,7 @@
Property name
- O caminho em que o arquivo assinado será salvo.
+ O caminho completo, incluindo nome de arquivo e extensão, onde o arquivo assinado será salvo.
Property description
@@ -1133,7 +1262,7 @@
Property description
- Continuar ao Ocorrer Erro
+ Continuar com erro
Property name
@@ -1148,68 +1277,92 @@
O arquivo assinado como um recurso de arquivo.
Property description
-
+
PGP Clear Sign File
Activity name
-
+
Cria uma assinatura em texto não criptografado PGP de um arquivo usando uma chave privada.
Activity description
-
+
Caminho do arquivo de entrada
Property name
-
- O caminho do arquivo que você quer assinar sem criptografia.
+
+ O caminho para o arquivo que você quer assinar com clearsign.
Property description
-
+
+ Arquivo de entrada
+ Property name
+
+
+ O recurso que representa o arquivo a ser assinado.
+ Property description
+
+
Caminho do arquivo da chave privada
Property name
-
- O caminho do arquivo da chave privada PGP usado para assinatura.
+
+ O caminho para seu próprio arquivo de chave privada PGP, usado para assinar os dados com clearsign.
Property description
-
+
+ Caminho da chave privada
+ Property name
+
+
+ Sua própria chave privada PGP, fornecida como um recurso de arquivo. Usada para assinar os dados com clearsign.
+ Property description
+
+
Frase secreta
Property name
-
- A frase secreta da chave privada PGP.
+
+ Frase secreta (segura)
+ Property name
+
+
+ A frase secreta, como uma string segura, que desbloqueia sua própria chave privada de assinatura.
+ Property description
+
+
+ A frase secreta que desbloqueia sua própria chave privada de assinatura.
Property description
-
+
Caminho do arquivo de saída
Property name
-
- O caminho em que o arquivo assinado sem criptografia será salvo.
+
+ O caminho completo, incluindo nome de arquivo e extensão, onde o arquivo assinado com clearsign será salvo.
Property description
-
+
Substituir
Property name
-
+
Se já existir um arquivo no caminho de saída, selecionar esta opção o substituirá.
Property description
-
- Continuar ao Ocorrer Erro
+
+ Continuar com erro
Property name
-
+
Especifica se a automação deve continuar mesmo quando a atividade gera um erro.
Property description
-
- Arquivo assinado sem criptografia
+
+ Arquivo assinado com clearsign
Property name
-
- O arquivo assinado sem criptografia como um recurso de arquivo.
+
+ O arquivo assinado com clearsign como um recurso de arquivo.
Property description
@@ -1225,7 +1378,7 @@
Property name
- Selecione o tipo de verificação. "Arquivo assinado (binário)" verifica um arquivo com assinatura em formato binário. "Arquivo assinado sem criptografia (texto)" verifica um arquivo de texto com uma assinatura incorporada. "Validar chave pública" verifica se um arquivo contém uma chave pública PGP válida.
+ Selecione o tipo de verificação. "Arquivo assinado (binário)" verifica um arquivo com assinatura em formato binário. "Arquivo assinado com clearsign (texto)" verifica um arquivo de texto com uma assinatura incorporada. "Validar chave pública" verifica se um arquivo contém uma chave pública PGP válida.
Property description
@@ -1233,7 +1386,7 @@
Property name
- O caminho do arquivo assinado a ser verificado. Obrigatório para os modos "Arquivo assinado (binário)" e "Arquivo assinado sem criptografia (texto)".
+ O caminho para o arquivo assinado a ser verificado. Obrigatório para os modos "Arquivo assinado (binário)" e "Arquivo assinado com clearsign (texto)".
Property description
@@ -1241,11 +1394,27 @@
Property name
- O caminho do arquivo da chave pública PGP usado para verificação.
+ O caminho para o arquivo da chave pública PGP do signatário. Esta é a chave pública de quem produziu a assinatura.
+ Property description
+
+
+ Arquivo assinado
+ Property name
+
+
+ O recurso de arquivo que tem o conteúdo assinado a ser verificado. Obrigatório para os modos "Arquivo assinado (binário)" e "Arquivo assinado com clearsign (texto)".
+ Property description
+
+
+ Caminho da chave pública
+ Property name
+
+
+ A chave pública PGP do signatário, fornecida como um recurso de arquivo. Usada para verificar a assinatura.
Property description
- Continuar ao Ocorrer Erro
+ Continuar com erro
Property name
@@ -1263,4 +1432,13 @@
Criptografia
+
+ RSA de 2048 bits
+
+
+ RSA de 3072 bits
+
+
+ RSA de 4096 bits
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.pt.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.pt.resx
index 3a5a3742..e07d7214 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.pt.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.pt.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
O algoritmo selecionado não tem uma implementação compatível com FIPS. Isto pode não funcionar em alguns computadores.
+
+ O ChaCha20-Poly1305 não é suportado nesta plataforma. Utilize antes o AES-GCM ou execute numa plataforma que forneça o ChaCha20-Poly1305 (Linux com OpenSSL ou Windows 10 1809 / Server 2019 ou posterior).
+
Entrada
@@ -172,6 +175,48 @@
Comum
+
+ Utilizar ficheiro
+
+
+ Utilizar Caminho de Ficheiro
+
+
+ Utilizar Chave
+
+
+ Utilizar chave segura
+
+
+ Utilizar frase de acesso
+
+
+ Utilizar frase de acesso segura
+
+
+ Ficheiro de Chave Pública
+
+
+ A chave pública PGP do destinatário, fornecida como um recurso de ficheiro (por exemplo, a partir dos recursos ou do Bucket de Armazenamento do projeto). Quando definida, tem precedência sobre a variante de caminho de ficheiro.
+
+
+ Ficheiro de Chave Pública
+
+
+ A chave pública PGP do remetente, fornecida como um recurso de ficheiro. Utilizada para verificar a assinatura. Quando definida, tem precedência sobre a variante de caminho de ficheiro.
+
+
+ Ficheiro de Chave Pública
+
+
+ A chave pública PGP do destinatário, fornecida como um recurso de ficheiro (por exemplo, a partir dos recursos ou do Bucket de Armazenamento do projeto). Quando definida, tem precedência sobre a variante de caminho de ficheiro.
+
+
+ Ficheiro de Chave Pública
+
+
+ A chave pública PGP do remetente, fornecida como um recurso de ficheiro. Utilizada para verificar a assinatura. Quando definida, tem precedência sobre a variante de caminho de ficheiro.
+
ContinueNoErro
property name
@@ -194,7 +239,7 @@
Activity name
- Um menu pendente que lhe permite selecionar o algoritmo de desencriptação que pretende utilizar.
+ Um menu pendente que lhe permite selecionar o algoritmo de desencriptação que pretende utilizar. A entrada tem de estar no formato de ligação do UiPath Base64(salt | IV | ciphertext); o ficheiro de encriptação produzido por ferramentas externas não é diretamente compatível – consulte a documentação da atividade para obter a especificação do formato de ligação.
Property description
@@ -206,7 +251,7 @@
Property description
- Continue No Erro
+ Continuar após erro
Property name
@@ -222,7 +267,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -230,7 +275,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -242,11 +287,11 @@
Property name
- O caminho onde pretende guardar o ficheiro desencriptado.
+ O caminho completo, incluindo o nome de ficheiro e a extensão, onde o ficheiro desencriptado será guardado. Quando vazio, o ficheiro é escrito junto ao ficheiro de entrada com o nome "<input-name>_Decrypted<input-extension>".
Property description
- Nome e localização do ficheiro de saída
+ Caminho do Ficheiro de Saída
Property name
@@ -266,7 +311,7 @@
Activity Description
- Um menu pendente que lhe permite selecionar o algoritmo de desencriptação que pretende utilizar.
+ Um menu pendente que lhe permite selecionar o algoritmo de desencriptação que pretende utilizar. A entrada tem de estar no formato de ligação do UiPath Base64(salt | IV | ciphertext); o ficheiro de encriptação produzido por ferramentas externas não é diretamente compatível – consulte a documentação da atividade para obter a especificação do formato de ligação.
Property description
@@ -278,7 +323,7 @@
Property description
- Continue No Erro
+ Continuar após erro
Property name
@@ -294,7 +339,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -330,7 +375,7 @@
Activity name
- Um menu pendente que lhe permite selecionar o algoritmo de encriptação que pretende utilizar.
+ Um menu pendente que lhe permite selecionar o algoritmo de encriptação que pretende utilizar. O ficheiro de encriptação utiliza um formato de ligação específico do UiPath, Base64(salt | IV | ciphertext), e não é diretamente interoperativo com ferramentas externas – consulte a documentação da atividade para obter a especificação do formato de ligação.
Property description
@@ -374,7 +419,7 @@
property description
- Continue No Erro
+ Continuar após erro
property name
@@ -382,7 +427,7 @@
property description
- Codificação de Chave
+ Codificação de chave
property name
@@ -390,7 +435,7 @@
property description
- Codificação de Chave
+ Codificação de chave
property name
@@ -402,11 +447,11 @@
property name
- O caminho onde pretende guardar o ficheiro encriptado.
+ O caminho completo, incluindo o nome do ficheiro e a extensão, onde o ficheiro encriptado será guardado. Quando vazio, o ficheiro é escrito junto ao ficheiro de entrada com o nome "<input-name>_Encrypted<input-extension>".
property description
- Nome e localização do ficheiro de saída
+ Caminho do Ficheiro de Saída
property name
@@ -426,7 +471,7 @@
Activity name
- Um menu pendente que lhe permite selecionar o algoritmo de encriptação que pretende utilizar.
+ Um menu pendente que lhe permite selecionar o algoritmo de encriptação que pretende utilizar. O ficheiro de encriptação utiliza um formato de ligação específico do UiPath, Base64(salt | IV | ciphertext), e não é diretamente interoperativo com ferramentas externas – consulte a documentação da atividade para obter a especificação do formato de ligação.
Property description
@@ -438,7 +483,7 @@
Property description
- Continue No Erro
+ Continuar após erro
Property name
@@ -454,7 +499,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -510,7 +555,7 @@
Property description
- Continue No Erro
+ Continuar após erro
Property name
@@ -526,7 +571,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -582,7 +627,7 @@
Property description
- Continue No Erro
+ Continuar após erro
Property name
@@ -598,7 +643,7 @@
Property description
- Codificação de Chave
+ Codificação de chave
Property name
@@ -654,7 +699,7 @@
Property description
- Continue No Erro
+ Continuar após erro
Property name
@@ -662,7 +707,7 @@
Property description
- Caminho do Ficheiro
+ Caminho de ficheiro
Property name
@@ -694,7 +739,7 @@
Property description
- Continue No Erro
+ Continuar após erro
Property name
@@ -770,7 +815,7 @@
property description
- Ficheiro Encriptado
+ Encrypted file
property name
@@ -786,7 +831,7 @@
property description
- Ficheiro Desencriptado
+ Decrypted file
property name
@@ -857,6 +902,12 @@
A String de Chave Segura não pode estar vazia
+
+ Não foi fornecido o valor de um argumento "Passphrase" de atividade necessário
+
+
+ A frase de acesso de cadeia segura não pode ser nula
+
O comutador entre o Caminho do Ficheiro e o Recurso
@@ -869,12 +920,6 @@
InterruptorDoModoDeEntradaDeFicheiro
-
- O comutador entre o Caminho do Ficheiro e o Recurso
-
-
- InterruptorDoModoDeEntradaDeFicheiro
-
O comutador entre o Caminho do Ficheiro e o Recurso
@@ -889,15 +934,23 @@
Property name
- O caminho para o ficheiro de chave privada PGP utilizado para desencriptação.
+ O caminho para o seu próprio ficheiro de chave privada PGP, utilizado para desencriptar a mensagem.
Property description
Palavra-passe
Property name
+
+ Frase de acesso (segura)
+ Property name
+
+
+ A frase de acesso, como uma cadeia segura, que desbloqueia a sua própria chave privada para desencriptação.
+ Property description
+
- A palavra-passe da chave privada PGP.
+ A frase de acesso que desbloqueia a sua própria chave privada para desencriptação.
Property description
@@ -913,7 +966,7 @@
Property name
- O caminho para o ficheiro de chave pública PGP utilizado para a verificação da assinatura.
+ O caminho para o ficheiro de chave pública PGP do remetente, utilizado para verificar a assinatura. Apenas necessário quando Verificar assinatura estiver ativado.
Property description
@@ -921,15 +974,23 @@
Property name
- O caminho para o ficheiro de chave privada PGP utilizado para desencriptação.
+ O caminho para o seu próprio ficheiro de chave privada PGP, utilizado para desencriptar a mensagem.
Property description
Palavra-passe
Property name
+
+ Frase de acesso (segura)
+ Property name
+
+
+ A frase de acesso, como uma cadeia segura, que desbloqueia a sua própria chave privada para desencriptação.
+ Property description
+
- A palavra-passe da chave privada PGP.
+ A frase de acesso que desbloqueia a sua própria chave privada para desencriptação.
Property description
@@ -945,7 +1006,7 @@
Property name
- O caminho para o ficheiro de chave pública PGP utilizado para a verificação da assinatura.
+ O caminho para o ficheiro de chave pública PGP do remetente, utilizado para verificar a assinatura. Apenas necessário quando Verificar assinatura estiver ativado.
Property description
@@ -953,7 +1014,7 @@
Property name
- O caminho para o ficheiro de chave pública PGP utilizado para encriptação.
+ O caminho para o ficheiro de chave pública PGP do destinatário. O destinatário é a pessoa que poderá desencriptar a saída.
Property description
@@ -969,15 +1030,23 @@
Property name
- O caminho para o ficheiro de chave privada PGP utilizado para assinatura.
+ O caminho para o seu próprio ficheiro de chave privada PGP, utilizado para assinar a saída encriptada. Apenas necessário quando Assinar dados estiver ativado.
Property description
Palavra-passe
Property name
+
+ Frase de acesso (segura)
+ Property name
+
+
+ A frase de acesso, como uma cadeia segura, que desbloqueia a sua própria chave privada para assinatura.
+ Property description
+
- A palavra-passe da chave privada PGP utilizada para a assinatura.
+ A frase de acesso que desbloqueia a sua própria chave privada para assinatura.
Property description
@@ -985,7 +1054,7 @@
Property name
- O caminho para o ficheiro de chave pública PGP utilizado para encriptação.
+ O caminho para o ficheiro de chave pública PGP do destinatário. O destinatário é a pessoa que poderá desencriptar a saída.
Property description
@@ -1001,89 +1070,125 @@
Property name
- O caminho para o ficheiro de chave privada PGP utilizado para assinatura.
+ O caminho para o seu próprio ficheiro de chave privada PGP, utilizado para assinar a saída encriptada. Apenas necessário quando Assinar dados estiver ativado.
Property description
Palavra-passe
Property name
+
+ Frase de acesso (segura)
+ Property name
+
+
+ A frase de acesso, como uma cadeia segura, que desbloqueia a sua própria chave privada para assinatura.
+ Property description
+
- A palavra-passe da chave privada PGP utilizada para a assinatura.
+ A frase de acesso que desbloqueia a sua própria chave privada para assinatura.
Property description
-
+
PGP Generate Keys
Activity name
-
+
Gera um par de chaves pública/privada PGP e guarda-o nos caminhos de ficheiros especificados.
Activity description
-
+
Caminho de Saída de Chave Pública
Property name
-
+
O caminho de ficheiro onde a chave pública PGP gerada será guardada.
Property description
-
+
Caminho de Saída de Chave Privada
Property name
-
+
O caminho do ficheiro onde a chave privada PGP gerada será guardada.
Property description
-
- Nome de utilizador
+
+ ID do Utilizador
Property name
-
- O nome de utilizador (ou e-mail) a associar ao par de chaves gerado.
+
+ ID de Utilizador OpenPGP para a chave pública gerada. Normalmente, uma caixa de correio RFC 2822 no formato "Nome <email@example.com>" (Por exemplo: "Alice Silva <alice@example.com>"). Qualquer cadeia UTF-8 é aceite, mas a forma de caixa de correio é a que a maioria das ferramentas de PGP e servidores de chaves espera.
Property description
-
+
+ O Seu Nome <oseu.email@example.com>
+ Property placeholder hint shown inside the empty input
+
+
Palavra-passe
Property name
-
+
A palavra-passe para proteger a chave privada gerada.
Property description
-
+
+ Frase de acesso (segura)
+ Property name
+
+
+ A frase de acesso, como uma cadeia segura, para proteger a chave privada gerada.
+ Property description
+
+
Substituir
Property name
-
+
Se já existirem ficheiros nos caminhos de saída, selecionar esta opção substitui os mesmos.
Property description
-
- Continuar Após Erro
+
+ Tamanho da chave
Property name
-
+
+ O tamanho da chave RSA em bits para o par de chaves PGP gerado. Os tamanhos suportados são 2048 bits, 3072 bits e 4096 bits. Assume a predefinição de 4096 bits para segurança de nível empresarial.
+ Property description
+
+
+ Continuar após erro
+ Property name
+
+
Especifica se a automatização deve continuar, mesmo quando a atividade gerar um erro.
Property description
-
+
Ficheiro de Chave Pública
Property name
-
+
A chave pública gerada como um recurso de ficheiro.
Property description
-
+
Ficheiro de Chave Privada
Property name
-
+
A chave privada gerada como um recurso de ficheiro.
Property description
+
+ O recurso que contém a chave pública
+ Property hint
+
+
+ O recurso que contém a chave privada
+ Property hint
+
PGP Sign File
Activity name
@@ -1100,20 +1205,44 @@
O caminho do ficheiro que pretende assinar.
Property description
+
+ Ficheiro de entrada
+ Property name
+
+
+ O recurso de ficheiro que pretende assinar.
+ Property description
+
Caminho do Ficheiro de Chave Privada
Property name
- O caminho para o ficheiro de chave privada PGP utilizado para assinatura.
+ O caminho para o seu próprio ficheiro de chave privada PGP, utilizado para assinar os dados.
+ Property description
+
+
+ Ficheiro de Chave Privada
+ Property name
+
+
+ A sua própria chave pública PGP, fornecida como um recurso de ficheiro (por exemplo, a partir dos recursos ou do Bucket de Armazenamento do projeto). Utilizado para assinar os dados.
Property description
Palavra-passe
Property name
+
+ Frase de acesso (segura)
+ Property name
+
+
+ A frase de acesso, como uma cadeia segura, que desbloqueia a sua própria chave privada para assinatura.
+ Property description
+
- A palavra-passe da chave privada PGP.
+ A frase de acesso que desbloqueia a sua própria chave privada para assinatura.
Property description
@@ -1121,7 +1250,7 @@
Property name
- O caminho onde o ficheiro assinado será guardado.
+ O caminho completo, incluindo o nome de ficheiro e a extensão, onde o ficheiro assinado será guardado.
Property description
@@ -1133,7 +1262,7 @@
Property description
- Continuar Após Erro
+ Continuar após erro
Property name
@@ -1148,67 +1277,91 @@
O ficheiro assinado como um recurso de ficheiro.
Property description
-
+
PGP Clear Sign File
Activity name
-
+
Cria uma assinatura PGP em texto simples de um ficheiro com uma chave privada.
Activity description
-
+
Caminho do Ficheiro de Entrada
Property name
-
- O caminho do ficheiro que pretende assinar em texto simples.
+
+ O caminho do ficheiro que pretende assinar com texto simples.
Property description
-
+
+ Ficheiro de entrada
+ Property name
+
+
+ O recurso que representa o ficheiro a assinar.
+ Property description
+
+
Caminho do Ficheiro de Chave Privada
Property name
-
- O caminho para o ficheiro de chave privada PGP utilizado para assinatura.
+
+ O caminho para o seu próprio ficheiro de chave privada PGP, utilizado para assinar a mensagem com texto simples.
Property description
-
+
+ Ficheiro de Chave Privada
+ Property name
+
+
+ A sua própria chave privada PGP, fornecida como um recurso de ficheiro. Utilizado para assinar os dados com texto simples.
+ Property description
+
+
Palavra-passe
Property name
-
- A palavra-passe da chave privada PGP.
+
+ Frase de acesso (segura)
+ Property name
+
+
+ A frase de acesso, como uma cadeia segura, que desbloqueia a sua própria chave privada para assinatura.
+ Property description
+
+
+ A frase de acesso que desbloqueia a sua própria chave privada para assinatura.
Property description
-
+
Caminho do Ficheiro de Saída
Property name
-
- O caminho onde o ficheiro assinado em texto simples será guardado.
+
+ O caminho completo, incluindo o nome de ficheiro e a extensão, onde o ficheiro assinado com texto simples será guardado.
Property description
-
+
Substituir
Property name
-
+
Se já existir um ficheiro no caminho de saída, selecionar esta opção substitui o mesmo.
Property description
-
- Continuar Após Erro
+
+ Continuar após erro
Property name
-
+
Especifica se a automatização deve continuar, mesmo quando a atividade gerar um erro.
Property description
-
- Ficheiro Assinado com Texto Simples
+
+ Ficheiro assinado com texto simples
Property name
-
+
O ficheiro assinado com texto simples como um recurso de ficheiro.
Property description
@@ -1241,11 +1394,27 @@
Property name
- O caminho para o ficheiro de chave pública PGP utilizado para verificação.
+ O caminho para o ficheiro de chave pública PGP do signatário. Esta é a chave pública de quem produziu a assinatura.
+ Property description
+
+
+ Ficheiro Assinado
+ Property name
+
+
+ O recurso de ficheiro que tem o conteúdo assinado a verificar. Necessário para os modos "Ficheiro Assinado (Binário)" e "Ficheiro Assinado Com Texto Simples (Texto)".
+ Property description
+
+
+ Ficheiro de Chave Pública
+ Property name
+
+
+ A chave pública PGP do signatário, fornecida como um recurso de ficheiro. Utilizada para verificar a assinatura.
Property description
- Continuar Após Erro
+ Continuar após erro
Property name
@@ -1263,4 +1432,13 @@
Criptografia
+
+ RSA de 2048 bits
+
+
+ RSA de 3072 bits
+
+
+ RSA de 4096 bits
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ro.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ro.resx
index 1be08caa..f4fcc8dc 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ro.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.ro.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
Algoritmul selectat nu are o implementare compatibilă cu FIPS. Este posibil să nu funcționeze pe unele mașini.
+
+ ChaCha20-Poly1305 nu este acceptat pe această platformă. Utilizați în schimb AES-GCM sau rulați pe o platformă care oferă ChaCha20-Poly1305 (Linux cu OpenSSL sau Windows 10 1809 / Server 2019 ori o versiune ulterioară).
+
Input
@@ -172,6 +175,48 @@
Comun
+
+ Utilizați fișierul
+
+
+ Folosiți calea fișierului
+
+
+ Cheia de utilizare
+
+
+ Utilizați cheia securizată
+
+
+ Utilizați o frază secretă
+
+
+ Utilizați o expresie de acces securizată
+
+
+ Fișier cheie publică
+
+
+ Cheia publică PGP a destinatarului, furnizată ca resursă de fișier (de exemplu, din resursele proiectului sau din Storage Bucket). Când este setată, are prioritate față de varianta căii fișierului.
+
+
+ Fișier cheie publică
+
+
+ Cheia publică PGP a expeditorului, furnizată ca resursă de fișier. Este utilizată pentru a verifica semnătura. Când este setată, are prioritate față de varianta cu calea fișierului.
+
+
+ Fișier cheie publică
+
+
+ Cheia publică PGP a destinatarului, furnizată ca resursă de fișier (de exemplu, din resursele proiectului sau din Storage Bucket). Când este setată, are prioritate față de varianta cu calea fișierului.
+
+
+ Fișier cheie publică
+
+
+ Cheia publică PGP a expeditorului, furnizată ca resursă de fișier. Este utilizată pentru a verifica semnătura. Când este definită, are prioritate față de varianta cu calea fișierului.
+
Continuați la eroare
property name
@@ -183,7 +228,7 @@
KeySecureString
- Key Secure String
+ Șirul de siguranță al cheii
Decriptează un fișier pe baza unei codificări de chei și algoritm specificate.
@@ -194,7 +239,7 @@
Activity name
- Un meniu derulant care îți permite să selectezi algoritmul de decriptare pe care vrei să-l folosești.
+ O listă verticală care vă permite să selectați algoritmul de decriptare pe care doriți să îl utilizați. Intrarea trebuie să fie în formatul wire UiPath Base64(salt | IV | ciphertext); textul cifrat produs de instrumente externe nu este compatibil direct — consultați documentația activității pentru specificația formatului wire.
Property description
@@ -206,7 +251,7 @@
Property description
- Continuă greșeala
+ Continuați la eroare
Property name
@@ -222,7 +267,7 @@
Property description
- Codarea cheilor
+ Codificarea cheilor
Property name
@@ -230,7 +275,7 @@
Property description
- Codarea cheilor
+ Codificarea cheilor
Property name
@@ -242,11 +287,11 @@
Property name
- Calea prin care vrei să salvezi fișierul decriptat.
+ Calea completă, inclusiv numele fișierului și extensia, unde va fi salvat fișierul decriptat. Dacă este lăsat necompletat, fișierul este scris lângă fișierul de intrare folosind numele "<input-name>_Decrypted<input-extension>".
Property description
- Numele și locația fișierului Output
+ Output Calea fișierului de ieșire
Property name
@@ -266,7 +311,7 @@
Activity Description
- Un meniu derulant care îți permite să selectezi algoritmul de decriptare pe care vrei să-l folosești.
+ O listă verticală care vă permite să selectați algoritmul de decriptare pe care doriți să îl utilizați. Intrarea trebuie să fie în formatul wire UiPath Base64(salt | IV | ciphertext); textul cifrat produs de instrumente externe nu este compatibil direct — consultați documentația activității pentru specificația formatului wire.
Property description
@@ -278,7 +323,7 @@
Property description
- Continuă greșeala
+ Continuați la eroare
Property name
@@ -294,7 +339,7 @@
Property description
- Codarea cheilor
+ Codificarea cheilor
Property name
@@ -330,7 +375,7 @@
Activity name
- Un meniu derulant care îți permite să selectezi algoritmul de criptare pe care vrei să-l folosești.
+ O listă verticală care vă permite să selectați algoritmul de criptare pe care doriți să îl utilizați. Textul cifrat folosește un format wire specific UiPath, Base64(salt | IV | ciphertext), și nu este interoperabil direct cu instrumente externe — consultați documentația activității pentru specificația formatului wire.
Property description
@@ -374,7 +419,7 @@
property description
- Continuă greșeala
+ Continuați la eroare
property name
@@ -382,7 +427,7 @@
property description
- Codarea cheilor
+ Codificarea cheilor
property name
@@ -390,7 +435,7 @@
property description
- Codarea cheilor
+ Codificarea cheilor
property name
@@ -402,11 +447,11 @@
property name
- Calea prin care vrei să salvezi fișierul criptat.
+ Calea completă, inclusiv numele și extensia fișierului, unde va fi salvat fișierul criptat. Dacă este lăsat necompletat, fișierul este scris lângă fișierul de intrare, folosind numele "<input-name>_Encrypted<input-extension>".
property description
- Numele și locația fișierului Output
+ Output Calea fișierului de ieșire
property name
@@ -426,7 +471,7 @@
Activity name
- Un meniu derulant care îți permite să selectezi algoritmul de criptare pe care vrei să-l folosești.
+ O listă verticală care vă permite să selectați algoritmul de criptare pe care doriți să îl utilizați. Textul cifrat folosește un format wire specific UiPath, Base64(salt | IV | ciphertext), și nu este direct interoperabil cu instrumente externe — consultați documentația activității pentru specificația formatului wire.
Property description
@@ -438,7 +483,7 @@
Property description
- Continuă greșeala
+ Continuați la eroare
Property name
@@ -454,7 +499,7 @@
Property description
- Codarea cheilor
+ Codificarea cheilor
Property name
@@ -510,7 +555,7 @@
Property description
- Continuă greșeala
+ Continuați la eroare
Property name
@@ -526,7 +571,7 @@
Property description
- Codarea cheilor
+ Codificarea cheilor
Property name
@@ -582,7 +627,7 @@
Property description
- Continuă greșeala
+ Continuați la eroare
Property name
@@ -598,7 +643,7 @@
Property description
- Codarea cheilor
+ Codificarea cheilor
Property name
@@ -646,7 +691,7 @@
Property description
- Algortithm
+ Algoritm
Property name
@@ -654,7 +699,7 @@
Property description
- Continuă greșeala
+ Continuați la eroare
Property name
@@ -662,7 +707,7 @@
Property description
- Calea fișierului
+ Cale fișier
Property name
@@ -694,7 +739,7 @@
Property description
- Continuă greșeala
+ Continuați la eroare
Property name
@@ -857,6 +902,12 @@
Key Secure String nu trebuie să fie nulă
+
+ Nu a fost furnizată o valoare pentru argumentul de activitate obligatoriu „Passphrase”
+
+
+ Expresia secretă pentru secure-string nu trebuie să fie nulă
+
Comutarea între Calea Fișierului și Resursă
@@ -869,12 +920,6 @@
FileInputModeSwitch
-
- Comutarea între Calea Fișierului și Resursă
-
-
- FileInputModeSwitch
-
Comutarea între Calea Fișierului și Resursă
@@ -889,15 +934,23 @@
Property name
- Calea către fișierul cheie privată PGP folosit pentru decriptare.
+ Calea către propriul fișier cu cheie privată PGP, utilizat pentru a decripta mesajul.
Property description
Parolă de acces
Property name
+
+ Fraza de acces (securizată)
+ Property name
+
+
+ Fraza de acces, ca șir securizat, care deblochează cheia privată proprie pentru decriptare.
+ Property description
+
- Fraza de acces pentru cheia privată PGP.
+ Fraza secretă care vă deblochează propria cheie privată pentru decriptare.
Property description
@@ -913,7 +966,7 @@
Property name
- Calea către fișierul cheie public PGP utilizat pentru verificarea semnăturii.
+ Calea către fișierul cu cheia publică PGP a expeditorului, utilizată pentru a verifica semnătura. Este necesară numai când opțiunea Verificare semnătură este activată.
Property description
@@ -921,15 +974,23 @@
Property name
- Calea către fișierul cheie privată PGP folosit pentru decriptare.
+ Calea către propriul fișier cu cheie privată PGP, utilizat pentru a decripta mesajul.
Property description
Parolă de acces
Property name
+
+ Fraza de acces (securizată)
+ Property name
+
+
+ Fraza de acces, ca șir securizat, care vă deblochează cheia privată pentru decriptare.
+ Property description
+
- Fraza de acces pentru cheia privată PGP.
+ Fraza de acces care deblochează propria cheie privată pentru decriptare.
Property description
@@ -945,7 +1006,7 @@
Property name
- Calea către fișierul cheie public PGP utilizat pentru verificarea semnăturii.
+ Calea către fișierul cu cheia publică PGP a expeditorului, utilizată pentru a verifica semnătura. Este necesară numai când opțiunea Verify signature este activată.
Property description
@@ -953,7 +1014,7 @@
Property name
- Calea către fișierul de cheie publică PGP utilizat pentru criptare.
+ Calea către fișierul cu cheia publică PGP a destinatarului. Destinatarul este persoana care va putea decripta rezultatul.
Property description
@@ -969,15 +1030,23 @@
Property name
- Calea către fișierul cheie privată PGP folosit pentru semnare.
+ Calea către propriul fișier cu cheie privată PGP, utilizat pentru a semna ieșirea criptată. Este necesar numai când Sign data este activat.
Property description
Parolă de acces
Property name
+
+ Fraza de acces (sigură)
+ Property name
+
+
+ Expresia secretă, ca șir securizat, care deblochează propria cheie privată pentru semnare.
+ Property description
+
- Fraza de acces pentru cheia privată PGP utilizată pentru semnare.
+ Fraza de acces care deblochează cheia privată proprie pentru semnare.
Property description
@@ -985,7 +1054,7 @@
Property name
- Calea către fișierul de cheie publică PGP utilizat pentru criptare.
+ Calea către fișierul cu cheia publică PGP a destinatarului. Destinatarul este persoana care va putea decripta rezultatul.
Property description
@@ -1001,89 +1070,125 @@
Property name
- Calea către fișierul cheie privată PGP folosit pentru semnare.
+ Calea către propriul fișier cu cheie privată PGP, utilizat pentru a semna ieșirea criptată. Este necesar numai când Sign data este activat.
Property description
Parolă de acces
Property name
+
+ Frază de acces (securizată)
+ Property name
+
+
+ Expresia secretă, ca șir securizat, care deblochează propria cheie privată pentru semnare.
+ Property description
+
- Fraza de acces pentru cheia privată PGP utilizată pentru semnare.
+ Fraza de acces care deblochează propria cheie privată pentru semnare.
Property description
-
- PGP Generate Keys
+
+ Generați chei PGP
Activity name
-
+
Generează o pereche de chei publice/private PGP și le salvează la căile de fișier specificate.
Activity description
-
+
Calea Output pentru cheia publică
Property name
-
+
Calea fișierului în care va fi salvată cheia publică PGP generată.
Property description
-
+
Calea de Output pentru cheia privată
Property name
-
+
Calea fișierului în care va fi salvată cheia privată PGP generată.
Property description
-
- Nume de utilizator
+
+ ID utilizator
Property name
-
- Numele de utilizator (sau adresa de email) care va fi asociat cu perechea de chei generată.
+
+ ID de utilizator OpenPGP pentru cheia publică generată. În mod convențional, o adresă de e-mail RFC 2822 în forma „Name <email@example.com>” (de exemplu, „Alice Doe <alice@example.com>”). Este acceptat orice șir UTF-8, dar forma de adresă de e-mail este cea pe care majoritatea instrumentelor PGP și serverelor de chei o așteaptă.
Property description
-
+
+ Numele dvs. <your.email@example.com>
+ Property placeholder hint shown inside the empty input
+
+
Parolă de acces
Property name
-
+
Fraza de acces pentru protejarea cheii private generate.
Property description
-
+
+ Expresie secretă (sigură)
+ Property name
+
+
+ Expresia secretă, ca șir securizat, pentru a proteja cheia privată generată.
+ Property description
+
+
Suprascriere
Property name
-
+
Dacă fișierele există deja la output, selectarea acestei opțiuni le va suprascrie.
Property description
-
- Continuare la eroare
+
+ Dimensiunea cheii
Property name
-
+
+ Dimensiunea cheii RSA, în biți, pentru perechea de chei PGP generată. Dimensiunile acceptate sunt de 2048 de biți, 3072 de biți și 4096 de biți. Valoarea implicită este de 4096 de biți pentru securitate de nivel enterprise.
+ Property description
+
+
+ Continuați la eroare
+ Property name
+
+
Specifică dacă automatizarea ar trebui să continue chiar și atunci când activitatea generează o eroare.
Property description
-
+
Fișier cheie publică
Property name
-
+
Cheia publică generată ca resursă de fișier.
Property description
-
+
Fișier cheie privată
Property name
-
+
Cheia privată generată ca resursă de fișier.
Property description
+
+ Resursa care conține cheia publică
+ Property hint
+
+
+ Resursa care conține cheia privată
+ Property hint
+
PGP Sign File
Activity name
@@ -1100,20 +1205,44 @@
Calea către fișierul pe care doriți să îl semnați.
Property description
+
+ <b>Input file</b>
+ Property name
+
+
+ Resursa de fișier pe care doriți să o semnați.
+ Property description
+
Calea către fișierul cheie privată
Property name
- Calea către fișierul cheie privată PGP folosit pentru semnare.
+ Calea către propriul fișier cu cheie privată PGP, utilizat pentru a semna datele.
+ Property description
+
+
+ Fișier cheie privată
+ Property name
+
+
+ Cheia privată PGP proprie, furnizată ca resursă de fișier (de exemplu, din resursele proiectului sau din Storage Bucket). Este utilizată pentru a semna datele.
Property description
Parolă de acces
Property name
+
+ Frază de acces (securizată)
+ Property name
+
+
+ Fraza de acces, ca șir securizat, care vă deblochează propria cheie privată pentru semnare.
+ Property description
+
- Fraza de acces pentru cheia privată PGP.
+ Fraza de acces care deblochează cheia privată proprie pentru semnare.
Property description
@@ -1121,7 +1250,7 @@
Property name
- Calea în care va fi salvat fișierul semnat.
+ Calea completă, inclusiv numele și extensia fișierului, unde va fi salvat fișierul semnat.
Property description
@@ -1133,7 +1262,7 @@
Property description
- Continuare la eroare
+ Continuați la eroare
Property name
@@ -1148,68 +1277,92 @@
Fișierul semnat ca resursă de fișier.
Property description
-
- PGP Clear Sign File
+
+ Fișier PGP Clear Sign
Activity name
-
+
Creează o semnătură PGP în text clar pentru un fișier utilizând o cheie privată.
Activity description
-
+
Calea fișierului Input
Property name
-
+
Calea către fișierul pe care doriți să îl semnați cu semnătură clară.
Property description
-
- Calea fișierului cheii private
+
+ <b>Input file</b>
Property name
-
- Calea către fișierul cheie privată PGP folosit pentru semnare.
+
+ Resursa care reprezintă fișierul care urmează să fie semnat.
Property description
-
+
+ Calea către fișierul cheie privată
+ Property name
+
+
+ Calea către propriul fișier cu cheie privată PGP, utilizat pentru a semna datele cu clearsign.
+ Property description
+
+
+ Fișier cheie privată
+ Property name
+
+
+ Cheia dvs. privată PGP, furnizată ca resursă de fișier. Este utilizată pentru a semna datele cu semnătură clară.
+ Property description
+
+
Parolă de acces
Property name
-
- Fraza de acces pentru cheia privată PGP.
+
+ Expresie secretă (sigură)
+ Property name
+
+
+ Expresia secretă, ca șir securizat, care vă deblochează cheia privată pentru semnare.
Property description
-
- Calea fișierului de ieșire
+
+ Fraza secretă care vă deblochează propria cheie privată pentru semnare.
+ Property description
+
+
+ Output Calea fișierului de ieșire
Property name
-
- Calea unde va fi salvat fișierul semnat clar.
+
+ Calea completă, inclusiv numele și extensia fișierului, unde va fi salvat fișierul cu semnătură clară.
Property description
-
+
Suprascriere
Property name
-
+
Dacă există deja un fișier la calea de output, selectarea acestei opțiuni îl va suprascrie.
Property description
-
- Continuare la eroare
+
+ Continuați la eroare
Property name
-
+
Specifică dacă automatizarea ar trebui să continue chiar și atunci când activitatea generează o eroare.
Property description
-
+
Fișier semnat clar
Property name
-
- Fișierul semnat clar ca resursă de fișier.
+
+ Fișierul semnat clar, ca resursă de fișier.
Property description
@@ -1225,7 +1378,7 @@
Property name
- Selectați tipul de verificare. 'Signed File (Binary)' verifică un fișier semnat binar. 'Clear-Signed File (Text)' verifică un fișier text cu semnătură încorporată. 'Validate Public Key' verifică dacă un fișier conține o cheie publică PGP validă.
+ Selectați tipul de verificare. „Signed File (Binary)” verifică un fișier semnat binar. „Clearsigned File (Text)” verifică un fișier text cu o semnătură încorporată. „Validate Public Key” verifică dacă un fișier conține o cheie publică PGP validă.
Property description
@@ -1233,7 +1386,7 @@
Property name
- Calea către fișierul semnat care trebuie verificat. Este necesară pentru modurile „Signed File (Binary)” și „Clear-Signed File (Text)”.
+ Calea către fișierul semnat care trebuie verificat. Obligatorie pentru modurile „Signed File (Binary)” și „Clearsigned File (Text)”.
Property description
@@ -1241,11 +1394,27 @@
Property name
- Calea către fișierul de cheie publică PGP utilizat pentru verificare.
+ Calea către fișierul cu cheia publică PGP a semnatarului. Aceasta este cheia publică a persoanei care a produs semnătura.
+ Property description
+
+
+ Fișier semnat
+ Property name
+
+
+ Resursa de fișier care conține conținutul semnat de verificat. Este obligatorie pentru modurile „Signed File (Binary)” și „Clearsigned File (Text)”.
+ Property description
+
+
+ Fișier cheie publică
+ Property name
+
+
+ Cheia publică PGP a semnatarului, furnizată ca resursă de fișier. Este utilizată pentru a verifica semnătura.
Property description
- Continuare la eroare
+ Continuați la eroare
Property name
@@ -1263,4 +1432,13 @@
Criptografie
+
+ RSA pe 2048 de biți
+
+
+ RSA pe 3072 de biți
+
+
+ RSA pe 4096 de biți
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.tr.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.tr.resx
index 2636824b..49738a7b 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.tr.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.tr.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
Seçili algoritmanın FIPS uyumlu bir uygulaması yok. Bu, bazı makinelerde çalışmayabilir.
+
+ ChaCha20-Poly1305 bu platformda desteklenmiyor. Bunun yerine AES-GCM kullanın veya ChaCha20-Poly1305 (OpenSSL'li Linux veya Windows 10 1809/Server 2019 veya üzeri) sağlayan bir platformda çalıştırın.
+
Giriş
@@ -172,6 +175,48 @@
Ortak
+
+ Dosya kullan
+
+
+ Dosya yolunu kullan
+
+
+ Anahtar kullan
+
+
+ Güvenli anahtar kullan
+
+
+ Parola kullan
+
+
+ Güvenli parola kullan
+
+
+ Genel anahtar dosyası
+
+
+ Alıcının dosya kaynağı olarak sağlanan PGP genel anahtarı (örneğin, proje kaynaklarından veya Depolama Kutusundan). Ayarlandığında dosya yolu varyantına göre öncelikli olur.
+
+
+ Genel anahtar dosyası
+
+
+ Gönderenin, dosya kaynağı olarak sağlanan PGP genel anahtarı. İmzayı doğrulamak için kullanılır. Ayarlandığında dosya yolu varyantına göre öncelikli olur.
+
+
+ Genel anahtar dosyası
+
+
+ Alıcının dosya kaynağı olarak sağlanan PGP genel anahtarı (örneğin, proje kaynaklarından veya Depolama Kutusundan). Ayarlandığında dosya yolu varyantına göre öncelikli olur.
+
+
+ Genel anahtar dosyası
+
+
+ Gönderenin, dosya kaynağı olarak sağlanan PGP genel anahtarı. İmzayı doğrulamak için kullanılır. Ayarlandığında, dosya yolu varyantına göre öncelikli olur.
+
HataOlduğundaDevamEt
property name
@@ -183,7 +228,7 @@
KeySecureString
- Güvenli Dize Anahtarı
+ Güvenli dize anahtarı
Belirtilen bir anahtar kodlamasına ve algoritmaya göre bir dosyanın şifresini çözer.
@@ -194,7 +239,7 @@
Activity name
- Kullanmak istediğiniz şifre çözme algoritmasını seçmenize olanak veren bir açılır menü.
+ Kullanmak istediğiniz şifre çözme algoritmasını seçmenize olanak veren bir açılır menü. Giriş, UiPath bağlantı biçiminde olmalıdır Base64(tuz | IV | şifreli metin); harici araçlar tarafından üretilen şifreli metin doğrudan uyumlu değil. İletim biçimi belirtimi için etkinlik belgelerine bakın.
Property description
@@ -206,7 +251,7 @@
Property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
Property name
@@ -222,7 +267,7 @@
Property description
- Anahtar Kodlama
+ Anahtar kodlama
Property name
@@ -230,7 +275,7 @@
Property description
- Anahtar Kodlama
+ Anahtar kodlama
Property name
@@ -242,11 +287,11 @@
Property name
- Şifresi çözülen dosyayı kaydetmek istediğiniz yol.
+ Dosya adı ve uzantı dahil olmak üzere, şifresi çözülen dosyanın kaydedileceği tam yol. Boş bırakıldığında dosya giriş dosyasının yanına yazılır ve "<input-name>_Decrypted<input-extension>".
Property description
- Çıkış dosyası adı ve konumu
+ Çıkış dosyasının yolu
Property name
@@ -266,7 +311,7 @@
Activity Description
- Kullanmak istediğiniz şifre çözme algoritmasını seçmenize olanak veren bir açılır menü.
+ Kullanmak istediğiniz şifre çözme algoritmasını seçmenize olanak veren bir açılır menü. Giriş, UiPath bağlantı biçiminde olmalıdır Base64(tuz | IV | şifreli metin); harici araçlar tarafından üretilen şifreli metin doğrudan uyumlu değil. İletim biçimi belirtimi için etkinlik belgelerine bakın.
Property description
@@ -278,7 +323,7 @@
Property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
Property name
@@ -294,7 +339,7 @@
Property description
- Anahtar Kodlama
+ Anahtar kodlama
Property name
@@ -318,7 +363,7 @@
Property description
- Şifresi Çözülmüş Metin
+ Şifresi çözülmüş metin
Property name
@@ -330,7 +375,7 @@
Activity name
- Kullanmak istediğiniz şifre çözme algoritmasını seçmenize olanak veren bir açılır menü.
+ Kullanmak istediğiniz şifre çözme algoritmasını seçmenize olanak veren bir açılır menü. Şifreli metin, UiPath'e özgü bir iletim biçimi Base64(tuz | IV | ciphertext) kullanır ve doğrudan harici araçlarla birlikte çalışamaz — İletim biçimi belirtimi için etkinlik belgelerine bakın.
Property description
@@ -358,7 +403,7 @@
property description
- Anahtar Güvenli Dizesi
+ Anahtar güvenli dizesi
property name
@@ -366,7 +411,7 @@
property description
- Anahtar Güvenli Dizesi
+ Anahtar güvenli dizesi
property name
@@ -374,7 +419,7 @@
property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
property name
@@ -382,7 +427,7 @@
property description
- Anahtar Kodlama
+ Anahtar kodlama
property name
@@ -390,7 +435,7 @@
property description
- Anahtar Kodlama
+ Anahtar kodlama
property name
@@ -398,15 +443,15 @@
property description
- Anahtar Güvenli Dizesi
+ Anahtar güvenli dizesi
property name
- Şifresi çözülen dosyayı kaydetmek istediğiniz yol.
+ Şifrelenmiş dosyanın kaydedileceği dosya adı ve uzantı dahil olmak üzere tam yol. Boş bırakıldığında, dosya giriş dosyasının yanına yazılır ve "<input-name>_Şifrelendi<input-extension>".
property description
- Çıkış dosyası adı ve konumu
+ Çıkış dosyasının yolu
property name
@@ -426,7 +471,7 @@
Activity name
- Kullanmak istediğiniz şifreleme algoritmasını seçmenize olanak veren bir açılır menü.
+ Kullanmak istediğiniz şifre çözme algoritmasını seçmenize olanak veren bir açılır menü. Şifreli metin, UiPath'e özgü bir iletim biçimi Base64(tuz | IV | ciphertext) kullanır ve doğrudan harici araçlarla birlikte çalışamaz — İletim biçimi belirtimi için etkinlik belgelerine bakın.
Property description
@@ -438,7 +483,7 @@
Property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
Property name
@@ -454,7 +499,7 @@
Property description
- Anahtar Kodlama
+ Anahtar kodlama
Property name
@@ -470,7 +515,7 @@
Property description
- Anahtar Güvenli Dizesi
+ Anahtar güvenli dizesi
Property name
@@ -486,7 +531,7 @@
Property description
- Şifreli Metin
+ Şifreli metin
Property name
@@ -510,7 +555,7 @@
Property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
Property name
@@ -526,7 +571,7 @@
Property description
- Anahtar Kodlama
+ Anahtar kodlama
Property name
@@ -542,7 +587,7 @@
Property description
- Anahtar Güvenli Dizesi
+ Anahtar güvenli dizesi
Property name
@@ -582,7 +627,7 @@
Property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
Property name
@@ -598,7 +643,7 @@
Property description
- Anahtar Kodlama
+ Anahtar kodlama
Property name
@@ -614,7 +659,7 @@
Property description
- Anahtar Güvenli Dizesi
+ Anahtar güvenli dizesi
Property name
@@ -646,7 +691,7 @@
Property description
- Algortitma
+ Algoritma
Property name
@@ -654,7 +699,7 @@
Property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
Property name
@@ -662,7 +707,7 @@
Property description
- Dosya Yolu
+ Dosya yolu
Property name
@@ -694,7 +739,7 @@
Property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
Property name
@@ -770,7 +815,7 @@
property description
- Şifrelenmiş Dosya
+ Encrypted file
property name
@@ -786,7 +831,7 @@
property description
- Şifresi Çözülmüş Dosya
+ Decrypted file
property name
@@ -818,7 +863,7 @@
property description
- Şifrelenmiş Dosya Adı
+ Şifrelenmiş dosya adı
property name
@@ -826,7 +871,7 @@
property description
- Şifresi Çözülmüş Dosya Adı
+ Şifresi çözülmüş dosya adı
property name
@@ -857,6 +902,12 @@
Anahtar Güvenli Dizesi null olmamalıdır
+
+ Gerekli bir etkinlik bağımsız değişkeni olan "Değer" için değer sağlanmamış.
+
+
+ Güvenli dize parolası null olmamalıdır
+
Dosya Yolu ve Kaynak arasındaki geçiş
@@ -869,12 +920,6 @@
DosyaGirişModuAnahtarı
-
- Dosya Yolu ve Kaynak arasındaki geçiş
-
-
- DosyaGirişModuAnahtarı
-
Dosya Yolu ve Kaynak arasındaki geçiş
@@ -885,23 +930,31 @@
Seçilen şifreleme algoritması kullanım dışı ve artık gelecekteki sürümlerde desteklenmeyecek.
- Özel Anahtar Dosyasının Yolu
+ Özel anahtar dosyasının yolu
Property name
- Şifre çözme için kullanılan PGP özel anahtar dosyasının yolu.
+ İletinin şifresini çözmek için kullanılan kendi PGP özel anahtar dosyanızın yolu.
Property description
Parola
Property name
+
+ Parola (güvenli)
+ Property name
+
+
+ Şifre çözmek için kendi özel anahtarınızın kilidini açan güvenli bir dize olarak parola.
+ Property description
+
- PGP özel anahtarının parolası.
+ Şifre çözmek için kendi özel anahtarınızın kilidini açan parola.
Property description
- İmzayı Doğrula
+ İmzayı doğrula
Property name
@@ -909,31 +962,39 @@
Property description
- Genel Anahtar Dosya Yolu
+ Genel anahtar dosyasının yolu
Property name
- İmza doğrulaması için kullanılan PGP genel anahtar dosyasının yolu.
+ İmzayı doğrulamak için kullanılan, gönderenin PGP genel anahtar dosyasının yolu. Yalnızca İmzayı doğrula etkinleştirildiğinde gereklidir.
Property description
- Özel Anahtar Dosyasının Yolu
+ Özel anahtar dosyasının yolu
Property name
- Şifre çözme için kullanılan PGP özel anahtar dosyasının yolu.
+ İletinin şifresini çözmek için kullanılan kendi PGP özel anahtar dosyanızın yolu.
Property description
Parola
Property name
+
+ Parola (güvenli)
+ Property name
+
+
+ Şifre çözmek için kendi özel anahtarınızın kilidini açan güvenli bir dize olarak parola.
+ Property description
+
- PGP özel anahtarının parolası.
+ Şifre çözmek için kendi özel anahtarınızın kilidini açan parola.
Property description
- İmzayı Doğrula
+ İmzayı doğrula
Property name
@@ -941,23 +1002,23 @@
Property description
- Genel Anahtar Dosya Yolu
+ Genel anahtar dosyasının yolu
Property name
- İmza doğrulaması için kullanılan PGP genel anahtar dosyasının yolu.
+ İmzayı doğrulamak için kullanılan, gönderenin PGP genel anahtar dosyasının yolu. Yalnızca İmzayı doğrula etkinleştirildiğinde gereklidir.
Property description
- Genel Anahtar Dosya Yolu
+ Genel anahtar dosyasının yolu
Property name
- Şifreleme için kullanılan PGP genel anahtar dosyasının yolu.
+ Alıcının PGP genel anahtar dosyasının yolu. Alıcı, çıkışın şifresini çözebilecek kişidir.
Property description
- Verileri İmzala
+ Verileri imzala
Property name
@@ -965,31 +1026,39 @@
Property description
- Özel Anahtar Dosyasının Yolu
+ Özel anahtar dosyasının yolu
Property name
- İmzalamak için kullanılan PGP özel anahtar dosyasının yolu.
+ Şifrelenmiş çıkışı imzalamak için kullanılan kendi PGP özel anahtar dosyanızın yolu. Yalnızca İmza verileri etkinleştirildiğinde gereklidir.
Property description
Parola
Property name
+
+ Parola (güvenli)
+ Property name
+
+
+ İmza için kendi özel anahtarınızın kilidini açan güvenli bir dize olarak parola.
+ Property description
+
- İmzalamak için kullanılan PGP özel anahtarının parolası.
+ İmzalamanız için kendi özel anahtarınızın kilidini açan parola.
Property description
- Genel Anahtar Dosya Yolu
+ Genel anahtar dosyasının yolu
Property name
- Şifreleme için kullanılan PGP genel anahtar dosyasının yolu.
+ Alıcının PGP genel anahtar dosyasının yolu. Alıcı, çıkışın şifresini çözebilecek kişidir.
Property description
- Verileri İmzala
+ Verileri imzala
Property name
@@ -997,93 +1066,129 @@
Property description
- Özel Anahtar Dosyasının Yolu
+ Özel anahtar dosyasının yolu
Property name
- İmzalamak için kullanılan PGP özel anahtar dosyasının yolu.
+ Şifrelenmiş çıkışı imzalamak için kullanılan kendi PGP özel anahtar dosyanızın yolu. Yalnızca İmza verileri etkinleştirildiğinde gereklidir.
Property description
Parola
Property name
+
+ Parola (güvenli)
+ Property name
+
+
+ İmza için kendi özel anahtarınızın kilidini açan güvenli bir dize olarak parola.
+ Property description
+
- İmzalamak için kullanılan PGP özel anahtarının parolası.
+ İmzalamanız için kendi özel anahtarınızın kilidini açan parola.
Property description
-
+
PGP Generate Keys
Activity name
-
+
Bir PGP genel/özel anahtar çifti oluşturur ve bunları belirtilen dosya yollarına kaydeder.
Activity description
-
- Genel Anahtar Çıkış Yolu
+
+ Genel anahtar çıkış yolu
Property name
-
+
Oluşturulan PGP genel anahtarının kaydedileceği dosya yolu.
Property description
-
- Özel Anahtar Çıkış Yolu
+
+ Özel anahtar çıkış yolu
Property name
-
+
Oluşturulan PGP özel anahtarının kaydedileceği dosya yolu.
Property description
-
- Kullanıcı adı
+
+ Kullanıcı Kimliği
Property name
-
- Oluşturulan anahtar çifti ile ilişkilendirilecek kullanıcı adı (veya e-posta).
+
+ Oluşturulan genel anahtar için OpenPGP Kullanıcı Kimliği. Geleneksel olarak "Ad<e-posta@example.com>" biçiminde bir RFC 2822 posta kutusu (örneğin, "Alice Doe <alice@example.com>") ile paylaşın. Herhangi bir UTF-8 dizesi kabul edilir, ancak çoğu PGP aracı ve anahtar sunucusunun beklediği şey posta kutusu formudur.
Property description
-
+
+ Adınız <e-posta@example.com>
+ Property placeholder hint shown inside the empty input
+
+
Parola
Property name
-
+
Oluşturulan özel anahtarı korumak için kullanılan parola.
Property description
-
+
+ Parola (güvenli)
+ Property name
+
+
+ Oluşturulan özel anahtarı korumak için güvenli bir dize olarak parola.
+ Property description
+
+
Üzerine Yaz
Property name
-
+
Çıkış yollarında dosyalar zaten varsa bu öğe seçildiğinde bunların üzerine yazılır.
Property description
-
- Hata Olduğunda Devam Et
+
+ Anahtar boyutu
Property name
-
+
+ Oluşturulan PGP anahtar çifti için bit olarak RSA anahtar boyutu. Desteklenen boyutlar 2048 bit, 3072 bit ve 4096 bittir. Kurumsal düzeyde güvenlik için varsayılan olarak 4.096 bittir.
+ Property description
+
+
+ Hata olduğunda devam et
+ Property name
+
+
Etkinlik bir hata oluştursa bile otomasyonun devam edip etmeyeceğini belirtir.
Property description
-
- Genel Anahtar Dosyası
+
+ Genel anahtar dosyası
Property name
-
+
Dosya kaynağı olarak oluşturulan genel anahtar.
Property description
-
- Özel Anahtar Dosyası
+
+ Özel anahtar dosyası
Property name
-
+
Dosya kaynağı olarak oluşturulan özel anahtar.
Property description
+
+ Genel anahtarı içeren kaynak
+ Property hint
+
+
+ Özel anahtarı içeren kaynak
+ Property hint
+
PGP Sign File
Activity name
@@ -1093,35 +1198,59 @@
Activity description
- Giriş Dosyası Yolu
+ Giriş dosyasının yolu
Property name
Şifresini çözmek istediğiniz dosyanın yolu.
Property description
+
+ Giriş dosyası
+ Property name
+
+
+ İmzalamak istediğiniz dosya kaynağı.
+ Property description
+
- Özel Anahtar Dosyasının Yolu
+ Özel anahtar dosyasının yolu
Property name
- İmzalamak için kullanılan PGP özel anahtar dosyasının yolu.
+ Verileri imzalamak için kullanılan kendi PGP özel anahtar dosyanızın yolu.
+ Property description
+
+
+ Özel anahtar dosyası
+ Property name
+
+
+ Dosya kaynağı olarak sağlanan kendi PGP özel anahtarınız (örneğin, proje kaynaklarından veya Depolama Kutusundan). Verileri imzalamak için kullanılır.
Property description
Parola
Property name
+
+ Parola (güvenli)
+ Property name
+
+
+ İmza için kendi özel anahtarınızın kilidini açan güvenli bir dize olarak parola.
+ Property description
+
- PGP özel anahtarının parolası.
+ İmzalamanız için kendi özel anahtarınızın kilidini açan parola.
Property description
- Çıkış Dosyası Yolu
+ Çıkış dosyasının yolu
Property name
- Şifresi çözülen dosyanın kaydedileceği yol.
+ Dosya adı ve uzantı dahil olmak üzere, imzalanan dosyanın kaydedileceği tam yol.
Property description
@@ -1133,7 +1262,7 @@
Property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
Property name
@@ -1148,67 +1277,91 @@
Dosya kaynağı olarak imzalanan dosya.
Property description
-
- PGP Clear Sign File
+
+ PGP Şeffaf İmza Dosyası
Activity name
-
+
Özel anahtar kullanarak bir dosyanın PGP açık metin imzasını oluşturur.
Activity description
-
- Giriş Dosyası Yolu
+
+ Giriş dosyası yolu
Property name
-
+
Şifresini çözmek istediğiniz dosyanın yolu.
Property description
-
- Özel Anahtar Dosyasının Yolu
+
+ Giriş dosyası
Property name
-
- İmzalamak için kullanılan PGP özel anahtar dosyasının yolu.
+
+ İmzalanacak dosyayı temsil eden kaynak.
Property description
-
+
+ Özel anahtar dosyasının yolu
+ Property name
+
+
+ Verileri temizlemek için kullanılan kendi PGP özel anahtar dosyanızın yolu.
+ Property description
+
+
+ Özel anahtar dosyası
+ Property name
+
+
+ Dosya kaynağı olarak sağlanan kendi PGP özel anahtarınız. Verilerin imzasını temizlemek için kullanılır.
+ Property description
+
+
Parola
Property name
-
- PGP özel anahtarının parolası.
+
+ Parola (güvenli)
+ Property name
+
+
+ İmza için kendi özel anahtarınızın kilidini açan güvenli bir dize olarak parola.
+ Property description
+
+
+ İmzalamanız için kendi özel anahtarınızın kilidini açan parola.
Property description
-
- Çıkış Dosyası Yolu
+
+ Çıkış dosyasının yolu
Property name
-
- Şifresi çözülen dosyanın kaydedileceği yol.
+
+ Temiz imzalı dosyanın kaydedileceği dosya adı ve uzantı dahil olmak üzere tam yol.
Property description
-
+
Üzerine Yaz
Property name
-
+
Çıkış yolunda bir dosya zaten varsa bu seçildiğinde dosyanın üzerine yazılır.
Property description
-
- Hata Olduğunda Devam Et
+
+ Hata olduğunda devam et
Property name
-
+
Etkinlik bir hata oluştursa bile otomasyonun devam edip etmeyeceğini belirtir.
Property description
-
- Açık İmzalı Dosya
+
+ Clearsigned dosyası
Property name
-
+
Dosya kaynağı olarak açık imzalı dosya.
Property description
@@ -1229,7 +1382,7 @@
Property description
- İmzalanan Dosya Yolu
+ İmzalanan dosyanın yolu
Property name
@@ -1237,15 +1390,31 @@
Property description
- Genel Anahtar Dosya Yolu
+ Genel anahtar dosyasının yolu
Property name
- Doğrulama için kullanılan PGP genel anahtar dosyasının yolu.
+ İmzalayanın PGP genel anahtar dosyasının yolu. Bu, imzayı üreten kişinin genel anahtarıdır.
+ Property description
+
+
+ İmzalanan dosya
+ Property name
+
+
+ Doğrulanacak imzalı içeriği içeren dosya kaynağı. 'İmzalı Dosya (İkili)' ve 'Net İmzalı Dosya (Metin)' modları için gereklidir.
+ Property description
+
+
+ Genel anahtar dosyası
+ Property name
+
+
+ İmzalayanın PGP genel anahtarı, dosya kaynağı olarak sağlanan. İmzayı doğrulamak için kullanılır.
Property description
- Hata Olduğunda Devam Et
+ Hata olduğunda devam et
Property name
@@ -1263,4 +1432,13 @@
Şifreleme
+
+ 2048 bit RSA
+
+
+ 3072 bit RSA
+
+
+ 4096 bit RSA
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.zh-CN.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.zh-CN.resx
index b8c3817c..40c55a26 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.zh-CN.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.zh-CN.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
所选算法不具有符合 FIPS 的实现。可能无法在某些计算机上工作。
+
+ ChaCha20-Poly1305 在此平台上不受支持。请改用 AES-GCM,或在提供 ChaCha20-Poly1305 的平台上运行(带有 OpenSSL 的 Linux,或 Windows 10 1809 / Server 2019 及更高版本)。
+
输入
@@ -172,6 +175,48 @@
常见
+
+ 使用文件
+
+
+ 使用文件路径
+
+
+ 使用密钥
+
+
+ 使用安全密钥
+
+
+ 使用密码短语
+
+
+ 使用安全密码短语
+
+
+ 公钥文件
+
+
+ 接收方的 PGP 公钥,以文件资源形式提供(例如来自项目资源或存储桶)。设置后,优先于文件路径变体。
+
+
+ 公钥文件
+
+
+ 发送方的 PGP 公钥,以文件资源形式提供。用于验证签名。设置后,优先于文件路径变体。
+
+
+ 公钥文件
+
+
+ 接收方的 PGP 公钥,以文件资源形式提供(例如来自项目资源或存储桶)。设置后,优先于文件路径变体。
+
+
+ 公钥文件
+
+
+ 发送方的 PGP 公钥,以文件资源形式提供。用于验证签名。设置后,优先于文件路径变体。
+
出错时继续
property name
@@ -194,7 +239,7 @@
Activity name
- 下拉菜单,用于选择要使用的解密算法。
+ 下拉菜单,用于选择要使用的解密算法。输入必须是 UiPath 线路格式的 Base64(salt | IV |密文);外部工具生成的密文不直接兼容 — 请参阅活动文档了解线路格式规范。
Property description
@@ -242,11 +287,11 @@
Property name
- 您要保存已解密文件的路径。
+ 解密文件将保存到的完整路径,包括文件名和扩展名。留空时,文件将写入输入文件旁边,名称为“<input-name>_Decrypted<input-extension>”。
Property description
- 输出文件的名称和位置
+ 输出文件路径
Property name
@@ -266,7 +311,7 @@
Activity Description
- 下拉菜单,用于选择要使用的解密算法。
+ 下拉菜单,用于选择要使用的解密算法。输入必须是 UiPath 线路格式的 Base64(salt | IV |密文);外部工具生成的密文不直接兼容 — 请参阅活动文档了解线路格式规范。
Property description
@@ -330,7 +375,7 @@
Activity name
- 下拉菜单,用于选择要使用的加密算法。
+ 下拉菜单,用于选择要使用的加密算法。密文使用 UiPath 特定的线路格式 Base64(salt | IV |密文),并且不与外部工具直接互操作 — 请参阅活动文档了解线路格式规范。
Property description
@@ -402,11 +447,11 @@
property name
- 您要保存已加密文件的路径。
+ 加密文件将保存到的完整路径,包括文件名和扩展名。留空时,文件将写入输入文件旁边,名称为“<input-name>_Encrypted<input-extension>”。
property description
- 输出文件的名称和位置
+ 输出文件路径
property name
@@ -426,7 +471,7 @@
Activity name
- 下拉菜单,用于选择要使用的加密算法。
+ 下拉菜单,用于选择要使用的加密算法。密文使用 UiPath 特定的线路格式 Base64(salt | IV |密文),并且不与外部工具直接互操作 — 请参阅活动文档了解线路格式规范。
Property description
@@ -770,7 +815,7 @@
property description
- 加密的文件
+ 加密文件
property name
@@ -786,7 +831,7 @@
property description
- 解密的文件
+ 解密文件
property name
@@ -857,6 +902,12 @@
密钥安全字符串不得为 null
+
+ 未提供所需活动参数“Passphrase”的值
+
+
+ 安全字符串密码短语不能为 null
+
在文件路径和资源之间切换
@@ -869,12 +920,6 @@
文件输入模式切换
-
- 在文件路径和资源之间切换
-
-
- 文件输入模式切换
-
在文件路径和资源之间切换
@@ -889,15 +934,23 @@
Property name
- 用于解密的 PGP 私钥文件的路径。
+ 您自己的 PGP 私钥文件的路径,用于解密消息。
Property description
密码短语
Property name
+
+ 密码短语(安全)
+ Property name
+
+
+ 用于解锁您自己的私钥以进行解密的密码短语,以安全字符串形式提供。
+ Property description
+
- PGP 私钥的密码短语。
+ 用于解锁您自己的私钥以进行解密的密码短语。
Property description
@@ -913,7 +966,7 @@
Property name
- 用于签名验证的 PGP 公钥文件的路径。
+ 发送方的 PGP 公钥文件的路径,用于验证签名。仅在启用“验证签名”时需要。
Property description
@@ -921,15 +974,23 @@
Property name
- 用于解密的 PGP 私钥文件的路径。
+ 您自己的 PGP 私钥文件的路径,用于解密消息。
Property description
密码短语
Property name
+
+ 密码短语(安全)
+ Property name
+
+
+ 用于解锁您自己的私钥以进行解密的密码短语,以安全字符串形式提供。
+ Property description
+
- PGP 私钥的密码短语。
+ 用于解锁您自己的私钥以进行解密的密码短语。
Property description
@@ -945,7 +1006,7 @@
Property name
- 用于签名验证的 PGP 公钥文件的路径。
+ 发送方的 PGP 公钥文件的路径,用于验证签名。仅在启用“验证签名”时需要。
Property description
@@ -953,7 +1014,7 @@
Property name
- 用于加密的 PGP 公钥文件的路径。
+ 接收方的 PGP 公钥文件的路径。接收方是能够解密输出的人。
Property description
@@ -969,15 +1030,23 @@
Property name
- 用于签名的 PGP 私钥文件的路径。
+ 您自己的 PGP 私钥文件的路径,用于对加密输出进行签名。仅在启用“签名数据”时需要。
Property description
密码短语
Property name
+
+ 密码短语(安全)
+ Property name
+
+
+ 用于解锁您自己的私钥以进行签名的密码短语,以安全字符串形式提供。
+ Property description
+
- 用于签名的 PGP 私钥的密码短语。
+ 用于解锁您自己的私钥以进行签名的密码短语。
Property description
@@ -985,7 +1054,7 @@
Property name
- 用于加密的 PGP 公钥文件的路径。
+ 接收方的 PGP 公钥文件的路径。接收方是能够解密输出的人。
Property description
@@ -1001,89 +1070,125 @@
Property name
- 用于签名的 PGP 私钥文件的路径。
+ 您自己的 PGP 私钥文件的路径,用于对加密输出进行签名。仅在启用“签名数据”时需要。
Property description
密码短语
Property name
+
+ 密码短语(安全)
+ Property name
+
+
+ 用于解锁您自己的私钥以进行签名的密码短语,以安全字符串形式提供。
+ Property description
+
- 用于签名的 PGP 私钥的密码短语。
+ 用于解锁您自己的私钥以进行签名的密码短语。
Property description
-
+
PGP 生成密钥
Activity name
-
+
生成 PGP 公钥/私钥对,并将其保存到指定的文件路径。
Activity description
-
+
公钥输出路径
Property name
-
+
用于保存生成的 PGP 公钥的文件路径。
Property description
-
+
私钥输出路径
Property name
-
+
用于保存生成的 PGP 私钥的文件路径。
Property description
-
- 用户名
+
+ 用户 ID
Property name
-
- 与生成的密钥对关联的用户名(或电子邮件地址)。
+
+ 生成的公钥的 OpenPGP 用户 ID。通常采用 RFC 2822 邮箱格式,形式为“姓名 email@example.com”(例如,“Alice Doe <alice@example.com>”)。接受任何 UTF-8 字符串,但大多数 PGP 工具和密钥服务器期望的是邮箱格式。
Property description
-
+
+ 您的姓名 <your.email@example.com>
+ Property placeholder hint shown inside the empty input
+
+
密码短语
Property name
-
+
用于保护生成的私钥的密码短语。
Property description
-
+
+ 密码短语(安全)
+ Property name
+
+
+ 用于保护生成的私钥的密码短语,以安全字符串形式提供。
+ Property description
+
+
覆盖
Property name
-
+
如果输出路径中已存在文件,则选择此选项会覆盖这些文件。
Property description
-
+
+ 密钥大小
+ Property name
+
+
+ 生成的 PGP 密钥对的 RSA 密钥大小(以位为单位)。支持的大小为 2048 位、3072 位和 4096 位。默认使用 4096 位以实现企业级安全性。
+ Property description
+
+
出错时继续
Property name
-
+
指定如果活动引发错误,是否仍应继续自动化。
Property description
-
+
公钥文件
Property name
-
+
作为文件资源的生成公钥。
Property description
-
+
私钥文件
Property name
-
+
作为文件资源的生成私钥。
Property description
+
+ 包含公钥的资源
+ Property hint
+
+
+ 包含私钥的资源
+ Property hint
+
PGP 签名文件
Activity name
@@ -1100,20 +1205,44 @@
要签名的文件的路径。
Property description
+
+ 输入文件
+ Property name
+
+
+ 要签名的文件资源。
+ Property description
+
私钥文件路径
Property name
- 用于签名的 PGP 私钥文件的路径。
+ 您自己的 PGP 私钥文件的路径,用于对数据进行签名。
+ Property description
+
+
+ 私钥文件
+ Property name
+
+
+ 您自己的 PGP 私钥,以文件资源形式提供(例如来自项目资源或存储桶)。用于对数据进行签名。
Property description
密码短语
Property name
+
+ 密码短语(安全)
+ Property name
+
+
+ 用于解锁您自己的私钥以进行签名的密码短语,以安全字符串形式提供。
+ Property description
+
- PGP 私钥的密码短语。
+ 用于解锁您自己的私钥以进行签名的密码短语。
Property description
@@ -1121,7 +1250,7 @@
Property name
- 用于保存签名文件的路径。
+ 签名文件将保存到的完整路径,包括文件名和扩展名。
Property description
@@ -1148,67 +1277,91 @@
作为文件资源的签名文件。
Property description
-
+
PGP 明文签名文件
Activity name
-
+
使用私钥为文件创建 PGP 明文签名。
Activity description
-
+
输入文件路径
Property name
-
- 要进行明文签名的文件的路径。
+
+ 要明文签名的文件的路径。
Property description
-
+
+ 输入文件
+ Property name
+
+
+ 表示要签名的文件的资源。
+ Property description
+
+
私钥文件路径
Property name
-
- 用于签名的 PGP 私钥文件的路径。
+
+ 您自己的 PGP 私钥文件的路径,用于明文签名数据。
Property description
-
+
+ 私钥文件
+ Property name
+
+
+ 您自己的 PGP 私钥,以文件资源形式提供。用于明文签名数据。
+ Property description
+
+
密码短语
Property name
-
- PGP 私钥的密码短语。
+
+ 密码短语(安全)
+ Property name
+
+
+ 用于解锁您自己的私钥以进行签名的密码短语,以安全字符串形式提供。
+ Property description
+
+
+ 用于解锁您自己的私钥以进行签名的密码短语。
Property description
-
+
输出文件路径
Property name
-
- 用于保存明文签名文件的路径。
+
+ 明文签名文件将保存到的完整路径,包括文件名和扩展名。
Property description
-
+
覆盖
Property name
-
+
如果输出路径中已存在文件,则选择此选项会覆盖这些文件。
Property description
-
+
出错时继续
Property name
-
+
指定如果活动引发错误,是否仍应继续自动化。
Property description
-
+
明文签名文件
Property name
-
+
作为文件资源的明文签名文件。
Property description
@@ -1241,7 +1394,23 @@
Property name
- 用于验证的 PGP 公钥文件的路径。
+ 签名者的 PGP 公钥文件的路径。这是生成签名的签名者的公钥。
+ Property description
+
+
+ 签名文件
+ Property name
+
+
+ 包含要验证的签名内容的文件资源。对于“签名文件(二进制)”和“明文签名文件(文本)”模式为必需。
+ Property description
+
+
+ 公钥文件
+ Property name
+
+
+ 签名者的 PGP 公钥,以文件资源形式提供。用于验证签名。
Property description
@@ -1263,4 +1432,13 @@
加密
+
+ 2048 位 RSA
+
+
+ 3072 位 RSA
+
+
+ 4096 位 RSA
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.zh-TW.resx b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.zh-TW.resx
index e8e5b4fa..817c701c 100644
--- a/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.zh-TW.resx
+++ b/Activities/Cryptography/UiPath.Cryptography.Activities/Properties/UiPath.Cryptography.Activities.zh-TW.resx
@@ -1,17 +1,17 @@
-
@@ -120,6 +120,9 @@
所選演算法沒有符合 FIPS 的實作。這可能無法在某些電腦上運作。
+
+ 此平台不支援 ChaCha20-Poly1305。請改用 AES-GCM,或在提供 ChaCha20-Poly1305 的平台上執行 (使用 OpenSSL 的 Linux,或 Windows 10 1809 / Server 2019 或更高版本)。
+
輸入
@@ -172,6 +175,48 @@
常見
+
+ 使用檔案
+
+
+ 使用檔案路徑
+
+
+ 使用金鑰
+
+
+ 使用安全金鑰
+
+
+ 使用密碼
+
+
+ 使用安全密碼
+
+
+ 公開金鑰檔案
+
+
+ 收件者的 PGP 公開金鑰,以檔案資源形式提供 (例如從專案資源或儲存貯體)。設定後,優先於檔案路徑變體。
+
+
+ 公開金鑰檔案
+
+
+ 寄件者的 PGP 公開金鑰,以檔案資源形式提供。用於驗證簽名。設定後,優先於檔案路徑變體。
+
+
+ 公開金鑰檔案
+
+
+ 收件者的 PGP 公開金鑰,以檔案資源形式提供 (例如從專案資源或儲存貯體)。設定後,優先於檔案路徑變體。
+
+
+ 公開金鑰檔案
+
+
+ 寄件者的 PGP 公開金鑰,以檔案資源形式提供。用於驗證簽名。設定後,優先於檔案路徑變體。
+
錯誤時繼續
property name
@@ -194,7 +239,7 @@
Activity name
- 下拉式功能表,用於選取要使用的解密演算法。
+ 下拉式功能表,用於選擇要使用的解密演算法。輸入必須採用 UiPath 傳輸格式 Base64(salt | IV | ciphertext),外部工具產生的密文不直接相容。如需瞭解傳輸格式規格,請參閱活動文件。
Property description
@@ -242,11 +287,11 @@
Property name
- 您要儲存解密檔案的路徑。
+ 儲存解密檔案的完整路徑,包含檔案名稱及副檔名。如果留空,則使用名稱「<input-name>_Decrypted<input-extension>」。
Property description
- 輸出檔的名稱和位置
+ 輸出檔路徑
Property name
@@ -266,7 +311,7 @@
Activity Description
- 下拉式功能表,用於選取要使用的解密演算法。
+ 下拉式功能表,用於選擇要使用的解密演算法。輸入必須採用 UiPath 傳輸格式 Base64(salt | IV | ciphertext),外部工具產生的密文不直接相容。如需瞭解傳輸格式規格,請參閱活動文件。
Property description
@@ -330,7 +375,7 @@
Activity name
- 下拉式功能表,用於選取要使用的加密演算法。
+ 下拉式功能表,用於選擇要使用的加密演算法。密文採用 UiPath 特定的傳輸格式 Base64(salt | IV | ciphertext),無法直接與外部工具互通。如需瞭解傳輸格式規格,請參閱活動文件。
Property description
@@ -402,11 +447,11 @@
property name
- 您要儲存加密檔案的路徑。
+ 儲存加密檔案的完整路徑,包括檔案名稱和副檔名。如果留空,則使用名稱「<input-name>_Encrypted<input-extension>」。
property description
- 輸出檔的名稱和位置
+ 輸出檔路徑
property name
@@ -426,7 +471,7 @@
Activity name
- 下拉式功能表,用於選取要使用的加密演算法。
+ 下拉式功能表,用於選擇要使用的加密演算法。密文採用 UiPath 特定的傳輸格式 Base64(salt | IV | ciphertext),無法直接與外部工具互通。如需瞭解傳輸格式規格,請參閱活動文件。
Property description
@@ -662,7 +707,7 @@
Property description
- 檔案路徑
+ 檔路徑
Property name
@@ -770,7 +815,7 @@
property description
- 加密的檔案
+ 加密檔
property name
@@ -786,7 +831,7 @@
property description
- 解密的檔案
+ 解密文件
property name
@@ -857,6 +902,12 @@
金鑰安全字串不得為 null
+
+ 未提供所需活動引數「密碼」的值
+
+
+ 安全字串密碼不得為 null
+
在檔案路徑和資源之間切換
@@ -869,12 +920,6 @@
檔案輸入模式切換
-
- 在檔案路徑和資源之間切換
-
-
- 檔案輸入模式切換
-
在檔案路徑和資源之間切換
@@ -889,15 +934,23 @@
Property name
- 用於解密的 PGP 私密金鑰檔案的路徑。
+ 您自己的 PGP 私密金鑰檔案的路徑,用於解密訊息。
Property description
密碼
Property name
+
+ 密碼 (安全)
+ Property name
+
+
+ 作為安全字串的密碼,用於解鎖您自己的私密金鑰以進行解密。
+ Property description
+
- PGP 私密金鑰的密碼。
+ 用於解鎖您自己的私密金鑰以進行解密的密碼。
Property description
@@ -913,7 +966,7 @@
Property name
- 用於簽名驗證的 PGP 公開金鑰檔案的路徑。
+ 傳送者用於驗證簽名的 PGP 公開金鑰檔案的路徑。僅在啟用「驗證簽名」時為必填項。
Property description
@@ -921,15 +974,23 @@
Property name
- 用於解密的 PGP 私密金鑰檔案的路徑。
+ 您自己的 PGP 私密金鑰檔案的路徑,用於解密訊息。
Property description
密碼
Property name
+
+ 密碼 (安全)
+ Property name
+
+
+ 作為安全字串的密碼,用於解鎖您自己的私密金鑰以進行解密。
+ Property description
+
- PGP 私密金鑰的密碼。
+ 用於解鎖您自己的私密金鑰以進行解密的密碼。
Property description
@@ -945,7 +1006,7 @@
Property name
- 用於簽名驗證的 PGP 公開金鑰檔案的路徑。
+ 傳送者用於驗證簽名的 PGP 公開金鑰檔案的路徑。僅在啟用「驗證簽名」時為必填項。
Property description
@@ -953,7 +1014,7 @@
Property name
- 用於加密的 PGP 公開金鑰檔案的路徑。
+ 收件者的 PGP 公開金鑰檔案的路徑。接收者是指能夠解密該輸出內容的人員。
Property description
@@ -969,15 +1030,23 @@
Property name
- 用於簽署的 PGP 私密金鑰檔案的路徑。
+ 您自己的 PGP 私密金鑰檔案的路徑,用於簽署加密的輸出內容。僅在啟用「簽署資料」時為必填項。
Property description
密碼
Property name
+
+ 密碼 (安全)
+ Property name
+
+
+ 作為安全字串的密碼,用於解鎖您自己的私密金鑰以進行簽署。
+ Property description
+
- 用於簽署的 PGP 私密金鑰的密碼。
+ 用於解鎖您自己的私密金鑰以進行簽署的密碼。
Property description
@@ -985,7 +1054,7 @@
Property name
- 用於加密的 PGP 公開金鑰檔案的路徑。
+ 收件者的 PGP 公開金鑰檔案的路徑。接收者是指能夠解密該輸出內容的人員。
Property description
@@ -1001,89 +1070,125 @@
Property name
- 用於簽署的 PGP 私密金鑰檔案的路徑。
+ 您自己的 PGP 私密金鑰檔案的路徑,用於簽署加密的輸出內容。僅在啟用「簽署資料」時為必填項。
Property description
密碼
Property name
+
+ 密碼 (安全)
+ Property name
+
+
+ 作為安全字串的密碼,用於解鎖您自己的私密金鑰以進行簽署。
+ Property description
+
- 用於簽署的 PGP 私密金鑰的密碼。
+ 用於解鎖您自己的私密金鑰以進行簽署的密碼。
Property description
-
+
PGP 產生金鑰
Activity name
-
+
產生 PGP 公開/私密金鑰組,並將其儲存至指定的檔案路徑。
Activity description
-
+
公開金鑰輸出路徑
Property name
-
+
用於儲存所產生 PGP 公開金鑰的檔案路徑。
Property description
-
+
私密金鑰輸出路徑
Property name
-
+
用於儲存所產生 PGP 私密金鑰的檔案路徑。
Property description
-
- 使用者名稱
+
+ 用戶 ID
Property name
-
- 要與產生的金鑰對相關聯的使用者名稱 (或電子郵件)。
+
+ 所產生公開金鑰的 OpenPGP 使用者 ID。通常情況下,採用「姓名 <email@example.com>」形式的 RFC 2822 信箱(例如「Alice Doe <alice@example.com>」)。系統接受任何 UTF-8 字串,但大多數 PGP 工具與金鑰伺服器通常預期採用信箱格式。
Property description
-
+
+ 您的姓名 <your.email@example.com>
+ Property placeholder hint shown inside the empty input
+
+
密碼
Property name
-
+
用於保護所產生私密金鑰的密碼。
Property description
-
+
+ 密碼 (安全)
+ Property name
+
+
+ 作為安全字串的密碼,用於保護產生的私密金鑰。
+ Property description
+
+
覆寫
Property name
-
+
如果檔案已存在於輸出路徑中,則選取此項會覆寫這些檔案。
Property description
-
+
+ 金鑰大小
+ Property name
+
+
+ 所產生的 PGP 金鑰對的 RSA 金鑰大小 (位元)。支援的大小為 2048 位元、3072 位元和 4096 位元。預設為 4096 位元,以提供企業級的安全性。
+ Property description
+
+
錯誤時繼續
Property name
-
+
指定如果活動擲回錯誤,是否仍應繼續自動化。
Property description
-
+
公開金鑰檔案
Property name
-
+
以檔案資源形式產生的公開金鑰。
Property description
-
+
私密金鑰檔案
Property name
-
+
以檔案資源形式產生的私密金鑰。
Property description
+
+ 包含公開金鑰的資源
+ Property hint
+
+
+ 包含私密金鑰的資源
+ Property hint
+
PGP 簽署檔案
Activity name
@@ -1100,20 +1205,44 @@
您要簽署檔案的路徑。
Property description
+
+ 輸入檔
+ Property name
+
+
+ 要簽署的檔案資源。
+ Property description
+
私密金鑰檔案路徑
Property name
- 用於簽署的 PGP 私密金鑰檔案的路徑。
+ 您自己的 PGP 私密金鑰檔案的路徑,用於簽署資料。
+ Property description
+
+
+ 私密金鑰檔案
+ Property name
+
+
+ 您自己的 PGP 私密金鑰,以檔案資源形式提供 (例如從專案資源或儲存貯體)。用於簽署資料。
Property description
密碼
Property name
+
+ 密碼 (安全)
+ Property name
+
+
+ 作為安全字串的密碼,用於解鎖您自己的私密金鑰以進行簽署。
+ Property description
+
- PGP 私密金鑰的密碼。
+ 用於解鎖您自己的私密金鑰以進行簽署的密碼。
Property description
@@ -1121,7 +1250,7 @@
Property name
- 用於儲存已簽署檔案的路徑。
+ 儲存簽署檔案的完整路徑,包含檔案名稱及副檔名。
Property description
@@ -1148,68 +1277,92 @@
作為檔案資源的已簽署檔案。
Property description
-
+
PGP 清除簽署檔案
Activity name
-
+
使用私密金鑰建立檔案的 PGP 透明文字簽名。
Activity description
-
+
輸入檔案路徑
Property name
-
- 您要進行透明簽署的檔案路徑。
+
+ 您要清除簽署的檔案的路徑。
Property description
-
+
+ 輸入檔
+ Property name
+
+
+ 代表待簽署檔案的資源。
+ Property description
+
+
私密金鑰檔案路徑
Property name
-
- 用於簽署的 PGP 私密金鑰檔案的路徑。
+
+ 您自己的 PGP 私密金鑰檔案的路徑,用於清除簽署資料。
+ Property description
+
+
+ 私密金鑰檔案
+ Property name
+
+
+ 您自己的 PGP 私密金鑰,以檔案資源形式提供。用於清除簽署資料。
Property description
-
+
密碼
Property name
-
- PGP 私密金鑰的密碼。
+
+ 密碼 (安全)
+ Property name
+
+
+ 作為安全字串的密碼,用於解鎖您自己的私密金鑰以進行簽署。
+ Property description
+
+
+ 用於解鎖您自己的私密金鑰以進行簽署的密碼。
Property description
-
+
輸出檔路徑
Property name
-
- 用於儲存已進行透明簽署檔案的路徑。
+
+ 儲存清除簽署檔案的完整路徑,包括檔案名稱和副檔名。
Property description
-
+
覆寫
Property name
-
+
如果檔案已存在於輸出路徑中,則選取此項會覆寫該檔案。
Property description
-
+
錯誤時繼續
Property name
-
+
指定如果活動擲回錯誤,是否仍應繼續自動化。
Property description
-
- 透明簽署的檔案
+
+ 清除簽署的檔案
Property name
-
- 透明簽署的檔案作為檔案資源。
+
+ 清除簽署的檔案作為檔案資源。
Property description
@@ -1225,7 +1378,7 @@
Property name
- 選取驗證類型。「簽署的檔案 (二進位)」會驗證二進位簽署的檔案。「透明簽署的檔案 (文字)」會驗證具有嵌入式簽名的文字檔案。「驗證公開金鑰」會檢查檔案是否包含有效的 PGP 公開金鑰。
+ 選取驗證類型。「簽署的檔案 (二進位)」會驗證二進位簽署的檔案。「清除簽署的檔案 (文字)」會驗證具有嵌入式簽名的文字檔案。「驗證公開金鑰」會檢查檔案是否包含有效的 PGP 公開金鑰。
Property description
@@ -1233,7 +1386,7 @@
Property name
- 要驗證的已簽署檔案的路徑。「簽署的檔案 (二進位)」和「透明簽署的檔案 (文字)」模式為必填項。
+ 要驗證的已簽署檔案的路徑。「簽署的檔案 (二進位)」和「清除簽署的檔案 (文字)」模式為必填項。
Property description
@@ -1241,7 +1394,23 @@
Property name
- 用於驗證的 PGP 公開金鑰檔案的路徑。
+ 簽署者的 PGP 公開金鑰檔案的路徑。這是簽名產生者的公開金鑰。
+ Property description
+
+
+ 簽署的檔案
+ Property name
+
+
+ 包含要驗證的簽署內容的檔案資源。「簽署的檔案 (二進位)」和「清除簽署的檔案 (文字)」模式為必填項。
+ Property description
+
+
+ 公開金鑰檔案
+ Property name
+
+
+ 簽署者的 PGP 公開金鑰,以檔案資源形式提供。用於驗證簽名。
Property description
@@ -1263,4 +1432,13 @@
加密
+
+ 2048 位元 RSA
+
+
+ 3072 位元 RSA
+
+
+ 4096 位元 RSA
+
\ No newline at end of file
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.de.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.de.resx
index 4f5a96f2..ae81d969 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.de.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.de.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305 (Nicht-FIPS)
+
DES (veraltet)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES (veraltet)
- PGP (Pretty Good Privacy)
+ PGP - Pretty Good Privacy (Nicht-FIPS)
Der bereitgestellte Hash-Algorithmus wird nicht unterstützt.
@@ -198,6 +201,15 @@
Der bereitgestellte symmetrische Algorithmus wird nicht unterstützt.
+
+ Der bereitgestellte Geheimtext ist zu kurz für das UiPath-Wire-Format. Das Layour für UiPath-Geheimtext lautet Base64(salt | IV | ciphertext) und muss für diesen Algorithmus mindestens {0} Bytes umfassen. Von externen Tools erzeugter Geheimtext ist nicht direkt kompatibel – die Spezifikation des Wire-Formats finden Sie in der Dokumentation zur Aktivität.
+
+
+ Entschlüsselung fehlgeschlagen. Das UiPath-Wire-Format lautet Base64(salt | IV | ciphertext); dies deutet in der Regel darauf hin, dass die Eingabe von einem anderen Tool erzeugt wurde oder dass der Schlüssel/die Codierung nicht mit dem/der zur Verschlüsselung verwendeten übereinstimmt.
+
+
+ ChaCha20-Poly1305 wird auf dieser Plattform nicht unterstützt. Verwenden Sie stattdessen AES-GCM oder führen auf einer Plattform aus, die ChaCha20-Poly1305 unterstützt (Linux mit OpenSSL oder Windows 10 1809 / Server 2019 oder höher).
+
Systemstandard
@@ -632,11 +644,20 @@
Signierte Datei (Binär)
- Klarsignierte Datei (Text)
+ Datei mit Klartextsignatur (Text)
Öffentlichen Schlüssel validieren
+
+ 2048-Bit
+
+
+ 3072-Bit
+
+
+ 4096-Bit
+
Das Signieren wurde angefordert, zum Signieren sind jedoch ein privater Schlüssel und eine Passphrase erforderlich. Geben Sie sowohl einen privaten Schlüsselstream als auch eine Passphrase an oder setzen Sie die Signatur auf „false“.
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.es-MX.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.es-MX.resx
index 75863d20..a6fc2cb0 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.es-MX.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.es-MX.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305 (no FIPS)
+
DES (en desuso)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES (obsoleto)
- PGP (Pretty Good Privacy)
+ PGP: Pretty Good Privacy (no FIPS)
No se admite el algoritmo hash proporcionado.
@@ -198,6 +201,15 @@
No se admite el algoritmo simétrico proporcionado.
+
+ El texto cifrado proporcionado es demasiado corto para estar en formato de conexión de UiPath. El diseño del texto cifrado de UiPath es Base64(salt | IV | texto cifrado) y debe tener al menos {0} bytes para este algoritmo. El texto cifrado producido por herramientas externas no es directamente compatible. Consulte la documentación de la actividad para obtener la especificación del formato de conexión.
+
+
+ Error de descifrado. El formato de conexión de UiPath es Base64(salt | IV | texto cifrado); esto suele indicar que la entrada fue producida por una herramienta diferente o que la clave/codificación no coincide con la utilizada para el cifrado.
+
+
+ ChaCha20-Poly1305 no es compatible con esta plataforma. En su lugar, use AES-GCM o ejecútelo en una plataforma que proporcione ChaCha20-Poly1305 (Linux con OpenSSL o Windows 10 1809/Server 2019 o posterior).
+
Sistema predeterminado
@@ -637,6 +649,15 @@
Validar clave pública
+
+ 2048 bits
+
+
+ 3072 bits
+
+
+ 4096 bits
+
Se solicitó la firma, pero se requieren una clave privada y una frase de contraseña para firmar. Proporcione un flujo de clave privada y una frase de contraseña, o establezca Firmar en falso.
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.es.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.es.resx
index 94db6301..2a1c0aad 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.es.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.es.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305 (no FIPS)
+
DES (obsoleto)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES (obsoleto)
- PGP (Pretty Good Privacy)
+ PGP: privacidad bastante buena (no FIPS)
El algoritmo hash proporcionado no es compatible.
@@ -198,6 +201,15 @@
El algoritmo simétrico proporcionado no es compatible.
+
+ El texto cifrado proporcionado es demasiado corto para estar en formato de conexión de UiPath. El diseño del texto cifrado de UiPath es Base64 (sal | IV | texto cifrado) y debe tener al menos {0} bytes para este algoritmo. El texto cifrado producido por herramientas externas no es directamente compatible: consulta la documentación de la actividad para la especificación del formato de conexión.
+
+
+ Error al descifrar. El formato de conexión de UiPath es Base64(sal | IV | ciphertext); esto suele indicar que la entrada fue producida por una herramienta diferente, o que la clave/codificación no coincide con la utilizada para cifrar.
+
+
+ ChaCha20-Poly1305 no es compatible con esta plataforma. Utiliza AES-GCM en su lugar, o ejecútalo en una plataforma que proporcione ChaCha20-Poly1305 (Linux con OpenSSL o Windows 10 1809/Server 2019 o posterior).
+
Sistema predeterminado
@@ -632,11 +644,20 @@
Archivo firmado (binario)
- Archivo firmado en texto claro (texto)
+ Archivo firmado (texto)
Validar clave pública
+
+ 2048 bits
+
+
+ 3072 bits
+
+
+ 4096 bits
+
Se ha solicitado la firma, pero se requieren una clave privada y una contraseña para firmar. Proporcione un flujo de clave privada y una contraseña o establezca la firma en falso.
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.fr.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.fr.resx
index 2ea268a0..59e6e50b 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.fr.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.fr.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ Chat20-Poly1305 (non compatible FIPS)
+
DES (obsolète)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES (obsolète)
- PGP (Pretty Good Privacy)
+ PGP (Pretty Good Privacy, non FIPS)
L’algorithme de hachage fourni n’est pas pris en charge.
@@ -198,6 +201,15 @@
L’algorithme symétrique fourni n’est pas pris en charge.
+
+ Le texte chiffré (ciphertext) fourni est trop court pour être au format du fil UiPath. Le format de texte chiffré UiPath est en Base64(salt | IV | ciphertext) et doit être d’au moins {0} octets pour cet algorithme. Les textes chiffrés produits par des outils externes ne sont pas directement compatibles, consultez la documentation de l’activité pour connaître la spécification du format du fil.
+
+
+ Échec du déchiffrement. Le format texte chiffré UiPath est en Base64(salt | IV | ciphertext). Cette erreur indique généralement que l’entrée a été produite par un outil externe, ou que la clé ou l’encodage ne correspond pas à ce qui a été utilisé pour le chiffrement.
+
+
+ ChatCha20-Poly1305 n’est pas pris en charge sur cette plate-forme. Utilisez plutôt AES-GCM, ou exécutez sur une plate-forme prenant en charge ChatCha20-Poly1305 (Linux avec OpenSSL ou Windows 10 1809/Server 2019 ou version ultérieure).
+
Valeur par défaut du système
@@ -637,6 +649,15 @@
Valider la clé publique
+
+ 2 048 bits
+
+
+ 3 072 bits
+
+
+ 4 096 bits
+
La signature a été demandée, mais une clé privée et une phrase de passe sont requises pour signer. Veuillez fournir un flux de clé privée et une phrase de passe, ou définissez la signature sur False (faux).
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ja.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ja.resx
index e1ec7246..8ed5391f 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ja.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ja.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305 (非 FIPS)
+
DES (非推奨)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES (非推奨)
- PGP (Pretty Good Privacy)
+ PGP - Pretty Good Privacy (非 FIPS)
指定したハッシュ アルゴリズムはサポートされていません。
@@ -198,6 +201,15 @@
指定した対称アルゴリズムはサポートされていません。
+
+ 指定された暗号文が短すぎて UiPath ワイヤー形式にすることができません。UiPath の暗号文のレイアウトは Base64 (salt | IV | 暗号文) であり、このアルゴリズムでは少なくとも {0} バイトである必要があります。外部ツールによって生成された暗号文は直接対応していません。ワイヤー形式の仕様については、アクティビティの製品ドキュメントをご覧ください。
+
+
+ 復号に失敗しました。UiPath のワイヤー形式は Base64 (salt | IV | 暗号文) です。これは通常、入力が別のツールによって生成されたか、キー/エンコードが暗号化に使用されたものと一致しないことを示します。
+
+
+ ChaCha20-Poly1305 は、このプラットフォームではサポートされていません。代わりに AES-GCM を使用するか、ChaCha20-Poly1305 を提供するプラットフォーム (OpenSSL がある Linux、または Windows 10 1809 / Server 2019 以降) で実行してください。
+
システムの既定
@@ -637,6 +649,15 @@
公開キーを検証
+
+ 2048 ビット
+
+
+ 3072 ビット
+
+
+ 4096 ビット
+
署名が要求されましたが、署名には秘密キーとパスフレーズが必要です。秘密キー ストリームとパスフレーズの両方を指定するか、[署名] を false に設定してください。
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ko.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ko.resx
index ed7e7c14..0fb24927 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ko.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ko.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305(비 FIPS)
+
DES(사용되지 않음)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ ThreeDES(사용되지 않음)
- PGP(Pretty Good Privacy)
+ PGP - Pretty Good Privacy(비 FIPS)
입력된 해시 알고리즘은 지원되지 않습니다.
@@ -198,6 +201,15 @@
입력된 대칭 알고리즘은 지원되지 않습니다.
+
+ 제공된 암호문이 너무 짧아 UiPath 와이어 형식으로 사용할 수 없습니다. UiPath 암호문 레이아웃은 Base64(salt | IV | ciphertext)이며 이 알고리즘의 경우 {0}바이트 이상이어야 합니다. 외부 도구로 생성된 암호문은 직접 호환되지 않습니다 — 와이어 형식 사양은 해당 액티비티 문서를 참조하십시오.
+
+
+ 복호화에 실패했습니다. UiPath 와이어 형식은 Base64(salt | IV | ciphertext)입니다. 이는 일반적으로 입력이 다른 도구에 의해 생성되었거나, 키/인코딩이 암호화에 사용된 것과 일치하지 않음을 나타냅니다.
+
+
+ ChaCha20-Poly1305는 이 플랫폼에서 지원되지 않습니다. 대신 AES-GCM을 사용하거나, ChaCha20-Poly1305를 제공하는 플랫폼(OpenSSL이 설치된 Linux, 또는 Windows 10 1809 / Server 2019 이상)에서 실행하십시오.
+
시스템 기본값
@@ -632,11 +644,20 @@
서명된 파일(바이너리)
- 일반 텍스트 서명된 파일(텍스트)
+ 클리어사인된 파일(텍스트)
공개 키 유효성 검사
+
+ 2048비트
+
+
+ 3072비트
+
+
+ 4096비트
+
서명이 요청되었지만 서명하려면 개인 키와 암호 문구가 필요합니다. 개인 키 스트림과 암호 문구를 모두 제공하거나 서명을 false로 설정합니다.
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.pt-BR.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.pt-BR.resx
index 00673e9e..f94b8323 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.pt-BR.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.pt-BR.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305 (não FIPS)
+
DES (obsoleto)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES (obsoleto)
- PGP (privacidade muito boa)
+ PGP – Pretty Good Privacy (não FIPS)
O algoritmo de hash fornecido não é compatível.
@@ -198,6 +201,15 @@
O algoritmo simétrico fornecido não é compatível.
+
+ O texto cifrado fornecido é muito curto para estar no formato de fio da UiPath. O layout do texto cifrado da UiPath é Base64(salt | IV | ciphertext) e deve ter pelo menos {0} bytes para este algoritmo. O texto cifrado produzido por ferramentas externas não é diretamente compatível. Consulte a documentação da atividade ver a especificação do formato de fio.
+
+
+ Falha na descriptografia. O formato de fio da UiPath é Base64(salt | IV | ciphertext). Em geral, isso indica que a entrada foi produzida por uma ferramenta diferente ou que a chave/codificação não corresponde à usada na criptografia.
+
+
+ ChaCha20-Poly1305 não é compatível nesta plataforma. Use AES-GCM ou execute em uma plataforma que forneça o ChaCha20-Poly1305 (Linux com OpenSSL ou Windows 10 1809/Server 2019 ou posterior).
+
Padrão do sistema
@@ -632,11 +644,20 @@
Arquivo assinado (binário)
- Arquivo assinado sem criptografia (texto)
+ Arquivo assinado com clearsign (texto)
Validar chave pública
+
+ 2048 bits
+
+
+ 3072 bits
+
+
+ 4096 bits
+
A assinatura foi solicitada, mas uma chave privada e uma frase secreta são necessárias. Forneça um fluxo de chave privada e uma frase secreta, ou defina a assinatura como falsa.
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.pt.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.pt.resx
index 8af0697e..5c579316 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.pt.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.pt.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305 (Não FIPS)
+
DES (Preterido)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES (Preterido)
- PGP (Pretty Good Privacy)
+ PGP - Pretty Good Privacy (Não FIPS)
O algoritmo de hash fornecido não é suportado.
@@ -198,6 +201,15 @@
O algoritmo simétrico fornecido não é suportado.
+
+ O ficheiro de encriptação fornecido é demasiado curto para estar no formato de ligação do UiPath. O esquema de ficheiro de encriptação do UiPath é Base64(salt | IV | ciphertext) e tem de ter, pelo menos, {0} bytes para este algoritmo. O ficheiro de encriptação produzido por ferramentas externas não é diretamente compatível – consulte a documentação da atividade para a especificação do formato de ligação.
+
+
+ A desencriptação falhou. O formato de ligação do UiPath é Base64(salt | IV | ciphertext); isto indica muitas vezes que a entrada foi produzida por uma ferramenta diferente ou que a chave/codificação não corresponde à utilizada para encriptar.
+
+
+ O ChaCha20-Poly1305 não é suportado nesta plataforma. Utilize antes o AES-GCM ou execute numa plataforma que forneça o ChaCha20-Poly1305 (Linux com OpenSSL ou Windows 10 1809 / Server 2019 ou posterior).
+
Predefinição do sistema
@@ -637,6 +649,15 @@
Validar Chave Pública
+
+ 2048 bits
+
+
+ 3072 bits
+
+
+ 4096 bits
+
A assinatura foi pedida, mas é obrigatória uma chave privada e uma palavra-passe para assinar. Forneça um fluxo de chaves privadas e uma frase-passe ou defina o sinal como falso.
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ro.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ro.resx
index 29387ad9..82c49e40 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ro.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.ro.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305 (Non-FIPS)
+
DES (Depreciat)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES (Învechit)
- PGP (Pretty Good Privacy)
+ PGP - Pretty Good Privacy (Non-FIPS)
Algoritmul de hash furnizat nu este acceptat.
@@ -198,6 +201,15 @@
Algoritmul simetric furnizat nu este suportat.
+
+ Textul cifrat furnizat este prea scurt pentru a fi în formatul wire UiPath. Structura textului cifrat UiPath este Base64(salt | IV | ciphertext) și trebuie să aibă cel puțin {0} octeți pentru acest algoritm. Textul cifrat produs de instrumente externe nu este compatibil direct — consultați documentația activității pentru specificația formatului wire.
+
+
+ Decriptarea a eșuat. Formatul wire UiPath este Base64(salt | IV | ciphertext); acest lucru indică de obicei faptul că intrarea a fost produsă de un alt instrument sau că cheia/codificarea nu corespunde cu cea utilizată pentru criptare.
+
+
+ ChaCha20-Poly1305 nu este acceptat pe această platformă. Utilizați în schimb AES-GCM sau rulați pe o platformă care oferă ChaCha20-Poly1305 (Linux cu OpenSSL sau Windows 10 1809 / Server 2019 ori o versiune ulterioară).
+
Implicit al sistemului
@@ -637,6 +649,15 @@
Validați cheia publică
+
+ pe 2048 de biți
+
+
+ 3072 de biți
+
+
+ 4096-bit
+
Semnarea a fost solicitată, dar este necesară atât o cheie privată, cât și o parolă pentru a semna. Furnizați atât un flux de cheie privată, cât și o parolă, sau setați sign la False.
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.tr.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.tr.resx
index 2b5258e9..a13eab27 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.tr.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.tr.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305 (FIPS değil)
+
DES (Kullanımdan Kaldırıldı)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES (Kullanım Dışı)
- PGP (Oldukça İyi Gizlilik)
+ PGP - Oldukça İyi Gizlilik (FIPS Olmayan)
Sağlanan karma algoritması desteklenmiyor.
@@ -198,6 +201,15 @@
Sağlanan simetrik algoritma desteklenmiyor.
+
+ Sağlanan şifreli metin UiPath aktarma biçiminde olamayacak kadar kısa. UiPath şifreli metin düzeni Base64(tuz | IV | ciphertext)'dir ve bu algoritma için en az {0} bayt olmalıdır. Harici araçlar tarafından üretilen şifreli metin doğrudan uyumlu değildir. İletim biçimi belirtimi için etkinlik belgelerine bakın.
+
+
+ Şifre çözme işlemi başarısız oldu. UiPath bağlantı biçimi Base64(tuz | IV | şifreli metin); bu genellikle girişin farklı bir araç tarafından üretildiğini veya anahtarın/kodlamanın şifrelemek için kullanılanla eşleşmediğini belirtir.
+
+
+ ChaCha20-Poly1305 bu platformda desteklenmiyor. Bunun yerine AES-GCM kullanın veya ChaCha20-Poly1305 (OpenSSL'li Linux veya Windows 10 1809/Server 2019 veya üzeri) sağlayan bir platformda çalıştırın.
+
Sistem varsayılanı
@@ -632,11 +644,20 @@
İmzalanan Dosya (İkili)
- Açık İmzalı Dosya (Metin)
+ Clearsigned Dosyası (Metin)
Genel Anahtarı Doğrula
+
+ 2048 bit
+
+
+ 3072 bit
+
+
+ 4096 bit
+
İmzalama istendi, ancak imzalamak için özel anahtar ve parola gerekiyor. Hem özel bir anahtar akışı hem de bir parola sağlayın ya da işareti yanlış olarak ayarlayın.
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.zh-CN.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.zh-CN.resx
index e35f4015..e63ad0fa 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.zh-CN.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.zh-CN.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305(非 FIPS)
+
DES (已弃用)
@@ -184,10 +187,10 @@
SHA512
- TripleDES
+ TripleDES(已弃用)
- PGP(优良保密协议)
+ PGP - 优良保密协议(非 FIPS)
不支持给定的散列算法。
@@ -198,6 +201,15 @@
不支持给定的对称算法。
+
+ 提供的密文太短,不是 UiPath 线路格式。UiPath 密文布局为 Base64(salt | IV |密文),对于此算法,长度至少应为 {0} 字节。外部工具生成的密文不直接兼容 — 请参阅活动文档了解线路格式规范。
+
+
+ 解密失败。UiPath 线路格式为 Base64(salt | IV |密文);这通常表示输入是由其他工具生成的,或者密钥/编码与加密时使用的不匹配。
+
+
+ ChaCha20-Poly1305 在此平台上不受支持。请改用 AES-GCM,或在提供 ChaCha20-Poly1305 的平台上运行(带有 OpenSSL 的 Linux,或 Windows 10 1809 / Server 2019 及更高版本)。
+
系统默认值
@@ -637,6 +649,15 @@
验证公钥
+
+ 2048 位
+
+
+ 3072 位
+
+
+ 4096 位
+
已请求签名,但需要私钥和密码短语才能进行签名。请提供私钥流和密码短语,或将 sign 设置为 False。
diff --git a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.zh-TW.resx b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.zh-TW.resx
index edf01c04..e483ec51 100644
--- a/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.zh-TW.resx
+++ b/Activities/Cryptography/UiPath.Cryptography/Properties/UiPath.Cryptography.zh-TW.resx
@@ -123,6 +123,9 @@
AES GCM
+
+ ChaCha20-Poly1305 (非 FIPS)
+
DES (已淘汰)
@@ -184,10 +187,10 @@
SHA512
- 三重 DES
+ TripleDES (已淘汰)
- PGP (優良保密協定)
+ PGP - 優良保密協定 (非 FIPS)
不支援所提供的雜湊演算法。
@@ -198,6 +201,15 @@
不支援所提供的對稱演算法。
+
+ 提供的密文太短,無法以 UiPath 有線格式提供。UiPath 密文版面配置為 Base64(salt | IV | ciphertext),對於此演算法,必須至少有 {0} 位元組。外部工具產生的密文不直接相容。如需瞭解傳輸格式規格,請參閱活動文件。
+
+
+ 解密失敗。UiPath 傳輸格式為 Base64(salt | IV | ciphertext),這通常表示輸入是由其他工具產生,或者金鑰/編碼與加密時所使用的不一致。
+
+
+ 此平台不支援 ChaCha20-Poly1305。請改用 AES-GCM,或在提供 ChaCha20-Poly1305 的平台上執行 (使用 OpenSSL 的 Linux,或 Windows 10 1809 / Server 2019 或更高版本)。
+
系統預設值
@@ -632,11 +644,20 @@
簽署的檔案 (二進位)
- 透明簽署的檔案 (文字)
+ 清除簽署的檔案 (文字)
驗證公開金鑰
+
+ 2048 位元
+
+
+ 3072 位元
+
+
+ 4096 位元
+
已請求簽署,但需要私密金鑰和密碼才能簽署。請同時提供私密金鑰串流和密碼,或將簽署設定為 False。
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.de.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.de.resx
index e1aab6f0..1d38f67b 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.de.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.de.resx
@@ -291,7 +291,7 @@
Timeout
- Die Zeit, die ein Python-Skript ausgeführt werden kann, bis es beendet und eine Ausnahme ausgelöst wird.
+ Die Zeit in Sekunden, die ein Python-Skript ausgeführt werden kann, bis es beendet und eine Ausnahme ausgelöst wird.
Für Linux ist der Pfad zur Python-Bibliothek „libpython*.so“ einschließlich des Bibliotheksnamens anzugeben. Für Windows (Version > 3.9) ist der Pfad zu „python**.dll“ einschließlich des Bibliotheksnamens (steht normalerweise im Python-Startpfad) anzugeben. Für Windows (Version <= 3.9) leer lassen.
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.es-MX.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.es-MX.resx
index 4d48607c..7f578c1e 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.es-MX.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.es-MX.resx
@@ -291,7 +291,7 @@
Tiempo de espera
- La cantidad de tiempo para permitir que una secuencia de comandos de Python se ejecute hasta que se termine y se produzca una excepción.
+ La cantidad de tiempo en segundos para permitir que un script de Python se ejecute hasta que se termine y se produzca una excepción.
Para Linux es el camino a la biblioteca de Python libpython*.so, incluido el nombre de la biblioteca. Para Windows (Versión>3.9), la ruta a python**.dll, que incluye el nombre de la biblioteca (en general está en la ruta de inicio de Python. Para Windows (Versión <= 3.9), dejar vacío.
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.fr.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.fr.resx
index d625b710..22187d3a 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.fr.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.fr.resx
@@ -291,7 +291,7 @@
Délai d'attente
- Temps nécessaire pour permettre l’exécution d’un script Python jusqu’à la fin et le lancement d’une exception.
+ Temps nécessaire (en secondes) pour permettre l’exécution d’un script Python jusqu’à la fin et le lancement d’une exception.
Chemin vers la bibliothèque Python libpython*.so en incluant le nom de la bibliothèque. Pour Windows (version ultérieure à 3.9), indiquer le chemin vers python**.dll en incluant le nom de la bibliothèque (se trouve généralement dans le chemin Python Home). Pour Windows (Version antérieure à la 3.9), laisser vide.
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ja.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ja.resx
index 25ac60f7..4b1ce797 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ja.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ja.resx
@@ -291,7 +291,7 @@
タイムアウト
- Python スクリプトを実行して終了するまでの時間です。設定した時間内に実行が終わらない場合は例外がスローされます。
+ Python スクリプトを実行して終了するまでの時間 (秒) です。設定した時間内に実行が終わらない場合は例外がスローされます。
Linux の場合は、Python ライブラリ libpython*.so (ライブラリ名を含む) のパスを入力します。Windows (3.9 より後のバージョン) の場合は、python**.dll (ライブラリ名を含む) のパスを入力します (通常 Python のホーム パスに含まれます)。Windows (3.9 以前のバージョン) の場合は、空のままにします。
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ko.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ko.resx
index 1aef61a1..68b71d79 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ko.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ko.resx
@@ -291,7 +291,7 @@
시간 제한
- Python 스크립트가 종료되어 예외가 throw될 때까지 실행이 허용되는 시간입니다.
+ Python 스크립트가 종료되어 예외가 throw될 때까지 실행이 허용되는 시간(초)입니다.
Linux의 경우 Python libpython*.so 라이브러리(라이브러리 이름 포함). Windows(버전>3.9)의 경우 python**.dll 라이브러리 이름 포함(일반적으로 Python 홈 경로에 있음). Windows(버전<=3.9)의 경우 비워 둡니다.
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.pt-BR.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.pt-BR.resx
index 2eb712bd..6b65c23f 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.pt-BR.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.pt-BR.resx
@@ -291,7 +291,7 @@
Tempo limite
- A quantidade de tempo para permitir que um script em Python seja executado até que seja encerrado e uma exceção seja gerada.
+ A quantidade de tempo em segundos para permitir a execução de um script Python até que ele seja encerrado e uma exceção seja gerada.
Para Linux, é o caminho para biblioteca Python libpython*.so incluindo o nome da biblioteca. Para Windows (versão > 3.9), caminho para biblioteca python**.dll incluindo o nome da biblioteca (geralmente está no caminho inicial Python). Para Windows (versão <= 3.9) deixe em branco.
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.pt.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.pt.resx
index 145670dd..7f494cea 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.pt.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.pt.resx
@@ -291,7 +291,7 @@
Tempo Limite
- A quantidade de tempo para permitir que um script Python seja executado até que seja terminado e seja gerada uma exceção.
+ A quantidade de tempo em segundos para permitir que um script Python seja executado até que seja terminado e seja lançada uma exceção.
No Linux, é o caminho para a biblioteca Python libpython*.so, incluindo o nome da biblioteca. No Windows (Versão >3.9), é o caminho para python**.dll, incluindo o nome da biblioteca (normalmente, está no caminho inicial Python. No Windows (Versão <=3.9), deixe vazio.
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ro.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ro.resx
index 0db39bac..796727bf 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ro.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.ro.resx
@@ -291,7 +291,7 @@
Timeout
- Durata de timp permisă pentru executarea unui script Python până când acesta este oprit și se aruncă o excepție.
+ Durata, în secunde, permisă pentru rularea unui script Python până când acesta este oprit și este generată o excepție.
Pentru Linux este calea către Python libpython*.so inclusiv numele bibliotecii. Pentru Windows (versiune>3.9) Calea către Python**.dll inclusiv numele bibliotecii (de obicei este pe calea Python Home). Pentru Windows (versiune<=3.9) Lasă gol.
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.zh-CN.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.zh-CN.resx
index 8d1ae984..9f468d30 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.zh-CN.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.zh-CN.resx
@@ -291,7 +291,7 @@
超时
- 在遭到终止及引发异常前,允许 Python 脚本运行的时长。
+ 允许 Python 脚本运行的时间(秒),超时后将终止脚本并抛出异常。
对于 Linux,是 Python libpython*.so 库的路径,包含库名称。对于 Windows (版本 > 3.9),是 python**.dll 的路径,包括库名称 (通常位于 Python 主页路径)。对于 Windows (版本 <= 3.9),留空。
diff --git a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.zh-TW.resx b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.zh-TW.resx
index 1ed0dbcb..4372723c 100644
--- a/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.zh-TW.resx
+++ b/Activities/Python/UiPath.Python.Activities/Properties/UiPath.Python.Activities.zh-TW.resx
@@ -291,7 +291,7 @@
逾時
- 在遭到終止及擲回例外狀況之前,允許 Python 指令碼執行的時間長度。
+ 在遭到終止及擲回例外狀況之前,允許 Python 指令碼執行的時間長度 (以秒為單位)。
對於 Linux,是 Python libpython*.so 元件庫的路徑,包含元件庫名稱。對於 Windows (版本 > 3.9),是 python**.dll 的路徑,包括元件庫名稱 (通常位於 Python 主目錄路徑)。對於 Windows (版本 <= 3.9),留空。