diff --git a/invenio_jobs/translations/en/LC_MESSAGES/messages.po b/invenio_jobs/translations/en/LC_MESSAGES/messages.po new file mode 100644 index 0000000..bb2b9a5 --- /dev/null +++ b/invenio_jobs/translations/en/LC_MESSAGES/messages.po @@ -0,0 +1,113 @@ +# English translations for invenio-jobs. +# Copyright (C) 2024 CERN +# This file is distributed under the same license as the invenio-jobs +# project. +# FIRST AUTHOR , 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: invenio-jobs 0.1.0\n" +"Report-Msgid-Bugs-To: info@inveniosoftware.org\n" +"POT-Creation-Date: 2024-06-04 14:50+0200\n" +"PO-Revision-Date: 2024-06-04 14:52+0200\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.15.0\n" + +#: invenio_jobs/config.py:36 +msgid "Default" +msgstr "" + +#: invenio_jobs/config.py:37 +msgid "Default queue" +msgstr "" + +#: invenio_jobs/config.py:41 +msgid "Low" +msgstr "" + +#: invenio_jobs/config.py:42 +msgid "Low priority queue" +msgstr "" + +#: invenio_jobs/administration/jobs.py:35 invenio_jobs/config.py:56 +msgid "Jobs" +msgstr "" + +#: invenio_jobs/administration/jobs.py:36 invenio_jobs/config.py:60 +msgid "Last run" +msgstr "" + +#: invenio_jobs/administration/jobs.py:37 +#: invenio_jobs/administration/jobs.py:75 invenio_jobs/config.py:64 +msgid "Started by" +msgstr "" + +#: invenio_jobs/administration/jobs.py:38 invenio_jobs/config.py:68 +msgid "Next run" +msgstr "" + +#: invenio_jobs/administration/jobs.py:39 +#: invenio_jobs/administration/jobs.py:76 +msgid "Action" +msgstr "" + +#: invenio_jobs/administration/jobs.py:72 +msgid "Run" +msgstr "" + +#: invenio_jobs/administration/jobs.py:73 +msgid "Duration" +msgstr "" + +#: invenio_jobs/administration/jobs.py:74 +msgid "Message" +msgstr "" + +#: invenio_jobs/services/config.py:36 invenio_jobs/services/config.py:75 +#: invenio_jobs/services/config.py:114 +msgid "Ascending" +msgstr "" + +#: invenio_jobs/services/config.py:40 invenio_jobs/services/config.py:76 +#: invenio_jobs/services/config.py:115 +msgid "Descending" +msgstr "" + +#: invenio_jobs/services/config.py:44 +msgid "Name" +msgstr "" + +#: invenio_jobs/services/config.py:78 +msgid "Title" +msgstr "" + +#: invenio_jobs/services/config.py:117 +msgid "Created" +msgstr "" + +#: invenio_jobs/services/errors.py:29 +msgid "Job with ID {id} does not exist." +msgstr "" + +#: invenio_jobs/services/errors.py:38 +msgid "Run with ID {id} does not exist." +msgstr "" + +#: invenio_jobs/services/errors.py:40 +msgid "Run with ID {id} for job {job_id} does not exist." +msgstr "" + +#: invenio_jobs/services/errors.py:52 +msgid "You cannot change run status from {old} to {new}." +msgstr "" + +#: invenio_jobs/services/schema.py:30 +msgid "Field cannot be blank or longer than {max_} characters." +msgstr "" + diff --git a/invenio_jobs/translations/messages.pot b/invenio_jobs/translations/messages.pot new file mode 100644 index 0000000..8d00541 --- /dev/null +++ b/invenio_jobs/translations/messages.pot @@ -0,0 +1,112 @@ +# Translations template for invenio-jobs. +# Copyright (C) 2024 CERN +# This file is distributed under the same license as the invenio-jobs +# project. +# FIRST AUTHOR , 2024. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: invenio-jobs 0.1.0\n" +"Report-Msgid-Bugs-To: info@inveniosoftware.org\n" +"POT-Creation-Date: 2024-06-04 14:50+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.15.0\n" + +#: invenio_jobs/config.py:36 +msgid "Default" +msgstr "" + +#: invenio_jobs/config.py:37 +msgid "Default queue" +msgstr "" + +#: invenio_jobs/config.py:41 +msgid "Low" +msgstr "" + +#: invenio_jobs/config.py:42 +msgid "Low priority queue" +msgstr "" + +#: invenio_jobs/administration/jobs.py:35 invenio_jobs/config.py:56 +msgid "Jobs" +msgstr "" + +#: invenio_jobs/administration/jobs.py:36 invenio_jobs/config.py:60 +msgid "Last run" +msgstr "" + +#: invenio_jobs/administration/jobs.py:37 +#: invenio_jobs/administration/jobs.py:75 invenio_jobs/config.py:64 +msgid "Started by" +msgstr "" + +#: invenio_jobs/administration/jobs.py:38 invenio_jobs/config.py:68 +msgid "Next run" +msgstr "" + +#: invenio_jobs/administration/jobs.py:39 +#: invenio_jobs/administration/jobs.py:76 +msgid "Action" +msgstr "" + +#: invenio_jobs/administration/jobs.py:72 +msgid "Run" +msgstr "" + +#: invenio_jobs/administration/jobs.py:73 +msgid "Duration" +msgstr "" + +#: invenio_jobs/administration/jobs.py:74 +msgid "Message" +msgstr "" + +#: invenio_jobs/services/config.py:36 invenio_jobs/services/config.py:75 +#: invenio_jobs/services/config.py:114 +msgid "Ascending" +msgstr "" + +#: invenio_jobs/services/config.py:40 invenio_jobs/services/config.py:76 +#: invenio_jobs/services/config.py:115 +msgid "Descending" +msgstr "" + +#: invenio_jobs/services/config.py:44 +msgid "Name" +msgstr "" + +#: invenio_jobs/services/config.py:78 +msgid "Title" +msgstr "" + +#: invenio_jobs/services/config.py:117 +msgid "Created" +msgstr "" + +#: invenio_jobs/services/errors.py:29 +msgid "Job with ID {id} does not exist." +msgstr "" + +#: invenio_jobs/services/errors.py:38 +msgid "Run with ID {id} does not exist." +msgstr "" + +#: invenio_jobs/services/errors.py:40 +msgid "Run with ID {id} for job {job_id} does not exist." +msgstr "" + +#: invenio_jobs/services/errors.py:52 +msgid "You cannot change run status from {old} to {new}." +msgstr "" + +#: invenio_jobs/services/schema.py:30 +msgid "Field cannot be blank or longer than {max_} characters." +msgstr "" +