diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f6de0f9..f4993089f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the language localization for Italian (`it`) - Upgraded `prisma` from version `6.10.1` to `6.11.1` ## 2.177.0 - 2025-07-03 diff --git a/apps/client/src/locales/messages.it.xlf b/apps/client/src/locales/messages.it.xlf index 9088f7a49..cd0db27c1 100644 --- a/apps/client/src/locales/messages.it.xlf +++ b/apps/client/src/locales/messages.it.xlf @@ -7715,7 +7715,7 @@ Live Demo - Live Demo + Dimostrazione dal vivo libs/common/src/lib/routes/routes.ts 231 @@ -7731,7 +7731,7 @@ Single Account - Single Account + Conto unico apps/client/src/app/pages/i18n/i18n-page.html 24 @@ -7739,7 +7739,7 @@ Your net worth is managed by a single account - Your net worth is managed by a single account + Il tuo patrimonio netto è gestito da un unico account apps/client/src/app/pages/i18n/i18n-page.html 25 @@ -7747,7 +7747,7 @@ Your net worth is managed by ${accountsLength} accounts - Your net worth is managed by ${accountsLength} accounts + Il tuo patrimonio netto è gestito da account ${accountsLength} apps/client/src/app/pages/i18n/i18n-page.html 28 @@ -7755,7 +7755,7 @@ Holdings - Holdings + Partecipazioni libs/ui/src/lib/assistant/assistant.html 69 @@ -7763,7 +7763,7 @@ personal-finance-tools - personal-finance-tools + strumenti-di-finanza-personale kebab-case libs/common/src/lib/routes/routes.ts @@ -7780,7 +7780,7 @@ markets - markets + mercati kebab-case libs/common/src/lib/routes/routes.ts @@ -7801,7 +7801,7 @@ Get Access - Get Access + Ottieni l’accesso apps/client/src/app/components/admin-settings/admin-settings.component.html 27 @@ -7809,7 +7809,7 @@ Learn more - Learn more + Saperne di più apps/client/src/app/components/admin-settings/admin-settings.component.html 38 @@ -7817,7 +7817,7 @@ new - new + nuovo apps/client/src/app/components/admin-settings/admin-settings.component.html 67 @@ -7825,7 +7825,7 @@ Limited Offer! - Limited Offer! + Offerta limitata! apps/client/src/app/pages/pricing/pricing-page.html 311 @@ -7841,7 +7841,7 @@ Available - Available + Disponibile apps/client/src/app/components/data-provider-status/data-provider-status.component.html 3 @@ -7849,7 +7849,7 @@ Unavailable - Unavailable + Non disponibile apps/client/src/app/components/data-provider-status/data-provider-status.component.html 5 @@ -7857,7 +7857,7 @@ new - new + nuovo apps/client/src/app/pages/admin/admin-page.component.ts 37 diff --git a/test/import/not-ok/invalid-type.json b/test/import/not-ok/invalid-type.json new file mode 100644 index 000000000..a23f72411 --- /dev/null +++ b/test/import/not-ok/invalid-type.json @@ -0,0 +1,18 @@ +{ + "meta": { + "date": "2021-01-01T00:00:00.000Z", + "version": "dev" + }, + "activities": [ + { + "currency": "USD", + "dataSource": "YAHOO", + "date": "2021-01-01T00:00:00.000Z", + "fee": 0, + "quantity": 20, + "symbol": "AAPL", + "type": "", + "unitPrice": 100.0 + } + ] +}