decidim 0.6.1 → 0.6.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/CHANGELOG.md +13 -0
- data/Gemfile.lock +41 -43
- data/decidim-admin/config/locales/fr.yml +21 -21
- data/decidim-admin/config/locales/uk.yml +60 -60
- data/decidim-assemblies/config/locales/fr.yml +20 -20
- data/decidim-assemblies/config/locales/uk.yml +6 -6
- data/decidim-budgets/config/locales/fr.yml +4 -4
- data/decidim-budgets/config/locales/uk.yml +3 -3
- data/decidim-comments/app/assets/javascripts/decidim/comments/bundle.js +7 -7
- data/decidim-comments/config/locales/fr.yml +11 -11
- data/decidim-comments/config/locales/uk.yml +1 -1
- data/decidim-core/config/locales/fr.yml +12 -12
- data/decidim-core/config/locales/uk.yml +12 -12
- data/decidim-core/lib/decidim/core/version.rb +1 -1
- data/decidim-dev/decidim-dev.gemspec +0 -1
- data/decidim-meetings/config/locales/fr.yml +43 -43
- data/decidim-meetings/config/locales/uk.yml +3 -3
- data/decidim-pages/config/locales/fr.yml +1 -1
- data/decidim-participatory_processes/config/locales/fr.yml +7 -7
- data/decidim-participatory_processes/config/locales/uk.yml +70 -70
- data/decidim-proposals/app/models/decidim/proposals/proposal.rb +3 -3
- data/decidim-proposals/app/models/decidim/proposals/proposal_vote.rb +6 -0
- data/decidim-proposals/app/views/decidim/proposals/proposals/_vote_button.html.erb +21 -19
- data/decidim-proposals/app/views/decidim/proposals/proposals/show.html.erb +7 -3
- data/decidim-proposals/config/locales/fr.yml +10 -10
- data/decidim-proposals/config/locales/uk.yml +5 -5
- data/decidim-proposals/lib/decidim/proposals/feature.rb +1 -2
- data/decidim-proposals/spec/features/vote_proposal_spec.rb +44 -5
- data/decidim-proposals/spec/models/decidim/proposals/proposal_vote_spec.rb +8 -1
- data/decidim-results/config/locales/fr.yml +2 -2
- data/decidim-results/config/locales/uk.yml +3 -3
- data/decidim-surveys/config/locales/fr.yml +1 -1
- data/decidim-surveys/config/locales/uk.yml +2 -2
- data/decidim-system/config/locales/fr.yml +5 -5
- data/lib/generators/decidim/app_generator.rb +3 -0
- data/lib/generators/decidim/install_generator.rb +1 -1
- data/package-lock.json +575 -3940
- data/package.json +1 -1
- metadata +26 -26
|
@@ -3,7 +3,7 @@ uk:
|
|
|
3
3
|
attributes:
|
|
4
4
|
result:
|
|
5
5
|
decidim_category_id: Розділ
|
|
6
|
-
decidim_scope_id:
|
|
6
|
+
decidim_scope_id: Терен
|
|
7
7
|
description: Опис
|
|
8
8
|
proposal_ids: Включені пропозиції
|
|
9
9
|
title: Назва
|
|
@@ -64,8 +64,8 @@ uk:
|
|
|
64
64
|
filters:
|
|
65
65
|
category: Розділ
|
|
66
66
|
category_prompt: Оберіть розділ
|
|
67
|
-
scope_prompt: Оберіть
|
|
68
|
-
scopes:
|
|
67
|
+
scope_prompt: Оберіть терен
|
|
68
|
+
scopes: Терени
|
|
69
69
|
search: Шукати
|
|
70
70
|
filters_small_view:
|
|
71
71
|
close_modal: Закрити віконце
|
|
@@ -21,7 +21,7 @@ uk:
|
|
|
21
21
|
surveys:
|
|
22
22
|
admin:
|
|
23
23
|
exports:
|
|
24
|
-
survey_user_answers: Відповіді
|
|
24
|
+
survey_user_answers: Відповіді учасників на опитування
|
|
25
25
|
models:
|
|
26
26
|
components:
|
|
27
27
|
description: Опис
|
|
@@ -36,7 +36,7 @@ uk:
|
|
|
36
36
|
title: Назва
|
|
37
37
|
form:
|
|
38
38
|
add_question: Додати питання
|
|
39
|
-
already_answered_warning: Деякі
|
|
39
|
+
already_answered_warning: Деякі учасники вже відповіли на це опитування, тому ви не можете змінювати його питання.
|
|
40
40
|
question:
|
|
41
41
|
add_answer_option: Додати варіант відповіді
|
|
42
42
|
question: Питання
|
|
@@ -2,11 +2,11 @@ fr:
|
|
|
2
2
|
decidim:
|
|
3
3
|
system:
|
|
4
4
|
actions:
|
|
5
|
-
confirm_destroy:
|
|
6
|
-
destroy:
|
|
5
|
+
confirm_destroy: Êtes-vous sûr de vouloir supprimer cela?
|
|
6
|
+
destroy: Détruire
|
|
7
7
|
edit: Modifier
|
|
8
8
|
new: Nouveau
|
|
9
|
-
save:
|
|
9
|
+
save: Sauvegarder
|
|
10
10
|
title: Actions
|
|
11
11
|
admins:
|
|
12
12
|
create:
|
|
@@ -37,7 +37,7 @@ fr:
|
|
|
37
37
|
admin:
|
|
38
38
|
fields:
|
|
39
39
|
created_at: Crée le
|
|
40
|
-
email:
|
|
40
|
+
email: Courriel
|
|
41
41
|
name: Administrateur
|
|
42
42
|
validations:
|
|
43
43
|
email_uniqueness: un autre administrateur avec la même adresse email existe déjà
|
|
@@ -61,7 +61,7 @@ fr:
|
|
|
61
61
|
secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
|
|
62
62
|
title: Nouvelle organisation
|
|
63
63
|
update:
|
|
64
|
-
error:
|
|
64
|
+
error: Une erreur s'est produite lors de la mise à jour de cette organisation.
|
|
65
65
|
success: Organisation mise à jour avec succès.
|
|
66
66
|
shared:
|
|
67
67
|
notices:
|
|
@@ -42,6 +42,9 @@ module Decidim
|
|
|
42
42
|
class_option :app_const_base, type: :string,
|
|
43
43
|
desc: "The application constant name"
|
|
44
44
|
|
|
45
|
+
class_option :skip_bundle, type: :boolean, aliases: "-B", default: true,
|
|
46
|
+
desc: "Don't run bundle install"
|
|
47
|
+
|
|
45
48
|
def database_yml
|
|
46
49
|
template "database.yml.erb", "config/database.yml", force: true
|
|
47
50
|
end
|