Skip to content

Commit

Permalink
fix(translations): sync translations from transifex (v40)
Browse files Browse the repository at this point in the history
Automatically merged.
  • Loading branch information
dhis2-bot authored Feb 28, 2024
1 parent 6996473 commit ab98c8e
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 191 deletions.
13 changes: 10 additions & 3 deletions src/i18n/i18n_module_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ value_should_be_list_of_urls=Este campo debe contener una lista de URLs
value_should_be_an_email=Este campo deber\u00eda contener una direcci\u00f3n de correo electr\u00f3nico
value_should_be_a_number=Este campo deber\u00eda contener un n\u00famero
number_should_not_have_decimals=The number should not have decimals
value_not_max=The value is to long/large
value_not_min=The value is to short/small
value_not_max=The value is too long/large
value_not_min=The value is too short/small
could_not_run_async_validation=No se puede ejecutar el validador as\u00edncrono
list=Mostrar
add=A\u00f1adir
Expand Down Expand Up @@ -639,6 +639,9 @@ sql_view_refreshed_successfully=SQL view refreshed successfully
sql_view_refresh_error=Could not refresh SQL query
cache_strategy=Estrategia de cach\u00e9
no_cache=Sin cach\u00e9
cache_1_minute=Cache for 1 minute
cache_5_minutes=Cache for 5 minutes
cache_10_minutes=Cache for 10 minutes
cache_15_minutes=Cach\u00e9 de 15 minutos
cache_30_minutes=Cache for 30 minutes
cache_1_hour=Cach\u00e9 por una hora
Expand Down Expand Up @@ -1389,7 +1392,7 @@ reminder_message_template=Plantillas de mensajes recordatorios
message=Mensaje
params=Par\u00e1metros
program_name=Nombre del programa
program_stage_name=Program stage name
program_stage_name=Nombre de la etapa del programa
orgunit_name=Organisation unit name
days_since_due_date=Days since due date
schedule_automated_message_reminder=Automated Message Reminder
Expand Down Expand Up @@ -2063,6 +2066,10 @@ first=First value (sum in org unit hierarchy)
first_average_org_unit=First value (averge in org unit hierarchy)
last_in_period=Last value in period (sum in org unit hierarchy)
last_in_period_average_org_unit=Last value in period (average in org unit hierarchy)
last_last_org_unit=Last value in period (last value in org unit hierarchy)
first_first_org_unit=First value in period (first value in org unit hierarchy)
min_sum_org_unit=Min value (sum in org unit hierarchy)
max_sum_org_unit=Max value (sum in org unit hierarchy)
program_notification_template=Plantilla de mensaje
no_notification_template_specified=No notification template specified
intro_tracked_entity_type=Definir los tipos de entidades que pueden rastrearse a trav\u00e9s del sistema, que pueden ser desde personas hasta mercanc\u00edas.
Expand Down
16 changes: 10 additions & 6 deletions src/i18n/i18n_module_es_419.properties
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ frequency=Frequency
define_associations=Assign to organisation units
number_of_data_elements=Number of data elements
define_dataset_associations=Assign data set to organisation units
assign=Assign
assign=Asignar
edit_dataset=Edit data set
confirm_delete=Are you sure you want to delete this data set?
duplicate_names=This name is already registered
Expand Down Expand Up @@ -1033,7 +1033,7 @@ last_30_days=Last 30 days
dynamic_attributes=Dynamic Attributes
user=User
user_group=User Group
program=Program
program=Programa
program_stage=Program Stage
tracked_entity=Tracked entity
positive_integer=Positive Integer
Expand Down Expand Up @@ -1124,7 +1124,7 @@ option_management=Option management
add_option=Add option
edit_option=Edit option
sort_options=Sort options
available_options=Available options
available_options=Opciones Disponibles
please_select_a_dataset=Please select a data set
please_select_an_organisation_unit=Please select an organisation unit
prev_year=Prev year
Expand Down Expand Up @@ -1674,7 +1674,7 @@ use_optionset_code=Use code for option sets
entire_system=Entire system
aggregate_export_category_option_combo=Category option combination for aggregate data export
aggregate_export_attribute_option_combo=Attribute option combination for aggregate data export
program_section=Program
program_section=Programa
intro_tracked_entity_attribute=Create, modify and view tracked entity attributes. An attribute can be used to register extra information for a tracked entity.
confidentiality_option_not_available_since_encryption_is_not_configured=Confidentiality option not available since encryption is not configured
predictor=Predictor
Expand Down Expand Up @@ -1844,7 +1844,7 @@ no_manage_access=You do not have manage access to this object.
the_custom_attribute_will_be_applied_to_the_selected_objects=The custom attribute will be applied to selected objects.
section=Section
program_indicator=Program indicator
no_results_found=No results found
no_results_found=No se han encontrado resultados

add_program_details=Add program details
assign_data_elements=Assign data elements
Expand Down Expand Up @@ -2066,6 +2066,10 @@ first=First value (sum in org unit hierarchy)
first_average_org_unit=First value (averge in org unit hierarchy)
last_in_period=Last value in period (sum in org unit hierarchy)
last_in_period_average_org_unit=Last value in period (average in org unit hierarchy)
last_last_org_unit=Last value in period (last value in org unit hierarchy)
first_first_org_unit=First value in period (first value in org unit hierarchy)
min_sum_org_unit=Min value (sum in org unit hierarchy)
max_sum_org_unit=Max value (sum in org unit hierarchy)
program_notification_template=Message template
no_notification_template_specified=No notification template specified
intro_tracked_entity_type=Define types of entities which can be tracked through the system, which can be anything from persons to commodities.
Expand Down Expand Up @@ -2107,7 +2111,7 @@ standard_interval=Standard interval days
analytics_period_boundaries=Analytics period boundaries
analytics_period_boundary_type=Analytics period boundary type
analytics_boundary_target=Boundary target
remove_singular=Remove
remove_singular=Eliminar
add_period_boundary=Add new boundary
period_number_offset=Offset period by amount
period_offset=Period type
Expand Down
Loading

0 comments on commit ab98c8e

Please sign in to comment.