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
Binary file modified doc/unogenerator_documentation_en.odt
Binary file not shown.
Binary file modified doc/unogenerator_documentation_en.pdf
Binary file not shown.
Binary file modified doc/unogenerator_documentation_es.odt
Binary file not shown.
Binary file modified doc/unogenerator_documentation_es.pdf
Binary file not shown.
Binary file modified doc/unogenerator_example_en.ods
Binary file not shown.
Binary file modified doc/unogenerator_example_en.pdf
Binary file not shown.
Binary file modified doc/unogenerator_example_es.ods
Binary file not shown.
Binary file modified doc/unogenerator_example_es.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "unogenerator"
version = "1.2.0"
version = "1.3.0"
description = "Libreoffice files generator programmatically with python and Libreoffice server instances"
authors = [
{ name = "turulomio", email = "turulomio@yahoo.es" }
Expand Down
4 changes: 2 additions & 2 deletions unogenerator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
logger.addHandler(logging.NullHandler()) # Add NullHandler to prevent "No handlers could be found" message
logger.setLevel(logging.WARNING) # Set default level for the library to WARNING

__version__ = '1.2.0'
__versiondatetime__=datetime(2026, 5, 1, 10, 18)
__version__ = '1.3.0'
__versiondatetime__=datetime(2026, 5, 24, 9, 52)
__versiondate__=__versiondatetime__.date()


Expand Down
115 changes: 55 additions & 60 deletions unogenerator/locale/es.po
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Spanish translations for PACKAGE package
# Traducciones al español para el paquete PACKAGE.
# Copyright (C) 2015 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Spanish translations for unogenerator package
# Traducciones al español para el paquete unogenerator.
# Copyright (C) 2024 turulomio
# This file is distributed under the same license as the unogenerator package.
#
# Mariano Muñoz <turulomio@yahoo.es>, 2015, 2020, 2024.
msgid ""
msgstr ""
"Project-Id-Version: Unogenerator\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-01 10:20+0200\n"
"PO-Revision-Date: 2024-07-30 15:30+0000\n"
"POT-Creation-Date: 2026-05-24 09:56+0200\n"
"PO-Revision-Date: 2024-07-31 12:00:00+0200\n"
"Last-Translator: turulomio@yahoo.es\n"
"Language-Team: turulomio@yahoo.es\n"
"Language: es\n"
Expand Down Expand Up @@ -69,6 +69,9 @@ msgstr "Hubo un error al recortar la imagen. ¿Está instalado 'magick' o 'conve
msgid "Error deleting: {0} -> {1} -> {2}"
msgstr "Error al eliminar: {0} -> {1} -> {2}"

msgid "String"
msgstr "Cadena"

msgid "Create example files using unogenerator module"
msgstr "Crea ficheros de ejemplo usando el módulo de unogenerator"

Expand Down Expand Up @@ -110,42 +113,6 @@ msgstr "Demostración de la clase ODS"
msgid "This file have been generated with UnoGenerator-{0}. You can see UnoGenerator main page in https://github.com/turulomio/unogenerator"
msgstr "Este fichero ha sido generado con UnoGenerator-{0}. Puedes ver la página principal de UnoGenerator en https://github.com/turulomio/unogenerator/"

msgid "Style name"
msgstr "Nombre de estilo"

msgid "Date and time"
msgstr "Fecha y hora"

msgid "Date"
msgstr "Fecha"

msgid "Integer"
msgstr "Entero"

msgid "Euros"
msgstr "Euros"

msgid "Dollars"
msgstr "Dólares"

msgid "Percentage"
msgstr "Porcentaje"

msgid "Number with 2 decimals"
msgstr "Número con 2 decimales"

msgid "Number with 6 decimals"
msgstr "Número con 6 decimales"

msgid "Time"
msgstr "Tiempo"

msgid "Boolean"
msgstr "Booleano"

msgid "String"
msgstr "Cadena"

#, python-brace-format
msgid "unogenerator_example_{0}.ods took {1} in {2}"
msgstr "unogenerator_example_{0}.ods tardó {1} en {2}"
Expand Down Expand Up @@ -268,12 +235,18 @@ msgstr "Bueno"
msgid "Datetime"
msgstr "Fecha y hora"

msgid "Date"
msgstr "Fecha"

msgid "Float"
msgstr "Float"

msgid "Currency"
msgstr "Divisa"

msgid "Percentage"
msgstr "Porcentaje"

msgid "We can create tables with diferent font sizes and formats:"
msgstr "Podemos crear tablas con diferentes tamaños de fuentes y formatos:"

Expand Down Expand Up @@ -362,11 +335,32 @@ msgstr "Esto es un conjunto de símbolos: .,:;?ºª-/()."
msgid "unogenerator_documentation_{0}.ods took {1} in {2}"
msgstr "unogenerator_documentation_{0}.ods tardó {1} en {2}"

msgid "Total"
msgstr "Total"
msgid "Style name"
msgstr "Nombre de estilo"

msgid "Sum of totals"
msgstr "Suma de totales"
msgid "Date and time"
msgstr "Fecha y hora"

msgid "Integer"
msgstr "Entero"

msgid "Euros"
msgstr "Euros"

msgid "Dollars"
msgstr "Dólares"

msgid "Number with 2 decimals"
msgstr "Número con 2 decimales"

msgid "Number with 6 decimals"
msgstr "Número con 6 decimales"

msgid "Time"
msgstr "Tiempo"

msgid "Boolean"
msgstr "Booleano"

msgid "No data to show"
msgstr "No hay datos para mostrar"
Expand Down Expand Up @@ -474,6 +468,10 @@ msgstr "Problemas al detectar el tamaño en 100thmm, estoy intentando calcularlo
msgid "ERROR: You can't create '{0}' sheet, because it already exists."
msgstr "ERROR: No puedes crear la hoja '{0}', porque ya existe."

#, python-brace-format
msgid "Sheet '{0}' not found."
msgstr "La hoja '{0}' no se ha encontrado."

msgid "addRow is empty. Nothing to write. Ignoring..."
msgstr "addRow está vacío. Nada que escribir. Ignorando..."

Expand All @@ -482,7 +480,7 @@ msgstr "Estás intentando añadir fórmulas a celdas usando setDataArray y será

#, python-brace-format
msgid " + Range: {0}"
msgstr ""
msgstr " + Rango: {0}"

#, python-brace-format
msgid "addListOfRowsWithStyle has {0} rows and {1} columns. Nothing to write. Ignoring..."
Expand All @@ -494,21 +492,18 @@ msgstr "Los colores deben tener el mismo número de elementos que las columnas d
msgid "Styles must have the same number of items as data columns"
msgstr "Los estilos deben tener el mismo número de elementos que las columnas de datos"

#, python-brace-format
msgid "addListOfColumnsWithStyle has {0} rows and {1} columns. Nothing to write. Ignoring..."
msgstr "addListOfColumnsWithStyle tiene {0} filas y {1} columnas. Nada que escribir. Ignorando..."

msgid "Colors must have the same number of items as data rows"
msgstr "Los colores deben tener el mismo número de elementos que las filas de datos"

msgid "Styles must have the same number of items as data rows"
msgstr "Los estilos deben tener el mismo número de elementos que las filas de datos"

msgid "Filename extension must be 'ods'."
msgstr "La extensión del nombre del fichero debe ser 'ods'."

msgid "Filename extension must be 'xlsx'."
msgstr "La extensión del nombre del fichero debe ser 'xlsx'."

#~ msgid "Error closing ODF instance"
#~ msgstr "Error al cerrar la instancia ODF"

#~ msgid "There was an error triming image. Is convert command (from Imagemagick) installed?"
#~ msgstr "Hubo un error al eliminar espacio innecesario de la imagen. ¿Está el comando 'convert' de Imagemagick instalado?"

#, python-brace-format
#~ msgid "Error deleting: {0} -> {1}"
#~ msgstr "Error al borrar: {0} -> {1}"

#~ msgid "We recomend to launch then easily with 'unogenerator_start' script."
#~ msgstr "Recomendamos lanzarlo facilmente con el script 'unogenerator_start'."
Binary file modified unogenerator/locale/es/LC_MESSAGES/unogenerator.mo
Binary file not shown.
86 changes: 47 additions & 39 deletions unogenerator/locale/unogenerator.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-01 10:20+0200\n"
"POT-Creation-Date: 2026-05-24 09:56+0200\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"
Expand Down Expand Up @@ -67,6 +67,9 @@ msgstr ""
msgid "Error deleting: {0} -> {1} -> {2}"
msgstr ""

msgid "String"
msgstr ""

msgid "Create example files using unogenerator module"
msgstr ""

Expand Down Expand Up @@ -108,42 +111,6 @@ msgstr ""
msgid "This file have been generated with UnoGenerator-{0}. You can see UnoGenerator main page in https://github.com/turulomio/unogenerator"
msgstr ""

msgid "Style name"
msgstr ""

msgid "Date and time"
msgstr ""

msgid "Date"
msgstr ""

msgid "Integer"
msgstr ""

msgid "Euros"
msgstr ""

msgid "Dollars"
msgstr ""

msgid "Percentage"
msgstr ""

msgid "Number with 2 decimals"
msgstr ""

msgid "Number with 6 decimals"
msgstr ""

msgid "Time"
msgstr ""

msgid "Boolean"
msgstr ""

msgid "String"
msgstr ""

#, python-brace-format
msgid "unogenerator_example_{0}.ods took {1} in {2}"
msgstr ""
Expand Down Expand Up @@ -266,12 +233,18 @@ msgstr ""
msgid "Datetime"
msgstr ""

msgid "Date"
msgstr ""

msgid "Float"
msgstr ""

msgid "Currency"
msgstr ""

msgid "Percentage"
msgstr ""

msgid "We can create tables with diferent font sizes and formats:"
msgstr ""

Expand Down Expand Up @@ -360,10 +333,31 @@ msgstr ""
msgid "unogenerator_documentation_{0}.ods took {1} in {2}"
msgstr ""

msgid "Total"
msgid "Style name"
msgstr ""

msgid "Date and time"
msgstr ""

msgid "Integer"
msgstr ""

msgid "Euros"
msgstr ""

msgid "Sum of totals"
msgid "Dollars"
msgstr ""

msgid "Number with 2 decimals"
msgstr ""

msgid "Number with 6 decimals"
msgstr ""

msgid "Time"
msgstr ""

msgid "Boolean"
msgstr ""

msgid "No data to show"
Expand Down Expand Up @@ -472,6 +466,10 @@ msgstr ""
msgid "ERROR: You can't create '{0}' sheet, because it already exists."
msgstr ""

#, python-brace-format
msgid "Sheet '{0}' not found."
msgstr ""

msgid "addRow is empty. Nothing to write. Ignoring..."
msgstr ""

Expand All @@ -492,6 +490,16 @@ msgstr ""
msgid "Styles must have the same number of items as data columns"
msgstr ""

#, python-brace-format
msgid "addListOfColumnsWithStyle has {0} rows and {1} columns. Nothing to write. Ignoring..."
msgstr ""

msgid "Colors must have the same number of items as data rows"
msgstr ""

msgid "Styles must have the same number of items as data rows"
msgstr ""

msgid "Filename extension must be 'ods'."
msgstr ""

Expand Down
Loading