-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1598 from OpenSRP/translation-fixes-master
Translation fixes
- Loading branch information
Showing
6 changed files
with
140 additions
and
2 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
112 changes: 112 additions & 0 deletions
112
opensrp-chw/src/ba/assets/json.form-sw/community_responder_registration.json
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,112 @@ | ||
{ | ||
"validate_on_submit": true, | ||
"show_errors_on_submit": false, | ||
"count": "1", | ||
"encounter_type": "Community Responder Registration", | ||
"entity_id": "", | ||
"relational_id": "", | ||
"metadata": { | ||
"start": { | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "concept", | ||
"openmrs_data_type": "start", | ||
"openmrs_entity_id": "163137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" | ||
}, | ||
"end": { | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "concept", | ||
"openmrs_data_type": "end", | ||
"openmrs_entity_id": "163138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" | ||
}, | ||
"today": { | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "encounter", | ||
"openmrs_entity_id": "encounter_date" | ||
}, | ||
"deviceid": { | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "concept", | ||
"openmrs_data_type": "deviceid", | ||
"openmrs_entity_id": "163149AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" | ||
}, | ||
"subscriberid": { | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "concept", | ||
"openmrs_data_type": "subscriberid", | ||
"openmrs_entity_id": "163150AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" | ||
}, | ||
"simserial": { | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "concept", | ||
"openmrs_data_type": "simserial", | ||
"openmrs_entity_id": "163151AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" | ||
}, | ||
"phonenumber": { | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "concept", | ||
"openmrs_data_type": "phonenumber", | ||
"openmrs_entity_id": "163152AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" | ||
}, | ||
"encounter_location": "" | ||
}, | ||
"step1": { | ||
"title": "Taarifa ya usafiri wa dharura", | ||
"fields": [ | ||
{ | ||
"key": "responder_label", | ||
"type": "label", | ||
"text": "Sajili taarifa ya usafiri wa dharura", | ||
"left_padding": "20dp", | ||
"right_padding": "20dp", | ||
"text_size": "7sp", | ||
"text_color": "#000000" | ||
}, | ||
{ | ||
"key": "responder_name", | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "concept", | ||
"openmrs_entity_id": "responder_name", | ||
"type": "edit_text", | ||
"hint": "Jina", | ||
"edit_type": "name", | ||
"v_required": { | ||
"value": "true", | ||
"err": "Tafadhali ingiza jina la usafiri wa dharura" | ||
}, | ||
"v_regex": { | ||
"value": "[A-Za-z\\u00C0-\\u017F\\s\\u00C0-\\u017F\\.\\-]*", | ||
"err": "Tafadhali ingiza jina halali" | ||
} | ||
}, | ||
{ | ||
"key": "responder_phone_number", | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "concept", | ||
"openmrs_entity_id": "responder_phone_number", | ||
"type": "edit_text", | ||
"hint": "Namba ya simu", | ||
"v_numeric": { | ||
"value": "true", | ||
"err": "Nambari lazima iwe jumla ya tarakimu 10 kwa urefu" | ||
}, | ||
"v_regex": { | ||
"value": "(0[0-9]{9})|\\s*", | ||
"err": "Nambari lazima iwe na tarakimu 10 na lazima ianze na 0." | ||
}, | ||
"v_required": { | ||
"value": "true", | ||
"err": "Tafadhali ingiza namba ya simu ya usafiri wa dharura" | ||
} | ||
}, | ||
{ | ||
"key": "responder_gps", | ||
"openmrs_entity_parent": "", | ||
"openmrs_entity": "concept", | ||
"openmrs_entity_id": "responder_gps", | ||
"openmrs_data_type": "text", | ||
"hint": "Eneo la kawaida", | ||
"type": "gps" | ||
} | ||
] | ||
} | ||
} |
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
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
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
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