airesis_i18n 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/config/i18n-tasks.yml +133 -0
- data/config/locales/activerecord.bs-BA.yml +138 -0
- data/config/locales/activerecord.de-DE.yml +139 -0
- data/config/locales/activerecord.el-GR.yml +137 -0
- data/config/locales/activerecord.en-US.yml +157 -0
- data/config/locales/activerecord.en.yml +160 -0
- data/config/locales/activerecord.es-AR.yml +139 -0
- data/config/locales/activerecord.es-CL.yml +140 -0
- data/config/locales/activerecord.es-EC.yml +156 -0
- data/config/locales/activerecord.es-ES.yml +158 -0
- data/config/locales/activerecord.fr-FR.yml +140 -0
- data/config/locales/activerecord.hu-HU.yml +137 -0
- data/config/locales/activerecord.id-ID.yml +138 -0
- data/config/locales/activerecord.it-IT.yml +161 -0
- data/config/locales/activerecord.me-ME.yml +138 -0
- data/config/locales/activerecord.pt-BR.yml +113 -0
- data/config/locales/activerecord.pt-PT.yml +139 -0
- data/config/locales/activerecord.ro-RO.yml +121 -0
- data/config/locales/activerecord.ru-RU.yml +138 -0
- data/config/locales/activerecord.sh-HR.yml +44 -0
- data/config/locales/activerecord.sr-CS.yml +150 -0
- data/config/locales/activerecord.sr-SP.yml +153 -0
- data/config/locales/activerecord.zh-TW.yml +132 -0
- data/config/locales/bo-BT.yml +1432 -0
- data/config/locales/bs-BA.yml +245 -0
- data/config/locales/contents.bs-BA.yml +85 -0
- data/config/locales/contents.de-DE.yml +140 -0
- data/config/locales/contents.el-GR.yml +438 -0
- data/config/locales/contents.en.yml +444 -0
- data/config/locales/contents.es-AR.yml +209 -0
- data/config/locales/contents.es-CL.yml +251 -0
- data/config/locales/contents.es-ES.yml +30 -0
- data/config/locales/contents.fr-FR.yml +147 -0
- data/config/locales/contents.hu-HU.yml +405 -0
- data/config/locales/contents.id-ID.yml +399 -0
- data/config/locales/contents.it-IT.yml +494 -0
- data/config/locales/contents.me-ME.yml +418 -0
- data/config/locales/contents.pt-PT.yml +140 -0
- data/config/locales/contents.ro-RO.yml +166 -0
- data/config/locales/contents.ru-RU.yml +336 -0
- data/config/locales/contents.sr-CS.yml +421 -0
- data/config/locales/contents.sr-SP.yml +411 -0
- data/config/locales/database.bs-BA.yml +284 -0
- data/config/locales/database.de-DE.yml +224 -0
- data/config/locales/database.el-GR.yml +257 -0
- data/config/locales/database.en.yml +355 -0
- data/config/locales/database.es-AR.yml +257 -0
- data/config/locales/database.es-CL.yml +284 -0
- data/config/locales/database.es-EC.yml +195 -0
- data/config/locales/database.es-ES.yml +186 -0
- data/config/locales/database.fr-FR.yml +285 -0
- data/config/locales/database.hu-HU.yml +257 -0
- data/config/locales/database.id-ID.yml +284 -0
- data/config/locales/database.it-IT.yml +355 -0
- data/config/locales/database.me-ME.yml +284 -0
- data/config/locales/database.pt-BR.yml +224 -0
- data/config/locales/database.pt-PT.yml +257 -0
- data/config/locales/database.ro-RO.yml +195 -0
- data/config/locales/database.ru-RU.yml +284 -0
- data/config/locales/database.sh-HR.yml +90 -0
- data/config/locales/database.sr-CS.yml +338 -0
- data/config/locales/database.sr-SP.yml +307 -0
- data/config/locales/database.zh-TW.yml +226 -0
- data/config/locales/dates.bs-BA.yml +175 -0
- data/config/locales/dates.de-DE.yml +158 -0
- data/config/locales/dates.el-GR.yml +159 -0
- data/config/locales/dates.en-US.yml +72 -0
- data/config/locales/dates.en.yml +168 -0
- data/config/locales/dates.es-AR.yml +137 -0
- data/config/locales/dates.es-CL.yml +132 -0
- data/config/locales/dates.es-EC.yml +94 -0
- data/config/locales/dates.es-ES.yml +154 -0
- data/config/locales/dates.fr-FR.yml +165 -0
- data/config/locales/dates.hu-HU.yml +104 -0
- data/config/locales/dates.id-ID.yml +141 -0
- data/config/locales/dates.it-IT.yml +163 -0
- data/config/locales/dates.me-ME.yml +175 -0
- data/config/locales/dates.pt-BR.yml +58 -0
- data/config/locales/dates.pt-PT.yml +150 -0
- data/config/locales/dates.ro-RO.yml +45 -0
- data/config/locales/dates.ru-RU.yml +164 -0
- data/config/locales/dates.sh-HR.yml +193 -0
- data/config/locales/dates.sr-CS.yml +177 -0
- data/config/locales/dates.sr-SP.yml +178 -0
- data/config/locales/dates.zh-TW.yml +71 -0
- data/config/locales/de-DE.yml +1164 -0
- data/config/locales/devise.bs-BA.yml +39 -0
- data/config/locales/devise.de-DE.yml +58 -0
- data/config/locales/devise.el-GR.yml +77 -0
- data/config/locales/devise.en.yml +82 -0
- data/config/locales/devise.es-AR.yml +77 -0
- data/config/locales/devise.es-CL.yml +80 -0
- data/config/locales/devise.es-EC.yml +58 -0
- data/config/locales/devise.es-ES.yml +58 -0
- data/config/locales/devise.fr-FR.yml +82 -0
- data/config/locales/devise.hu-HU.yml +77 -0
- data/config/locales/devise.id-ID.yml +80 -0
- data/config/locales/devise.it-IT.yml +84 -0
- data/config/locales/devise.me-ME.yml +80 -0
- data/config/locales/devise.pt-BR.yml +58 -0
- data/config/locales/devise.pt-PT.yml +77 -0
- data/config/locales/devise.ro-RO.yml +58 -0
- data/config/locales/devise.ru-RU.yml +80 -0
- data/config/locales/devise.sh-HR.yml +45 -0
- data/config/locales/devise.sr-CS.yml +81 -0
- data/config/locales/devise.sr-SP.yml +82 -0
- data/config/locales/devise.zh-TW.yml +58 -0
- data/config/locales/el-GR.yml +1375 -0
- data/config/locales/en-US.yml +1416 -0
- data/config/locales/en.yml +1479 -0
- data/config/locales/es-AR.yml +1356 -0
- data/config/locales/es-CL.yml +1416 -0
- data/config/locales/es-EC.yml +895 -0
- data/config/locales/es-ES.yml +999 -0
- data/config/locales/fr-FR.yml +1309 -0
- data/config/locales/frm.bs-BA.yml +197 -0
- data/config/locales/frm.de.yml +195 -0
- data/config/locales/frm.el-GR.yml +234 -0
- data/config/locales/frm.en.yml +250 -0
- data/config/locales/frm.es-AR.yml +234 -0
- data/config/locales/frm.es-CL.yml +239 -0
- data/config/locales/frm.es-ES.yml +173 -0
- data/config/locales/frm.fr-FR.yml +239 -0
- data/config/locales/frm.hu-HU.yml +212 -0
- data/config/locales/frm.id-ID.yml +236 -0
- data/config/locales/frm.it-IT.yml +244 -0
- data/config/locales/frm.me-ME.yml +242 -0
- data/config/locales/frm.pt-BR.yml +195 -0
- data/config/locales/frm.pt-PT.yml +212 -0
- data/config/locales/frm.ru-RU.yml +242 -0
- data/config/locales/frm.sh-HR.yml +245 -0
- data/config/locales/frm.sr-CS.yml +243 -0
- data/config/locales/frm.sr-SP.yml +242 -0
- data/config/locales/frm.zh-TW.yml +201 -0
- data/config/locales/hu-HU.yml +1369 -0
- data/config/locales/id-ID.yml +1417 -0
- data/config/locales/it-IT.yml +1495 -0
- data/config/locales/me-ME.yml +1432 -0
- data/config/locales/proposal_types.bs-BA.yml +132 -0
- data/config/locales/proposal_types.de-DE.yml +99 -0
- data/config/locales/proposal_types.el-GR.yml +196 -0
- data/config/locales/proposal_types.en-US.yml +121 -0
- data/config/locales/proposal_types.en.yml +263 -0
- data/config/locales/proposal_types.es-AR.yml +197 -0
- data/config/locales/proposal_types.es-CL.yml +209 -0
- data/config/locales/proposal_types.es-EC.yml +1324 -0
- data/config/locales/proposal_types.es-ES.yml +92 -0
- data/config/locales/proposal_types.fr-FR.yml +263 -0
- data/config/locales/proposal_types.hu-HU.yml +214 -0
- data/config/locales/proposal_types.id-ID.yml +214 -0
- data/config/locales/proposal_types.it-IT.yml +246 -0
- data/config/locales/proposal_types.me-ME.yml +214 -0
- data/config/locales/proposal_types.pt-BR.yml +56 -0
- data/config/locales/proposal_types.pt-PT.yml +196 -0
- data/config/locales/proposal_types.ro-RO.yml +74 -0
- data/config/locales/proposal_types.ru-RU.yml +205 -0
- data/config/locales/proposal_types.sh-HR.yml +186 -0
- data/config/locales/proposal_types.sr-CS.yml +214 -0
- data/config/locales/proposal_types.sr-SP.yml +214 -0
- data/config/locales/proposal_types.zh-TW.yml +117 -0
- data/config/locales/pt-BR.yml +732 -0
- data/config/locales/pt-PT.yml +1314 -0
- data/config/locales/ro-RO.yml +886 -0
- data/config/locales/ru-RU.yml +1432 -0
- data/config/locales/sh-HR.yml +583 -0
- data/config/locales/sr-CS.yml +1445 -0
- data/config/locales/sr-SP.yml +1459 -0
- data/config/locales/tutorial.bs-BA.yml +9 -0
- data/config/locales/tutorial.de-DE.yml +9 -0
- data/config/locales/tutorial.el-GR.yml +62 -0
- data/config/locales/tutorial.en.yml +72 -0
- data/config/locales/tutorial.es-AR.yml +61 -0
- data/config/locales/tutorial.es-CL.yml +61 -0
- data/config/locales/tutorial.fr-FR.yml +61 -0
- data/config/locales/tutorial.hu-HU.yml +61 -0
- data/config/locales/tutorial.id-ID.yml +61 -0
- data/config/locales/tutorial.it-IT.yml +72 -0
- data/config/locales/tutorial.me-ME.yml +63 -0
- data/config/locales/tutorial.pt-BR.yml +28 -0
- data/config/locales/tutorial.pt-PT.yml +61 -0
- data/config/locales/tutorial.ru-RU.yml +61 -0
- data/config/locales/tutorial.sr-CS.yml +65 -0
- data/config/locales/tutorial.sr-SP.yml +63 -0
- data/config/locales/tutorial.zh-TW.yml +43 -0
- data/config/locales/volunteers.bs-BA.yml +33 -0
- data/config/locales/volunteers.el-GR.yml +104 -0
- data/config/locales/volunteers.es-AR.yml +71 -0
- data/config/locales/volunteers.es-CL.yml +67 -0
- data/config/locales/volunteers.fr-FR.yml +98 -0
- data/config/locales/volunteers.hu-HU.yml +88 -0
- data/config/locales/volunteers.id-ID.yml +108 -0
- data/config/locales/volunteers.it-IT.yml +162 -0
- data/config/locales/volunteers.me-ME.yml +106 -0
- data/config/locales/volunteers.pt-PT.yml +46 -0
- data/config/locales/volunteers.ru-RU.yml +109 -0
- data/config/locales/volunteers.sr-CS.yml +115 -0
- data/config/locales/volunteers.sr-SP.yml +115 -0
- data/config/locales/zh-TW.yml +891 -0
- metadata +340 -0
@@ -0,0 +1,140 @@
|
|
1
|
+
es-CL:
|
2
|
+
activerecord:
|
3
|
+
models:
|
4
|
+
meeting: Reunión
|
5
|
+
places: Lugar
|
6
|
+
attributes:
|
7
|
+
blog_comment:
|
8
|
+
body: Comentario
|
9
|
+
created_at: AntiSpam
|
10
|
+
event:
|
11
|
+
title: Titulo del Evento
|
12
|
+
description: Descripción
|
13
|
+
event_type_id: Tipo de evento
|
14
|
+
starttime: Fecha de Inicio
|
15
|
+
endtime: Fecha de término
|
16
|
+
all_day: Todo el día
|
17
|
+
period: Repetir
|
18
|
+
frequency: Repetir todo
|
19
|
+
private: Privado
|
20
|
+
group:
|
21
|
+
facebook_page_url: Dirección de la página de Facebook
|
22
|
+
name: Nombre
|
23
|
+
title_bar: Barra de título
|
24
|
+
description: Descripción
|
25
|
+
accept_requests: Solicitud de participación
|
26
|
+
porta_id: Administrador
|
27
|
+
interest_border_tkn: Lugar geográfico de interés
|
28
|
+
interest_border_id: Lugar geográfico de interés
|
29
|
+
image_url: Dirección de imagen
|
30
|
+
default_role_name: ¿Cuál es el nombre para nuevos usuarios?
|
31
|
+
default_role_name_placeholder: 'Por ejemplo: Usuarios, miembros, activistas, piratas'
|
32
|
+
name_placeholder: Elija un nombre relacionado con la identidad del grupo o ubicación.
|
33
|
+
title_bar_placeholder: Título de la página del grupo.
|
34
|
+
description_placeholder: Este mensaje será en la primera página del grupo
|
35
|
+
image_url_placeholder: URL de la imagen de grupo
|
36
|
+
facebook_page_url_placeholder: ¿Grupo de Facebook? Introduzca el enlace aquí.
|
37
|
+
admin_title: ¿Cómo se llaman los administradores del grupo?
|
38
|
+
private: Grupo privado
|
39
|
+
rule_book: Libro de reglas
|
40
|
+
image: Cargar Imagen
|
41
|
+
admin_title_placeholder: 'Nombre de la función de los administradores del grupo (por defecto: administrador)'
|
42
|
+
blog:
|
43
|
+
title: Título
|
44
|
+
blog_post:
|
45
|
+
title: Título
|
46
|
+
body: Texto
|
47
|
+
published: Estado
|
48
|
+
published_true: Publicado
|
49
|
+
published_false: Proyecto borrador
|
50
|
+
participation_role:
|
51
|
+
name: Nombre
|
52
|
+
description: Descripción corta
|
53
|
+
group_invitation:
|
54
|
+
emails_list: Direcciones de correo electrónico
|
55
|
+
testo: Texto del mensaje
|
56
|
+
place:
|
57
|
+
address: Dirección
|
58
|
+
proposal:
|
59
|
+
group_area_id: Áreas de trabajo
|
60
|
+
proposal_category_id: Categoría
|
61
|
+
title: Título
|
62
|
+
subtitle: Subtítulo
|
63
|
+
problems: Problemas
|
64
|
+
objectives: Objetivos
|
65
|
+
content: Texto
|
66
|
+
interest_borders_tkn: Lugar geográfico de interés
|
67
|
+
tags_list: Etiquetas
|
68
|
+
anonima: Anonimato temporal
|
69
|
+
visible_outside: Públicamente visible
|
70
|
+
secret_vote: Voto secreto
|
71
|
+
vote_starts_at: Comienza votación en
|
72
|
+
vote_ends_at: Termina votación en
|
73
|
+
proposal_comment:
|
74
|
+
content: Contenido
|
75
|
+
quorum:
|
76
|
+
name: Nombre del Quórum
|
77
|
+
name_title: Introduce un título breve y explicativo
|
78
|
+
description: Descripción / breve explicación
|
79
|
+
description_title: Una descripción para entender el propósito de este quórum
|
80
|
+
minutes: Duración del debate
|
81
|
+
days_m: Días
|
82
|
+
hours_m: horas
|
83
|
+
minutes_m: Minutos
|
84
|
+
percentage: Quórum (participantes)
|
85
|
+
percentage_title: Número mínimo de participantes en la discusión como un porcentaje del número de participantes en el grupo
|
86
|
+
good_score: Madurez
|
87
|
+
good_score_title: Valoración para lograr llevar la propuesta a la fase de votación
|
88
|
+
bad_score: Mal quórum (porcentaje)
|
89
|
+
bad_score_title: Clasificación bajo el cual se rechazará la propuesta. Le permite continuar la discusión si no se cumplen las condiciones de tiempo o los participantes
|
90
|
+
condition: Condición
|
91
|
+
condition_title: ¿Las condiciones de tiempo y los participantes deben ser tantos superar o sólo uno de ellos?
|
92
|
+
vote_minutes: Duración de la votación
|
93
|
+
vote_percentage: Quórum (votantes)
|
94
|
+
vote_good_score: Aprobación
|
95
|
+
search_participant:
|
96
|
+
role_id: Rol
|
97
|
+
user:
|
98
|
+
email: Dirección de correo electrónico
|
99
|
+
password: Contraseña
|
100
|
+
linkedinpageurl: Su página en LinkedIn
|
101
|
+
facebookpageurl: Su página en Facebook
|
102
|
+
accept_conditions: Términos de uso
|
103
|
+
receive_newsletter: Boletín por correo electrónico
|
104
|
+
blocked: Error
|
105
|
+
group_area:
|
106
|
+
name: Nombre
|
107
|
+
description: Descripción
|
108
|
+
default_role_name: Nombre de rol predeterminado
|
109
|
+
errors:
|
110
|
+
messages:
|
111
|
+
inclusion: No está incluido en la lista
|
112
|
+
exclusion: está reservado
|
113
|
+
invalid: No es válido
|
114
|
+
confirmation: No coincide la confirmación
|
115
|
+
accepted: debe ser aceptado
|
116
|
+
empty: No puede estar en blanco
|
117
|
+
blank: debe ser llenado
|
118
|
+
too_long: El texto es demasiado largo
|
119
|
+
too_short: El texto es muy corto
|
120
|
+
wrong_length: 'debe ser caracteres %{count}'
|
121
|
+
taken: Ya está ocupado
|
122
|
+
not_a_number: No es un número
|
123
|
+
greater_than: 'debe ser mayor que %{count}'
|
124
|
+
greater_than_or_equal_to: 'debe ser mayor o igual de %{count}'
|
125
|
+
equal_to: 'debe ser igual a %{count}'
|
126
|
+
less_than: 'debe ser menos de %{count}'
|
127
|
+
less_than_or_equal_to: 'debe ser menor o igual a %{count}'
|
128
|
+
odd: debe ser impar
|
129
|
+
even: debe ser impar
|
130
|
+
record_invalid: 'Validación falló %{errors}'
|
131
|
+
not_found: no encontrado.
|
132
|
+
TOS: Es necesario aceptar las condiciones de servicio
|
133
|
+
certified_cannot_edit: no se pueden modificar si usted es un usuario certificado
|
134
|
+
full_messages:
|
135
|
+
format: '%{attribute} %{message}'
|
136
|
+
models:
|
137
|
+
user:
|
138
|
+
attributes:
|
139
|
+
email:
|
140
|
+
already_confirmed: Esta dirección de correo electrónico ya está registrada
|
@@ -0,0 +1,156 @@
|
|
1
|
+
es-EC:
|
2
|
+
activerecord:
|
3
|
+
models:
|
4
|
+
meeting: Meeting
|
5
|
+
places: Place
|
6
|
+
attributes:
|
7
|
+
blog_comment:
|
8
|
+
body: Comment
|
9
|
+
created_at: AntiSpam
|
10
|
+
candidate:
|
11
|
+
user: Candidate
|
12
|
+
election: Election
|
13
|
+
election:
|
14
|
+
groups_end_time: Deadline date for group entry
|
15
|
+
candidates_end_time: Deadline date for candidates entry
|
16
|
+
event:
|
17
|
+
title: Event title
|
18
|
+
description: Description
|
19
|
+
event_type_id: Event Type
|
20
|
+
starttime: Start Date
|
21
|
+
endtime: End Date
|
22
|
+
all_day: All Day
|
23
|
+
period: Repeat
|
24
|
+
frequency: Repeat every
|
25
|
+
private: Private
|
26
|
+
candidates_end_time: Deadline date for candidates entry
|
27
|
+
meeting:
|
28
|
+
place:
|
29
|
+
address: Address
|
30
|
+
municipality_id: City
|
31
|
+
group:
|
32
|
+
facebook_page_url: Facebook page address
|
33
|
+
name: Name
|
34
|
+
title_bar: Title Bar
|
35
|
+
description: Description
|
36
|
+
accept_requests: Request for Participation
|
37
|
+
porta_id: Administrator
|
38
|
+
interest_border_tkn: Geographical place of interest
|
39
|
+
interest_border_id: Geographical place of interest
|
40
|
+
image_url: Image Address
|
41
|
+
default_role_name: "What's the name for new users?"
|
42
|
+
default_role_name_placeholder: 'Eg: Users, Members, Activists, Pirates'
|
43
|
+
name_placeholder: Choose a name related to the group identity and/or location.
|
44
|
+
title_bar_placeholder: Group page title.
|
45
|
+
description_placeholder: This message will be on the first page of the group
|
46
|
+
image_url_placeholder: Group image URL
|
47
|
+
facebook_page_url_placeholder: Group Facebook page? insert link here.
|
48
|
+
admin_title: How are the administrators of the group called?
|
49
|
+
private: Private group
|
50
|
+
rule_book: Rule book
|
51
|
+
image: Load image
|
52
|
+
admin_title_placeholder: 'Role name of the group administrators (default: Administrator)'
|
53
|
+
blog:
|
54
|
+
title: Title
|
55
|
+
blog_post:
|
56
|
+
title: Title
|
57
|
+
body: Text
|
58
|
+
published: State
|
59
|
+
published_true: Published
|
60
|
+
published_false: Draft
|
61
|
+
participation_role:
|
62
|
+
name: Name
|
63
|
+
description: Short description
|
64
|
+
group_invitation:
|
65
|
+
emails_list: E-mail addresses
|
66
|
+
testo: Message text
|
67
|
+
place:
|
68
|
+
address: Address
|
69
|
+
proposal:
|
70
|
+
group_area_id: Work area
|
71
|
+
proposal_category_id: Category
|
72
|
+
title: Title
|
73
|
+
subtitle: Subtitle
|
74
|
+
problems: Problems
|
75
|
+
objectives: Objectives
|
76
|
+
content: Text
|
77
|
+
interest_borders_tkn: Geographical places of interest
|
78
|
+
tags_list: Tags
|
79
|
+
quorum_id: Quorum
|
80
|
+
anonima: Temporary anonymity
|
81
|
+
visible_outside: Publicly visible
|
82
|
+
secret_vote: Secret vote
|
83
|
+
proposal_comment:
|
84
|
+
content: Content
|
85
|
+
quorum:
|
86
|
+
name: Name of the quorum
|
87
|
+
name_title: Please enter a short, explanatory title
|
88
|
+
description: Description / Brief explanation
|
89
|
+
description_title: A description to understand the purpose of this quorum
|
90
|
+
days_m: Days
|
91
|
+
hours_m: hours
|
92
|
+
minutes_m: Minutes
|
93
|
+
percentage: Participants (percentage)
|
94
|
+
percentage_title: Minimum number of participants in the discussion as a percentage of the number of participants in the group
|
95
|
+
good_score: Quorum (percentage)
|
96
|
+
good_score_title: Rating to be achieved in order to bring the proposal to the voting phase
|
97
|
+
bad_score: Bad Quorum (percentage)
|
98
|
+
bad_score_title: Rating under which the proposal will be rejected. Allows you to continue the discussion if the Time or Participants conditions are not met
|
99
|
+
condition: Condition
|
100
|
+
condition_title: The conditions of Time and Participants must be both overcome or just one of them?
|
101
|
+
search_participant:
|
102
|
+
role_id: Role
|
103
|
+
keywords: Name or surname
|
104
|
+
user:
|
105
|
+
name: Name
|
106
|
+
email: Email address
|
107
|
+
surname: Surname
|
108
|
+
login: Username
|
109
|
+
password: Password
|
110
|
+
linkedinpageurl: Your page on LinkedIn
|
111
|
+
facebookpageurl: Your page on Facebook
|
112
|
+
accept_conditions: Terms of Use
|
113
|
+
receive_newsletter: Newsletter via Email
|
114
|
+
blocked: Error
|
115
|
+
group_area:
|
116
|
+
name: Name
|
117
|
+
description: Description
|
118
|
+
default_role_name: Default role name
|
119
|
+
errors:
|
120
|
+
template:
|
121
|
+
header:
|
122
|
+
one: 'an error did not allow this %{model} from being saved'
|
123
|
+
other: '%{count} errors did not allow this %{model} from being saved'
|
124
|
+
body: There were problems with the following fields
|
125
|
+
messages:
|
126
|
+
inclusion: is not included in the list
|
127
|
+
exclusion: is reserved
|
128
|
+
invalid: is invalid
|
129
|
+
confirmation: does not match confirmation
|
130
|
+
accepted: must be accepted
|
131
|
+
empty: can not be blank
|
132
|
+
blank: must be filled
|
133
|
+
too_long: The text is too long
|
134
|
+
too_short: The text is too short
|
135
|
+
wrong_length: "should be% {count} characters)'"
|
136
|
+
taken: is already taken
|
137
|
+
not_a_number: is not a number
|
138
|
+
greater_than: 'must be greater than %{count}'
|
139
|
+
greater_than_or_equal_to: 'must be greater than or equal of %{count}'
|
140
|
+
equal_to: 'must be equal to %{count}'
|
141
|
+
less_than: 'must be less than %{count}'
|
142
|
+
less_than_or_equal_to: 'must be less than or equal to %{count}'
|
143
|
+
odd: must be even
|
144
|
+
even: must be odd
|
145
|
+
record_invalid: 'Validation failed %{errors}'
|
146
|
+
not_found: not found.
|
147
|
+
full_messages:
|
148
|
+
format: '%{attribute} %{message}'
|
149
|
+
models:
|
150
|
+
user:
|
151
|
+
attributes:
|
152
|
+
email:
|
153
|
+
already_confirmed: This e-mail address is already registered
|
154
|
+
group:
|
155
|
+
portavoce:
|
156
|
+
required: You must choose a spokesman
|
@@ -0,0 +1,158 @@
|
|
1
|
+
es-ES:
|
2
|
+
activerecord:
|
3
|
+
models:
|
4
|
+
meeting: Reunión
|
5
|
+
places: Lugar
|
6
|
+
attributes:
|
7
|
+
blog_comment:
|
8
|
+
body: Comentario
|
9
|
+
created_at: AntiSpam
|
10
|
+
event:
|
11
|
+
title: Título del evento
|
12
|
+
description: Descripción
|
13
|
+
event_type_id: Tipo de evento
|
14
|
+
starttime: Fecha de inicio
|
15
|
+
endtime: Fecha de finalización
|
16
|
+
all_day: Todo el día
|
17
|
+
period: Repetir
|
18
|
+
frequency: Repetir cada
|
19
|
+
private: Privado
|
20
|
+
group:
|
21
|
+
facebook_page_url: Dirección de la página de Facebook
|
22
|
+
name: Nombre
|
23
|
+
title_bar: Barra de título
|
24
|
+
description: Descripción
|
25
|
+
accept_requests: Solicitud de participación
|
26
|
+
porta_id: Administrador
|
27
|
+
interest_border_tkn: Lugar de interés geográfico
|
28
|
+
interest_border_id: Lugar de interés geográfico
|
29
|
+
image_url: Dirección de la imagen
|
30
|
+
default_role_name: ¿Cual es el nombre para los nuevos usuarios?
|
31
|
+
default_role_name_placeholder: 'Por ejemplo: Usuarios, miembros, activistas, piratas'
|
32
|
+
name_placeholder: Elige un nombre relacionado con la identidad de grupo y/o la ubicación.
|
33
|
+
title_bar_placeholder: Título de la página del grupo.
|
34
|
+
description_placeholder: Este mensaje estará en la primera página del grupo
|
35
|
+
image_url_placeholder: URL de la imagen del grupo
|
36
|
+
facebook_page_url_placeholder: ¿Página de facebook del grupo? Inserta el enlace aquí.
|
37
|
+
admin_title: ¿Cómo se llaman los administradores del grupo?
|
38
|
+
private: Grupo privado
|
39
|
+
rule_book: Libro de normas
|
40
|
+
image: Cargar imagen
|
41
|
+
admin_title_placeholder: 'Nombre del rol de los administradores del grupo (por defecto: Administrador)'
|
42
|
+
blog:
|
43
|
+
title: Título
|
44
|
+
blog_post:
|
45
|
+
title: Título
|
46
|
+
body: Texto
|
47
|
+
published: Estado
|
48
|
+
published_true: Publicado
|
49
|
+
published_false: Borrador
|
50
|
+
published_reserved: Reservado
|
51
|
+
group_ids: Publicado en los siguientes grupos
|
52
|
+
published_at: Publicado en
|
53
|
+
participation_role:
|
54
|
+
name: Nombre
|
55
|
+
description: Breve descripción
|
56
|
+
group_invitation:
|
57
|
+
emails_list: Direcciones de correo electrónico
|
58
|
+
testo: Texto del mensaje
|
59
|
+
place:
|
60
|
+
address: Dirección
|
61
|
+
municipality_id: Ciudad
|
62
|
+
latitude_original: Latitud
|
63
|
+
longitude_original: Longitud
|
64
|
+
proposal:
|
65
|
+
group_area_id: Área de trabajo
|
66
|
+
proposal_category_id: Categoría
|
67
|
+
title: Título
|
68
|
+
subtitle: Subtítulo
|
69
|
+
problems: Problemas
|
70
|
+
objectives: Objetivos
|
71
|
+
content: Texto
|
72
|
+
interest_borders_tkn: Lugares de interés geográfico
|
73
|
+
tags_list: Etiquetas
|
74
|
+
quorum_id: Duración del debate
|
75
|
+
anonima: Anonimato temporal
|
76
|
+
visible_outside: Visible publicamente
|
77
|
+
secret_vote: Voto secreto
|
78
|
+
vote_starts_at: La votación comienza el
|
79
|
+
vote_ends_at: La votación acaba el
|
80
|
+
debate_starts_at: El debate empieza el
|
81
|
+
debate_ends_at: El debate acaba el
|
82
|
+
proposal_comment:
|
83
|
+
content: Contenido
|
84
|
+
quorum:
|
85
|
+
name: Nombre del cuórum
|
86
|
+
name_title: Por favor introduce un breve titulo explicatorio
|
87
|
+
description: Descripción / Explicación breve
|
88
|
+
description_title: Una descripción para entender el propósito de este cuórum
|
89
|
+
minutes: Duración del debate
|
90
|
+
days_m: Días
|
91
|
+
hours_m: horas
|
92
|
+
minutes_m: Minutos
|
93
|
+
percentage: Cuórum (participantes)
|
94
|
+
percentage_title: Número mínimo de participantes de la discusión en porcentaje respecto al número de participantes del grupo
|
95
|
+
good_score: Madurez
|
96
|
+
condition: Condición
|
97
|
+
vote_minutes: Duración del voto
|
98
|
+
vote_percentage: Quorom (votantes)
|
99
|
+
vote_good_score: Aprobación
|
100
|
+
search_participant:
|
101
|
+
role_id: Rol
|
102
|
+
keywords: Nombre o apellido
|
103
|
+
user:
|
104
|
+
name: Nombre
|
105
|
+
email: Dirección de correo
|
106
|
+
surname: Apellido
|
107
|
+
password: Contraseña
|
108
|
+
linkedinpageurl: Tu página en LinkedIn
|
109
|
+
facebookpageurl: Tu página en Facebook
|
110
|
+
accept_conditions: Condiciones de uso
|
111
|
+
receive_newsletter: Boletín por correo electrónico
|
112
|
+
blocked: Error
|
113
|
+
user_sensitive:
|
114
|
+
name: Nombre
|
115
|
+
group_area:
|
116
|
+
name: Nombre
|
117
|
+
description: Descripción
|
118
|
+
default_role_name: Nombre de rol por defecto
|
119
|
+
errors:
|
120
|
+
template:
|
121
|
+
header:
|
122
|
+
one: 'un error no permitió que %{model} se guardase'
|
123
|
+
other: '%{count} errores no permitieron que %{model} se guardase'
|
124
|
+
body: Hubo problemas en los siguientes campos
|
125
|
+
messages:
|
126
|
+
inclusion: no está incluido en la lista
|
127
|
+
exclusion: es reservado
|
128
|
+
invalid: es inválido
|
129
|
+
confirmation: no concuerda con la confirmación
|
130
|
+
accepted: debe ser aceptado
|
131
|
+
empty: no puede quedar en blanco
|
132
|
+
blank: debe rellenarse
|
133
|
+
too_long: El texto es demasiado largo
|
134
|
+
too_short: El texto es demasiado corto
|
135
|
+
wrong_length: 'debe tener %{count} caracteres'
|
136
|
+
taken: ya está en uso
|
137
|
+
not_a_number: no es un número
|
138
|
+
not_an_email: no es una dirección de correo válida
|
139
|
+
greater_than: 'debe ser mayor de %{count}'
|
140
|
+
greater_than_or_equal_to: 'debe ser mayor o igual a %{count}'
|
141
|
+
equal_to: 'debe ser igual a %{count}'
|
142
|
+
less_than: 'debe ser menor que %{count}'
|
143
|
+
less_than_or_equal_to: 'debe ser menor o igual a %{count}'
|
144
|
+
odd: debe ser par
|
145
|
+
even: debe ser impar
|
146
|
+
record_invalid: 'Validación fallida: %{errors}'
|
147
|
+
not_found: no encontrado.
|
148
|
+
TOS: Es necesario aceptar las condiciones de servicio
|
149
|
+
certified_cannot_edit: no puede modificarse si no eres un usuario certificado
|
150
|
+
forum_visibility: Un foro no puede ser visible desde fuera del grupo si la categoría es privada
|
151
|
+
models:
|
152
|
+
user:
|
153
|
+
attributes:
|
154
|
+
email:
|
155
|
+
already_confirmed: Este correo electrónico ya está registrado
|
156
|
+
group:
|
157
|
+
portavoce:
|
158
|
+
required: Debes escoger un administrador
|