Skip to content

Commit 51fc83e

Browse files
mymageweblate
authored andcommitted
Translated using Weblate (Italian)
Currently translated at 100.0% (11 of 11 strings) Translation: rest-framework-18.0/rest-framework-18.0-base_rest Translate-URL: https://translation.odoo-community.org/projects/rest-framework-18-0/rest-framework-18-0-base_rest/it/
1 parent 658c710 commit 51fc83e

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

base_rest/i18n/it.po

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,73 +6,79 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Odoo Server 18.0\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"Last-Translator: Automatically generated\n"
9+
"PO-Revision-Date: 2025-04-11 11:24+0000\n"
10+
"Last-Translator: mymage <[email protected]>\n"
1011
"Language-Team: none\n"
1112
"Language: it\n"
1213
"MIME-Version: 1.0\n"
1314
"Content-Type: text/plain; charset=UTF-8\n"
1415
"Content-Transfer-Encoding: \n"
1516
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 5.10.4\n"
1618

1719
#. module: base_rest
1820
#. odoo-python
1921
#: code:addons/base_rest/restapi.py:0
2022
msgid "BadRequest %s"
21-
msgstr ""
23+
msgstr "Richiesta errata %s"
2224

2325
#. module: base_rest
2426
#. odoo-python
2527
#: code:addons/base_rest/restapi.py:0
2628
msgid "BadRequest item %(idx)s :%(errors)s"
27-
msgstr ""
29+
msgstr "Elemento richiesta errata %(idx)s :%(errors)s"
2830

2931
#. module: base_rest
3032
#. odoo-python
3133
#: code:addons/base_rest/restapi.py:0
3234
msgid "BadRequest: Not enough items in the list (%(current)s < %(expected)s)"
3335
msgstr ""
36+
"Richiesta errata: non ci sono sufficienti elementi nella lista (%(current)s "
37+
"< %(expected)s)"
3438

3539
#. module: base_rest
3640
#. odoo-python
3741
#: code:addons/base_rest/restapi.py:0
3842
msgid "BadRequest: Too many items in the list (%(current)s > %(expected)s)"
3943
msgstr ""
44+
"Richiesta errata: ci sono troppi elementi nella lista (%(current)s > "
45+
"%(expected)s)"
4046

4147
#. module: base_rest
4248
#: model:ir.ui.menu,name:base_rest.menu_rest_api_docs
4349
msgid "Docs"
44-
msgstr ""
50+
msgstr "Documenti"
4551

4652
#. module: base_rest
4753
#. odoo-python
4854
#: code:addons/base_rest/restapi.py:0
4955
msgid "Invalid Response %s"
50-
msgstr ""
56+
msgstr "Risposta non valida %s"
5157

5258
#. module: base_rest
5359
#: model:ir.actions.act_url,name:base_rest.action_rest_api_docs
5460
#: model:ir.ui.menu,name:base_rest.menu_rest_api_root
5561
msgid "REST API"
56-
msgstr ""
62+
msgstr "API REST"
5763

5864
#. module: base_rest
5965
#: model:ir.model,name:base_rest.model_rest_service_registration
6066
msgid "REST Services Registration Model"
61-
msgstr ""
67+
msgstr "Modello registrazione servizio REST"
6268

6369
#. module: base_rest
6470
#: model:ir.model,name:base_rest.model_ir_rule
6571
msgid "Record Rule"
66-
msgstr ""
72+
msgstr "Regola su record"
6773

6874
#. module: base_rest
6975
#. odoo-python
7076
#: code:addons/base_rest/restapi.py:0
7177
msgid "Unable to get cerberus schema from %s"
72-
msgstr ""
78+
msgstr "Impossibile ottenere lo schema Cerberus da %s"
7379

7480
#. module: base_rest
7581
#. odoo-python
7682
#: code:addons/base_rest/restapi.py:0
7783
msgid "You must provide a dict of RestMethodParam"
78-
msgstr ""
84+
msgstr "Bisogna fornire un dizionario del parametro metodo REST"

0 commit comments

Comments
 (0)