Files
mayan-edms/mayan/apps/task_manager/locale/es/LC_MESSAGES/django.po
Roberto Rosario 58c64955cc Update translation files
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
2019-10-30 20:00:47 -04:00

111 lines
2.2 KiB
Plaintext

# 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.
#
# Translators:
# Roberto Rosario, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-30 03:03-0400\n"
"PO-Revision-Date: 2017-06-30 22:04+0000\n"
"Last-Translator: Roberto Rosario, 2019\n"
"Language-Team: Spanish (https://www.transifex.com/rosarior/teams/13584/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps.py:24 links.py:12 permissions.py:7
msgid "Task manager"
msgstr "Administrador de tareas"
#: apps.py:32
msgid "Label"
msgstr "Etiqueta"
#: apps.py:35
msgid "Name"
msgstr "Nombre"
#: apps.py:38
msgid "Default queue?"
msgstr "¿Cola principal?"
#: apps.py:42
msgid "Is transient?"
msgstr "¿Es transitoria?"
#: apps.py:46
msgid "Type"
msgstr "Tipo"
#: apps.py:49
msgid "Start time"
msgstr "Tiempo de inicio"
#: apps.py:52
msgid "Host"
msgstr "Servidor"
#: apps.py:56
msgid "Arguments"
msgstr "Argumentos"
#: apps.py:60
msgid "Keyword arguments"
msgstr "Argumentos explícitos"
#: apps.py:64
msgid "Worker process ID"
msgstr "ID del proceso trabajador"
#: links.py:16 views.py:15
msgid "Background task queues"
msgstr "Listas de tareas de fondo"
#: links.py:20
msgid "Active tasks"
msgstr "Tareas activas"
#: links.py:24
msgid "Reserved tasks"
msgstr "Tareas reservadas"
#: links.py:28
msgid "Scheduled tasks"
msgstr "Tareas programadas"
#: permissions.py:10
msgid "View tasks"
msgstr "Ver tareas"
#: tests/literals.py:5
msgid "Test queue"
msgstr "Lista de prueba"
#: views.py:30
#, python-format
msgid "Active tasks in queue: %s"
msgstr "Tareas activas en cola: %s"
#: views.py:42
#, python-format
msgid "Unable to retrieve task list; %s"
msgstr "No se puede obtener la lista de tareas; %s"
#: views.py:56
#, python-format
msgid "Scheduled tasks in queue: %s"
msgstr "Tareas programadas en cola: %s"
#: views.py:68
#, python-format
msgid "Reserved tasks in queue: %s"
msgstr "Tareas reservadas en cola: %s"