Update l10n files

This commit is contained in:
Jonas Jenwald 2021-10-17 11:49:08 +02:00
parent b0affcd87c
commit ee800a064a

View File

@ -177,11 +177,11 @@ find_reached_bottom=Se alcanzó el final del documento, continuando desde el ini
# index of the currently active find result, respectively a number representing # index of the currently active find result, respectively a number representing
# the total number of matches in the document. # the total number of matches in the document.
find_match_count={[ plural(total) ]} find_match_count={[ plural(total) ]}
find_match_count[one]={{current}} de {{total}} coincidencia find_match_count[one]=Coincidencia {{current}} de {{total}}
find_match_count[two]={{current}} de {{total}} coincidencias find_match_count[two]=Coincidencia {{current}} de {{total}}
find_match_count[few]={{current}} de {{total}} coincidencias find_match_count[few]=Coincidencia {{current}} de {{total}}
find_match_count[many]={{current}} de {{total}} coincidencias find_match_count[many]=Coincidencia {{current}} de {{total}}
find_match_count[other]={{current}} de {{total}} coincidencias find_match_count[other]=Coincidencia {{current}} de {{total}}
# LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
# [zero|one|two|few|many|other], with [other] as the default value. # [zero|one|two|few|many|other], with [other] as the default value.
# "{{limit}}" will be replaced by a numerical value. # "{{limit}}" will be replaced by a numerical value.