-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
it: | ||
spree: | ||
print_invoice: | ||
documents: Documenti | ||
buttons: | ||
invoice: Ricevuta | ||
packaging_slip: Documento di Trasporto | ||
invoice: Ricevuta per il Cliente | ||
item_name: Nome o codice Articolo | ||
of: di | ||
via: via | ||
on_date: Data Ordine | ||
packaging_slip: Documento di Trasporto | ||
page: Pagina | ||
payment_via: "Pagamento Online %{gateway} #%{number} del %{date}" | ||
preferences: | ||
next_number: Numero successivo Ricevuta | ||
use_footer: Usa Footer | ||
use_page_numbers: Use numeri di pagina | ||
anomaly_message: Messaggio Anomalia Ordine | ||
footer_left: Contenuto footer sinistra | ||
footer_left_info: Es. Nome e indirizzo Azienda. | ||
footer_right: Contenuto footer destra | ||
footer_right_info: Es. numero di telefono e indirizzo email. | ||
page_layout: Layout Pagina | ||
page_size: Dimensione pagina | ||
print_buttons: Bottoni Stampa | ||
print_buttons_info: Lista separata da virgola | ||
logo_path: Percorso logo ricevuta | ||
return_message: Messaggio reso ordine | ||
font_face: Font Face | ||
font_size: Font Size | ||
logo_scale: Scala Logo | ||
store_pdf: Salva File PDF | ||
storage_path: Percorso salvataggio PDF | ||
settings: Impostazioni Stampa Ricevuta | ||
unprocessed: Non processato | ||
vat: IVA non applicabile | ||
pdf_legend: Layout PDF | ||
invoice_slip_legend: Contenuto Ricevuta/Documento di Trasporto | ||
invoice_number: 'Ricevuta Numero %{number}' | ||
invoice_date: 'Data Ricevuta: %{date}' |