@@ -6,73 +6,79 @@ msgid ""
6
6
msgstr ""
7
7
"Project-Id-Version : Odoo Server 18.0\n "
8
8
"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 "
10
11
"Language-Team : none\n "
11
12
"Language : it\n "
12
13
"MIME-Version : 1.0\n "
13
14
"Content-Type : text/plain; charset=UTF-8\n "
14
15
"Content-Transfer-Encoding : \n "
15
16
"Plural-Forms : nplurals=2; plural=n != 1;\n "
17
+ "X-Generator : Weblate 5.10.4\n "
16
18
17
19
#. module: base_rest
18
20
#. odoo-python
19
21
#: code:addons/base_rest/restapi.py:0
20
22
msgid "BadRequest %s"
21
- msgstr ""
23
+ msgstr "Richiesta errata %s "
22
24
23
25
#. module: base_rest
24
26
#. odoo-python
25
27
#: code:addons/base_rest/restapi.py:0
26
28
msgid "BadRequest item %(idx)s :%(errors)s"
27
- msgstr ""
29
+ msgstr "Elemento richiesta errata %(idx)s :%(errors)s "
28
30
29
31
#. module: base_rest
30
32
#. odoo-python
31
33
#: code:addons/base_rest/restapi.py:0
32
34
msgid "BadRequest: Not enough items in the list (%(current)s < %(expected)s)"
33
35
msgstr ""
36
+ "Richiesta errata: non ci sono sufficienti elementi nella lista (%(current)s "
37
+ "< %(expected)s)"
34
38
35
39
#. module: base_rest
36
40
#. odoo-python
37
41
#: code:addons/base_rest/restapi.py:0
38
42
msgid "BadRequest: Too many items in the list (%(current)s > %(expected)s)"
39
43
msgstr ""
44
+ "Richiesta errata: ci sono troppi elementi nella lista (%(current)s > "
45
+ "%(expected)s)"
40
46
41
47
#. module: base_rest
42
48
#: model:ir.ui.menu,name: base_rest.menu_rest_api_docs
43
49
msgid "Docs"
44
- msgstr ""
50
+ msgstr "Documenti "
45
51
46
52
#. module: base_rest
47
53
#. odoo-python
48
54
#: code:addons/base_rest/restapi.py:0
49
55
msgid "Invalid Response %s"
50
- msgstr ""
56
+ msgstr "Risposta non valida %s "
51
57
52
58
#. module: base_rest
53
59
#: model:ir.actions.act_url,name: base_rest.action_rest_api_docs
54
60
#: model:ir.ui.menu,name: base_rest.menu_rest_api_root
55
61
msgid "REST API"
56
- msgstr ""
62
+ msgstr "API REST "
57
63
58
64
#. module: base_rest
59
65
#: model:ir.model,name: base_rest.model_rest_service_registration
60
66
msgid "REST Services Registration Model"
61
- msgstr ""
67
+ msgstr "Modello registrazione servizio REST "
62
68
63
69
#. module: base_rest
64
70
#: model:ir.model,name: base_rest.model_ir_rule
65
71
msgid "Record Rule"
66
- msgstr ""
72
+ msgstr "Regola su record "
67
73
68
74
#. module: base_rest
69
75
#. odoo-python
70
76
#: code:addons/base_rest/restapi.py:0
71
77
msgid "Unable to get cerberus schema from %s"
72
- msgstr ""
78
+ msgstr "Impossibile ottenere lo schema Cerberus da %s "
73
79
74
80
#. module: base_rest
75
81
#. odoo-python
76
82
#: code:addons/base_rest/restapi.py:0
77
83
msgid "You must provide a dict of RestMethodParam"
78
- msgstr ""
84
+ msgstr "Bisogna fornire un dizionario del parametro metodo REST "
0 commit comments