diff --git a/src/locales/ar/translations/patients/index.ts b/src/locales/ar/translations/patients/index.ts index 5477a71fae..e2b9ef8c32 100644 --- a/src/locales/ar/translations/patients/index.ts +++ b/src/locales/ar/translations/patients/index.ts @@ -3,6 +3,7 @@ export default { label: 'المرضى', viewPatients: 'عرض المرضى', viewPatient: 'عرض المريض', + editPatient: 'تغيير المريض', newPatient: 'مريض جديد', }, } diff --git a/src/locales/de/translations/patients/index.ts b/src/locales/de/translations/patients/index.ts index c29fa19da2..47d71277f0 100644 --- a/src/locales/de/translations/patients/index.ts +++ b/src/locales/de/translations/patients/index.ts @@ -3,6 +3,7 @@ export default { label: 'Patienten', viewPatients: 'Patienten anzeigen', viewPatient: 'Patient anzeigen', + editPatient: 'Patient bearbeiten', newPatient: 'Neuer Patient', }, } diff --git a/src/locales/es/translations/patients/index.ts b/src/locales/es/translations/patients/index.ts index 1bd4a6d5e3..d2c181d5f2 100644 --- a/src/locales/es/translations/patients/index.ts +++ b/src/locales/es/translations/patients/index.ts @@ -3,6 +3,7 @@ export default { label: 'Pacientes', viewPatients: 'Ver pacientes', viewPatient: 'Ver pacientes', + editPatient: 'Editar paciente', newPatient: 'Nuevo paciente', }, } diff --git a/src/locales/fr/translations/patients/index.ts b/src/locales/fr/translations/patients/index.ts index 27696914c8..02cabc76a7 100644 --- a/src/locales/fr/translations/patients/index.ts +++ b/src/locales/fr/translations/patients/index.ts @@ -4,6 +4,7 @@ export default { patientsList: 'Liste des patients', viewPatients: 'Voir les patients', viewPatient: 'Voir le patient', + editPatient: 'Modifier le patient', newPatient: 'Nouveau patient', successfullyCreated: 'Patient créé avec succès', successfullyAddedNote: 'Note ajoutée avec succès', diff --git a/src/locales/id/translations/patients/index.ts b/src/locales/id/translations/patients/index.ts index 069cd4d42b..10da7d5599 100644 --- a/src/locales/id/translations/patients/index.ts +++ b/src/locales/id/translations/patients/index.ts @@ -3,6 +3,7 @@ export default { label: 'Pasien', viewPatients: 'Lihat Pasien', viewPatient: 'Lihat Pasien', + editPatient: 'Ganti Pasien', newPatient: 'Pasien Baru', }, } diff --git a/src/locales/ja/translations/patients/index.ts b/src/locales/ja/translations/patients/index.ts index c4b9bb219a..759eff089a 100644 --- a/src/locales/ja/translations/patients/index.ts +++ b/src/locales/ja/translations/patients/index.ts @@ -3,6 +3,7 @@ export default { label: '患者さん', viewPatients: '患者を見る', viewPatient: '患者を見る', + editPatient: '患者を変える', newPatient: '新しい患者', }, } diff --git a/src/locales/ptBr/translations/patients/index.ts b/src/locales/ptBr/translations/patients/index.ts index 6166f6ced0..d4747c755f 100644 --- a/src/locales/ptBr/translations/patients/index.ts +++ b/src/locales/ptBr/translations/patients/index.ts @@ -5,6 +5,7 @@ export default { viewPatients: 'Exibir pacientes', viewPatient: 'Ver paciente', newPatient: 'Novo Paciente', + editPatient: 'Mudar paciente', successfullyCreated: 'Paciente criado com sucesso', successfullyAddedNote: 'Adicionou uma nova nota com sucesso', successfullyAddedRelatedPerson: 'Adicionou uma pessoa relacionada com sucesso', diff --git a/src/locales/ru/translations/patients/index.ts b/src/locales/ru/translations/patients/index.ts index 5d96b8c79e..e6040e7b39 100644 --- a/src/locales/ru/translations/patients/index.ts +++ b/src/locales/ru/translations/patients/index.ts @@ -3,6 +3,7 @@ export default { label: 'Пациенты', viewPatients: 'Просмотр пациентов', viewPatient: 'Просмотр пациента', + editPatient: 'Редактировать пациента', newPatient: 'Новый пациент', }, } diff --git a/src/locales/zhCN/translations/patients/index.ts b/src/locales/zhCN/translations/patients/index.ts index 701850936e..ec49817b9f 100644 --- a/src/locales/zhCN/translations/patients/index.ts +++ b/src/locales/zhCN/translations/patients/index.ts @@ -3,6 +3,7 @@ export default { label: '标签', viewPatients: '查看患者', viewPatient: '查看患者', + editPatient: '改变病人', newPatient: '新病人', }, }