Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-05 14:30:30 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-05 14:30:30 +0300
commitf198e04d9961ce380ef13faecb87735ca84aaf17 (patch)
tree2c4af9a0431da491815d45ac7f7942594c2c699f /l10n/es.js
parentd0782365d78b2b23d285802de458d775d246c93b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/es.js')
-rw-r--r--l10n/es.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n/es.js b/l10n/es.js
new file mode 100644
index 0000000..382a090
--- /dev/null
+++ b/l10n/es.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "El tipo de algoritmo \"%s\" no es válido o no está sorportado.",
+ "File not found." : "Archivo no encontrado.",
+ "Checksum" : "Checksum",
+ "Creating a hash checksum of a file." : "Crear el hash checksum de un archivo.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permite a los usuarios crear el hash checksum de un archivo.\n Los algoritmos posibles son md5, sha1, sha256, sha384, sha512 y crc32.\n\n Simplemente abre la vista de detalles de un archivo (barra lateral). Debería aparecer una nueva pestaña llamada \"Checksum\".\n Selecciona un algoritmo y la app intentará generar el hash.\n Si quieres otro algoritmo, simplemente pulsa el botón para recargar el formulario.",
+ "Choose Algorithm" : "Elige un algoritmo"
+},
+"nplurals=2; plural=(n != 1);");