Skip to content

Commit

Permalink
fix(translations): sync translations from transifex (v40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhis2-bot committed Jan 20, 2024
1 parent 436a761 commit 8084dff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
14 changes: 10 additions & 4 deletions src/i18n/i18n_module_es_419.properties
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@ value_should_be_empty_string_or_undefined=Value should be empty
value_should_be_a_url=This field requires a valid url
value_should_be_a_relative_url=This field requires a relative URL
value_should_be_list_of_urls=This field requires a list of URLs
value_should_be_an_email=This field contains an e-mail address
value_should_be_an_email=This field should contain an e-mail address
value_should_be_a_number=This field should contain a number
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=Unable to run async validator
list=List
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=Cache strategy
no_cache=No cache
cache_1_minute=Cache for 1 minute
cache_5_minutes=Cache for 5 minutes
cache_10_minutes=Cache for 10 minutes
cache_15_minutes=Cache for 15 minutes
cache_30_minutes=Cache for 30 minutes
cache_1_hour=Cache for one hour
Expand Down Expand Up @@ -1014,7 +1017,7 @@ allow_show_zero=Display zeros
raw_data=Raw data
get_report_as_html=Download as HTML
get_report_as_xml=Download as XML
get_report_as_json=Download as JSON
get_report_as_json=Descargar como JSON
data_element_structure=Data element structure
create_new_constant=Add Constant
edit_constant=Edit Constant
Expand Down Expand Up @@ -1962,6 +1965,8 @@ zero_pos_value_count=Zero or positive value count
event_count=Event count
org_unit_count=Organisation unit count
analytics_type=Analytics type
analytics_period_start=Analytics period start
analytics_period_end=Analytics period end

programIndicator__expression__help_text=The expression defines how the indicator is calculated. Tip: use d2:condition('bool-expr',true-val,false-val) d2:daysBetween(date,date) d2:zing(x) d2:oizp(x)
programIndicator__filter__help_text=The filter is applied to events and filters the data source used for the calculation of the indicator. The filter must evaluate to either true or false. Use single quotes for text values. Use option codes for option set references. Tip: use d2:condition('bool-expr',true-val,false-val) d2:daysBetween(date,date) d2:zing(x) d2:oizp(x)
Expand Down Expand Up @@ -2325,3 +2330,4 @@ owner_at_end_organisation_unit=Owner at end organisation unit
registration_organisation_unit=Registration organisation unit
organisation_unit_field=Organisation unit field
prevent_adding_new_events_to_stage=Prevent adding new events to stage
predict_according_to_input_category_option_combo=Predict according to input category option combo
12 changes: 8 additions & 4 deletions src/i18n/i18n_module_sv.properties
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ value_should_be_list_of_urls=This field requires a list of URLs
value_should_be_an_email=This field should contain an e-mail address
value_should_be_a_number=This field should contain a number
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=Unable to run async validator
list=List
add=L\u00e4gg till
Expand Down Expand Up @@ -322,7 +322,7 @@ organisation_unit_assignment_saved=Organisation unit assignment saved
organisation_unit_assignment_save_error=Failed to save organisation unit assignment
deselect=Deselect
select_all=V\u00e4lj alla
deselect_all=Deselect all
deselect_all=Avmarkera alla
select_a_locale_to_enter_translations_for_that_language=Select a locale to enter translations for
data_set_management=Data set management
data_set=datam\u00e4ngd
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=cache strategi
no_cache=ingen cache
cache_1_minute=Cache for 1 minute
cache_5_minutes=Cache for 5 minutes
cache_10_minutes=Cache for 10 minutes
cache_15_minutes=Cache for 15 minutes
cache_30_minutes=Cache for 30 minutes
cache_1_hour=Cache under en timme
Expand Down Expand Up @@ -2170,7 +2173,7 @@ icon_search=Search for icons
differs_from_program=Differs from program
apply_to_selected_stages=Apply to selected stages
roles_and_access=Roles and access
deselect_all=Deselect all
deselect_all=Avmarkera alla
select_similar=Select similar
select_all=V\u00e4lj alla

Expand Down Expand Up @@ -2327,3 +2330,4 @@ owner_at_end_organisation_unit=Owner at end organisation unit
registration_organisation_unit=Registration organisation unit
organisation_unit_field=Organisation unit field
prevent_adding_new_events_to_stage=Prevent adding new events to stage
predict_according_to_input_category_option_combo=Predict according to input category option combo

0 comments on commit 8084dff

Please sign in to comment.