decidim-templates 0.28.1 → 0.28.2
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/bg.yml +2 -0
- data/config/locales/eu.yml +2 -0
- data/config/locales/fi-plain.yml +2 -0
- data/config/locales/fi.yml +2 -0
- data/config/locales/fr-CA.yml +2 -0
- data/config/locales/fr.yml +2 -0
- data/config/locales/ja.yml +2 -0
- data/config/locales/pl.yml +54 -0
- data/config/locales/tr-TR.yml +2 -0
- data/lib/decidim/templates/version.rb +1 -1
- metadata +18 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02ea60391a68ed81505ad7dcfb4eb8d108f80af414704784cbc07de0866d02b4
|
|
4
|
+
data.tar.gz: 1a92137e9d8c13571dbe7b268245ac57a6d87c03b5e98dacdced64013018cc14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f56f6f547e3770e0b838c9c1718dd40548d2a4983a5d11368f294f28e46d2a878ef8add7c7bb9e66584fd6153f20351ef9d8c7714a2ece97c50348ba80c2afd0
|
|
7
|
+
data.tar.gz: b7c3da44aa0b740b7c71b9b69fb21337efff38d59b09eb0428cb491bc335ba7d044d863a56c0b43add21a70f495b2304ac526023adfc7c575de9e42c28404a50
|
data/config/locales/bg.yml
CHANGED
|
@@ -26,6 +26,8 @@ bg:
|
|
|
26
26
|
destroy:
|
|
27
27
|
success: Шаблонът е изтрит успешно.
|
|
28
28
|
empty: Все още няма шаблони.
|
|
29
|
+
fetch:
|
|
30
|
+
error: Не можах да намеря този шаблон. Моля, презаредете страницата.
|
|
29
31
|
missing_resource: "(липсващ ресурс)"
|
|
30
32
|
update:
|
|
31
33
|
error: Възникна проблем при обновяването на този шаблон.
|
data/config/locales/eu.yml
CHANGED
|
@@ -26,6 +26,8 @@ eu:
|
|
|
26
26
|
destroy:
|
|
27
27
|
success: Txantiloia zuzen ezabatua.
|
|
28
28
|
empty: Oraindik ez dago txantiloirik.
|
|
29
|
+
fetch:
|
|
30
|
+
error: Ezin da plantilla hau aurkitu. Kargatu orria, mesedez.
|
|
29
31
|
missing_resource: "(baliabide galdua)"
|
|
30
32
|
update:
|
|
31
33
|
error: Arazo bat egon da eztabaida hau eguneratzean.
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -26,6 +26,8 @@ fi-pl:
|
|
|
26
26
|
destroy:
|
|
27
27
|
success: Mallipohjan poisto onnistui.
|
|
28
28
|
empty: Mallipohjia ei ole vielä lisätty.
|
|
29
|
+
fetch:
|
|
30
|
+
error: Mallipohjaa ei löytynyt. Lataa sivu uudelleen.
|
|
29
31
|
missing_resource: "(puuttuva resurssi)"
|
|
30
32
|
update:
|
|
31
33
|
error: Mallipohjan päivitys epäonnistui.
|
data/config/locales/fi.yml
CHANGED
|
@@ -26,6 +26,8 @@ fi:
|
|
|
26
26
|
destroy:
|
|
27
27
|
success: Mallipohjan poisto onnistui.
|
|
28
28
|
empty: Mallipohjia ei ole vielä lisätty.
|
|
29
|
+
fetch:
|
|
30
|
+
error: Mallipohjaa ei löytynyt. Lataa sivu uudelleen.
|
|
29
31
|
missing_resource: "(puuttuva resurssi)"
|
|
30
32
|
update:
|
|
31
33
|
error: Mallipohjan päivitys epäonnistui.
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -26,6 +26,8 @@ fr-CA:
|
|
|
26
26
|
destroy:
|
|
27
27
|
success: Modèle supprimé avec succès.
|
|
28
28
|
empty: Il n'y a pas de modèle pour l'instant.
|
|
29
|
+
fetch:
|
|
30
|
+
error: Impossible de trouver ce modèle. Veuillez recharger la page.
|
|
29
31
|
missing_resource: "(ressource manquante)"
|
|
30
32
|
update:
|
|
31
33
|
error: Un problème est survenu lors de la mise à jour de ce modèle.
|
data/config/locales/fr.yml
CHANGED
|
@@ -26,6 +26,8 @@ fr:
|
|
|
26
26
|
destroy:
|
|
27
27
|
success: Modèle supprimé avec succès.
|
|
28
28
|
empty: Il n'y a pas de modèle pour l'instant.
|
|
29
|
+
fetch:
|
|
30
|
+
error: Impossible de trouver ce modèle. Veuillez recharger la page.
|
|
29
31
|
missing_resource: "(ressource manquante)"
|
|
30
32
|
update:
|
|
31
33
|
error: Un problème est survenu lors de la mise à jour de ce modèle.
|
data/config/locales/ja.yml
CHANGED
data/config/locales/pl.yml
CHANGED
|
@@ -1,17 +1,37 @@
|
|
|
1
1
|
---
|
|
2
2
|
pl:
|
|
3
|
+
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
questionnaire:
|
|
6
|
+
title: Tytuł
|
|
7
|
+
template:
|
|
8
|
+
description: Opis
|
|
9
|
+
name: Nazwa
|
|
3
10
|
decidim:
|
|
4
11
|
admin:
|
|
5
12
|
menu:
|
|
6
13
|
templates: Szablony
|
|
7
14
|
templates:
|
|
15
|
+
actions:
|
|
16
|
+
new_template: Nowy szablon
|
|
8
17
|
apply:
|
|
9
18
|
error: Wystąpił błąd z zastosowaniem tego szablonu.
|
|
19
|
+
success: Szablon zastosowany pomyślnie.
|
|
10
20
|
copy:
|
|
11
21
|
error: Wystąpił błąd podczas kopiowania tego szablonu.
|
|
22
|
+
success: Szablon został skopiowany.
|
|
12
23
|
create:
|
|
13
24
|
error: Wystąpił błąd podczas tworzenia tego szablonu.
|
|
25
|
+
success: Szablon został utworzony.
|
|
26
|
+
destroy:
|
|
27
|
+
success: Szablon został usunięty.
|
|
14
28
|
empty: Brak szablonów.
|
|
29
|
+
fetch:
|
|
30
|
+
error: Nie można znaleźć tego szablonu. Proszę odświeżyć stronę.
|
|
31
|
+
missing_resource: "(brak zasobu)"
|
|
32
|
+
update:
|
|
33
|
+
error: Wystąpił problem z aktualizacją tego szablonu.
|
|
34
|
+
success: Szablon został zaktualizowany.
|
|
15
35
|
titles:
|
|
16
36
|
template_types:
|
|
17
37
|
questionnaires: Szablony kwestionariusza
|
|
@@ -28,15 +48,37 @@ pl:
|
|
|
28
48
|
templates:
|
|
29
49
|
admin:
|
|
30
50
|
block_user_templates:
|
|
51
|
+
edit:
|
|
52
|
+
title: Edytuj szablon wiadomości blokowania użytkownika
|
|
31
53
|
form:
|
|
32
54
|
save: Zapisz
|
|
33
55
|
index:
|
|
56
|
+
confirm_delete: Czy na pewno chcesz usunąć ten szablon?
|
|
34
57
|
title: Blokuj wiadomości użytkownika
|
|
58
|
+
new:
|
|
59
|
+
title: Nowy szablon wiadomości blokowania użytkownika
|
|
60
|
+
template_chooser:
|
|
61
|
+
select_template: Wybierz szablon odpowiedzi
|
|
35
62
|
proposal_answer_templates:
|
|
63
|
+
edit:
|
|
64
|
+
title: Edytuj szablon odpowiedzi na propozycję
|
|
36
65
|
form:
|
|
66
|
+
component_constraint_help: Należy zauważyć, że wymieniona zostanie tylko przestrzeń uczestnicząca posiadająca elementy składowe typu „propozycje”.
|
|
67
|
+
hint1_html: "<strong>%{organization}</strong> zostanie zastąpione nazwą organizacji"
|
|
68
|
+
hint2_html: "<strong>%{name}</strong> zostanie zastąpione przez imię autora"
|
|
69
|
+
hint3_html: "<strong>%{admin}</strong> zostanie zastąpione przez nazwę administratora (tego, który odpowiada na propozycję)"
|
|
70
|
+
hint_html: "<strong>Wskazówka:</strong> Możesz użyć tych zmiennych w dowolnym miejscu w szablonie odpowiedzi, które zostaną zastąpione podczas korzystania z szablonu"
|
|
37
71
|
save: Zapisz
|
|
38
72
|
index:
|
|
73
|
+
component_constraint: Dodaj ograniczenie
|
|
74
|
+
confirm_delete: Czy na pewno chcesz usunąć ten szablon?
|
|
75
|
+
global_scope: Globalny (dostępny wszędzie)
|
|
39
76
|
internal_state: Stan wewnętrzny
|
|
77
|
+
title: Odpowiedzi na propozycję
|
|
78
|
+
new:
|
|
79
|
+
title: Nowy szablon odpowiedzi na propozycję
|
|
80
|
+
template_chooser:
|
|
81
|
+
select_template: Wybierz szablon odpowiedzi
|
|
40
82
|
questionnaire_templates:
|
|
41
83
|
choose:
|
|
42
84
|
create_from_template: Utwórz z szablonu
|
|
@@ -46,15 +88,27 @@ pl:
|
|
|
46
88
|
skip_template: Pomiń
|
|
47
89
|
edit:
|
|
48
90
|
edit: Edytuj
|
|
91
|
+
empty: Nie ma jeszcze żadnych pytań.
|
|
49
92
|
questionnaire: Kwestionariusz
|
|
93
|
+
title: Edytuj szablon kwestionariusza
|
|
50
94
|
form:
|
|
51
95
|
title: Szablon kwestionariusza %{questionnaire_for}
|
|
52
96
|
index:
|
|
53
97
|
confirm_delete: Czy na pewno chcesz usunąć ten szablon?
|
|
54
98
|
title: Szablony kwestionariusza
|
|
99
|
+
new:
|
|
100
|
+
title: Nowy szablon kwestionariusza
|
|
55
101
|
preview:
|
|
56
102
|
current_step: Krok %{step}
|
|
57
103
|
of_total_steps: z %{total_steps}
|
|
58
104
|
tos_agreement: Biorąc udział akceptujesz Warunki korzystania z Platformy
|
|
105
|
+
admin_log:
|
|
106
|
+
template:
|
|
107
|
+
create: "Użytkownik %{user_name} utworzył szablon kwestionariusza %{resource_name}"
|
|
108
|
+
delete: "Użytkownik %{user_name} usunął szablon kwestionariusza %{resource_name}"
|
|
109
|
+
duplicate: "Użytkownik %{user_name} zduplikował szablon kwestionariusza %{resource_name}"
|
|
110
|
+
update: "Użytkownik %{user_name} zaktualizował szablon kwestionariusza %{resource_name}"
|
|
59
111
|
template_types:
|
|
112
|
+
block_user: Blokuj wiadomości użytkownika
|
|
113
|
+
proposal_answer_templates: Odpowiedzi na propozycję
|
|
60
114
|
questionnaires: Kwestionariusze
|
data/config/locales/tr-TR.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-templates
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.28.
|
|
4
|
+
version: 0.28.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vera Rojman
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-core
|
|
@@ -16,84 +16,84 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.28.
|
|
19
|
+
version: 0.28.2
|
|
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.28.
|
|
26
|
+
version: 0.28.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: decidim-forms
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.28.
|
|
33
|
+
version: 0.28.2
|
|
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.28.
|
|
40
|
+
version: 0.28.2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: decidim-admin
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.28.
|
|
47
|
+
version: 0.28.2
|
|
48
48
|
type: :development
|
|
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.28.
|
|
54
|
+
version: 0.28.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: decidim-dev
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.28.
|
|
61
|
+
version: 0.28.2
|
|
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.28.
|
|
68
|
+
version: 0.28.2
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: decidim-participatory_processes
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.28.
|
|
75
|
+
version: 0.28.2
|
|
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.28.
|
|
82
|
+
version: 0.28.2
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: decidim-surveys
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.28.
|
|
89
|
+
version: 0.28.2
|
|
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.28.
|
|
96
|
+
version: 0.28.2
|
|
97
97
|
description: This module provides a solution to create templates for different Decidim
|
|
98
98
|
models, such as Proposals and Questionnaires..
|
|
99
99
|
email:
|
|
@@ -249,7 +249,7 @@ metadata:
|
|
|
249
249
|
funding_uri: https://opencollective.com/decidim
|
|
250
250
|
homepage_uri: https://decidim.org
|
|
251
251
|
source_code_uri: https://github.com/decidim/decidim
|
|
252
|
-
post_install_message:
|
|
252
|
+
post_install_message:
|
|
253
253
|
rdoc_options: []
|
|
254
254
|
require_paths:
|
|
255
255
|
- lib
|
|
@@ -264,8 +264,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
264
264
|
- !ruby/object:Gem::Version
|
|
265
265
|
version: '0'
|
|
266
266
|
requirements: []
|
|
267
|
-
rubygems_version: 3.
|
|
268
|
-
signing_key:
|
|
267
|
+
rubygems_version: 3.3.7
|
|
268
|
+
signing_key:
|
|
269
269
|
specification_version: 4
|
|
270
270
|
summary: A decidim templates module
|
|
271
271
|
test_files: []
|