mirror of
https://github.com/ellite/Wallos.git
synced 2026-05-07 20:39:21 -05:00
feat: add stats about inactive subscriptions (#146)
feat: sort disabled subscription at the bottom
This commit is contained in:
@@ -77,6 +77,7 @@ $i18n = [
|
||||
'average_monthly' => "Durchschnittliche monatliche Kosten",
|
||||
'most_expensive' => "Kosten des teuersten Abonnements",
|
||||
'amount_due' => "Diesen Monat fällige Summe",
|
||||
'monthly_savings' => "Monatliche Ersparnisse (bei inaktiven Abonnements)",
|
||||
'split_views' => "Aufgeteilte Ansichten",
|
||||
'category_split' => "Kategorien",
|
||||
'household_split' => "Haushalt",
|
||||
|
||||
@@ -77,6 +77,7 @@ $i18n = [
|
||||
'average_monthly' => "Μέσο μηνιαίο κόστος συνδρομής",
|
||||
'most_expensive' => "Πιο ακριβό κόστος συνδρομής",
|
||||
'amount_due' => "Ποσό που οφείλεται αυτόν τον μήνα",
|
||||
'monthly_savings' => "Μηνιαίες εξοικονομήσεις (σε ανενεργές συνδρομές)",
|
||||
'split_views' => "Διαχωρισμένες προβολές",
|
||||
'category_split' => "Διαχωρισμός κατηγορίας",
|
||||
'household_split' => "Διαχωρισμός νοικοκυριού",
|
||||
|
||||
@@ -77,6 +77,7 @@ $i18n = [
|
||||
'average_monthly' => "Average Monthly Subscription Cost",
|
||||
'most_expensive' => "Most Expensive Subscription Cost",
|
||||
'amount_due' => "Amount due this month",
|
||||
'monthly_savings' => "Monthly Savings (on inactive subscriptions)",
|
||||
'split_views' => "Split Views",
|
||||
'category_split' => "Category Split",
|
||||
'household_split' => "Household Split",
|
||||
|
||||
@@ -77,6 +77,7 @@ $i18n = [
|
||||
'average_monthly' => "Costo Promedio Mensual de Suscripción",
|
||||
'most_expensive' => "Costo de Suscripción Más Caro",
|
||||
'amount_due' => "Monto a pagar este mes",
|
||||
'monthly_savings' => "Ahorro Mensual (en suscripciones inactivas)",
|
||||
'split_views' => "Vistas Divididas",
|
||||
'category_split' => "División por Categoría",
|
||||
'household_split' => "División por Hogar",
|
||||
|
||||
@@ -77,6 +77,7 @@ $i18n = [
|
||||
'average_monthly' => "Coût moyen mensuel de l'abonnement",
|
||||
'most_expensive' => "Coût d'abonnement le plus élevé",
|
||||
'amount_due' => "Montant dû ce mois-ci",
|
||||
'monthly_savings' => "Économies mensuelles (sur les abonnements inactifs)",
|
||||
'split_views' => "Vues partagées",
|
||||
'category_split' => "Répartition par catégorie",
|
||||
'household_split' => "Répartition du ménage",
|
||||
|
||||
@@ -77,6 +77,7 @@ $i18n = [
|
||||
'average_monthly' => "月額平均費用",
|
||||
'most_expensive' => "最も高額な定期購入費用",
|
||||
'amount_due' => "今月の支払額",
|
||||
'monthly_savings' => "月間節約 (非アクティブな定期購入)",
|
||||
'split_views' => "分割表示",
|
||||
'category_split' => "カテゴリ別",
|
||||
'household_split' => "世帯別",
|
||||
|
||||
@@ -77,6 +77,7 @@ $i18n = [
|
||||
'average_monthly' => "Custo Mensal Médio das Subscrições",
|
||||
'most_expensive' => "Custo da Subscrição Mais Cara",
|
||||
'amount_due' => "Quantia em dívida este mês",
|
||||
'monthly_savings' => "Poupança Mensal (em subscrições inactivas)",
|
||||
'split_views' => "Vistas Divididas",
|
||||
'category_split' => "Por Categoria",
|
||||
'household_split' => "Por Membro",
|
||||
|
||||
@@ -77,6 +77,7 @@ $i18n = [
|
||||
'average_monthly' => "Ortalama Aylık Abonelik Maliyeti",
|
||||
'most_expensive' => "En Pahalı Abonelik Maliyeti",
|
||||
'amount_due' => "Bu ay ödenecek miktar",
|
||||
'monthly_savings' => "Aylık Tasarruf (aktif olmayan aboneliklerde)",
|
||||
'split_views' => "Bölünmüş Görünümler",
|
||||
'category_split' => "Kategori Bölümü",
|
||||
'household_split' => "Hane Bölümü",
|
||||
|
||||
@@ -82,6 +82,7 @@ $i18n = [
|
||||
'average_monthly' => "平均每月订阅费用",
|
||||
'most_expensive' => "最昂贵订阅费用",
|
||||
'amount_due' => "本月应付金额",
|
||||
'monthly_savings' => "每月节省",
|
||||
'split_views' => "拆分视图",
|
||||
'category_split' => "分类视图",
|
||||
'household_split' => "家庭视图",
|
||||
|
||||
@@ -82,6 +82,7 @@ $i18n = [
|
||||
'average_monthly' => "平均每月訂閱費用",
|
||||
'most_expensive' => "最高的訂閱費用",
|
||||
'amount_due' => "本月應付金額",
|
||||
'monthly_savings' => "每月節省",
|
||||
'split_views' => "分割表示",
|
||||
'category_split' => "類別表示",
|
||||
'household_split' => "家庭表示",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$version = "v1.5.0";
|
||||
$version = "v1.6.0";
|
||||
?>
|
||||
Reference in New Issue
Block a user