From 0877d32b9b389b508278eeec1434d64b1f4939b1 Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Sun, 10 Oct 2021 20:46:11 -0500 Subject: [PATCH 1/3] Update 'README.md' Hey, I decided to properly translate this, hope its not a problem! --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec110ea..6bdeae3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ZAZ Pass -Extension for generate passwords in LibreOffice. +Extension to generate passwords in LibreOffice. Thanks! @@ -11,18 +11,18 @@ Thanks! ### Software libre, no gratis -This extension have a cost of maintenance of 1 euro every year. +This extension has a cost of maintenance of 1 euro every year. * BCH: `qztd3l00xle5tffdqvh2snvadkuau2ml0uqm4n875d` * ETH: `0x61a4f614a30ff686445751ed8328b82b77ecfc69` * XRP: `rLSn6Z3T8uCxbcd1oxwfGQN1Fdn5CyGujK` Tag `6643162` * BTC: `3FhiXcXmAesmQzrNEngjHFnvaJRhU1AGWV` -You have others cryptos, welcome too! +If you have other cryptos, they're welcome too! Or [invite me a coffe](https://ko-fi.com/elmau) -You don't have money, not is problem, send me a postal card, I love know other places and people, but, remember; **Software libre, no gratis** +If you don't have money, no problem!, send me a postcard, I love to know other places and people, but, remember; **Software libre, no gratis** Thanks for translations: From 941a7d47439ec938fa22cc0fd2c4f98d992e104e Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Sun, 10 Oct 2021 20:46:37 -0500 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bdeae3..063c486 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Thanks! * https://github.com/kolypto/py-password-strength/blob/master/password_strength/stats.py -### Software libre, no gratis +### Software libre, not gratis This extension has a cost of maintenance of 1 euro every year. @@ -22,7 +22,7 @@ If you have other cryptos, they're welcome too! Or [invite me a coffe](https://ko-fi.com/elmau) -If you don't have money, no problem!, send me a postcard, I love to know other places and people, but, remember; **Software libre, no gratis** +If you don't have money, no problem!, send me a postcard, I love to know other places and people, but, remember; **Software libre, not gratis** Thanks for translations: From 98da7369d52929d13959a2502ec4e0a5b4f6390e Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Mon, 11 Oct 2021 15:35:42 -0500 Subject: [PATCH 3/3] Add readme in spanish --- README.es.md | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 5 +++++ 2 files changed, 43 insertions(+) create mode 100644 README.es.md diff --git a/README.es.md b/README.es.md new file mode 100644 index 0000000..e134b21 --- /dev/null +++ b/README.es.md @@ -0,0 +1,38 @@ +ZAZ Contraseñas + +Estensión para generar contraseñas en LibreOffice + +Requerimientos: + +* LibreOffice 7.1+ +* Soporta para macros con python. + + +Gracias! + +* https://git.cuates.net/elmau/zaz +* https://github.com/kolypto/py-password-strength/blob/master/password_strength/stats.py + + +### Software libre, no gratis + +Esta extensión tiene un costo de mantenimiento de 1 euro al año. + +* BCH: `qztd3l00xle5tffdqvh2snvadkuau2ml0uqm4n875d` +* ETH: `0x61a4f614a30ff686445751ed8328b82b77ecfc69` +* XRP: `rLSn6Z3T8uCxbcd1oxwfGQN1Fdn5CyGujK` Tag `6643162` +* BTC: `3FhiXcXmAesmQzrNEngjHFnvaJRhU1AGWV` + +Si usas otras criptomonedas, son bienvenidas. + +O [invitame un café](https://ko-fi.com/elmau) + +Si no tienes dinero, ¡no es problema!, enviame una postal, me encanta conocer otros lugares y personas, pero, recuerda, **Software libre, no gratis** + +Gracias por las traducciones: + +* English +* Spanish + + +![ZAZ-Pass](images/zazpass.gif) diff --git a/README.md b/README.md index 063c486..b72eae4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ZAZ Pass Extension to generate passwords in LibreOffice. +Requirements: + +* LibreOffice 7.1+ +* Support for python macros. + Thanks!