diff options
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | 262 |
1 files changed, 131 insertions, 131 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index f96a6122..bfef1282 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | |||
@@ -30,11 +30,11 @@ menu: | |||
30 | about: 'About' | 30 | about: 'About' |
31 | search: 'Cerca' | 31 | search: 'Cerca' |
32 | save_link: 'Salva collegamento' | 32 | save_link: 'Salva collegamento' |
33 | back_to_unread: 'Torna agli articoli non letti' | 33 | back_to_unread: 'Torna ai contenuti non letti' |
34 | top: | 34 | top: |
35 | add_new_entry: 'Aggiungi un nuovo articolo' | 35 | add_new_entry: 'Aggiungi un nuovo contenuto' |
36 | search: 'Cerca' | 36 | search: 'Cerca' |
37 | filter_entries: 'Filtra articoli' | 37 | filter_entries: 'Filtra contenuti' |
38 | export: 'Esporta' | 38 | export: 'Esporta' |
39 | search_form: | 39 | search_form: |
40 | input_label: 'Inserisci qui la tua ricerca' | 40 | input_label: 'Inserisci qui la tua ricerca' |
@@ -69,7 +69,7 @@ config: | |||
69 | 300_word: 'Leggo ~300 parole al minuto' | 69 | 300_word: 'Leggo ~300 parole al minuto' |
70 | 400_word: 'Leggo ~400 parole al minuto' | 70 | 400_word: 'Leggo ~400 parole al minuto' |
71 | form_rss: | 71 | form_rss: |
72 | description: 'I feed RSS generati da wallabag ti permettono di leggere i tuoi articoli salvati con il tuo lettore di RSS preferito. Prima, devi generare un token.' | 72 | description: 'I feed RSS generati da wallabag ti permettono di leggere i tuoi contenuti salvati con il tuo lettore di RSS preferito. Prima, devi generare un token.' |
73 | token_label: 'RSS token' | 73 | token_label: 'RSS token' |
74 | no_token: 'Nessun token' | 74 | no_token: 'Nessun token' |
75 | token_create: 'Crea il tuo token' | 75 | token_create: 'Crea il tuo token' |
@@ -90,42 +90,42 @@ config: | |||
90 | new_password_label: 'Nuova password' | 90 | new_password_label: 'Nuova password' |
91 | repeat_new_password_label: 'Ripeti la nuova password' | 91 | repeat_new_password_label: 'Ripeti la nuova password' |
92 | form_rules: | 92 | form_rules: |
93 | if_label: 'if' | 93 | if_label: 'se' |
94 | then_tag_as_label: 'then tag as' | 94 | then_tag_as_label: 'allora tagga come' |
95 | delete_rule_label: 'delete' | 95 | delete_rule_label: 'elimina' |
96 | rule_label: 'Rule' | 96 | rule_label: 'Regola' |
97 | tags_label: 'Tags' | 97 | tags_label: 'Tag' |
98 | faq: | 98 | faq: |
99 | title: 'FAQ' | 99 | title: 'FAQ' |
100 | tagging_rules_definition_title: 'What does « tagging rules » mean?' | 100 | tagging_rules_definition_title: 'Cosa significa « regole di tagging » ?' |
101 | tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.' | 101 | tagging_rules_definition_description: 'Sono regole utilizzate da wallabag per taggare automaticamente i contenuti.<br />Ogni volta che viene aggiunto un contenuto, tutte le regole di tagging rules vengono utilizzate per aggiungere i tag configurati, risparmiandoti il lavoro di classificare i contenuti manualmente.' |
102 | how_to_use_them_title: 'How do I use them?' | 102 | how_to_use_them_title: 'Come si usano?' |
103 | how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' | 103 | how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime <= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime >= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' |
104 | variables_available_title: 'Which variables and operators can I use to write rules?' | 104 | variables_available_title: 'Quali operatori e variabili posso utilizzare per scrivere delle regole?' |
105 | variables_available_description: 'The following variables and operators can be used to create tagging rules:' | 105 | variables_available_description: 'I seguenti operatori e variabili posso essere utilizzati per scrivere regole di tagging:' |
106 | meaning: 'Meaning' | 106 | meaning: 'Significato' |
107 | variable_description: | 107 | variable_description: |
108 | label: 'Variable' | 108 | label: 'Variabile' |
109 | title: 'Title of the entry' | 109 | title: "Titolo del contenuto" |
110 | url: 'URL of the entry' | 110 | url: "URL del contenuto" |
111 | isArchived: 'Whether the entry is archived or not' | 111 | isArchived: "Specifica se il contenuto è archiviato o no" |
112 | isStarred: 'Whether the entry is starred or not' | 112 | isStarred: "Specifica se il contenuto è preferito o no" |
113 | content: "The entry's content" | 113 | content: "La pagina del contenuto" |
114 | language: "The entry's language" | 114 | language: "La lingua del contenuto" |
115 | mimetype: "The entry's mime-type" | 115 | mimetype: "Mime-type del contenuto" |
116 | readingTime: "The estimated entry's reading time, in minutes" | 116 | readingTime: "Il tempo di lettura stimato del contenuto, in minuti" |
117 | domainName: 'The domain name of the entry' | 117 | domainName: "Il nome di dominio del contenuto" |
118 | operator_description: | 118 | operator_description: |
119 | label: 'Operator' | 119 | label: 'Operatore' |
120 | less_than: 'Less than...' | 120 | less_than: 'Minore/uguale di...' |
121 | strictly_less_than: 'Strictly less than...' | 121 | strictly_less_than: 'Minore di...' |
122 | greater_than: 'Greater than...' | 122 | greater_than: 'Maggiore/uguale di...' |
123 | strictly_greater_than: 'Strictly greater than...' | 123 | strictly_greater_than: Maggiore di...' |
124 | equal_to: 'Equal to...' | 124 | equal_to: 'Uguale a...' |
125 | not_equal_to: 'Not equal to...' | 125 | not_equal_to: 'Non uguale a...' |
126 | or: 'One rule OR another' | 126 | or: "Una regola O un'altra" |
127 | and: 'One rule AND another' | 127 | and: "Una regola E un'altra" |
128 | matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' | 128 | matches: 'Verifica che un <i>oggetto</i> risulti in una <i>ricerca</i> (case-insensitive).<br />Esempio: <code>titolo contiene "football"</code>' |
129 | form_new_user: | 129 | form_new_user: |
130 | username_label: 'Username' | 130 | username_label: 'Username' |
131 | password_label: 'Password' | 131 | password_label: 'Password' |
@@ -135,12 +135,12 @@ config: | |||
135 | 135 | ||
136 | entry: | 136 | entry: |
137 | page_titles: | 137 | page_titles: |
138 | unread: 'Articoli non letti' | 138 | unread: 'Contenuti non letti' |
139 | starred: 'Articoli preferiti' | 139 | starred: 'Contenuti preferiti' |
140 | archived: 'Articoli archiviati' | 140 | archived: 'Contenuti archiviati' |
141 | filtered: 'Articoli filtrati' | 141 | filtered: 'Contenuti filtrati' |
142 | list: | 142 | list: |
143 | number_on_the_page: '{0} Non ci sono articoli.|{1} Un articolo.|]1,Inf[ Ci sono %count% articolo.' | 143 | number_on_the_page: "{0} Non ci sono contenuti.|{1} C'è un contenuto.|]1,Inf[ Ci sono %count% contenuti." |
144 | reading_time: 'tempo di lettura stimato' | 144 | reading_time: 'tempo di lettura stimato' |
145 | reading_time_minutes: 'tempo di lettura stimato: %readingTime% min' | 145 | reading_time_minutes: 'tempo di lettura stimato: %readingTime% min' |
146 | reading_time_less_one_minute: 'tempo di lettura stimato: <small class="inferieur"><</small> 1 min' | 146 | reading_time_less_one_minute: 'tempo di lettura stimato: <small class="inferieur"><</small> 1 min' |
@@ -176,8 +176,8 @@ entry: | |||
176 | set_as_read: 'Segna come già letto' | 176 | set_as_read: 'Segna come già letto' |
177 | set_as_unread: 'Segna come da leggere' | 177 | set_as_unread: 'Segna come da leggere' |
178 | set_as_favorite: 'Segna come preferito' | 178 | set_as_favorite: 'Segna come preferito' |
179 | view_original_article: 'Articolo originale' | 179 | view_original_article: 'Contenuto originale' |
180 | re_fetch_content: 'Ri-ottieni contenuto' | 180 | re_fetch_content: 'Ri-ottieni pagina' |
181 | delete: 'Elimina' | 181 | delete: 'Elimina' |
182 | add_a_tag: 'Aggiungi un tag' | 182 | add_a_tag: 'Aggiungi un tag' |
183 | share_content: 'Condividi' | 183 | share_content: 'Condividi' |
@@ -186,12 +186,12 @@ entry: | |||
186 | print: 'Stampa' | 186 | print: 'Stampa' |
187 | problem: | 187 | problem: |
188 | label: 'Problemi?' | 188 | label: 'Problemi?' |
189 | description: 'Questo articolo viene visualizzato male?' | 189 | description: 'Questo contenuto viene visualizzato male?' |
190 | edit_title: 'Modifica titolo' | 190 | edit_title: 'Modifica titolo' |
191 | original_article: 'originale' | 191 | original_article: 'originale' |
192 | annotations_on_the_entry: '{0} Nessuna annotazione|{1} Una annotazione|]1,Inf[ %nbAnnotations% annotazioni' | 192 | annotations_on_the_entry: '{0} Nessuna annotazione|{1} Una annotazione|]1,Inf[ %nbAnnotations% annotazioni' |
193 | new: | 193 | new: |
194 | page_title: 'Salva nuovo articolo' | 194 | page_title: 'Salva un nuovo contenuto' |
195 | placeholder: 'http://website.com' | 195 | placeholder: 'http://website.com' |
196 | form_new: | 196 | form_new: |
197 | url_label: Url | 197 | url_label: Url |
@@ -255,55 +255,55 @@ howto: | |||
255 | description: 'Drag & drop this link to your bookmarks bar:' | 255 | description: 'Drag & drop this link to your bookmarks bar:' |
256 | 256 | ||
257 | quickstart: | 257 | quickstart: |
258 | page_title: 'Quickstart' | 258 | page_title: 'Introduzione' |
259 | intro: | 259 | intro: |
260 | title: 'Welcome to wallabag!' | 260 | title: 'Benvenuto su wallabag!' |
261 | paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." | 261 | paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." |
262 | paragraph_2: 'Follow us!' | 262 | paragraph_2: 'Seguici!' |
263 | configure: | 263 | configure: |
264 | title: 'Configure the application' | 264 | title: "Configura l'applicazione" |
265 | language: 'Change language and design' | 265 | language: 'Cambia lingua e design' |
266 | rss: 'Enable RSS feeds' | 266 | rss: 'Abilita i feed RSS' |
267 | tagging_rules: 'Write rules to automatically tag your articles' | 267 | tagging_rules: 'Scrivi delle regole per taggare automaticamente i contenuti' |
268 | admin: | 268 | admin: |
269 | title: 'Administration' | 269 | title: 'Amministrazione' |
270 | description: 'As an administrator, you have privileges on wallabag. You can:' | 270 | description: 'Come amministratore, hai la possibilità di svolgere le seguenti operazioni in wallabag:' |
271 | new_user: 'Create a new user' | 271 | new_user: 'Crea un nuovo account' |
272 | analytics: 'Configure analytics' | 272 | analytics: 'Configura analytics' |
273 | sharing: 'Enable some parameters about article sharing' | 273 | sharing: 'Abilita alcuni parametri riguardo il salvataggio dei contenuti' |
274 | export: 'Configure export' | 274 | export: "Configura l'esportazione" |
275 | import: 'Configure import' | 275 | import: "Configura l'importazione" |
276 | first_steps: | 276 | first_steps: |
277 | title: 'First steps' | 277 | title: 'Pimi passi' |
278 | new_article: 'Save your first article' | 278 | new_article: 'Salva il tuo primo contenuto' |
279 | unread_articles: 'And classify it!' | 279 | unread_articles: 'E classificalo!' |
280 | migrate: | 280 | migrate: |
281 | title: 'Migrate from an existing service' | 281 | title: 'Trasferimento da un servizio esistente' |
282 | description: "Are you using another service? We'll help you to retrieve your data on wallabag." | 282 | description: "Stai utilizzando un altro servizio? Ti aiutiamo a traferire i tuoi dati su wallabag." |
283 | pocket: 'Migrate from Pocket' | 283 | pocket: 'Trasferisci da Pocket' |
284 | wallabag_v1: 'Migrate from wallabag v1' | 284 | wallabag_v1: 'Trasferisci da wallabag v1' |
285 | wallabag_v2: 'Migrate from wallabag v2' | 285 | wallabag_v2: 'Trasferisci da wallabag v2' |
286 | developer: | 286 | developer: |
287 | title: 'Developers' | 287 | title: 'Sviluppatori' |
288 | create_application: 'Create your third application' | 288 | create_application: 'Crea la tua applicazione' |
289 | docs: | 289 | docs: |
290 | title: 'Full documentation' | 290 | title: 'Documentazione completa' |
291 | annotate: 'Annotate your article' | 291 | annotate: 'Annota il tuo contenuto' |
292 | export: 'Convert your articles into ePUB or PDF' | 292 | export: 'Converti i tuoi contenuti in EPUB o PDF' |
293 | search_filters: 'See how you can look for an article by using search engine and filters' | 293 | search_filters: 'Impara come puoi recuperare un contenuto tramite la ricerca e i filtri' |
294 | fetching_errors: 'What can I do if an article encounters errors during fetching?' | 294 | fetching_errors: 'Cosa posso fare se riscontro problemi nel recupero di un contenuto?' |
295 | all_docs: 'And so many other articles!' | 295 | all_docs: 'E molta altra documentazione!' |
296 | support: | 296 | support: |
297 | title: 'Support' | 297 | title: 'Supporto' |
298 | description: 'If you need some help, we are here for you.' | 298 | description: 'Se hai bisogno di aiuto, siamo qui per te.' |
299 | github: 'On GitHub' | 299 | github: 'Su GitHub' |
300 | email: 'By email' | 300 | email: 'Per email' |
301 | gitter: 'On Gitter' | 301 | gitter: 'Su Gitter' |
302 | 302 | ||
303 | tag: | 303 | tag: |
304 | page_title: 'Tags' | 304 | page_title: 'Tags' |
305 | list: | 305 | list: |
306 | number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' | 306 | number_on_the_page: "{0} Non ci sono tag.|{1} C'è un tag.|]1,Inf[ ci sono %count% tag." |
307 | 307 | ||
308 | import: | 308 | import: |
309 | page_title: 'Import' | 309 | page_title: 'Import' |
@@ -334,41 +334,41 @@ import: | |||
334 | 334 | ||
335 | developer: | 335 | developer: |
336 | page_title: 'Sviluppatori' | 336 | page_title: 'Sviluppatori' |
337 | welcome_message: 'Welcome to the wallabag API' | 337 | welcome_message: 'Benvenuto nelle API di wallabag' |
338 | documentation: 'Documentation' | 338 | documentation: 'Documentazione' |
339 | how_to_first_app: 'How to create my first application' | 339 | how_to_first_app: 'Come creare la mia prima applicazione' |
340 | full_documentation: 'View full API documentation' | 340 | full_documentation: 'Consulta la documentazione API completa' |
341 | list_methods: 'List API methods' | 341 | list_methods: 'Elenco dei metodi API' |
342 | clients: | 342 | clients: |
343 | title: 'Clients' | 343 | title: 'Client' |
344 | create_new: 'Create a new client' | 344 | create_new: 'Crea un nuovo client' |
345 | existing_clients: | 345 | existing_clients: |
346 | title: 'Existing clients' | 346 | title: 'Client esistenti' |
347 | field_id: 'Client ID' | 347 | field_id: 'Client ID' |
348 | field_secret: 'Client secret' | 348 | field_secret: 'Client secret' |
349 | field_uris: 'Redirect URIs' | 349 | field_uris: 'Redirect URI' |
350 | field_grant_types: 'Grant type allowed' | 350 | field_grant_types: 'Tipi di grant permessi' |
351 | no_client: 'No client yet.' | 351 | no_client: 'Ancora nessun client.' |
352 | remove: | 352 | remove: |
353 | warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' | 353 | warn_message_1: "Hai la possibilitò di rimuovere questo client.L'operazione è IRREVERSIBILE!" |
354 | warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." | 354 | warn_message_2: "Se lo rimuovi, ogni app configurata con questo client non sarà più in grado di autenticarsi." |
355 | action: 'Remove this client' | 355 | action: 'Rimuovi questo client' |
356 | client: | 356 | client: |
357 | page_title: 'Developer > New client' | 357 | page_title: 'Sviluppatori > Nuovo client' |
358 | page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' | 358 | page_description: 'Stai per creare un nuovo client. Compila i campi sottostanti per il redirect URI della tua applicazione.' |
359 | form: | 359 | form: |
360 | redirect_uris_label: 'Redirect URIs' | 360 | redirect_uris_label: 'Redirect URI' |
361 | save_label: 'Create a new client' | 361 | save_label: 'Crea un nuovo client' |
362 | action_back: 'Back' | 362 | action_back: 'Indietro' |
363 | client_parameter: | 363 | client_parameter: |
364 | page_title: 'Developer > Client parameters' | 364 | page_title: 'Sviluppatori > parametri Client' |
365 | page_description: 'Here are your client parameters.' | 365 | page_description: 'Questi sono i tuoi parametri del client.' |
366 | field_id: 'Client ID' | 366 | field_id: 'Client ID' |
367 | field_secret: 'Client secret' | 367 | field_secret: 'Client secret' |
368 | back: 'Back' | 368 | back: 'Indietro' |
369 | read_howto: 'Read the howto "Create my first application"' | 369 | read_howto: 'Leggi howto "Come creare la mia prima applicazione"' |
370 | howto: | 370 | howto: |
371 | page_title: 'Developer > How to create my first application' | 371 | page_title: 'Sviluppatori > Come creare la mia prima applicazione' |
372 | description: | 372 | description: |
373 | paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' | 373 | paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' |
374 | paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' | 374 | paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' |
@@ -381,39 +381,39 @@ developer: | |||
381 | back: 'Back' | 381 | back: 'Back' |
382 | 382 | ||
383 | validator: | 383 | validator: |
384 | password_must_match: 'The password fields must match.' | 384 | password_must_match: 'Le password devono corrispondere.' |
385 | password_too_short: 'Password should by at least 8 chars long' | 385 | password_too_short: 'La password deve essere lunga almeno 8 caratteri' |
386 | password_wrong_value: 'Wrong value for your current password' | 386 | password_wrong_value: 'Valore inserito per la password corrente errato' |
387 | item_per_page_too_high: 'This will certainly kill the app' | 387 | item_per_page_too_high: 'Questo valore è troppo alto' |
388 | rss_limit_too_hight: 'This will certainly kill the app' | 388 | rss_limit_too_hight: 'Questo valore è troppo alto' |
389 | 389 | ||
390 | flashes: | 390 | flashes: |
391 | config: | 391 | config: |
392 | notice: | 392 | notice: |
393 | config_saved: 'Config saved. Some parameters will be considered after disconnection.' | 393 | config_saved: 'Configurazione salvata. Alcuni parametri verranno utilizzati dopo il logout/login.' |
394 | password_updated: 'Password updated' | 394 | password_updated: 'Password aggiornata' |
395 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." | 395 | password_not_updated_demo: "In modalità demo, non puoi cambiare la password dell'utente." |
396 | user_updated: 'Information updated' | 396 | user_updated: 'Informazioni aggiornate' |
397 | rss_updated: 'RSS information updated' | 397 | rss_updated: 'Informazioni RSS aggiornate' |
398 | tagging_rules_updated: 'Tagging rules updated' | 398 | tagging_rules_updated: 'Regole di tagging aggiornate' |
399 | tagging_rules_deleted: 'Tagging rule deleted' | 399 | tagging_rules_deleted: 'Regola di tagging aggiornate' |
400 | user_added: 'User "%username%" added' | 400 | user_added: 'Utente "%username%" aggiunto' |
401 | rss_token_updated: 'RSS token updated' | 401 | rss_token_updated: 'RSS token aggiornato' |
402 | entry: | 402 | entry: |
403 | notice: | 403 | notice: |
404 | entry_already_saved: 'Entry already saved on %date%' | 404 | entry_already_saved: 'Contenuto già salvato in data %date%' |
405 | entry_saved: 'Entry saved' | 405 | entry_saved: 'Contenuto salvato' |
406 | entry_updated: 'Entry updated' | 406 | entry_updated: 'Contenuto aggiornato' |
407 | entry_reloaded: 'Entry reloaded' | 407 | entry_reloaded: 'Contenuto ricaricato' |
408 | entry_reload_failed: 'Failed to reload entry' | 408 | entry_reload_failed: 'Errore nel ricaricamento del contenuto' |
409 | entry_archived: 'Entry archived' | 409 | entry_archived: 'Contenuto archiviato' |
410 | entry_unarchived: 'Entry unarchived' | 410 | entry_unarchived: 'Contenuto dis-archiviato' |
411 | entry_starred: 'Entry starred' | 411 | entry_starred: 'Contenuto segnato come preferito' |
412 | entry_unstarred: 'Entry unstarred' | 412 | entry_unstarred: 'Contenuto rimosso dai preferiti' |
413 | entry_deleted: 'Entry deleted' | 413 | entry_deleted: 'Contenuto eliminato' |
414 | tag: | 414 | tag: |
415 | notice: | 415 | notice: |
416 | tag_added: 'Tag added' | 416 | tag_added: 'Tag aggiunto' |
417 | import: | 417 | import: |
418 | notice: | 418 | notice: |
419 | failed: 'Import failed, please try again.' | 419 | failed: 'Import failed, please try again.' |
@@ -421,5 +421,5 @@ flashes: | |||
421 | summary: 'Import summary: %imported% imported, %skipped% already saved.' | 421 | summary: 'Import summary: %imported% imported, %skipped% already saved.' |
422 | developer: | 422 | developer: |
423 | notice: | 423 | notice: |
424 | client_created: 'New client created.' | 424 | client_created: 'Nuovo client creato.' |
425 | client_deleted: 'Client deleted' | 425 | client_deleted: 'Client eliminato' |