this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Starting translation support (#2398)

* Starting translation support

* Starting translation support

authored by

Vignesh Hari and committed by
GitHub
af89f00d 746088af

+784 -3
+2 -2
care/templates/pages/home.html
··· 5 5 6 6 7 7 <section class="mt-4 max-w-lg "> 8 - <h1 class="text-3xl font-bold text-center"> Corona Safe Network </h1> 9 - <p class="text-lg mt-1 text-gray-700 text-justify"> Our Goal is to defend the Healthcare system of Kerala from overloading beyond capacity. 8 + <h1 class="text-3xl font-bold text-center"> {% translate "Open Healthcare Network" %} </h1> 9 + <p class="text-lg mt-1 text-gray-700 text-justify"> {% blocktranslate %}Our Goal is to defend the Healthcare system of Kerala from overloading beyond capacity.{% endblocktranslate %} 10 10 </p> 11 11 </section> 12 12
+8
config/settings/base.py
··· 6 6 import json 7 7 from datetime import datetime, timedelta 8 8 from pathlib import Path 9 + from django.utils.translation import gettext_lazy as _ 9 10 10 11 import environ 11 12 from authlib.jose import JsonWebKey ··· 54 55 # https://docs.djangoproject.com/en/dev/ref/settings/#locale-paths 55 56 LOCALE_PATHS = [str(BASE_DIR / "locale")] 56 57 58 + 59 + LANGUAGES = [ 60 + ("en-us", _("English")), 61 + ("ml", _("Malayalam")), 62 + ("hi", _("Hindi")), 63 + ("ta", _("Tamil")), 64 + ] 57 65 # DATABASES 58 66 # ------------------------------------------------------------------------------ 59 67 # https://docs.djangoproject.com/en/dev/ref/settings/#databases
+255
locale/hi/LC_MESSAGES/django.po
··· 1 + # SOME DESCRIPTIVE TITLE. 2 + # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 + # This file is distributed under the same license as the PACKAGE package. 4 + # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 + # 6 + #, fuzzy 7 + msgid "" 8 + msgstr "" 9 + "Project-Id-Version: PACKAGE VERSION\n" 10 + "Report-Msgid-Bugs-To: \n" 11 + "POT-Creation-Date: 2024-08-25 17:02+0530\n" 12 + "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 + "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 + "Language-Team: LANGUAGE <LL@li.org>\n" 15 + "Language: \n" 16 + "MIME-Version: 1.0\n" 17 + "Content-Type: text/plain; charset=UTF-8\n" 18 + "Content-Transfer-Encoding: 8bit\n" 19 + "Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 + 21 + #: care/abdm/apps.py:7 22 + msgid "ABDM Integration" 23 + msgstr "" 24 + 25 + #: care/audit_log/apps.py:7 26 + msgid "Audit Log Management" 27 + msgstr "" 28 + 29 + #: care/facility/apps.py:7 30 + msgid "Facility Management" 31 + msgstr "" 32 + 33 + #: care/facility/models/encounter_symptom.py:16 34 + msgid "In Progress" 35 + msgstr "" 36 + 37 + #: care/facility/models/encounter_symptom.py:17 38 + msgid "Completed" 39 + msgstr "" 40 + 41 + #: care/facility/models/encounter_symptom.py:18 42 + #: care/facility/models/icd11_diagnosis.py:53 43 + msgid "Entered in Error" 44 + msgstr "" 45 + 46 + #: care/facility/models/icd11_diagnosis.py:48 47 + msgid "Unconfirmed" 48 + msgstr "" 49 + 50 + #: care/facility/models/icd11_diagnosis.py:49 51 + msgid "Provisional" 52 + msgstr "" 53 + 54 + #: care/facility/models/icd11_diagnosis.py:50 55 + msgid "Differential" 56 + msgstr "" 57 + 58 + #: care/facility/models/icd11_diagnosis.py:51 59 + msgid "Confirmed" 60 + msgstr "" 61 + 62 + #: care/facility/models/icd11_diagnosis.py:52 63 + msgid "Refuted" 64 + msgstr "" 65 + 66 + #: care/facility/models/patient.py:50 67 + msgid "Non-card holder" 68 + msgstr "" 69 + 70 + #: care/facility/models/patient.py:51 71 + msgid "BPL" 72 + msgstr "" 73 + 74 + #: care/facility/models/patient.py:52 75 + msgid "APL" 76 + msgstr "" 77 + 78 + #: care/facility/models/patient_base.py:88 79 + msgid "Unknown" 80 + msgstr "" 81 + 82 + #: care/facility/models/patient_base.py:89 83 + msgid "Recovered" 84 + msgstr "" 85 + 86 + #: care/facility/models/patient_base.py:90 87 + msgid "Referred" 88 + msgstr "" 89 + 90 + #: care/facility/models/patient_base.py:91 91 + msgid "Expired" 92 + msgstr "" 93 + 94 + #: care/facility/models/patient_base.py:92 95 + msgid "LAMA" 96 + msgstr "" 97 + 98 + #: care/facility/models/patient_base.py:127 99 + msgid "Outpatient/Emergency Room" 100 + msgstr "" 101 + 102 + #: care/facility/models/patient_base.py:128 103 + msgid "Referred from another facility" 104 + msgstr "" 105 + 106 + #: care/facility/models/patient_base.py:129 107 + msgid "Internal Transfer within the facility" 108 + msgstr "" 109 + 110 + #: care/facility/models/patient_base.py:130 111 + msgid "(Unknown)" 112 + msgstr "" 113 + 114 + #: care/hcx/apps.py:7 115 + msgid "HCX Integration" 116 + msgstr "" 117 + 118 + #: care/templates/pages/home.html:8 119 + msgid "Open Healthcare Network" 120 + msgstr "" 121 + 122 + #: care/templates/pages/home.html:9 123 + msgid "" 124 + "Our Goal is to defend the Healthcare system of Kerala from overloading " 125 + "beyond capacity." 126 + msgstr "" 127 + 128 + #: care/users/apps.py:7 129 + msgid "Users" 130 + msgstr "" 131 + 132 + #: care/users/forms.py:15 133 + msgid "This username has already been taken." 134 + msgstr "" 135 + 136 + #: care/users/models.py:179 137 + msgid "username" 138 + msgstr "" 139 + 140 + #: care/users/models.py:184 141 + msgid "A user with that username already exists." 142 + msgstr "" 143 + 144 + #: care/users/reset_password_views.py:245 145 + msgid "" 146 + "There is no active user associated with this username or the password can " 147 + "not be changed" 148 + msgstr "" 149 + 150 + #: care/utils/models/validators.py:54 151 + msgid "" 152 + "Username must be 4 to 16 characters long. It may only contain lowercase " 153 + "alphabets, numbers, underscores, hyphens and dots. It shouldn't start or end " 154 + "with underscores, hyphens or dots. It shouldn't contain consecutive " 155 + "underscores, hyphens or dots." 156 + msgstr "" 157 + 158 + #: care/utils/ulid/serializers.py:9 159 + #, python-brace-format 160 + msgid "\"{value}\" is not a valid ULID." 161 + msgstr "" 162 + 163 + #: config/auth_views.py:19 164 + msgid "Too Many Requests Provide Captcha" 165 + msgstr "" 166 + 167 + #: config/auth_views.py:27 168 + msgid "No active account found with the given credentials" 169 + msgstr "" 170 + 171 + #: config/authentication.py:141 172 + msgid "Authorization header must contain two space-delimited values" 173 + msgstr "" 174 + 175 + #: config/authentication.py:270 176 + msgid "" 177 + "Used for authenticating requests from the middleware. The scheme requires a " 178 + "valid JWT token in the Authorization header along with the facility id in " 179 + "the X-Facility-Id header. --The value field is just for preview, filling it " 180 + "will show allowed endpoints.--" 181 + msgstr "" 182 + 183 + #: config/authentication.py:289 184 + msgid "" 185 + "Used for authenticating requests from the middleware on behalf of assets. " 186 + "The scheme requires a valid JWT token in the Authorization header along with " 187 + "the facility id in the X-Facility-Id header. --The value field is just for " 188 + "preview, filling it will show allowed endpoints.--" 189 + msgstr "" 190 + 191 + #: config/authentication.py:306 config/authentication.py:320 192 + msgid "Do not use this scheme for production." 193 + msgstr "" 194 + 195 + #: config/patient_otp_authentication.py:56 196 + msgid "Given token not valid for any token type" 197 + msgstr "" 198 + 199 + #: config/settings/base.py:60 200 + msgid "English" 201 + msgstr "" 202 + 203 + #: config/settings/base.py:61 204 + msgid "Malayalam" 205 + msgstr "" 206 + 207 + #: config/settings/base.py:62 208 + msgid "Hindi" 209 + msgstr "" 210 + 211 + #: config/settings/base.py:63 212 + msgid "Tamil" 213 + msgstr "" 214 + 215 + #: config/validators.py:12 216 + msgid "The password must contain at least 1 digit, 0-9." 217 + msgstr "" 218 + 219 + #: config/validators.py:17 220 + msgid "Your password must contain at least 1 digit, 0-9." 221 + msgstr "" 222 + 223 + #: config/validators.py:24 224 + msgid "The password must contain at least 1 uppercase letter, A-Z." 225 + msgstr "" 226 + 227 + #: config/validators.py:29 228 + msgid "Your password must contain at least 1 uppercase letter, A-Z." 229 + msgstr "" 230 + 231 + #: config/validators.py:36 232 + msgid "The password must contain at least 1 lowercase letter, a-z." 233 + msgstr "" 234 + 235 + #: config/validators.py:41 236 + msgid "Your password must contain at least 1 lowercase letter, a-z." 237 + msgstr "" 238 + 239 + #: config/validators.py:49 240 + msgid "" 241 + "The password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\"," 242 + "<>./?" 243 + msgstr "" 244 + 245 + #: config/validators.py:57 246 + msgid "" 247 + "Your password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\"," 248 + "<>./?" 249 + msgstr "" 250 + 251 + #: config/validators.py:66 252 + msgid "" 253 + "The domain name is invalid. It should not start with scheme and should not " 254 + "end with a trailing slash." 255 + msgstr ""
+255
locale/ml/LC_MESSAGES/django.po
··· 1 + # SOME DESCRIPTIVE TITLE. 2 + # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 + # This file is distributed under the same license as the PACKAGE package. 4 + # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 + # 6 + #, fuzzy 7 + msgid "" 8 + msgstr "" 9 + "Project-Id-Version: PACKAGE VERSION\n" 10 + "Report-Msgid-Bugs-To: \n" 11 + "POT-Creation-Date: 2024-08-25 17:02+0530\n" 12 + "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 + "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 + "Language-Team: LANGUAGE <LL@li.org>\n" 15 + "Language: \n" 16 + "MIME-Version: 1.0\n" 17 + "Content-Type: text/plain; charset=UTF-8\n" 18 + "Content-Transfer-Encoding: 8bit\n" 19 + "Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 + 21 + #: care/abdm/apps.py:7 22 + msgid "ABDM Integration" 23 + msgstr "" 24 + 25 + #: care/audit_log/apps.py:7 26 + msgid "Audit Log Management" 27 + msgstr "" 28 + 29 + #: care/facility/apps.py:7 30 + msgid "Facility Management" 31 + msgstr "" 32 + 33 + #: care/facility/models/encounter_symptom.py:16 34 + msgid "In Progress" 35 + msgstr "" 36 + 37 + #: care/facility/models/encounter_symptom.py:17 38 + msgid "Completed" 39 + msgstr "" 40 + 41 + #: care/facility/models/encounter_symptom.py:18 42 + #: care/facility/models/icd11_diagnosis.py:53 43 + msgid "Entered in Error" 44 + msgstr "" 45 + 46 + #: care/facility/models/icd11_diagnosis.py:48 47 + msgid "Unconfirmed" 48 + msgstr "" 49 + 50 + #: care/facility/models/icd11_diagnosis.py:49 51 + msgid "Provisional" 52 + msgstr "" 53 + 54 + #: care/facility/models/icd11_diagnosis.py:50 55 + msgid "Differential" 56 + msgstr "" 57 + 58 + #: care/facility/models/icd11_diagnosis.py:51 59 + msgid "Confirmed" 60 + msgstr "" 61 + 62 + #: care/facility/models/icd11_diagnosis.py:52 63 + msgid "Refuted" 64 + msgstr "" 65 + 66 + #: care/facility/models/patient.py:50 67 + msgid "Non-card holder" 68 + msgstr "" 69 + 70 + #: care/facility/models/patient.py:51 71 + msgid "BPL" 72 + msgstr "" 73 + 74 + #: care/facility/models/patient.py:52 75 + msgid "APL" 76 + msgstr "" 77 + 78 + #: care/facility/models/patient_base.py:88 79 + msgid "Unknown" 80 + msgstr "" 81 + 82 + #: care/facility/models/patient_base.py:89 83 + msgid "Recovered" 84 + msgstr "" 85 + 86 + #: care/facility/models/patient_base.py:90 87 + msgid "Referred" 88 + msgstr "" 89 + 90 + #: care/facility/models/patient_base.py:91 91 + msgid "Expired" 92 + msgstr "" 93 + 94 + #: care/facility/models/patient_base.py:92 95 + msgid "LAMA" 96 + msgstr "" 97 + 98 + #: care/facility/models/patient_base.py:127 99 + msgid "Outpatient/Emergency Room" 100 + msgstr "" 101 + 102 + #: care/facility/models/patient_base.py:128 103 + msgid "Referred from another facility" 104 + msgstr "" 105 + 106 + #: care/facility/models/patient_base.py:129 107 + msgid "Internal Transfer within the facility" 108 + msgstr "" 109 + 110 + #: care/facility/models/patient_base.py:130 111 + msgid "(Unknown)" 112 + msgstr "" 113 + 114 + #: care/hcx/apps.py:7 115 + msgid "HCX Integration" 116 + msgstr "" 117 + 118 + #: care/templates/pages/home.html:8 119 + msgid "Open Healthcare Network" 120 + msgstr "ആരോഗ്യ സംരക്ഷണ ശൃംഖല" 121 + 122 + #: care/templates/pages/home.html:9 123 + msgid "" 124 + "Our Goal is to defend the Healthcare system of Kerala from overloading " 125 + "beyond capacity." 126 + msgstr "" 127 + 128 + #: care/users/apps.py:7 129 + msgid "Users" 130 + msgstr "" 131 + 132 + #: care/users/forms.py:15 133 + msgid "This username has already been taken." 134 + msgstr "" 135 + 136 + #: care/users/models.py:179 137 + msgid "username" 138 + msgstr "" 139 + 140 + #: care/users/models.py:184 141 + msgid "A user with that username already exists." 142 + msgstr "" 143 + 144 + #: care/users/reset_password_views.py:245 145 + msgid "" 146 + "There is no active user associated with this username or the password can " 147 + "not be changed" 148 + msgstr "" 149 + 150 + #: care/utils/models/validators.py:54 151 + msgid "" 152 + "Username must be 4 to 16 characters long. It may only contain lowercase " 153 + "alphabets, numbers, underscores, hyphens and dots. It shouldn't start or end " 154 + "with underscores, hyphens or dots. It shouldn't contain consecutive " 155 + "underscores, hyphens or dots." 156 + msgstr "" 157 + 158 + #: care/utils/ulid/serializers.py:9 159 + #, python-brace-format 160 + msgid "\"{value}\" is not a valid ULID." 161 + msgstr "" 162 + 163 + #: config/auth_views.py:19 164 + msgid "Too Many Requests Provide Captcha" 165 + msgstr "" 166 + 167 + #: config/auth_views.py:27 168 + msgid "No active account found with the given credentials" 169 + msgstr "" 170 + 171 + #: config/authentication.py:141 172 + msgid "Authorization header must contain two space-delimited values" 173 + msgstr "" 174 + 175 + #: config/authentication.py:270 176 + msgid "" 177 + "Used for authenticating requests from the middleware. The scheme requires a " 178 + "valid JWT token in the Authorization header along with the facility id in " 179 + "the X-Facility-Id header. --The value field is just for preview, filling it " 180 + "will show allowed endpoints.--" 181 + msgstr "" 182 + 183 + #: config/authentication.py:289 184 + msgid "" 185 + "Used for authenticating requests from the middleware on behalf of assets. " 186 + "The scheme requires a valid JWT token in the Authorization header along with " 187 + "the facility id in the X-Facility-Id header. --The value field is just for " 188 + "preview, filling it will show allowed endpoints.--" 189 + msgstr "" 190 + 191 + #: config/authentication.py:306 config/authentication.py:320 192 + msgid "Do not use this scheme for production." 193 + msgstr "" 194 + 195 + #: config/patient_otp_authentication.py:56 196 + msgid "Given token not valid for any token type" 197 + msgstr "" 198 + 199 + #: config/settings/base.py:60 200 + msgid "English" 201 + msgstr "" 202 + 203 + #: config/settings/base.py:61 204 + msgid "Malayalam" 205 + msgstr "" 206 + 207 + #: config/settings/base.py:62 208 + msgid "Hindi" 209 + msgstr "" 210 + 211 + #: config/settings/base.py:63 212 + msgid "Tamil" 213 + msgstr "" 214 + 215 + #: config/validators.py:12 216 + msgid "The password must contain at least 1 digit, 0-9." 217 + msgstr "" 218 + 219 + #: config/validators.py:17 220 + msgid "Your password must contain at least 1 digit, 0-9." 221 + msgstr "" 222 + 223 + #: config/validators.py:24 224 + msgid "The password must contain at least 1 uppercase letter, A-Z." 225 + msgstr "" 226 + 227 + #: config/validators.py:29 228 + msgid "Your password must contain at least 1 uppercase letter, A-Z." 229 + msgstr "" 230 + 231 + #: config/validators.py:36 232 + msgid "The password must contain at least 1 lowercase letter, a-z." 233 + msgstr "" 234 + 235 + #: config/validators.py:41 236 + msgid "Your password must contain at least 1 lowercase letter, a-z." 237 + msgstr "" 238 + 239 + #: config/validators.py:49 240 + msgid "" 241 + "The password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\"," 242 + "<>./?" 243 + msgstr "" 244 + 245 + #: config/validators.py:57 246 + msgid "" 247 + "Your password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\"," 248 + "<>./?" 249 + msgstr "" 250 + 251 + #: config/validators.py:66 252 + msgid "" 253 + "The domain name is invalid. It should not start with scheme and should not " 254 + "end with a trailing slash." 255 + msgstr ""
+255
locale/ta/LC_MESSAGES/django.po
··· 1 + # SOME DESCRIPTIVE TITLE. 2 + # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 + # This file is distributed under the same license as the PACKAGE package. 4 + # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 + # 6 + #, fuzzy 7 + msgid "" 8 + msgstr "" 9 + "Project-Id-Version: PACKAGE VERSION\n" 10 + "Report-Msgid-Bugs-To: \n" 11 + "POT-Creation-Date: 2024-08-25 17:02+0530\n" 12 + "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 + "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 + "Language-Team: LANGUAGE <LL@li.org>\n" 15 + "Language: \n" 16 + "MIME-Version: 1.0\n" 17 + "Content-Type: text/plain; charset=UTF-8\n" 18 + "Content-Transfer-Encoding: 8bit\n" 19 + "Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 + 21 + #: care/abdm/apps.py:7 22 + msgid "ABDM Integration" 23 + msgstr "" 24 + 25 + #: care/audit_log/apps.py:7 26 + msgid "Audit Log Management" 27 + msgstr "" 28 + 29 + #: care/facility/apps.py:7 30 + msgid "Facility Management" 31 + msgstr "" 32 + 33 + #: care/facility/models/encounter_symptom.py:16 34 + msgid "In Progress" 35 + msgstr "" 36 + 37 + #: care/facility/models/encounter_symptom.py:17 38 + msgid "Completed" 39 + msgstr "" 40 + 41 + #: care/facility/models/encounter_symptom.py:18 42 + #: care/facility/models/icd11_diagnosis.py:53 43 + msgid "Entered in Error" 44 + msgstr "" 45 + 46 + #: care/facility/models/icd11_diagnosis.py:48 47 + msgid "Unconfirmed" 48 + msgstr "" 49 + 50 + #: care/facility/models/icd11_diagnosis.py:49 51 + msgid "Provisional" 52 + msgstr "" 53 + 54 + #: care/facility/models/icd11_diagnosis.py:50 55 + msgid "Differential" 56 + msgstr "" 57 + 58 + #: care/facility/models/icd11_diagnosis.py:51 59 + msgid "Confirmed" 60 + msgstr "" 61 + 62 + #: care/facility/models/icd11_diagnosis.py:52 63 + msgid "Refuted" 64 + msgstr "" 65 + 66 + #: care/facility/models/patient.py:50 67 + msgid "Non-card holder" 68 + msgstr "" 69 + 70 + #: care/facility/models/patient.py:51 71 + msgid "BPL" 72 + msgstr "" 73 + 74 + #: care/facility/models/patient.py:52 75 + msgid "APL" 76 + msgstr "" 77 + 78 + #: care/facility/models/patient_base.py:88 79 + msgid "Unknown" 80 + msgstr "" 81 + 82 + #: care/facility/models/patient_base.py:89 83 + msgid "Recovered" 84 + msgstr "" 85 + 86 + #: care/facility/models/patient_base.py:90 87 + msgid "Referred" 88 + msgstr "" 89 + 90 + #: care/facility/models/patient_base.py:91 91 + msgid "Expired" 92 + msgstr "" 93 + 94 + #: care/facility/models/patient_base.py:92 95 + msgid "LAMA" 96 + msgstr "" 97 + 98 + #: care/facility/models/patient_base.py:127 99 + msgid "Outpatient/Emergency Room" 100 + msgstr "" 101 + 102 + #: care/facility/models/patient_base.py:128 103 + msgid "Referred from another facility" 104 + msgstr "" 105 + 106 + #: care/facility/models/patient_base.py:129 107 + msgid "Internal Transfer within the facility" 108 + msgstr "" 109 + 110 + #: care/facility/models/patient_base.py:130 111 + msgid "(Unknown)" 112 + msgstr "" 113 + 114 + #: care/hcx/apps.py:7 115 + msgid "HCX Integration" 116 + msgstr "" 117 + 118 + #: care/templates/pages/home.html:8 119 + msgid "Open Healthcare Network" 120 + msgstr "" 121 + 122 + #: care/templates/pages/home.html:9 123 + msgid "" 124 + "Our Goal is to defend the Healthcare system of Kerala from overloading " 125 + "beyond capacity." 126 + msgstr "" 127 + 128 + #: care/users/apps.py:7 129 + msgid "Users" 130 + msgstr "" 131 + 132 + #: care/users/forms.py:15 133 + msgid "This username has already been taken." 134 + msgstr "" 135 + 136 + #: care/users/models.py:179 137 + msgid "username" 138 + msgstr "" 139 + 140 + #: care/users/models.py:184 141 + msgid "A user with that username already exists." 142 + msgstr "" 143 + 144 + #: care/users/reset_password_views.py:245 145 + msgid "" 146 + "There is no active user associated with this username or the password can " 147 + "not be changed" 148 + msgstr "" 149 + 150 + #: care/utils/models/validators.py:54 151 + msgid "" 152 + "Username must be 4 to 16 characters long. It may only contain lowercase " 153 + "alphabets, numbers, underscores, hyphens and dots. It shouldn't start or end " 154 + "with underscores, hyphens or dots. It shouldn't contain consecutive " 155 + "underscores, hyphens or dots." 156 + msgstr "" 157 + 158 + #: care/utils/ulid/serializers.py:9 159 + #, python-brace-format 160 + msgid "\"{value}\" is not a valid ULID." 161 + msgstr "" 162 + 163 + #: config/auth_views.py:19 164 + msgid "Too Many Requests Provide Captcha" 165 + msgstr "" 166 + 167 + #: config/auth_views.py:27 168 + msgid "No active account found with the given credentials" 169 + msgstr "" 170 + 171 + #: config/authentication.py:141 172 + msgid "Authorization header must contain two space-delimited values" 173 + msgstr "" 174 + 175 + #: config/authentication.py:270 176 + msgid "" 177 + "Used for authenticating requests from the middleware. The scheme requires a " 178 + "valid JWT token in the Authorization header along with the facility id in " 179 + "the X-Facility-Id header. --The value field is just for preview, filling it " 180 + "will show allowed endpoints.--" 181 + msgstr "" 182 + 183 + #: config/authentication.py:289 184 + msgid "" 185 + "Used for authenticating requests from the middleware on behalf of assets. " 186 + "The scheme requires a valid JWT token in the Authorization header along with " 187 + "the facility id in the X-Facility-Id header. --The value field is just for " 188 + "preview, filling it will show allowed endpoints.--" 189 + msgstr "" 190 + 191 + #: config/authentication.py:306 config/authentication.py:320 192 + msgid "Do not use this scheme for production." 193 + msgstr "" 194 + 195 + #: config/patient_otp_authentication.py:56 196 + msgid "Given token not valid for any token type" 197 + msgstr "" 198 + 199 + #: config/settings/base.py:60 200 + msgid "English" 201 + msgstr "" 202 + 203 + #: config/settings/base.py:61 204 + msgid "Malayalam" 205 + msgstr "" 206 + 207 + #: config/settings/base.py:62 208 + msgid "Hindi" 209 + msgstr "" 210 + 211 + #: config/settings/base.py:63 212 + msgid "Tamil" 213 + msgstr "" 214 + 215 + #: config/validators.py:12 216 + msgid "The password must contain at least 1 digit, 0-9." 217 + msgstr "" 218 + 219 + #: config/validators.py:17 220 + msgid "Your password must contain at least 1 digit, 0-9." 221 + msgstr "" 222 + 223 + #: config/validators.py:24 224 + msgid "The password must contain at least 1 uppercase letter, A-Z." 225 + msgstr "" 226 + 227 + #: config/validators.py:29 228 + msgid "Your password must contain at least 1 uppercase letter, A-Z." 229 + msgstr "" 230 + 231 + #: config/validators.py:36 232 + msgid "The password must contain at least 1 lowercase letter, a-z." 233 + msgstr "" 234 + 235 + #: config/validators.py:41 236 + msgid "Your password must contain at least 1 lowercase letter, a-z." 237 + msgstr "" 238 + 239 + #: config/validators.py:49 240 + msgid "" 241 + "The password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\"," 242 + "<>./?" 243 + msgstr "" 244 + 245 + #: config/validators.py:57 246 + msgid "" 247 + "Your password must contain at least 1 symbol: ()[]{}|\\`~!@#$%^&*_-+=;:'\\\"," 248 + "<>./?" 249 + msgstr "" 250 + 251 + #: config/validators.py:66 252 + msgid "" 253 + "The domain name is invalid. It should not start with scheme and should not " 254 + "end with a trailing slash." 255 + msgstr ""
+1
scripts/celery-dev.sh
··· 29 29 >&2 echo 'PostgreSQL is available' 30 30 31 31 python manage.py migrate --noinput 32 + python manage.py compilemessages 32 33 python manage.py load_redis_index 33 34 34 35
+1
scripts/celery_beat-ecs.sh
··· 28 28 >&2 echo 'PostgreSQL is available' 29 29 30 30 python manage.py migrate --noinput 31 + python manage.py compilemessages 31 32 python manage.py load_redis_index 32 33 python manage.py load_event_types 33 34
+1
scripts/celery_beat.sh
··· 28 28 >&2 echo 'PostgreSQL is available' 29 29 30 30 python manage.py migrate --noinput 31 + python manage.py compilemessages 31 32 python manage.py load_redis_index 32 33 python manage.py load_event_types 33 34
+1 -1
scripts/celery_worker-ecs.sh
··· 5 5 export DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}" 6 6 fi 7 7 8 - 8 + python manage.py compilemessages 9 9 celery --app=config.celery_app worker --max-tasks-per-child=6 --loglevel=info
+1
scripts/celery_worker.sh
··· 7 7 8 8 9 9 export NEW_RELIC_CONFIG_FILE=/etc/newrelic.ini 10 + python manage.py compilemessages 10 11 newrelic-admin run-program celery --app=config.celery_app worker --max-tasks-per-child=6 --loglevel=info
+1
scripts/start-dev.sh
··· 7 7 8 8 echo "running collectstatic..." 9 9 python manage.py collectstatic --noinput 10 + python manage.py compilemessages 10 11 11 12 echo "starting server..." 12 13 if [[ "${DJANGO_DEBUG,,}" == "true" ]]; then
+1
scripts/start-ecs.sh
··· 32 32 >&2 echo 'PostgreSQL is available' 33 33 34 34 python manage.py collectstatic --noinput 35 + python manage.py compilemessages 35 36 gunicorn config.wsgi:application --bind 0.0.0.0:9000 --chdir=/app --workers 2
+2
scripts/start.sh
··· 33 33 python manage.py collectstatic --noinput 34 34 35 35 export NEW_RELIC_CONFIG_FILE=/etc/newrelic.ini 36 + 37 + python manage.py compilemessages 36 38 newrelic-admin run-program gunicorn config.wsgi:application --bind 0.0.0.0:9000 --chdir=/app