- saving changes;

This commit is contained in:
Vitalii Kiiko
2025-02-27 17:31:50 +01:00
parent ba7946cd3e
commit 186291b52b
9 changed files with 517 additions and 14 deletions

View File

@@ -14,6 +14,9 @@ const getBandoLabel = (status) => {
case 'APPROVED':
return __('Approvato', 'gepafin');
case 'VALID':
return __('Valido', 'gepafin');
case 'READY_TO_PUBLISH':
return __('Pronto', 'gepafin');
@@ -29,6 +32,9 @@ const getBandoLabel = (status) => {
case 'ADMISSIBLE':
return __('Ammisibile', 'gepafin');
case 'DUE':
return __('In scadenza', 'gepafin');
case 'RESPONSE_RECEIVED':
return __('Riposta ricevuta', 'gepafin');