decidim-debates 0.19.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/decidim/gamification/badges/commented_debates.svg +1 -78
- data/app/cells/decidim/debates/debate_m/data.erb +1 -1
- data/app/cells/decidim/debates/debate_m/footer.erb +1 -1
- data/app/cells/decidim/debates/debate_m/multiple_dates.erb +1 -1
- data/app/cells/decidim/debates/debate_m_cell.rb +4 -0
- data/app/events/decidim/debates/create_debate_event.rb +0 -2
- data/app/helpers/decidim/debates/application_helper.rb +19 -0
- data/app/models/decidim/debates/debate.rb +10 -0
- data/app/presenters/decidim/debates/debate_presenter.rb +6 -0
- data/app/queries/decidim/debates/metrics/debates_metric_manage.rb +2 -8
- data/app/types/decidim/debates/debate_type.rb +28 -0
- data/app/types/decidim/debates/debates_type.rb +32 -0
- data/app/views/decidim/debates/admin/debates/_form.html.erb +1 -1
- data/app/views/decidim/debates/debates/_filters.html.erb +17 -5
- data/app/views/decidim/debates/debates/index.html.erb +5 -6
- data/app/views/decidim/debates/debates/new.html.erb +3 -3
- data/app/views/decidim/debates/debates/show.html.erb +7 -1
- data/config/locales/bg-BG.yml +7 -0
- data/config/locales/ca.yml +3 -0
- data/config/locales/cs.yml +42 -39
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/de.yml +3 -0
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +154 -0
- data/config/locales/en.yml +3 -0
- data/config/locales/es-MX.yml +3 -0
- data/config/locales/es-PY.yml +3 -0
- data/config/locales/es.yml +3 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/fi-plain.yml +3 -0
- data/config/locales/fi.yml +8 -5
- data/config/locales/fr-CA.yml +154 -0
- data/config/locales/fr.yml +3 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hu.yml +7 -5
- data/config/locales/is-IS.yml +101 -0
- data/config/locales/it.yml +12 -9
- data/config/locales/ja-JP.yml +152 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lv-LV.yml +135 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/nl.yml +5 -2
- data/config/locales/no.yml +149 -0
- data/config/locales/pl.yml +43 -40
- data/config/locales/pt-BR.yml +1 -3
- data/config/locales/pt.yml +38 -35
- data/config/locales/ro-RO.yml +156 -0
- data/config/locales/sk-SK.yml +156 -0
- data/config/locales/sk.yml +156 -0
- data/config/locales/sl.yml +10 -0
- data/config/locales/sr-CS.yml +6 -0
- data/config/locales/sv.yml +3 -0
- data/db/migrate/20200320105918_index_foreign_keys_in_decidim_debates_debates.rb +7 -0
- data/lib/decidim/debates/component.rb +7 -0
- data/lib/decidim/debates/version.rb +1 -1
- metadata +40 -13
@@ -0,0 +1 @@
|
|
1
|
+
mt:
|
data/config/locales/nl.yml
CHANGED
@@ -33,13 +33,13 @@ nl:
|
|
33
33
|
step:
|
34
34
|
announcement: Aankondiging
|
35
35
|
comments_blocked: Reacties geblokkeerd
|
36
|
-
creation_enabled: Gebruikers kunnen
|
36
|
+
creation_enabled: Gebruikers kunnen zelf debat aanmaken
|
37
37
|
debates:
|
38
38
|
actions:
|
39
39
|
confirm_destroy: Ben je zeker?
|
40
40
|
destroy: Verwijder
|
41
41
|
edit: Bewerk
|
42
|
-
new:
|
42
|
+
new: Nieuw %{name}
|
43
43
|
title: acties
|
44
44
|
admin:
|
45
45
|
debates:
|
@@ -96,6 +96,9 @@ nl:
|
|
96
96
|
create: Aanmaken
|
97
97
|
select_a_category: Selecteer een categorie
|
98
98
|
title: Nieuw debat
|
99
|
+
show:
|
100
|
+
back: Terug naar het overzicht
|
101
|
+
date: 'Datum:'
|
99
102
|
last_activity:
|
100
103
|
new_debate_at_html: "<span>Nieuw debat op %{link}</span>"
|
101
104
|
models:
|
data/config/locales/no.yml
CHANGED
@@ -3,3 +3,152 @@
|
|
3
3
|
attributes:
|
4
4
|
debate:
|
5
5
|
category_id: Kategori
|
6
|
+
decidim_category_id: Kategori
|
7
|
+
description: Beskrivelse
|
8
|
+
end_time: Avsluttes den
|
9
|
+
information_updates: Oppdateringer
|
10
|
+
instructions: Instruksjoner for å delta
|
11
|
+
start_time: Starter den
|
12
|
+
title: Tittel
|
13
|
+
user_group_id: Opprett innspillstråd som
|
14
|
+
models:
|
15
|
+
decidim/debates/create_debate_event: Innspillstråd
|
16
|
+
decidim/debates/creation_disabled_event: Innspillstråder deaktivert
|
17
|
+
decidim/debates/creation_enabled_event: Innspillstråder aktivert
|
18
|
+
activerecord:
|
19
|
+
models:
|
20
|
+
decidim/debates/debate:
|
21
|
+
one: Innspillstråd
|
22
|
+
other: Innspillstråder
|
23
|
+
decidim:
|
24
|
+
components:
|
25
|
+
debates:
|
26
|
+
actions:
|
27
|
+
create: Opprett
|
28
|
+
name: Innspillstråder
|
29
|
+
settings:
|
30
|
+
global:
|
31
|
+
announcement: Kunngjøring
|
32
|
+
comments_enabled: Kommentarer er aktivert
|
33
|
+
step:
|
34
|
+
announcement: Kunngjøring
|
35
|
+
comments_blocked: Kommentarer er blokkert
|
36
|
+
creation_enabled: Innspill fra deltakere aktivert
|
37
|
+
debates:
|
38
|
+
actions:
|
39
|
+
confirm_destroy: Er du sikker?
|
40
|
+
destroy: Slett
|
41
|
+
edit: Rediger
|
42
|
+
new: Ny %{name}
|
43
|
+
title: Handling
|
44
|
+
admin:
|
45
|
+
debates:
|
46
|
+
create:
|
47
|
+
invalid: Det oppstod et problem med å opprette innspillstråden.
|
48
|
+
success: Innspillstråden ble opprettet.
|
49
|
+
destroy:
|
50
|
+
success: Innspillstråden ble slettet.
|
51
|
+
edit:
|
52
|
+
title: Rediger innspillstråd
|
53
|
+
update: Oppdater innspillstråd
|
54
|
+
index:
|
55
|
+
title: Innspillstråder
|
56
|
+
new:
|
57
|
+
create: Opprett innspillstråd
|
58
|
+
title: Ny innspillstråd
|
59
|
+
update:
|
60
|
+
invalid: Det oppstod et problem med å oppdatere denne innspillstråden.
|
61
|
+
success: Innspillstråden ble oppdatert.
|
62
|
+
models:
|
63
|
+
debate:
|
64
|
+
name: Innspillstråd
|
65
|
+
admin_log:
|
66
|
+
debate:
|
67
|
+
create: "%{user_name} opprettet tråden %{resource_name} under området %{space_name}"
|
68
|
+
update: "%{user_name} oppdaterte tråden %{resource_name} under området %{space_name}"
|
69
|
+
debates:
|
70
|
+
count:
|
71
|
+
debates_count:
|
72
|
+
one: "%{count} innspillstråd"
|
73
|
+
other: "%{count} innspillstråder"
|
74
|
+
create:
|
75
|
+
invalid: Det oppstod et problem med å opprette innspillstråden.
|
76
|
+
success: Innspillstråden ble opprettet.
|
77
|
+
debate:
|
78
|
+
participate: Delta
|
79
|
+
filters:
|
80
|
+
all: Alle
|
81
|
+
category: Kategori
|
82
|
+
category_prompt: Velg en kategori
|
83
|
+
citizens: Innbyggere
|
84
|
+
official: Offentlig
|
85
|
+
origin: Opprinnelse
|
86
|
+
search: Søk
|
87
|
+
filters_small_view:
|
88
|
+
close_modal: Lukk vinduet
|
89
|
+
filter: Filtrer
|
90
|
+
filter_by: Filtrer etter
|
91
|
+
unfold: Åpne
|
92
|
+
index:
|
93
|
+
new_debate: Ny innspillstråd
|
94
|
+
new:
|
95
|
+
back: Tilbake
|
96
|
+
create: Opprett
|
97
|
+
select_a_category: Velg en kategori
|
98
|
+
title: Ny innspillstråd
|
99
|
+
show:
|
100
|
+
back: Tilbake til liste
|
101
|
+
date: Dato
|
102
|
+
last_activity:
|
103
|
+
new_debate_at_html: "<span>Ny innspillstråd i %{link}</span>"
|
104
|
+
models:
|
105
|
+
debate:
|
106
|
+
fields:
|
107
|
+
end_time: Sluttdato
|
108
|
+
official_debate: Offentlig tråd
|
109
|
+
start_time: Startdato
|
110
|
+
title: Innlegg
|
111
|
+
events:
|
112
|
+
debates:
|
113
|
+
create_debate_event:
|
114
|
+
space_followers:
|
115
|
+
email_intro: |-
|
116
|
+
Hei,
|
117
|
+
En ny innspillstråd "%{resource_title}" har blitt opprettet under området %{space_title}, sjekk det ut og bidra:
|
118
|
+
email_outro: Du har mottatt denne varslingen fordi du følger %{space_title}. Du kan slutte å motta varsler hvis du følger den vedlagte lenken.
|
119
|
+
email_subject: Ny innspillstråd "%{resource_title}" under %{space_title}
|
120
|
+
notification_title: Innspillstråden <a href="%{resource_path}">%{resource_title}</a> ble opprettet under <a href="%{space_path}">%{space_title} </a>.
|
121
|
+
user_followers:
|
122
|
+
email_intro: |-
|
123
|
+
Hei,
|
124
|
+
%{author_name} %{author_nickname}, som du følger, har opprettet en ny innspillstråd "%{resource_title}". Sjekk det ut og bidra:
|
125
|
+
email_outro: Du har mottatt denne varslingen fordi du følger %{author_nickname}. Du kan slutte å motta varsler hvis du følger den vedlagte lenken.
|
126
|
+
email_subject: Ny innspillstråd "%{resource_title}" av %{author_nickname}
|
127
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> opprettet innspillstråden <a href="%{resource_path}">%{resource_title}</a>.
|
128
|
+
creation_disabled:
|
129
|
+
email_intro: 'Opprettelse av innspillstråder er ikke lenger aktivt i %{participatory_space_title} Du kan fortsatt delta i åpne innspillstråder på denne siden:'
|
130
|
+
email_outro: Du har mottatt denne varslingen fordi du følger %{participatory_space_title}. Du kan slutte å motta varsler hvis du følger den vedlagte lenken.
|
131
|
+
email_subject: Oppretting av innspillstråder deaktivert i %{participatory_space_title}
|
132
|
+
notification_title: Oppretting av innspillstråder er nå deaktivert i <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
133
|
+
creation_enabled:
|
134
|
+
email_intro: 'Du kan nå starte nye innspillstråder i %{participatory_space_title}! Begynn å delta på denne siden:'
|
135
|
+
email_outro: Du har mottatt denne varslingen fordi du følger %{participatory_space_title}. Du kan slutte å motta varsler hvis du følger den vedlagte lenken.
|
136
|
+
email_subject: Innspillstråder nå tilgjengelig i %{participatory_space_title}
|
137
|
+
notification_title: Du kan nå starte <a href="%{resource_path}">nye innspillstråder</a> i <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
138
|
+
gamification:
|
139
|
+
badges:
|
140
|
+
commented_debates:
|
141
|
+
conditions:
|
142
|
+
- Velg en åpen innspillstråd å delta i
|
143
|
+
description: Dette merket tildeles når du aktivt deltar i de forskjellige innspillstrådene ved å legge inn dine innspill.
|
144
|
+
description_another: Denne deltakeren har deltatt i %{score} innspillstråder.
|
145
|
+
description_own: Du har deltatt i %{score} innspillstråder.
|
146
|
+
name: Innspillstråder
|
147
|
+
next_level_in: Delta i %{score} flere innspillstråder for å nå neste nivå!
|
148
|
+
unearned_another: Denne deltakeren har ikke deltatt i noen innspillstråder ennå.
|
149
|
+
unearned_own: Du har ikke deltatt i noen innspillstråder ennå.
|
150
|
+
metrics:
|
151
|
+
debates:
|
152
|
+
description: Antall innspillstråder opprettet
|
153
|
+
object: innspillstråder
|
154
|
+
title: Innspillstråder
|
data/config/locales/pl.yml
CHANGED
@@ -5,10 +5,10 @@ pl:
|
|
5
5
|
category_id: Kategoria
|
6
6
|
decidim_category_id: Kategoria
|
7
7
|
description: Opis
|
8
|
-
end_time:
|
8
|
+
end_time: Skończy się
|
9
9
|
information_updates: Aktualizacje informacji
|
10
10
|
instructions: Instrukcje uczestnictwa
|
11
|
-
start_time: Zaczyna się
|
11
|
+
start_time: Zaczyna się
|
12
12
|
title: Tytuł
|
13
13
|
user_group_id: Utwórz debatę jako
|
14
14
|
models:
|
@@ -26,7 +26,7 @@ pl:
|
|
26
26
|
components:
|
27
27
|
debates:
|
28
28
|
actions:
|
29
|
-
create:
|
29
|
+
create: Utwórz
|
30
30
|
name: Debaty
|
31
31
|
settings:
|
32
32
|
global:
|
@@ -35,39 +35,39 @@ pl:
|
|
35
35
|
step:
|
36
36
|
announcement: Ogłoszenie
|
37
37
|
comments_blocked: Komentarze zablokowane
|
38
|
-
creation_enabled:
|
38
|
+
creation_enabled: Tworzenie debat przez użytkowników włączone
|
39
39
|
debates:
|
40
40
|
actions:
|
41
41
|
confirm_destroy: Jesteś pewny?
|
42
|
-
destroy:
|
43
|
-
edit:
|
44
|
-
new:
|
45
|
-
title:
|
42
|
+
destroy: Usuń
|
43
|
+
edit: Edytuj
|
44
|
+
new: Nowa %{name}
|
45
|
+
title: Działania
|
46
46
|
admin:
|
47
47
|
debates:
|
48
48
|
create:
|
49
|
-
invalid: Podczas tworzenia debaty wystąpił
|
50
|
-
success:
|
49
|
+
invalid: Podczas tworzenia debaty wystąpił błąd.
|
50
|
+
success: Debata została utworzona pomyślnie.
|
51
51
|
destroy:
|
52
|
-
success: Debata została
|
52
|
+
success: Debata została usunięta.
|
53
53
|
edit:
|
54
54
|
title: Edytuj debatę
|
55
55
|
update: Zaktualizuj debatę
|
56
56
|
index:
|
57
57
|
title: Debaty
|
58
58
|
new:
|
59
|
-
create:
|
59
|
+
create: Utwórz debatę
|
60
60
|
title: Nowa debata
|
61
61
|
update:
|
62
|
-
invalid: Wystąpił
|
63
|
-
success: Debata zaktualizowana pomyślnie.
|
62
|
+
invalid: Wystąpił błąd podczas aktualizowania tej debaty.
|
63
|
+
success: Debata została zaktualizowana pomyślnie.
|
64
64
|
models:
|
65
65
|
debate:
|
66
66
|
name: Debata
|
67
67
|
admin_log:
|
68
68
|
debate:
|
69
|
-
create: "%{user_name}
|
70
|
-
update: "%{user_name} zaktualizował %{resource_name}
|
69
|
+
create: "%{user_name} utworzył(a) debatę %{resource_name} w przestrzeni %{space_name}"
|
70
|
+
update: "%{user_name} zaktualizował(a) debatę %{resource_name} w przestrzeni %{space_name}"
|
71
71
|
debates:
|
72
72
|
count:
|
73
73
|
debates_count:
|
@@ -76,12 +76,12 @@ pl:
|
|
76
76
|
many: "%{count} debaty"
|
77
77
|
other: "%{count} debat"
|
78
78
|
create:
|
79
|
-
invalid: Podczas tworzenia debaty wystąpił
|
79
|
+
invalid: Podczas tworzenia debaty wystąpił błąd.
|
80
80
|
success: Debatę utworzono pomyślnie.
|
81
81
|
debate:
|
82
|
-
participate:
|
82
|
+
participate: Dołącz
|
83
83
|
filters:
|
84
|
-
all:
|
84
|
+
all: Wszystkie
|
85
85
|
category: Kategoria
|
86
86
|
category_prompt: Wybierz kategorię
|
87
87
|
citizens: Obywatele
|
@@ -92,16 +92,19 @@ pl:
|
|
92
92
|
close_modal: Zamknij modalne
|
93
93
|
filter: Filtr
|
94
94
|
filter_by: Filtruj według
|
95
|
-
unfold:
|
95
|
+
unfold: Rozwiń
|
96
96
|
index:
|
97
97
|
new_debate: Nowa debata
|
98
98
|
new:
|
99
|
-
back:
|
100
|
-
create:
|
101
|
-
select_a_category: Proszę
|
99
|
+
back: Wróć
|
100
|
+
create: Utwórz
|
101
|
+
select_a_category: Proszę wybrać kategorię
|
102
102
|
title: Nowa debata
|
103
|
+
show:
|
104
|
+
back: Powrót do listy
|
105
|
+
date: Data
|
103
106
|
last_activity:
|
104
|
-
new_debate_at_html: "<span>Nowa debata
|
107
|
+
new_debate_at_html: "<span>Nowa debata pod adresem %{link}</span>"
|
105
108
|
models:
|
106
109
|
debate:
|
107
110
|
fields:
|
@@ -115,27 +118,27 @@ pl:
|
|
115
118
|
space_followers:
|
116
119
|
email_intro: |-
|
117
120
|
Cześć,
|
118
|
-
Nowa debata "%{resource_title}" została utworzona
|
119
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{space_title}
|
120
|
-
email_subject: Nowa debata "%{resource_title}"
|
121
|
-
notification_title: Debata <a href="%{resource_path}">%{resource_title}</a> została utworzona
|
121
|
+
Nowa debata "%{resource_title}" została utworzona w przestrzeni partycypacyjnej %{space_title}, sprawdź ją i przyłącz się:
|
122
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz przestrzeń partycypacyjną %{space_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
123
|
+
email_subject: Nowa debata "%{resource_title}" w %{space_title}
|
124
|
+
notification_title: Debata <a href="%{resource_path}">%{resource_title}</a> została utworzona w <a href="%{space_path}">%{space_title}</a>.
|
122
125
|
user_followers:
|
123
126
|
email_intro: |-
|
124
|
-
|
125
|
-
%{author_name} %{author_nickname}, którego obserwujesz,
|
126
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{author_nickname}. Możesz przestać otrzymywać powiadomienia po
|
127
|
-
email_subject: Nowa debata "%{resource_title}"
|
128
|
-
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a>
|
127
|
+
Cześć,
|
128
|
+
%{author_name} %{author_nickname}, którego/którą obserwujesz, utworzył(a) nową debatę "%{resource_title}". Sprawdź i dołącz:
|
129
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{author_nickname}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
130
|
+
email_subject: Nowa debata "%{resource_title}" utworzona przez %{author_nickname}
|
131
|
+
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> utworzył(a) debatę <a href="%{resource_path}">%{resource_title}</a>.
|
129
132
|
creation_disabled:
|
130
133
|
email_intro: 'Tworzenie debaty nie jest już aktywne w %{participatory_space_title}. Nadal możesz uczestniczyć w otwartych debatach na tej stronie:'
|
131
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po
|
132
|
-
email_subject: Tworzenie
|
134
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
135
|
+
email_subject: Tworzenie debat zostało wyłączone w %{participatory_space_title}
|
133
136
|
notification_title: Tworzenie debat jest teraz wyłączone w <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
134
137
|
creation_enabled:
|
135
|
-
email_intro: 'Możesz teraz
|
136
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po
|
138
|
+
email_intro: 'Możesz teraz tworzyć nowe debaty w %{participatory_space_title}! Zacznij aktywnie działać na tej stronie:'
|
139
|
+
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
137
140
|
email_subject: Debaty są teraz dostępne w %{participatory_space_title}
|
138
|
-
notification_title: Możesz teraz
|
141
|
+
notification_title: Możesz teraz tworzyć <a href="%{resource_path}">nowe debaty</a> w <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
139
142
|
gamification:
|
140
143
|
badges:
|
141
144
|
commented_debates:
|
@@ -145,9 +148,9 @@ pl:
|
|
145
148
|
description_another: Ten użytkownik uczestniczył w %{score} debatach.
|
146
149
|
description_own: Brałeś udział w %{score} debatach.
|
147
150
|
name: Debaty
|
148
|
-
next_level_in: Weź udział w %{score} kolejnych debatach, aby
|
151
|
+
next_level_in: Weź udział w %{score} kolejnych debatach, aby awansować na kolejny poziom!
|
149
152
|
unearned_another: Ten użytkownik nie uczestniczył jeszcze w żadnej debacie.
|
150
|
-
unearned_own:
|
153
|
+
unearned_own: Nie uczestniczyłeś/łaś jeszcze w żadnych debatach.
|
151
154
|
metrics:
|
152
155
|
debates:
|
153
156
|
description: Liczba utworzonych debat
|
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/pt.yml
CHANGED
@@ -14,7 +14,7 @@ pt:
|
|
14
14
|
models:
|
15
15
|
decidim/debates/create_debate_event: Debate
|
16
16
|
decidim/debates/creation_disabled_event: Debates desativados
|
17
|
-
decidim/debates/creation_enabled_event: Debates
|
17
|
+
decidim/debates/creation_enabled_event: Debates ativados
|
18
18
|
activerecord:
|
19
19
|
models:
|
20
20
|
decidim/debates/debate:
|
@@ -24,7 +24,7 @@ pt:
|
|
24
24
|
components:
|
25
25
|
debates:
|
26
26
|
actions:
|
27
|
-
create:
|
27
|
+
create: Criar
|
28
28
|
name: Debates
|
29
29
|
settings:
|
30
30
|
global:
|
@@ -33,32 +33,32 @@ pt:
|
|
33
33
|
step:
|
34
34
|
announcement: Anúncio
|
35
35
|
comments_blocked: Comentários bloqueados
|
36
|
-
creation_enabled: Criação de debate por
|
36
|
+
creation_enabled: Criação de debate por participantes ativado
|
37
37
|
debates:
|
38
38
|
actions:
|
39
|
-
confirm_destroy:
|
40
|
-
destroy:
|
39
|
+
confirm_destroy: Tem a certeza?
|
40
|
+
destroy: Eliminar
|
41
41
|
edit: Editar
|
42
42
|
new: Novo %{name}
|
43
43
|
title: Ações
|
44
44
|
admin:
|
45
45
|
debates:
|
46
46
|
create:
|
47
|
-
invalid:
|
48
|
-
success: Debate criado
|
47
|
+
invalid: Ocorreu um problema ao criar o debate.
|
48
|
+
success: Debate criado corretamente.
|
49
49
|
destroy:
|
50
|
-
success: Debate
|
50
|
+
success: Debate eliminado corretamente.
|
51
51
|
edit:
|
52
52
|
title: Editar debate
|
53
|
-
update:
|
53
|
+
update: Atualizar debate
|
54
54
|
index:
|
55
55
|
title: Debates
|
56
56
|
new:
|
57
57
|
create: Criar debate
|
58
58
|
title: Novo debate
|
59
59
|
update:
|
60
|
-
invalid: Ocorreu um problema ao atualizar
|
61
|
-
success: Debate atualizado
|
60
|
+
invalid: Ocorreu um problema ao atualizar este debate.
|
61
|
+
success: Debate atualizado corretamente.
|
62
62
|
models:
|
63
63
|
debate:
|
64
64
|
name: Debate
|
@@ -72,8 +72,8 @@ pt:
|
|
72
72
|
one: "%{count} debate"
|
73
73
|
other: "%{count} debates"
|
74
74
|
create:
|
75
|
-
invalid:
|
76
|
-
success: Debate criado
|
75
|
+
invalid: Ocorreu um problema ao criar o debate.
|
76
|
+
success: Debate criado corretamente.
|
77
77
|
debate:
|
78
78
|
participate: Participar
|
79
79
|
filters:
|
@@ -83,19 +83,22 @@ pt:
|
|
83
83
|
citizens: Cidadãos
|
84
84
|
official: Oficial
|
85
85
|
origin: Origem
|
86
|
-
search:
|
86
|
+
search: Pesquisar
|
87
87
|
filters_small_view:
|
88
88
|
close_modal: Fechar modal
|
89
|
-
filter:
|
89
|
+
filter: Filtrar
|
90
90
|
filter_by: Filtrar por
|
91
91
|
unfold: Desdobrar
|
92
92
|
index:
|
93
93
|
new_debate: Novo debate
|
94
94
|
new:
|
95
|
-
back:
|
96
|
-
create:
|
95
|
+
back: Retroceder
|
96
|
+
create: Criar
|
97
97
|
select_a_category: Por favor, selecione uma categoria
|
98
98
|
title: Novo debate
|
99
|
+
show:
|
100
|
+
back: Retroceder à lista
|
101
|
+
date: Data
|
99
102
|
last_activity:
|
100
103
|
new_debate_at_html: "<span>Novo debate em %{link}</span>"
|
101
104
|
models:
|
@@ -110,40 +113,40 @@ pt:
|
|
110
113
|
create_debate_event:
|
111
114
|
space_followers:
|
112
115
|
email_intro: |-
|
113
|
-
|
114
|
-
Um novo debate "%{resource_title}" foi criado no espaço participativo %{space_title}
|
115
|
-
email_outro:
|
116
|
+
Olá,
|
117
|
+
Um novo debate "%{resource_title}" foi criado no espaço participativo %{space_title}, confira e contribua:
|
118
|
+
email_outro: Recebeu esta notificação porque segue o espaço participativo %{space_title}. Pode parar de receber notificações seguindo a hiperligação anterior.
|
116
119
|
email_subject: Novo debate "%{resource_title}" em %{space_title}
|
117
|
-
notification_title: O <a href="%{resource_path}">%{resource_title}</a>
|
120
|
+
notification_title: O debate <a href="%{resource_path}">%{resource_title}</a> foi criado em <a href="%{space_path}">%{space_title}</a>.
|
118
121
|
user_followers:
|
119
122
|
email_intro: |-
|
120
123
|
Olá,
|
121
|
-
%{author_name} %{author_nickname},
|
122
|
-
email_outro:
|
124
|
+
%{author_name} %{author_nickname}, que você segue, criou um novo debate "%{resource_title}". Confira e contribua:
|
125
|
+
email_outro: Recebeu esta notificação porque segue %{author_nickname}. Pode parar de receber notificações seguindo a hiperligação anterior.
|
123
126
|
email_subject: Novo debate "%{resource_title}" por %{author_nickname}
|
124
127
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> criou o debate <a href="%{resource_path}">%{resource_title}</a>.
|
125
128
|
creation_disabled:
|
126
|
-
email_intro: 'A criação
|
127
|
-
email_outro:
|
129
|
+
email_intro: 'A criação de debate já não está ativa em %{participatory_space_title}. Ainda pode participar nos debates abertos nesta página:'
|
130
|
+
email_outro: Recebeu esta notificação porque segue %{participatory_space_title}. Pode parar de receber notificações seguindo a hiperligação anterior.
|
128
131
|
email_subject: Criação de debate desativada em %{participatory_space_title}
|
129
|
-
notification_title: A criação
|
132
|
+
notification_title: A criação de debate está agora desativada em <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
130
133
|
creation_enabled:
|
131
|
-
email_intro: 'Agora
|
132
|
-
email_outro:
|
134
|
+
email_intro: 'Agora pode iniciar novos debates em %{participatory_space_title}! Comece a participar nesta página:'
|
135
|
+
email_outro: Recebeu esta notificação porque segue %{participatory_space_title}. Pode parar de receber notificações seguindo a hiperligação anterior.
|
133
136
|
email_subject: Debates agora disponíveis em %{participatory_space_title}
|
134
|
-
notification_title: Agora
|
137
|
+
notification_title: Agora pode começar <a href="%{resource_path}">novos debates</a> em <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
135
138
|
gamification:
|
136
139
|
badges:
|
137
140
|
commented_debates:
|
138
141
|
conditions:
|
139
|
-
- Escolha um debate aberto para participar
|
140
|
-
description: Este
|
141
|
-
description_another: Este
|
142
|
-
description_own:
|
142
|
+
- Escolha um debate em aberto para participar
|
143
|
+
description: Este distintivo é concedido quando participa ativamente em diferentes debates deixando os seus comentários.
|
144
|
+
description_another: Este participante fez parte de %{score} debates.
|
145
|
+
description_own: Participou em %{score} debates.
|
143
146
|
name: Debates
|
144
147
|
next_level_in: Participe em mais %{score} debates para alcançar o próximo nível!
|
145
|
-
unearned_another: Este
|
146
|
-
unearned_own:
|
148
|
+
unearned_another: Este participante ainda não fez parte de nenhum debate.
|
149
|
+
unearned_own: Ainda não participou em qualquer debate.
|
147
150
|
metrics:
|
148
151
|
debates:
|
149
152
|
description: Número de debates criados
|