-
Notifications
You must be signed in to change notification settings - Fork 5
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
11 changed files
with
248 additions
and
15 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
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
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
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
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
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
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
102 changes: 102 additions & 0 deletions
102
src/Resources/app/administration/src/module/wallee-order/snippet/it-IT.json
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,102 @@ | ||
{ | ||
"wallee-order": { | ||
"buttons": { | ||
"label": { | ||
"completion": "Completato", | ||
"download-invoice": "Scarica fattura", | ||
"download-packing-slip": "Scarica distinta di imballaggio", | ||
"refund": "Crea un nuovo rimborso", | ||
"void": "Annulla autorizzazione", | ||
"refund-whole-line-item": "Rimborso intera riga", | ||
"refund-line-item-by-quantity": "Rimborso per quantità" | ||
} | ||
}, | ||
"captureAction": { | ||
"button": { | ||
"text": "Cattura pagamento" | ||
}, | ||
"currentAmount": "Importo", | ||
"isFinal": "Questa è la cattura finale", | ||
"maxAmount": "Importo massimo", | ||
"successMessage": "La tua cattura ha avuto successo.", | ||
"successTitle": "Successo" | ||
}, | ||
"general": { | ||
"title": "Ordini" | ||
}, | ||
"header": "Pagamento Wallee", | ||
"lineItem": { | ||
"cardTitle": "Articoli di linea", | ||
"types": { | ||
"amountIncludingTax": "Importo", | ||
"name": "Nome", | ||
"quantity": "Quantità", | ||
"taxAmount": "Tasse", | ||
"type": "Tipo", | ||
"uniqueId": "ID unico" | ||
} | ||
}, | ||
"modal": { | ||
"title": { | ||
"capture": "Cattura", | ||
"refund": "Nuovo rimborso", | ||
"void": "Annulla autorizzazione" | ||
} | ||
}, | ||
"paymentDetails": { | ||
"cardTitle": "Pagamento", | ||
"error": { | ||
"title": "Errore nel recupero dei dettagli del pagamento da Wallee" | ||
} | ||
}, | ||
"refund": { | ||
"cardTitle": "Rimborsi", | ||
"refundAmount": { | ||
"label": "Importo del rimborso" | ||
}, | ||
"refundQuantity": { | ||
"label": "Quantità di rimborso" | ||
}, | ||
"types": { | ||
"amount": "Importo", | ||
"createdOn": "Creato il", | ||
"id": "ID", | ||
"state": "Stato" | ||
} | ||
}, | ||
"refundAction": { | ||
"confirmButton": { | ||
"text": "Esegui" | ||
}, | ||
"refundAmount": { | ||
"label": "Importo", | ||
"placeholder": "Inserisci un importo" | ||
}, | ||
"successMessage": "Il tuo rimborso è andato a buon fine.", | ||
"successTitle": "Successo", | ||
"maxAvailableItemsToRefund": "Numero massimo di articoli disponibili da rimborsare" | ||
}, | ||
"transactionHistory": { | ||
"cardTitle": "Dettagli", | ||
"types": { | ||
"authorized_amount": "Importo autorizzato", | ||
"currency": "Valuta", | ||
"customer": "Cliente", | ||
"payment_method": "Metodo di pagamento", | ||
"state": "Stato", | ||
"transaction": "Transazione" | ||
} | ||
}, | ||
"voidAction": { | ||
"confirm": { | ||
"button": { | ||
"cancel": "No", | ||
"confirm": "Annulla autorizzazione" | ||
}, | ||
"message": "Vuoi davvero annullare questo pagamento?" | ||
}, | ||
"successMessage": "Il pagamento è stato annullato con successo.", | ||
"successTitle": "Successo" | ||
} | ||
} | ||
} |
84 changes: 84 additions & 0 deletions
84
src/Resources/app/administration/src/module/wallee-settings/snippet/it-IT.json
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,84 @@ | ||
{ | ||
"wallee-settings": { | ||
"general": { | ||
"descriptionTextModule": "Impostazioni Wallee", | ||
"mainMenuItemGeneral": "Wallee" | ||
}, | ||
"header": "Wallee", | ||
"messageNotBlank": "Questo valore non dovrebbe essere vuoto.", | ||
"salesChannelCard": { | ||
"button": { | ||
"description": "Fai clic su questo pulsante per impostare Wallee come gestore di pagamento predefinito nel SalesChannel selezionato", | ||
"label": "Imposta Wallee come gestore di pagamento predefinito" | ||
} | ||
}, | ||
"settingForm": { | ||
"credentials": { | ||
"applicationKey": { | ||
"label": "Chiave di applicazione", | ||
"tooltipText": "La chiave dell'applicazione è usata per autenticare questo plugin con l'API Wallee." | ||
}, | ||
"cardTitle": "Credenziali", | ||
"spaceId": { | ||
"label": "ID spazio", | ||
"tooltipText": "L'ID dello spazio è usato per autenticare questo plugin con l'API Wallee." | ||
}, | ||
"userId": { | ||
"label": "ID utente", | ||
"tooltipText": "L'ID utente è usato per autenticare questo plugin con l'API Wallee." | ||
} | ||
}, | ||
"messageSaveSuccess": "Le impostazioni di Wallee sono state salvate.", | ||
"messageOrderDeliveryStateError": "Wallee OrderDeliveryState non può essere salvato.", | ||
"messageOrderDeliveryStateUpdated": "Wallee OrderDeliveryState è stato aggiornato.", | ||
"messagePaymentMethodConfigurationError": "Wallee PaymentMethodConfiguration non può essere salvato. Per favore controlla le tue credenziali.", | ||
"messagePaymentMethodConfigurationUpdated": "Wallee PaymentMethodConfiguration è stato registrato.", | ||
"messageWebHookError": "Wallee WebHook non può essere salvato. Per favore controlla le tue credenziali.", | ||
"messageWebHookUpdated": "Wallee WebHook è stato aggiornato.", | ||
"options": { | ||
"cardTitle": "Opzioni", | ||
"emailEnabled": { | ||
"label": "Invia email di conferma dell'ordine", | ||
"tooltipText": "Se questa impostazione è abilitata i tuoi clienti riceveranno un'email dal tuo negozio quando il pagamento del loro ordine sarà autorizzato" | ||
}, | ||
"integration": { | ||
"label": "Integrazione", | ||
"options": { | ||
"iframe": "Iframe", | ||
"payment_page": "Pagina di pagamento" | ||
}, | ||
"tooltipText": "Integrazione" | ||
}, | ||
"lineItemConsistencyEnabled": { | ||
"label": "Coerenza dell'elemento linea", | ||
"tooltipText": "Se questa opzione è abilitata i totali degli articoli in WalleePayment corrisponderanno sempre al totale dell'ordine Shopware" | ||
}, | ||
"spaceViewId": { | ||
"label": "ID della vista spazio", | ||
"tooltipText": "ID della vista spaziale" | ||
} | ||
}, | ||
"save": "Salva", | ||
"storefrontOptions": { | ||
"cardTitle": "Opzioni vetrina", | ||
"invoiceDownloadEnabled": { | ||
"label": "Scaricamento fattura", | ||
"tooltipText": "Se questa impostazione è abilitata i tuoi clienti potranno scaricare le fatture degli ordini da Wallee" | ||
} | ||
}, | ||
"advancedOptions": { | ||
"cardTitle": "Opzioni avanzate", | ||
"webhooksUpdateEnabled": { | ||
"label": "Aggiornamento webhooks", | ||
"tooltipText": "Se questa impostazione è abilitata l'aggiornamento dei webhook sarà attivato quando si salvano le impostazioni" | ||
}, | ||
"paymentsUpdateEnabled": { | ||
"label": "Aggiornamento pagamenti", | ||
"tooltipText": "Se questa impostazione è abilitata l'aggiornamento dei metodi di pagamento verrà attivato quando si salvano le impostazioni" | ||
} | ||
}, | ||
"titleError": "Errore", | ||
"titleSuccess": "Successo" | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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,27 @@ | ||
{ | ||
"wallee": { | ||
"account": { | ||
"downloadInvoice": "Scaricare la fattura" | ||
}, | ||
"cookie": { | ||
"name": "Pagamento Wallee" | ||
}, | ||
"deliveryState": { | ||
"hold": "Tenere", | ||
"unhold": "Aprite" | ||
}, | ||
"payButton": "Paga", | ||
"payHeader": "Ordine di pagamento", | ||
"payload": { | ||
"adjustmentLineItem": "Voce di aggiustamento", | ||
"shipping": { | ||
"lineItem": "Spedizione", | ||
"name": "Spedizione" | ||
}, | ||
"taxes": "Tasse" | ||
}, | ||
"paymentMethod": { | ||
"notAvailable": "Il metodo di pagamento non è attualmente disponibile. Si prega di scegliere un altro metodo di pagamento." | ||
} | ||
} | ||
} |