mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:41:09 +02:00
i18n(credits): extend namespace JSONs with list_view sub-namespace
Locale-only — component patches in follow-up commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6d1546975f
commit
da330f0c7a
5 changed files with 475 additions and 5 deletions
|
|
@ -2,5 +2,99 @@
|
|||
"available": "Verfügbar",
|
||||
"daily_free": "Gratis heute",
|
||||
"total_spent": "Verbraucht",
|
||||
"manage": "Credits verwalten"
|
||||
"manage": "Credits verwalten",
|
||||
"list_view": {
|
||||
"toast_purchase_success": "Credits erfolgreich gekauft!",
|
||||
"toast_purchase_canceled": "Kauf wurde abgebrochen",
|
||||
"err_checkout_session": "Fehler beim Erstellen der Checkout-Session",
|
||||
"err_checkout": "Fehler beim Checkout",
|
||||
"err_portal": "Fehler beim Billing-Portal",
|
||||
"confirm_cancel_sub": "Möchtest du dein Abonnement wirklich kündigen?",
|
||||
"toast_sub_canceled": "Abo erfolgreich gekündigt",
|
||||
"err_cancel_sub": "Fehler beim Kündigen",
|
||||
"toast_sub_reactivated": "Abo erfolgreich reaktiviert",
|
||||
"err_reactivate_sub": "Fehler beim Reaktivieren",
|
||||
"action_retry": "Erneut versuchen",
|
||||
"balance_available": "Verfügbar",
|
||||
"balance_earned": "Erhalten",
|
||||
"balance_spent": "Verbraucht",
|
||||
"tab_overview": "Übersicht",
|
||||
"tab_subscriptions": "Abo",
|
||||
"tab_transactions": "Verlauf",
|
||||
"tab_packages": "Kaufen",
|
||||
"tab_costs": "Kosten",
|
||||
"category_ai": "KI-Features",
|
||||
"category_premium": "Premium",
|
||||
"app_calendar": "Kalender",
|
||||
"app_chat": "Chat",
|
||||
"app_contacts": "Kontakte",
|
||||
"app_context": "Context",
|
||||
"app_general": "Allgemein",
|
||||
"app_cards": "Cards",
|
||||
"app_food": "Food",
|
||||
"app_picture": "Picture",
|
||||
"app_plants": "Plants",
|
||||
"app_presi": "Presi",
|
||||
"app_questions": "Questions",
|
||||
"app_skilltree": "SkillTree",
|
||||
"app_todo": "Todo",
|
||||
"app_traces": "Traces",
|
||||
"app_quotes": "Quotes",
|
||||
"status_active": "Aktiv",
|
||||
"status_canceled": "Gekündigt",
|
||||
"status_past_due": "Überfällig",
|
||||
"status_trialing": "Testphase",
|
||||
"plan_current_fallback": "Aktueller Plan",
|
||||
"sub_mana_per_month": "{credits} Mana / Monat",
|
||||
"action_payment_method": "Zahlungsmethode",
|
||||
"detail_billing": "Zeitraum",
|
||||
"interval_year_long": "Jährlich",
|
||||
"interval_month_long": "Monatlich",
|
||||
"detail_period": "Periode",
|
||||
"detail_period_value": "{start} – {end}",
|
||||
"detail_ends": "Endet am",
|
||||
"action_reactivate": "Reaktivieren",
|
||||
"detail_renews": "Verlängert am",
|
||||
"action_cancel": "Kündigen",
|
||||
"plan_free": "Free Plan",
|
||||
"badge_current": "Aktuell",
|
||||
"plan_free_mana": "150 Mana / Monat",
|
||||
"toggle_monthly": "Monatlich",
|
||||
"toggle_yearly": "Jährlich",
|
||||
"toggle_save_tag": "–17%",
|
||||
"plan_your_tag": "Dein Plan",
|
||||
"plan_free_label": "Kostenlos",
|
||||
"period_year": "Jahr",
|
||||
"period_month": "Monat",
|
||||
"invoices_summary": "Rechnungen ({count})",
|
||||
"invoice_status_paid": "Bezahlt",
|
||||
"invoice_pdf": "PDF",
|
||||
"section_recent_transactions": "Letzte Transaktionen",
|
||||
"empty_transactions": "Noch keine Transaktionen",
|
||||
"action_show_all": "Alle anzeigen →",
|
||||
"section_buy_credits": "Credits kaufen",
|
||||
"empty_packages": "Keine Pakete verfügbar",
|
||||
"pkg_credits": "{count} Credits",
|
||||
"action_all_packages": "Alle Pakete →",
|
||||
"section_tx_history": "Transaktionsverlauf",
|
||||
"empty_tx_history": "Noch keine Transaktionen vorhanden.",
|
||||
"th_type": "Typ",
|
||||
"th_description": "Beschreibung",
|
||||
"th_app": "App",
|
||||
"th_amount": "Betrag",
|
||||
"th_balance": "Kontostand",
|
||||
"th_date": "Datum",
|
||||
"pkg_card_unit": "Credits",
|
||||
"pkg_card_loading": "Wird geladen...",
|
||||
"pkg_card_buy": "Kaufen",
|
||||
"empty_packages_long": "Aktuell sind keine Credit-Pakete verfügbar.",
|
||||
"filter_all": "Alle",
|
||||
"filter_ai": "KI-Features",
|
||||
"filter_premium": "Premium",
|
||||
"info_banner_prefix": "Lesen, Bearbeiten, Löschen und Organisieren von Einträgen ist immer",
|
||||
"info_banner_strong": "kostenlos",
|
||||
"info_banner_suffix": ". Credits werden nur für die unten aufgeführten Aktionen verbraucht.",
|
||||
"empty_filtered_costs": "Keine Operationen in dieser Kategorie.",
|
||||
"cost_free": "Kostenlos"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,99 @@
|
|||
"available": "Available",
|
||||
"daily_free": "Free today",
|
||||
"total_spent": "Spent",
|
||||
"manage": "Manage credits"
|
||||
"manage": "Manage credits",
|
||||
"list_view": {
|
||||
"toast_purchase_success": "Credits purchased!",
|
||||
"toast_purchase_canceled": "Purchase canceled",
|
||||
"err_checkout_session": "Error creating checkout session",
|
||||
"err_checkout": "Checkout error",
|
||||
"err_portal": "Error opening billing portal",
|
||||
"confirm_cancel_sub": "Really cancel your subscription?",
|
||||
"toast_sub_canceled": "Subscription canceled",
|
||||
"err_cancel_sub": "Error canceling subscription",
|
||||
"toast_sub_reactivated": "Subscription reactivated",
|
||||
"err_reactivate_sub": "Error reactivating subscription",
|
||||
"action_retry": "Retry",
|
||||
"balance_available": "Available",
|
||||
"balance_earned": "Earned",
|
||||
"balance_spent": "Spent",
|
||||
"tab_overview": "Overview",
|
||||
"tab_subscriptions": "Subscription",
|
||||
"tab_transactions": "History",
|
||||
"tab_packages": "Buy",
|
||||
"tab_costs": "Costs",
|
||||
"category_ai": "AI features",
|
||||
"category_premium": "Premium",
|
||||
"app_calendar": "Calendar",
|
||||
"app_chat": "Chat",
|
||||
"app_contacts": "Contacts",
|
||||
"app_context": "Context",
|
||||
"app_general": "General",
|
||||
"app_cards": "Cards",
|
||||
"app_food": "Food",
|
||||
"app_picture": "Picture",
|
||||
"app_plants": "Plants",
|
||||
"app_presi": "Presi",
|
||||
"app_questions": "Questions",
|
||||
"app_skilltree": "SkillTree",
|
||||
"app_todo": "Todo",
|
||||
"app_traces": "Traces",
|
||||
"app_quotes": "Quotes",
|
||||
"status_active": "Active",
|
||||
"status_canceled": "Canceled",
|
||||
"status_past_due": "Past due",
|
||||
"status_trialing": "Trialing",
|
||||
"plan_current_fallback": "Current plan",
|
||||
"sub_mana_per_month": "{credits} Mana / month",
|
||||
"action_payment_method": "Payment method",
|
||||
"detail_billing": "Billing",
|
||||
"interval_year_long": "Yearly",
|
||||
"interval_month_long": "Monthly",
|
||||
"detail_period": "Period",
|
||||
"detail_period_value": "{start} – {end}",
|
||||
"detail_ends": "Ends on",
|
||||
"action_reactivate": "Reactivate",
|
||||
"detail_renews": "Renews on",
|
||||
"action_cancel": "Cancel",
|
||||
"plan_free": "Free plan",
|
||||
"badge_current": "Current",
|
||||
"plan_free_mana": "150 Mana / month",
|
||||
"toggle_monthly": "Monthly",
|
||||
"toggle_yearly": "Yearly",
|
||||
"toggle_save_tag": "–17%",
|
||||
"plan_your_tag": "Your plan",
|
||||
"plan_free_label": "Free",
|
||||
"period_year": "year",
|
||||
"period_month": "month",
|
||||
"invoices_summary": "Invoices ({count})",
|
||||
"invoice_status_paid": "Paid",
|
||||
"invoice_pdf": "PDF",
|
||||
"section_recent_transactions": "Recent transactions",
|
||||
"empty_transactions": "No transactions yet",
|
||||
"action_show_all": "Show all →",
|
||||
"section_buy_credits": "Buy credits",
|
||||
"empty_packages": "No packages available",
|
||||
"pkg_credits": "{count} Credits",
|
||||
"action_all_packages": "All packages →",
|
||||
"section_tx_history": "Transaction history",
|
||||
"empty_tx_history": "No transactions yet.",
|
||||
"th_type": "Type",
|
||||
"th_description": "Description",
|
||||
"th_app": "App",
|
||||
"th_amount": "Amount",
|
||||
"th_balance": "Balance",
|
||||
"th_date": "Date",
|
||||
"pkg_card_unit": "Credits",
|
||||
"pkg_card_loading": "Loading...",
|
||||
"pkg_card_buy": "Buy",
|
||||
"empty_packages_long": "No credit packages available right now.",
|
||||
"filter_all": "All",
|
||||
"filter_ai": "AI features",
|
||||
"filter_premium": "Premium",
|
||||
"info_banner_prefix": "Reading, editing, deleting and organizing entries is always",
|
||||
"info_banner_strong": "free",
|
||||
"info_banner_suffix": ". Credits are only consumed for the actions listed below.",
|
||||
"empty_filtered_costs": "No operations in this category.",
|
||||
"cost_free": "Free"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,99 @@
|
|||
"available": "Disponibles",
|
||||
"daily_free": "Gratis hoy",
|
||||
"total_spent": "Gastados",
|
||||
"manage": "Gestionar créditos"
|
||||
"manage": "Gestionar créditos",
|
||||
"list_view": {
|
||||
"toast_purchase_success": "¡Créditos comprados!",
|
||||
"toast_purchase_canceled": "Compra cancelada",
|
||||
"err_checkout_session": "Error al crear la sesión de checkout",
|
||||
"err_checkout": "Error en el checkout",
|
||||
"err_portal": "Error al abrir el portal de facturación",
|
||||
"confirm_cancel_sub": "¿Cancelar realmente tu suscripción?",
|
||||
"toast_sub_canceled": "Suscripción cancelada",
|
||||
"err_cancel_sub": "Error al cancelar la suscripción",
|
||||
"toast_sub_reactivated": "Suscripción reactivada",
|
||||
"err_reactivate_sub": "Error al reactivar la suscripción",
|
||||
"action_retry": "Reintentar",
|
||||
"balance_available": "Disponibles",
|
||||
"balance_earned": "Recibidos",
|
||||
"balance_spent": "Gastados",
|
||||
"tab_overview": "Resumen",
|
||||
"tab_subscriptions": "Suscripción",
|
||||
"tab_transactions": "Historial",
|
||||
"tab_packages": "Comprar",
|
||||
"tab_costs": "Costes",
|
||||
"category_ai": "Funciones IA",
|
||||
"category_premium": "Premium",
|
||||
"app_calendar": "Calendario",
|
||||
"app_chat": "Chat",
|
||||
"app_contacts": "Contactos",
|
||||
"app_context": "Context",
|
||||
"app_general": "General",
|
||||
"app_cards": "Cards",
|
||||
"app_food": "Food",
|
||||
"app_picture": "Picture",
|
||||
"app_plants": "Plants",
|
||||
"app_presi": "Presi",
|
||||
"app_questions": "Questions",
|
||||
"app_skilltree": "SkillTree",
|
||||
"app_todo": "Todo",
|
||||
"app_traces": "Traces",
|
||||
"app_quotes": "Quotes",
|
||||
"status_active": "Activa",
|
||||
"status_canceled": "Cancelada",
|
||||
"status_past_due": "Vencida",
|
||||
"status_trialing": "Periodo de prueba",
|
||||
"plan_current_fallback": "Plan actual",
|
||||
"sub_mana_per_month": "{credits} Mana / mes",
|
||||
"action_payment_method": "Método de pago",
|
||||
"detail_billing": "Periodo",
|
||||
"interval_year_long": "Anual",
|
||||
"interval_month_long": "Mensual",
|
||||
"detail_period": "Periodo",
|
||||
"detail_period_value": "{start} – {end}",
|
||||
"detail_ends": "Termina el",
|
||||
"action_reactivate": "Reactivar",
|
||||
"detail_renews": "Se renueva el",
|
||||
"action_cancel": "Cancelar",
|
||||
"plan_free": "Plan Free",
|
||||
"badge_current": "Actual",
|
||||
"plan_free_mana": "150 Mana / mes",
|
||||
"toggle_monthly": "Mensual",
|
||||
"toggle_yearly": "Anual",
|
||||
"toggle_save_tag": "–17%",
|
||||
"plan_your_tag": "Tu plan",
|
||||
"plan_free_label": "Gratis",
|
||||
"period_year": "año",
|
||||
"period_month": "mes",
|
||||
"invoices_summary": "Facturas ({count})",
|
||||
"invoice_status_paid": "Pagada",
|
||||
"invoice_pdf": "PDF",
|
||||
"section_recent_transactions": "Últimas transacciones",
|
||||
"empty_transactions": "Aún sin transacciones",
|
||||
"action_show_all": "Ver todas →",
|
||||
"section_buy_credits": "Comprar créditos",
|
||||
"empty_packages": "Sin paquetes disponibles",
|
||||
"pkg_credits": "{count} Créditos",
|
||||
"action_all_packages": "Todos los paquetes →",
|
||||
"section_tx_history": "Historial de transacciones",
|
||||
"empty_tx_history": "Aún sin transacciones.",
|
||||
"th_type": "Tipo",
|
||||
"th_description": "Descripción",
|
||||
"th_app": "App",
|
||||
"th_amount": "Importe",
|
||||
"th_balance": "Saldo",
|
||||
"th_date": "Fecha",
|
||||
"pkg_card_unit": "Créditos",
|
||||
"pkg_card_loading": "Cargando...",
|
||||
"pkg_card_buy": "Comprar",
|
||||
"empty_packages_long": "Aún no hay paquetes de créditos disponibles.",
|
||||
"filter_all": "Todos",
|
||||
"filter_ai": "Funciones IA",
|
||||
"filter_premium": "Premium",
|
||||
"info_banner_prefix": "Leer, editar, borrar y organizar entradas es siempre",
|
||||
"info_banner_strong": "gratis",
|
||||
"info_banner_suffix": ". Los créditos solo se consumen en las acciones listadas abajo.",
|
||||
"empty_filtered_costs": "Sin operaciones en esta categoría.",
|
||||
"cost_free": "Gratis"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,99 @@
|
|||
"available": "Disponibles",
|
||||
"daily_free": "Gratuits aujourd'hui",
|
||||
"total_spent": "Dépensés",
|
||||
"manage": "Gérer les crédits"
|
||||
"manage": "Gérer les crédits",
|
||||
"list_view": {
|
||||
"toast_purchase_success": "Crédits achetés !",
|
||||
"toast_purchase_canceled": "Achat annulé",
|
||||
"err_checkout_session": "Erreur lors de la création de la session checkout",
|
||||
"err_checkout": "Erreur de checkout",
|
||||
"err_portal": "Erreur d'ouverture du portail de facturation",
|
||||
"confirm_cancel_sub": "Vraiment annuler ton abonnement ?",
|
||||
"toast_sub_canceled": "Abonnement annulé",
|
||||
"err_cancel_sub": "Erreur lors de l'annulation",
|
||||
"toast_sub_reactivated": "Abonnement réactivé",
|
||||
"err_reactivate_sub": "Erreur lors de la réactivation",
|
||||
"action_retry": "Réessayer",
|
||||
"balance_available": "Disponibles",
|
||||
"balance_earned": "Reçus",
|
||||
"balance_spent": "Dépensés",
|
||||
"tab_overview": "Aperçu",
|
||||
"tab_subscriptions": "Abonnement",
|
||||
"tab_transactions": "Historique",
|
||||
"tab_packages": "Acheter",
|
||||
"tab_costs": "Coûts",
|
||||
"category_ai": "Fonctions IA",
|
||||
"category_premium": "Premium",
|
||||
"app_calendar": "Calendrier",
|
||||
"app_chat": "Chat",
|
||||
"app_contacts": "Contacts",
|
||||
"app_context": "Context",
|
||||
"app_general": "Général",
|
||||
"app_cards": "Cards",
|
||||
"app_food": "Food",
|
||||
"app_picture": "Picture",
|
||||
"app_plants": "Plants",
|
||||
"app_presi": "Presi",
|
||||
"app_questions": "Questions",
|
||||
"app_skilltree": "SkillTree",
|
||||
"app_todo": "Todo",
|
||||
"app_traces": "Traces",
|
||||
"app_quotes": "Quotes",
|
||||
"status_active": "Actif",
|
||||
"status_canceled": "Annulé",
|
||||
"status_past_due": "En retard",
|
||||
"status_trialing": "Période d'essai",
|
||||
"plan_current_fallback": "Plan actuel",
|
||||
"sub_mana_per_month": "{credits} Mana / mois",
|
||||
"action_payment_method": "Méthode de paiement",
|
||||
"detail_billing": "Période",
|
||||
"interval_year_long": "Annuel",
|
||||
"interval_month_long": "Mensuel",
|
||||
"detail_period": "Période",
|
||||
"detail_period_value": "{start} – {end}",
|
||||
"detail_ends": "Termine le",
|
||||
"action_reactivate": "Réactiver",
|
||||
"detail_renews": "Renouvellement le",
|
||||
"action_cancel": "Annuler",
|
||||
"plan_free": "Plan Free",
|
||||
"badge_current": "Actuel",
|
||||
"plan_free_mana": "150 Mana / mois",
|
||||
"toggle_monthly": "Mensuel",
|
||||
"toggle_yearly": "Annuel",
|
||||
"toggle_save_tag": "–17 %",
|
||||
"plan_your_tag": "Ton plan",
|
||||
"plan_free_label": "Gratuit",
|
||||
"period_year": "an",
|
||||
"period_month": "mois",
|
||||
"invoices_summary": "Factures ({count})",
|
||||
"invoice_status_paid": "Payée",
|
||||
"invoice_pdf": "PDF",
|
||||
"section_recent_transactions": "Dernières transactions",
|
||||
"empty_transactions": "Aucune transaction",
|
||||
"action_show_all": "Voir tout →",
|
||||
"section_buy_credits": "Acheter des crédits",
|
||||
"empty_packages": "Aucun pack disponible",
|
||||
"pkg_credits": "{count} crédits",
|
||||
"action_all_packages": "Tous les packs →",
|
||||
"section_tx_history": "Historique des transactions",
|
||||
"empty_tx_history": "Aucune transaction.",
|
||||
"th_type": "Type",
|
||||
"th_description": "Description",
|
||||
"th_app": "App",
|
||||
"th_amount": "Montant",
|
||||
"th_balance": "Solde",
|
||||
"th_date": "Date",
|
||||
"pkg_card_unit": "Crédits",
|
||||
"pkg_card_loading": "Chargement...",
|
||||
"pkg_card_buy": "Acheter",
|
||||
"empty_packages_long": "Aucun pack de crédits disponible pour l'instant.",
|
||||
"filter_all": "Tous",
|
||||
"filter_ai": "Fonctions IA",
|
||||
"filter_premium": "Premium",
|
||||
"info_banner_prefix": "Lire, modifier, supprimer et organiser des entrées est toujours",
|
||||
"info_banner_strong": "gratuit",
|
||||
"info_banner_suffix": ". Les crédits ne sont consommés que pour les actions listées ci-dessous.",
|
||||
"empty_filtered_costs": "Aucune opération dans cette catégorie.",
|
||||
"cost_free": "Gratuit"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,5 +2,99 @@
|
|||
"available": "Disponibili",
|
||||
"daily_free": "Gratis oggi",
|
||||
"total_spent": "Spesi",
|
||||
"manage": "Gestisci crediti"
|
||||
"manage": "Gestisci crediti",
|
||||
"list_view": {
|
||||
"toast_purchase_success": "Crediti acquistati!",
|
||||
"toast_purchase_canceled": "Acquisto annullato",
|
||||
"err_checkout_session": "Errore nella creazione della sessione checkout",
|
||||
"err_checkout": "Errore checkout",
|
||||
"err_portal": "Errore nell'apertura del portale di fatturazione",
|
||||
"confirm_cancel_sub": "Annullare davvero il tuo abbonamento?",
|
||||
"toast_sub_canceled": "Abbonamento annullato",
|
||||
"err_cancel_sub": "Errore nell'annullamento",
|
||||
"toast_sub_reactivated": "Abbonamento riattivato",
|
||||
"err_reactivate_sub": "Errore nella riattivazione",
|
||||
"action_retry": "Riprova",
|
||||
"balance_available": "Disponibili",
|
||||
"balance_earned": "Ricevuti",
|
||||
"balance_spent": "Spesi",
|
||||
"tab_overview": "Panoramica",
|
||||
"tab_subscriptions": "Abbonamento",
|
||||
"tab_transactions": "Cronologia",
|
||||
"tab_packages": "Acquista",
|
||||
"tab_costs": "Costi",
|
||||
"category_ai": "Funzioni IA",
|
||||
"category_premium": "Premium",
|
||||
"app_calendar": "Calendario",
|
||||
"app_chat": "Chat",
|
||||
"app_contacts": "Contatti",
|
||||
"app_context": "Context",
|
||||
"app_general": "Generale",
|
||||
"app_cards": "Cards",
|
||||
"app_food": "Food",
|
||||
"app_picture": "Picture",
|
||||
"app_plants": "Plants",
|
||||
"app_presi": "Presi",
|
||||
"app_questions": "Questions",
|
||||
"app_skilltree": "SkillTree",
|
||||
"app_todo": "Todo",
|
||||
"app_traces": "Traces",
|
||||
"app_quotes": "Quotes",
|
||||
"status_active": "Attivo",
|
||||
"status_canceled": "Annullato",
|
||||
"status_past_due": "Scaduto",
|
||||
"status_trialing": "Periodo di prova",
|
||||
"plan_current_fallback": "Piano attuale",
|
||||
"sub_mana_per_month": "{credits} Mana / mese",
|
||||
"action_payment_method": "Metodo di pagamento",
|
||||
"detail_billing": "Periodo",
|
||||
"interval_year_long": "Annuale",
|
||||
"interval_month_long": "Mensile",
|
||||
"detail_period": "Periodo",
|
||||
"detail_period_value": "{start} – {end}",
|
||||
"detail_ends": "Termina il",
|
||||
"action_reactivate": "Riattiva",
|
||||
"detail_renews": "Si rinnova il",
|
||||
"action_cancel": "Annulla",
|
||||
"plan_free": "Piano Free",
|
||||
"badge_current": "Attuale",
|
||||
"plan_free_mana": "150 Mana / mese",
|
||||
"toggle_monthly": "Mensile",
|
||||
"toggle_yearly": "Annuale",
|
||||
"toggle_save_tag": "–17%",
|
||||
"plan_your_tag": "Il tuo piano",
|
||||
"plan_free_label": "Gratis",
|
||||
"period_year": "anno",
|
||||
"period_month": "mese",
|
||||
"invoices_summary": "Fatture ({count})",
|
||||
"invoice_status_paid": "Pagata",
|
||||
"invoice_pdf": "PDF",
|
||||
"section_recent_transactions": "Ultime transazioni",
|
||||
"empty_transactions": "Ancora nessuna transazione",
|
||||
"action_show_all": "Mostra tutte →",
|
||||
"section_buy_credits": "Acquista crediti",
|
||||
"empty_packages": "Nessun pacchetto disponibile",
|
||||
"pkg_credits": "{count} crediti",
|
||||
"action_all_packages": "Tutti i pacchetti →",
|
||||
"section_tx_history": "Cronologia transazioni",
|
||||
"empty_tx_history": "Ancora nessuna transazione.",
|
||||
"th_type": "Tipo",
|
||||
"th_description": "Descrizione",
|
||||
"th_app": "App",
|
||||
"th_amount": "Importo",
|
||||
"th_balance": "Saldo",
|
||||
"th_date": "Data",
|
||||
"pkg_card_unit": "Crediti",
|
||||
"pkg_card_loading": "Caricamento...",
|
||||
"pkg_card_buy": "Acquista",
|
||||
"empty_packages_long": "Al momento non ci sono pacchetti di crediti disponibili.",
|
||||
"filter_all": "Tutti",
|
||||
"filter_ai": "Funzioni IA",
|
||||
"filter_premium": "Premium",
|
||||
"info_banner_prefix": "Leggere, modificare, eliminare e organizzare le voci è sempre",
|
||||
"info_banner_strong": "gratis",
|
||||
"info_banner_suffix": ". I crediti vengono consumati solo per le azioni elencate sotto.",
|
||||
"empty_filtered_costs": "Nessuna operazione in questa categoria.",
|
||||
"cost_free": "Gratis"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue