111 lines
2.2 KiB
Gettext
111 lines
2.2 KiB
Gettext
# 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:
|
|
# molnars <szabolcs.molnar@gmail.com>, 2017
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2019-05-04 21:41-0400\n"
|
|
"PO-Revision-Date: 2017-06-30 22:04+0000\n"
|
|
"Last-Translator: molnars <szabolcs.molnar@gmail.com>, 2017\n"
|
|
"Language-Team: Hungarian (https://www.transifex.com/rosarior/teams/13584/hu/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: hu\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: apps.py:23 links.py:12 permissions.py:7
|
|
msgid "Task manager"
|
|
msgstr "Feladatkezelő"
|
|
|
|
#: apps.py:29
|
|
msgid "Label"
|
|
msgstr "Cimke"
|
|
|
|
#: apps.py:32
|
|
msgid "Name"
|
|
msgstr "Név"
|
|
|
|
#: apps.py:35
|
|
msgid "Default queue?"
|
|
msgstr "Alapértelmezett munkasor?"
|
|
|
|
#: apps.py:39
|
|
msgid "Is transient?"
|
|
msgstr "Átmeneti?"
|
|
|
|
#: apps.py:43
|
|
msgid "Type"
|
|
msgstr "Típus"
|
|
|
|
#: apps.py:46
|
|
msgid "Start time"
|
|
msgstr "Kezdési idő"
|
|
|
|
#: apps.py:49
|
|
msgid "Host"
|
|
msgstr "Kiszolgáló"
|
|
|
|
#: apps.py:53
|
|
msgid "Arguments"
|
|
msgstr "Paraméterek"
|
|
|
|
#: apps.py:57
|
|
msgid "Keyword arguments"
|
|
msgstr "Kulcsszó paraméterek"
|
|
|
|
#: apps.py:61
|
|
msgid "Worker process ID"
|
|
msgstr "Munkafolyamat ID"
|
|
|
|
#: links.py:16 views.py:15
|
|
msgid "Background task queues"
|
|
msgstr "Háttérfeladat munkasorok"
|
|
|
|
#: links.py:20
|
|
msgid "Active tasks"
|
|
msgstr "Aktív feladatok"
|
|
|
|
#: links.py:24
|
|
msgid "Reserved tasks"
|
|
msgstr "Rezervált feladatok"
|
|
|
|
#: links.py:28
|
|
msgid "Scheduled tasks"
|
|
msgstr "Időzített feladatok"
|
|
|
|
#: permissions.py:10
|
|
msgid "View tasks"
|
|
msgstr "Feladatok megtekintése"
|
|
|
|
#: tests/literals.py:5
|
|
msgid "Test queue"
|
|
msgstr ""
|
|
|
|
#: views.py:30
|
|
#, python-format
|
|
msgid "Active tasks in queue: %s"
|
|
msgstr "Aktív feladatok a munkasorban: %s"
|
|
|
|
#: views.py:42
|
|
#, python-format
|
|
msgid "Unable to retrieve task list; %s"
|
|
msgstr "Nem sikerült a feladatlista felolvasása; %s"
|
|
|
|
#: views.py:56
|
|
#, python-format
|
|
msgid "Scheduled tasks in queue: %s"
|
|
msgstr "Időzített feladatok a munkasorban: %s"
|
|
|
|
#: views.py:68
|
|
#, python-format
|
|
msgid "Reserved tasks in queue: %s"
|
|
msgstr "Rezervált feladatok a munkasorban: %s"
|