diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 47743499becf..5cf05589175d 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -6210,21 +6210,9 @@ msgstr "" #, python-format msgid "" "\n" -" %(module_name)s\n" -" uses \"Display only forms\" and is also configured with\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" -" " -msgstr "" - -#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html -#, python-format -msgid "" -"\n" -" %(module_name)s\n" -" uses parent case selection but parent case list is using\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" +" The case list in %(module_name)s can not use the same \"search input instance name\" as its Parent Select " +"Menu.\n" " " msgstr "" @@ -6233,7 +6221,7 @@ msgstr "" msgid "" "\n" " %(module_name)s\n" -" uses parent case selection and is configured with\n" +" uses \"Display only forms\" and is also configured with\n" " \"make search input available after search\". This workflow " "is unsupported.\n" " " @@ -6639,6 +6627,16 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" %(module_name)s has a case " +"search property\n" +" %(property)s that is not assigned to a group.\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -8423,7 +8421,13 @@ msgid "Other Options" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html -msgid "Add search property" +msgid "Add Search Property" +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html +#: corehq/apps/data_interfaces/forms.py +#: corehq/apps/groups/templates/groups/all_groups.html +msgid "Add Group" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html @@ -8757,6 +8761,14 @@ msgstr "" msgid "Done" msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_property.html +#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py +#: corehq/apps/groups/templates/groups/all_groups.html +#: corehq/apps/groups/templates/groups/group_members.html +#: corehq/apps/reminders/forms.py +msgid "Group Name" +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/custom_detail_variables.html msgid "Custom Detail Variables" msgstr "" @@ -12018,6 +12030,10 @@ msgstr "" msgid "Start" msgstr "" +#: corehq/apps/cloudcare/templates/formplayer/menu_list.html +msgid "Home" +msgstr "" + #: corehq/apps/cloudcare/templates/formplayer/menu_list.html msgid "Dropdown toggle" msgstr "" @@ -12112,15 +12128,16 @@ msgstr "" #: corehq/apps/cloudcare/views.py #, python-brace-format msgid "" -"You have the MOBILE_UCR feature flag enabled, and have exceeded the maximum " -"limit\n" -" of {ucr_limit} total User Configurable Reports " -"used across all of your applications.\n" -" To resolve, you must remove references to UCRs in " -"your applications until you are under\n" -" the limit. If you believe this is a mistake, " -"please reach out to support.\n" -" " +"You have the MOBILE_UCR feature flag enabled, and have {ucr_count} mobile " +"UCRs\n" +" which exceeds the maximum limit of " +"{ucr_limit} total User Configurable Reports used\n" +" across all of your applications. To resolve, " +"you must remove references to UCRs in\n" +" your applications until you are under the " +"limit. If you believe this is a mistake,\n" +" please reach out to support.\n" +" " msgstr "" #: corehq/apps/commtrack/forms.py @@ -13144,18 +13161,6 @@ msgstr "" msgid "Please enter a number of days greater than or equal to zero" msgstr "" -#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py -#: corehq/apps/groups/templates/groups/all_groups.html -#: corehq/apps/groups/templates/groups/group_members.html -#: corehq/apps/reminders/forms.py -msgid "Group Name" -msgstr "" - -#: corehq/apps/data_interfaces/forms.py -#: corehq/apps/groups/templates/groups/all_groups.html -msgid "Add Group" -msgstr "" - #: corehq/apps/data_interfaces/forms.py msgid "Update Group Name" msgstr "" @@ -15209,6 +15214,10 @@ msgstr "" msgid "Restriction for profile {profile} failed: {message}" msgstr "" +#: corehq/apps/domain/forms.py +msgid "Using project's timezone: {}" +msgstr "" + #: corehq/apps/domain/forms.py msgid "Add New Alert" msgstr "" @@ -15584,6 +15593,19 @@ msgstr "" msgid "Available Alerts" msgstr "" +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "You can only have 3 alerts activated at any one time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#: corehq/apps/reports/templates/reports/messaging/survey_detail.html +msgid "Start Time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "End Time" +msgstr "" + #: corehq/apps/domain/templates/domain/admin/manage_alerts.html #: corehq/apps/hqwebapp/templates/hqwebapp/maintenance_alerts.html msgid "Added By" @@ -17720,6 +17742,7 @@ msgid "Manage Mobile Workers" msgstr "" #: corehq/apps/domain/views/settings.py +#: corehq/apps/users/templates/users/partials/edit_role_modal.html msgid "Manage Project Alerts" msgstr "" @@ -17739,6 +17762,10 @@ msgstr "" msgid "Alert was removed!" msgstr "" +#: corehq/apps/domain/views/settings.py +msgid "Only 3 active alerts allowed!" +msgstr "" + #: corehq/apps/domain/views/settings.py msgid "Alert updated!" msgstr "" @@ -30731,10 +30758,6 @@ msgstr "" msgid "IVR" msgstr "" -#: corehq/apps/reports/templates/reports/messaging/survey_detail.html -msgid "Start Time" -msgstr "" - #: corehq/apps/reports/templates/reports/messaging/survey_detail.html msgid "Form Submission" msgstr "" @@ -38387,6 +38410,10 @@ msgstr "" msgid "Select which other roles can assign this role:" msgstr "" +#: corehq/apps/users/templates/users/partials/edit_role_modal.html +msgid "Allow this role to manage project alerts." +msgstr "" + #: corehq/apps/users/templates/users/partials/manage_my_numbers.html #: corehq/apps/users/templates/users/partials/manage_phone_numbers.html msgid "Registered Phone Numbers" @@ -39624,6 +39651,10 @@ msgid "" "expiration" msgstr "" +#: corehq/messaging/scheduling/forms.py +msgid "Rich Text Message" +msgstr "" + #: corehq/messaging/scheduling/forms.py msgid "Message type" msgstr "" @@ -40553,6 +40584,7 @@ msgid "and send" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translate this message" msgstr "" @@ -40567,6 +40599,7 @@ msgid "" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translation" msgstr "" @@ -40713,6 +40746,19 @@ msgstr "" msgid "SMS alert content" msgstr "" +#: corehq/messaging/scheduling/views.py +msgid "Image file is too large. Images must be smaller than 1MB" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, python-brace-format +msgid "You can only upload {image_extensions} images" +msgstr "" + +#: corehq/messaging/scheduling/views.py +msgid "Invalid request" +msgstr "" + #: corehq/messaging/smsbackends/airtel_tcl/forms.py msgid "Host:Port" msgstr "" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index 917664f32aaf..c8fc4cc06c33 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -6644,21 +6644,9 @@ msgstr "" #, python-format msgid "" "\n" -" %(module_name)s\n" -" uses \"Display only forms\" and is also configured with\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" -" " -msgstr "" - -#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html -#, python-format -msgid "" -"\n" -" %(module_name)s\n" -" uses parent case selection but parent case list is using\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" +" The case list in %(module_name)s can not use the same \"search input instance name\" as its Parent Select " +"Menu.\n" " " msgstr "" @@ -6667,7 +6655,7 @@ msgstr "" msgid "" "\n" " %(module_name)s\n" -" uses parent case selection and is configured with\n" +" uses \"Display only forms\" and is also configured with\n" " \"make search input available after search\". This workflow " "is unsupported.\n" " " @@ -7073,6 +7061,16 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" %(module_name)s has a case " +"search property\n" +" %(property)s that is not assigned to a group.\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -8919,9 +8917,17 @@ msgid "Other Options" msgstr "Otras Opciones" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html -msgid "Add search property" +#, fuzzy +#| msgid "Add search property" +msgid "Add Search Property" msgstr "Agregar propiedad de búsqueda" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html +#: corehq/apps/data_interfaces/forms.py +#: corehq/apps/groups/templates/groups/all_groups.html +msgid "Add Group" +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html msgid "Default Search Filters" msgstr "" @@ -9255,6 +9261,14 @@ msgstr "Mensaje de Validación" msgid "Done" msgstr "Listo" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_property.html +#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py +#: corehq/apps/groups/templates/groups/all_groups.html +#: corehq/apps/groups/templates/groups/group_members.html +#: corehq/apps/reminders/forms.py +msgid "Group Name" +msgstr "Nombre del Grupo" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/custom_detail_variables.html msgid "Custom Detail Variables" msgstr "Variables de Detalle Personalizables" @@ -12635,6 +12649,10 @@ msgstr "" msgid "Start" msgstr "Iniciar" +#: corehq/apps/cloudcare/templates/formplayer/menu_list.html +msgid "Home" +msgstr "" + #: corehq/apps/cloudcare/templates/formplayer/menu_list.html msgid "Dropdown toggle" msgstr "" @@ -12729,15 +12747,16 @@ msgstr "" #: corehq/apps/cloudcare/views.py #, python-brace-format msgid "" -"You have the MOBILE_UCR feature flag enabled, and have exceeded the maximum " -"limit\n" -" of {ucr_limit} total User Configurable Reports " -"used across all of your applications.\n" -" To resolve, you must remove references to UCRs in " -"your applications until you are under\n" -" the limit. If you believe this is a mistake, " -"please reach out to support.\n" -" " +"You have the MOBILE_UCR feature flag enabled, and have {ucr_count} mobile " +"UCRs\n" +" which exceeds the maximum limit of " +"{ucr_limit} total User Configurable Reports used\n" +" across all of your applications. To resolve, " +"you must remove references to UCRs in\n" +" your applications until you are under the " +"limit. If you believe this is a mistake,\n" +" please reach out to support.\n" +" " msgstr "" #: corehq/apps/commtrack/forms.py @@ -13774,18 +13793,6 @@ msgstr "Por favor especifique un valor de propiedad de caso." msgid "Please enter a number of days greater than or equal to zero" msgstr "Por favor ingrese un número de días mayor o igual a cero." -#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py -#: corehq/apps/groups/templates/groups/all_groups.html -#: corehq/apps/groups/templates/groups/group_members.html -#: corehq/apps/reminders/forms.py -msgid "Group Name" -msgstr "Nombre del Grupo" - -#: corehq/apps/data_interfaces/forms.py -#: corehq/apps/groups/templates/groups/all_groups.html -msgid "Add Group" -msgstr "" - #: corehq/apps/data_interfaces/forms.py msgid "Update Group Name" msgstr "Actualizar Nombre del Grupo" @@ -15913,6 +15920,10 @@ msgstr "" msgid "Restriction for profile {profile} failed: {message}" msgstr "" +#: corehq/apps/domain/forms.py +msgid "Using project's timezone: {}" +msgstr "" + #: corehq/apps/domain/forms.py msgid "Add New Alert" msgstr "" @@ -16289,6 +16300,21 @@ msgstr "Configuración de Fixture de Ubicación" msgid "Available Alerts" msgstr "" +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "You can only have 3 alerts activated at any one time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#: corehq/apps/reports/templates/reports/messaging/survey_detail.html +msgid "Start Time" +msgstr "Tiempo de Inicio" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#, fuzzy +#| msgid "Day and Time" +msgid "End Time" +msgstr "Día y Hora" + #: corehq/apps/domain/templates/domain/admin/manage_alerts.html #: corehq/apps/hqwebapp/templates/hqwebapp/maintenance_alerts.html msgid "Added By" @@ -18487,6 +18513,7 @@ msgid "Manage Mobile Workers" msgstr "" #: corehq/apps/domain/views/settings.py +#: corehq/apps/users/templates/users/partials/edit_role_modal.html msgid "Manage Project Alerts" msgstr "" @@ -18506,6 +18533,10 @@ msgstr "" msgid "Alert was removed!" msgstr "" +#: corehq/apps/domain/views/settings.py +msgid "Only 3 active alerts allowed!" +msgstr "" + #: corehq/apps/domain/views/settings.py msgid "Alert updated!" msgstr "" @@ -31889,10 +31920,6 @@ msgstr "Tipo de Encuesta" msgid "IVR" msgstr "IVR" -#: corehq/apps/reports/templates/reports/messaging/survey_detail.html -msgid "Start Time" -msgstr "Tiempo de Inicio" - #: corehq/apps/reports/templates/reports/messaging/survey_detail.html msgid "Form Submission" msgstr "Ingreso de Formulario" @@ -39782,6 +39809,12 @@ msgstr "" msgid "Select which other roles can assign this role:" msgstr "" +#: corehq/apps/users/templates/users/partials/edit_role_modal.html +#, fuzzy +#| msgid "Allow this role to report issues." +msgid "Allow this role to manage project alerts." +msgstr "Permitirle reportar problemas a este rol. " + #: corehq/apps/users/templates/users/partials/manage_my_numbers.html #: corehq/apps/users/templates/users/partials/manage_phone_numbers.html msgid "Registered Phone Numbers" @@ -41087,6 +41120,12 @@ msgid "" "expiration" msgstr "" +#: corehq/messaging/scheduling/forms.py +#, fuzzy +#| msgid "Test SMS Message" +msgid "Rich Text Message" +msgstr "Prueba de Mensaje SMS" + #: corehq/messaging/scheduling/forms.py msgid "Message type" msgstr "" @@ -42016,6 +42055,7 @@ msgid "and send" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translate this message" msgstr "" @@ -42030,6 +42070,7 @@ msgid "" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translation" msgstr "" @@ -42176,6 +42217,21 @@ msgstr "" msgid "SMS alert content" msgstr "" +#: corehq/messaging/scheduling/views.py +msgid "Image file is too large. Images must be smaller than 1MB" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, python-brace-format +msgid "You can only upload {image_extensions} images" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, fuzzy +#| msgid "Invalid Parent ID" +msgid "Invalid request" +msgstr "ID de Padre Inválido" + #: corehq/messaging/smsbackends/airtel_tcl/forms.py msgid "Host:Port" msgstr "" diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index b53e9aa647d6..d7e929246c5b 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -6211,21 +6211,9 @@ msgstr "" #, python-format msgid "" "\n" -" %(module_name)s\n" -" uses \"Display only forms\" and is also configured with\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" -" " -msgstr "" - -#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html -#, python-format -msgid "" -"\n" -" %(module_name)s\n" -" uses parent case selection but parent case list is using\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" +" The case list in %(module_name)s can not use the same \"search input instance name\" as its Parent Select " +"Menu.\n" " " msgstr "" @@ -6234,7 +6222,7 @@ msgstr "" msgid "" "\n" " %(module_name)s\n" -" uses parent case selection and is configured with\n" +" uses \"Display only forms\" and is also configured with\n" " \"make search input available after search\". This workflow " "is unsupported.\n" " " @@ -6640,6 +6628,16 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" %(module_name)s has a case " +"search property\n" +" %(property)s that is not assigned to a group.\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -8424,7 +8422,13 @@ msgid "Other Options" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html -msgid "Add search property" +msgid "Add Search Property" +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html +#: corehq/apps/data_interfaces/forms.py +#: corehq/apps/groups/templates/groups/all_groups.html +msgid "Add Group" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html @@ -8758,6 +8762,14 @@ msgstr "" msgid "Done" msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_property.html +#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py +#: corehq/apps/groups/templates/groups/all_groups.html +#: corehq/apps/groups/templates/groups/group_members.html +#: corehq/apps/reminders/forms.py +msgid "Group Name" +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/custom_detail_variables.html msgid "Custom Detail Variables" msgstr "" @@ -12019,6 +12031,10 @@ msgstr "" msgid "Start" msgstr "" +#: corehq/apps/cloudcare/templates/formplayer/menu_list.html +msgid "Home" +msgstr "" + #: corehq/apps/cloudcare/templates/formplayer/menu_list.html msgid "Dropdown toggle" msgstr "" @@ -12113,15 +12129,16 @@ msgstr "" #: corehq/apps/cloudcare/views.py #, python-brace-format msgid "" -"You have the MOBILE_UCR feature flag enabled, and have exceeded the maximum " -"limit\n" -" of {ucr_limit} total User Configurable Reports " -"used across all of your applications.\n" -" To resolve, you must remove references to UCRs in " -"your applications until you are under\n" -" the limit. If you believe this is a mistake, " -"please reach out to support.\n" -" " +"You have the MOBILE_UCR feature flag enabled, and have {ucr_count} mobile " +"UCRs\n" +" which exceeds the maximum limit of " +"{ucr_limit} total User Configurable Reports used\n" +" across all of your applications. To resolve, " +"you must remove references to UCRs in\n" +" your applications until you are under the " +"limit. If you believe this is a mistake,\n" +" please reach out to support.\n" +" " msgstr "" #: corehq/apps/commtrack/forms.py @@ -13145,18 +13162,6 @@ msgstr "" msgid "Please enter a number of days greater than or equal to zero" msgstr "" -#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py -#: corehq/apps/groups/templates/groups/all_groups.html -#: corehq/apps/groups/templates/groups/group_members.html -#: corehq/apps/reminders/forms.py -msgid "Group Name" -msgstr "" - -#: corehq/apps/data_interfaces/forms.py -#: corehq/apps/groups/templates/groups/all_groups.html -msgid "Add Group" -msgstr "" - #: corehq/apps/data_interfaces/forms.py msgid "Update Group Name" msgstr "" @@ -15210,6 +15215,10 @@ msgstr "" msgid "Restriction for profile {profile} failed: {message}" msgstr "" +#: corehq/apps/domain/forms.py +msgid "Using project's timezone: {}" +msgstr "" + #: corehq/apps/domain/forms.py msgid "Add New Alert" msgstr "" @@ -15585,6 +15594,19 @@ msgstr "" msgid "Available Alerts" msgstr "" +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "You can only have 3 alerts activated at any one time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#: corehq/apps/reports/templates/reports/messaging/survey_detail.html +msgid "Start Time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "End Time" +msgstr "" + #: corehq/apps/domain/templates/domain/admin/manage_alerts.html #: corehq/apps/hqwebapp/templates/hqwebapp/maintenance_alerts.html msgid "Added By" @@ -17721,6 +17743,7 @@ msgid "Manage Mobile Workers" msgstr "" #: corehq/apps/domain/views/settings.py +#: corehq/apps/users/templates/users/partials/edit_role_modal.html msgid "Manage Project Alerts" msgstr "" @@ -17740,6 +17763,10 @@ msgstr "" msgid "Alert was removed!" msgstr "" +#: corehq/apps/domain/views/settings.py +msgid "Only 3 active alerts allowed!" +msgstr "" + #: corehq/apps/domain/views/settings.py msgid "Alert updated!" msgstr "" @@ -30732,10 +30759,6 @@ msgstr "" msgid "IVR" msgstr "" -#: corehq/apps/reports/templates/reports/messaging/survey_detail.html -msgid "Start Time" -msgstr "" - #: corehq/apps/reports/templates/reports/messaging/survey_detail.html msgid "Form Submission" msgstr "" @@ -38386,6 +38409,10 @@ msgstr "" msgid "Select which other roles can assign this role:" msgstr "" +#: corehq/apps/users/templates/users/partials/edit_role_modal.html +msgid "Allow this role to manage project alerts." +msgstr "" + #: corehq/apps/users/templates/users/partials/manage_my_numbers.html #: corehq/apps/users/templates/users/partials/manage_phone_numbers.html msgid "Registered Phone Numbers" @@ -39623,6 +39650,10 @@ msgid "" "expiration" msgstr "" +#: corehq/messaging/scheduling/forms.py +msgid "Rich Text Message" +msgstr "" + #: corehq/messaging/scheduling/forms.py msgid "Message type" msgstr "" @@ -40552,6 +40583,7 @@ msgid "and send" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translate this message" msgstr "" @@ -40566,6 +40598,7 @@ msgid "" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translation" msgstr "" @@ -40712,6 +40745,19 @@ msgstr "" msgid "SMS alert content" msgstr "" +#: corehq/messaging/scheduling/views.py +msgid "Image file is too large. Images must be smaller than 1MB" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, python-brace-format +msgid "You can only upload {image_extensions} images" +msgstr "" + +#: corehq/messaging/scheduling/views.py +msgid "Invalid request" +msgstr "" + #: corehq/messaging/smsbackends/airtel_tcl/forms.py msgid "Host:Port" msgstr "" diff --git a/locale/fra/LC_MESSAGES/django.po b/locale/fra/LC_MESSAGES/django.po index 489a1833f3c1..de6203b290b7 100644 --- a/locale/fra/LC_MESSAGES/django.po +++ b/locale/fra/LC_MESSAGES/django.po @@ -6564,21 +6564,9 @@ msgstr "" #, python-format msgid "" "\n" -" %(module_name)s\n" -" uses \"Display only forms\" and is also configured with\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" -" " -msgstr "" - -#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html -#, python-format -msgid "" -"\n" -" %(module_name)s\n" -" uses parent case selection but parent case list is using\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" +" The case list in %(module_name)s can not use the same \"search input instance name\" as its Parent Select " +"Menu.\n" " " msgstr "" @@ -6587,7 +6575,7 @@ msgstr "" msgid "" "\n" " %(module_name)s\n" -" uses parent case selection and is configured with\n" +" uses \"Display only forms\" and is also configured with\n" " \"make search input available after search\". This workflow " "is unsupported.\n" " " @@ -6993,6 +6981,16 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" %(module_name)s has a case " +"search property\n" +" %(property)s that is not assigned to a group.\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -8840,9 +8838,17 @@ msgid "Other Options" msgstr "Autres options" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html -msgid "Add search property" +#, fuzzy +#| msgid "Add search property" +msgid "Add Search Property" msgstr "Ajouter une propriété de recherche" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html +#: corehq/apps/data_interfaces/forms.py +#: corehq/apps/groups/templates/groups/all_groups.html +msgid "Add Group" +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html msgid "Default Search Filters" msgstr "" @@ -9177,6 +9183,14 @@ msgstr "Message de validation" msgid "Done" msgstr "Terminé" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_property.html +#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py +#: corehq/apps/groups/templates/groups/all_groups.html +#: corehq/apps/groups/templates/groups/group_members.html +#: corehq/apps/reminders/forms.py +msgid "Group Name" +msgstr "Nom de groupe" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/custom_detail_variables.html msgid "Custom Detail Variables" msgstr "Personnaliser les détails des variables" @@ -12548,6 +12562,10 @@ msgstr "" msgid "Start" msgstr "Démarrer" +#: corehq/apps/cloudcare/templates/formplayer/menu_list.html +msgid "Home" +msgstr "" + #: corehq/apps/cloudcare/templates/formplayer/menu_list.html msgid "Dropdown toggle" msgstr "" @@ -12642,15 +12660,16 @@ msgstr "" #: corehq/apps/cloudcare/views.py #, python-brace-format msgid "" -"You have the MOBILE_UCR feature flag enabled, and have exceeded the maximum " -"limit\n" -" of {ucr_limit} total User Configurable Reports " -"used across all of your applications.\n" -" To resolve, you must remove references to UCRs in " -"your applications until you are under\n" -" the limit. If you believe this is a mistake, " -"please reach out to support.\n" -" " +"You have the MOBILE_UCR feature flag enabled, and have {ucr_count} mobile " +"UCRs\n" +" which exceeds the maximum limit of " +"{ucr_limit} total User Configurable Reports used\n" +" across all of your applications. To resolve, " +"you must remove references to UCRs in\n" +" your applications until you are under the " +"limit. If you believe this is a mistake,\n" +" please reach out to support.\n" +" " msgstr "" #: corehq/apps/commtrack/forms.py @@ -13686,18 +13705,6 @@ msgstr "Veuillez spécifier une valeur de la propriété de dossier." msgid "Please enter a number of days greater than or equal to zero" msgstr "Veuillez saisir un nombre de jours supérieur ou égal à zéro." -#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py -#: corehq/apps/groups/templates/groups/all_groups.html -#: corehq/apps/groups/templates/groups/group_members.html -#: corehq/apps/reminders/forms.py -msgid "Group Name" -msgstr "Nom de groupe" - -#: corehq/apps/data_interfaces/forms.py -#: corehq/apps/groups/templates/groups/all_groups.html -msgid "Add Group" -msgstr "" - #: corehq/apps/data_interfaces/forms.py msgid "Update Group Name" msgstr "Mettre le nom de groupe à jour" @@ -15827,6 +15834,10 @@ msgstr "" msgid "Restriction for profile {profile} failed: {message}" msgstr "" +#: corehq/apps/domain/forms.py +msgid "Using project's timezone: {}" +msgstr "" + #: corehq/apps/domain/forms.py msgid "Add New Alert" msgstr "" @@ -16202,6 +16213,21 @@ msgstr "Paramètres d'éléments de Sites" msgid "Available Alerts" msgstr "" +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "You can only have 3 alerts activated at any one time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#: corehq/apps/reports/templates/reports/messaging/survey_detail.html +msgid "Start Time" +msgstr "Date de début" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#, fuzzy +#| msgid "Day and Time" +msgid "End Time" +msgstr "Jour et heure" + #: corehq/apps/domain/templates/domain/admin/manage_alerts.html #: corehq/apps/hqwebapp/templates/hqwebapp/maintenance_alerts.html msgid "Added By" @@ -18412,6 +18438,7 @@ msgid "Manage Mobile Workers" msgstr "" #: corehq/apps/domain/views/settings.py +#: corehq/apps/users/templates/users/partials/edit_role_modal.html msgid "Manage Project Alerts" msgstr "" @@ -18431,6 +18458,10 @@ msgstr "" msgid "Alert was removed!" msgstr "" +#: corehq/apps/domain/views/settings.py +msgid "Only 3 active alerts allowed!" +msgstr "" + #: corehq/apps/domain/views/settings.py msgid "Alert updated!" msgstr "" @@ -31855,10 +31886,6 @@ msgstr "Type d'enquête" msgid "IVR" msgstr "IVR" -#: corehq/apps/reports/templates/reports/messaging/survey_detail.html -msgid "Start Time" -msgstr "Date de début" - #: corehq/apps/reports/templates/reports/messaging/survey_detail.html msgid "Form Submission" msgstr "Formulaire de soumission" @@ -39745,6 +39772,12 @@ msgstr "" msgid "Select which other roles can assign this role:" msgstr "" +#: corehq/apps/users/templates/users/partials/edit_role_modal.html +#, fuzzy +#| msgid "Allow this role to report issues." +msgid "Allow this role to manage project alerts." +msgstr "Autoriser ce rôle à signaler des problèmes" + #: corehq/apps/users/templates/users/partials/manage_my_numbers.html #: corehq/apps/users/templates/users/partials/manage_phone_numbers.html msgid "Registered Phone Numbers" @@ -41052,6 +41085,12 @@ msgid "" "expiration" msgstr "" +#: corehq/messaging/scheduling/forms.py +#, fuzzy +#| msgid "Test SMS Message" +msgid "Rich Text Message" +msgstr "Message SMS de test" + #: corehq/messaging/scheduling/forms.py msgid "Message type" msgstr "" @@ -41981,6 +42020,7 @@ msgid "and send" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translate this message" msgstr "" @@ -41995,6 +42035,7 @@ msgid "" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translation" msgstr "" @@ -42141,6 +42182,21 @@ msgstr "" msgid "SMS alert content" msgstr "" +#: corehq/messaging/scheduling/views.py +msgid "Image file is too large. Images must be smaller than 1MB" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, python-brace-format +msgid "You can only upload {image_extensions} images" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, fuzzy +#| msgid "Invalid Parent ID" +msgid "Invalid request" +msgstr "Identifiant parent non valide" + #: corehq/messaging/smsbackends/airtel_tcl/forms.py msgid "Host:Port" msgstr "" diff --git a/locale/hi/LC_MESSAGES/django.po b/locale/hi/LC_MESSAGES/django.po index 0cb290a3c002..ee12994baaf4 100644 --- a/locale/hi/LC_MESSAGES/django.po +++ b/locale/hi/LC_MESSAGES/django.po @@ -6211,21 +6211,9 @@ msgstr "" #, python-format msgid "" "\n" -" %(module_name)s\n" -" uses \"Display only forms\" and is also configured with\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" -" " -msgstr "" - -#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html -#, python-format -msgid "" -"\n" -" %(module_name)s\n" -" uses parent case selection but parent case list is using\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" +" The case list in %(module_name)s can not use the same \"search input instance name\" as its Parent Select " +"Menu.\n" " " msgstr "" @@ -6234,7 +6222,7 @@ msgstr "" msgid "" "\n" " %(module_name)s\n" -" uses parent case selection and is configured with\n" +" uses \"Display only forms\" and is also configured with\n" " \"make search input available after search\". This workflow " "is unsupported.\n" " " @@ -6640,6 +6628,16 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" %(module_name)s has a case " +"search property\n" +" %(property)s that is not assigned to a group.\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -8424,7 +8422,13 @@ msgid "Other Options" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html -msgid "Add search property" +msgid "Add Search Property" +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html +#: corehq/apps/data_interfaces/forms.py +#: corehq/apps/groups/templates/groups/all_groups.html +msgid "Add Group" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html @@ -8758,6 +8762,14 @@ msgstr "" msgid "Done" msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_property.html +#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py +#: corehq/apps/groups/templates/groups/all_groups.html +#: corehq/apps/groups/templates/groups/group_members.html +#: corehq/apps/reminders/forms.py +msgid "Group Name" +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/custom_detail_variables.html msgid "Custom Detail Variables" msgstr "" @@ -12019,6 +12031,10 @@ msgstr "" msgid "Start" msgstr "" +#: corehq/apps/cloudcare/templates/formplayer/menu_list.html +msgid "Home" +msgstr "" + #: corehq/apps/cloudcare/templates/formplayer/menu_list.html msgid "Dropdown toggle" msgstr "" @@ -12113,15 +12129,16 @@ msgstr "" #: corehq/apps/cloudcare/views.py #, python-brace-format msgid "" -"You have the MOBILE_UCR feature flag enabled, and have exceeded the maximum " -"limit\n" -" of {ucr_limit} total User Configurable Reports " -"used across all of your applications.\n" -" To resolve, you must remove references to UCRs in " -"your applications until you are under\n" -" the limit. If you believe this is a mistake, " -"please reach out to support.\n" -" " +"You have the MOBILE_UCR feature flag enabled, and have {ucr_count} mobile " +"UCRs\n" +" which exceeds the maximum limit of " +"{ucr_limit} total User Configurable Reports used\n" +" across all of your applications. To resolve, " +"you must remove references to UCRs in\n" +" your applications until you are under the " +"limit. If you believe this is a mistake,\n" +" please reach out to support.\n" +" " msgstr "" #: corehq/apps/commtrack/forms.py @@ -13145,18 +13162,6 @@ msgstr "" msgid "Please enter a number of days greater than or equal to zero" msgstr "" -#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py -#: corehq/apps/groups/templates/groups/all_groups.html -#: corehq/apps/groups/templates/groups/group_members.html -#: corehq/apps/reminders/forms.py -msgid "Group Name" -msgstr "" - -#: corehq/apps/data_interfaces/forms.py -#: corehq/apps/groups/templates/groups/all_groups.html -msgid "Add Group" -msgstr "" - #: corehq/apps/data_interfaces/forms.py msgid "Update Group Name" msgstr "" @@ -15210,6 +15215,10 @@ msgstr "" msgid "Restriction for profile {profile} failed: {message}" msgstr "" +#: corehq/apps/domain/forms.py +msgid "Using project's timezone: {}" +msgstr "" + #: corehq/apps/domain/forms.py msgid "Add New Alert" msgstr "" @@ -15585,6 +15594,19 @@ msgstr "" msgid "Available Alerts" msgstr "" +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "You can only have 3 alerts activated at any one time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#: corehq/apps/reports/templates/reports/messaging/survey_detail.html +msgid "Start Time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "End Time" +msgstr "" + #: corehq/apps/domain/templates/domain/admin/manage_alerts.html #: corehq/apps/hqwebapp/templates/hqwebapp/maintenance_alerts.html msgid "Added By" @@ -17721,6 +17743,7 @@ msgid "Manage Mobile Workers" msgstr "" #: corehq/apps/domain/views/settings.py +#: corehq/apps/users/templates/users/partials/edit_role_modal.html msgid "Manage Project Alerts" msgstr "" @@ -17740,6 +17763,10 @@ msgstr "" msgid "Alert was removed!" msgstr "" +#: corehq/apps/domain/views/settings.py +msgid "Only 3 active alerts allowed!" +msgstr "" + #: corehq/apps/domain/views/settings.py msgid "Alert updated!" msgstr "" @@ -30732,10 +30759,6 @@ msgstr "" msgid "IVR" msgstr "" -#: corehq/apps/reports/templates/reports/messaging/survey_detail.html -msgid "Start Time" -msgstr "" - #: corehq/apps/reports/templates/reports/messaging/survey_detail.html msgid "Form Submission" msgstr "" @@ -38386,6 +38409,10 @@ msgstr "" msgid "Select which other roles can assign this role:" msgstr "" +#: corehq/apps/users/templates/users/partials/edit_role_modal.html +msgid "Allow this role to manage project alerts." +msgstr "" + #: corehq/apps/users/templates/users/partials/manage_my_numbers.html #: corehq/apps/users/templates/users/partials/manage_phone_numbers.html msgid "Registered Phone Numbers" @@ -39623,6 +39650,10 @@ msgid "" "expiration" msgstr "" +#: corehq/messaging/scheduling/forms.py +msgid "Rich Text Message" +msgstr "" + #: corehq/messaging/scheduling/forms.py msgid "Message type" msgstr "" @@ -40552,6 +40583,7 @@ msgid "and send" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translate this message" msgstr "" @@ -40566,6 +40598,7 @@ msgid "" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translation" msgstr "" @@ -40712,6 +40745,19 @@ msgstr "" msgid "SMS alert content" msgstr "" +#: corehq/messaging/scheduling/views.py +msgid "Image file is too large. Images must be smaller than 1MB" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, python-brace-format +msgid "You can only upload {image_extensions} images" +msgstr "" + +#: corehq/messaging/scheduling/views.py +msgid "Invalid request" +msgstr "" + #: corehq/messaging/smsbackends/airtel_tcl/forms.py msgid "Host:Port" msgstr "" diff --git a/locale/hin/LC_MESSAGES/django.po b/locale/hin/LC_MESSAGES/django.po index 058d4fb241dc..3d959e9afebc 100644 --- a/locale/hin/LC_MESSAGES/django.po +++ b/locale/hin/LC_MESSAGES/django.po @@ -6225,21 +6225,9 @@ msgstr "" #, python-format msgid "" "\n" -" %(module_name)s\n" -" uses \"Display only forms\" and is also configured with\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" -" " -msgstr "" - -#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html -#, python-format -msgid "" -"\n" -" %(module_name)s\n" -" uses parent case selection but parent case list is using\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" +" The case list in %(module_name)s can not use the same \"search input instance name\" as its Parent Select " +"Menu.\n" " " msgstr "" @@ -6248,7 +6236,7 @@ msgstr "" msgid "" "\n" " %(module_name)s\n" -" uses parent case selection and is configured with\n" +" uses \"Display only forms\" and is also configured with\n" " \"make search input available after search\". This workflow " "is unsupported.\n" " " @@ -6654,6 +6642,16 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" %(module_name)s has a case " +"search property\n" +" %(property)s that is not assigned to a group.\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -8438,7 +8436,13 @@ msgid "Other Options" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html -msgid "Add search property" +msgid "Add Search Property" +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html +#: corehq/apps/data_interfaces/forms.py +#: corehq/apps/groups/templates/groups/all_groups.html +msgid "Add Group" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html @@ -8772,6 +8776,14 @@ msgstr "" msgid "Done" msgstr "समाप्त" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_property.html +#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py +#: corehq/apps/groups/templates/groups/all_groups.html +#: corehq/apps/groups/templates/groups/group_members.html +#: corehq/apps/reminders/forms.py +msgid "Group Name" +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/custom_detail_variables.html msgid "Custom Detail Variables" msgstr "" @@ -12033,6 +12045,10 @@ msgstr "" msgid "Start" msgstr "" +#: corehq/apps/cloudcare/templates/formplayer/menu_list.html +msgid "Home" +msgstr "" + #: corehq/apps/cloudcare/templates/formplayer/menu_list.html msgid "Dropdown toggle" msgstr "" @@ -12127,15 +12143,16 @@ msgstr "" #: corehq/apps/cloudcare/views.py #, python-brace-format msgid "" -"You have the MOBILE_UCR feature flag enabled, and have exceeded the maximum " -"limit\n" -" of {ucr_limit} total User Configurable Reports " -"used across all of your applications.\n" -" To resolve, you must remove references to UCRs in " -"your applications until you are under\n" -" the limit. If you believe this is a mistake, " -"please reach out to support.\n" -" " +"You have the MOBILE_UCR feature flag enabled, and have {ucr_count} mobile " +"UCRs\n" +" which exceeds the maximum limit of " +"{ucr_limit} total User Configurable Reports used\n" +" across all of your applications. To resolve, " +"you must remove references to UCRs in\n" +" your applications until you are under the " +"limit. If you believe this is a mistake,\n" +" please reach out to support.\n" +" " msgstr "" #: corehq/apps/commtrack/forms.py @@ -13159,18 +13176,6 @@ msgstr "" msgid "Please enter a number of days greater than or equal to zero" msgstr "" -#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py -#: corehq/apps/groups/templates/groups/all_groups.html -#: corehq/apps/groups/templates/groups/group_members.html -#: corehq/apps/reminders/forms.py -msgid "Group Name" -msgstr "" - -#: corehq/apps/data_interfaces/forms.py -#: corehq/apps/groups/templates/groups/all_groups.html -msgid "Add Group" -msgstr "" - #: corehq/apps/data_interfaces/forms.py msgid "Update Group Name" msgstr "" @@ -15224,6 +15229,10 @@ msgstr "" msgid "Restriction for profile {profile} failed: {message}" msgstr "" +#: corehq/apps/domain/forms.py +msgid "Using project's timezone: {}" +msgstr "" + #: corehq/apps/domain/forms.py msgid "Add New Alert" msgstr "" @@ -15599,6 +15608,19 @@ msgstr "" msgid "Available Alerts" msgstr "" +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "You can only have 3 alerts activated at any one time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#: corehq/apps/reports/templates/reports/messaging/survey_detail.html +msgid "Start Time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "End Time" +msgstr "" + #: corehq/apps/domain/templates/domain/admin/manage_alerts.html #: corehq/apps/hqwebapp/templates/hqwebapp/maintenance_alerts.html msgid "Added By" @@ -17735,6 +17757,7 @@ msgid "Manage Mobile Workers" msgstr "" #: corehq/apps/domain/views/settings.py +#: corehq/apps/users/templates/users/partials/edit_role_modal.html msgid "Manage Project Alerts" msgstr "" @@ -17754,6 +17777,10 @@ msgstr "" msgid "Alert was removed!" msgstr "" +#: corehq/apps/domain/views/settings.py +msgid "Only 3 active alerts allowed!" +msgstr "" + #: corehq/apps/domain/views/settings.py msgid "Alert updated!" msgstr "" @@ -30746,10 +30773,6 @@ msgstr "" msgid "IVR" msgstr "" -#: corehq/apps/reports/templates/reports/messaging/survey_detail.html -msgid "Start Time" -msgstr "" - #: corehq/apps/reports/templates/reports/messaging/survey_detail.html msgid "Form Submission" msgstr "" @@ -38400,6 +38423,10 @@ msgstr "" msgid "Select which other roles can assign this role:" msgstr "" +#: corehq/apps/users/templates/users/partials/edit_role_modal.html +msgid "Allow this role to manage project alerts." +msgstr "" + #: corehq/apps/users/templates/users/partials/manage_my_numbers.html #: corehq/apps/users/templates/users/partials/manage_phone_numbers.html msgid "Registered Phone Numbers" @@ -39637,6 +39664,10 @@ msgid "" "expiration" msgstr "" +#: corehq/messaging/scheduling/forms.py +msgid "Rich Text Message" +msgstr "" + #: corehq/messaging/scheduling/forms.py msgid "Message type" msgstr "" @@ -40566,6 +40597,7 @@ msgid "and send" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translate this message" msgstr "" @@ -40580,6 +40612,7 @@ msgid "" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translation" msgstr "" @@ -40726,6 +40759,19 @@ msgstr "" msgid "SMS alert content" msgstr "" +#: corehq/messaging/scheduling/views.py +msgid "Image file is too large. Images must be smaller than 1MB" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, python-brace-format +msgid "You can only upload {image_extensions} images" +msgstr "" + +#: corehq/messaging/scheduling/views.py +msgid "Invalid request" +msgstr "" + #: corehq/messaging/smsbackends/airtel_tcl/forms.py msgid "Host:Port" msgstr "" diff --git a/locale/por/LC_MESSAGES/django.po b/locale/por/LC_MESSAGES/django.po index fb231917c4bd..9dae2f75c7aa 100644 --- a/locale/por/LC_MESSAGES/django.po +++ b/locale/por/LC_MESSAGES/django.po @@ -6280,21 +6280,9 @@ msgstr "" #, python-format msgid "" "\n" -" %(module_name)s\n" -" uses \"Display only forms\" and is also configured with\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" -" " -msgstr "" - -#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html -#, python-format -msgid "" -"\n" -" %(module_name)s\n" -" uses parent case selection but parent case list is using\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" +" The case list in %(module_name)s can not use the same \"search input instance name\" as its Parent Select " +"Menu.\n" " " msgstr "" @@ -6303,7 +6291,7 @@ msgstr "" msgid "" "\n" " %(module_name)s\n" -" uses parent case selection and is configured with\n" +" uses \"Display only forms\" and is also configured with\n" " \"make search input available after search\". This workflow " "is unsupported.\n" " " @@ -6709,6 +6697,16 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" %(module_name)s has a case " +"search property\n" +" %(property)s that is not assigned to a group.\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -8493,9 +8491,15 @@ msgid "Other Options" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html -msgid "Add search property" +msgid "Add Search Property" msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html +#: corehq/apps/data_interfaces/forms.py +#: corehq/apps/groups/templates/groups/all_groups.html +msgid "Add Group" +msgstr "Adicionar Grupo" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html msgid "Default Search Filters" msgstr "" @@ -8827,6 +8831,14 @@ msgstr "" msgid "Done" msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_property.html +#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py +#: corehq/apps/groups/templates/groups/all_groups.html +#: corehq/apps/groups/templates/groups/group_members.html +#: corehq/apps/reminders/forms.py +msgid "Group Name" +msgstr "Nome do Grupo" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/custom_detail_variables.html msgid "Custom Detail Variables" msgstr "" @@ -12111,6 +12123,10 @@ msgstr "" msgid "Start" msgstr "" +#: corehq/apps/cloudcare/templates/formplayer/menu_list.html +msgid "Home" +msgstr "" + #: corehq/apps/cloudcare/templates/formplayer/menu_list.html msgid "Dropdown toggle" msgstr "" @@ -12205,15 +12221,16 @@ msgstr "" #: corehq/apps/cloudcare/views.py #, python-brace-format msgid "" -"You have the MOBILE_UCR feature flag enabled, and have exceeded the maximum " -"limit\n" -" of {ucr_limit} total User Configurable Reports " -"used across all of your applications.\n" -" To resolve, you must remove references to UCRs in " -"your applications until you are under\n" -" the limit. If you believe this is a mistake, " -"please reach out to support.\n" -" " +"You have the MOBILE_UCR feature flag enabled, and have {ucr_count} mobile " +"UCRs\n" +" which exceeds the maximum limit of " +"{ucr_limit} total User Configurable Reports used\n" +" across all of your applications. To resolve, " +"you must remove references to UCRs in\n" +" your applications until you are under the " +"limit. If you believe this is a mistake,\n" +" please reach out to support.\n" +" " msgstr "" #: corehq/apps/commtrack/forms.py @@ -13243,18 +13260,6 @@ msgstr "" msgid "Please enter a number of days greater than or equal to zero" msgstr "" -#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py -#: corehq/apps/groups/templates/groups/all_groups.html -#: corehq/apps/groups/templates/groups/group_members.html -#: corehq/apps/reminders/forms.py -msgid "Group Name" -msgstr "Nome do Grupo" - -#: corehq/apps/data_interfaces/forms.py -#: corehq/apps/groups/templates/groups/all_groups.html -msgid "Add Group" -msgstr "Adicionar Grupo" - #: corehq/apps/data_interfaces/forms.py msgid "Update Group Name" msgstr "" @@ -15308,6 +15313,10 @@ msgstr "" msgid "Restriction for profile {profile} failed: {message}" msgstr "" +#: corehq/apps/domain/forms.py +msgid "Using project's timezone: {}" +msgstr "" + #: corehq/apps/domain/forms.py msgid "Add New Alert" msgstr "" @@ -15683,6 +15692,21 @@ msgstr "" msgid "Available Alerts" msgstr "" +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "You can only have 3 alerts activated at any one time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#: corehq/apps/reports/templates/reports/messaging/survey_detail.html +msgid "Start Time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#, fuzzy +#| msgid "Day and Time" +msgid "End Time" +msgstr "Data e Hora" + #: corehq/apps/domain/templates/domain/admin/manage_alerts.html #: corehq/apps/hqwebapp/templates/hqwebapp/maintenance_alerts.html msgid "Added By" @@ -17820,6 +17844,7 @@ msgid "Manage Mobile Workers" msgstr "" #: corehq/apps/domain/views/settings.py +#: corehq/apps/users/templates/users/partials/edit_role_modal.html msgid "Manage Project Alerts" msgstr "" @@ -17839,6 +17864,10 @@ msgstr "" msgid "Alert was removed!" msgstr "" +#: corehq/apps/domain/views/settings.py +msgid "Only 3 active alerts allowed!" +msgstr "" + #: corehq/apps/domain/views/settings.py msgid "Alert updated!" msgstr "" @@ -30932,10 +30961,6 @@ msgstr "" msgid "IVR" msgstr "" -#: corehq/apps/reports/templates/reports/messaging/survey_detail.html -msgid "Start Time" -msgstr "" - #: corehq/apps/reports/templates/reports/messaging/survey_detail.html msgid "Form Submission" msgstr "" @@ -38612,6 +38637,10 @@ msgstr "" msgid "Select which other roles can assign this role:" msgstr "" +#: corehq/apps/users/templates/users/partials/edit_role_modal.html +msgid "Allow this role to manage project alerts." +msgstr "" + #: corehq/apps/users/templates/users/partials/manage_my_numbers.html #: corehq/apps/users/templates/users/partials/manage_phone_numbers.html msgid "Registered Phone Numbers" @@ -39868,6 +39897,10 @@ msgid "" "expiration" msgstr "" +#: corehq/messaging/scheduling/forms.py +msgid "Rich Text Message" +msgstr "" + #: corehq/messaging/scheduling/forms.py msgid "Message type" msgstr "" @@ -40797,6 +40830,7 @@ msgid "and send" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translate this message" msgstr "" @@ -40811,6 +40845,7 @@ msgid "" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translation" msgstr "" @@ -40957,6 +40992,19 @@ msgstr "" msgid "SMS alert content" msgstr "" +#: corehq/messaging/scheduling/views.py +msgid "Image file is too large. Images must be smaller than 1MB" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, python-brace-format +msgid "You can only upload {image_extensions} images" +msgstr "" + +#: corehq/messaging/scheduling/views.py +msgid "Invalid request" +msgstr "" + #: corehq/messaging/smsbackends/airtel_tcl/forms.py msgid "Host:Port" msgstr "" diff --git a/locale/pt/LC_MESSAGES/django.po b/locale/pt/LC_MESSAGES/django.po index 0cb290a3c002..ee12994baaf4 100644 --- a/locale/pt/LC_MESSAGES/django.po +++ b/locale/pt/LC_MESSAGES/django.po @@ -6211,21 +6211,9 @@ msgstr "" #, python-format msgid "" "\n" -" %(module_name)s\n" -" uses \"Display only forms\" and is also configured with\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" -" " -msgstr "" - -#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html -#, python-format -msgid "" -"\n" -" %(module_name)s\n" -" uses parent case selection but parent case list is using\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" +" The case list in %(module_name)s can not use the same \"search input instance name\" as its Parent Select " +"Menu.\n" " " msgstr "" @@ -6234,7 +6222,7 @@ msgstr "" msgid "" "\n" " %(module_name)s\n" -" uses parent case selection and is configured with\n" +" uses \"Display only forms\" and is also configured with\n" " \"make search input available after search\". This workflow " "is unsupported.\n" " " @@ -6640,6 +6628,16 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" %(module_name)s has a case " +"search property\n" +" %(property)s that is not assigned to a group.\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -8424,7 +8422,13 @@ msgid "Other Options" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html -msgid "Add search property" +msgid "Add Search Property" +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html +#: corehq/apps/data_interfaces/forms.py +#: corehq/apps/groups/templates/groups/all_groups.html +msgid "Add Group" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html @@ -8758,6 +8762,14 @@ msgstr "" msgid "Done" msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_property.html +#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py +#: corehq/apps/groups/templates/groups/all_groups.html +#: corehq/apps/groups/templates/groups/group_members.html +#: corehq/apps/reminders/forms.py +msgid "Group Name" +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/custom_detail_variables.html msgid "Custom Detail Variables" msgstr "" @@ -12019,6 +12031,10 @@ msgstr "" msgid "Start" msgstr "" +#: corehq/apps/cloudcare/templates/formplayer/menu_list.html +msgid "Home" +msgstr "" + #: corehq/apps/cloudcare/templates/formplayer/menu_list.html msgid "Dropdown toggle" msgstr "" @@ -12113,15 +12129,16 @@ msgstr "" #: corehq/apps/cloudcare/views.py #, python-brace-format msgid "" -"You have the MOBILE_UCR feature flag enabled, and have exceeded the maximum " -"limit\n" -" of {ucr_limit} total User Configurable Reports " -"used across all of your applications.\n" -" To resolve, you must remove references to UCRs in " -"your applications until you are under\n" -" the limit. If you believe this is a mistake, " -"please reach out to support.\n" -" " +"You have the MOBILE_UCR feature flag enabled, and have {ucr_count} mobile " +"UCRs\n" +" which exceeds the maximum limit of " +"{ucr_limit} total User Configurable Reports used\n" +" across all of your applications. To resolve, " +"you must remove references to UCRs in\n" +" your applications until you are under the " +"limit. If you believe this is a mistake,\n" +" please reach out to support.\n" +" " msgstr "" #: corehq/apps/commtrack/forms.py @@ -13145,18 +13162,6 @@ msgstr "" msgid "Please enter a number of days greater than or equal to zero" msgstr "" -#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py -#: corehq/apps/groups/templates/groups/all_groups.html -#: corehq/apps/groups/templates/groups/group_members.html -#: corehq/apps/reminders/forms.py -msgid "Group Name" -msgstr "" - -#: corehq/apps/data_interfaces/forms.py -#: corehq/apps/groups/templates/groups/all_groups.html -msgid "Add Group" -msgstr "" - #: corehq/apps/data_interfaces/forms.py msgid "Update Group Name" msgstr "" @@ -15210,6 +15215,10 @@ msgstr "" msgid "Restriction for profile {profile} failed: {message}" msgstr "" +#: corehq/apps/domain/forms.py +msgid "Using project's timezone: {}" +msgstr "" + #: corehq/apps/domain/forms.py msgid "Add New Alert" msgstr "" @@ -15585,6 +15594,19 @@ msgstr "" msgid "Available Alerts" msgstr "" +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "You can only have 3 alerts activated at any one time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#: corehq/apps/reports/templates/reports/messaging/survey_detail.html +msgid "Start Time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "End Time" +msgstr "" + #: corehq/apps/domain/templates/domain/admin/manage_alerts.html #: corehq/apps/hqwebapp/templates/hqwebapp/maintenance_alerts.html msgid "Added By" @@ -17721,6 +17743,7 @@ msgid "Manage Mobile Workers" msgstr "" #: corehq/apps/domain/views/settings.py +#: corehq/apps/users/templates/users/partials/edit_role_modal.html msgid "Manage Project Alerts" msgstr "" @@ -17740,6 +17763,10 @@ msgstr "" msgid "Alert was removed!" msgstr "" +#: corehq/apps/domain/views/settings.py +msgid "Only 3 active alerts allowed!" +msgstr "" + #: corehq/apps/domain/views/settings.py msgid "Alert updated!" msgstr "" @@ -30732,10 +30759,6 @@ msgstr "" msgid "IVR" msgstr "" -#: corehq/apps/reports/templates/reports/messaging/survey_detail.html -msgid "Start Time" -msgstr "" - #: corehq/apps/reports/templates/reports/messaging/survey_detail.html msgid "Form Submission" msgstr "" @@ -38386,6 +38409,10 @@ msgstr "" msgid "Select which other roles can assign this role:" msgstr "" +#: corehq/apps/users/templates/users/partials/edit_role_modal.html +msgid "Allow this role to manage project alerts." +msgstr "" + #: corehq/apps/users/templates/users/partials/manage_my_numbers.html #: corehq/apps/users/templates/users/partials/manage_phone_numbers.html msgid "Registered Phone Numbers" @@ -39623,6 +39650,10 @@ msgid "" "expiration" msgstr "" +#: corehq/messaging/scheduling/forms.py +msgid "Rich Text Message" +msgstr "" + #: corehq/messaging/scheduling/forms.py msgid "Message type" msgstr "" @@ -40552,6 +40583,7 @@ msgid "and send" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translate this message" msgstr "" @@ -40566,6 +40598,7 @@ msgid "" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translation" msgstr "" @@ -40712,6 +40745,19 @@ msgstr "" msgid "SMS alert content" msgstr "" +#: corehq/messaging/scheduling/views.py +msgid "Image file is too large. Images must be smaller than 1MB" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, python-brace-format +msgid "You can only upload {image_extensions} images" +msgstr "" + +#: corehq/messaging/scheduling/views.py +msgid "Invalid request" +msgstr "" + #: corehq/messaging/smsbackends/airtel_tcl/forms.py msgid "Host:Port" msgstr "" diff --git a/locale/sw/LC_MESSAGES/django.po b/locale/sw/LC_MESSAGES/django.po index 7266c09cf63f..740a3a429f3e 100644 --- a/locale/sw/LC_MESSAGES/django.po +++ b/locale/sw/LC_MESSAGES/django.po @@ -6215,21 +6215,9 @@ msgstr "" #, python-format msgid "" "\n" -" %(module_name)s\n" -" uses \"Display only forms\" and is also configured with\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" -" " -msgstr "" - -#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html -#, python-format -msgid "" -"\n" -" %(module_name)s\n" -" uses parent case selection but parent case list is using\n" -" \"make search input available after search\". This workflow " -"is unsupported.\n" +" The case list in %(module_name)s can not use the same \"search input instance name\" as its Parent Select " +"Menu.\n" " " msgstr "" @@ -6238,7 +6226,7 @@ msgstr "" msgid "" "\n" " %(module_name)s\n" -" uses parent case selection and is configured with\n" +" uses \"Display only forms\" and is also configured with\n" " \"make search input available after search\". This workflow " "is unsupported.\n" " " @@ -6644,6 +6632,16 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" %(module_name)s has a case " +"search property\n" +" %(property)s that is not assigned to a group.\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -8428,7 +8426,13 @@ msgid "Other Options" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html -msgid "Add search property" +msgid "Add Search Property" +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html +#: corehq/apps/data_interfaces/forms.py +#: corehq/apps/groups/templates/groups/all_groups.html +msgid "Add Group" msgstr "" #: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_properties.html @@ -8762,6 +8766,14 @@ msgstr "" msgid "Done" msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/modules/case_search_property.html +#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py +#: corehq/apps/groups/templates/groups/all_groups.html +#: corehq/apps/groups/templates/groups/group_members.html +#: corehq/apps/reminders/forms.py +msgid "Group Name" +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/modules/custom_detail_variables.html msgid "Custom Detail Variables" msgstr "" @@ -12023,6 +12035,10 @@ msgstr "" msgid "Start" msgstr "" +#: corehq/apps/cloudcare/templates/formplayer/menu_list.html +msgid "Home" +msgstr "" + #: corehq/apps/cloudcare/templates/formplayer/menu_list.html msgid "Dropdown toggle" msgstr "" @@ -12117,15 +12133,16 @@ msgstr "" #: corehq/apps/cloudcare/views.py #, python-brace-format msgid "" -"You have the MOBILE_UCR feature flag enabled, and have exceeded the maximum " -"limit\n" -" of {ucr_limit} total User Configurable Reports " -"used across all of your applications.\n" -" To resolve, you must remove references to UCRs in " -"your applications until you are under\n" -" the limit. If you believe this is a mistake, " -"please reach out to support.\n" -" " +"You have the MOBILE_UCR feature flag enabled, and have {ucr_count} mobile " +"UCRs\n" +" which exceeds the maximum limit of " +"{ucr_limit} total User Configurable Reports used\n" +" across all of your applications. To resolve, " +"you must remove references to UCRs in\n" +" your applications until you are under the " +"limit. If you believe this is a mistake,\n" +" please reach out to support.\n" +" " msgstr "" #: corehq/apps/commtrack/forms.py @@ -13149,18 +13166,6 @@ msgstr "" msgid "Please enter a number of days greater than or equal to zero" msgstr "" -#: corehq/apps/data_interfaces/forms.py corehq/apps/data_interfaces/views.py -#: corehq/apps/groups/templates/groups/all_groups.html -#: corehq/apps/groups/templates/groups/group_members.html -#: corehq/apps/reminders/forms.py -msgid "Group Name" -msgstr "" - -#: corehq/apps/data_interfaces/forms.py -#: corehq/apps/groups/templates/groups/all_groups.html -msgid "Add Group" -msgstr "" - #: corehq/apps/data_interfaces/forms.py msgid "Update Group Name" msgstr "" @@ -15214,6 +15219,10 @@ msgstr "" msgid "Restriction for profile {profile} failed: {message}" msgstr "" +#: corehq/apps/domain/forms.py +msgid "Using project's timezone: {}" +msgstr "" + #: corehq/apps/domain/forms.py msgid "Add New Alert" msgstr "" @@ -15589,6 +15598,19 @@ msgstr "" msgid "Available Alerts" msgstr "" +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "You can only have 3 alerts activated at any one time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +#: corehq/apps/reports/templates/reports/messaging/survey_detail.html +msgid "Start Time" +msgstr "" + +#: corehq/apps/domain/templates/domain/admin/manage_alerts.html +msgid "End Time" +msgstr "" + #: corehq/apps/domain/templates/domain/admin/manage_alerts.html #: corehq/apps/hqwebapp/templates/hqwebapp/maintenance_alerts.html msgid "Added By" @@ -17725,6 +17747,7 @@ msgid "Manage Mobile Workers" msgstr "" #: corehq/apps/domain/views/settings.py +#: corehq/apps/users/templates/users/partials/edit_role_modal.html msgid "Manage Project Alerts" msgstr "" @@ -17744,6 +17767,10 @@ msgstr "" msgid "Alert was removed!" msgstr "" +#: corehq/apps/domain/views/settings.py +msgid "Only 3 active alerts allowed!" +msgstr "" + #: corehq/apps/domain/views/settings.py msgid "Alert updated!" msgstr "" @@ -30736,10 +30763,6 @@ msgstr "" msgid "IVR" msgstr "" -#: corehq/apps/reports/templates/reports/messaging/survey_detail.html -msgid "Start Time" -msgstr "" - #: corehq/apps/reports/templates/reports/messaging/survey_detail.html msgid "Form Submission" msgstr "" @@ -38390,6 +38413,10 @@ msgstr "" msgid "Select which other roles can assign this role:" msgstr "" +#: corehq/apps/users/templates/users/partials/edit_role_modal.html +msgid "Allow this role to manage project alerts." +msgstr "" + #: corehq/apps/users/templates/users/partials/manage_my_numbers.html #: corehq/apps/users/templates/users/partials/manage_phone_numbers.html msgid "Registered Phone Numbers" @@ -39627,6 +39654,10 @@ msgid "" "expiration" msgstr "" +#: corehq/messaging/scheduling/forms.py +msgid "Rich Text Message" +msgstr "" + #: corehq/messaging/scheduling/forms.py msgid "Message type" msgstr "" @@ -40556,6 +40587,7 @@ msgid "and send" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translate this message" msgstr "" @@ -40570,6 +40602,7 @@ msgid "" msgstr "" #: corehq/messaging/scheduling/templates/scheduling/partials/message_configuration.html +#: corehq/messaging/scheduling/templates/scheduling/partials/rich_text_message_configuration.html msgid "Translation" msgstr "" @@ -40716,6 +40749,19 @@ msgstr "" msgid "SMS alert content" msgstr "" +#: corehq/messaging/scheduling/views.py +msgid "Image file is too large. Images must be smaller than 1MB" +msgstr "" + +#: corehq/messaging/scheduling/views.py +#, python-brace-format +msgid "You can only upload {image_extensions} images" +msgstr "" + +#: corehq/messaging/scheduling/views.py +msgid "Invalid request" +msgstr "" + #: corehq/messaging/smsbackends/airtel_tcl/forms.py msgid "Host:Port" msgstr ""