mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 22:40:20 +08:00
commit
7e1766bbdc
@ -361,56 +361,58 @@ const it = {
|
||||
"You can't share with yourself.": "Non puoi condividere con te stesso", // In English: "You can't share with yourself."
|
||||
"This user already has access to this item": "Questo utente ha già accesso a questo file", // In English: "This user already has access to this item"
|
||||
|
||||
// ----------------------------------------
|
||||
// Missing translations:
|
||||
// ----------------------------------------
|
||||
"billing.change_payment_method": undefined, // In English: "Change"
|
||||
"billing.cancel": undefined, // In English: "Cancel"
|
||||
"billing.download_invoice": undefined, // In English: "Download"
|
||||
"billing.payment_method": undefined, // In English: "Payment Method"
|
||||
"billing.payment_method_updated": undefined, // In English: "Payment method updated!"
|
||||
"billing.confirm_payment_method": undefined, // In English: "Confirm Payment Method"
|
||||
"billing.payment_history": undefined, // In English: "Payment History"
|
||||
"billing.refunded": undefined, // In English: "Refunded"
|
||||
"billing.paid": undefined, // In English: "Paid"
|
||||
"billing.ok": undefined, // In English: "OK"
|
||||
"billing.resume_subscription": undefined, // In English: "Resume Subscription"
|
||||
"billing.subscription_cancelled": undefined, // In English: "Your subscription has been canceled."
|
||||
"billing.subscription_cancelled_description": undefined, // In English: "You will still have access to your subscription until the end of this billing period."
|
||||
"billing.offering.free": undefined, // In English: "Free"
|
||||
"billing.offering.pro": undefined, // In English: "Professional"
|
||||
"billing.offering.business": undefined, // In English: "Business"
|
||||
"billing.cloud_storage": undefined, // In English: "Cloud Storage"
|
||||
"billing.ai_access": undefined, // In English: "AI Access"
|
||||
"billing.bandwidth": undefined, // In English: "Bandwidth"
|
||||
"billing.apps_and_games": undefined, // In English: "Apps & Games"
|
||||
"billing.upgrade_to_pro": undefined, // In English: "Upgrade to %strong%"
|
||||
"billing.switch_to": undefined, // In English: "Switch to %strong%"
|
||||
"billing.payment_setup": undefined, // In English: "Payment Setup"
|
||||
"billing.back": undefined, // In English: "Back"
|
||||
"billing.you_are_now_subscribed_to": undefined, // In English: "You are now subscribed to %strong% tier."
|
||||
"billing.you_are_now_subscribed_to_without_tier": undefined, // In English: "You are now subscribed"
|
||||
"billing.subscription_cancellation_confirmation": undefined, // In English: "Are you sure you want to cancel your subscription?"
|
||||
"billing.subscription_setup": undefined, // In English: "Subscription Setup"
|
||||
"billing.cancel_it": undefined, // In English: "Cancel It"
|
||||
"billing.keep_it": undefined, // In English: "Keep It"
|
||||
"billing.subscription_resumed": undefined, // In English: "Your %strong% subscription has been resumed!"
|
||||
"billing.upgrade_now": undefined, // In English: "Upgrade Now"
|
||||
"billing.upgrade": undefined, // In English: "Upgrade"
|
||||
"billing.currently_on_free_plan": undefined, // In English: "You are currently on the free plan."
|
||||
"billing.download_receipt": undefined, // In English: "Download Receipt"
|
||||
"billing.subscription_check_error": undefined, // In English: "A problem occurred while checking your subscription status."
|
||||
"billing.email_confirmation_needed": undefined, // In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
|
||||
"billing.sub_cancelled_but_valid_until": undefined, // In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe."
|
||||
"billing.current_plan_until_end_of_period": undefined, // In English: "Your current plan until the end of this billing period."
|
||||
"billing.current_plan": undefined, // In English: "Current plan"
|
||||
"billing.cancelled_subscription_tier": undefined, // In English: "Cancelled Subscription (%%)"
|
||||
"billing.manage": undefined, // In English: "Manage"
|
||||
"billing.limited": undefined, // In English: "Limited"
|
||||
"billing.expanded": undefined, // In English: "Expanded"
|
||||
"billing.accelerated": undefined, // In English: "Accelerated"
|
||||
"billing.enjoy_msg": undefined, // In English: "Enjoy %% of Cloud Storage plus other benefits."
|
||||
"billing.change_payment_method": "Modifica", // In English: "Change"
|
||||
"billing.cancel": "Annulla", // In English: "Cancel"
|
||||
"billing.download_invoice": "Scarica", // In English: "Download"
|
||||
"billing.payment_method": "Metodo di pagamento", // In English: "Payment Method"
|
||||
"billing.payment_method_updated": "Metodo di pagamento aggiornato!", // In English: "Payment method updated!"
|
||||
"billing.confirm_payment_method": "Conferma metodo di pagamento", // In English: "Confirm Payment Method"
|
||||
"billing.payment_history": "Storico dei pagamenti", // In English: "Payment History"
|
||||
"billing.refunded": "Rimborsato", // In English: "Refunded"
|
||||
"billing.paid": "Pagato", // In English: "Paid"
|
||||
"billing.ok": "OK", // In English: "OK"
|
||||
"billing.resume_subscription": "Riprendi abbonamento", // In English: "Resume Subscription"
|
||||
"billing.subscription_cancelled": "Il tuo abbonamento è stato annullato.", // In English: "Your subscription has been canceled."
|
||||
"billing.subscription_cancelled_description": "Avrai ancora accesso al tuo abbonamento fino alla fine di questo periodo di fatturazione.",
|
||||
// In English: "You will still have access to your subscription until the end of this billing period."
|
||||
"billing.offering.free": "Gratuito", // In English: "Free"
|
||||
"billing.offering.pro": "Professionale", // In English: "Professional"
|
||||
"billing.offering.business": "Business", // In English: "Business"
|
||||
"billing.cloud_storage": "Archiviazione cloud", // In English: "Cloud Storage"
|
||||
"billing.ai_access": "Accesso AI", // In English: "AI Access"
|
||||
"billing.bandwidth": "Larghezza di banda", // In English: "Bandwidth"
|
||||
"billing.apps_and_games": "App e Giochi", // In English: "Apps & Games"
|
||||
"billing.upgrade_to_pro": "Passa al piano %strong%", // In English: "Upgrade to %strong%"
|
||||
"billing.switch_to": "Passa a %strong%", // In English: "Switch to %strong%"
|
||||
"billing.payment_setup": "Impostazioni di pagamento", // In English: "Payment Setup"
|
||||
"billing.back": "Indietro", // In English: "Back"
|
||||
"billing.you_are_now_subscribed_to": "Ora sei abbonato al piano %strong%.", // In English: "You are now subscribed to %strong% tier."
|
||||
"billing.you_are_now_subscribed_to_without_tier": "Ora sei abbonato.", // In English: "You are now subscribed"
|
||||
"billing.subscription_cancellation_confirmation": "Sei sicuro di voler annullare il tuo abbonamento?", // In English: "Are you sure you want to cancel your subscription?"
|
||||
"billing.subscription_setup": "Impostazione abbonamento", // In English: "Subscription Setup"
|
||||
"billing.cancel_it": "Annulla", // In English: "Cancel It"
|
||||
"billing.keep_it": "Mantieni", // In English: "Keep It"
|
||||
"billing.subscription_resumed": "Il tuo abbonamento %strong% è stato ripristinato!", // In English: "Your %strong% subscription has been resumed!"
|
||||
"billing.upgrade_now": "Aggiorna ora", // In English: "Upgrade Now"
|
||||
"billing.upgrade": "Aggiorna", // In English: "Upgrade"
|
||||
"billing.currently_on_free_plan": "Attualmente sei nel piano gratuito.", // In English: "You are currently on the free plan."
|
||||
"billing.download_receipt": "Scarica ricevuta", // In English: "Download Receipt"
|
||||
"billing.subscription_check_error": "Si è verificato un problema durante il controllo dello stato dell'abbonamento.",
|
||||
// In English: "A problem occurred while checking your subscription status."
|
||||
"billing.email_confirmation_needed": "La tua email non è stata confermata. Ti invieremo un codice per completare la conferma.",
|
||||
// In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
|
||||
"billing.sub_cancelled_but_valid_until": "Hai annullato il tuo abbonamento. Passerà automaticamente al piano gratuito alla fine del periodo di fatturazione. Non ti verrà addebitato nuovamente a meno che non ti iscrivi di nuovo.",
|
||||
// In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe."
|
||||
"billing.current_plan_until_end_of_period": "Il tuo piano attuale è valido fino alla fine del periodo di fatturazione.",
|
||||
// In English: "Your current plan until the end of this billing period."
|
||||
"billing.current_plan": "Piano attuale", // In English: "Current plan"
|
||||
"billing.cancelled_subscription_tier": "Abbonamento annullato (%%)", // In English: "Cancelled Subscription (%%)"
|
||||
"billing.manage": "Gestisci", // In English: "Manage"
|
||||
"billing.limited": "Limitato", // In English: "Limited"
|
||||
"billing.expanded": "Espanso", // In English: "Expanded"
|
||||
"billing.accelerated": "Accelerato", // In English: "Accelerated"
|
||||
"billing.enjoy_msg": "Goditi %% di spazio di archiviazione cloud e altri vantaggi.", // In English: "Enjoy %% of Cloud Storage plus other benefits."
|
||||
}
|
||||
};
|
||||
|
||||
export default it;
|
||||
export default it;
|
||||
|
Loading…
Reference in New Issue
Block a user