You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add error message localization and fix JSON translation syntax
- Fixed missing commas in Spanish translation files (es-MX.json, es-CL.json)
- Fixed JSON structure issues in en-US.json
- Added comprehensive error message keys for all HTTP error types
- Enhanced ErrorHandlerInterceptor to support Fineract userMessageGlobalisationCode
- Implemented proper i18n translation for error alerts (401, 403, 404, 500, 501)
fix: WEB-862 Localise the error as per the selected language
Copy file name to clipboardExpand all lines: src/assets/translations/it-IT.json
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,20 @@
8
8
},
9
9
"error.resource.notImplemented.type": "Errore non implementato",
10
10
"error.resource.notImplemented.message": "Funzionalità non implementata!",
11
-
"linkedSavingsAccountOwnership": "Il conto di risparmio collegato non appartiene al cliente selezionato.",
11
+
"error.auth.type": "Errore di autenticazione",
12
+
"error.auth.message": "Dettagli utente non validi. Per favore riprova!",
13
+
"error.token.invalid.type": "Token non valido",
14
+
"error.token.invalid.message": "Token non valido. Per favore riprova!",
15
+
"error.bad.request.type": "Richiesta non valida",
16
+
"error.bad.request.message": "Parametri non validi sono stati trasmessi nella richiesta!",
17
+
"error.unauthorized.type": "Richiesta non autorizzata",
18
+
"error.unauthorized.message": "Non sei autorizzato per questa richiesta!",
19
+
"error.resource.not.found.type": "Risorsa non trovata",
20
+
"error.resource.not.found.message": "La risorsa non esiste!",
21
+
"error.server.internal.type": "Errore interno del server",
22
+
"error.server.internal.message": "Errore interno del server. Per favore riprova più tardi.",
23
+
"error.unknown.type": "Errore sconosciuto",
24
+
"error.unknown.message": "Errore sconosciuto. Per favore riprova più tardi.",
12
25
"clientNotInGSIM": "Il cliente con ID {{id}} non è presente in GSIM.",
13
26
"Capitalized Income amount adjusted already adjusted": "Importo del reddito capitalizzato rettificato già rettificato",
14
27
"Capitalized Income Adjustment amount must be lower or equal to": "L'importo dell'adeguamento del reddito capitalizzato deve essere inferiore o uguale a",
0 commit comments