Updated label in italiano

This commit is contained in:
Giancarlo Panichi 2022-10-25 17:51:50 +02:00
parent 8293e18d96
commit 3255e335b6
16 changed files with 26 additions and 26 deletions

View File

@ -1,6 +1,6 @@
<form *ngIf="leaves" name="deleteForm" (ngSubmit)="confirmDelete(leaves?.id!)"> <form *ngIf="leaves" name="deleteForm" (ngSubmit)="confirmDelete(leaves?.id!)">
<div class="modal-header"> <div class="modal-header">
<h4 class="modal-title">Confirm delete operation</h4> <h4 class="modal-title">Conferma</h4>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" (click)="cancel()">&times;</button> <button type="button" class="close" data-dismiss="modal" aria-hidden="true" (click)="cancel()">&times;</button>
</div> </div>
@ -8,7 +8,7 @@
<div class="modal-body"> <div class="modal-body">
<jhi-alert-error></jhi-alert-error> <jhi-alert-error></jhi-alert-error>
<p>Are you sure you want to delete this Leave?</p> <p>Sei sicuro di cancellare questa Aspettativa?</p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">

View File

@ -2,7 +2,7 @@
<div class="col-8"> <div class="col-8">
<div *ngIf="leaves"> <div *ngIf="leaves">
<h2> <h2>
<span>Leaves</span> [<b>{{ leaves.id }}</b>] <span>Aspettativa</span> [<b>{{ leaves.id }}</b>]
</h2> </h2>
<dl class="row-md jh-entity-details"> <dl class="row-md jh-entity-details">
<dt><span>Id</span></dt> <dt><span>Id</span></dt>

View File

@ -2,7 +2,7 @@
<div class="col-8"> <div class="col-8">
<form name="editForm" role="form" novalidate (ngSubmit)="save()" <form name="editForm" role="form" novalidate (ngSubmit)="save()"
[formGroup]="editForm"> [formGroup]="editForm">
<h2 id="myLeavesLabel">Create or edit Leaves</h2> <h2 id="myLeavesLabel">Crea o modifica Aspettativa</h2>
<div *ngIf="leaves"> <div *ngIf="leaves">
<jhi-alert-error></jhi-alert-error> <jhi-alert-error></jhi-alert-error>

View File

@ -1,11 +1,11 @@
<div> <div>
<h2> <h2>
<span id="leaves-page-heading">Leaves</span> <span id="leaves-page-heading">Aspettative</span>
<button class="btn btn-primary float-right jh-create-entity" <button class="btn btn-primary float-right jh-create-entity"
[routerLink]="['./new']"> [routerLink]="['./new']">
<fa-icon icon="plus"></fa-icon> <fa-icon icon="plus"></fa-icon>
<span>Create a new Leave</span> <span>Crea una nuova Aspettativa</span>
</button> </button>
</h2> </h2>

View File

@ -1,6 +1,6 @@
<form *ngIf="persOrario" name="deleteForm" (ngSubmit)="confirmDelete(persOrario?.id!)"> <form *ngIf="persOrario" name="deleteForm" (ngSubmit)="confirmDelete(persOrario?.id!)">
<div class="modal-header"> <div class="modal-header">
<h4 class="modal-title">Confirm delete operation</h4> <h4 class="modal-title">Conferma</h4>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" (click)="cancel()">&times;</button> <button type="button" class="close" data-dismiss="modal" aria-hidden="true" (click)="cancel()">&times;</button>
</div> </div>
@ -8,7 +8,7 @@
<div class="modal-body"> <div class="modal-body">
<jhi-alert-error></jhi-alert-error> <jhi-alert-error></jhi-alert-error>
<p>Are you sure you want to delete this Personale Orario?</p> <p>Sei sicuro di cancellare questo Personale Orario?</p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">

View File

@ -2,7 +2,7 @@
<div class="col-8"> <div class="col-8">
<form name="editForm" role="form" novalidate (ngSubmit)="save()" <form name="editForm" role="form" novalidate (ngSubmit)="save()"
[formGroup]="editForm"> [formGroup]="editForm">
<h2 id="myPersOrarioLabel">Create or edit Personale Orario</h2> <h2 id="myPersOrarioLabel">Crea o modifica Personale Orario</h2>
<div *ngIf="persOrario"> <div *ngIf="persOrario">
<jhi-alert-error></jhi-alert-error> <jhi-alert-error></jhi-alert-error>

View File

@ -5,7 +5,7 @@
<button class="btn btn-primary float-right jh-create-entity" <button class="btn btn-primary float-right jh-create-entity"
[routerLink]="['./new']"> [routerLink]="['./new']">
<fa-icon icon="plus"></fa-icon> <fa-icon icon="plus"></fa-icon>
<span>Create a new Personale Orario</span> <span>Crea un nuovo Personale Orario</span>
</button> </button>
</h2> </h2>

View File

@ -1,6 +1,6 @@
<form *ngIf="tabsSI" name="deleteForm" (ngSubmit)="confirmDelete(tabsSI?.id!)"> <form *ngIf="tabsSI" name="deleteForm" (ngSubmit)="confirmDelete(tabsSI?.id!)">
<div class="modal-header"> <div class="modal-header">
<h4 class="modal-title">Confirm delete operation</h4> <h4 class="modal-title">Conferma</h4>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" (click)="cancel()">&times;</button> <button type="button" class="close" data-dismiss="modal" aria-hidden="true" (click)="cancel()">&times;</button>
</div> </div>
@ -8,7 +8,7 @@
<div class="modal-body"> <div class="modal-body">
<jhi-alert-error></jhi-alert-error> <jhi-alert-error></jhi-alert-error>
<p>Are you sure you want to delete this Table SI?</p> <p>Sei sicuro di cancellare questo Tabs SI?</p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">

View File

@ -2,7 +2,7 @@
<div class="col-8"> <div class="col-8">
<div *ngIf="tabsSI"> <div *ngIf="tabsSI">
<h2> <h2>
<span>Table SI</span> [<b>{{ tabsSI.id }}</b>] <span>Tabs SI</span> [<b>{{ tabsSI.id }}</b>]
</h2> </h2>
<dl class="row-md jh-entity-details"> <dl class="row-md jh-entity-details">

View File

@ -2,7 +2,7 @@
<div class="col-8"> <div class="col-8">
<form name="editForm" role="form" novalidate (ngSubmit)="save()" [formGroup]="editForm"> <form name="editForm" role="form" novalidate (ngSubmit)="save()" [formGroup]="editForm">
<h2 id="myTabsSILabel"> <h2 id="myTabsSILabel">
Create or edit Table SI Crea o modifica Tabs SI
</h2> </h2>
<div *ngIf="tabsSI"> <div *ngIf="tabsSI">

View File

@ -1,11 +1,11 @@
<div> <div>
<h2> <h2>
<span id="tabssi-page-heading">Tables SI</span> <span id="tabssi-page-heading">Tabs SI</span>
<button class="btn btn-primary float-right jh-create-entity" <button class="btn btn-primary float-right jh-create-entity"
[routerLink]="['./new']"> [routerLink]="['./new']">
<fa-icon icon="plus"></fa-icon> <fa-icon icon="plus"></fa-icon>
<span>Create a new Table SI</span> <span>Crea un nuovo Tabs SI</span>
</button> </button>
</h2> </h2>

View File

@ -1,6 +1,6 @@
<form *ngIf="timeCardsReporting" name="deleteForm" (ngSubmit)="confirmDelete(timeCardsReporting?.id!)"> <form *ngIf="timeCardsReporting" name="deleteForm" (ngSubmit)="confirmDelete(timeCardsReporting?.id!)">
<div class="modal-header"> <div class="modal-header">
<h4 class="modal-title">Confirm delete operation</h4> <h4 class="modal-title">Conferma</h4>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" (click)="cancel()">&times;</button> <button type="button" class="close" data-dismiss="modal" aria-hidden="true" (click)="cancel()">&times;</button>
</div> </div>
@ -8,7 +8,7 @@
<div class="modal-body"> <div class="modal-body">
<jhi-alert-error></jhi-alert-error> <jhi-alert-error></jhi-alert-error>
<p>Are you sure you want to delete this TimeCards Reporting?</p> <p>Sei sicuro di cancellare questa Cartellini Rendicontazione?</p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">

View File

@ -2,7 +2,7 @@
<div class="col-8"> <div class="col-8">
<div *ngIf="timeCardsReporting"> <div *ngIf="timeCardsReporting">
<h2> <h2>
<span>TimeCards Reporting</span> [<b>{{ timeCardsReporting.id }}</b>] <span>Cartellini Rendicontazione</span> [<b>{{ timeCardsReporting.id }}</b>]
</h2> </h2>
<dl class="row-md jh-entity-details"> <dl class="row-md jh-entity-details">

View File

@ -2,7 +2,7 @@
<div class="col-8"> <div class="col-8">
<form name="editForm" role="form" novalidate (ngSubmit)="save()" [formGroup]="editForm"> <form name="editForm" role="form" novalidate (ngSubmit)="save()" [formGroup]="editForm">
<h2 id="myTimeCardsReportingLabel"> <h2 id="myTimeCardsReportingLabel">
Create or edit TimeCards Reporting Crea o modifica Cartellini Rendicontazione
</h2> </h2>
<div *ngIf="timeCardsReporting"> <div *ngIf="timeCardsReporting">

View File

@ -1,11 +1,11 @@
<div> <div>
<h2> <h2>
<span id="timecardsreporting-page-heading">TimeCards Reporting</span> <span id="timecardsreporting-page-heading">Cartellini Rendicontazioni</span>
<button class="btn btn-primary float-right jh-create-entity" <button class="btn btn-primary float-right jh-create-entity"
[routerLink]="['./new']"> [routerLink]="['./new']">
<fa-icon icon="plus"></fa-icon> <fa-icon icon="plus"></fa-icon>
<span>Create a new TimeCards Reporting</span> <span>Crea un nuova Cartellini Rendicontazione</span>
</button> </button>
</h2> </h2>

View File

@ -22,7 +22,7 @@
<span> <span>
<fa-icon icon="th-list"></fa-icon> <fa-icon icon="th-list"></fa-icon>
<span> <span>
Entities Entit&aacute;
</span> </span>
</span> </span>
</a> </a>
@ -49,7 +49,7 @@
<li> <li>
<a class="dropdown-item" routerLink="entities/persorario" routerLinkActive="active" (click)="collapseNavbar()"> <a class="dropdown-item" routerLink="entities/persorario" routerLinkActive="active" (click)="collapseNavbar()">
<fa-icon icon="user" [fixedWidth]="true"></fa-icon> <fa-icon icon="user" [fixedWidth]="true"></fa-icon>
<span>Pers Orario</span> <span>Personale Orario</span>
</a> </a>
</li> </li>
</ul> </ul>
@ -58,7 +58,7 @@
<a class="nav-link dropdown-toggle" ngbDropdownToggle href="javascript:void(0);" id="operation-menu"> <a class="nav-link dropdown-toggle" ngbDropdownToggle href="javascript:void(0);" id="operation-menu">
<span> <span>
<fa-icon icon="road"></fa-icon> <fa-icon icon="road"></fa-icon>
<span>Operations</span> <span>Operazioni</span>
</span> </span>
</a> </a>
<ul class="dropdown-menu" ngbDropdownMenu aria-labelledby="admin-menu"> <ul class="dropdown-menu" ngbDropdownMenu aria-labelledby="admin-menu">
@ -86,7 +86,7 @@
<a class="nav-link dropdown-toggle" ngbDropdownToggle href="javascript:void(0);" id="admin-menu"> <a class="nav-link dropdown-toggle" ngbDropdownToggle href="javascript:void(0);" id="admin-menu">
<span> <span>
<fa-icon icon="user-plus"></fa-icon> <fa-icon icon="user-plus"></fa-icon>
<span>Administration</span> <span>Amministrazione</span>
</span> </span>
</a> </a>
<ul class="dropdown-menu" ngbDropdownMenu aria-labelledby="admin-menu"> <ul class="dropdown-menu" ngbDropdownMenu aria-labelledby="admin-menu">