forked from OCA/server-tools
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1451 from OCA/17.0
Syncing from upstream OCA/server-tools (17.0)
- Loading branch information
Showing
4 changed files
with
339 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,224 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * jsonifier | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,help:jsonifier.field_ir_exports_line__instance_method_name | ||
msgid "A method defined on the model that takes a record and a field_name" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__active | ||
msgid "Active" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model,name:jsonifier.model_base | ||
msgid "Base" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,help:jsonifier.field_ir_exports_resolver__python_code | ||
msgid "" | ||
"Compute the result from 'value' by setting the variable 'result'.\n" | ||
"For fields resolvers:\n" | ||
":param name: name of the field\n" | ||
":param value: value of the field\n" | ||
":param field_type: type of the field\n" | ||
"For global resolvers:\n" | ||
":param value: JSON dict\n" | ||
":param record: the record" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports | ||
msgid "Configuration" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.actions.act_window,name:jsonifier.act_ui_exports_resolver_view | ||
#: model:ir.ui.menu,name:jsonifier.ui_exports_resolvers | ||
msgid "Custom Export Resolvers" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__global_resolver_id | ||
msgid "Custom global resolver" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__resolver_id | ||
msgid "Custom resolver" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#. odoo-python | ||
#: code:addons/jsonifier/models/ir_exports_line.py:0 | ||
#, python-format | ||
msgid "Either set a function or a resolver, not both." | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.actions.act_window,name:jsonifier.act_ui_exports_view | ||
#: model:ir.ui.menu,name:jsonifier.ui_exports | ||
msgid "Export Fields" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model,name:jsonifier.model_ir_exports_resolver | ||
msgid "Export Resolver" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model,name:jsonifier.model_ir_exports | ||
msgid "Exports" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model,name:jsonifier.model_ir_exports_line | ||
msgid "Exports Line" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__field | ||
msgid "Field" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__instance_method_name | ||
msgid "Function" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields.selection,name:jsonifier.selection__ir_exports_resolver__type__global | ||
msgid "Global" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,help:jsonifier.field_ir_exports_line__lang_id | ||
msgid "If set, the language in which the field is exported" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,help:jsonifier.field_ir_exports__global_resolver_id | ||
msgid "If set, will apply the global resolver to the result" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,help:jsonifier.field_ir_exports_line__resolver_id | ||
msgid "If set, will apply the resolver on the field value" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,help:jsonifier.field_ir_exports__language_agnostic | ||
msgid "" | ||
"If set, will set the lang to False when exporting lines without lang, " | ||
"otherwise it uses the lang in the given context to export these fields" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model_terms:ir.ui.view,arch_db:jsonifier.view_ir_exports | ||
msgid "Index" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__lang_id | ||
msgid "Language" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports__language_agnostic | ||
msgid "Language Agnostic" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__name | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#. odoo-python | ||
#: code:addons/jsonifier/models/ir_exports_line.py:0 | ||
#, python-format | ||
msgid "Name and Target must have the same hierarchy depth" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__python_code | ||
msgid "Python Code" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_line__target | ||
msgid "Target" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,help:jsonifier.field_ir_exports_line__target | ||
msgid "" | ||
"The complete path to the field where you can specify a target on the step as" | ||
" field:target" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#. odoo-python | ||
#: code:addons/jsonifier/models/ir_exports_line.py:0 | ||
#, python-format | ||
msgid "" | ||
"The target must reference the same field as in name '%(name)s' not in " | ||
"'%(name_with_target)s'" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#: model:ir.model.fields,field_description:jsonifier.field_ir_exports_resolver__type | ||
msgid "Type" | ||
msgstr "" | ||
|
||
#. module: jsonifier | ||
#. odoo-python | ||
#: code:addons/jsonifier/models/models.py:0 | ||
#, python-format | ||
msgid "Wrong parser configuration for field: `%s`" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * scheduler_error_mailer | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: scheduler_error_mailer | ||
#: model:mail.template,body_html:scheduler_error_mailer.scheduler_error_mailer | ||
msgid "" | ||
"\n" | ||
" \n" | ||
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n" | ||
"\n" | ||
"<p>Odoo tried to run the scheduler <em><t t-out=\"object.name or ''\"/></em> in the database <em><t t-out=\"ctx.get('dbname')\"/></em> but it failed. Here is the error message :</p>\n" | ||
"\n" | ||
"<strong>\n" | ||
"<t t-out=\"ctx.get('job_exception') or 'Failed to get the error message from the context.'\"/>\n" | ||
"</strong>\n" | ||
"\n" | ||
"<p>You may check the logs of the Odoo server to get more information about this failure.</p>\n" | ||
"\n" | ||
"<p>Properties of the scheduler <em><t t-out=\"object.name or ''\"/></em> :</p>\n" | ||
"<ul>\n" | ||
"<li>Model : <t t-out=\"object.model_id.name or ''\"/></li>\n" | ||
"<li>Python code : <code><t t-out=\"object.code or ''\"/></code></li>\n" | ||
"<li>Interval : <t t-out=\"object.interval_number or '0'\"/> <t t-out=\"object.interval_type or ''\"/></li>\n" | ||
"<li>Number of calls : <t t-out=\"object.numbercall or '0'\"/></li>\n" | ||
"<li>Repeat missed : <t t-out=\"object.doall\"/></li>\n" | ||
"<li>User : <t t-out=\"object.user_id.name or ''\"/></li>\n" | ||
"</ul>\n" | ||
"\n" | ||
"<p>\n" | ||
"-- <br/>\n" | ||
"Automatic e-mail sent by Odoo. Do not reply.<br/>\n" | ||
"Database : <t t-out=\"ctx.get('dbname')\"/>\n" | ||
"</p>\n" | ||
"</div>\n" | ||
" \n" | ||
" " | ||
msgstr "" | ||
|
||
#. module: scheduler_error_mailer | ||
#: model:ir.model.fields,field_description:scheduler_error_mailer.field_ir_cron__email_template_id | ||
msgid "Error E-mail Template" | ||
msgstr "" | ||
|
||
#. module: scheduler_error_mailer | ||
#: model:ir.model,name:scheduler_error_mailer.model_ir_cron | ||
msgid "Scheduled Actions" | ||
msgstr "" | ||
|
||
#. module: scheduler_error_mailer | ||
#: model:mail.template,name:scheduler_error_mailer.scheduler_error_mailer | ||
msgid "Scheduler Error" | ||
msgstr "" | ||
|
||
#. module: scheduler_error_mailer | ||
#: model:ir.model.fields,help:scheduler_error_mailer.field_ir_cron__email_template_id | ||
msgid "Select the email template that will be sent when this scheduler fails." | ||
msgstr "" | ||
|
||
#. module: scheduler_error_mailer | ||
#. odoo-python | ||
#: code:addons/scheduler_error_mailer/models/ir_cron.py:0 | ||
#, python-format | ||
msgid "Task failure with UID = %d." | ||
msgstr "" | ||
|
||
#. module: scheduler_error_mailer | ||
#: model:ir.actions.server,name:scheduler_error_mailer.test_scheduler_error_mailer_ir_actions_server | ||
msgid "Test Scheduler Error Mailer" | ||
msgstr "" | ||
|
||
#. module: scheduler_error_mailer | ||
#: model:mail.template,subject:scheduler_error_mailer.scheduler_error_mailer | ||
msgid "[DB {{ctx.get('dbname')}}] Scheduler '{{object.name or ''}}' FAILED" | ||
msgstr "" |