@@ -6,122 +6,126 @@ msgid ""
6
6
msgstr ""
7
7
"Project-Id-Version : Odoo Server 16.0\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
- "Last-Translator : Automatically generated\n "
9
+ "PO-Revision-Date : 2025-02-26 11:06+0000\n "
10
+ "Last-Translator : mymage <stefano.consolaro@mymage.it>\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.6.2\n "
16
18
17
19
#. module: confirmation_wizard
18
20
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__callback_method
19
21
msgid "Callback Method"
20
- msgstr ""
22
+ msgstr "Metodo callback "
21
23
22
24
#. module: confirmation_wizard
23
25
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__callback_params
24
26
msgid "Callback Params"
25
- msgstr ""
27
+ msgstr "Parametri callback "
26
28
27
29
#. module: confirmation_wizard
28
30
#: model_terms:ir.ui.view,arch_db: confirmation_wizard.confirmation_wizard_form_view
29
31
msgid "Cancel"
30
- msgstr ""
32
+ msgstr "Annulla "
31
33
32
34
#. module: confirmation_wizard
33
35
#: model_terms:ir.ui.view,arch_db: confirmation_wizard.confirmation_wizard_form_view
34
36
msgid "Confirm"
35
- msgstr ""
37
+ msgstr "Conferma "
36
38
37
39
#. module: confirmation_wizard
38
40
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__message
39
41
msgid "Confirm Message"
40
- msgstr ""
42
+ msgstr "Messaggio di conferma "
41
43
42
44
#. module: confirmation_wizard
43
45
#. odoo-python
44
46
#: code:addons/confirmation_wizard/wizard/confirmation_wizard.py:0
45
47
#: model:ir.actions.act_window,name: confirmation_wizard.confirmation_wizard_action
46
48
#, python-format
47
49
msgid "Confirmation"
48
- msgstr ""
50
+ msgstr "Conferma "
49
51
50
52
#. module: confirmation_wizard
51
53
#: model:ir.model,name: confirmation_wizard.model_confirmation_wizard
52
54
msgid "Confirmation Wizard"
53
- msgstr ""
55
+ msgstr "Procedura guidata conferma "
54
56
55
57
#. module: confirmation_wizard
56
58
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__create_uid
57
59
msgid "Created by"
58
- msgstr ""
60
+ msgstr "Creato da "
59
61
60
62
#. module: confirmation_wizard
61
63
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__create_date
62
64
msgid "Created on"
63
- msgstr ""
65
+ msgstr "Creato il "
64
66
65
67
#. module: confirmation_wizard
66
68
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__display_name
67
69
msgid "Display Name"
68
- msgstr ""
70
+ msgstr "Nome visualizzato "
69
71
70
72
#. module: confirmation_wizard
71
73
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__id
72
74
msgid "ID"
73
- msgstr ""
75
+ msgstr "ID "
74
76
75
77
#. module: confirmation_wizard
76
78
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard____last_update
77
79
msgid "Last Modified on"
78
- msgstr ""
80
+ msgstr "Ultima modifica il "
79
81
80
82
#. module: confirmation_wizard
81
83
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__write_uid
82
84
msgid "Last Updated by"
83
- msgstr ""
85
+ msgstr "Ultimo aggiornamento di "
84
86
85
87
#. module: confirmation_wizard
86
88
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__write_date
87
89
msgid "Last Updated on"
88
- msgstr ""
90
+ msgstr "Ultimo aggiornamento il "
89
91
90
92
#. module: confirmation_wizard
91
93
#. odoo-python
92
94
#: code:addons/confirmation_wizard/wizard/confirmation_wizard.py:0
93
95
#, python-format
94
96
msgid "Method '%(callback_method)s' is not found on model '%(res_model)s'."
95
97
msgstr ""
98
+ "Il metodo '%(callback_method)s' inon è stato trovato nel modello "
99
+ "'%(res_model)s'."
96
100
97
101
#. module: confirmation_wizard
98
102
#. odoo-python
99
103
#: code:addons/confirmation_wizard/wizard/confirmation_wizard.py:0
100
104
#, python-format
101
105
msgid "Records (IDS: '%(ids)s') not found in model '%(model)s'."
102
- msgstr ""
106
+ msgstr "I record (ID: '%(ids)s') non trovati nel modello '%(model)s'. "
103
107
104
108
#. module: confirmation_wizard
105
109
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__res_ids
106
110
msgid "Res"
107
- msgstr ""
111
+ msgstr "Res "
108
112
109
113
#. module: confirmation_wizard
110
114
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__res_model
111
115
msgid "Res Model"
112
- msgstr ""
116
+ msgstr "Modello res "
113
117
114
118
#. module: confirmation_wizard
115
119
#: model:ir.model.fields.selection,name: confirmation_wizard.selection__confirmation_wizard__return_type__method
116
120
msgid "Return Method"
117
- msgstr ""
121
+ msgstr "Metodo risposta "
118
122
119
123
#. module: confirmation_wizard
120
124
#: model:ir.model.fields,field_description: confirmation_wizard.field_confirmation_wizard__return_type
121
125
msgid "Return Type"
122
- msgstr ""
126
+ msgstr "Tipo risposta "
123
127
124
128
#. module: confirmation_wizard
125
129
#: model:ir.model.fields.selection,name: confirmation_wizard.selection__confirmation_wizard__return_type__window_close
126
130
msgid "Return Window Close Action"
127
- msgstr ""
131
+ msgstr "Risposta azione chiusura finestra "
0 commit comments