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 14, 2025
1 parent 52c119f commit 0ed3e6a
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
4 changes: 3 additions & 1 deletion i18n/locales/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,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 @@ -355,7 +355,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 @@ -356,7 +356,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 @@ -355,7 +355,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 @@ -355,7 +355,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
4 changes: 3 additions & 1 deletion i18n/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@
"deleteConfirmationFacility": "Are you sure you want to delete the facility: {facility} , with ID: {id}?",
"update": "Update",
"facilityDeletedSuccessfully": "Facility deleted successfully",
"facilityUpdatedSuccessfully": "Facility updated successfully"
"facilityUpdatedSuccessfully": "Facility updated successfully",
"healthcareProfessionalDeletedSuccessfully": "Healthcare professional deleted successfully",
"healthcareProfessionalUpdatedSuccessfully": "Healthcare professional updated successfully"
},
"modEditSubmissionTopNav": {
"saveAndExit": "Lưu và thoát.",
Expand Down

0 comments on commit 0ed3e6a

Please sign in to comment.