# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2026-07-10 07:51+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: pygettext.py 1.5\n" #: src/rougail/output_environment/config.py:31 msgid "Load user data from environment variables or export configuration to environment variables" msgstr "" #: src/rougail/output_environment/config.py:38 msgid "if environment is not in \"step.output\" and not in \"step.user_data\"" msgstr "" #: src/rougail/output_environment/config.py:43 msgid "Export configuration to environment variables" msgstr "" #: src/rougail/output_environment/config.py:45 msgid "Exporting the configuration as an environment variable makes it available to applications that require this type of variable (scripts, Twelve-Factor Apps, etc.)." msgstr "" #: src/rougail/output_environment/config.py:47 msgid "You can use it, with the appropriate .rougailconf.yaml file, by doing: \"source <(rougail)\"." msgstr "" #: src/rougail/output_environment/config.py:49 msgid "Note: A variable within a \"sequence\" that is disabled for a specific index will be replaced by an empty string." msgstr "" #: src/rougail/output_environment/config.py:58 msgid "Configuration for output environment" msgstr "" #: src/rougail/output_environment/config.py:65 msgid "Add prefix to environment variables" msgstr "" #: src/rougail/output_environment/config.py:69 msgid "Booleans are converted into" msgstr "" #: src/rougail/output_environment/config.py:71 msgid "There is no boolean in shell, so we have to convert it" msgstr "" #: src/rougail/output_environment/config.py:73 msgid "\"string\" means the string \"true\" or \"false\"" msgstr "" #: src/rougail/output_environment/config.py:75 msgid "\"number\" means the number \"1\" or \"0\"" msgstr "" #: src/rougail/output_environment/config.py:81 msgid "Variables name are upper" msgstr "" #: src/rougail/output_environment/config.py:83 msgid "The variables name is, in fact, the path" msgstr "" #: src/rougail/output_environment/config.py:86 msgid "Replace the separator character \".\" in path by an other" msgstr "" #: src/rougail/output_environment/config.py:87 msgid "The character dot (\".\") may not be allowed in the environment variable name." msgstr "" #: src/rougail/output_environment/config.py:95 msgid "Multiple values variable will be loaded in a array" msgstr "" #: src/rougail/output_environment/config.py:97 msgid "Not all shells support arrays. This feature is not POSIX-compatible, it's a Bash-specific feature (other shells like zsh or ksh also support arrays)." msgstr "" #: src/rougail/output_environment/config.py:99 msgid "If your shell supports arrays, it is preferable to use them to iterate over the values in the list." msgstr "" #: src/rougail/output_environment/config.py:103 msgid "The separator for multiple values variable" msgstr "" #: src/rougail/output_environment/config.py:110 msgid "The separator for sub multiple values variable" msgstr "" #: src/rougail/output_environment/config.py:119 msgid "if \"_.multi_in_array\" the value is \";\" otherwise the value is \",\"" msgstr "" #: src/rougail/output_environment/export.py:46 msgid "the \"step.output\" is not set to \"{0}\"" msgstr "" #: src/rougail/output_environment/export.py:112 #: src/rougail/output_environment/export.py:124 msgid "{0}: {1}" msgstr "" #: src/rougail/output_environment/export.py:160 msgid "The variable name \"{0}\" is duplicated" msgstr "" #: src/rougail/output_environment/export.py:178 msgid "the character \"{0}\" is a sub multi separator, this character must not in the \"{1}\" value" msgstr "" #: src/rougail/output_environment/export.py:183 msgid "the character \"{0}\" is a multi separator, this character must not in the \"{1}\" value" msgstr ""