Skip to content

Commit

Permalink
Added translation using Weblate (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
mymage authored and weblate committed Nov 23, 2024
1 parent be79a86 commit cf1c949
Showing 1 changed file with 151 additions and 0 deletions.
151 changes: 151 additions & 0 deletions sale_project_task_recurrency/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_project_task_recurrency
#
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: sale_project_task_recurrency
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_product__task_repeat_number
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_template__task_repeat_number
msgid "# Repeats"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_start_date_method__current_date
msgid "Current date"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_repeat_unit__day
msgid "Days"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_product__task_repeat_until
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_template__task_repeat_until
msgid "End Date"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_start_date_method__end_this
msgid "End of current period"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_start_date_method__end_next
msgid "End of next period"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_repeat_type__forever
msgid "Forever"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_product__recurring_task
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_template__recurring_task
msgid "Is recurring task?"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_repeat_unit__month
msgid "Months"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model,name:sale_project_task_recurrency.model_product_template
msgid "Product"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model,name:sale_project_task_recurrency.model_product_product
msgid "Product Variant"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_repeat_type__repeat
msgid "Repeat"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_product__task_repeat_interval
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_template__task_repeat_interval
msgid "Repeat Every"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model,name:sale_project_task_recurrency.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_product__task_start_date_method
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_template__task_start_date_method
msgid "Start Date Method"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_start_date_method__start_this
msgid "Start of current period"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_start_date_method__start_next
msgid "Start of next period"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_product__task_repeat_unit
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_template__task_repeat_unit
msgid "Task Repeat Unit"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields,help:sale_project_task_recurrency.field_product_product__task_start_date_method
#: model:ir.model.fields,help:sale_project_task_recurrency.field_product_template__task_start_date_method
msgid ""
"This field allows to define how the start date of the task will\n"
" be calculated:\n"
"\n"
" - Current date: The start date will be Current date.\n"
" - Start of current period: The start date will be the first day of the actual\n"
" period selected. Example: If we are on 2024/08/27\n"
" and the period selected is 'Year(s)' the start date will be 2024/01/01.\n"
" - End of current period: The start date will be the last day of the actual\n"
" period selected. Example: If we are on 2024/08/27\n"
" and the period selected is 'Year(s)' the start date will be 2024/12/31.\n"
" - Start of next period: The start date will be the first day of the next\n"
" period selected. Example: If we are on 2024/08/27\n"
" and the period selected is 'Year(s)' the start date will be 2025/01/01.\n"
" - End of next period: The start date will be the last day of the actual\n"
" period selected. Example: If we are on 2024/08/27\n"
" and the period selected is 'Year(s)' the start date will be 2025/12/31.\n"
" "
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_product__task_repeat_type
#: model:ir.model.fields,field_description:sale_project_task_recurrency.field_product_template__task_repeat_type
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_repeat_type__until
msgid "Until"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_repeat_unit__week
msgid "Weeks"
msgstr ""

#. module: sale_project_task_recurrency
#: model:ir.model.fields.selection,name:sale_project_task_recurrency.selection__product_template__task_repeat_unit__year
msgid "Years"
msgstr ""

0 comments on commit cf1c949

Please sign in to comment.