|
| 1 | +# This file is distributed under the same license as the PROJECT project. |
| 2 | +# Fernando Macedo <fgmacedo@gmail.com>, 2023. |
| 3 | +# |
| 4 | +#, fuzzy |
| 5 | +msgid "" |
| 6 | +msgstr "" |
| 7 | +"Project-Id-Version: 2.0.0\n" |
| 8 | +"Report-Msgid-Bugs-To: fgmacedo@gmail.com\n" |
| 9 | +"POT-Creation-Date: 2023-03-04 16:10-0300\n" |
| 10 | +"PO-Revision-Date: 2023-03-04 16:10-0300\n" |
| 11 | +"Last-Translator: Fernando Macedo <fgmacedo@gmail.com>\n" |
| 12 | +"MIME-Version: 1.0\n" |
| 13 | +"Content-Type: text/plain; charset=utf-8\n" |
| 14 | +"Content-Transfer-Encoding: 8bit\n" |
| 15 | +"Generated-By: Babel 2.12.1\n" |
| 16 | + |
| 17 | +#: statemachine/callbacks.py:56 |
| 18 | +msgid "Callback {!r} not property configured." |
| 19 | +msgstr "Callback {!r} não está configurado corretamente." |
| 20 | + |
| 21 | +#: statemachine/dispatcher.py:35 |
| 22 | +msgid "Did not found name '{}' from model or statemachine" |
| 23 | +msgstr "Não foi encontrado o nome '{}' no modelo ou na máquina de estados" |
| 24 | + |
| 25 | +#: statemachine/exceptions.py:17 |
| 26 | +msgid "{!r} is not a valid state value." |
| 27 | +msgstr "{!r} não é um valor de estado válido." |
| 28 | + |
| 29 | +#: statemachine/exceptions.py:31 |
| 30 | +msgid "Can't {} when in {}." |
| 31 | +msgstr "Não é possível {} quando em {}." |
| 32 | + |
| 33 | +#: statemachine/factory.py:35 |
| 34 | +msgid "" |
| 35 | +"There should be one and only one initial state. Your currently have " |
| 36 | +"these: {!r}" |
| 37 | +msgstr "" |
| 38 | +"Deve haver um e apenas um estado inicial. Atualmente, você tem " |
| 39 | +"os seguintes: {!r}" |
| 40 | + |
| 41 | +#: statemachine/factory.py:51 |
| 42 | +msgid "" |
| 43 | +"There are unreachable states. The statemachine graph should have a single" |
| 44 | +" component. Disconnected states: {}" |
| 45 | +msgstr "" |
| 46 | +"Há estados inalcançáveis. O grafo da máquina de estados deve ter apenas um" |
| 47 | +" componente. Estados desconectados: {}" |
| 48 | + |
| 49 | +#: statemachine/factory.py:69 |
| 50 | +msgid "There are no states." |
| 51 | +msgstr "Não há estados." |
| 52 | + |
| 53 | +#: statemachine/factory.py:72 |
| 54 | +msgid "There are no events." |
| 55 | +msgstr "Não há eventos." |
| 56 | + |
| 57 | +#: statemachine/factory.py:82 |
| 58 | +msgid "Cannot declare transitions from final state. Invalid state(s): {}" |
| 59 | +msgstr "Não é possível declarar transições a partir do estado final. Estado(s) inválido(s): {}" |
| 60 | + |
| 61 | +#: statemachine/mixins.py:30 |
| 62 | +msgid "{!r} is not a valid state machine name." |
| 63 | +msgstr "{!r} não é um nome válido para a máquina de estados." |
| 64 | + |
| 65 | +#: statemachine/state.py:148 |
| 66 | +msgid "State overriding is not allowed. Trying to add '{}' to {}" |
| 67 | +msgstr "A substituição de estado não é permitida. Tentando adicionar '{}' a {}" |
| 68 | + |
| 69 | +#: statemachine/statemachine.py:48 |
| 70 | +msgid "There are no states or transitions." |
| 71 | +msgstr "Não há estados ou transições." |
0 commit comments