-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
61 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
looks_good.step1.title = C'est OK ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
opensrp-eusm/src/main/resources/beneficiary_consultation_fr.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
beneficiary_consultation.step1.consult_beneficiaries_flag.options.yes.text = Oui | ||
beneficiary_consultation.step1.consult_beneficiaries_flag.options.no.text = Non | ||
beneficiary_consultation.step1.consult_beneficiaries.options.no.text = Non | ||
beneficiary_consultation.step1.consult_beneficiaries.label = Pendant la visite, est-ce que tu as parlé avec des bénéficiaires ? | ||
beneficiary_consultation.step1.title = Consulter les bénéficiaires | ||
beneficiary_consultation.step1.consult_beneficiaries_issues_raised.v_required.err = Ce champ est requis | ||
beneficiary_consultation.step1.consult_beneficiaries_issues_raised.hint = Quels problèmes ont été identifiés ? | ||
beneficiary_consultation.step1.consult_beneficiaries.v_required.err = Ce champ est requis | ||
beneficiary_consultation.step1.consult_beneficiaries_consulted_with.hint = Avec qui as tu parlé ? | ||
beneficiary_consultation.step1.consult_beneficiaries.options.yes.text = Oui | ||
beneficiary_consultation.step1.consult_beneficiaries_flag.v_required.err = Ce champ est requis | ||
beneficiary_consultation.step1.consult_beneficiaries_flag.label = Est-ce que ce problème mérite de signaler une alerte ? | ||
beneficiary_consultation.step1.consult_beneficiaries_consulted_with.v_required.err = Ce champ est requis |
32 changes: 32 additions & 0 deletions
32
opensrp-eusm/src/main/resources/warehouse_check_fr.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
warehouse_check.step1.required_action.v_required.err = Ce champ est requis | ||
warehouse_check.step1.expired_supplies_three_months_list.v_required.err = Ce champ est requis | ||
warehouse_check.step1.storage_space_condition.v_required.err = Ce champ est requis | ||
warehouse_check.step1.required_action.options.yes.text = Oui | ||
warehouse_check.step1.required_action_yes.hint = Expliquer les actions a prendre | ||
warehouse_check.step1.storage_space_condition.options.no.text = Non | ||
warehouse_check.step1.expired_supplies_three_months_list.hint = Saisir les produits qui vont expirer | ||
warehouse_check.step1.is_storage_space_guarded.label = Est-ce que l'entrepot est securisé ? | ||
warehouse_check.step1.title = Vérification entrepot | ||
warehouse_check.step1.is_storage_space_guarded.v_required.err = Ce champ est requis | ||
warehouse_check.step1.expired_supplies_three_months.v_required.err = Ce champ est requis | ||
warehouse_check.step1.storage_conditions_satisfactory.v_required.err = Ce champ est requis | ||
warehouse_check.step1.expired_supplies_three_months.label = Est-ce qu'il y a des produits qui vont périmer dans les prochains 3 mois ? | ||
warehouse_check.step1.storage_conditions_satisfactory.options.no.text = Non | ||
warehouse_check.step1.expired_supplies_three_months.options.yes.text = Oui | ||
warehouse_check.step1.is_storage_space_guarded.options.yes.text = Oui | ||
warehouse_check.step1.expired_supplies_three_months.options.no.text = Non | ||
warehouse_check.step1.storage_conditions_satisfactory.options.yes.text = Oui | ||
warehouse_check.step1.required_action.label = Parler avec le gestionnaire du warehouse. Y a-t-il des alertes à signaler ? | ||
warehouse_check.step1.expired_supplies.options.yes.text = Oui | ||
warehouse_check.step1.storage_space_condition.options.yes.text = Oui | ||
warehouse_check.step1.expired_supplies.options.no.text = Non | ||
warehouse_check.step1.expired_supplies.label = Est-ce qu'il y a des produits qui sont périmés ? | ||
warehouse_check.step1.is_storage_space_guarded.options.no.text = Non | ||
warehouse_check.step1.expired_supplies.v_required.err = Ce champ est requis | ||
warehouse_check.step1.required_action.options.no.text = Non | ||
warehouse_check.step1.storage_space_condition.label = Est-ce que l'espace de stockage est-il en bon état ? | ||
warehouse_check.step1.storage_conditions_satisfactory.label = Est-ce que les conditions de stockage sont-elles correctes (pas de rongeurs, sec, correctement rangé ) ? | ||
warehouse_check.step1.required_action_yes.v_required.err = Ce champ est requis | ||
warehouse_check.step1.expired_supplies_list.hint = Saisir produits périmés | ||
warehouse_check.step1.expired_supplies_list.v_required.err = Ce champ est requis | ||
|