decidim-debates 0.12.0.pre → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17b015a50338b364f276f4b8bc4a43e2d10acc39f4584ca70950876729d11a3a
4
- data.tar.gz: 64d37f3b5772ddb123d2c1ccd6e92255ab14d86bae5a586e3852a71403acd058
3
+ metadata.gz: cbe82afa651fcb50ac3a86b5450a575706673b5a6fe19f1fa3037965a75f95b3
4
+ data.tar.gz: ca05e593a31df6eb0375c10a2d56e978fa5a94584b5bff4149fa32a31b22c009
5
5
  SHA512:
6
- metadata.gz: 1d7164cf538628de8a26642638dd8066b1a73fa351235ce09215e66c3e6ee1cccd90ad269fc6c2f0fb29ae3af7b6f451d3511780ff480dff10a5cbc8f944abb1
7
- data.tar.gz: b68f8c35afab244a77df435b996d707cb2b335e9c208242d151a8eddf9aea7fde63aabbfb26ba4f64a50ec3ecb1ae3ef36b041bcf2e39baf54665781a4a091ea
6
+ metadata.gz: a7ea7bec0e9cfbb093a7e165fb318d32135c1c343457db892a73860a65f7115476d0ee156a0395bbde781c4282f693da5d8da0876e12dda06b24c216cd070073
7
+ data.tar.gz: 6d2f07609707be11439a2af2ce212b0b279ca9fefe35674c0a82438d819143901e89ce1d71d6b5ad6f322da90ced6bc76fd90d7126ec054e10841c44a7c1820a
@@ -121,7 +121,7 @@ ca:
121
121
  %{author_name} %{author_nickname}, a qui segueixes, ha creat un nou debat. Revisa'l i contribueix:
122
122
  email_outro: Has rebut aquesta notificació perquè estàs seguint %{author_nickname}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
123
123
  email_subject: Nou debat d'en/na %{author_nickname}
124
- notification_title: El <a href="%{resource_path}">%{resource_title}</a> debat ha estat creat per en/na <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
124
+ notification_title: En/na <a href="%{author_path}">%{author_name} %{author_nickname}</a> ha creat el debat <a href="%{resource_path}">%{resource_title}</a>.
125
125
  creation_disabled:
126
126
  email_intro: 'La creació de debats ja no està activa a %{participatory_space_title}. Encara pots participar en debats oberts d''aquesta pàgina:'
127
127
  email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai %{participatory_space_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
@@ -0,0 +1,134 @@
1
+ es-PY:
2
+ activemodel:
3
+ attributes:
4
+ debate:
5
+ category_id: Categoría
6
+ decidim_category_id: Categoría
7
+ description: Descripción
8
+ end_time: Fecha de fin
9
+ information_updates: Actualizaciones de información
10
+ instructions: Instrucciones para participar
11
+ start_time: Fecha de inicio
12
+ title: Título
13
+ user_group_id: Crear debate como
14
+ models:
15
+ decidim/debates/create_debate_event: Debate
16
+ decidim/debates/creation_disabled_event: Debates deshabilitados
17
+ decidim/debates/creation_enabled_event: Debates habilitados
18
+ activerecord:
19
+ models:
20
+ decidim/debates/debate:
21
+ one: Debate
22
+ other: Debates
23
+ decidim:
24
+ components:
25
+ debates:
26
+ actions:
27
+ create: Crear
28
+ name: Debates
29
+ settings:
30
+ global:
31
+ announcement: Anuncio
32
+ comments_enabled: Comentarios habilitados
33
+ step:
34
+ announcement: Anuncio
35
+ comments_blocked: Comentarios bloqueados
36
+ creation_enabled: Habilitar la creación de debates por los usuarios
37
+ debates:
38
+ actions:
39
+ confirm_destroy: '¿Seguro que quieres borrar el debate?'
40
+ destroy: Borrar
41
+ edit: Editar
42
+ new: Nuevo %{name}
43
+ title: Acciones
44
+ admin:
45
+ debates:
46
+ create:
47
+ invalid: Ha habido un problema al crear el debate.
48
+ success: Debate creado con éxito.
49
+ destroy:
50
+ success: El debate se borró con éxito.
51
+ edit:
52
+ title: Editar debate
53
+ update: Actualizar debate
54
+ index:
55
+ title: Debates
56
+ new:
57
+ create: Crear debate
58
+ title: Nuevo debate
59
+ update:
60
+ invalid: Ha habido un problema al actualizar este debate.
61
+ success: Debate actualizado con éxito.
62
+ models:
63
+ debate:
64
+ name: Debate
65
+ admin_log:
66
+ debate:
67
+ create: "%{user_name} creó el debate %{resource_name} en el espacio %{space_name}"
68
+ update: "%{user_name} actualizó el debate %{resource_name} en el espacio %{space_name}"
69
+ debates:
70
+ count:
71
+ debates_count:
72
+ one: "%{count} debate"
73
+ other: "%{count} debates"
74
+ create:
75
+ invalid: Ha habido un problema al crear el debate.
76
+ success: Debate creado con éxito.
77
+ debate:
78
+ participate: Participar
79
+ filters:
80
+ all: Todos
81
+ category: Categoría
82
+ category_prompt: Selecciona una categoría
83
+ citizens: Ciudadanía
84
+ official: Oficial
85
+ origin: Origen
86
+ search: Buscar
87
+ filters_small_view:
88
+ close_modal: Cerrar ventana
89
+ filter: Filtrar
90
+ filter_by: Filtrar por
91
+ unfold: Desplegar
92
+ index:
93
+ new_debate: Nuevo debate
94
+ new:
95
+ back: Volver
96
+ create: Crear
97
+ select_a_category: Por favor, selecciona una categoría
98
+ title: Nuevo debate
99
+ share:
100
+ close_window: Cerrar ventana
101
+ share: Compartir
102
+ share_link: Compartir enlace
103
+ models:
104
+ debate:
105
+ fields:
106
+ end_time: Fecha de finalización
107
+ official_debate: Debate oficial
108
+ start_time: Fecha de inicio
109
+ title: Título
110
+ events:
111
+ debates:
112
+ create_debate_event:
113
+ space_followers:
114
+ email_intro: |-
115
+ Se ha creado un nuevo debate en el espacio participativo %{space_title}, compruébalo y contribuye:
116
+ email_outro: Has recibido esta notificación porque estás siguiendo a %{space_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
117
+ email_subject: Nuevo debate en %{space_title}
118
+ notification_title: El debate <a href="%{resource_path}">%{resource_title}</a> fue creado el <a href="%{space_path}">%{space_title}</a>.
119
+ user_followers:
120
+ email_intro: |-
121
+ %{author_name} %{author_nickname}, a quién sigues, ha creado un nuevo debate, compruébalo y contribuye:
122
+ email_outro: Has recibido esta notificación porque estás siguiendo a %{author_nickname}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
123
+ email_subject: Nuevo debate de %{author_nickname}
124
+ notification_title: El debate <a href="%{resource_path}">%{resource_title}</a> fue creado por <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
125
+ creation_disabled:
126
+ email_intro: 'La creación de debate ya no está activa en %{participatory_space_title}. Aún puede participar en debates abiertos desde esta página:'
127
+ email_outro: Has recibido esta notificación porque estás siguiendo %{participatory_space_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
128
+ email_subject: Ya no se pueden crear debates en %{participatory_space_title}
129
+ notification_title: La creación de debates ahora está deshabilitada en <a href="%{participatory_space_url}">%{participatory_space_title}</a>
130
+ creation_enabled:
131
+ email_intro: '¡Ahora puedes crear nuevos debates en %{participatory_space_title}! Comienza a participar en esta página:'
132
+ email_outro: Has recibido esta notificación porque estás siguiendo %{participatory_space_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
133
+ email_subject: Debates ahora disponibles en %{participatory_space_title}
134
+ notification_title: Ahora puedes crear <a href="%{resource_path}">nuevos debates</a> en <a href="%{participatory_space_url}">%{participatory_space_title}</a>
@@ -37,7 +37,7 @@ fr:
37
37
  debates:
38
38
  actions:
39
39
  confirm_destroy: Êtes-vous certain ?
40
- destroy: Effacer
40
+ destroy: Supprimer
41
41
  edit: Modifier
42
42
  new: Nouveau %{name}
43
43
  title: Actions
@@ -72,7 +72,7 @@ fr:
72
72
  one: "%{count} débat"
73
73
  other: "%{count} débats"
74
74
  create:
75
- invalid: Il y a eu un problème lors de la création du débat.
75
+ invalid: Il y a eu un problème lors de la création de ce débat.
76
76
  success: Débat créé avec succès.
77
77
  debate:
78
78
  participate: Participer
@@ -85,7 +85,7 @@ fr:
85
85
  origin: Origine
86
86
  search: Chercher
87
87
  filters_small_view:
88
- close_modal: Fermer
88
+ close_modal: Fermer la fenêtre de dialogue
89
89
  filter: Filtre
90
90
  filter_by: Filtrer par
91
91
  unfold: Dérouler
@@ -112,23 +112,23 @@ fr:
112
112
  create_debate_event:
113
113
  space_followers:
114
114
  email_intro: |-
115
- Bonjour, un nouveau débat a été créé sur l'espace participatif %{space_title}, consultez-le et contribuez :
116
- email_outro: Vous avez reçu cette notification parce que vous suivez l'espace participatif %{space_title}. Vous pouvez cesser de recevoir des notifications en suivant ce dernier lien.
115
+ Bonjour, un nouveau débat a été créé sur la concertation %{space_title}, consultez-le et contribuez :
116
+ email_outro: Vous avez reçu cette notification parce que vous suivez la concertation %{space_title}. Vous pouvez cesser de recevoir des notifications à partir du lien précédent.
117
117
  email_subject: Nouveau débat sur %{space_title}
118
118
  notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> a été créé le <a href="%{space_path}">%{space_title}</a>.
119
119
  user_followers:
120
120
  email_intro: |-
121
121
  Bonjour, %{author_name} %{author_nickname}, que vous suivez, a créé un nouveau débat, prenez-en connaissance et contribuez :
122
- email_outro: Vous avez reçu cette notification, car vous suivez %{author_nickname}. Vous pouvez cesser de recevoir des notifications en suivant ce dernier lien.
122
+ email_outro: Vous avez reçu cette notification, car vous suivez %{author_nickname}. Vous pouvez cesser de recevoir des notifications à partir du lien précédent.
123
123
  email_subject: Nouveau débat par %{author_nickname}
124
124
  notification_title: Le débat <a href="%{resource_path}">%{resource_title}</a> a été créé par <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
125
125
  creation_disabled:
126
- email_intro: 'La création de débat n''est plus active dans %{participatory_space_title}. Vous pouvez toujours participer aux débats ouverts depuis cette page :'
127
- email_outro: Vous avez reçu cette notification, car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en suivant ce dernier lien.
126
+ email_intro: 'La création de débat n''est plus possible dans %{participatory_space_title}. Vous pouvez toujours participer aux débats ouverts depuis cette page :'
127
+ email_outro: Vous avez reçu cette notification parce que vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications à partir du lien précédent.
128
128
  email_subject: La création de débats est désactivée dans %{participatory_space_title}
129
129
  notification_title: La création de débats est maintenant désactivée dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>
130
130
  creation_enabled:
131
- email_intro: 'Vous pouvez maintenant commencer de nouveaux débats dans %{participatory_space_title}! Commencez à participer sur cette page :'
132
- email_outro: Vous avez reçu cette notification, car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications en suivant ce dernier lien.
131
+ email_intro: 'Vous pouvez maintenant initier de nouveaux débats dans %{participatory_space_title}! Commencez à participer sur cette page :'
132
+ email_outro: Vous avez reçu cette notification, car vous suivez %{participatory_space_title}. Vous pouvez arrêter de recevoir des notifications à partir du lien précédent.
133
133
  email_subject: Débats maintenant disponibles sur %{participatory_space_title}
134
- notification_title: Vous pouvez maintenant démarrer <a href="%{resource_path}">nouveaux débats</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>
134
+ notification_title: Vous pouvez maintenant initier <a href="%{resource_path}">nouveaux débats</a> dans <a href="%{participatory_space_url}">%{participatory_space_title}</a>
@@ -29,7 +29,7 @@ nl:
29
29
  settings:
30
30
  global:
31
31
  announcement: Aankondiging
32
- comments_enabled: Reacties ingeschakeld
32
+ comments_enabled: Reacties geactiveerd
33
33
  step:
34
34
  announcement: Aankondiging
35
35
  comments_blocked: Reacties geblokkeerd
@@ -28,6 +28,14 @@ ru:
28
28
  actions:
29
29
  create: Добавить
30
30
  name: Обсуждения
31
+ settings:
32
+ global:
33
+ announcement: Объявление
34
+ comments_enabled: Комментарии включены
35
+ step:
36
+ announcement: Объявление
37
+ comments_blocked: Комментарии отключены
38
+ creation_enabled: Создание обсуждений участниками включено
31
39
  debates:
32
40
  actions:
33
41
  confirm_destroy: Вы уверены?
@@ -84,25 +92,48 @@ ru:
84
92
  close_modal: Закрыть окошко
85
93
  filter: Отобрать
86
94
  filter_by: 'Отобрать по признаку:'
95
+ unfold: Развернуть
87
96
  index:
88
97
  new_debate: Начать новое обсуждение
89
98
  new:
99
+ back: Вернуться
100
+ create: Создать
90
101
  select_a_category: Пожалуйста, выберите разряд
91
102
  title: Начать новое обсуждение
103
+ share:
104
+ close_window: Закрыть окно
105
+ share: Поделиться
106
+ share_link: Поделиться ссылкой
92
107
  models:
93
108
  debate:
94
109
  fields:
110
+ end_time: Дата окончания
95
111
  official_debate: Служебное обсуждение
112
+ start_time: Дата начала
113
+ title: Заголовок
96
114
  events:
97
115
  debates:
98
116
  create_debate_event:
99
117
  space_followers:
118
+ email_intro: |-
119
+ Привет! В пространстве соучастия %{space_title} было создано новое обсуждение. Почитайте его и внесите свой вклад:
120
+ email_outro: Вы получили это уведомление, потому что вы следите за пространством соучастия %{space_title}. Вы можете отписаться от уведомлений, перейдя по приведенной выше ссылке.
100
121
  email_subject: В %{space_title} началось новое обсуждение
122
+ notification_title: В <a href="%{space_path}">%{space_title}</a> началось обсуждение <a href="%{resource_path}">%{resource_title}</a>.
101
123
  user_followers:
124
+ email_intro: |-
125
+ Добрый день!
126
+ %{author_name} %{author_nickname}, за которым вы следите, начал новое обсуждение. Прочитайте его и внесите свой вклад:
127
+ email_outro: Вы получили это уведомление, потому что вы следите за «%{author_nickname}». Вы можете отписаться от уведомлений, перейдя по приведенной выше ссылке.
128
+ email_subject: Новое обсуждение, начатое %{author_nickname}
102
129
  notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> начал обсуждение <a href="%{resource_path}">%{resource_title}</a>.
103
130
  creation_disabled:
104
131
  email_intro: 'В %{participatory_space_title} уже нельзя начинать обсуждения. Вы можете принять участие в уже начатых обсуждениях на странице:'
132
+ email_outro: Вы получили это уведомление, потому что вы следите за «%{participatory_space_title}». Вы можете отписаться от уведомлений, перейдя по приведенной выше ссылке.
133
+ email_subject: В %{participatory_space_title} отключено создание обсуждений
134
+ notification_title: Теперь в <a href="%{participatory_space_url}">%{participatory_space_title}</a> отключено создание обсуждений
105
135
  creation_enabled:
106
136
  email_intro: 'Теперь вы можете начинать новые обсуждения в %{participatory_space_title}! Начните со страницы:'
137
+ email_outro: Вы получили это уведомление, потому что вы следите за «%{participatory_space_title}». Вы можете отписаться от уведомлений, перейдя по приведенной выше ссылке.
107
138
  email_subject: Теперь в %{participatory_space_title} можно начинать обсуждения
108
139
  notification_title: Теперь в <a href="%{participatory_space_url}">%{participatory_space_title}</a> появилась возможность начинать <a href="%{resource_path}">новые обсуждения</a>
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-debates version.
5
5
  module Debates
6
6
  def self.version
7
- "0.12.0.pre"
7
+ "0.12.0"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-debates
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0.pre
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-06-06 00:00:00.000000000 Z
14
+ date: 2018-06-13 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: decidim-comments
@@ -19,28 +19,28 @@ dependencies:
19
19
  requirements:
20
20
  - - '='
21
21
  - !ruby/object:Gem::Version
22
- version: 0.12.0.pre
22
+ version: 0.12.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0.pre
29
+ version: 0.12.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: decidim-core
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  requirements:
34
34
  - - '='
35
35
  - !ruby/object:Gem::Version
36
- version: 0.12.0.pre
36
+ version: 0.12.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - '='
42
42
  - !ruby/object:Gem::Version
43
- version: 0.12.0.pre
43
+ version: 0.12.0
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: kaminari
46
46
  requirement: !ruby/object:Gem::Requirement
@@ -75,28 +75,28 @@ dependencies:
75
75
  requirements:
76
76
  - - '='
77
77
  - !ruby/object:Gem::Version
78
- version: 0.12.0.pre
78
+ version: 0.12.0
79
79
  type: :development
80
80
  prerelease: false
81
81
  version_requirements: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - '='
84
84
  - !ruby/object:Gem::Version
85
- version: 0.12.0.pre
85
+ version: 0.12.0
86
86
  - !ruby/object:Gem::Dependency
87
87
  name: decidim-dev
88
88
  requirement: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - '='
91
91
  - !ruby/object:Gem::Version
92
- version: 0.12.0.pre
92
+ version: 0.12.0
93
93
  type: :development
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
96
96
  requirements:
97
97
  - - '='
98
98
  - !ruby/object:Gem::Version
99
- version: 0.12.0.pre
99
+ version: 0.12.0
100
100
  description: A debates component for decidim's participatory spaces.
101
101
  email:
102
102
  - josepjaume@gmail.com
@@ -152,6 +152,7 @@ files:
152
152
  - app/views/decidim/debates/debates/show.html.erb
153
153
  - config/locales/ca.yml
154
154
  - config/locales/en.yml
155
+ - config/locales/es-PY.yml
155
156
  - config/locales/es.yml
156
157
  - config/locales/eu.yml
157
158
  - config/locales/fi.yml
@@ -194,9 +195,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
194
195
  version: '2.3'
195
196
  required_rubygems_version: !ruby/object:Gem::Requirement
196
197
  requirements:
197
- - - ">"
198
+ - - ">="
198
199
  - !ruby/object:Gem::Version
199
- version: 1.3.1
200
+ version: '0'
200
201
  requirements: []
201
202
  rubyforge_project:
202
203
  rubygems_version: 2.7.6