Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#-- Application name -----------------------------------------------------------#


district_health_information_software=District Health Information Software 2
dhis2=DHIS 2

Expand Down Expand Up @@ -503,7 +504,7 @@ deleting=\u0921\u093f\u0932\u0940\u091f \u0915\u093f\u092f\u093e \u091c\u093e \u
close=\u092c\u0902\u0926 \u0915\u0930\u0947\u0902
gender_male=\u092a\u0941\u0930\u0942\u0937
gender_female=\u092e\u0939\u093f\u0932\u093e
gender_other=Other
gender_other=\u0926\u0942\u0938\u0930\u093e
password=\u092a\u093e\u0938\u0935\u0930\u094d\u0921
confirm_password=Confirm password
mobile_phone=Mobile phone
Expand Down Expand Up @@ -1029,7 +1030,7 @@ introduction=Introduction
gender=Gender
male=\u092a\u0941\u0930\u0942\u0937
female=\u092e\u0939\u093f\u0932\u093e
other=Other
other=\u0926\u0942\u0938\u0930\u093e
birthday=Birthday
nationality=Nationality
employer=Employer
Expand Down Expand Up @@ -1110,7 +1111,7 @@ no_value=No value

#-- Validation messages -------------------------------------------------------#

value_must_integer=Value must be an integer
value_must_integer=\u0935\u0948\u0932\u094d\u092f\u0942 \u0907\u0902\u091f\u0940\u091c\u0930 \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u090f
value_must_number=Value must be a number
value_must_positive_integer=Value must be a positive integer
value_must_negative_integer=Value must be a negative integer
Expand Down Expand Up @@ -1333,7 +1334,7 @@ right_side_of_expression=Right side of Expression
operator=Operator
value=\u0935\u0948\u0932\u094d\u092f\u0942
source=Source
period=Period
period=\u092a\u0940\u0930\u093f\u092f\u0921
importance=Importance
low=\u0928\u093f\u092e\u094d\u0928
medium=Medium
Expand Down Expand Up @@ -1803,7 +1804,7 @@ cache_for_one_hour=Cache for one hour
#-- Program indicators --------------------------------------------------------#

execution_date=Execution date
due_date=Due date
due_date=\u0928\u093f\u092f\u0924 \u0924\u093f\u0925\u093f
incident_date=Incident date
enrollment_date=Enrollment date
current_date=Current date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maximum=Maximum
organisation_unit=Organisation Unit
data_set=Data Set
select=\u091a\u0941\u0928\u0947\u0902
period=Period
period=\u092a\u0940\u0930\u093f\u092f\u0921
form_field=Form field
filter_on_section=Filter on section
filter_in_section=Filter in section
Expand Down
Loading