@@ -21,17 +21,37 @@ msgstr ""
21
21
msgid "API Key"
22
22
msgstr "Chiave API"
23
23
24
+ #. module: auth_api_key
25
+ #: model:ir.model.fields,field_description: auth_api_key.field_auth_api_key__active
26
+ msgid "Active"
27
+ msgstr ""
28
+
24
29
#. module: auth_api_key
25
30
#: model:ir.model.constraint,message: auth_api_key.constraint_auth_api_key_name_uniq
26
31
msgid "Api Key name must be unique."
27
32
msgstr "La chiave API deve essere univoca."
28
33
34
+ #. module: auth_api_key
35
+ #: model_terms:ir.ui.view,arch_db: auth_api_key.auth_api_key_form_view
36
+ msgid "Archived"
37
+ msgstr ""
38
+
29
39
#. module: auth_api_key
30
40
#: model:ir.actions.act_window,name: auth_api_key.auth_api_key_act_window
31
41
#: model:ir.ui.menu,name: auth_api_key.auth_api_key_menu
32
42
msgid "Auth Api Key"
33
43
msgstr "Chiave API di autenticazione"
34
44
45
+ #. module: auth_api_key
46
+ #: model:ir.model,name: auth_api_key.model_res_company
47
+ msgid "Companies"
48
+ msgstr ""
49
+
50
+ #. module: auth_api_key
51
+ #: model:ir.model,name: auth_api_key.model_res_config_settings
52
+ msgid "Config Settings"
53
+ msgstr ""
54
+
35
55
#. module: auth_api_key
36
56
#: model:ir.model.fields,field_description: auth_api_key.field_auth_api_key__create_uid
37
57
msgid "Created by"
@@ -42,6 +62,17 @@ msgstr "Creato da"
42
62
msgid "Created on"
43
63
msgstr "Creato il"
44
64
65
+ #. module: auth_api_key
66
+ #: model:ir.model.fields,field_description: auth_api_key.field_res_company__archived_user_disable_auth_api_key
67
+ #: model:ir.model.fields,field_description: auth_api_key.field_res_config_settings__archived_user_disable_auth_api_key
68
+ msgid "Disable API key for archived user"
69
+ msgstr ""
70
+
71
+ #. module: auth_api_key
72
+ #: model_terms:ir.ui.view,arch_db: auth_api_key.res_config_settings_view_form
73
+ msgid "Disable API key when archiving user"
74
+ msgstr ""
75
+
45
76
#. module: auth_api_key
46
77
#: model:ir.model.fields,field_description: auth_api_key.field_auth_api_key__display_name
47
78
msgid "Display Name"
@@ -57,6 +88,15 @@ msgstr "Instradamento HTTP"
57
88
msgid "ID"
58
89
msgstr "ID"
59
90
91
+ #. module: auth_api_key
92
+ #: model:ir.model.fields,help: auth_api_key.field_res_company__archived_user_disable_auth_api_key
93
+ #: model:ir.model.fields,help: auth_api_key.field_res_config_settings__archived_user_disable_auth_api_key
94
+ msgid ""
95
+ "If checked, when a user is archived/unactivated the same change is "
96
+ "propagated to his related api key. It is not retroactive (nothing is done "
97
+ "when enabling/disabling this option)."
98
+ msgstr ""
99
+
60
100
#. module: auth_api_key
61
101
#: model:ir.model.fields,field_description: auth_api_key.field_auth_api_key__key
62
102
msgid "Key"
0 commit comments