Skip to content

Commit

Permalink
Added translation using Weblate (Italian)
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ooops authored and weblate committed Aug 5, 2023
1 parent 3f0e642 commit 9121113
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions base_recurrence/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_recurrence
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.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: base_recurrence
#: model:ir.model.fields.selection,name:base_recurrence.selection__recurrence_mixin__recurrence_type__daily
msgid "Daily"
msgstr ""

#. module: base_recurrence
#: model:ir.model.fields.selection,name:base_recurrence.selection__recurrence_mixin__recurrence_type__monthly
msgid "Monthly"
msgstr ""

#. module: base_recurrence
#: model:ir.model.fields.selection,name:base_recurrence.selection__recurrence_mixin__recurrence_type__monthlylastday
msgid "Monthly Last Day"
msgstr ""

#. module: base_recurrence
#: model:ir.model.fields.selection,name:base_recurrence.selection__recurrence_mixin__recurrence_type__quarterly
msgid "Quarterly"
msgstr ""

#. module: base_recurrence
#: model:ir.model,name:base_recurrence.model_recurrence_mixin
msgid "Recurrence Mixin"
msgstr ""

#. module: base_recurrence
#: model:ir.model.fields,field_description:base_recurrence.field_recurrence_mixin__recurrence_type
msgid "Recurrence Type"
msgstr ""

#. module: base_recurrence
#: model:ir.model.fields.selection,name:base_recurrence.selection__recurrence_mixin__recurrence_type__semesterly
msgid "Semesterly"
msgstr ""

#. module: base_recurrence
#: model:ir.model.fields.selection,name:base_recurrence.selection__recurrence_mixin__recurrence_type__weekly
msgid "Weekly"
msgstr ""

#. module: base_recurrence
#: model:ir.model.fields.selection,name:base_recurrence.selection__recurrence_mixin__recurrence_type__yearly
msgid "Yearly"
msgstr ""

0 comments on commit 9121113

Please sign in to comment.