From 2d880d267c0889cbee0ea40ce916509b8ac14478 Mon Sep 17 00:00:00 2001 From: minhaminha Date: Wed, 24 Jan 2024 06:06:34 +0000 Subject: [PATCH] Update translations --- locale/en/LC_MESSAGES/django.po | 34 +++++++++++++++++++++ locale/es/LC_MESSAGES/django.po | 51 ++++++++++++++++++++++++-------- locale/fr/LC_MESSAGES/django.po | 34 +++++++++++++++++++++ locale/fra/LC_MESSAGES/django.po | 51 ++++++++++++++++++++++++-------- locale/hi/LC_MESSAGES/django.po | 34 +++++++++++++++++++++ locale/hin/LC_MESSAGES/django.po | 34 +++++++++++++++++++++ locale/por/LC_MESSAGES/django.po | 36 ++++++++++++++++++++++ locale/pt/LC_MESSAGES/django.po | 34 +++++++++++++++++++++ locale/sw/LC_MESSAGES/django.po | 34 +++++++++++++++++++++ 9 files changed, 318 insertions(+), 24 deletions(-) diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 698c2304d685..e7e9b9524d14 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -6457,6 +6457,28 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an address popup configuration that should be moved to " +"case detail.\n" +" " +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an invalid clickable icon configuration. Reason: " +"%(error_reason)s\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -11683,6 +11705,10 @@ msgstr "" msgid "The first argument to '{node.name}' must be a valid case property name" msgstr "" +#: corehq/apps/case_search/xpath_functions/query_functions.py +msgid "'match-all()' does not take any arguments" +msgstr "" + #: corehq/apps/case_search/xpath_functions/subcase_functions.py #, python-brace-format msgid "Unsupported operator for use with 'subcase-count': {op}" @@ -21858,6 +21884,10 @@ msgid "" " " msgstr "" +#: corehq/apps/geospatial/templates/map_visualization.html +msgid "Layers" +msgstr "" + #: corehq/apps/geospatial/templates/map_visualization.html msgid "Selected Mobile Workers" msgstr "" @@ -43022,6 +43052,10 @@ msgstr "" msgid "Allow case copy from one user to another" msgstr "" +#: corehq/privileges.py +msgid "Deduplication Rules" +msgstr "" + #: corehq/reports.py msgid "Report Builder Reports" msgstr "" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index dbf0fe292ab7..5c36c648a81e 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -6891,6 +6891,28 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an address popup configuration that should be moved to " +"case detail.\n" +" " +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an invalid clickable icon configuration. Reason: " +"%(error_reason)s\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -12296,6 +12318,10 @@ msgstr "" msgid "The first argument to '{node.name}' must be a valid case property name" msgstr "" +#: corehq/apps/case_search/xpath_functions/query_functions.py +msgid "'match-all()' does not take any arguments" +msgstr "" + #: corehq/apps/case_search/xpath_functions/subcase_functions.py #, python-brace-format msgid "Unsupported operator for use with 'subcase-count': {op}" @@ -13499,16 +13525,12 @@ msgid "Add Case Type" msgstr "" #: corehq/apps/data_dictionary/templates/data_dictionary/base.html -#, fuzzy -#| msgid "Show Deprecated Properties" msgid "Show Deprecated Case Types" -msgstr "Mostrar Propiedades Obsoletas" +msgstr "" #: corehq/apps/data_dictionary/templates/data_dictionary/base.html -#, fuzzy -#| msgid "Hide Deprecated Properties" msgid "Hide Deprecated Case Types" -msgstr "Ocultar Propiedades Obsoletas" +msgstr "" #: corehq/apps/data_dictionary/templates/data_dictionary/base.html msgid "Create a new Case Type" @@ -22692,6 +22714,10 @@ msgid "" " " msgstr "" +#: corehq/apps/geospatial/templates/map_visualization.html +msgid "Layers" +msgstr "" + #: corehq/apps/geospatial/templates/map_visualization.html msgid "Selected Mobile Workers" msgstr "" @@ -43957,10 +43983,8 @@ msgid "Forward Locations" msgstr "Re-enviar Ubicaciones" #: corehq/motech/repeaters/models.py -#, fuzzy -#| msgid "Create Data Source" msgid "Forward Data Source Data" -msgstr "Crear Fuente de Datos" +msgstr "" #: corehq/motech/repeaters/repeater_generators.py msgid "XML" @@ -44503,6 +44527,12 @@ msgstr "" msgid "Allow case copy from one user to another" msgstr "" +#: corehq/privileges.py +#, fuzzy +#| msgid "Application Profiles" +msgid "Deduplication Rules" +msgstr "Perfiles de Aplicaciones" + #: corehq/reports.py msgid "Report Builder Reports" msgstr "Reportes de Desarrollador de Reportes" @@ -45680,6 +45710,3 @@ msgstr "" #: manage.py msgid "Enter valid JSON" msgstr "" - -#~ msgid "Successful" -#~ msgstr "Exitoso" diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 247bcac0146e..6de18e4a353b 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -6458,6 +6458,28 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an address popup configuration that should be moved to " +"case detail.\n" +" " +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an invalid clickable icon configuration. Reason: " +"%(error_reason)s\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -11684,6 +11706,10 @@ msgstr "" msgid "The first argument to '{node.name}' must be a valid case property name" msgstr "" +#: corehq/apps/case_search/xpath_functions/query_functions.py +msgid "'match-all()' does not take any arguments" +msgstr "" + #: corehq/apps/case_search/xpath_functions/subcase_functions.py #, python-brace-format msgid "Unsupported operator for use with 'subcase-count': {op}" @@ -21859,6 +21885,10 @@ msgid "" " " msgstr "" +#: corehq/apps/geospatial/templates/map_visualization.html +msgid "Layers" +msgstr "" + #: corehq/apps/geospatial/templates/map_visualization.html msgid "Selected Mobile Workers" msgstr "" @@ -43021,6 +43051,10 @@ msgstr "" msgid "Allow case copy from one user to another" msgstr "" +#: corehq/privileges.py +msgid "Deduplication Rules" +msgstr "" + #: corehq/reports.py msgid "Report Builder Reports" msgstr "" diff --git a/locale/fra/LC_MESSAGES/django.po b/locale/fra/LC_MESSAGES/django.po index 7151d4a57748..3bb3a6ce3d68 100644 --- a/locale/fra/LC_MESSAGES/django.po +++ b/locale/fra/LC_MESSAGES/django.po @@ -6811,6 +6811,28 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an address popup configuration that should be moved to " +"case detail.\n" +" " +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an invalid clickable icon configuration. Reason: " +"%(error_reason)s\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -12207,6 +12229,10 @@ msgstr "" msgid "The first argument to '{node.name}' must be a valid case property name" msgstr "" +#: corehq/apps/case_search/xpath_functions/query_functions.py +msgid "'match-all()' does not take any arguments" +msgstr "" + #: corehq/apps/case_search/xpath_functions/subcase_functions.py #, python-brace-format msgid "Unsupported operator for use with 'subcase-count': {op}" @@ -13411,16 +13437,12 @@ msgid "Add Case Type" msgstr "" #: corehq/apps/data_dictionary/templates/data_dictionary/base.html -#, fuzzy -#| msgid "Show Deprecated Properties" msgid "Show Deprecated Case Types" -msgstr "Afficher les propriétés obsolètes" +msgstr "" #: corehq/apps/data_dictionary/templates/data_dictionary/base.html -#, fuzzy -#| msgid "Hide Deprecated Properties" msgid "Hide Deprecated Case Types" -msgstr "Masquer les propriétés obsolètes" +msgstr "" #: corehq/apps/data_dictionary/templates/data_dictionary/base.html msgid "Create a new Case Type" @@ -22611,6 +22633,10 @@ msgid "" " " msgstr "" +#: corehq/apps/geospatial/templates/map_visualization.html +msgid "Layers" +msgstr "" + #: corehq/apps/geospatial/templates/map_visualization.html msgid "Selected Mobile Workers" msgstr "" @@ -43922,10 +43948,8 @@ msgid "Forward Locations" msgstr "Transférer les sites" #: corehq/motech/repeaters/models.py -#, fuzzy -#| msgid "Create Data Source" msgid "Forward Data Source Data" -msgstr "Créer source de données" +msgstr "" #: corehq/motech/repeaters/repeater_generators.py msgid "XML" @@ -44468,6 +44492,12 @@ msgstr "" msgid "Allow case copy from one user to another" msgstr "" +#: corehq/privileges.py +#, fuzzy +#| msgid "Application Profiles" +msgid "Deduplication Rules" +msgstr "Profiles d'application" + #: corehq/reports.py msgid "Report Builder Reports" msgstr "Rapports de l'Éditeur de Rapports" @@ -45680,6 +45710,3 @@ msgstr "Le Score à la Fonctionnalité" #: manage.py msgid "Enter valid JSON" msgstr "Saisir un JSON valide" - -#~ msgid "Successful" -#~ msgstr "Succès" diff --git a/locale/hi/LC_MESSAGES/django.po b/locale/hi/LC_MESSAGES/django.po index b34341ee1ef1..d977e88d883b 100644 --- a/locale/hi/LC_MESSAGES/django.po +++ b/locale/hi/LC_MESSAGES/django.po @@ -6458,6 +6458,28 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an address popup configuration that should be moved to " +"case detail.\n" +" " +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an invalid clickable icon configuration. Reason: " +"%(error_reason)s\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -11684,6 +11706,10 @@ msgstr "" msgid "The first argument to '{node.name}' must be a valid case property name" msgstr "" +#: corehq/apps/case_search/xpath_functions/query_functions.py +msgid "'match-all()' does not take any arguments" +msgstr "" + #: corehq/apps/case_search/xpath_functions/subcase_functions.py #, python-brace-format msgid "Unsupported operator for use with 'subcase-count': {op}" @@ -21859,6 +21885,10 @@ msgid "" " " msgstr "" +#: corehq/apps/geospatial/templates/map_visualization.html +msgid "Layers" +msgstr "" + #: corehq/apps/geospatial/templates/map_visualization.html msgid "Selected Mobile Workers" msgstr "" @@ -43021,6 +43051,10 @@ msgstr "" msgid "Allow case copy from one user to another" msgstr "" +#: corehq/privileges.py +msgid "Deduplication Rules" +msgstr "" + #: corehq/reports.py msgid "Report Builder Reports" msgstr "" diff --git a/locale/hin/LC_MESSAGES/django.po b/locale/hin/LC_MESSAGES/django.po index 0735fd946815..2e50c1ea406d 100644 --- a/locale/hin/LC_MESSAGES/django.po +++ b/locale/hin/LC_MESSAGES/django.po @@ -6472,6 +6472,28 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an address popup configuration that should be moved to " +"case detail.\n" +" " +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an invalid clickable icon configuration. Reason: " +"%(error_reason)s\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -11698,6 +11720,10 @@ msgstr "" msgid "The first argument to '{node.name}' must be a valid case property name" msgstr "" +#: corehq/apps/case_search/xpath_functions/query_functions.py +msgid "'match-all()' does not take any arguments" +msgstr "" + #: corehq/apps/case_search/xpath_functions/subcase_functions.py #, python-brace-format msgid "Unsupported operator for use with 'subcase-count': {op}" @@ -21873,6 +21899,10 @@ msgid "" " " msgstr "" +#: corehq/apps/geospatial/templates/map_visualization.html +msgid "Layers" +msgstr "" + #: corehq/apps/geospatial/templates/map_visualization.html msgid "Selected Mobile Workers" msgstr "" @@ -43035,6 +43065,10 @@ msgstr "" msgid "Allow case copy from one user to another" msgstr "" +#: corehq/privileges.py +msgid "Deduplication Rules" +msgstr "" + #: corehq/reports.py msgid "Report Builder Reports" msgstr "" diff --git a/locale/por/LC_MESSAGES/django.po b/locale/por/LC_MESSAGES/django.po index 97a7c24dfb45..32418559edc6 100644 --- a/locale/por/LC_MESSAGES/django.po +++ b/locale/por/LC_MESSAGES/django.po @@ -6527,6 +6527,28 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an address popup configuration that should be moved to " +"case detail.\n" +" " +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an invalid clickable icon configuration. Reason: " +"%(error_reason)s\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -11775,6 +11797,10 @@ msgstr "" msgid "The first argument to '{node.name}' must be a valid case property name" msgstr "" +#: corehq/apps/case_search/xpath_functions/query_functions.py +msgid "'match-all()' does not take any arguments" +msgstr "" + #: corehq/apps/case_search/xpath_functions/subcase_functions.py #, python-brace-format msgid "Unsupported operator for use with 'subcase-count': {op}" @@ -22001,6 +22027,10 @@ msgid "" " " msgstr "" +#: corehq/apps/geospatial/templates/map_visualization.html +msgid "Layers" +msgstr "" + #: corehq/apps/geospatial/templates/map_visualization.html msgid "Selected Mobile Workers" msgstr "" @@ -43266,6 +43296,12 @@ msgstr "" msgid "Allow case copy from one user to another" msgstr "" +#: corehq/privileges.py +#, fuzzy +#| msgid "Application Users" +msgid "Deduplication Rules" +msgstr "Usuários da Aplicação" + #: corehq/reports.py msgid "Report Builder Reports" msgstr "" diff --git a/locale/pt/LC_MESSAGES/django.po b/locale/pt/LC_MESSAGES/django.po index b34341ee1ef1..d977e88d883b 100644 --- a/locale/pt/LC_MESSAGES/django.po +++ b/locale/pt/LC_MESSAGES/django.po @@ -6458,6 +6458,28 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an address popup configuration that should be moved to " +"case detail.\n" +" " +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an invalid clickable icon configuration. Reason: " +"%(error_reason)s\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -11684,6 +11706,10 @@ msgstr "" msgid "The first argument to '{node.name}' must be a valid case property name" msgstr "" +#: corehq/apps/case_search/xpath_functions/query_functions.py +msgid "'match-all()' does not take any arguments" +msgstr "" + #: corehq/apps/case_search/xpath_functions/subcase_functions.py #, python-brace-format msgid "Unsupported operator for use with 'subcase-count': {op}" @@ -21859,6 +21885,10 @@ msgid "" " " msgstr "" +#: corehq/apps/geospatial/templates/map_visualization.html +msgid "Layers" +msgstr "" + #: corehq/apps/geospatial/templates/map_visualization.html msgid "Selected Mobile Workers" msgstr "" @@ -43021,6 +43051,10 @@ msgstr "" msgid "Allow case copy from one user to another" msgstr "" +#: corehq/privileges.py +msgid "Deduplication Rules" +msgstr "" + #: corehq/reports.py msgid "Report Builder Reports" msgstr "" diff --git a/locale/sw/LC_MESSAGES/django.po b/locale/sw/LC_MESSAGES/django.po index d2d1f83a0b3f..acfb81ad1486 100644 --- a/locale/sw/LC_MESSAGES/django.po +++ b/locale/sw/LC_MESSAGES/django.po @@ -6462,6 +6462,28 @@ msgid "" " " msgstr "" +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an address popup configuration that should be moved to " +"case detail.\n" +" " +msgstr "" + +#: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html +#, python-format +msgid "" +"\n" +" The case list in\n" +" %(module_name)s\n" +" has an invalid clickable icon configuration. Reason: " +"%(error_reason)s\n" +" " +msgstr "" + #: corehq/apps/app_manager/templates/app_manager/partials/build_errors.html #, python-format msgid "" @@ -11688,6 +11710,10 @@ msgstr "" msgid "The first argument to '{node.name}' must be a valid case property name" msgstr "" +#: corehq/apps/case_search/xpath_functions/query_functions.py +msgid "'match-all()' does not take any arguments" +msgstr "" + #: corehq/apps/case_search/xpath_functions/subcase_functions.py #, python-brace-format msgid "Unsupported operator for use with 'subcase-count': {op}" @@ -21863,6 +21889,10 @@ msgid "" " " msgstr "" +#: corehq/apps/geospatial/templates/map_visualization.html +msgid "Layers" +msgstr "" + #: corehq/apps/geospatial/templates/map_visualization.html msgid "Selected Mobile Workers" msgstr "" @@ -43025,6 +43055,10 @@ msgstr "" msgid "Allow case copy from one user to another" msgstr "" +#: corehq/privileges.py +msgid "Deduplication Rules" +msgstr "" + #: corehq/reports.py msgid "Report Builder Reports" msgstr ""