Update locales

This commit is contained in:
Mauricio Baeza 2021-10-08 11:39:05 -05:00
parent fa751a207e
commit 0035f2b804
9 changed files with 85 additions and 27 deletions

View File

@ -167,7 +167,7 @@ DIRS = {
'description': 'description',
'images': 'images',
'registration': 'registration',
'files': 'files',
'files': 'extension',
'office': 'Office',
'locales': PATH_LOCALES,
'pythonpath': True,

View File

@ -6644,7 +6644,7 @@ class ClipBoard(object):
def __init__(self, text):
df = DataFlavor()
df.MimeType = ClipBoard.CLIPBOARD_FORMAT_TEXT
df.HumanPresentableName = "encoded text utf-16"
df.HumanPresentableName = 'encoded text utf-16'
self.flavors = (df,)
self._data = text
@ -6654,7 +6654,6 @@ class ClipBoard(object):
def getTransferDataFlavors(self):
return self.flavors
@classmethod
def set(cls, value):
ts = cls.TextTransferable(value)

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-07 14:37-0500\n"
"POT-Creation-Date: 2021-10-08 10:00-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,19 +15,39 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n"
#: source/pythonpath/zpass.py:210
#: source/pythonpath/zpass.py:105
msgid "Week"
msgstr ""
#: source/pythonpath/zpass.py:107
msgid "Medium"
msgstr ""
#: source/pythonpath/zpass.py:109
msgid "Excellent"
msgstr ""
#: source/pythonpath/zpass.py:224
msgid "Generate Password"
msgstr ""
#: source/pythonpath/zpass.py:251
#: source/pythonpath/zpass.py:265
msgid "Length: "
msgstr ""
#: source/pythonpath/zpass.py:313
#: source/pythonpath/zpass.py:327
msgid "Password Quality:"
msgstr ""
#: source/pythonpath/zpass.py:339
msgid "Poor"
msgstr ""
#: source/pythonpath/zpass.py:351
msgid "~Insert"
msgstr ""
#: source/pythonpath/zpass.py:324
#: source/pythonpath/zpass.py:362
msgid "~Close"
msgstr ""

View File

@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2021-10-07 14:37-0500\n"
"PO-Revision-Date: 2021-10-07 14:38-0500\n"
"POT-Creation-Date: 2021-10-08 10:00-0500\n"
"PO-Revision-Date: 2021-10-08 10:03-0500\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -17,18 +17,38 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: en_US\n"
#: source/pythonpath/zpass.py:210
#: source/pythonpath/zpass.py:105
msgid "Week"
msgstr ""
#: source/pythonpath/zpass.py:107
msgid "Medium"
msgstr ""
#: source/pythonpath/zpass.py:109
msgid "Excellent"
msgstr ""
#: source/pythonpath/zpass.py:224
msgid "Generate Password"
msgstr ""
#: source/pythonpath/zpass.py:251
#: source/pythonpath/zpass.py:265
msgid "Length: "
msgstr "Length: "
msgstr ""
#: source/pythonpath/zpass.py:313
#: source/pythonpath/zpass.py:327
msgid "Password Quality:"
msgstr ""
#: source/pythonpath/zpass.py:339
msgid "Poor"
msgstr ""
#: source/pythonpath/zpass.py:351
msgid "~Insert"
msgstr "~Insert"
msgstr ""
#: source/pythonpath/zpass.py:324
#: source/pythonpath/zpass.py:362
msgid "~Close"
msgstr "~Close"
msgstr ""

View File

@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2021-10-07 14:37-0500\n"
"PO-Revision-Date: 2021-10-07 14:40-0500\n"
"POT-Creation-Date: 2021-10-08 10:00-0500\n"
"PO-Revision-Date: 2021-10-08 10:02-0500\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -17,18 +17,38 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es_MX\n"
#: source/pythonpath/zpass.py:210
#: source/pythonpath/zpass.py:105
msgid "Week"
msgstr "Débil"
#: source/pythonpath/zpass.py:107
msgid "Medium"
msgstr "Aceptable"
#: source/pythonpath/zpass.py:109
msgid "Excellent"
msgstr "Excelente"
#: source/pythonpath/zpass.py:224
msgid "Generate Password"
msgstr "Generar Contraseñas"
msgstr "Generar Contraseña"
#: source/pythonpath/zpass.py:251
#: source/pythonpath/zpass.py:265
msgid "Length: "
msgstr "Largo: "
msgstr "Longitud: "
#: source/pythonpath/zpass.py:313
#: source/pythonpath/zpass.py:327
msgid "Password Quality:"
msgstr "Calidad de la contraseña:"
#: source/pythonpath/zpass.py:339
msgid "Poor"
msgstr "Pobre"
#: source/pythonpath/zpass.py:351
msgid "~Insert"
msgstr "~Insertar"
#: source/pythonpath/zpass.py:324
#: source/pythonpath/zpass.py:362
msgid "~Close"
msgstr "~Cerrar"

View File

@ -6644,7 +6644,7 @@ class ClipBoard(object):
def __init__(self, text):
df = DataFlavor()
df.MimeType = ClipBoard.CLIPBOARD_FORMAT_TEXT
df.HumanPresentableName = "encoded text utf-16"
df.HumanPresentableName = 'encoded text utf-16'
self.flavors = (df,)
self._data = text
@ -6654,7 +6654,6 @@ class ClipBoard(object):
def getTransferDataFlavors(self):
return self.flavors
@classmethod
def set(cls, value):
ts = cls.TextTransferable(value)