Skip to content

Commit

Permalink
chore: run script to add missing keys to locale files
Browse files Browse the repository at this point in the history
  • Loading branch information
NabbeunNabi committed Jan 8, 2025
1 parent bdc9ff0 commit 2816719
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
4 changes: 3 additions & 1 deletion i18n/locales/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@
"facilityUpdatedSuccessfully": "Facility updated successfully",
"deleteButtonText": "DELETE FOREVER",
"deleteConfirmationFacility": "Are you sure you want to delete the facility: {facility} , with ID: {id}?",
"facilityDeletedSuccessfully": "Facility deleted successfully"
"facilityDeletedSuccessfully": "Facility deleted successfully",
"healthcareProfessionalDeletedSuccessfully": "Healthcare professional deleted successfully",
"healthcareProfessionalUpdatedSuccessfully": "Healthcare professional updated successfully"
},
"serverErrorMessages": {
"UNAUTHENTICATED": "You do not have the authentication to do this action",
Expand Down
4 changes: 3 additions & 1 deletion i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@
"facilityUpdatedSuccessfully": "Facility updated successfully",
"deleteButtonText": "DELETE FOREVER",
"deleteConfirmationFacility": "Are you sure you want to delete the facility: {facility} , with ID: {id}?",
"facilityDeletedSuccessfully": "Facility deleted successfully"
"facilityDeletedSuccessfully": "Facility deleted successfully",
"healthcareProfessionalDeletedSuccessfully": "Healthcare professional deleted successfully",
"healthcareProfessionalUpdatedSuccessfully": "Healthcare professional updated successfully"
},
"serverErrorMessages": {
"UNAUTHENTICATED": "You do not have the authentication to do this action",
Expand Down
4 changes: 3 additions & 1 deletion i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@
"facilityUpdatedSuccessfully": "Facility updated successfully",
"deleteButtonText": "DELETE FOREVER",
"deleteConfirmationFacility": "Are you sure you want to delete the facility: {facility} , with ID: {id}?",
"facilityDeletedSuccessfully": "Facility deleted successfully"
"facilityDeletedSuccessfully": "Facility deleted successfully",
"healthcareProfessionalDeletedSuccessfully": "Healthcare professional deleted successfully",
"healthcareProfessionalUpdatedSuccessfully": "Healthcare professional updated successfully"
},
"serverErrorMessages": {
"UNAUTHENTICATED": "You do not have the authentication to do this action",
Expand Down
4 changes: 3 additions & 1 deletion i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@
"facilityUpdatedSuccessfully": "Facility updated successfully",
"deleteButtonText": "DELETE FOREVER",
"deleteConfirmationFacility": "Are you sure you want to delete the facility: {facility} , with ID: {id}?",
"facilityDeletedSuccessfully": "Facility deleted successfully"
"facilityDeletedSuccessfully": "Facility deleted successfully",
"healthcareProfessionalDeletedSuccessfully": "Healthcare professional deleted successfully",
"healthcareProfessionalUpdatedSuccessfully": "Healthcare professional updated successfully"
},
"serverErrorMessages": {
"UNAUTHENTICATED": "You do not have the authentication to do this action",
Expand Down
4 changes: 3 additions & 1 deletion i18n/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@
"facilityUpdatedSuccessfully": "Facility updated successfully",
"deleteButtonText": "DELETE FOREVER",
"deleteConfirmationFacility": "Are you sure you want to delete the facility: {facility} , with ID: {id}?",
"facilityDeletedSuccessfully": "Facility deleted successfully"
"facilityDeletedSuccessfully": "Facility deleted successfully",
"healthcareProfessionalDeletedSuccessfully": "Healthcare professional deleted successfully",
"healthcareProfessionalUpdatedSuccessfully": "Healthcare professional updated successfully"
},
"serverErrorMessages": {
"UNAUTHENTICATED": "You do not have the authentication to do this action",
Expand Down
4 changes: 3 additions & 1 deletion i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@
"facilityUpdatedSuccessfully": "Facility updated successfully",
"deleteButtonText": "DELETE FOREVER",
"deleteConfirmationFacility": "Are you sure you want to delete the facility: {facility} , with ID: {id}?",
"facilityDeletedSuccessfully": "Facility deleted successfully"
"facilityDeletedSuccessfully": "Facility deleted successfully",
"healthcareProfessionalDeletedSuccessfully": "Healthcare professional deleted successfully",
"healthcareProfessionalUpdatedSuccessfully": "Healthcare professional updated successfully"
},
"serverErrorMessages": {
"UNAUTHENTICATED": "You do not have the authentication to do this action",
Expand Down
4 changes: 3 additions & 1 deletion i18n/locales/tl.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@
"facilityUpdatedSuccessfully": "Facility updated successfully",
"deleteButtonText": "DELETE FOREVER",
"deleteConfirmationFacility": "Are you sure you want to delete the facility: {facility} , with ID: {id}?",
"facilityDeletedSuccessfully": "Facility deleted successfully"
"facilityDeletedSuccessfully": "Facility deleted successfully",
"healthcareProfessionalDeletedSuccessfully": "Healthcare professional deleted successfully",
"healthcareProfessionalUpdatedSuccessfully": "Healthcare professional updated successfully"
},
"modEditSubmissionTopNav": {
"saveAndExit": "I-Save at I-Exit",
Expand Down

0 comments on commit 2816719

Please sign in to comment.