|
| 1 | +# Italian strings go here for Rails i18n |
| 2 | +it: |
| 3 | + label_tracker: Tracker |
| 4 | + label_author: Autore |
| 5 | + label_assigned_to_user: Assegnato a utente |
| 6 | + no_members_in_project: Questo progetto non ha membri |
| 7 | + no_categories_in_project: Questo progetto non ha categorie |
| 8 | + label_subject: Oggetto |
| 9 | + label_next_run_date: Data prossima esecuzione (yyyy-mm-dd hh:mm:ss) |
| 10 | + label_edit_periodic_task: Modifica Periodic Task |
| 11 | + label_new_periodic_task: Nuovo Periodic Task |
| 12 | + label_no_members_in_project: Questo progetto non ha membri |
| 13 | + label_no_categories_in_project: Questo progetto non ha categorie |
| 14 | + label_periodic_tasks: Periodic Tasks |
| 15 | + label_create_periodic_task: Crea |
| 16 | + label_save_periodic_task: Salva |
| 17 | + label_scheduled_tasks: Attualmente non ci sono task schedulati |
| 18 | + label_no_project: ID progetto non fornito |
| 19 | + label_remove_periodic_task: Elimina Periodic Task |
| 20 | + label_interval: Intervallo |
| 21 | + label_set_start_date: Imposta data di inizio |
| 22 | + label_due_date: Imposta scadenza |
| 23 | + label_description: Descrizione |
| 24 | + label_issue_category: Categoria segnalazione |
| 25 | + label_unit_day: giorni |
| 26 | + label_unit_business_day: giorni lavorativi |
| 27 | + label_unit_week: settimane |
| 28 | + label_unit_month: mesi |
| 29 | + label_unit_year: anni |
| 30 | + flash_task_created: Periodic Task creato |
| 31 | + flash_task_saved: Periodic Task salvato |
| 32 | + subject_variables: I possibili valori sono **DAY** (01-31), **WEEK** (01-53), **MONTH** (01-12), **MONTHNAME** and **PREVIOUS_MONTHNAME** (Gennaio - Dicembre), **YEAR** (YYYY) |
0 commit comments