From 1c4026c7ae2104c4babbcbb2489192b6b7a8e739 Mon Sep 17 00:00:00 2001 From: Unai Loidi Date: Wed, 22 Oct 2025 10:44:21 +0200 Subject: [PATCH] Added translation using Weblate (Basque) --- .../locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 510 bytes .../locale/eu/LC_MESSAGES/django.po | 260 ++++++++++++++++++ 2 files changed, 260 insertions(+) create mode 100644 django_zxcvbn_password_validator/locale/eu/LC_MESSAGES/django.mo create mode 100644 django_zxcvbn_password_validator/locale/eu/LC_MESSAGES/django.po diff --git a/django_zxcvbn_password_validator/locale/eu/LC_MESSAGES/django.mo b/django_zxcvbn_password_validator/locale/eu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7ff1c91bd3fa2732a8e41ead957b5ae06e0f0876 GIT binary patch literal 510 zcmah_%}&BV7}V&gN6#MC#Dhk^R*WXNfU!tX5()&0f47BxmXfktcee$758ue=@LAki z14k#B>~3~4-^};DxBIzeux+?+cxbp|cxqUnYWQV7ugqC!))+`J$Ek)+2oES#EI1`i zrrt6nN8z0DNWjNxnol^SOsS=iA>=HHL#Bm1wuYDrsliuK96~dT6a<12YtV-w=5gT$ zEvAu@XU`pi--nhf|=!a zd~dUyihX9?3a*ix=, 2018. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-04-08 05:53+0000\n" +"PO-Revision-Date: 2025-04-09 10:03+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.11-dev\n" +"X-Translated-Using: django-rosetta 0.9.8\n" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:24 +msgid "Use a few words, avoid common phrases" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:27 +msgid "No need for symbols, digits, or uppercase letters" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:30 +msgid "Add another word or two. Uncommon words are better." +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:33 +msgid "Straight rows of keys are easy to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:36 +msgid "Short keyboard patterns are easy to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:39 +msgid "Use a longer keyboard pattern with more turns" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:42 +msgid "Repeats like \"aaa\" are easy to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:45 +msgid "" +"Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:47 +msgid "Avoid repeated words and characters" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:49 +msgid "Sequences like \"abc\" or \"6543\" are easy to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:51 +msgid "Avoid sequences" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:52 +msgid "Recent years are easy to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:53 +msgid "Avoid recent years" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:55 +msgid "Avoid years that are associated with you" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:57 +msgid "Dates are often easy to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:59 +msgid "Avoid dates and years that are associated with you" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:61 +msgid "This is a top-10 common password" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:62 +msgid "This is a top-100 common password" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:63 +msgid "This is a very common password" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:65 +msgid "This is similar to a commonly used password" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:67 +msgid "A word by itself is easy to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:69 +msgid "Names and surnames by themselves are easy to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:72 +msgid "Common names and surnames are easy to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:75 +msgid "Capitalization doesn't help very much" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:78 +msgid "All-uppercase is almost as easy to guess as all-lowercase" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:81 +msgid "Reversed words aren't much harder to guess" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:84 +msgid "Predictable substitutions like '@' instead of 'a' don't help very much" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:110 +msgid "less than a second" +msgstr "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:113 +#, python-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "" +msgstr[1] "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:116 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:119 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:122 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:125 +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:128 +#, python-format +msgid "%d year" +msgid_plural "%d year" +msgstr[0] "" +msgstr[1] "" + +#: django_zxcvbn_password_validator/translate_zxcvbn_text.py:129 +msgid "centuries" +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:71 +msgid "Your password exceeds the maximal length of 72 characters." +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:80 +msgid "Your password is too guessable:" +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:81 +#, python-format +msgid "It would take an offline attacker %(time)s to guess it." +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:86 +msgid "Warning:" +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:89 +msgid "Advice:" +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:95 +msgid "We expect nothing: you can use any password you want." +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:96 +#, python-format +msgid "We expect a password that cannot be guessed %s" +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:98 +msgid "by your familly or friends." +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:99 +msgid "by attackers online." +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:100 +msgid "without access to our database." +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:101 +msgid "without a dedicated team and an access to our database." +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:105 +msgid "There is no specific rule for a great password," +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:106 +msgid "however if your password is too easy to guess," +msgstr "" + +#: django_zxcvbn_password_validator/zxcvbn_password_validator.py:107 +msgid "we will tell you how to make a better one." +msgstr "" + +#~ msgid "We expect" +#~ msgstr "Nous" + +#~ msgid "seconds" +#~ msgstr "secondes" + +#~ msgid "minutes" +#~ msgstr "minutes" + +#~ msgid "hours" +#~ msgstr "heures" + +#~ msgid "days" +#~ msgstr "jours" + +#~ msgid "months" +#~ msgstr "mois" + +#~ msgid "years" +#~ msgstr "années" + +#~ msgid "day" +#~ msgstr "jour"