fix: add Hebrew translation for LegalAssistance panel tab label

Translates the bottom panel tab "$LegalAssistance" → "סיוע משפטי"
in Case detail view (fa_IR + he_IL + en_US).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 12:54:14 +00:00
parent be4de13618
commit ca3d5e7890
5 changed files with 10 additions and 1 deletions
Binary file not shown.
@@ -1,4 +1,7 @@
{
"labels": {
"LegalAssistance": "Legal Assistance"
},
"fields": {
"cLegalAidType": "Legal Aid Type",
"cAppointmentDate": "Appointment Date",
@@ -1,4 +1,7 @@
{
"labels": {
"LegalAssistance": "סיוע משפטי"
},
"fields": {
"cLegalAidType": "סוג מינוי סיוע משפטי",
"cAppointmentDate": "מועד קבלת המינוי",
@@ -1,4 +1,7 @@
{
"labels": {
"LegalAssistance": "סיוע משפטי"
},
"fields": {
"cLegalAidType": "סוג מינוי סיוע משפטי",
"cAppointmentDate": "מועד קבלת המינוי",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "LegalAssistance",
"version": "1.2.0",
"version": "1.2.1",
"acceptableVersions": [">=8.0.0"],
"php": [">=8.1"],
"releaseDate": "2026-04-06",