fix: rougail separation
This commit is contained in:
parent
b6725537a3
commit
b5feb4a040
2 changed files with 2 additions and 26 deletions
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2025-03-11 12:52+0100\n"
|
||||
"POT-Creation-Date: 2025-05-12 08:39+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -15,27 +15,3 @@ msgstr ""
|
|||
"Generated-By: pygettext.py 1.5\n"
|
||||
|
||||
|
||||
#: src/rougail/structural_bitwarden/annotator.py:47
|
||||
msgid "only \"unix_user\" or \"secret\" variable type can have \"bitwarden\" attribute, but \"{0}\" has type \"{1}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/structural_bitwarden/annotator.py:50
|
||||
msgid "the variable \"{0}\" has attribute \"bitwarden\" but is a multi variable"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/structural_bitwarden/annotator.py:59
|
||||
msgid "the variable \"{0}\" is a follower and leader variable (\"{1}\") is also in Bitwarden so this variable could not have default value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/structural_bitwarden/annotator.py:63
|
||||
msgid "the variable \"{0}\" is in Bitwarden so should have default value"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/structural_bitwarden/config.py:31
|
||||
msgid "The secret pattern to build item name in Bitwarden"
|
||||
msgstr ""
|
||||
|
||||
#: src/rougail/structural_bitwarden/config.py:32
|
||||
msgid "The pattern is in Jinja format"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
"""
|
||||
from rougail.error import DictConsistencyError
|
||||
from rougail.annotator.variable import Walk
|
||||
from rougail.object_model import JinjaCalculation
|
||||
from rougail.convert.object_model import JinjaCalculation
|
||||
from .i18n import _
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue