55msgstr ""
66"Project-Id-Version : 3.1.1\n "
77"Report-Msgid-Bugs-To : fgmacedo@gmail.com\n "
8- "POT-Creation-Date : 2026-05-18 16:16 -0300\n "
8+ "POT-Creation-Date : 2026-06-16 23:00 -0300\n "
99"PO-Revision-Date : 2026-02-24 14:31-0300\n "
1010"Last-Translator : Fernando Macedo <fgmacedo@gmail.com>\n "
1111"Language : en\n "
@@ -16,25 +16,25 @@ msgstr ""
1616"Content-Transfer-Encoding : 8bit\n "
1717"Generated-By : Babel 2.18.0\n "
1818
19- #: statemachine/callbacks.py:404 statemachine/callbacks.py:409
19+ #: statemachine/callbacks.py:398 statemachine/callbacks.py:403
2020#, python-brace-format
2121msgid "Did not found name '{}' from model or statemachine"
2222msgstr "Did not found name '{}' from model or statemachine"
2323
24- #: statemachine/configuration.py:129
24+ #: statemachine/configuration.py:128
2525msgid ""
2626"There's no current state set. In async code, did you activate the initial"
2727" state? (e.g., `await sm.activate_initial_state()`)"
2828msgstr ""
2929"There's no current state set. In async code, did you activate the initial"
3030" state? (e.g., `await sm.activate_initial_state()`)"
3131
32- #: statemachine/dispatcher.py:126
32+ #: statemachine/dispatcher.py:123
3333#, python-brace-format
3434msgid "Failed to parse boolean expression '{}'"
3535msgstr "Failed to parse boolean expression '{}'"
3636
37- #: statemachine/event.py:95
37+ #: statemachine/event.py:94
3838#, python-brace-format
3939msgid ""
4040"Event() received a non-string 'id' ({cls_name}). To combine multiple "
@@ -43,12 +43,12 @@ msgstr ""
4343"Event() received a non-string 'id' ({cls_name}). To combine multiple "
4444"transitions under one event, use the | operator: t1 | t2."
4545
46- #: statemachine/event.py:131
46+ #: statemachine/event.py:130
4747#, python-brace-format
4848msgid "Cannot add callback '{}' to an event with no transitions."
4949msgstr "Cannot add callback '{}' to an event with no transitions."
5050
51- #: statemachine/event.py:164
51+ #: statemachine/event.py:163
5252#, python-brace-format
5353msgid "Event {} cannot be called without a SM instance"
5454msgstr "Event {} cannot be called without a SM instance"
@@ -63,7 +63,7 @@ msgstr "{!r} is not a valid state value."
6363msgid "Can't {} when in {}."
6464msgstr "Can't {} when in {}."
6565
66- #: statemachine/factory.py:81
66+ #: statemachine/factory.py:77
6767#, python-brace-format
6868msgid ""
6969"There should be one and only one initial state. Your currently have "
@@ -72,7 +72,7 @@ msgstr ""
7272"There should be one and only one initial state. Your currently have "
7373"these: {0}"
7474
75- #: statemachine/factory.py:198
75+ #: statemachine/factory.py:194
7676#, python-brace-format
7777msgid ""
7878"There should be one and only one initial state. You currently have these:"
@@ -81,12 +81,12 @@ msgstr ""
8181"There should be one and only one initial state. You currently have these:"
8282" {!r}"
8383
84- #: statemachine/factory.py:213
84+ #: statemachine/factory.py:209
8585#, python-brace-format
8686msgid "Cannot declare transitions from final state. Invalid state(s): {}"
8787msgstr "Cannot declare transitions from final state. Invalid state(s): {}"
8888
89- #: statemachine/factory.py:225
89+ #: statemachine/factory.py:221
9090#, python-brace-format
9191msgid ""
9292"All non-final states should have at least one outgoing transition. These "
@@ -95,7 +95,7 @@ msgstr ""
9595"All non-final states should have at least one outgoing transition. These "
9696"states have no outgoing transition: {!r}"
9797
98- #: statemachine/factory.py:239
98+ #: statemachine/factory.py:235
9999#, python-brace-format
100100msgid ""
101101"All non-final states should have at least one path to a final state. "
@@ -104,7 +104,7 @@ msgstr ""
104104"All non-final states should have at least one path to a final state. "
105105"These states have no path to a final state: {!r}"
106106
107- #: statemachine/factory.py:252
107+ #: statemachine/factory.py:248
108108#, python-brace-format
109109msgid ""
110110"There are unreachable states. The statemachine graph should have a single"
@@ -113,7 +113,7 @@ msgstr ""
113113"There are unreachable states. The statemachine graph should have a single"
114114" component. Disconnected states: {}"
115115
116- #: statemachine/factory.py:289
116+ #: statemachine/factory.py:285
117117#, python-brace-format
118118msgid ""
119119"Invalid entry in 'listeners': {!r}. Expected a class, callable, or "
@@ -122,7 +122,7 @@ msgstr ""
122122"Invalid entry in 'listeners': {!r}. Expected a class, callable, or "
123123"listener instance."
124124
125- #: statemachine/factory.py:388
125+ #: statemachine/factory.py:384
126126#, python-brace-format
127127msgid "An event in the '{}' has no id."
128128msgstr "An event in the '{}' has no id."
@@ -132,20 +132,20 @@ msgstr "An event in the '{}' has no id."
132132msgid "{!r} is not a valid state machine name."
133133msgstr "{!r} is not a valid state machine name."
134134
135- #: statemachine/state.py:250
135+ #: statemachine/state.py:249
136136msgid "'donedata' can only be specified on final states."
137137msgstr "'donedata' can only be specified on final states."
138138
139- #: statemachine/statemachine.py:169
139+ #: statemachine/statemachine.py:167
140140msgid "There are no states or transitions."
141141msgstr "There are no states or transitions."
142142
143- #: statemachine/statemachine.py:239
143+ #: statemachine/statemachine.py:237
144144#, python-brace-format
145145msgid "State overriding is not allowed. Trying to add '{}' to {}"
146146msgstr "State overriding is not allowed. Trying to add '{}' to {}"
147147
148- #: statemachine/transition.py:75
148+ #: statemachine/transition.py:74
149149#, python-brace-format
150150msgid ""
151151"Not a valid internal transition from source {source!r}, target {target!r}"
0 commit comments