rougail-cli/locale/rougail_cli.pot

163 lines
4.6 KiB
Text
Raw Normal View History

2024-10-31 10:01:39 +01:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2026-06-15 09:42:41 +02:00
"POT-Creation-Date: 2026-06-15 09:42+0200\n"
2024-10-31 10:01:39 +01:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/__main__.py:115
msgid "unable to load {0}, {1}"
msgstr ""
#: src/rougail/cli/__main__.py:251
2024-10-31 10:01:39 +01:00
msgid "cannot find \"user_data\" module \"{0}\""
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/__main__.py:267
2025-12-22 15:32:21 +01:00
msgid "interactive user data \"{0}\" is loader before uninteractive user data \"{1}\""
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/__main__.py:345
2024-10-31 10:01:39 +01:00
msgid "cannot find cli file for \"output_name\" module \"{0}\""
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/__main__.py:375
2024-10-31 10:01:39 +01:00
msgid "ERROR: {0}"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:33
2025-03-31 16:38:01 +02:00
msgid "Command line options"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:34
2025-12-29 20:54:41 +01:00
msgid "It is possible to use Rougail directly from the command line. This makes it easy to define and configure the loaded user data and to define the desired output."
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:37
2025-05-12 08:45:07 +02:00
msgid "Loads command line parameters from a file"
2025-03-31 16:38:01 +02:00
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:45
msgid "Displays debug informations"
2025-03-31 16:38:01 +02:00
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:47
msgid "Displays command line option warnings informations"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:49
msgid "Displays Rougail version and all its components"
2025-04-09 21:22:41 +02:00
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:51
2025-12-22 15:32:21 +01:00
msgid "Invalid value in user data is not allowed"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:53
2025-12-22 15:32:21 +01:00
msgid "Unknown variable in user data is not allowed"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:56
2025-12-22 15:32:21 +01:00
msgid "Open each user data in separate layers"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:63
2025-12-22 15:32:21 +01:00
msgid "if only one user data is set in \"__.step.user_data\""
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:70
msgid "Store Tiramisu cache filename"
msgstr ""
#: src/rougail/cli/config.py:72
msgid "This file contains the Tiramisu instructions used internally to load the variables."
msgstr ""
#: src/rougail/cli/config.py:74
msgid "This file can be used for load Tiramisu from cache instead of regenerates it"
msgstr ""
#: src/rougail/cli/config.py:84
2026-01-03 13:02:21 +01:00
msgid "Use cache for load Tiramisu objects"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:86
2026-01-03 13:02:21 +01:00
msgid "It will only be loaded from the cache if it already exists"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:88
msgid "Note that certain user data or output can change how structure files are loaded (this is particularly true for the doc output). It is best to use the cache only for the same type of user data and output."
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:95
msgid "Use output only for the children variables of the family"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:96
msgid "By default, all accessible variables are included in output. It is possible to define the family from which the output should be generated."
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:100
2025-12-22 15:32:21 +01:00
msgid "Configuration in output step is in read_write mode"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:103
msgid "test mandatories variables"
msgstr ""
#: src/rougail/cli/config.py:105
msgid "The configuration must be valid before process output. It's better to validate the values at the beginning of the process."
msgstr ""
#: src/rougail/cli/config.py:110
msgid "if \"cli.read_write\" is false"
msgstr ""
#: src/rougail/cli/config.py:113
2025-12-22 15:32:21 +01:00
msgid "Type of variables description"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:116
2025-12-22 15:32:21 +01:00
msgid ""
"To identify different variables, we use the variable description. There are four types of description:\n"
"\n"
2025-12-29 20:39:55 +01:00
" - path_and_description: which contains the variable path followed by its description\n"
2025-12-22 15:32:21 +01:00
" - name_and_description: which contains the variable name followed by its description\n"
" - path: the variable's path\n"
" - name: the variable name\n"
" - description: the variable's description"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:132
2026-01-03 13:02:21 +01:00
msgid "Modes that should not be accessible in read_only mode"
2025-12-22 15:32:21 +01:00
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:139 src/rougail/cli/config.py:156
#: src/rougail/cli/config.py:174
2025-12-22 15:32:21 +01:00
msgid "if any mode is set in \"modes_level\""
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:146 src/rougail/cli/config.py:163
#: src/rougail/cli/config.py:181
2025-12-22 15:32:21 +01:00
msgid "mode must exists in \"modes_level\""
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:149
2026-01-03 13:02:21 +01:00
msgid "Modes that should not be accessible in read_write mode"
msgstr ""
2026-06-15 09:42:41 +02:00
#: src/rougail/cli/config.py:166
2025-12-22 15:32:21 +01:00
msgid "Modes that should not be accessible"
msgstr ""