mantenimento-app 2.1.1 β 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app.js +8 -8
- package/frontend/public/app.js +8 -8
- package/package.json +1 -1
package/app.js
CHANGED
|
@@ -328,10 +328,10 @@ const defaultExpenseItems = [
|
|
|
328
328
|
scenarioColFabb: "Fabbis. figli",
|
|
329
329
|
scenarioDeltaLabel: "\u0394 vs A",
|
|
330
330
|
spiegTitle: "π‘ PerchΓ© questo risultato?",
|
|
331
|
-
spiegRedditiLabel: "
|
|
332
|
-
spiegSpeseLabel: "
|
|
333
|
-
spiegPermLabel: "
|
|
334
|
-
spiegResultLabel: "
|
|
331
|
+
spiegRedditiLabel: "Redditi (peso contributivo)",
|
|
332
|
+
spiegSpeseLabel: "Spese β fabbisogno figli",
|
|
333
|
+
spiegPermLabel: "Permanenza β quota diretta",
|
|
334
|
+
spiegResultLabel: "Come si forma l'assegno",
|
|
335
335
|
spiegTooltipTrigger: "Dettaglio calcolo",
|
|
336
336
|
spiegDetailIncome: "Si parte dal netto disponibile di ciascun coniuge. Il peso contributivo e dato da netto coniuge / somma dei netti positivi.",
|
|
337
337
|
spiegDetailExpense: "Il fabbisogno figli viene stimato come 35% del totale spese inserite (ordinarie + eventuali straordinarie mensilizzate).",
|
|
@@ -621,10 +621,10 @@ const defaultExpenseItems = [
|
|
|
621
621
|
scenarioColFabb: "Children needs",
|
|
622
622
|
scenarioDeltaLabel: "\u0394 vs A",
|
|
623
623
|
spiegTitle: "π‘ Why this result?",
|
|
624
|
-
spiegRedditiLabel: "
|
|
625
|
-
spiegSpeseLabel: "
|
|
626
|
-
spiegPermLabel: "
|
|
627
|
-
spiegResultLabel: "
|
|
624
|
+
spiegRedditiLabel: "Income (contribution weight)",
|
|
625
|
+
spiegSpeseLabel: "Expenses β children needs",
|
|
626
|
+
spiegPermLabel: "Permanence β direct share",
|
|
627
|
+
spiegResultLabel: "How the support is formed",
|
|
628
628
|
spiegTooltipTrigger: "Calculation details",
|
|
629
629
|
spiegDetailIncome: "The model starts from each spouse's available net. Contribution weight is spouse net / sum of positive nets.",
|
|
630
630
|
spiegDetailExpense: "Children needs are estimated as 35% of total entered expenses (regular + any extraordinary annual costs converted to monthly).",
|
package/frontend/public/app.js
CHANGED
|
@@ -328,10 +328,10 @@ const defaultExpenseItems = [
|
|
|
328
328
|
scenarioColFabb: "Fabbis. figli",
|
|
329
329
|
scenarioDeltaLabel: "\u0394 vs A",
|
|
330
330
|
spiegTitle: "π‘ PerchΓ© questo risultato?",
|
|
331
|
-
spiegRedditiLabel: "
|
|
332
|
-
spiegSpeseLabel: "
|
|
333
|
-
spiegPermLabel: "
|
|
334
|
-
spiegResultLabel: "
|
|
331
|
+
spiegRedditiLabel: "Redditi (peso contributivo)",
|
|
332
|
+
spiegSpeseLabel: "Spese β fabbisogno figli",
|
|
333
|
+
spiegPermLabel: "Permanenza β quota diretta",
|
|
334
|
+
spiegResultLabel: "Come si forma l'assegno",
|
|
335
335
|
spiegTooltipTrigger: "Dettaglio calcolo",
|
|
336
336
|
spiegDetailIncome: "Si parte dal netto disponibile di ciascun coniuge. Il peso contributivo e dato da netto coniuge / somma dei netti positivi.",
|
|
337
337
|
spiegDetailExpense: "Il fabbisogno figli viene stimato come 35% del totale spese inserite (ordinarie + eventuali straordinarie mensilizzate).",
|
|
@@ -621,10 +621,10 @@ const defaultExpenseItems = [
|
|
|
621
621
|
scenarioColFabb: "Children needs",
|
|
622
622
|
scenarioDeltaLabel: "\u0394 vs A",
|
|
623
623
|
spiegTitle: "π‘ Why this result?",
|
|
624
|
-
spiegRedditiLabel: "
|
|
625
|
-
spiegSpeseLabel: "
|
|
626
|
-
spiegPermLabel: "
|
|
627
|
-
spiegResultLabel: "
|
|
624
|
+
spiegRedditiLabel: "Income (contribution weight)",
|
|
625
|
+
spiegSpeseLabel: "Expenses β children needs",
|
|
626
|
+
spiegPermLabel: "Permanence β direct share",
|
|
627
|
+
spiegResultLabel: "How the support is formed",
|
|
628
628
|
spiegTooltipTrigger: "Calculation details",
|
|
629
629
|
spiegDetailIncome: "The model starts from each spouse's available net. Contribution weight is spouse net / sum of positive nets.",
|
|
630
630
|
spiegDetailExpense: "Children needs are estimated as 35% of total entered expenses (regular + any extraordinary annual costs converted to monthly).",
|