Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations #44

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 62 additions & 9 deletions statechart/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * statechart
# * statechart
#
msgid ""
msgstr ""
Expand All @@ -10,20 +10,73 @@ msgstr ""
"PO-Revision-Date: 2018-03-19 14:04+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: statechart
#: code:addons/statechart/models/statechart_mixin.py:97
#: model:ir.model.fields,field_description:statechart.field_statechart_mixin__sc_has_allowed_events
msgid "Need action?"
msgstr ""

#. module: statechart
#. odoo-python
#: code:addons/statechart/models/statechart_mixin.py:0
#, python-format
msgid ""
"Reentrancy error for %(event)s on %(rec)s. Please use sc_queue() instead of "
"a direct method call."
msgstr ""

#. module: statechart
#: model:ir.model.fields,field_description:statechart.field_statechart_mixin__sc_display_state
msgid "Sc Display State"
msgstr ""

#. module: statechart
#: model:ir.model.fields,field_description:statechart.field_statechart_mixin__sc_interpreter
msgid "Sc Interpreter"
msgstr ""

#. module: statechart
#: model:ir.model.fields,field_description:statechart.field_statechart_mixin__sc_state
msgid "Sc State"
msgstr ""

#. module: statechart
#: model:ir.model,name:statechart.model_statechart_mixin
msgid "Statechart Mixin"
msgstr ""

#. module: statechart
#. odoo-python
#: code:addons/statechart/models/statechart_mixin.py:0
#, python-format
msgid "This action is not allowed in the current state "
"or with your access rights.\n"
msgid ""
"Statechart event %(event_name)s would mask attribute %(method)s of %(cls)s"
msgstr ""

#. module: statechart
#. odoo-python
#: code:addons/statechart/models/statechart_mixin.py:0
#, fuzzy, python-format
msgid ""
"This action is not allowed in the current state or with your access rights.\n"
"\n"
"Technical details of the error: %s\n"
"Steps: %s"
msgstr "Cette action n'est pas autorisée dans l'état actuel ou avec vos droits d'accès.\n"
"Technical details of the error: %(orig_event)s\n"
"Steps: %(steps)s"
msgstr ""
"Cette action n'est pas autorisée dans l'état actuel ou avec vos droits "
"d'accès.\n"
"\n"
"Détails techniques de l'erreur: %s\n"
"Étapes: %s"
"Détails techniques de l'erreur: %(orig_event)s\n"
"Étapes: %(steps)s"

#. module: statechart
#. odoo-python
#: code:addons/statechart/models/statechart_mixin.py:0
#, python-format
msgid "write cannot be a statechart event"
msgstr ""
74 changes: 74 additions & 0 deletions statechart/i18n/statechart.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * statechart
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: statechart
#: model:ir.model.fields,field_description:statechart.field_statechart_mixin__sc_has_allowed_events
msgid "Need action?"
msgstr ""

#. module: statechart
#. odoo-python
#: code:addons/statechart/models/statechart_mixin.py:0
#, python-format
msgid ""
"Reentrancy error for %(event)s on %(rec)s. Please use sc_queue() instead of "
"a direct method call."
msgstr ""

#. module: statechart
#: model:ir.model.fields,field_description:statechart.field_statechart_mixin__sc_display_state
msgid "Sc Display State"
msgstr ""

#. module: statechart
#: model:ir.model.fields,field_description:statechart.field_statechart_mixin__sc_interpreter
msgid "Sc Interpreter"
msgstr ""

#. module: statechart
#: model:ir.model.fields,field_description:statechart.field_statechart_mixin__sc_state
msgid "Sc State"
msgstr ""

#. module: statechart
#: model:ir.model,name:statechart.model_statechart_mixin
msgid "Statechart Mixin"
msgstr ""

#. module: statechart
#. odoo-python
#: code:addons/statechart/models/statechart_mixin.py:0
#, python-format
msgid ""
"Statechart event %(event_name)s would mask attribute %(method)s of %(cls)s"
msgstr ""

#. module: statechart
#. odoo-python
#: code:addons/statechart/models/statechart_mixin.py:0
#, python-format
msgid ""
"This action is not allowed in the current state or with your access rights.\n"
"\n"
"Technical details of the error: %(orig_event)s\n"
"Steps: %(steps)s"
msgstr ""

#. module: statechart
#. odoo-python
#: code:addons/statechart/models/statechart_mixin.py:0
#, python-format
msgid "write cannot be a statechart event"
msgstr ""
54 changes: 54 additions & 0 deletions statechart_demo/i18n/statechart_demo.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * statechart_demo
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: statechart_demo
#: model:ir.model,name:statechart_demo.model_res_partner
msgid "Contact"
msgstr ""

#. module: statechart_demo
#: model:ir.model.fields,field_description:statechart_demo.field_res_partner__sc_has_allowed_events
msgid "Need action?"
msgstr ""

#. module: statechart_demo
#: model:ir.model.fields,field_description:statechart_demo.field_res_partner__sc_display_state
msgid "Sc Display State"
msgstr ""

#. module: statechart_demo
#: model:ir.model.fields,field_description:statechart_demo.field_res_partner__sc_interpreter
msgid "Sc Interpreter"
msgstr ""

#. module: statechart_demo
#: model:ir.model.fields,field_description:statechart_demo.field_res_partner__sc_state
msgid "Sc State"
msgstr ""

#. module: statechart_demo
#: model_terms:ir.ui.view,arch_db:statechart_demo.view_partner_form
msgid "Validate"
msgstr ""

#. module: statechart_demo
#: model_terms:ir.ui.view,arch_db:statechart_demo.view_partner_form
msgid "Validate (track 1)"
msgstr ""

#. module: statechart_demo
#: model_terms:ir.ui.view,arch_db:statechart_demo.view_partner_form
msgid "Validate (track 2)"
msgstr ""
Loading
Loading