translation: update spanish

This commit is contained in:
alfrix 2022-10-27 23:36:30 -03:00
parent 8a82590829
commit 5d539d0059
4 changed files with 10 additions and 4 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-12 13:34-0300\n"
"POT-Creation-Date: 2022-10-27 23:27-0300\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"
@ -511,6 +511,9 @@ msgstr ""
msgid "Printer Connections"
msgstr ""
msgid "Printer Select"
msgstr ""
msgid "Printing"
msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: KlipperScreen\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-12 13:34-0300\n"
"PO-Revision-Date: 2022-10-12 11:00-0300\n"
"POT-Creation-Date: 2022-10-27 23:27-0300\n"
"PO-Revision-Date: 2022-10-27 23:24-0300\n"
"Last-Translator: alfrix\n"
"Language-Team: \n"
"Language: es\n"
@ -513,6 +513,9 @@ msgstr "Impresora"
msgid "Printer Connections"
msgstr "Conexiones a impresoras"
msgid "Printer Select"
msgstr "Seleccionar Impresora"
msgid "Printing"
msgstr "Imprimiendo"

View File

@ -933,7 +933,7 @@ class KlipperScreen(Gtk.Window):
def printer_initializing(self, text=None, disconnect=False):
self.close_popup_message()
self.show_panel('splash_screen', "splash_screen", _("Splash Screen"), 2)
self.show_panel('splash_screen', "splash_screen", _("Home"), 2)
if disconnect is True and self.printer is not None:
self.shutdown = True
self.printer.state = "disconnected"