Skip to content

Commit

Permalink
Translated using Weblate (Italian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (4 of 4 strings)

Translation: rest-framework-16.0/rest-framework-16.0-base_rest_pydantic
Translate-URL: https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-base_rest_pydantic/it/
  • Loading branch information
mymage authored and weblate committed Jan 15, 2024
1 parent f6e4340 commit 4809fc0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions base_rest_pydantic/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,44 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"PO-Revision-Date: 2024-01-15 11:35+0000\n"
"Last-Translator: mymage <[email protected]>\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"
"X-Generator: Weblate 4.17\n"

#. module: base_rest_pydantic
#. odoo-python
#: code:addons/base_rest_pydantic/restapi.py:0
#, python-format
msgid "BadRequest %s"
msgstr ""
msgstr "Richiesta errata %s"

#. module: base_rest_pydantic
#. odoo-python
#: code:addons/base_rest_pydantic/restapi.py:0
#, python-format
msgid "BadRequest: Not enough items in the list (%(current)s < %(expected)s)"
msgstr ""
"Richiesta errata: non ci sono sufficienti elementi nella lista (%(current)s "
"< %(expected)s)"

#. module: base_rest_pydantic
#. odoo-python
#: code:addons/base_rest_pydantic/restapi.py:0
#, python-format
msgid "BadRequest: Too many items in the list (%(current)s > %(expected)s)"
msgstr ""
"Richiesta errata: ci sono troppi elementi nella lista (%(current)s > "
"%(expected)s)"

#. module: base_rest_pydantic
#. odoo-python
#: code:addons/base_rest_pydantic/restapi.py:0
#, python-format
msgid "Invalid Response"
msgstr ""
msgstr "Risposta non valida"

0 comments on commit 4809fc0

Please sign in to comment.