summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Figueroa <alvaro@greencore.co.cr>2020-07-22 19:59:14 +0000
committerHosted Weblate <hosted@weblate.org>2020-07-23 01:21:47 +0200
commitb42dc3b884876ba6484165e5905202cf7b902a57 (patch)
tree15c03248300f1f2f928d935339a0bb0989856012
parentd22283c9c44949242b16fdd4ba4b9d8c55a58add (diff)
Translated using Weblate (Spanish)
Currently translated at 100.0% (780 of 780 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
-rw-r--r--locale/es.po5
1 files changed, 2 insertions, 3 deletions
diff --git a/locale/es.po b/locale/es.po
index 2ebad85e9..68f44c20d 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -3,13 +3,12 @@
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
#
# SPDX-License-Identifier: MIT
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-17 18:03-0700\n"
-"PO-Revision-Date: 2020-07-13 19:24+0000\n"
+"PO-Revision-Date: 2020-07-22 20:48+0000\n"
"Last-Translator: Alvaro Figueroa <alvaro@greencore.co.cr>\n"
"Language-Team: \n"
"Language: es\n"
@@ -117,7 +116,7 @@ msgstr "argumento '%q' requerido"
#: py/objarray.c
msgid "'%q' object is not bytes-like"
-msgstr ""
+msgstr "el objeto '%q' no es similar a bytes"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format