70 lines
2.7 KiB
PHP
70 lines
2.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'services' => 'Servizi',
|
|
'product' => 'Prodotto',
|
|
'price' => 'Prezzo',
|
|
'status' => 'Stato',
|
|
'name' => 'Nome',
|
|
'actions' => 'Azioni',
|
|
'view' => 'Vista',
|
|
|
|
'product_details' => 'Dettagli del prodotto',
|
|
'billing_cycle' => 'Ciclo di fatturazione',
|
|
'cancel' => 'Annulla',
|
|
'cancellation' => 'Cancellazione di :service',
|
|
'cancel_are_you_sure' => 'Confermi di voler annullare il servizio?',
|
|
'cancel_reason' => 'Motivo della cancellazione',
|
|
'cancel_type' => 'Tipo di annullamento',
|
|
'cancel_immediate' => 'Cancella immediatamente',
|
|
'cancel_end_of_period' => 'Annulla alla fine del periodo di fatturazione',
|
|
'cancel_immediate_warning' => 'Quando si preme il pulsante qui sotto, il servizio verrà immediatamente annullato e non sarà più in grado di utilizzarlo.',
|
|
'cancellation_requested' => 'Richiesta di cancellazione',
|
|
|
|
'current_plan' => 'Piano corrente',
|
|
'new_plan' => 'Nuovo Piano',
|
|
'change_plan' => 'Cambia Piano',
|
|
'current_price' => 'Prezzo attuale',
|
|
'new_price' => 'Nuovo prezzo',
|
|
'upgrade' => 'Migliora',
|
|
'upgrade_summary' => 'Riepilogo Aggiornamento',
|
|
'total_today' => 'Totale Di Oggi',
|
|
'upgrade_service' => 'Upgrade Service',
|
|
'upgrade_choose_product' => 'Choose a product to upgrade to',
|
|
'upgrade_choose_config' => 'Choose the configuration for the upgrade',
|
|
'next_step' => 'Next Step',
|
|
|
|
'upgrade_pending' => 'You cannot upgrade whilst there is already an upgrade / downgrade invoice open',
|
|
|
|
'outstanding_invoice' => 'You have an outstanding invoice.',
|
|
'view_and_pay' => 'Click here to view and pay',
|
|
|
|
'statuses' => [
|
|
'pending' => 'Pending',
|
|
'active' => 'Active',
|
|
'cancelled' => 'Cancelled',
|
|
'suspended' => 'Suspended',
|
|
'cancellation_pending' => 'Cancellation Pending',
|
|
],
|
|
'billing_cycles' => [
|
|
'day' => 'day|days',
|
|
'week' => 'week|weeks',
|
|
'month' => 'month|months',
|
|
'year' => 'year|years',
|
|
],
|
|
'every_period' => 'Every :period :unit',
|
|
'price_every_period' => ':price per :period :unit',
|
|
'price_one_time' => ':price one time',
|
|
'expires_at' => 'Expires at',
|
|
'auto_pay' => 'Auto paying using',
|
|
'auto_pay_not_configured' => 'Not configured',
|
|
|
|
'no_services' => 'No services found',
|
|
'update_billing_agreement' => 'Update Billing Agreement',
|
|
'clear_billing_agreement' => 'Clear Billing Agreement',
|
|
'select_billing_agreement' => 'Select Billing Agreement',
|
|
|
|
'remove_payment_method' => 'Remove Payment Method',
|
|
'remove_payment_method_confirm' => 'Are you sure you want to remove the payment method ":name" from this service? Your service will no longer be able to auto pay its invoices.',
|
|
];
|