decidim-blogs 0.30.0.rc1 → 0.30.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/cs.yml +20 -0
- data/config/locales/fi-plain.yml +20 -0
- data/config/locales/fi.yml +20 -0
- data/config/locales/ro-RO.yml +72 -23
- data/lib/decidim/blogs/version.rb +1 -1
- metadata +16 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cef33ed7c01a2d07568d2ca46a4e9991cc01ca3fdd3cbea472c094afde62889
|
4
|
+
data.tar.gz: 208439796932c981e906c4490fc651cad9963fbdb6c354943de1b44318a21d64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3278763411216ef1760d0ccc234e130a9d895ebf9b67c386d269450c526960235a513c0d7ee53b64750c84d62d9daadd58157f14144ca5b41631f718d9924d1e
|
7
|
+
data.tar.gz: a79d8d3c753ab042b2d99894a3b2b7076adbd0f06017731c11ac097122263ca835d0bbbb4ee23e08ad160ffbfdf2722110fd559039036c2113ea0cf75b8534e5
|
data/config/locales/cs.yml
CHANGED
@@ -35,6 +35,8 @@ cs:
|
|
35
35
|
create:
|
36
36
|
invalid: Při vytváření tohoto příspěvku nastal problém.
|
37
37
|
success: Příspěvek byl úspěšně vytvořen.
|
38
|
+
destroy:
|
39
|
+
success: Příspěvek byl úspěšně smazán.
|
38
40
|
edit:
|
39
41
|
save: Aktualizovat
|
40
42
|
title: Upravit příspěvek
|
@@ -72,6 +74,14 @@ cs:
|
|
72
74
|
published_at: Čas zveřejnění
|
73
75
|
title: Název
|
74
76
|
posts:
|
77
|
+
edit:
|
78
|
+
back: Zpět na příspěvek
|
79
|
+
button: Aktualizovat
|
80
|
+
title: Upravit příspěvek
|
81
|
+
form:
|
82
|
+
author_id: Autor
|
83
|
+
body: Tělo
|
84
|
+
title: Název
|
75
85
|
index:
|
76
86
|
count:
|
77
87
|
one: "%{count} příspěvek"
|
@@ -79,6 +89,15 @@ cs:
|
|
79
89
|
many: "%{count} příspěvků"
|
80
90
|
other: "%{count} příspěvků"
|
81
91
|
empty: Zatím nejsou žádné příspěvky.
|
92
|
+
new_post: Nový příspěvek
|
93
|
+
menu_actions:
|
94
|
+
button_destroy: Smazat příspěvek
|
95
|
+
button_destroy_confirm: Opravdu chcete smazat tento příspěvek?
|
96
|
+
button_edit: Upravit příspěvek
|
97
|
+
new:
|
98
|
+
back: Zpět na příspěvky
|
99
|
+
button: Vytvořit
|
100
|
+
title: Vytvořit nový příspěvek
|
82
101
|
components:
|
83
102
|
blogs:
|
84
103
|
actions:
|
@@ -93,6 +112,7 @@ cs:
|
|
93
112
|
announcement: Oznámení
|
94
113
|
comments_enabled: Komentáře povoleny
|
95
114
|
comments_max_length: Maximální délka komentáře (ponechte 0 pro výchozí hodnotu)
|
115
|
+
creation_enabled_for_participants: Účastníci mohou vytvářet příspěvky
|
96
116
|
step:
|
97
117
|
announcement: Oznámení
|
98
118
|
comments_blocked: Komentáře byly blokovány
|
data/config/locales/fi-plain.yml
CHANGED
@@ -33,6 +33,8 @@ fi-pl:
|
|
33
33
|
create:
|
34
34
|
invalid: Artikkelin luonti epäonnistui.
|
35
35
|
success: Artikkelin luonti onnistui.
|
36
|
+
destroy:
|
37
|
+
success: Artikkelin poisto onnistui.
|
36
38
|
edit:
|
37
39
|
save: Päivitä
|
38
40
|
title: Muokkaa artikkelia
|
@@ -70,11 +72,28 @@ fi-pl:
|
|
70
72
|
published_at: Julkaisuaika
|
71
73
|
title: Otsikko
|
72
74
|
posts:
|
75
|
+
edit:
|
76
|
+
back: Takaisin artikkeliin
|
77
|
+
button: Päivitä
|
78
|
+
title: Muokkaa artikkelia
|
79
|
+
form:
|
80
|
+
author_id: Laatija
|
81
|
+
body: Sisältöteksti
|
82
|
+
title: Otsikko
|
73
83
|
index:
|
74
84
|
count:
|
75
85
|
one: "%{count} artikkeli"
|
76
86
|
other: "%{count} artikkelia"
|
77
87
|
empty: Ei yhtään artikkelia.
|
88
|
+
new_post: Uusi artikkeli
|
89
|
+
menu_actions:
|
90
|
+
button_destroy: Poista artikkeli
|
91
|
+
button_destroy_confirm: Haluatko varmasti poistaa tämän artikkelin?
|
92
|
+
button_edit: Muokkaa artikkelia
|
93
|
+
new:
|
94
|
+
back: Takaisin artikkeleihin
|
95
|
+
button: Luo
|
96
|
+
title: Luo artikkeli
|
78
97
|
components:
|
79
98
|
blogs:
|
80
99
|
actions:
|
@@ -89,6 +108,7 @@ fi-pl:
|
|
89
108
|
announcement: Ilmoitus
|
90
109
|
comments_enabled: Kommentointi käytössä
|
91
110
|
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
111
|
+
creation_enabled_for_participants: Osallistujat voivat luoda artikkeleita
|
92
112
|
step:
|
93
113
|
announcement: Ilmoitus
|
94
114
|
comments_blocked: Kommentointi estetty
|
data/config/locales/fi.yml
CHANGED
@@ -33,6 +33,8 @@ fi:
|
|
33
33
|
create:
|
34
34
|
invalid: Artikkelin luonti epäonnistui.
|
35
35
|
success: Artikkelin luonti onnistui.
|
36
|
+
destroy:
|
37
|
+
success: Artikkelin poisto onnistui.
|
36
38
|
edit:
|
37
39
|
save: Päivitä
|
38
40
|
title: Muokkaa artikkelia
|
@@ -70,11 +72,28 @@ fi:
|
|
70
72
|
published_at: Julkaisuaika
|
71
73
|
title: Otsikko
|
72
74
|
posts:
|
75
|
+
edit:
|
76
|
+
back: Takaisin artikkeliin
|
77
|
+
button: Päivitä
|
78
|
+
title: Muokkaa artikkelia
|
79
|
+
form:
|
80
|
+
author_id: Laatija
|
81
|
+
body: Sisältöteksti
|
82
|
+
title: Otsikko
|
73
83
|
index:
|
74
84
|
count:
|
75
85
|
one: "%{count} artikkeli"
|
76
86
|
other: "%{count} artikkelia"
|
77
87
|
empty: Ei yhtään artikkelia.
|
88
|
+
new_post: Uusi artikkeli
|
89
|
+
menu_actions:
|
90
|
+
button_destroy: Poista artikkeli
|
91
|
+
button_destroy_confirm: Haluatko varmasti poistaa tämän artikkelin?
|
92
|
+
button_edit: Muokkaa artikkelia
|
93
|
+
new:
|
94
|
+
back: Takaisin artikkeleihin
|
95
|
+
button: Luo
|
96
|
+
title: Luo artikkeli
|
78
97
|
components:
|
79
98
|
blogs:
|
80
99
|
actions:
|
@@ -89,6 +108,7 @@ fi:
|
|
89
108
|
announcement: Ilmoitus
|
90
109
|
comments_enabled: Kommentointi käytössä
|
91
110
|
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
111
|
+
creation_enabled_for_participants: Osallistujat voivat luoda artikkeleita
|
92
112
|
step:
|
93
113
|
announcement: Ilmoitus
|
94
114
|
comments_blocked: Kommentointi estetty
|
data/config/locales/ro-RO.yml
CHANGED
@@ -5,7 +5,7 @@ ro:
|
|
5
5
|
post:
|
6
6
|
body: Conținut
|
7
7
|
decidim_author_id: Autor
|
8
|
-
published_at:
|
8
|
+
published_at: Dată publicare
|
9
9
|
title: Titlu
|
10
10
|
models:
|
11
11
|
decidim/blogs/create_post_event: Postare nouă pe blog
|
@@ -16,12 +16,19 @@ ro:
|
|
16
16
|
few: Postări
|
17
17
|
other: Postări
|
18
18
|
decidim:
|
19
|
+
admin:
|
20
|
+
admin_log:
|
21
|
+
changeset:
|
22
|
+
posts: Postări
|
19
23
|
blogs:
|
20
24
|
actions:
|
21
|
-
author_id:
|
22
|
-
|
25
|
+
author_id: Creeați postare ca
|
26
|
+
confirm_delete_post: Sunteți sigur că doriți să ștergeți această postare?
|
27
|
+
deleted_posts_info: Postările șterse pot fi restaurate din gunoi.
|
28
|
+
edit: Modificați
|
23
29
|
new: Postare nouă
|
24
30
|
title: Acțiuni
|
31
|
+
view_deleted_posts: Vizualizați postările șterse
|
25
32
|
admin:
|
26
33
|
posts:
|
27
34
|
create:
|
@@ -30,22 +37,31 @@ ro:
|
|
30
37
|
destroy:
|
31
38
|
success: Postarea a fost ștearsă cu succes.
|
32
39
|
edit:
|
33
|
-
save:
|
34
|
-
title:
|
40
|
+
save: Actualizați
|
41
|
+
title: Modificați postarea
|
35
42
|
index:
|
36
43
|
not_published_yet: Nu a fost publicat încă.
|
37
44
|
title: Postări
|
45
|
+
manage_trash:
|
46
|
+
title: Postări șterse
|
38
47
|
new:
|
39
|
-
create:
|
40
|
-
title:
|
48
|
+
create: Creați
|
49
|
+
title: Creați postare nouă
|
41
50
|
update:
|
42
|
-
invalid: A apărut o eroare la
|
43
|
-
success: Postarea a fost
|
51
|
+
invalid: A apărut o eroare la actualizarea acestei postări.
|
52
|
+
success: Postarea a fost actualizată cu succes.
|
44
53
|
admin_log:
|
45
54
|
post:
|
46
|
-
create: "%{user_name} a creat postarea
|
47
|
-
delete: "%{user_name} a șters postarea
|
48
|
-
|
55
|
+
create: "%{user_name} a creat postarea %{resource_name} în %{space_name}"
|
56
|
+
delete: "%{user_name} a șters postarea %{resource_name} din %{space_name}"
|
57
|
+
restore: "%{user_name} a restaurat postarea %{resource_name} din %{space_name}"
|
58
|
+
soft_delete: "%{user_name} a mutat la gunoi postarea %{resource_name} din %{space_name}"
|
59
|
+
update: "%{user_name} a actualizat postarea %{resource_name} în %{space_name}"
|
60
|
+
content_blocks:
|
61
|
+
highlighted_posts:
|
62
|
+
last_published: Publicate recent
|
63
|
+
name: Postări
|
64
|
+
see_all: Vedeți toate postările
|
49
65
|
last_activity:
|
50
66
|
new_post: 'Postare nouă:'
|
51
67
|
models:
|
@@ -54,7 +70,7 @@ ro:
|
|
54
70
|
author: Autor
|
55
71
|
body: Conținut
|
56
72
|
official_blog_post: Postare oficială
|
57
|
-
published_at:
|
73
|
+
published_at: Dată publicare
|
58
74
|
title: Titlu
|
59
75
|
posts:
|
60
76
|
edit:
|
@@ -66,6 +82,11 @@ ro:
|
|
66
82
|
body: Conținut
|
67
83
|
title: Titlu
|
68
84
|
index:
|
85
|
+
count:
|
86
|
+
one: "%{count} postare"
|
87
|
+
few: "%{count} postări"
|
88
|
+
other: "%{count} postări"
|
89
|
+
empty: Nu există postări încă.
|
69
90
|
new_post: Postare nouă
|
70
91
|
menu_actions:
|
71
92
|
button_destroy: Ștergeți postarea
|
@@ -78,29 +99,57 @@ ro:
|
|
78
99
|
components:
|
79
100
|
blogs:
|
80
101
|
actions:
|
81
|
-
comment:
|
82
|
-
create:
|
83
|
-
destroy:
|
84
|
-
endorse:
|
85
|
-
update:
|
102
|
+
comment: Comentați
|
103
|
+
create: Creați
|
104
|
+
destroy: Ștergeți
|
105
|
+
endorse: Susțineți
|
106
|
+
update: Actualizați
|
86
107
|
name: Blog
|
87
108
|
settings:
|
88
109
|
global:
|
89
|
-
announcement:
|
110
|
+
announcement: Anunț
|
90
111
|
comments_enabled: Comentarii activate
|
91
112
|
comments_max_length: Lungimea maximă a comentariilor (lăsați 0 pentru valoarea implicită)
|
92
113
|
creation_enabled_for_participants: Participanții pot crea postări
|
93
114
|
step:
|
94
|
-
announcement:
|
115
|
+
announcement: Anunț
|
95
116
|
comments_blocked: Comentarii blocate
|
96
|
-
endorsements_blocked: Susțineri
|
117
|
+
endorsements_blocked: Susțineri dezactivate
|
97
118
|
endorsements_enabled: Susțineri activate
|
98
119
|
events:
|
99
120
|
blogs:
|
100
121
|
post_created:
|
101
|
-
email_intro: Postarea "%{resource_title}" a fost publicată în "%{participatory_space_title}" pe care o
|
102
|
-
email_outro:
|
122
|
+
email_intro: Postarea "%{resource_title}" a fost publicată în "%{participatory_space_title}" pe care o urmăriți.
|
123
|
+
email_outro: Ați primit această notificare deoarece urmarăți „%{participatory_space_title}”. Puteți anula abonarea de la link-ul anterior.
|
103
124
|
email_subject: Postare nouă publicată în %{participatory_space_title}
|
104
125
|
notification_title: Postarea <a href="%{resource_path}">%{resource_title}</a> a fost publicată în %{participatory_space_title}
|
126
|
+
open_data:
|
127
|
+
help:
|
128
|
+
post_comments:
|
129
|
+
alignment: Acest comentariu a fost favorabil, contrar sau neutru
|
130
|
+
author: Numele participantului care a făcut acest comentariu
|
131
|
+
body: Comentariul în sine
|
132
|
+
commentable_id: Id-ul unic al resursei comentate
|
133
|
+
commentable_type: Tipul resursei comentate (dacă este întâlnire, propunere etc.)
|
134
|
+
created_at: Data la care acest comentariu a fost creat
|
135
|
+
depth: Locul în care acest comentariu este în cele trei comentarii (dacă este un răspuns sau un răspuns la un răspuns)
|
136
|
+
id: Id-ul unic al comentariului
|
137
|
+
locale: Localizarea (limba) pe care participantul a folosit-o atunci când a lăsat acest comentariu
|
138
|
+
root_commentable_url: URL-ul resursei care se leagă de acest comentariu
|
139
|
+
user_group: Numele grupului de utilizatori care a făcut acest comentariu (dacă există)
|
140
|
+
posts:
|
141
|
+
author: Informațiile autorului
|
142
|
+
body: Conținutul postării
|
143
|
+
comments_count: Numărul de comentarii pe care le are această postare
|
144
|
+
component: Componenta căreia îi aparține postarea
|
145
|
+
created_at: Data la care acestă postare a fost creată
|
146
|
+
endorsements_count: Numărul de aprobări pe care această postare le-a primit
|
147
|
+
follows_count: Numărul de urmăritori al acestei postări
|
148
|
+
id: Identificatorul unic al acestei postări
|
149
|
+
participatory_space: Cărui spațiu (de exemplu, proces participativ sau adunare) aparține această postare
|
150
|
+
published_at: Data la care acestă postare a fost publicată
|
151
|
+
title: Titlul postării
|
152
|
+
updated_at: Ultima dată când această postare a fost actualizată
|
153
|
+
url: URL-ul pentru această postare
|
105
154
|
statistics:
|
106
155
|
posts_count: Postări
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-blogs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.30.0.
|
4
|
+
version: 0.30.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Isaac Massot Gil
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-admin
|
@@ -16,98 +16,98 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.30.0.
|
19
|
+
version: 0.30.0.rc2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.30.0.
|
26
|
+
version: 0.30.0.rc2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-comments
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.30.0.
|
33
|
+
version: 0.30.0.rc2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.30.0.
|
40
|
+
version: 0.30.0.rc2
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: decidim-core
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.30.0.
|
47
|
+
version: 0.30.0.rc2
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.30.0.
|
54
|
+
version: 0.30.0.rc2
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: decidim-admin
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.30.0.
|
61
|
+
version: 0.30.0.rc2
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.30.0.
|
68
|
+
version: 0.30.0.rc2
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: decidim-assemblies
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.30.0.
|
75
|
+
version: 0.30.0.rc2
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - '='
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.30.0.
|
82
|
+
version: 0.30.0.rc2
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: decidim-dev
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.30.0.
|
89
|
+
version: 0.30.0.rc2
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.30.0.
|
96
|
+
version: 0.30.0.rc2
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: decidim-participatory_processes
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - '='
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 0.30.0.
|
103
|
+
version: 0.30.0.rc2
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - '='
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 0.30.0.
|
110
|
+
version: 0.30.0.rc2
|
111
111
|
description: A Blog component for decidim's participatory spaces.
|
112
112
|
email:
|
113
113
|
- isaac.mg@coditramuntana.com
|