Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions po/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-20 22:34+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Pedro Plasencia <programacion.en.esp@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ui/MainWindow.glade:12
msgid "Install & Manage Java versions easily."
msgstr "Instalar y gestionar versiones de Java."

#: ui/MainWindow.glade:50 ui/MainWindow.glade:762 src/MainWindow.py:71
msgid "Pardus Java Installer"
msgstr "Instalador de Java de Pardus"

#: ui/MainWindow.glade:131 ui/MainWindow.glade:228 ui/MainWindow.glade:325
#: ui/MainWindow.glade:422
msgid "Install"
msgstr "Instalar"

#: ui/MainWindow.glade:144 ui/MainWindow.glade:241 ui/MainWindow.glade:338
#: ui/MainWindow.glade:435
msgid "Set as Default"
msgstr "Establecer por defecto"

#: ui/MainWindow.glade:161 ui/MainWindow.glade:258 ui/MainWindow.glade:355
#: ui/MainWindow.glade:452
msgid "Default"
msgstr "Por defecto"

#: ui/MainWindow.glade:181 ui/MainWindow.glade:278 ui/MainWindow.glade:375
#: ui/MainWindow.glade:472
msgid "Uninstall"
msgstr "Desinstalar"

#: ui/MainWindow.glade:531
msgid "Downloading"
msgstr "Descargando"

#: ui/MainWindow.glade:592
msgid "Uninstalling"
msgstr "Desinstalando"

#: ui/MainWindow.glade:634
msgid "Apt is busy."
msgstr "Apt está ocupado"

#: ui/MainWindow.glade:650
msgid ""
"Apt is using by an another program.\n"
"Please close it and try again."
msgstr ""
"Apt está siendo usado por otro programa\n"
"Por favor cierra el programa e intenta de nuevo."

#: ui/MainWindow.glade:662
msgid "OK"
msgstr "Aceptar"

#: ui/MainWindow.glade:694
msgid "Installing"
msgstr "Instalando"
2 changes: 1 addition & 1 deletion update-translations.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

langs=("tr" "pt")
langs=("tr" "pt" "es")

if ! command -v xgettext &> /dev/null
then
Expand Down