···11+# SOME DESCRIPTIVE TITLE.
22+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33+# This file is distributed under the same license as the PACKAGE package.
44+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55+#
66+#, fuzzy
77+msgid ""
88+msgstr ""
99+"Project-Id-Version: PACKAGE VERSION\n"
1010+"Report-Msgid-Bugs-To: \n"
1111+"POT-Creation-Date: 2024-08-25 17:02+0530\n"
1212+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414+"Language-Team: LANGUAGE <LL@li.org>\n"
1515+"Language: \n"
1616+"MIME-Version: 1.0\n"
1717+"Content-Type: text/plain; charset=UTF-8\n"
1818+"Content-Transfer-Encoding: 8bit\n"
1919+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020+2121+#: care/abdm/apps.py:7
2222+msgid "ABDM Integration"
2323+msgstr ""
2424+2525+#: care/audit_log/apps.py:7
2626+msgid "Audit Log Management"
2727+msgstr ""
2828+2929+#: care/facility/apps.py:7
3030+msgid "Facility Management"
3131+msgstr ""
3232+3333+#: care/facility/models/encounter_symptom.py:16
3434+msgid "In Progress"
3535+msgstr ""
3636+3737+#: care/facility/models/encounter_symptom.py:17
3838+msgid "Completed"
3939+msgstr ""
4040+4141+#: care/facility/models/encounter_symptom.py:18
4242+#: care/facility/models/icd11_diagnosis.py:53
4343+msgid "Entered in Error"
4444+msgstr ""
4545+4646+#: care/facility/models/icd11_diagnosis.py:48
4747+msgid "Unconfirmed"
4848+msgstr ""
4949+5050+#: care/facility/models/icd11_diagnosis.py:49
5151+msgid "Provisional"
5252+msgstr ""
5353+5454+#: care/facility/models/icd11_diagnosis.py:50
5555+msgid "Differential"
5656+msgstr ""
5757+5858+#: care/facility/models/icd11_diagnosis.py:51
5959+msgid "Confirmed"
6060+msgstr ""
6161+6262+#: care/facility/models/icd11_diagnosis.py:52
6363+msgid "Refuted"
6464+msgstr ""
6565+6666+#: care/facility/models/patient.py:50
6767+msgid "Non-card holder"
6868+msgstr ""
6969+7070+#: care/facility/models/patient.py:51
7171+msgid "BPL"
7272+msgstr ""
7373+7474+#: care/facility/models/patient.py:52
7575+msgid "APL"
7676+msgstr ""
7777+7878+#: care/facility/models/patient_base.py:88
7979+msgid "Unknown"
8080+msgstr ""
8181+8282+#: care/facility/models/patient_base.py:89
8383+msgid "Recovered"
8484+msgstr ""
8585+8686+#: care/facility/models/patient_base.py:90
8787+msgid "Referred"
8888+msgstr ""
8989+9090+#: care/facility/models/patient_base.py:91
9191+msgid "Expired"
9292+msgstr ""
9393+9494+#: care/facility/models/patient_base.py:92
9595+msgid "LAMA"
9696+msgstr ""
9797+9898+#: care/facility/models/patient_base.py:127
9999+msgid "Outpatient/Emergency Room"
100100+msgstr ""
101101+102102+#: care/facility/models/patient_base.py:128
103103+msgid "Referred from another facility"
104104+msgstr ""
105105+106106+#: care/facility/models/patient_base.py:129
107107+msgid "Internal Transfer within the facility"
108108+msgstr ""
109109+110110+#: care/facility/models/patient_base.py:130
111111+msgid "(Unknown)"
112112+msgstr ""
113113+114114+#: care/hcx/apps.py:7
115115+msgid "HCX Integration"
116116+msgstr ""
117117+118118+#: care/templates/pages/home.html:8
119119+msgid "Open Healthcare Network"
120120+msgstr ""
121121+122122+#: care/templates/pages/home.html:9
123123+msgid ""
124124+"Our Goal is to defend the Healthcare system of Kerala from overloading "
125125+"beyond capacity."
126126+msgstr ""
127127+128128+#: care/users/apps.py:7
129129+msgid "Users"
130130+msgstr ""
131131+132132+#: care/users/forms.py:15
133133+msgid "This username has already been taken."
134134+msgstr ""
135135+136136+#: care/users/models.py:179
137137+msgid "username"
138138+msgstr ""
139139+140140+#: care/users/models.py:184
141141+msgid "A user with that username already exists."
142142+msgstr ""
143143+144144+#: care/users/reset_password_views.py:245
145145+msgid ""
146146+"There is no active user associated with this username or the password can "
147147+"not be changed"
148148+msgstr ""
149149+150150+#: care/utils/models/validators.py:54
151151+msgid ""
152152+"Username must be 4 to 16 characters long. It may only contain lowercase "
153153+"alphabets, numbers, underscores, hyphens and dots. It shouldn't start or end "
154154+"with underscores, hyphens or dots. It shouldn't contain consecutive "
155155+"underscores, hyphens or dots."
156156+msgstr ""
157157+158158+#: care/utils/ulid/serializers.py:9
159159+#, python-brace-format
160160+msgid "\"{value}\" is not a valid ULID."
161161+msgstr ""
162162+163163+#: config/auth_views.py:19
164164+msgid "Too Many Requests Provide Captcha"
165165+msgstr ""
166166+167167+#: config/auth_views.py:27
168168+msgid "No active account found with the given credentials"
169169+msgstr ""
170170+171171+#: config/authentication.py:141
172172+msgid "Authorization header must contain two space-delimited values"
173173+msgstr ""
174174+175175+#: config/authentication.py:270
176176+msgid ""
177177+"Used for authenticating requests from the middleware. The scheme requires a "
178178+"valid JWT token in the Authorization header along with the facility id in "
179179+"the X-Facility-Id header. --The value field is just for preview, filling it "
180180+"will show allowed endpoints.--"
181181+msgstr ""
182182+183183+#: config/authentication.py:289
184184+msgid ""
185185+"Used for authenticating requests from the middleware on behalf of assets. "
186186+"The scheme requires a valid JWT token in the Authorization header along with "
187187+"the facility id in the X-Facility-Id header. --The value field is just for "
188188+"preview, filling it will show allowed endpoints.--"
189189+msgstr ""
190190+191191+#: config/authentication.py:306 config/authentication.py:320
192192+msgid "Do not use this scheme for production."
193193+msgstr ""
194194+195195+#: config/patient_otp_authentication.py:56
196196+msgid "Given token not valid for any token type"
197197+msgstr ""
198198+199199+#: config/settings/base.py:60
200200+msgid "English"
201201+msgstr ""
202202+203203+#: config/settings/base.py:61
204204+msgid "Malayalam"
205205+msgstr ""
206206+207207+#: config/settings/base.py:62
208208+msgid "Hindi"
209209+msgstr ""
210210+211211+#: config/settings/base.py:63
212212+msgid "Tamil"
213213+msgstr ""
214214+215215+#: config/validators.py:12
216216+msgid "The password must contain at least 1 digit, 0-9."
217217+msgstr ""
218218+219219+#: config/validators.py:17
220220+msgid "Your password must contain at least 1 digit, 0-9."
221221+msgstr ""
222222+223223+#: config/validators.py:24
224224+msgid "The password must contain at least 1 uppercase letter, A-Z."
225225+msgstr ""
226226+227227+#: config/validators.py:29
228228+msgid "Your password must contain at least 1 uppercase letter, A-Z."
229229+msgstr ""
230230+231231+#: config/validators.py:36
232232+msgid "The password must contain at least 1 lowercase letter, a-z."
233233+msgstr ""
234234+235235+#: config/validators.py:41
236236+msgid "Your password must contain at least 1 lowercase letter, a-z."
237237+msgstr ""
238238+239239+#: config/validators.py:49
240240+msgid ""
241241+"The password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\","
242242+"<>./?"
243243+msgstr ""
244244+245245+#: config/validators.py:57
246246+msgid ""
247247+"Your password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\","
248248+"<>./?"
249249+msgstr ""
250250+251251+#: config/validators.py:66
252252+msgid ""
253253+"The domain name is invalid. It should not start with scheme and should not "
254254+"end with a trailing slash."
255255+msgstr ""
+255
locale/ml/LC_MESSAGES/django.po
···11+# SOME DESCRIPTIVE TITLE.
22+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33+# This file is distributed under the same license as the PACKAGE package.
44+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55+#
66+#, fuzzy
77+msgid ""
88+msgstr ""
99+"Project-Id-Version: PACKAGE VERSION\n"
1010+"Report-Msgid-Bugs-To: \n"
1111+"POT-Creation-Date: 2024-08-25 17:02+0530\n"
1212+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414+"Language-Team: LANGUAGE <LL@li.org>\n"
1515+"Language: \n"
1616+"MIME-Version: 1.0\n"
1717+"Content-Type: text/plain; charset=UTF-8\n"
1818+"Content-Transfer-Encoding: 8bit\n"
1919+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020+2121+#: care/abdm/apps.py:7
2222+msgid "ABDM Integration"
2323+msgstr ""
2424+2525+#: care/audit_log/apps.py:7
2626+msgid "Audit Log Management"
2727+msgstr ""
2828+2929+#: care/facility/apps.py:7
3030+msgid "Facility Management"
3131+msgstr ""
3232+3333+#: care/facility/models/encounter_symptom.py:16
3434+msgid "In Progress"
3535+msgstr ""
3636+3737+#: care/facility/models/encounter_symptom.py:17
3838+msgid "Completed"
3939+msgstr ""
4040+4141+#: care/facility/models/encounter_symptom.py:18
4242+#: care/facility/models/icd11_diagnosis.py:53
4343+msgid "Entered in Error"
4444+msgstr ""
4545+4646+#: care/facility/models/icd11_diagnosis.py:48
4747+msgid "Unconfirmed"
4848+msgstr ""
4949+5050+#: care/facility/models/icd11_diagnosis.py:49
5151+msgid "Provisional"
5252+msgstr ""
5353+5454+#: care/facility/models/icd11_diagnosis.py:50
5555+msgid "Differential"
5656+msgstr ""
5757+5858+#: care/facility/models/icd11_diagnosis.py:51
5959+msgid "Confirmed"
6060+msgstr ""
6161+6262+#: care/facility/models/icd11_diagnosis.py:52
6363+msgid "Refuted"
6464+msgstr ""
6565+6666+#: care/facility/models/patient.py:50
6767+msgid "Non-card holder"
6868+msgstr ""
6969+7070+#: care/facility/models/patient.py:51
7171+msgid "BPL"
7272+msgstr ""
7373+7474+#: care/facility/models/patient.py:52
7575+msgid "APL"
7676+msgstr ""
7777+7878+#: care/facility/models/patient_base.py:88
7979+msgid "Unknown"
8080+msgstr ""
8181+8282+#: care/facility/models/patient_base.py:89
8383+msgid "Recovered"
8484+msgstr ""
8585+8686+#: care/facility/models/patient_base.py:90
8787+msgid "Referred"
8888+msgstr ""
8989+9090+#: care/facility/models/patient_base.py:91
9191+msgid "Expired"
9292+msgstr ""
9393+9494+#: care/facility/models/patient_base.py:92
9595+msgid "LAMA"
9696+msgstr ""
9797+9898+#: care/facility/models/patient_base.py:127
9999+msgid "Outpatient/Emergency Room"
100100+msgstr ""
101101+102102+#: care/facility/models/patient_base.py:128
103103+msgid "Referred from another facility"
104104+msgstr ""
105105+106106+#: care/facility/models/patient_base.py:129
107107+msgid "Internal Transfer within the facility"
108108+msgstr ""
109109+110110+#: care/facility/models/patient_base.py:130
111111+msgid "(Unknown)"
112112+msgstr ""
113113+114114+#: care/hcx/apps.py:7
115115+msgid "HCX Integration"
116116+msgstr ""
117117+118118+#: care/templates/pages/home.html:8
119119+msgid "Open Healthcare Network"
120120+msgstr "ആരോഗ്യ സംരക്ഷണ ശൃംഖല"
121121+122122+#: care/templates/pages/home.html:9
123123+msgid ""
124124+"Our Goal is to defend the Healthcare system of Kerala from overloading "
125125+"beyond capacity."
126126+msgstr ""
127127+128128+#: care/users/apps.py:7
129129+msgid "Users"
130130+msgstr ""
131131+132132+#: care/users/forms.py:15
133133+msgid "This username has already been taken."
134134+msgstr ""
135135+136136+#: care/users/models.py:179
137137+msgid "username"
138138+msgstr ""
139139+140140+#: care/users/models.py:184
141141+msgid "A user with that username already exists."
142142+msgstr ""
143143+144144+#: care/users/reset_password_views.py:245
145145+msgid ""
146146+"There is no active user associated with this username or the password can "
147147+"not be changed"
148148+msgstr ""
149149+150150+#: care/utils/models/validators.py:54
151151+msgid ""
152152+"Username must be 4 to 16 characters long. It may only contain lowercase "
153153+"alphabets, numbers, underscores, hyphens and dots. It shouldn't start or end "
154154+"with underscores, hyphens or dots. It shouldn't contain consecutive "
155155+"underscores, hyphens or dots."
156156+msgstr ""
157157+158158+#: care/utils/ulid/serializers.py:9
159159+#, python-brace-format
160160+msgid "\"{value}\" is not a valid ULID."
161161+msgstr ""
162162+163163+#: config/auth_views.py:19
164164+msgid "Too Many Requests Provide Captcha"
165165+msgstr ""
166166+167167+#: config/auth_views.py:27
168168+msgid "No active account found with the given credentials"
169169+msgstr ""
170170+171171+#: config/authentication.py:141
172172+msgid "Authorization header must contain two space-delimited values"
173173+msgstr ""
174174+175175+#: config/authentication.py:270
176176+msgid ""
177177+"Used for authenticating requests from the middleware. The scheme requires a "
178178+"valid JWT token in the Authorization header along with the facility id in "
179179+"the X-Facility-Id header. --The value field is just for preview, filling it "
180180+"will show allowed endpoints.--"
181181+msgstr ""
182182+183183+#: config/authentication.py:289
184184+msgid ""
185185+"Used for authenticating requests from the middleware on behalf of assets. "
186186+"The scheme requires a valid JWT token in the Authorization header along with "
187187+"the facility id in the X-Facility-Id header. --The value field is just for "
188188+"preview, filling it will show allowed endpoints.--"
189189+msgstr ""
190190+191191+#: config/authentication.py:306 config/authentication.py:320
192192+msgid "Do not use this scheme for production."
193193+msgstr ""
194194+195195+#: config/patient_otp_authentication.py:56
196196+msgid "Given token not valid for any token type"
197197+msgstr ""
198198+199199+#: config/settings/base.py:60
200200+msgid "English"
201201+msgstr ""
202202+203203+#: config/settings/base.py:61
204204+msgid "Malayalam"
205205+msgstr ""
206206+207207+#: config/settings/base.py:62
208208+msgid "Hindi"
209209+msgstr ""
210210+211211+#: config/settings/base.py:63
212212+msgid "Tamil"
213213+msgstr ""
214214+215215+#: config/validators.py:12
216216+msgid "The password must contain at least 1 digit, 0-9."
217217+msgstr ""
218218+219219+#: config/validators.py:17
220220+msgid "Your password must contain at least 1 digit, 0-9."
221221+msgstr ""
222222+223223+#: config/validators.py:24
224224+msgid "The password must contain at least 1 uppercase letter, A-Z."
225225+msgstr ""
226226+227227+#: config/validators.py:29
228228+msgid "Your password must contain at least 1 uppercase letter, A-Z."
229229+msgstr ""
230230+231231+#: config/validators.py:36
232232+msgid "The password must contain at least 1 lowercase letter, a-z."
233233+msgstr ""
234234+235235+#: config/validators.py:41
236236+msgid "Your password must contain at least 1 lowercase letter, a-z."
237237+msgstr ""
238238+239239+#: config/validators.py:49
240240+msgid ""
241241+"The password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\","
242242+"<>./?"
243243+msgstr ""
244244+245245+#: config/validators.py:57
246246+msgid ""
247247+"Your password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\","
248248+"<>./?"
249249+msgstr ""
250250+251251+#: config/validators.py:66
252252+msgid ""
253253+"The domain name is invalid. It should not start with scheme and should not "
254254+"end with a trailing slash."
255255+msgstr ""
+255
locale/ta/LC_MESSAGES/django.po
···11+# SOME DESCRIPTIVE TITLE.
22+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33+# This file is distributed under the same license as the PACKAGE package.
44+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55+#
66+#, fuzzy
77+msgid ""
88+msgstr ""
99+"Project-Id-Version: PACKAGE VERSION\n"
1010+"Report-Msgid-Bugs-To: \n"
1111+"POT-Creation-Date: 2024-08-25 17:02+0530\n"
1212+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414+"Language-Team: LANGUAGE <LL@li.org>\n"
1515+"Language: \n"
1616+"MIME-Version: 1.0\n"
1717+"Content-Type: text/plain; charset=UTF-8\n"
1818+"Content-Transfer-Encoding: 8bit\n"
1919+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020+2121+#: care/abdm/apps.py:7
2222+msgid "ABDM Integration"
2323+msgstr ""
2424+2525+#: care/audit_log/apps.py:7
2626+msgid "Audit Log Management"
2727+msgstr ""
2828+2929+#: care/facility/apps.py:7
3030+msgid "Facility Management"
3131+msgstr ""
3232+3333+#: care/facility/models/encounter_symptom.py:16
3434+msgid "In Progress"
3535+msgstr ""
3636+3737+#: care/facility/models/encounter_symptom.py:17
3838+msgid "Completed"
3939+msgstr ""
4040+4141+#: care/facility/models/encounter_symptom.py:18
4242+#: care/facility/models/icd11_diagnosis.py:53
4343+msgid "Entered in Error"
4444+msgstr ""
4545+4646+#: care/facility/models/icd11_diagnosis.py:48
4747+msgid "Unconfirmed"
4848+msgstr ""
4949+5050+#: care/facility/models/icd11_diagnosis.py:49
5151+msgid "Provisional"
5252+msgstr ""
5353+5454+#: care/facility/models/icd11_diagnosis.py:50
5555+msgid "Differential"
5656+msgstr ""
5757+5858+#: care/facility/models/icd11_diagnosis.py:51
5959+msgid "Confirmed"
6060+msgstr ""
6161+6262+#: care/facility/models/icd11_diagnosis.py:52
6363+msgid "Refuted"
6464+msgstr ""
6565+6666+#: care/facility/models/patient.py:50
6767+msgid "Non-card holder"
6868+msgstr ""
6969+7070+#: care/facility/models/patient.py:51
7171+msgid "BPL"
7272+msgstr ""
7373+7474+#: care/facility/models/patient.py:52
7575+msgid "APL"
7676+msgstr ""
7777+7878+#: care/facility/models/patient_base.py:88
7979+msgid "Unknown"
8080+msgstr ""
8181+8282+#: care/facility/models/patient_base.py:89
8383+msgid "Recovered"
8484+msgstr ""
8585+8686+#: care/facility/models/patient_base.py:90
8787+msgid "Referred"
8888+msgstr ""
8989+9090+#: care/facility/models/patient_base.py:91
9191+msgid "Expired"
9292+msgstr ""
9393+9494+#: care/facility/models/patient_base.py:92
9595+msgid "LAMA"
9696+msgstr ""
9797+9898+#: care/facility/models/patient_base.py:127
9999+msgid "Outpatient/Emergency Room"
100100+msgstr ""
101101+102102+#: care/facility/models/patient_base.py:128
103103+msgid "Referred from another facility"
104104+msgstr ""
105105+106106+#: care/facility/models/patient_base.py:129
107107+msgid "Internal Transfer within the facility"
108108+msgstr ""
109109+110110+#: care/facility/models/patient_base.py:130
111111+msgid "(Unknown)"
112112+msgstr ""
113113+114114+#: care/hcx/apps.py:7
115115+msgid "HCX Integration"
116116+msgstr ""
117117+118118+#: care/templates/pages/home.html:8
119119+msgid "Open Healthcare Network"
120120+msgstr ""
121121+122122+#: care/templates/pages/home.html:9
123123+msgid ""
124124+"Our Goal is to defend the Healthcare system of Kerala from overloading "
125125+"beyond capacity."
126126+msgstr ""
127127+128128+#: care/users/apps.py:7
129129+msgid "Users"
130130+msgstr ""
131131+132132+#: care/users/forms.py:15
133133+msgid "This username has already been taken."
134134+msgstr ""
135135+136136+#: care/users/models.py:179
137137+msgid "username"
138138+msgstr ""
139139+140140+#: care/users/models.py:184
141141+msgid "A user with that username already exists."
142142+msgstr ""
143143+144144+#: care/users/reset_password_views.py:245
145145+msgid ""
146146+"There is no active user associated with this username or the password can "
147147+"not be changed"
148148+msgstr ""
149149+150150+#: care/utils/models/validators.py:54
151151+msgid ""
152152+"Username must be 4 to 16 characters long. It may only contain lowercase "
153153+"alphabets, numbers, underscores, hyphens and dots. It shouldn't start or end "
154154+"with underscores, hyphens or dots. It shouldn't contain consecutive "
155155+"underscores, hyphens or dots."
156156+msgstr ""
157157+158158+#: care/utils/ulid/serializers.py:9
159159+#, python-brace-format
160160+msgid "\"{value}\" is not a valid ULID."
161161+msgstr ""
162162+163163+#: config/auth_views.py:19
164164+msgid "Too Many Requests Provide Captcha"
165165+msgstr ""
166166+167167+#: config/auth_views.py:27
168168+msgid "No active account found with the given credentials"
169169+msgstr ""
170170+171171+#: config/authentication.py:141
172172+msgid "Authorization header must contain two space-delimited values"
173173+msgstr ""
174174+175175+#: config/authentication.py:270
176176+msgid ""
177177+"Used for authenticating requests from the middleware. The scheme requires a "
178178+"valid JWT token in the Authorization header along with the facility id in "
179179+"the X-Facility-Id header. --The value field is just for preview, filling it "
180180+"will show allowed endpoints.--"
181181+msgstr ""
182182+183183+#: config/authentication.py:289
184184+msgid ""
185185+"Used for authenticating requests from the middleware on behalf of assets. "
186186+"The scheme requires a valid JWT token in the Authorization header along with "
187187+"the facility id in the X-Facility-Id header. --The value field is just for "
188188+"preview, filling it will show allowed endpoints.--"
189189+msgstr ""
190190+191191+#: config/authentication.py:306 config/authentication.py:320
192192+msgid "Do not use this scheme for production."
193193+msgstr ""
194194+195195+#: config/patient_otp_authentication.py:56
196196+msgid "Given token not valid for any token type"
197197+msgstr ""
198198+199199+#: config/settings/base.py:60
200200+msgid "English"
201201+msgstr ""
202202+203203+#: config/settings/base.py:61
204204+msgid "Malayalam"
205205+msgstr ""
206206+207207+#: config/settings/base.py:62
208208+msgid "Hindi"
209209+msgstr ""
210210+211211+#: config/settings/base.py:63
212212+msgid "Tamil"
213213+msgstr ""
214214+215215+#: config/validators.py:12
216216+msgid "The password must contain at least 1 digit, 0-9."
217217+msgstr ""
218218+219219+#: config/validators.py:17
220220+msgid "Your password must contain at least 1 digit, 0-9."
221221+msgstr ""
222222+223223+#: config/validators.py:24
224224+msgid "The password must contain at least 1 uppercase letter, A-Z."
225225+msgstr ""
226226+227227+#: config/validators.py:29
228228+msgid "Your password must contain at least 1 uppercase letter, A-Z."
229229+msgstr ""
230230+231231+#: config/validators.py:36
232232+msgid "The password must contain at least 1 lowercase letter, a-z."
233233+msgstr ""
234234+235235+#: config/validators.py:41
236236+msgid "Your password must contain at least 1 lowercase letter, a-z."
237237+msgstr ""
238238+239239+#: config/validators.py:49
240240+msgid ""
241241+"The password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\","
242242+"<>./?"
243243+msgstr ""
244244+245245+#: config/validators.py:57
246246+msgid ""
247247+"Your password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\","
248248+"<>./?"
249249+msgstr ""
250250+251251+#: config/validators.py:66
252252+msgid ""
253253+"The domain name is invalid. It should not start with scheme and should not "
254254+"end with a trailing slash."
255255+msgstr ""