remove trailing white-spaces from config/locales/es.yml

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8587 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-01-09 13:48:57 +00:00
parent 1022ca0574
commit 602b245ad9
1 changed files with 48 additions and 48 deletions

View File

@ -1,6 +1,6 @@
# Spanish translations for Rails # Spanish translations for Rails
# by Francisco Fernando García Nieto (ffgarcianieto@gmail.com) # by Francisco Fernando García Nieto (ffgarcianieto@gmail.com)
# Redmine spanish translation: # Redmine spanish translation:
# by J. Cayetano Delgado (Cayetano _dot_ Delgado _at_ ioko _dot_ com) # by J. Cayetano Delgado (Cayetano _dot_ Delgado _at_ ioko _dot_ com)
es: es:
@ -9,9 +9,9 @@ es:
# These are also the defaults for 'currency', 'percentage', 'precision', and 'human' # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
format: format:
# Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
separator: "," separator: ","
# Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
delimiter: "." delimiter: "."
# Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00) # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00)
precision: 3 precision: 3
@ -19,35 +19,35 @@ es:
currency: currency:
format: format:
# Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
format: "%n %u" format: "%n %u"
unit: "€" unit: "€"
# These three are to override number.format and are optional # These three are to override number.format and are optional
separator: "," separator: ","
delimiter: "." delimiter: "."
precision: 2 precision: 2
# Used in number_to_percentage() # Used in number_to_percentage()
percentage: percentage:
format: format:
# These three are to override number.format and are optional # These three are to override number.format and are optional
# separator: # separator:
delimiter: "" delimiter: ""
# precision: # precision:
# Used in number_to_precision() # Used in number_to_precision()
precision: precision:
format: format:
# These three are to override number.format and are optional # These three are to override number.format and are optional
# separator: # separator:
delimiter: "" delimiter: ""
# precision: # precision:
# Used in number_to_human_size() # Used in number_to_human_size()
human: human:
format: format:
# These three are to override number.format and are optional # These three are to override number.format and are optional
# separator: # separator:
delimiter: "" delimiter: ""
precision: 1 precision: 1
storage_units: storage_units:
format: "%n %u" format: "%n %u"
@ -63,37 +63,37 @@ es:
# Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
datetime: datetime:
distance_in_words: distance_in_words:
half_a_minute: "medio minuto" half_a_minute: "medio minuto"
less_than_x_seconds: less_than_x_seconds:
one: "menos de 1 segundo" one: "menos de 1 segundo"
other: "menos de %{count} segundos" other: "menos de %{count} segundos"
x_seconds: x_seconds:
one: "1 segundo" one: "1 segundo"
other: "%{count} segundos" other: "%{count} segundos"
less_than_x_minutes: less_than_x_minutes:
one: "menos de 1 minuto" one: "menos de 1 minuto"
other: "menos de %{count} minutos" other: "menos de %{count} minutos"
x_minutes: x_minutes:
one: "1 minuto" one: "1 minuto"
other: "%{count} minutos" other: "%{count} minutos"
about_x_hours: about_x_hours:
one: "alrededor de 1 hora" one: "alrededor de 1 hora"
other: "alrededor de %{count} horas" other: "alrededor de %{count} horas"
x_days: x_days:
one: "1 día" one: "1 día"
other: "%{count} días" other: "%{count} días"
about_x_months: about_x_months:
one: "alrededor de 1 mes" one: "alrededor de 1 mes"
other: "alrededor de %{count} meses" other: "alrededor de %{count} meses"
x_months: x_months:
one: "1 mes" one: "1 mes"
other: "%{count} meses" other: "%{count} meses"
about_x_years: about_x_years:
one: "alrededor de 1 año" one: "alrededor de 1 año"
other: "alrededor de %{count} años" other: "alrededor de %{count} años"
over_x_years: over_x_years:
one: "más de 1 año" one: "más de 1 año"
other: "más de %{count} años" other: "más de %{count} años"
almost_x_years: almost_x_years:
one: "casi 1 año" one: "casi 1 año"
other: "casi %{count} años" other: "casi %{count} años"
@ -102,17 +102,17 @@ es:
errors: errors:
template: template:
header: header:
one: "no se pudo guardar este %{model} porque se encontró 1 error" one: "no se pudo guardar este %{model} porque se encontró 1 error"
other: "no se pudo guardar este %{model} porque se encontraron %{count} errores" other: "no se pudo guardar este %{model} porque se encontraron %{count} errores"
# The variable :count is also available # The variable :count is also available
body: "Se encontraron problemas con los siguientes campos:" body: "Se encontraron problemas con los siguientes campos:"
# The values :model, :attribute and :value are always available for interpolation # The values :model, :attribute and :value are always available for interpolation
# The value :count is available when applicable. Can be used for pluralization. # The value :count is available when applicable. Can be used for pluralization.
messages: messages:
inclusion: "no está incluido en la lista" inclusion: "no está incluido en la lista"
exclusion: "está reservado" exclusion: "está reservado"
invalid: "no es válido" invalid: "no es válido"
confirmation: "no coincide con la confirmación" confirmation: "no coincide con la confirmación"
accepted: "debe ser aceptado" accepted: "debe ser aceptado"
empty: "no puede estar vacío" empty: "no puede estar vacío"
@ -148,9 +148,9 @@ es:
# Use the strftime parameters for formats. # Use the strftime parameters for formats.
# When no format has been given, it uses default. # When no format has been given, it uses default.
# You can provide other formats here if you like! # You can provide other formats here if you like!
default: "%Y-%m-%d" default: "%Y-%m-%d"
short: "%d de %b" short: "%d de %b"
long: "%d de %B de %Y" long: "%d de %B de %Y"
day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado] day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado]
abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab] abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
@ -168,10 +168,10 @@ es:
formats: formats:
default: "%A, %d de %B de %Y %H:%M:%S %z" default: "%A, %d de %B de %Y %H:%M:%S %z"
time: "%H:%M" time: "%H:%M"
short: "%d de %b %H:%M" short: "%d de %b %H:%M"
long: "%d de %B de %Y %H:%M" long: "%d de %B de %Y %H:%M"
am: "am" am: "am"
pm: "pm" pm: "pm"
# Used in array.to_sentence. # Used in array.to_sentence.
support: support:
@ -179,7 +179,7 @@ es:
sentence_connector: "y" sentence_connector: "y"
actionview_instancetag_blank_option: Por favor seleccione actionview_instancetag_blank_option: Por favor seleccione
button_activate: Activar button_activate: Activar
button_add: Añadir button_add: Añadir
button_annotate: Anotar button_annotate: Anotar
@ -884,7 +884,7 @@ es:
version_status_locked: bloqueado version_status_locked: bloqueado
version_status_open: abierto version_status_open: abierto
error_can_not_reopen_issue_on_closed_version: No se puede reabrir una petición asignada a una versión cerrada error_can_not_reopen_issue_on_closed_version: No se puede reabrir una petición asignada a una versión cerrada
label_user_anonymous: Anónimo label_user_anonymous: Anónimo
button_move_and_follow: Mover y seguir button_move_and_follow: Mover y seguir
setting_default_projects_modules: Módulos activados por defecto en proyectos nuevos setting_default_projects_modules: Módulos activados por defecto en proyectos nuevos