-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
1 changed file
with
9 additions
and
3 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 |
---|---|---|
|
@@ -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" |