decidim-budgets 0.29.1 → 0.30.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/budgets/budget_list_item/vote_action.erb +2 -2
- data/app/cells/decidim/budgets/project_history_cell.rb +48 -0
- data/app/cells/decidim/budgets/project_metadata_cell.rb +3 -3
- data/app/cells/decidim/budgets/project_vote_button/show.erb +4 -2
- data/app/cells/decidim/budgets/project_vote_button_cell.rb +4 -0
- data/app/commands/decidim/budgets/admin/create_budget.rb +1 -1
- data/app/commands/decidim/budgets/admin/create_project.rb +1 -1
- data/app/commands/decidim/budgets/admin/import_proposals_to_budgets.rb +7 -10
- data/app/commands/decidim/budgets/admin/update_budget.rb +1 -1
- data/app/commands/decidim/budgets/admin/update_project.rb +2 -2
- data/app/commands/decidim/budgets/admin/update_project_selection.rb +1 -1
- data/app/controllers/concerns/decidim/budgets/admin/filterable.rb +7 -11
- data/app/controllers/decidim/budgets/admin/budgets_controller.rb +12 -15
- data/app/controllers/decidim/budgets/admin/projects_controller.rb +61 -85
- data/app/controllers/decidim/budgets/orders_controller.rb +7 -3
- data/app/controllers/decidim/budgets/projects_controller.rb +7 -16
- data/app/forms/decidim/budgets/admin/budget_form.rb +1 -18
- data/app/forms/decidim/budgets/admin/project_form.rb +8 -34
- data/app/forms/decidim/budgets/admin/project_import_proposals_form.rb +0 -11
- data/app/helpers/decidim/budgets/projects_helper.rb +6 -31
- data/app/models/decidim/budgets/budget.rb +2 -0
- data/app/models/decidim/budgets/project.rb +21 -1
- data/app/packs/stylesheets/budgets.scss +0 -2
- data/app/permissions/decidim/budgets/admin/permissions.rb +4 -4
- data/app/permissions/decidim/budgets/permissions.rb +2 -0
- data/app/presenters/decidim/budgets/admin_log/budget_presenter.rb +1 -1
- data/app/presenters/decidim/budgets/admin_log/project_presenter.rb +1 -1
- data/app/presenters/decidim/budgets/project_presenter.rb +28 -0
- data/app/queries/decidim/budgets/filtered_projects.rb +2 -2
- data/app/queries/decidim/budgets/metrics/budget_followers_metric_measure.rb +2 -2
- data/app/queries/decidim/budgets/metrics/budget_participants_metric_measure.rb +2 -2
- data/app/serializers/decidim/budgets/download_your_data_budgets_order_serializer.rb +2 -2
- data/app/views/decidim/budgets/admin/budgets/_actions.html.erb +21 -0
- data/app/views/decidim/budgets/admin/budgets/_budget-tr.html.erb +18 -0
- data/app/views/decidim/budgets/admin/budgets/_budgets-thead.html.erb +8 -0
- data/app/views/decidim/budgets/admin/budgets/_form.html.erb +0 -6
- data/app/views/decidim/budgets/admin/budgets/index.html.erb +16 -48
- data/app/views/decidim/budgets/admin/budgets/manage_trash.html.erb +19 -0
- data/app/views/decidim/budgets/admin/projects/_actions.html.erb +27 -0
- data/app/views/decidim/budgets/admin/projects/_bulk-actions.html.erb +0 -2
- data/app/views/decidim/budgets/admin/projects/_form.html.erb +6 -8
- data/app/views/decidim/budgets/admin/projects/_project-tr.html.erb +2 -27
- data/app/views/decidim/budgets/admin/projects/_projects-thead.html.erb +14 -0
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_dropdown.html.erb +7 -10
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_taxonomy_change.html.erb +23 -0
- data/app/views/decidim/budgets/admin/projects/index.html.erb +19 -21
- data/app/views/decidim/budgets/admin/projects/manage_trash.html.erb +26 -0
- data/app/views/decidim/budgets/admin/projects/update_attribute.js.erb +1 -1
- data/app/views/decidim/budgets/admin/proposals_imports/new.html.erb +0 -5
- data/app/views/decidim/budgets/budgets/index.html.erb +6 -1
- data/app/views/decidim/budgets/order_summary_mailer/order_summary.html.erb +0 -10
- data/app/views/decidim/budgets/orders/status.html.erb +52 -0
- data/app/views/decidim/budgets/projects/_order_progress_summary_content.html.erb +3 -3
- data/app/views/decidim/budgets/projects/index.html.erb +10 -17
- data/app/views/decidim/budgets/projects/index.js.erb +10 -0
- data/app/views/decidim/budgets/projects/show.html.erb +19 -11
- data/config/locales/ar.yml +4 -13
- data/config/locales/bg.yml +3 -44
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +22 -0
- data/config/locales/ca.yml +95 -42
- data/config/locales/cs.yml +101 -42
- data/config/locales/de.yml +95 -42
- data/config/locales/el.yml +3 -40
- data/config/locales/en.yml +95 -42
- data/config/locales/es-MX.yml +95 -42
- data/config/locales/es-PY.yml +95 -42
- data/config/locales/es.yml +95 -42
- data/config/locales/eu.yml +176 -114
- data/config/locales/fi-plain.yml +107 -54
- data/config/locales/fi.yml +148 -95
- data/config/locales/fr-CA.yml +38 -44
- data/config/locales/fr.yml +38 -44
- data/config/locales/ga-IE.yml +0 -7
- data/config/locales/gl.yml +3 -14
- data/config/locales/hu.yml +3 -41
- data/config/locales/id-ID.yml +3 -6
- data/config/locales/is-IS.yml +0 -6
- data/config/locales/it.yml +3 -10
- data/config/locales/ja.yml +92 -42
- data/config/locales/kaa.yml +0 -1
- data/config/locales/ko.yml +0 -12
- data/config/locales/lb.yml +3 -9
- data/config/locales/lt.yml +3 -42
- data/config/locales/lv.yml +3 -6
- data/config/locales/nl.yml +3 -25
- data/config/locales/no.yml +3 -15
- data/config/locales/pl.yml +5 -44
- data/config/locales/pt-BR.yml +4 -44
- data/config/locales/pt.yml +3 -10
- data/config/locales/ro-RO.yml +3 -18
- data/config/locales/ru.yml +3 -6
- data/config/locales/sk.yml +3 -6
- data/config/locales/sq-AL.yml +0 -9
- data/config/locales/sv.yml +96 -43
- data/config/locales/tr-TR.yml +3 -10
- data/config/locales/uk.yml +3 -6
- data/config/locales/zh-CN.yml +3 -9
- data/config/locales/zh-TW.yml +3 -40
- data/db/migrate/20200827154129_add_commentable_counter_cache_to_projects.rb +1 -1
- data/db/migrate/20210310120613_add_followable_counter_cache_to_budgets.rb +1 -1
- data/db/migrate/20240828103724_add_deleted_at_to_decidim_budgets_budgets.rb +8 -0
- data/db/migrate/20240916135141_add_deleted_at_to_decidim_budgets_projects.rb +8 -0
- data/decidim-budgets.gemspec +2 -2
- data/lib/decidim/api/budget_type.rb +8 -5
- data/lib/decidim/api/budgets_type.rb +5 -8
- data/lib/decidim/api/project_type.rb +19 -8
- data/lib/decidim/budgets/admin_engine.rb +16 -2
- data/lib/decidim/budgets/component.rb +4 -5
- data/lib/decidim/budgets/engine.rb +1 -0
- data/lib/decidim/budgets/project_serializer.rb +16 -14
- data/lib/decidim/budgets/seeds.rb +0 -2
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +30 -23
- data/app/cells/decidim/budgets/project_tags/show.erb +0 -5
- data/app/cells/decidim/budgets/project_tags_cell.rb +0 -18
- data/app/commands/decidim/budgets/admin/destroy_budget.rb +0 -17
- data/app/commands/decidim/budgets/admin/update_project_category.rb +0 -48
- data/app/commands/decidim/budgets/admin/update_project_scope.rb +0 -54
- data/app/helpers/decidim/budgets/admin/application_helper.rb +0 -13
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_recategorize.html.erb +0 -15
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_scope-change.html.erb +0 -22
data/config/locales/id-ID.yml
CHANGED
@@ -3,8 +3,6 @@ id:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
project:
|
6
|
-
decidim_category_id: Kategori
|
7
|
-
decidim_scope_id: Cakupan
|
8
6
|
description: Deskripsi
|
9
7
|
proposal_ids: Proposal terkait
|
10
8
|
title: Judul
|
@@ -17,8 +15,6 @@ id:
|
|
17
15
|
actions:
|
18
16
|
attachment_collections: Folder
|
19
17
|
attachments: Lampiran
|
20
|
-
confirm_destroy: Anda yakin ingin menghapus proyek ini?
|
21
|
-
destroy: Menghapus
|
22
18
|
edit: Edit
|
23
19
|
import: Impor proposal ke proyek
|
24
20
|
preview: Pratinjau
|
@@ -52,6 +48,9 @@ id:
|
|
52
48
|
project:
|
53
49
|
fields:
|
54
50
|
title: Judul
|
51
|
+
order:
|
52
|
+
status:
|
53
|
+
title: Pilihan Anda telah berhasil diterima
|
55
54
|
projects:
|
56
55
|
budget_confirm:
|
57
56
|
cancel: Membatalkan
|
@@ -71,8 +70,6 @@ id:
|
|
71
70
|
projects_count:
|
72
71
|
other: "%{count} proyek"
|
73
72
|
filters:
|
74
|
-
category: Kategori
|
75
|
-
scope: Cakupan
|
76
73
|
search: Pencarian
|
77
74
|
show:
|
78
75
|
budget: Anggaran
|
data/config/locales/is-IS.yml
CHANGED
@@ -3,8 +3,6 @@ is:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
project:
|
6
|
-
decidim_category_id: Flokkur
|
7
|
-
decidim_scope_id: Umfang
|
8
6
|
description: Lýsing
|
9
7
|
proposal_ids: Tengdar tillögur
|
10
8
|
title: Titill
|
@@ -12,8 +10,6 @@ is:
|
|
12
10
|
budgets:
|
13
11
|
actions:
|
14
12
|
attachments: Viðhengi
|
15
|
-
confirm_destroy: Ertu viss um að þú viljir eyða þessu verkefni?
|
16
|
-
destroy: Eyða
|
17
13
|
edit: Breyta
|
18
14
|
preview: Preview
|
19
15
|
title: Aðgerðir
|
@@ -60,8 +56,6 @@ is:
|
|
60
56
|
one: 1 verkefni
|
61
57
|
other: "%{count} verkefni"
|
62
58
|
filters:
|
63
|
-
category: Flokkur
|
64
|
-
scope: Umfang
|
65
59
|
search: Leita
|
66
60
|
show:
|
67
61
|
budget: Fjárhagsáætlun
|
data/config/locales/it.yml
CHANGED
@@ -3,15 +3,12 @@ it:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Ambito
|
7
6
|
description: Descrizione
|
8
7
|
title: Titolo
|
9
8
|
total_budget: Budget totale
|
10
9
|
weight: Ordine di posizionamento
|
11
10
|
project:
|
12
11
|
budget_amount: Importo del budget
|
13
|
-
decidim_category_id: Categoria
|
14
|
-
decidim_scope_id: Ambito tematico
|
15
12
|
description: Descrizione
|
16
13
|
proposal_ids: Proposte correlate
|
17
14
|
selected: Selezionato per l'implementazione
|
@@ -26,8 +23,6 @@ it:
|
|
26
23
|
actions:
|
27
24
|
attachment_collections: Cartelle
|
28
25
|
attachments: Allegati
|
29
|
-
confirm_destroy: Sei certo di voler cancellare questo progetto?
|
30
|
-
destroy: Cancella
|
31
26
|
edit: Modifica
|
32
27
|
edit_projects: Gestisci progetti
|
33
28
|
import: Importa proposte nei progetti
|
@@ -108,12 +103,14 @@ it:
|
|
108
103
|
project:
|
109
104
|
fields:
|
110
105
|
title: Titolo
|
106
|
+
order:
|
107
|
+
status:
|
108
|
+
title: OK, il tuo voto è stato acquisito.
|
111
109
|
order_summary_mailer:
|
112
110
|
order_summary:
|
113
111
|
selected_projects: 'I progetti che hai selezionato sono:'
|
114
112
|
subject: Hai votato nello spazio partecipativo %{space_name}
|
115
113
|
voted_on_space: Hai votato il budget %{budget_name} per lo spazio partecipativo %{space_name}.
|
116
|
-
voted_on_space_with_scope: Hai votato il budget %{budget_name} per lo spazio partecipativo %{space_name} su %{scope_name} (%{scope_type}).
|
117
114
|
projects:
|
118
115
|
budget_confirm:
|
119
116
|
are_you_sure: Se cambi idea, puoi cambiare il tuo voto più tardi.
|
@@ -142,8 +139,6 @@ it:
|
|
142
139
|
message: Il tuo voto non è stato registrato perché non hai ancora completato il processo di votazione. Sei sicuro di voler uscire dal voto?
|
143
140
|
title: Non hai ancora votato
|
144
141
|
filters:
|
145
|
-
category: Categoria
|
146
|
-
scope: Ambito tematico
|
147
142
|
search: Cerca
|
148
143
|
status: Stato
|
149
144
|
status_values:
|
@@ -183,8 +178,6 @@ it:
|
|
183
178
|
more_information_modal: Finestra modale "Maggiori informazioni"
|
184
179
|
projects_per_page: Progetti per pagina
|
185
180
|
resources_permissions_enabled: Le autorizzazioni relative alle azioni possono essere impostate per ogni progetto
|
186
|
-
scope_id: Obiettivo
|
187
|
-
scopes_enabled: Obiettivi abilitati
|
188
181
|
title: Titolo
|
189
182
|
total_budget: Budget totale
|
190
183
|
vote_minimum_budget_projects_number: Numero minimo di progetti da votare
|
data/config/locales/ja.yml
CHANGED
@@ -3,15 +3,12 @@ ja:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: スコープ
|
7
6
|
description: 説明
|
8
7
|
title: タイトル
|
9
8
|
total_budget: 予算の合計
|
10
9
|
weight: 順番の位置
|
11
10
|
project:
|
12
11
|
budget_amount: 予算額
|
13
|
-
decidim_category_id: カテゴリ
|
14
|
-
decidim_scope_id: スコープ
|
15
12
|
description: 説明
|
16
13
|
proposal_ids: 関連する提案
|
17
14
|
proposals: 提案
|
@@ -21,29 +18,35 @@ ja:
|
|
21
18
|
scope_id: スコープ
|
22
19
|
activerecord:
|
23
20
|
models:
|
21
|
+
decidim:
|
22
|
+
budgets:
|
23
|
+
project:
|
24
|
+
text: 'この予算に追加されました: %{link}'
|
24
25
|
decidim/budgets/budget:
|
25
26
|
other: 予算
|
26
27
|
decidim/budgets/project:
|
27
28
|
other: プロジェクト
|
28
29
|
decidim:
|
29
30
|
admin:
|
31
|
+
admin_log:
|
32
|
+
changeset:
|
33
|
+
projects: プロジェクト
|
30
34
|
filters:
|
31
35
|
projects:
|
32
|
-
category_id_eq:
|
33
|
-
label: カテゴリ
|
34
|
-
scope_id_eq:
|
35
|
-
label: スコープ
|
36
36
|
selected_at_null:
|
37
37
|
label: 選択済み
|
38
38
|
values:
|
39
39
|
'false': 選択済み
|
40
40
|
'true': 未選択
|
41
|
+
taxonomies_part_of_contains:
|
42
|
+
label: タクソノミー
|
41
43
|
budgets:
|
42
44
|
actions:
|
43
45
|
attachment_collections: フォルダ
|
44
46
|
attachments: 添付ファイル
|
45
|
-
|
46
|
-
|
47
|
+
confirm_delete_budget: この予算を削除してもよろしいですか?
|
48
|
+
confirm_delete_project: このプロジェクトを削除してもよろしいですか?
|
49
|
+
deleted_budgets_info: 削除された予算はゴミ箱から復元できます。
|
47
50
|
edit: 編集
|
48
51
|
edit_projects: プロジェクトの管理...
|
49
52
|
import: プロジェクトへの提案をインポート
|
@@ -52,14 +55,13 @@ ja:
|
|
52
55
|
preview: プレビュー
|
53
56
|
send_voting_reminders: 投票リマインダーを送信
|
54
57
|
title: アクション
|
58
|
+
view_deleted_budgets: 削除された予算を表示
|
59
|
+
view_deleted_projects: 削除されたプロジェクトを表示
|
55
60
|
admin:
|
56
61
|
budgets:
|
57
62
|
create:
|
58
63
|
invalid: 予算の作成中に問題が発生しました。
|
59
64
|
success: 予算が正常に作成されました。
|
60
|
-
destroy:
|
61
|
-
invalid: 予算の削除中に問題が発生しました。
|
62
|
-
success: 予算を削除しました。
|
63
65
|
edit:
|
64
66
|
title: 予算の編集
|
65
67
|
update: 予算を更新
|
@@ -69,6 +71,8 @@ ja:
|
|
69
71
|
title: 予算
|
70
72
|
users_with_finished_orders: 投票済みのユーザー
|
71
73
|
users_with_pending_orders: 投票保留中のユーザー
|
74
|
+
manage_trash:
|
75
|
+
title: 削除された予算
|
72
76
|
new:
|
73
77
|
create: 予算を作成する
|
74
78
|
title: 新しい予算
|
@@ -86,8 +90,6 @@ ja:
|
|
86
90
|
create:
|
87
91
|
invalid: プロジェクトの作成中に問題が発生しました。
|
88
92
|
success: プロジェクトが正常に作成されました。
|
89
|
-
destroy:
|
90
|
-
success: プロジェクトを削除しました。
|
91
93
|
edit:
|
92
94
|
title: プロジェクトを編集
|
93
95
|
update: 更新
|
@@ -95,9 +97,8 @@ ja:
|
|
95
97
|
actions: アクション
|
96
98
|
cancel: キャンセル
|
97
99
|
change_budget:
|
98
|
-
change_category: カテゴリの変更
|
99
|
-
change_scope: スコープの変更
|
100
100
|
change_selected: 選択した状態を変更
|
101
|
+
change_taxonomies: タクソノミーを変更
|
101
102
|
deselect_implementation: 実装から選択解除
|
102
103
|
finished_orders: 完了した投票
|
103
104
|
pending_orders: 保留中の投票
|
@@ -109,7 +110,8 @@ ja:
|
|
109
110
|
title: プロジェクト
|
110
111
|
update: 更新
|
111
112
|
update_budget_button: プロジェクトの予算を更新
|
112
|
-
|
113
|
+
manage_trash:
|
114
|
+
title: 削除されたプロジェクト
|
113
115
|
new:
|
114
116
|
create: 作成
|
115
117
|
title: 新規プロジェクト
|
@@ -117,28 +119,23 @@ ja:
|
|
117
119
|
invalid: プロジェクトの更新中に問題が発生しました。
|
118
120
|
success: プロジェクトを更新しました。
|
119
121
|
update_budget:
|
120
|
-
invalid: 'これらのプロジェクトは既に同じ予算に含まれているか、予算が最大許容額を超えています: %{
|
121
|
-
select_a_project: プロジェクトを選択してください。
|
122
|
-
success: 'プロジェクトが %{subject_name} 予算に更新されました: %{projects}。'
|
123
|
-
update_category:
|
124
|
-
invalid: 'これらのプロジェクトは既に %{subject_name} カテゴリを持っています: %{projects}'
|
125
|
-
select_a_category: カテゴリを選択してください。
|
122
|
+
invalid: 'これらのプロジェクトは既に同じ予算に含まれているか、予算が最大許容額を超えています: %{errored}。'
|
126
123
|
select_a_project: プロジェクトを選択してください。
|
127
|
-
success: '
|
128
|
-
update_scope:
|
129
|
-
invalid: 'これらのプロジェクトは既に %{subject_name} スコープを持っています: %{projects}'
|
130
|
-
select_a_project: プロジェクトを選択してください。
|
131
|
-
select_a_scope: スコープを選択してください。
|
132
|
-
success: 'プロジェクトは %{subject_name} スコープに正常に更新されました: %{projects}'
|
124
|
+
success: 'プロジェクトの予算 %{subject_name} を更新しました: %{successful}。'
|
133
125
|
update_selected:
|
134
126
|
invalid:
|
135
|
-
selected: 'これらのプロジェクトはすでに実装のために選択されています: %{
|
136
|
-
unselected: '
|
127
|
+
selected: 'これらのプロジェクトはすでに実装のために選択されています: %{errored}。'
|
128
|
+
unselected: 'これらのプロジェクトはすでに実装から選択解除されています: %{errored}。'
|
137
129
|
select_a_project: プロジェクトを選択してください。
|
138
130
|
select_a_selection: 実装状態を選択してください。
|
139
131
|
success:
|
140
|
-
selected: '
|
141
|
-
unselected: '
|
132
|
+
selected: 'これらのプロジェクトは、実装に選択されました: %{successful}。'
|
133
|
+
unselected: 'これらのプロジェクトは、実装から選択解除されました: %{successful}。'
|
134
|
+
update_taxonomies:
|
135
|
+
invalid: 'タクソノミー %{taxonomies} はこれらのプロジェクトにすでに割り当てられています: %{errored}.'
|
136
|
+
select_a_project: プロジェクトを選択してください。
|
137
|
+
select_a_taxonomy: タクソノミーを選択してください。
|
138
|
+
success: 'プロジェクトのタクソノミー %{taxonomies} を更新しました: %{successful}。'
|
142
139
|
proposals_imports:
|
143
140
|
create:
|
144
141
|
invalid: 提案をプロジェクトにインポートする際に問題が発生しました。
|
@@ -160,10 +157,14 @@ ja:
|
|
160
157
|
budget:
|
161
158
|
create: "%{user_name} が予算 %{resource_name} を %{space_name} に作成しました。"
|
162
159
|
delete: "%{user_name} が予算 %{resource_name} をスコープ %{space_name} から削除しました。"
|
160
|
+
restore: "%{user_name} が %{space_name} の予算 %{resource_name} を復元しました"
|
161
|
+
soft_delete: "%{user_name} が %{space_name} の予算 %{resource_name} をゴミ箱に移動しました"
|
163
162
|
update: "%{user_name} がスコープ %{space_name} の予算 %{resource_name} を更新しました。"
|
164
163
|
project:
|
165
164
|
create: "%{user_name} が %{resource_name} スペースで %{space_name} プロジェクトを作成しました"
|
166
165
|
delete: "%{user_name} が %{resource_name} スペースの %{space_name} プロジェクトを削除しました"
|
166
|
+
restore: "%{user_name} が %{space_name} のプロジェクト %{resource_name} を復元しました"
|
167
|
+
soft_delete: "%{user_name} は %{space_name} のプロジェクト %{resource_name} をゴミ箱に移動しました"
|
167
168
|
update: "%{user_name} が %{resource_name} スペースの %{space_name} プロジェクトを更新しました"
|
168
169
|
budget_information_modal:
|
169
170
|
back_to: '%{component_name} に戻る'
|
@@ -192,6 +193,8 @@ ja:
|
|
192
193
|
vote: 投票
|
193
194
|
voted_budgets: 投票された予算
|
194
195
|
voted_on: '%{links} に投票しました。'
|
196
|
+
creation:
|
197
|
+
text: この予算に追加されました:
|
195
198
|
last_activity:
|
196
199
|
new_vote_at: 新しい予算投票日時
|
197
200
|
limit_announcement:
|
@@ -205,16 +208,27 @@ ja:
|
|
205
208
|
total_budget: 予算の合計
|
206
209
|
project:
|
207
210
|
fields:
|
208
|
-
category: カテゴリ
|
209
211
|
id: ID
|
210
212
|
map: 地図
|
213
|
+
taxonomies: タクソノミー
|
211
214
|
title: タイトル
|
215
|
+
order:
|
216
|
+
status:
|
217
|
+
continue_voting: 投票を続ける
|
218
|
+
download_vote: 投票のダウンロード
|
219
|
+
pending_to_vote_budgets:
|
220
|
+
other: 他の予算に投票できます
|
221
|
+
share_vote: 投票を共有する
|
222
|
+
title: 投票は正常に承認されました
|
223
|
+
view_votes:
|
224
|
+
other: 投票を表示
|
225
|
+
votes_count:
|
226
|
+
other: あなたの%{count}票は、%{budget_name}に対してすでに登録されています。
|
212
227
|
order_summary_mailer:
|
213
228
|
order_summary:
|
214
229
|
selected_projects: '選択したプロジェクトは次のとおりです。'
|
215
230
|
subject: 参加型スペース%{space_name} に投票しました
|
216
231
|
voted_on_space: '%{budget_name} 参加型スペースの %{space_name} 予算に投票しました。'
|
217
|
-
voted_on_space_with_scope: '%{budget_name} (%{space_name}) の %{scope_name} 参加型スペースの %{scope_type} 予算に投票しました。'
|
218
232
|
projects:
|
219
233
|
budget_confirm:
|
220
234
|
are_you_sure: 気が変わった場合は、後で投票を変更できます。
|
@@ -248,8 +262,6 @@ ja:
|
|
248
262
|
message: 投票プロセスがまだ完了していないため、投票が登録されていません。投票を終了してもよろしいですか?
|
249
263
|
title: まだ投票していません
|
250
264
|
filters:
|
251
|
-
category: カテゴリ
|
252
|
-
scope: スコープ
|
253
265
|
search: 検索
|
254
266
|
status: 状態
|
255
267
|
status_values:
|
@@ -316,19 +328,22 @@ ja:
|
|
316
328
|
settings:
|
317
329
|
global:
|
318
330
|
announcement: お知らせ
|
331
|
+
clear_all: すべてクリア
|
319
332
|
comments_enabled: コメントを有効にする
|
320
333
|
comments_max_length: コメント最大長 (デフォルト値は 0 のまま)
|
334
|
+
define_taxonomy_filters: この設定を使用する前に、参加型スペースのフィルターをいくつか定義してください。
|
321
335
|
form:
|
322
336
|
errors:
|
323
337
|
budget_voting_rule_only_one: 有効にできる投票ルールは1つのみです。
|
324
338
|
budget_voting_rule_required: 投票ルールが1つ必要です。
|
325
|
-
geocoding_enabled:
|
339
|
+
geocoding_enabled: マップは有効です
|
326
340
|
landing_page_content: 予算ランディングページ
|
327
341
|
more_information_modal: 詳しい情報
|
342
|
+
no_taxonomy_filters_found: タクソノミーフィルタが見つかりません。
|
328
343
|
projects_per_page: ページあたりのプロジェクト数
|
329
344
|
resources_permissions_enabled: プロジェクトごとにアクションの権限を設定できます
|
330
|
-
|
331
|
-
|
345
|
+
taxonomy_filters: コンポーネントのフィルタを選択
|
346
|
+
taxonomy_filters_add: フィルターを追加
|
332
347
|
title: タイトル
|
333
348
|
total_budget: 予算の合計
|
334
349
|
vote_minimum_budget_projects_number: 投票するプロジェクトの最小数
|
@@ -356,6 +371,18 @@ ja:
|
|
356
371
|
disabled: 投票は無効です
|
357
372
|
enabled: 投票は有効になっています
|
358
373
|
finished: 投票完了
|
374
|
+
download_your_data:
|
375
|
+
help:
|
376
|
+
orders:
|
377
|
+
budget: 注文に関連する予算
|
378
|
+
checked_out_at: 注文がチェックアウトされた日時
|
379
|
+
component: 注文に関連するコンポーネント
|
380
|
+
created_at: 注文の作成日時
|
381
|
+
id: 注文の固有ID
|
382
|
+
projects: 注文が投票したプロジェクト
|
383
|
+
updated_at: 注文の更新日時
|
384
|
+
show:
|
385
|
+
projects: プロジェクトのエクスポート
|
359
386
|
events:
|
360
387
|
budgets:
|
361
388
|
budget_published:
|
@@ -363,11 +390,34 @@ ja:
|
|
363
390
|
email_outro: '%{participatory_space_title} をフォローしているため、この通知を受け取りました。前のリンク先から、通知の受信を停止することができます。'
|
364
391
|
email_subject: '%{resource_title} の予算が %{participatory_space_title} に有効になりました。'
|
365
392
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> の予算が %{participatory_space_title} に有効になりました。
|
393
|
+
open_data:
|
394
|
+
help:
|
395
|
+
projects:
|
396
|
+
address: プロジェクトのアドレス (もしあれば)
|
397
|
+
budget: プロジェクトの予算(例:「2021年度予算」)に関するデータ
|
398
|
+
budget_amount: このプロジェクトの予算の合計
|
399
|
+
comments: このプロジェクトが受け取ったコメント数
|
400
|
+
component: プロジェクトが属するコンポーネント
|
401
|
+
confirmed_votes: このプロジェクトが受け取った確認済み投票数
|
402
|
+
created_at: プロジェクトの作成日時
|
403
|
+
description: プロジェクトの説明
|
404
|
+
follows_count: プロジェクトのフォロー数
|
405
|
+
id: プロジェクトの固有ID
|
406
|
+
latitude: プロジェクトに物理的な場所がある場合のその緯度
|
407
|
+
longitude: プロジェクトに物理的な場所がある場合のその経度
|
408
|
+
participatory_space: このプロジェクトが所属するスペース(参加型プロセス、参加スペースなど)
|
409
|
+
reference: プロジェクトのユニークな参照
|
410
|
+
related_proposal_titles: 関連する提案のタイトル
|
411
|
+
related_proposal_urls: 関連する提案のURL
|
412
|
+
related_proposals: このプロジェクトに関連する提案
|
413
|
+
selected_at: プロジェクトが選択された日時
|
414
|
+
taxonomies: このプロジェクトのタクソノミー
|
415
|
+
title: プロジェクトのタイトル
|
416
|
+
updated_at: プロジェクトの更新日時
|
417
|
+
url: プロジェクトの URL
|
366
418
|
orders:
|
367
419
|
checkout:
|
368
420
|
error: 投票処理中に問題が発生しました。
|
369
|
-
success_html: <p>あなたの投票は正常に受理されました。</p> <p class="text-sm font-normal"> <a class="text-secondary underline" href="%{rest_of_budgets_link}">残りの予算</a>を探索できます。</p>
|
370
|
-
success_no_left_budgets_html: 投票が正常に受理されました。
|
371
421
|
destroy:
|
372
422
|
error: 投票の取り消し中に問題が発生しました。
|
373
423
|
success: 投票をキャンセルしました。
|
data/config/locales/kaa.yml
CHANGED
data/config/locales/ko.yml
CHANGED
@@ -3,12 +3,9 @@ ko:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: 범위
|
7
6
|
description: 상세정보
|
8
7
|
title: 제목
|
9
8
|
project:
|
10
|
-
decidim_category_id: 카테고리
|
11
|
-
decidim_scope_id: 범위
|
12
9
|
description: 상세정보
|
13
10
|
proposal_ids: 포함된 제안
|
14
11
|
proposals: 제안
|
@@ -23,10 +20,6 @@ ko:
|
|
23
20
|
admin:
|
24
21
|
filters:
|
25
22
|
projects:
|
26
|
-
category_id_eq:
|
27
|
-
label: 카테고리
|
28
|
-
scope_id_eq:
|
29
|
-
label: 범위
|
30
23
|
selected_at_null:
|
31
24
|
label: 선택됨
|
32
25
|
budgets:
|
@@ -37,19 +30,14 @@ ko:
|
|
37
30
|
projects:
|
38
31
|
create:
|
39
32
|
success: 프로젝트가 성공적으로 생성되었습니다.
|
40
|
-
destroy:
|
41
|
-
success: 프로젝트가 성공적으로 삭제되었습니다.
|
42
33
|
edit:
|
43
34
|
title: 프로젝트 수정
|
44
35
|
update: 업데이트
|
45
36
|
index:
|
46
37
|
actions: 작업
|
47
38
|
cancel: 취소
|
48
|
-
change_category: 카테고리 변경
|
49
|
-
change_scope: 범위 변경
|
50
39
|
title: 프로젝트
|
51
40
|
update: 업데이트
|
52
|
-
update_scope_button: 범위 업데이트
|
53
41
|
new:
|
54
42
|
create: 생성하기
|
55
43
|
title: 새 프로젝트
|
data/config/locales/lb.yml
CHANGED
@@ -4,8 +4,6 @@ lb:
|
|
4
4
|
attributes:
|
5
5
|
project:
|
6
6
|
budget_amount: Höhe des Budgets
|
7
|
-
decidim_category_id: Kategorie
|
8
|
-
decidim_scope_id: Umfang
|
9
7
|
description: Beschreibung
|
10
8
|
proposal_ids: Ähnliche Vorschläge
|
11
9
|
selected: Zur Implementierung ausgewählt
|
@@ -20,8 +18,6 @@ lb:
|
|
20
18
|
actions:
|
21
19
|
attachment_collections: Ordner
|
22
20
|
attachments: Anhänge
|
23
|
-
confirm_destroy: Möchten Sie dieses Projekt wirklich löschen?
|
24
|
-
destroy: Löschen
|
25
21
|
edit: Bearbeiten
|
26
22
|
edit_projects: Projekte verwalten
|
27
23
|
import: Vorschläge in Projekte importieren
|
@@ -94,12 +90,14 @@ lb:
|
|
94
90
|
project:
|
95
91
|
fields:
|
96
92
|
title: Titel
|
93
|
+
order:
|
94
|
+
status:
|
95
|
+
title: Ihre Stimme wurde erfolgreich angenommen
|
97
96
|
order_summary_mailer:
|
98
97
|
order_summary:
|
99
98
|
selected_projects: 'Die ausgewählten Projekte sind:'
|
100
99
|
subject: Sie haben im Beteiligungsbereich %{space_name} abgestimmt
|
101
100
|
voted_on_space: Sie haben für das %{budget_name} Budget for the %{space_name} abgestimmt.
|
102
|
-
voted_on_space_with_scope: Sie haben für das %{budget_name} Budget for the %{space_name} innerhalb %{scope_name} (%{scope_type}) abgestimmt.
|
103
101
|
projects:
|
104
102
|
budget_confirm:
|
105
103
|
are_you_sure: Wenn du deine Meinung änderst, kannst du deine Stimme nachträglich ändern.
|
@@ -121,8 +119,6 @@ lb:
|
|
121
119
|
one: 1 Projekt
|
122
120
|
other: "%{count} Projekte"
|
123
121
|
filters:
|
124
|
-
category: Kategorie
|
125
|
-
scope: Umfang
|
126
122
|
search: Suche
|
127
123
|
status: Status
|
128
124
|
status_values:
|
@@ -162,8 +158,6 @@ lb:
|
|
162
158
|
more_information_modal: Weitere Informationen
|
163
159
|
projects_per_page: Projekte pro Seite
|
164
160
|
resources_permissions_enabled: Berechtigungen können für jedes Projekt festgelegt werden
|
165
|
-
scope_id: Bereich
|
166
|
-
scopes_enabled: Bereiche aktiviert
|
167
161
|
title: Titel
|
168
162
|
total_budget: Gesamtbudget; Gesamtetat
|
169
163
|
vote_minimum_budget_projects_number: Mindestanzahl von Projekten, um abzustimmen
|
data/config/locales/lt.yml
CHANGED
@@ -3,15 +3,12 @@ lt:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Apimtis
|
7
6
|
description: Aprašymas
|
8
7
|
title: Pavadinimas
|
9
8
|
total_budget: Visas biudžetas
|
10
9
|
weight: Vieta eilėje
|
11
10
|
project:
|
12
11
|
budget_amount: Biudžeto dydis
|
13
|
-
decidim_category_id: Kategorija
|
14
|
-
decidim_scope_id: Apimtis
|
15
12
|
description: Aprašymas
|
16
13
|
proposal_ids: Susiję pasiūlymai
|
17
14
|
proposals: Pasiūlymai
|
@@ -30,10 +27,6 @@ lt:
|
|
30
27
|
admin:
|
31
28
|
filters:
|
32
29
|
projects:
|
33
|
-
category_id_eq:
|
34
|
-
label: Kategorija
|
35
|
-
scope_id_eq:
|
36
|
-
label: Apimtis
|
37
30
|
selected_at_null:
|
38
31
|
label: Pasirinktas
|
39
32
|
values:
|
@@ -43,8 +36,6 @@ lt:
|
|
43
36
|
actions:
|
44
37
|
attachment_collections: Aplankai
|
45
38
|
attachments: Priedai
|
46
|
-
confirm_destroy: Ar tikrai norite ištrinti šį projektą?
|
47
|
-
destroy: Ištrinti
|
48
39
|
edit: Redaguoti
|
49
40
|
edit_projects: Valdyti projektus
|
50
41
|
import: Importuoti pasiūlymus į projektus
|
@@ -56,9 +47,6 @@ lt:
|
|
56
47
|
create:
|
57
48
|
invalid: Kuriant šį biudžetą iškilo problema.
|
58
49
|
success: Biudžetas sukurtas sėkmingai.
|
59
|
-
destroy:
|
60
|
-
invalid: Ištrinant šį biudžetą iškilo problema.
|
61
|
-
success: Biudžetas sėkmingai ištrintas.
|
62
50
|
edit:
|
63
51
|
title: Koreguoti biudžetą
|
64
52
|
update: Atnaujinti biudžetą
|
@@ -85,16 +73,12 @@ lt:
|
|
85
73
|
create:
|
86
74
|
invalid: Kuriant šį projektą iškilo problema.
|
87
75
|
success: Projektas sukurtas sėkmingai.
|
88
|
-
destroy:
|
89
|
-
success: Projektas ištrintas sėkmingai.
|
90
76
|
edit:
|
91
77
|
title: Redaguoti projektą
|
92
78
|
update: Atnaujinti
|
93
79
|
index:
|
94
80
|
actions: Veiksmai
|
95
81
|
cancel: Atšaukti
|
96
|
-
change_category: Keisti kategoriją
|
97
|
-
change_scope: Keisti sritį
|
98
82
|
change_selected: Keisti pasirinktą būseną
|
99
83
|
deselect_implementation: Nebepasirinkti įgyvendinimui
|
100
84
|
finished_orders: Baigti balsavimai
|
@@ -103,32 +87,15 @@ lt:
|
|
103
87
|
selected: Pasirinkta
|
104
88
|
title: Projektai
|
105
89
|
update: Atnaujinimas
|
106
|
-
update_scope_button: Atnaujinti sritį
|
107
90
|
new:
|
108
91
|
create: Sukurti
|
109
92
|
title: Naujas projektas
|
110
93
|
update:
|
111
94
|
invalid: Atnaujinant šį projektą iškilo problema.
|
112
95
|
success: Projektas atnaujintas.
|
113
|
-
update_category:
|
114
|
-
invalid: 'Šie projektai turi %{subject_name} kategoriją: %{projects}.'
|
115
|
-
select_a_category: Pasirinkite kategoriją.
|
116
|
-
select_a_project: Pasirinkite projektą.
|
117
|
-
success: 'Projektai sėkmingai atnaujinti %{subject_name} kategorijoje: %{projects}.'
|
118
|
-
update_scope:
|
119
|
-
invalid: 'Šie projektai jau turi %{subject_name} sritį: %{projects}.'
|
120
|
-
select_a_project: Pasirinkite projektą.
|
121
|
-
select_a_scope: Pasirinkite apimtį.
|
122
|
-
success: 'Projektai sėkmingai atnaujinti %{subject_name} srityje: %{projects}.'
|
123
96
|
update_selected:
|
124
|
-
invalid:
|
125
|
-
selected: 'Šie projektai jau pasirinkti įgyvendinimui: %{projects}.'
|
126
|
-
unselected: 'Šie projektai jau nebėra pasirinkti įgyvendinimui: %{projects}.'
|
127
97
|
select_a_project: Pasirinkite projektą.
|
128
98
|
select_a_selection: Prašau pasirinkite įgyvendinimo būseną.
|
129
|
-
success:
|
130
|
-
selected: 'Šie projektai jau pasirinkti įgyvendinimui: %{projects}.'
|
131
|
-
unselected: 'Šių projektų įgyvendinimo atsisakyta: %{projects}.'
|
132
99
|
proposals_imports:
|
133
100
|
create:
|
134
101
|
invalid: Importuojant pasiūlymus į projektus kilo problema.
|
@@ -188,15 +155,16 @@ lt:
|
|
188
155
|
total_budget: Visas biudžetas
|
189
156
|
project:
|
190
157
|
fields:
|
191
|
-
category: Kategorija
|
192
158
|
id: ID
|
193
159
|
title: Pavadinimas
|
160
|
+
order:
|
161
|
+
status:
|
162
|
+
title: Jūsų balsas įskaitytas
|
194
163
|
order_summary_mailer:
|
195
164
|
order_summary:
|
196
165
|
selected_projects: 'Jūsų pasirinkti projektai:'
|
197
166
|
subject: Jūs balsavote dalyvaujamojo proceso erdvėje %{space_name}
|
198
167
|
voted_on_space: Jūs balsavote dėl dalyvaujamojo proceso erdvės %{space_name} biudžeto %{budget_name}.
|
199
|
-
voted_on_space_with_scope: Jūs balsavote %{budget_name} biudžete %{space_name} dalyvaujamojoje erdvėje dėl %{scope_name}(%{scope_type}).
|
200
168
|
projects:
|
201
169
|
budget_confirm:
|
202
170
|
are_you_sure: Jeigu persigalvosite, galėsite balsuoti iš naujo.
|
@@ -232,8 +200,6 @@ lt:
|
|
232
200
|
message: Jūsų balsas nebuvo registruotas nes dar neįvykdėte viso balsavimo proceso. Ar tikrai norite išeiti iš balsavimo aplinkos?
|
233
201
|
title: Dar nebasavote
|
234
202
|
filters:
|
235
|
-
category: Kategorija
|
236
|
-
scope: Apimtis
|
237
203
|
search: Ieškoti
|
238
204
|
status: Būsena
|
239
205
|
status_values:
|
@@ -311,13 +277,10 @@ lt:
|
|
311
277
|
errors:
|
312
278
|
budget_voting_rule_only_one: Turi būti įjungta tik viena balsavimo taisyklė.
|
313
279
|
budget_voting_rule_required: Būtina viena balsavimo taisyklė.
|
314
|
-
geocoding_enabled: Geokodavimas įjungtas
|
315
280
|
landing_page_content: Biudžetų numatytasis puslapis
|
316
281
|
more_information_modal: Išsamesnės informacijos modalinis langas
|
317
282
|
projects_per_page: Projektų skaičius puslapyje
|
318
283
|
resources_permissions_enabled: Kiekvienam projektui galima nustatyti leistinus veiksmus
|
319
|
-
scope_id: Apimtis
|
320
|
-
scopes_enabled: Apimtys įjungtos
|
321
284
|
title: Pavadinimas
|
322
285
|
total_budget: Visas biudžetas
|
323
286
|
vote_minimum_budget_projects_number: Mažiausias projektų, už kuriuos galima balsuoti, skaičius
|
@@ -355,8 +318,6 @@ lt:
|
|
355
318
|
orders:
|
356
319
|
checkout:
|
357
320
|
error: Apdorojant jūsų balsą iškilo problema.
|
358
|
-
success_html: <p>Jūsų balsas sėkmingai priimtas.</p><p class="text-sm font-normal">Galite peržiūrėti<a class="text-secondary underline" href="%{rest_of_budgets_link}">kitus biudžetus</a>.</p>
|
359
|
-
success_no_left_budgets_html: Jūsų balsas įskaitytas.
|
360
321
|
destroy:
|
361
322
|
error: Atšaukiant jūsų balsą iškilo problema.
|
362
323
|
success: Jūsų balsas atšauktas.
|