Mercurial > hg > soundsoftware-site
comparison config/locales/es.yml @ 1115:433d4f72a19b redmine-2.2
Update to Redmine SVN revision 11137 on 2.2-stable branch
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 12:01:42 +0000 |
parents | cbb26bc654de |
children | bb32da3bea34 3e4c3460b6ca |
comparison
equal
deleted
inserted
replaced
929:5f33065ddc4b | 1115:433d4f72a19b |
---|---|
1 # Spanish translations for Rails | 1 # Spanish translations for Rails |
2 # by Francisco Fernando García Nieto (ffgarcianieto@gmail.com) | 2 # by Francisco Fernando García Nieto (ffgarcianieto@gmail.com) |
3 # Redmine spanish translation: | 3 # Redmine spanish translation: |
4 # by J. Cayetano Delgado (Cayetano _dot_ Delgado _at_ ioko _dot_ com) | 4 # by J. Cayetano Delgado (Cayetano _dot_ Delgado _at_ ioko _dot_ com) |
5 | 5 |
6 es: | 6 es: |
7 number: | 7 number: |
8 # Used in number_with_delimiter() | 8 # Used in number_with_delimiter() |
9 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' | 9 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human' |
10 format: | 10 format: |
11 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) | 11 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) |
12 separator: "," | 12 separator: "," |
13 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) | 13 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) |
14 delimiter: "." | 14 delimiter: "." |
15 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00) | 15 # Number of decimals, behind the separator (1 with a precision of 2 gives: 1.00) |
16 precision: 3 | 16 precision: 3 |
17 | 17 |
18 # Used in number_to_currency() | 18 # Used in number_to_currency() |
19 currency: | 19 currency: |
20 format: | 20 format: |
21 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) | 21 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) |
22 format: "%n %u" | 22 format: "%n %u" |
23 unit: "€" | 23 unit: "€" |
24 # These three are to override number.format and are optional | 24 # These three are to override number.format and are optional |
25 separator: "," | 25 separator: "," |
26 delimiter: "." | 26 delimiter: "." |
27 precision: 2 | 27 precision: 2 |
28 | 28 |
29 # Used in number_to_percentage() | 29 # Used in number_to_percentage() |
30 percentage: | 30 percentage: |
31 format: | 31 format: |
32 # These three are to override number.format and are optional | 32 # These three are to override number.format and are optional |
33 # separator: | 33 # separator: |
34 delimiter: "" | 34 delimiter: "" |
35 # precision: | 35 # precision: |
36 | 36 |
37 # Used in number_to_precision() | 37 # Used in number_to_precision() |
38 precision: | 38 precision: |
39 format: | 39 format: |
40 # These three are to override number.format and are optional | 40 # These three are to override number.format and are optional |
41 # separator: | 41 # separator: |
42 delimiter: "" | 42 delimiter: "" |
43 # precision: | 43 # precision: |
44 | 44 |
45 # Used in number_to_human_size() | 45 # Used in number_to_human_size() |
46 human: | 46 human: |
47 format: | 47 format: |
48 # These three are to override number.format and are optional | 48 # These three are to override number.format and are optional |
49 # separator: | 49 # separator: |
50 delimiter: "" | 50 delimiter: "" |
51 precision: 1 | 51 precision: 3 |
52 storage_units: | 52 storage_units: |
53 format: "%n %u" | 53 format: "%n %u" |
54 units: | 54 units: |
55 byte: | 55 byte: |
56 one: "Byte" | 56 one: "Byte" |
61 tb: "TB" | 61 tb: "TB" |
62 | 62 |
63 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() | 63 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() |
64 datetime: | 64 datetime: |
65 distance_in_words: | 65 distance_in_words: |
66 half_a_minute: "medio minuto" | 66 half_a_minute: "medio minuto" |
67 less_than_x_seconds: | 67 less_than_x_seconds: |
68 one: "menos de 1 segundo" | 68 one: "menos de 1 segundo" |
69 other: "menos de %{count} segundos" | 69 other: "menos de %{count} segundos" |
70 x_seconds: | 70 x_seconds: |
71 one: "1 segundo" | 71 one: "1 segundo" |
72 other: "%{count} segundos" | 72 other: "%{count} segundos" |
73 less_than_x_minutes: | 73 less_than_x_minutes: |
74 one: "menos de 1 minuto" | 74 one: "menos de 1 minuto" |
75 other: "menos de %{count} minutos" | 75 other: "menos de %{count} minutos" |
76 x_minutes: | 76 x_minutes: |
77 one: "1 minuto" | 77 one: "1 minuto" |
78 other: "%{count} minutos" | 78 other: "%{count} minutos" |
79 about_x_hours: | 79 about_x_hours: |
80 one: "alrededor de 1 hora" | 80 one: "alrededor de 1 hora" |
81 other: "alrededor de %{count} horas" | 81 other: "alrededor de %{count} horas" |
82 x_hours: | |
83 one: "1 hour" | |
84 other: "%{count} hours" | |
82 x_days: | 85 x_days: |
83 one: "1 día" | 86 one: "1 día" |
84 other: "%{count} días" | 87 other: "%{count} días" |
85 about_x_months: | 88 about_x_months: |
86 one: "alrededor de 1 mes" | 89 one: "alrededor de 1 mes" |
87 other: "alrededor de %{count} meses" | 90 other: "alrededor de %{count} meses" |
88 x_months: | 91 x_months: |
89 one: "1 mes" | 92 one: "1 mes" |
90 other: "%{count} meses" | 93 other: "%{count} meses" |
91 about_x_years: | 94 about_x_years: |
92 one: "alrededor de 1 año" | 95 one: "alrededor de 1 año" |
93 other: "alrededor de %{count} años" | 96 other: "alrededor de %{count} años" |
94 over_x_years: | 97 over_x_years: |
95 one: "más de 1 año" | 98 one: "más de 1 año" |
96 other: "más de %{count} años" | 99 other: "más de %{count} años" |
97 almost_x_years: | 100 almost_x_years: |
98 one: "casi 1 año" | 101 one: "casi 1 año" |
99 other: "casi %{count} años" | 102 other: "casi %{count} años" |
100 | 103 |
101 activerecord: | 104 activerecord: |
102 errors: | 105 errors: |
103 template: | 106 template: |
104 header: | 107 header: |
105 one: "no se pudo guardar este %{model} porque se encontró 1 error" | 108 one: "no se pudo guardar este %{model} porque se encontró 1 error" |
106 other: "no se pudo guardar este %{model} porque se encontraron %{count} errores" | 109 other: "no se pudo guardar este %{model} porque se encontraron %{count} errores" |
107 # The variable :count is also available | 110 # The variable :count is also available |
108 body: "Se encontraron problemas con los siguientes campos:" | 111 body: "Se encontraron problemas con los siguientes campos:" |
109 | 112 |
110 # The values :model, :attribute and :value are always available for interpolation | 113 # The values :model, :attribute and :value are always available for interpolation |
111 # The value :count is available when applicable. Can be used for pluralization. | 114 # The value :count is available when applicable. Can be used for pluralization. |
112 messages: | 115 messages: |
113 inclusion: "no está incluido en la lista" | 116 inclusion: "no está incluido en la lista" |
114 exclusion: "está reservado" | 117 exclusion: "está reservado" |
115 invalid: "no es válido" | 118 invalid: "no es válido" |
116 confirmation: "no coincide con la confirmación" | 119 confirmation: "no coincide con la confirmación" |
117 accepted: "debe ser aceptado" | 120 accepted: "debe ser aceptado" |
118 empty: "no puede estar vacío" | 121 empty: "no puede estar vacío" |
119 blank: "no puede estar en blanco" | 122 blank: "no puede estar en blanco" |
120 too_long: "es demasiado largo (%{count} caracteres máximo)" | 123 too_long: "es demasiado largo (%{count} caracteres máximo)" |
146 date: | 149 date: |
147 formats: | 150 formats: |
148 # Use the strftime parameters for formats. | 151 # Use the strftime parameters for formats. |
149 # When no format has been given, it uses default. | 152 # When no format has been given, it uses default. |
150 # You can provide other formats here if you like! | 153 # You can provide other formats here if you like! |
151 default: "%Y-%m-%d" | 154 default: "%Y-%m-%d" |
152 short: "%d de %b" | 155 short: "%d de %b" |
153 long: "%d de %B de %Y" | 156 long: "%d de %B de %Y" |
154 | 157 |
155 day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado] | 158 day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado] |
156 abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab] | 159 abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab] |
157 | 160 |
158 # Don't forget the nil at the beginning; there's no such thing as a 0th month | 161 # Don't forget the nil at the beginning; there's no such thing as a 0th month |
159 month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Setiembre, Octubre, Noviembre, Diciembre] | 162 month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre] |
160 abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, Oct, Nov, Dic] | 163 abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic] |
161 # Used in date_select and datime_select. | 164 # Used in date_select and datime_select. |
162 order: | 165 order: |
163 - :year | 166 - :year |
164 - :month | 167 - :month |
165 - :day | 168 - :day |
166 | 169 |
167 time: | 170 time: |
168 formats: | 171 formats: |
169 default: "%A, %d de %B de %Y %H:%M:%S %z" | 172 default: "%A, %d de %B de %Y %H:%M:%S %z" |
170 time: "%H:%M" | 173 time: "%H:%M" |
171 short: "%d de %b %H:%M" | 174 short: "%d de %b %H:%M" |
172 long: "%d de %B de %Y %H:%M" | 175 long: "%d de %B de %Y %H:%M" |
173 am: "am" | 176 am: "am" |
174 pm: "pm" | 177 pm: "pm" |
175 | 178 |
176 # Used in array.to_sentence. | 179 # Used in array.to_sentence. |
177 support: | 180 support: |
178 array: | 181 array: |
179 sentence_connector: "y" | 182 sentence_connector: "y" |
180 | 183 |
181 actionview_instancetag_blank_option: Por favor seleccione | 184 actionview_instancetag_blank_option: Por favor seleccione |
182 | 185 |
183 button_activate: Activar | 186 button_activate: Activar |
184 button_add: Añadir | 187 button_add: Añadir |
185 button_annotate: Anotar | 188 button_annotate: Anotar |
186 button_apply: Aceptar | 189 button_apply: Aceptar |
187 button_archive: Archivar | 190 button_archive: Archivar |
811 text_length_between: "Longitud entre %{min} y %{max} caracteres." | 814 text_length_between: "Longitud entre %{min} y %{max} caracteres." |
812 text_load_default_configuration: Cargar la configuración por defecto | 815 text_load_default_configuration: Cargar la configuración por defecto |
813 text_min_max_length_info: 0 para ninguna restricción | 816 text_min_max_length_info: 0 para ninguna restricción |
814 text_no_configuration_data: "Todavía no se han configurado perfiles, ni tipos, estados y flujo de trabajo asociado a peticiones. Se recomiendo encarecidamente cargar la configuración por defecto. Una vez cargada, podrá modificarla." | 817 text_no_configuration_data: "Todavía no se han configurado perfiles, ni tipos, estados y flujo de trabajo asociado a peticiones. Se recomiendo encarecidamente cargar la configuración por defecto. Una vez cargada, podrá modificarla." |
815 text_project_destroy_confirmation: ¿Estás seguro de querer eliminar el proyecto? | 818 text_project_destroy_confirmation: ¿Estás seguro de querer eliminar el proyecto? |
816 text_project_identifier_info: 'Letras minúsculas (a-z), números y signos de puntuación permitidos.<br />Una vez guardado, el identificador no puede modificarse.' | |
817 text_reassign_time_entries: 'Reasignar las horas a esta petición:' | 819 text_reassign_time_entries: 'Reasignar las horas a esta petición:' |
818 text_regexp_info: ej. ^[A-Z0-9]+$ | 820 text_regexp_info: ej. ^[A-Z0-9]+$ |
819 text_repository_usernames_mapping: "Establezca la correspondencia entre los usuarios de Redmine y los presentes en el log del repositorio.\nLos usuarios con el mismo nombre o correo en Redmine y en el repositorio serán asociados automáticamente." | 821 text_repository_usernames_mapping: "Establezca la correspondencia entre los usuarios de Redmine y los presentes en el log del repositorio.\nLos usuarios con el mismo nombre o correo en Redmine y en el repositorio serán asociados automáticamente." |
820 text_rmagick_available: RMagick disponible (opcional) | 822 text_rmagick_available: RMagick disponible (opcional) |
821 text_select_mail_notifications: Seleccionar los eventos a notificar | 823 text_select_mail_notifications: Seleccionar los eventos a notificar |
882 permission_delete_issue_watchers: Borrar seguidores | 884 permission_delete_issue_watchers: Borrar seguidores |
883 version_status_closed: cerrado | 885 version_status_closed: cerrado |
884 version_status_locked: bloqueado | 886 version_status_locked: bloqueado |
885 version_status_open: abierto | 887 version_status_open: abierto |
886 error_can_not_reopen_issue_on_closed_version: No se puede reabrir una petición asignada a una versión cerrada | 888 error_can_not_reopen_issue_on_closed_version: No se puede reabrir una petición asignada a una versión cerrada |
887 | 889 |
888 label_user_anonymous: Anónimo | 890 label_user_anonymous: Anónimo |
889 button_move_and_follow: Mover y seguir | 891 button_move_and_follow: Mover y seguir |
890 setting_default_projects_modules: Módulos activados por defecto en proyectos nuevos | 892 setting_default_projects_modules: Módulos activados por defecto en proyectos nuevos |
891 setting_gravatar_default: Imagen Gravatar por defecto | 893 setting_gravatar_default: Imagen Gravatar por defecto |
892 field_sharing: Compartir | 894 field_sharing: Compartir |
953 label_overall_spent_time: Tiempo total dedicado | 955 label_overall_spent_time: Tiempo total dedicado |
954 field_time_entries: Log time | 956 field_time_entries: Log time |
955 project_module_gantt: Gantt | 957 project_module_gantt: Gantt |
956 project_module_calendar: Calendario | 958 project_module_calendar: Calendario |
957 button_edit_associated_wikipage: "Editar paginas Wiki asociadas: %{page_title}" | 959 button_edit_associated_wikipage: "Editar paginas Wiki asociadas: %{page_title}" |
958 text_are_you_sure_with_children: ¿Borrar peticiones y todas sus peticiones hijas? | |
959 field_text: Campo de texto | 960 field_text: Campo de texto |
960 label_user_mail_option_only_owner: Solo para objetos que soy propietario | 961 label_user_mail_option_only_owner: Solo para objetos que soy propietario |
961 setting_default_notification_option: Opcion de notificacion por defecto | 962 setting_default_notification_option: Opcion de notificacion por defecto |
962 label_user_mail_option_only_my_events: Solo para objetos que soy seguidor o estoy involucrado | 963 label_user_mail_option_only_my_events: Solo para objetos que soy seguidor o estoy involucrado |
963 label_user_mail_option_only_assigned: Solo para objetos que estoy asignado | 964 label_user_mail_option_only_assigned: Solo para objetos que estoy asignado |
1041 setting_repositories_encodings: Attachments and repositories encodings | 1042 setting_repositories_encodings: Attachments and repositories encodings |
1042 description_all_columns: Todas las columnas | 1043 description_all_columns: Todas las columnas |
1043 button_export: Exportar | 1044 button_export: Exportar |
1044 label_export_options: "%{export_format} opciones de exportación" | 1045 label_export_options: "%{export_format} opciones de exportación" |
1045 error_attachment_too_big: Este fichero no se puede adjuntar porque excede el tamaño máximo de fichero (%{max_size}) | 1046 error_attachment_too_big: Este fichero no se puede adjuntar porque excede el tamaño máximo de fichero (%{max_size}) |
1047 notice_failed_to_save_time_entries: "Error al guarda %{count} entradas de tiempo de las %{total} seleccionadas: %{ids}." | |
1048 label_x_issues: | |
1049 zero: 0 petición | |
1050 one: 1 petición | |
1051 other: "%{count} peticiones" | |
1052 label_repository_new: New repository | |
1053 field_repository_is_default: Main repository | |
1054 label_copy_attachments: Copy attachments | |
1055 label_item_position: "%{position}/%{count}" | |
1056 label_completed_versions: Completed versions | |
1057 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1058 field_multiple: Multiple values | |
1059 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed | |
1060 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes | |
1061 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) | |
1062 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1063 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1064 permission_manage_related_issues: Manage related issues | |
1065 field_auth_source_ldap_filter: LDAP filter | |
1066 label_search_for_watchers: Search for watchers to add | |
1067 notice_account_deleted: Your account has been permanently deleted. | |
1068 setting_unsubscribe: Allow users to delete their own account | |
1069 button_delete_my_account: Delete my account | |
1070 text_account_destroy_confirmation: |- | |
1071 Are you sure you want to proceed? | |
1072 Your account will be permanently deleted, with no way to reactivate it. | |
1073 error_session_expired: Your session has expired. Please login again. | |
1074 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." | |
1075 setting_session_lifetime: Session maximum lifetime | |
1076 setting_session_timeout: Session inactivity timeout | |
1077 label_session_expiration: Session expiration | |
1078 permission_close_project: Close / reopen the project | |
1079 label_show_closed_projects: View closed projects | |
1080 button_close: Close | |
1081 button_reopen: Reopen | |
1082 project_status_active: active | |
1083 project_status_closed: closed | |
1084 project_status_archived: archived | |
1085 text_project_closed: This project is closed and read-only. | |
1086 notice_user_successful_create: User %{id} created. | |
1087 field_core_fields: Standard fields | |
1088 field_timeout: Timeout (in seconds) | |
1089 setting_thumbnails_enabled: Display attachment thumbnails | |
1090 setting_thumbnails_size: Thumbnails size (in pixels) | |
1091 label_status_transitions: Status transitions | |
1092 label_fields_permissions: Fields permissions | |
1093 label_readonly: Read-only | |
1094 label_required: Required | |
1095 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | |
1096 field_board_parent: Parent forum | |
1097 label_attribute_of_project: Project's %{name} | |
1098 label_attribute_of_author: Author's %{name} | |
1099 label_attribute_of_assigned_to: Assignee's %{name} | |
1100 label_attribute_of_fixed_version: Target version's %{name} | |
1101 label_copy_subtasks: Copy subtasks | |
1102 label_copied_to: copied to | |
1103 label_copied_from: copied from | |
1104 label_any_issues_in_project: any issues in project | |
1105 label_any_issues_not_in_project: any issues not in project | |
1106 field_private_notes: Private notes | |
1107 permission_view_private_notes: View private notes | |
1108 permission_set_notes_private: Set notes as private | |
1109 label_no_issues_in_project: no issues in project | |
1110 label_any: todos | |
1111 label_last_n_weeks: last %{count} weeks | |
1112 setting_cross_project_subtasks: Allow cross-project subtasks | |
1113 label_cross_project_descendants: Con proyectos hijo | |
1114 label_cross_project_tree: Con el árbol del proyecto | |
1115 label_cross_project_hierarchy: Con la jerarquía del proyecto | |
1116 label_cross_project_system: Con todos los proyectos | |
1117 button_hide: Hide | |
1118 setting_non_working_week_days: Non-working days | |
1119 label_in_the_next_days: in the next | |
1120 label_in_the_past_days: in the past |