decidim-initiatives 0.24.3 → 0.25.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/initiatives/content_blocks/highlighted_initiatives/show.erb +2 -0
- data/app/cells/decidim/initiatives/initiative_m_cell.rb +1 -3
- data/app/commands/decidim/initiatives/attachment_methods.rb +2 -1
- data/app/controllers/concerns/decidim/initiatives/admin/initiative_admin.rb +7 -0
- data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +7 -1
- data/app/controllers/decidim/initiatives/admin/initiatives_permissions_controller.rb +27 -0
- data/app/controllers/decidim/initiatives/admin/initiatives_types_controller.rb +0 -2
- data/app/controllers/decidim/initiatives/initiatives_controller.rb +4 -0
- data/app/controllers/decidim/initiatives/versions_controller.rb +6 -0
- data/app/forms/decidim/initiatives/admin/initiative_type_form.rb +5 -1
- data/app/forms/decidim/initiatives/initiative_form.rb +2 -1
- data/app/helpers/decidim/initiatives/admin/initiatives_helper.rb +25 -0
- data/app/jobs/decidim/initiatives/export_initiatives_job.rb +12 -5
- data/app/models/decidim/initiative.rb +21 -15
- data/app/models/decidim/initiatives_type.rb +3 -1
- data/app/packs/entrypoints/decidim_initiatives.js +6 -0
- data/app/packs/entrypoints/decidim_initiatives_admin.js +3 -0
- data/app/packs/entrypoints/decidim_initiatives_initiatives_votes.js +1 -0
- data/app/packs/entrypoints/decidim_initiatives_initiatives_votes.scss +1 -0
- data/app/packs/entrypoints/decidim_initiatives_print.js +1 -0
- data/app/packs/entrypoints/decidim_initiatives_print.scss +1 -0
- data/app/{assets/images/decidim/gamification/badges/initiatives.svg → packs/images/decidim/gamification/badges/decidim_gamification_badges_initiatives.svg} +0 -0
- data/app/{assets/images/decidim/initiatives/icon.svg → packs/images/decidim/initiatives/decidim_initiatives.svg} +0 -0
- data/app/{assets/javascripts/decidim/initiatives/admin/initiatives_types.js.es6 → packs/src/decidim/initiatives/admin/initiatives_types.js} +0 -0
- data/app/{assets/javascripts → packs/src}/decidim/initiatives/admin/invite_users.js +2 -2
- data/app/packs/src/decidim/initiatives/application.js +3 -0
- data/app/{assets/javascripts → packs/src}/decidim/initiatives/identity_selector_dialog.js +2 -2
- data/app/{assets/javascripts → packs/src}/decidim/initiatives/scoped_type.js +2 -2
- data/app/{assets/stylesheet/decidim/initiatives/admin.css.scss → packs/stylesheets/decidim/initiatives/admin.scss} +0 -0
- data/app/{assets/stylesheet/decidim/initiatives/initiatives-votes.css.scss → packs/stylesheets/decidim/initiatives/initiatives-votes.scss} +0 -0
- data/app/{assets/stylesheet → packs/stylesheets}/decidim/initiatives/initiatives.scss +3 -3
- data/app/{assets/stylesheet/decidim/initiatives/popularity_item.css.scss → packs/stylesheets/decidim/initiatives/popularity_item.scss} +0 -0
- data/app/{assets/stylesheet/decidim/initiatives/print-initiative.css.scss → packs/stylesheets/decidim/initiatives/print-initiative.scss} +0 -0
- data/app/{assets/stylesheet/decidim/initiatives/statistics.css.scss → packs/stylesheets/decidim/initiatives/statistics.scss} +0 -0
- data/app/queries/decidim/initiatives/admin/admin_users.rb +13 -8
- data/app/views/decidim/initiatives/admin/committee_requests/index.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/exports/_dropdown.html.erb +19 -3
- data/app/views/decidim/initiatives/admin/initiatives/_form.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives/index.html.erb +17 -14
- data/app/views/decidim/initiatives/admin/initiatives/show.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives_types/_form.html.erb +1 -1
- data/app/views/decidim/initiatives/committee_requests/new.html.erb +2 -2
- data/app/views/decidim/initiatives/create_initiative/_share_committee_link.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_author.html.erb +4 -4
- data/app/views/decidim/initiatives/initiatives/_committee_members.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_filters.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_form.html.erb +2 -2
- data/app/views/decidim/initiatives/initiatives/index.html.erb +0 -3
- data/app/views/decidim/initiatives/initiatives/print.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/show.html.erb +2 -2
- data/app/views/layouts/decidim/_initiative_header.html.erb +1 -1
- data/app/views/layouts/decidim/admin/initiative.html.erb +4 -51
- data/app/views/layouts/decidim/admin/initiatives.html.erb +1 -1
- data/app/views/layouts/decidim/admin/initiatives_votes.pdf.erb +1 -1
- data/app/views/layouts/decidim/initiative_creation.html.erb +1 -1
- data/app/views/layouts/decidim/initiative_signature_creation.html.erb +1 -1
- data/config/assets.rb +12 -0
- data/config/locales/ar.yml +2 -5
- data/config/locales/ca.yml +5 -6
- data/config/locales/cs.yml +5 -6
- data/config/locales/de.yml +5 -6
- data/config/locales/el.yml +2 -5
- data/config/locales/en.yml +8 -6
- data/config/locales/es-MX.yml +5 -6
- data/config/locales/es-PY.yml +5 -6
- data/config/locales/es.yml +5 -6
- data/config/locales/eu.yml +2 -5
- data/config/locales/fi-plain.yml +5 -6
- data/config/locales/fi.yml +5 -6
- data/config/locales/fr-CA.yml +2 -6
- data/config/locales/fr-LU.yml +613 -0
- data/config/locales/fr.yml +2 -6
- data/config/locales/gl.yml +5 -5
- data/config/locales/hu.yml +2 -6
- data/config/locales/id-ID.yml +2 -5
- data/config/locales/is-IS.yml +2 -5
- data/config/locales/it.yml +120 -5
- data/config/locales/ja.yml +112 -20
- data/config/locales/lb-LU.yml +1 -0
- data/config/locales/lv.yml +2 -5
- data/config/locales/nl.yml +5 -6
- data/config/locales/no.yml +2 -6
- data/config/locales/pl.yml +5 -6
- data/config/locales/pt-BR.yml +187 -5
- data/config/locales/pt.yml +2 -5
- data/config/locales/ro-RO.yml +45 -6
- data/config/locales/ru.yml +2 -5
- data/config/locales/sk.yml +2 -5
- data/config/locales/sv.yml +4 -6
- data/config/locales/tr-TR.yml +2 -6
- data/config/locales/uk.yml +2 -5
- data/config/locales/zh-CN.yml +2 -6
- data/db/migrate/20191002082220_move_signature_type_to_initative_type.rb +1 -1
- data/lib/decidim/api/initiative_api_type.rb +4 -0
- data/lib/decidim/initiatives/admin_engine.rb +70 -25
- data/lib/decidim/initiatives/engine.rb +5 -11
- data/lib/decidim/initiatives/participatory_space.rb +16 -3
- data/lib/decidim/initiatives/version.rb +1 -1
- metadata +41 -55
- data/app/assets/config/admin_decidim_initiatives_manifest.js +0 -4
- data/app/assets/config/decidim_initiatives_manifest.css +0 -3
- data/app/assets/config/decidim_initiatives_manifest.js +0 -5
- data/app/assets/javascripts/decidim/initiatives/application.js +0 -1
- data/app/helpers/decidim/initiatives/admin/initiative_admin_menu_helper.rb +0 -15
- data/config/locales/ja-JP.yml +0 -529
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-initiatives
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Salvador Perez Garcia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-admin
|
@@ -16,76 +16,56 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.25.0.rc1
|
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.
|
26
|
+
version: 0.25.0.rc1
|
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.
|
33
|
+
version: 0.25.0.rc1
|
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.
|
40
|
+
version: 0.25.0.rc1
|
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.
|
47
|
+
version: 0.25.0.rc1
|
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.
|
54
|
+
version: 0.25.0.rc1
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: decidim-verifications
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
61
|
+
version: 0.25.0.rc1
|
62
62
|
type: :runtime
|
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.
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: kaminari
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '1.2'
|
76
|
-
- - ">="
|
77
|
-
- !ruby/object:Gem::Version
|
78
|
-
version: 1.2.1
|
79
|
-
type: :runtime
|
80
|
-
prerelease: false
|
81
|
-
version_requirements: !ruby/object:Gem::Requirement
|
82
|
-
requirements:
|
83
|
-
- - "~>"
|
84
|
-
- !ruby/object:Gem::Version
|
85
|
-
version: '1.2'
|
86
|
-
- - ">="
|
87
|
-
- !ruby/object:Gem::Version
|
88
|
-
version: 1.2.1
|
68
|
+
version: 0.25.0.rc1
|
89
69
|
- !ruby/object:Gem::Dependency
|
90
70
|
name: origami
|
91
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -134,14 +114,14 @@ dependencies:
|
|
134
114
|
requirements:
|
135
115
|
- - "~>"
|
136
116
|
- !ruby/object:Gem::Version
|
137
|
-
version: '1
|
117
|
+
version: '2.1'
|
138
118
|
type: :runtime
|
139
119
|
prerelease: false
|
140
120
|
version_requirements: !ruby/object:Gem::Requirement
|
141
121
|
requirements:
|
142
122
|
- - "~>"
|
143
123
|
- !ruby/object:Gem::Version
|
144
|
-
version: '1
|
124
|
+
version: '2.1'
|
145
125
|
- !ruby/object:Gem::Dependency
|
146
126
|
name: wkhtmltopdf-binary
|
147
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -162,14 +142,14 @@ dependencies:
|
|
162
142
|
requirements:
|
163
143
|
- - '='
|
164
144
|
- !ruby/object:Gem::Version
|
165
|
-
version: 0.
|
145
|
+
version: 0.25.0.rc1
|
166
146
|
type: :development
|
167
147
|
prerelease: false
|
168
148
|
version_requirements: !ruby/object:Gem::Requirement
|
169
149
|
requirements:
|
170
150
|
- - '='
|
171
151
|
- !ruby/object:Gem::Version
|
172
|
-
version: 0.
|
152
|
+
version: 0.25.0.rc1
|
173
153
|
description: Citizen initiatives plugin for decidim.
|
174
154
|
email:
|
175
155
|
- jsperezg@gmail.com
|
@@ -179,22 +159,6 @@ extra_rdoc_files: []
|
|
179
159
|
files:
|
180
160
|
- README.md
|
181
161
|
- Rakefile
|
182
|
-
- app/assets/config/admin_decidim_initiatives_manifest.js
|
183
|
-
- app/assets/config/decidim_initiatives_manifest.css
|
184
|
-
- app/assets/config/decidim_initiatives_manifest.js
|
185
|
-
- app/assets/images/decidim/gamification/badges/initiatives.svg
|
186
|
-
- app/assets/images/decidim/initiatives/icon.svg
|
187
|
-
- app/assets/javascripts/decidim/initiatives/admin/initiatives_types.js.es6
|
188
|
-
- app/assets/javascripts/decidim/initiatives/admin/invite_users.js
|
189
|
-
- app/assets/javascripts/decidim/initiatives/application.js
|
190
|
-
- app/assets/javascripts/decidim/initiatives/identity_selector_dialog.js
|
191
|
-
- app/assets/javascripts/decidim/initiatives/scoped_type.js
|
192
|
-
- app/assets/stylesheet/decidim/initiatives/admin.css.scss
|
193
|
-
- app/assets/stylesheet/decidim/initiatives/initiatives-votes.css.scss
|
194
|
-
- app/assets/stylesheet/decidim/initiatives/initiatives.scss
|
195
|
-
- app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss
|
196
|
-
- app/assets/stylesheet/decidim/initiatives/print-initiative.css.scss
|
197
|
-
- app/assets/stylesheet/decidim/initiatives/statistics.css.scss
|
198
162
|
- app/cells/decidim/initiative_activity_cell.rb
|
199
163
|
- app/cells/decidim/initiatives/content_blocks/highlighted_initiatives/show.erb
|
200
164
|
- app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_cell.rb
|
@@ -242,6 +206,7 @@ files:
|
|
242
206
|
- app/controllers/decidim/initiatives/admin/components_controller.rb
|
243
207
|
- app/controllers/decidim/initiatives/admin/initiative_attachments_controller.rb
|
244
208
|
- app/controllers/decidim/initiatives/admin/initiatives_controller.rb
|
209
|
+
- app/controllers/decidim/initiatives/admin/initiatives_permissions_controller.rb
|
245
210
|
- app/controllers/decidim/initiatives/admin/initiatives_type_scopes_controller.rb
|
246
211
|
- app/controllers/decidim/initiatives/admin/initiatives_types_controller.rb
|
247
212
|
- app/controllers/decidim/initiatives/admin/initiatives_types_permissions_controller.rb
|
@@ -278,7 +243,7 @@ files:
|
|
278
243
|
- app/forms/decidim/initiatives/previous_form.rb
|
279
244
|
- app/forms/decidim/initiatives/select_initiative_type_form.rb
|
280
245
|
- app/forms/decidim/initiatives/vote_form.rb
|
281
|
-
- app/helpers/decidim/initiatives/admin/
|
246
|
+
- app/helpers/decidim/initiatives/admin/initiatives_helper.rb
|
282
247
|
- app/helpers/decidim/initiatives/application_helper.rb
|
283
248
|
- app/helpers/decidim/initiatives/create_initiative_helper.rb
|
284
249
|
- app/helpers/decidim/initiatives/initiative_helper.rb
|
@@ -291,6 +256,25 @@ files:
|
|
291
256
|
- app/models/decidim/initiatives_type.rb
|
292
257
|
- app/models/decidim/initiatives_type_scope.rb
|
293
258
|
- app/models/decidim/initiatives_vote.rb
|
259
|
+
- app/packs/entrypoints/decidim_initiatives.js
|
260
|
+
- app/packs/entrypoints/decidim_initiatives_admin.js
|
261
|
+
- app/packs/entrypoints/decidim_initiatives_initiatives_votes.js
|
262
|
+
- app/packs/entrypoints/decidim_initiatives_initiatives_votes.scss
|
263
|
+
- app/packs/entrypoints/decidim_initiatives_print.js
|
264
|
+
- app/packs/entrypoints/decidim_initiatives_print.scss
|
265
|
+
- app/packs/images/decidim/gamification/badges/decidim_gamification_badges_initiatives.svg
|
266
|
+
- app/packs/images/decidim/initiatives/decidim_initiatives.svg
|
267
|
+
- app/packs/src/decidim/initiatives/admin/initiatives_types.js
|
268
|
+
- app/packs/src/decidim/initiatives/admin/invite_users.js
|
269
|
+
- app/packs/src/decidim/initiatives/application.js
|
270
|
+
- app/packs/src/decidim/initiatives/identity_selector_dialog.js
|
271
|
+
- app/packs/src/decidim/initiatives/scoped_type.js
|
272
|
+
- app/packs/stylesheets/decidim/initiatives/admin.scss
|
273
|
+
- app/packs/stylesheets/decidim/initiatives/initiatives-votes.scss
|
274
|
+
- app/packs/stylesheets/decidim/initiatives/initiatives.scss
|
275
|
+
- app/packs/stylesheets/decidim/initiatives/popularity_item.scss
|
276
|
+
- app/packs/stylesheets/decidim/initiatives/print-initiative.scss
|
277
|
+
- app/packs/stylesheets/decidim/initiatives/statistics.scss
|
294
278
|
- app/permissions/decidim/initiatives/admin/permissions.rb
|
295
279
|
- app/permissions/decidim/initiatives/permissions.rb
|
296
280
|
- app/presenters/decidim/initiative_presenter.rb
|
@@ -392,6 +376,7 @@ files:
|
|
392
376
|
- app/views/layouts/decidim/initiative.html.erb
|
393
377
|
- app/views/layouts/decidim/initiative_creation.html.erb
|
394
378
|
- app/views/layouts/decidim/initiative_signature_creation.html.erb
|
379
|
+
- config/assets.rb
|
395
380
|
- config/initializers/mail_previews.rb
|
396
381
|
- config/initializers/wicked_pdf.rb
|
397
382
|
- config/locales/am-ET.yml
|
@@ -420,6 +405,7 @@ files:
|
|
420
405
|
- config/locales/fi-plain.yml
|
421
406
|
- config/locales/fi.yml
|
422
407
|
- config/locales/fr-CA.yml
|
408
|
+
- config/locales/fr-LU.yml
|
423
409
|
- config/locales/fr.yml
|
424
410
|
- config/locales/ga-IE.yml
|
425
411
|
- config/locales/gl.yml
|
@@ -430,10 +416,10 @@ files:
|
|
430
416
|
- config/locales/is-IS.yml
|
431
417
|
- config/locales/is.yml
|
432
418
|
- config/locales/it.yml
|
433
|
-
- config/locales/ja-JP.yml
|
434
419
|
- config/locales/ja.yml
|
435
420
|
- config/locales/ko-KR.yml
|
436
421
|
- config/locales/ko.yml
|
422
|
+
- config/locales/lb-LU.yml
|
437
423
|
- config/locales/lt-LT.yml
|
438
424
|
- config/locales/lt.yml
|
439
425
|
- config/locales/lv.yml
|
@@ -553,11 +539,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
553
539
|
version: '2.7'
|
554
540
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
555
541
|
requirements:
|
556
|
-
- - "
|
542
|
+
- - ">"
|
557
543
|
- !ruby/object:Gem::Version
|
558
|
-
version:
|
544
|
+
version: 1.3.1
|
559
545
|
requirements: []
|
560
|
-
rubygems_version: 3.1.
|
546
|
+
rubygems_version: 3.1.4
|
561
547
|
signing_key:
|
562
548
|
specification_version: 4
|
563
549
|
summary: Decidim initiatives module
|
@@ -1 +0,0 @@
|
|
1
|
-
// = require decidim/editor
|
@@ -1,15 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module Decidim
|
4
|
-
module Initiatives
|
5
|
-
module Admin
|
6
|
-
module InitiativeAdminMenuHelper
|
7
|
-
include Decidim::Admin::SidebarMenuHelper
|
8
|
-
|
9
|
-
def admin_initiatives_menu
|
10
|
-
@admin_initiatives_menu ||= sidebar_menu(:admin_initiatives_menu)
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
data/config/locales/ja-JP.yml
DELETED
@@ -1,529 +0,0 @@
|
|
1
|
-
ja:
|
2
|
-
activemodel:
|
3
|
-
attributes:
|
4
|
-
initiative:
|
5
|
-
decidim_user_group_id: 作成者
|
6
|
-
description: 説明
|
7
|
-
offline_votes: In-personal 署名
|
8
|
-
scope_id: スコープ
|
9
|
-
signature_end_date: 署名の収集期間の終了
|
10
|
-
signature_start_date: 署名の収集期間の開始
|
11
|
-
signature_type: 署名のコレクションタイプ
|
12
|
-
signature_type_values:
|
13
|
-
any: 混在しました
|
14
|
-
offline: In-person
|
15
|
-
online: オンライン
|
16
|
-
state: ステータス
|
17
|
-
title: タイトル
|
18
|
-
initiative_author:
|
19
|
-
address: 住所
|
20
|
-
city: 市区町村名
|
21
|
-
id_document: DNI/NIE
|
22
|
-
name: 氏名と姓
|
23
|
-
phone_number: 電話番号
|
24
|
-
post_code: 郵便番号
|
25
|
-
province: 県
|
26
|
-
initiatives_committee_member:
|
27
|
-
user: 委員会メンバー
|
28
|
-
initiatives_type:
|
29
|
-
area_enabled: 作成者がイニシアチブの領域を選択できるようにする
|
30
|
-
attachments_enabled: 添付ファイルを有効化
|
31
|
-
banner_image: バナー画像
|
32
|
-
collect_user_extra_fields: 署名に参加者の個人データを収集する
|
33
|
-
custom_signature_end_date_enabled: 著者が署名の収集期間の終わりを選択できるようにする
|
34
|
-
description: 説明
|
35
|
-
document_number_authorization_handler: 署名上のドキュメント番号を検証する権限
|
36
|
-
extra_fields_legal_information: 個人データの収集に関する法的情報
|
37
|
-
minimum_committee_members: 委員の最小数
|
38
|
-
online_signature_enabled: オンライン署名は有効です
|
39
|
-
promoting_committee_enabled: プロモーション委員会を有効にする
|
40
|
-
title: タイトル
|
41
|
-
undo_online_signatures_enabled: 参加者がオンライン署名を取り消すことを有効にする
|
42
|
-
validate_sms_code_on_votes: 署名プロセスにSMSコード検証ステップを追加
|
43
|
-
initiatives_vote:
|
44
|
-
date_of_birth: 誕生日
|
45
|
-
document_number: ドキュメント番号
|
46
|
-
name_and_surname: 氏名と姓名
|
47
|
-
postal_code: 郵便番号
|
48
|
-
organization_data:
|
49
|
-
address: 住所
|
50
|
-
id_document: ID ドキュメント
|
51
|
-
name: 完全な名前
|
52
|
-
errors:
|
53
|
-
models:
|
54
|
-
initiative:
|
55
|
-
attributes:
|
56
|
-
attachment:
|
57
|
-
file: ファイルが無効です
|
58
|
-
needs_to_be_reattached: 再接続が必要
|
59
|
-
title: タイトルは空にしないでください
|
60
|
-
activerecord:
|
61
|
-
models:
|
62
|
-
decidim/initiative:
|
63
|
-
other: <unk>
|
64
|
-
decidim/initiative_comittee:
|
65
|
-
other: Comittes
|
66
|
-
decidim/initiative_vote:
|
67
|
-
other: 署名
|
68
|
-
decidim:
|
69
|
-
admin:
|
70
|
-
actions:
|
71
|
-
new_initiative_type: 新しいイニシアチブタイプ
|
72
|
-
filters:
|
73
|
-
search_placeholder:
|
74
|
-
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: '%{collection} をタイトル、説明、ID、または著者名で検索します。'
|
75
|
-
menu:
|
76
|
-
initiatives: 取り組み
|
77
|
-
initiatives_types: イニシアティブの種類
|
78
|
-
models:
|
79
|
-
initiatives:
|
80
|
-
fields:
|
81
|
-
created_at: 作成日時
|
82
|
-
id: ID
|
83
|
-
published_at: 公開日時
|
84
|
-
state: ステータス
|
85
|
-
supports_count: 署名
|
86
|
-
title: 取り組み
|
87
|
-
initiatives_type_scope:
|
88
|
-
fields:
|
89
|
-
scope: スコープ
|
90
|
-
supports_required: 署名が必要です
|
91
|
-
name: イニシアティブの種類のスコープ
|
92
|
-
initiatives_types:
|
93
|
-
fields:
|
94
|
-
created_at: 作成日時
|
95
|
-
title: イニシアティブの種類
|
96
|
-
name: イニシアティブの種類
|
97
|
-
initiatives_votes:
|
98
|
-
fields:
|
99
|
-
date_of_birth: 誕生日
|
100
|
-
document_number: ドキュメント番号
|
101
|
-
hash: ハッシュ
|
102
|
-
initiative_end_date: 終了日
|
103
|
-
initiative_id: イニシアチブID
|
104
|
-
initiative_signatures_count: 署名の数
|
105
|
-
initiative_start_date: 開始日
|
106
|
-
initiative_title: イニシアティブのタイトル
|
107
|
-
name_and_surname: 氏名と姓名
|
108
|
-
postal_code: 郵便番号
|
109
|
-
time_and_date: 日時
|
110
|
-
timestamp: タイムスタンプ
|
111
|
-
titles:
|
112
|
-
initiatives: 取り組み
|
113
|
-
initiatives_types: イニシアティブの種類
|
114
|
-
events:
|
115
|
-
initiatives:
|
116
|
-
admin:
|
117
|
-
initiative_sent_to_technical_validation:
|
118
|
-
email_intro: '%{resource_title}" が技術的な検証に送信されました。 <a href="%{admin_initiative_url}">管理者パネル</a> で確認してください。'
|
119
|
-
email_outro: あなたはプラットフォームの管理者であるため、この通知を受け取りました。
|
120
|
-
email_subject: '%{resource_title}" は技術的な検証に送信されました。'
|
121
|
-
notification_title: '%{resource_title}" が技術的な検証に送信されました。 <a href="%{admin_initiative_path}">管理者パネル</a> で確認してください。'
|
122
|
-
initiative_extended:
|
123
|
-
email_intro: イニシアチブ %{resource_title} の署名の終了日が延長されました!
|
124
|
-
email_outro: '%{resource_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
|
125
|
-
email_subject: イニシアティブ署名の終了日を延長しました!
|
126
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> イニシアチブの署名の終了日が延長されました。
|
127
|
-
milestone_completed:
|
128
|
-
affected_user:
|
129
|
-
email_intro: あなたのイニシアチブ %{resource_title} は署名の %{percentage}%を達成しました!
|
130
|
-
email_outro: イニシアチブ %{resource_title}の作成者であるため、この通知を受け取りました。
|
131
|
-
email_subject: 新しいマイルストーンが完了しました!
|
132
|
-
notification_title: あなたの <a href="%{resource_path}">%{resource_title}</a> イニシアチブは署名の %{percentage}%を達成しました。
|
133
|
-
follower:
|
134
|
-
email_intro: '%{resource_title} が署名の %{percentage}%を達成しました!'
|
135
|
-
email_outro: '%{resource_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
|
136
|
-
email_subject: 新しいマイルストーンが完了しました!
|
137
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> イニシアチブは署名の %{percentage}%を達成している。
|
138
|
-
support_threshold_reached:
|
139
|
-
email_intro: イニシアチブ %{resource_title} がサポートのしきい値に達しました
|
140
|
-
email_outro: あなたはプラットフォームの管理者であるため、この通知を受け取りました。
|
141
|
-
email_subject: サポートのしきい値に達しました
|
142
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> イニシアチブはサポートのしきい値に達しました
|
143
|
-
gamification:
|
144
|
-
badges:
|
145
|
-
initiatives:
|
146
|
-
conditions:
|
147
|
-
- Intiatives の参加スペースに移動
|
148
|
-
- 新しいイニシアチブを作成するには、手順に従ってください
|
149
|
-
description: このバッジは、新しいイニシアチブを開始し、他の人と提携して実行するときに付与されます。
|
150
|
-
description_another: この参加者は %{score} のイニシアチブを公開しました。
|
151
|
-
description_own: '%{score} のイニシアチブが公開されました。'
|
152
|
-
name: 公開された取り組み
|
153
|
-
next_level_in: 次のレベルに到達するために公開された %{score} 件のイニシアチブを入手しましょう!
|
154
|
-
unearned_another: この参加者はまだイニシアチブを発行していません。
|
155
|
-
unearned_own: まだイニシアチブが公開されていません。
|
156
|
-
help:
|
157
|
-
participatory_spaces:
|
158
|
-
initiatives:
|
159
|
-
contextual: "<p> <strong>イニシアチヴ</strong>とは、組織が特定のアクション (規制の変更、プロジェクトの開始、部署や道路の名前の変更など) を実行するための (デジタルの) 署名を集めることによって、誰もが (他のチャネルや参加スペースとは無関係に) 主体的に推進できる提案のことです。 </p> <p>イニシアチブの推進者は、その目的を定義し、支持を集め、議論し、普及させ、出席者から署名を集めることができる集会場所を定義したり、他の参加者に開かれた議論を行ったりすることができます。</p><p>例: イニシアチブは、組織のすべての人々の間で協議を行うために署名を集めることができ、また、組織の領域や地域の予算増額のプロセスを開始するために、集会を作成または招集することができます。署名を集める過程で、より多くの人々がこの要求を追加し、組織内でそれを推進することができます。</p>\n"
|
160
|
-
page: "<p> <strong>イニシアチヴ</strong>とは、組織が特定のアクション (規制の変更、プロジェクトの開始、部署や道路の名前の変更など) を実行するための (デジタルの) 署名を集めることによって、誰もが (他のチャネルや参加スペースとは無関係に) 主体的に推進できる提案のことです。 </p> <p>イニシアチブの推進者は、その目的を定義し、支持を集め、議論し、普及させ、出席者から署名を集めることができる集会場所を定義したり、他の参加者に開かれた議論を行ったりすることができます。</p><p>例: イニシアチブは、組織のすべての人々の間で協議を行うために署名を集めることができ、また、組織の領域や地域の予算増額のプロセスを開始するために、集会を作成または招集することができます。署名を集める過程で、より多くの人々がこの要求を追加し、組織内でそれを推進することができます。</p>\n"
|
161
|
-
title: イニシアチブとは?
|
162
|
-
initiatives:
|
163
|
-
actions:
|
164
|
-
answer: 回答
|
165
|
-
admin:
|
166
|
-
answers:
|
167
|
-
edit:
|
168
|
-
answer: 回答
|
169
|
-
title: '%{title} の回答'
|
170
|
-
info_initiative:
|
171
|
-
created_at: 作成日時
|
172
|
-
description: 説明
|
173
|
-
initiative_votes_count: 投票数
|
174
|
-
initiatives: 取り組み
|
175
|
-
state: 都道府県:
|
176
|
-
committee_requests:
|
177
|
-
index:
|
178
|
-
approve: 承認
|
179
|
-
confirm_revoke: よろしいですか?
|
180
|
-
invite_to_committee_help: このリンクを共有して他の参加者をプロモーター委員会に招待します
|
181
|
-
no_members_yet: プロモーター委員会にメンバーがいません。
|
182
|
-
revoke: Revoke
|
183
|
-
title: 委員会メンバー
|
184
|
-
content_blocks:
|
185
|
-
highlighted_initiatives:
|
186
|
-
max_results: 表示する要素の最大量
|
187
|
-
exports:
|
188
|
-
initiatives: 取り組み
|
189
|
-
initiatives:
|
190
|
-
edit:
|
191
|
-
accept: イニシアチブを承認する
|
192
|
-
confirm: よろしいですか?
|
193
|
-
discard: イニシアチブを破棄する
|
194
|
-
export_pdf_signatures: 署名の PDF をエクスポート
|
195
|
-
export_votes: 署名をエクスポート
|
196
|
-
reject: イニシアチブを拒否
|
197
|
-
send_to_technical_validation: 技術検証に送る
|
198
|
-
success: このイニシアチブは技術検証に送信されました
|
199
|
-
update: 更新
|
200
|
-
form:
|
201
|
-
title: 一般情報
|
202
|
-
index:
|
203
|
-
actions_title: アクション
|
204
|
-
preview: プレビュー
|
205
|
-
print: 印刷
|
206
|
-
initiative_attachments:
|
207
|
-
documents: ドキュメント
|
208
|
-
edit: 編集
|
209
|
-
new: 新規作成
|
210
|
-
photos: 写真
|
211
|
-
show:
|
212
|
-
print: 印刷
|
213
|
-
update:
|
214
|
-
error: エラーが発生しました
|
215
|
-
success: イニシアチブが正常に更新されました
|
216
|
-
initiatives_type_scopes:
|
217
|
-
create:
|
218
|
-
error: エラーが発生しました
|
219
|
-
success: 指定されたイニシアチブタイプの新しいスコープが作成されました
|
220
|
-
destroy:
|
221
|
-
success: スコープを削除しました
|
222
|
-
edit:
|
223
|
-
back: 戻る
|
224
|
-
confirm_destroy: よろしいですか?
|
225
|
-
destroy: 削除
|
226
|
-
title: イニシアチブタイプのスコープを編集
|
227
|
-
update: 更新
|
228
|
-
new:
|
229
|
-
back: 戻る
|
230
|
-
create: 作成
|
231
|
-
title: イニシアチブタイプのスコープを作成
|
232
|
-
update:
|
233
|
-
error: エラーが発生しました
|
234
|
-
success: スコープが正常に更新されました
|
235
|
-
initiatives_types:
|
236
|
-
create:
|
237
|
-
error: エラーが発生しました
|
238
|
-
success: 新しいイニシアチブタイプが正常に作成されました
|
239
|
-
destroy:
|
240
|
-
success: イニシアチブの種類が削除されました
|
241
|
-
edit:
|
242
|
-
confirm_destroy: よろしいですか?
|
243
|
-
destroy: 削除
|
244
|
-
update: 更新
|
245
|
-
form:
|
246
|
-
title: 一般情報
|
247
|
-
initiative_type_scopes:
|
248
|
-
title: イニシアチブの種類のスコープ
|
249
|
-
new:
|
250
|
-
create: 作成
|
251
|
-
title: 新しいイニシアチブタイプ
|
252
|
-
update:
|
253
|
-
error: エラーが発生しました
|
254
|
-
success: イニシアチブタイプが正常に更新されました
|
255
|
-
admin_log:
|
256
|
-
initiative:
|
257
|
-
publish: "%{user_name} が %{resource_name} イニシアチブを公開しました"
|
258
|
-
send_to_technical_validation: "%{user_name} が %{resource_name} イニシアチブを技術的な検証に送信しました"
|
259
|
-
unpublish: "%{user_name} が %{resource_name} イニシアチブを破棄しました"
|
260
|
-
update: "%{user_name} が %{resource_name} のイニシアチブを更新しました"
|
261
|
-
admin_states:
|
262
|
-
accepted: 十分な署名
|
263
|
-
created: 作成済み
|
264
|
-
discarded: 破棄しました
|
265
|
-
published: 公開済み
|
266
|
-
rejected: 十分な署名がありません
|
267
|
-
validating: 技術的検証
|
268
|
-
application_helper:
|
269
|
-
filter_area_values:
|
270
|
-
all: すべて
|
271
|
-
filter_scope_values:
|
272
|
-
all: すべて
|
273
|
-
filter_state_values:
|
274
|
-
accepted: 十分な署名
|
275
|
-
all: すべて
|
276
|
-
answered: 回答済み
|
277
|
-
closed: 終了
|
278
|
-
open: 公開
|
279
|
-
rejected: 十分な署名がありません
|
280
|
-
filter_type_values:
|
281
|
-
all: すべて
|
282
|
-
committee_requests:
|
283
|
-
new:
|
284
|
-
continue: 続ける
|
285
|
-
help_text: このイニシアチブのプロモーター委員会のメンバーになることを要求しようとしています
|
286
|
-
spawn:
|
287
|
-
success: あなたのリクエストはイニシアチブの作成者に送信されました。
|
288
|
-
content_blocks:
|
289
|
-
highlighted_initiatives:
|
290
|
-
name: イニシアチブを強調しました
|
291
|
-
create_initiative:
|
292
|
-
fill_data:
|
293
|
-
back: 戻る
|
294
|
-
continue: 続ける
|
295
|
-
fill_data_help: "<ul> <li>イニシアチブの内容を確認しましょう。件名はわかりやすいですか? イニシアチブの目的は明確ですか? </li> <li>署名の種類を選択する必要があります。直接署名、オンライン署名、または両方の組み合わせ</li> <li>イニシアチブの対象範囲はどのようなものですか? 市ですか?地区ですか?</li></ul>"
|
296
|
-
initiative_type: イニシアティブの種類
|
297
|
-
more_information: "(詳細)"
|
298
|
-
select_area: エリアを選択
|
299
|
-
select_scope: スコープを選択
|
300
|
-
finish:
|
301
|
-
back: 戻る
|
302
|
-
back_to_initiatives: イニシアチブに戻る
|
303
|
-
callout_text: おめでとうございます!あなたのイニシアチブが正常に作成されました。
|
304
|
-
confirm: 確認する
|
305
|
-
edit_my_initiative: 自分の取り組みを編集
|
306
|
-
go_to_my_initiatives: 私のイニシアチブに移動
|
307
|
-
more_information: "(詳細)"
|
308
|
-
send_my_initiative: 自分のイニシアチブを送信
|
309
|
-
finish_help:
|
310
|
-
access_reminder: 参加者メニューから常にあなたのイニシアチブにアクセスできることを忘れないでください。
|
311
|
-
help_for_organizations: あなたが団体である場合は、プロモーション委員会を構成するすべての組織の管理委員会の議事録をアップロードする必要があります。
|
312
|
-
help_in_person_signatures: 直接署名を収集する場合、またはオンラインと組み合わせる場合は、必要な情報をアップロードする必要があります。
|
313
|
-
help_text: イニシアチブを適切に処理するには、ユーザーメニューが表示される管理パネルにアクセスする必要があります。 必要な情報をアップロードして処理のために送信してください
|
314
|
-
initiatives_page_link: '%{link} のすべての情報を調べることができます。'
|
315
|
-
page: ページ
|
316
|
-
previous_form:
|
317
|
-
back: 戻る
|
318
|
-
continue: 続ける
|
319
|
-
help: イニシアチブは何から成りますか? タイトルと説明を書き留めてください。 提案されたソリューションに焦点を当てた短く簡潔なタイトルと説明をお勧めします。
|
320
|
-
more_information: "(詳細)"
|
321
|
-
promotal_committee:
|
322
|
-
back: 戻る
|
323
|
-
individual_help_text: この種の市民イニシアチブには、少なくとも %{committee_size} 人(証人)からなるプロモーション委員会が必要です。 このイニシアチブの一部である他の人と以下のリンクを共有する必要があります。 連絡先がこのリンクを受信すると、指定された手順に従う必要があります。
|
324
|
-
more_information: "(詳細)"
|
325
|
-
select_initiative_type:
|
326
|
-
back: 戻る
|
327
|
-
choose_html: <strong>%{title}</strong> を作成したい
|
328
|
-
more_information: "(詳細)"
|
329
|
-
select: 私はこのイニシアチブを推進したいです
|
330
|
-
select_initiative_type_help: 市民のイニシアチブは、市議会が市の管轄区域内にある一般的な利益の防衛のための行動を行うことができるように、市民権が介入することができる手段である。 どのイニシアチブを立ち上げますか?
|
331
|
-
share_committee_link:
|
332
|
-
continue: 続ける
|
333
|
-
invite_to_committee_help: プロモーター委員会に参加する人を招待するためのリンク
|
334
|
-
show_similar_initiatives:
|
335
|
-
back: 戻る
|
336
|
-
compare_help: 以下のイニシアチブのいずれかがあなたのものと似ている場合は、署名することをお勧めします。あなたの提案には、より多くの可能性があります。
|
337
|
-
continue: 私のイニシアチブは異なる
|
338
|
-
more_information: "(詳細)"
|
339
|
-
events:
|
340
|
-
create_initiative_event:
|
341
|
-
email_intro: "あなたがフォローしている%{author_name} %{author_nickname}が新しいイニシアチブを作成しました。チェックして貢献してください:"
|
342
|
-
email_outro: '%{author_nickname}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
|
343
|
-
email_subject: '%{author_nickname} による新しいイニシアチブの作成'
|
344
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> イニシアチブは、 <a href="%{author_path}">%{author_name} %{author_nickname}</a> によって作成されました。
|
345
|
-
endorse_initiative_event:
|
346
|
-
email_intro: "あなたがフォローしている%{author_name} %{author_nickname}は、次のイニシアチブを承認しました。会話に貢献したい場合もあります:"
|
347
|
-
email_outro: '%{author_nickname}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
|
348
|
-
email_subject: '%{author_nickname} によって支持されたイニシアチブ。'
|
349
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> イニシアチブは、 <a href="%{author_path}">%{author_name} %{author_nickname}</a> によって承認されました。
|
350
|
-
index:
|
351
|
-
title: 取り組み
|
352
|
-
initiative_signatures:
|
353
|
-
fill_personal_data:
|
354
|
-
continue: 続ける
|
355
|
-
date_select:
|
356
|
-
day: 日
|
357
|
-
month: 月
|
358
|
-
year: 年
|
359
|
-
help: イニシアチブに署名するには、次の項目を入力してください。
|
360
|
-
finish:
|
361
|
-
back_to_initiative: イニシアチブに戻る
|
362
|
-
sms_code:
|
363
|
-
continue: コードを確認して続行する
|
364
|
-
help: 携帯電話で受信したSMSを確認してください
|
365
|
-
sms_phone_number:
|
366
|
-
continue: SMSを送信
|
367
|
-
help: 確認済みの電話番号でフォームに記入し、確認コードをリクエストしてください
|
368
|
-
initiative_votes:
|
369
|
-
create:
|
370
|
-
error: イニシアチブに署名中に問題が発生しました。
|
371
|
-
invalid: イニシアチブに署名するために提供されたデータは無効です
|
372
|
-
success_html: おめでとうございます! <strong> %{title}</strong> イニシアチブの署名が完了しました。
|
373
|
-
personal_data:
|
374
|
-
invalid: 個人データは、承認のために提供されたデータと一致しません。
|
375
|
-
sms_code:
|
376
|
-
invalid: 認証コードが私たちのものと一致しません。SMSを送信したことを再確認してください。
|
377
|
-
sms_phone:
|
378
|
-
invalid: 電話番号が無効または承認待ちです。認証を確認してください。
|
379
|
-
initiatives:
|
380
|
-
author:
|
381
|
-
deleted: 削除しました
|
382
|
-
author_list:
|
383
|
-
hidden_authors_count:
|
384
|
-
other: '%{count} 人以上'
|
385
|
-
count:
|
386
|
-
title:
|
387
|
-
other: "%{count} の取り組み"
|
388
|
-
filters:
|
389
|
-
any: 任意の
|
390
|
-
area: エリア
|
391
|
-
author: 作成者
|
392
|
-
myself: 私の取り組み
|
393
|
-
scope: スコープ
|
394
|
-
search: 検索
|
395
|
-
state: ステータス
|
396
|
-
type: タイプ
|
397
|
-
filters_small_view:
|
398
|
-
close_modal: ウィンドウを閉じる
|
399
|
-
filter: フィルター
|
400
|
-
filter_by: フィルター
|
401
|
-
unfold: 展開する
|
402
|
-
index_header:
|
403
|
-
new_initiative: 新たなイニシアチブを作成
|
404
|
-
not_authorized:
|
405
|
-
authorizations_page: 権限を表示
|
406
|
-
close: 閉じる
|
407
|
-
explanation: 新しいイニシアチブを作成するには、認証が必要です。
|
408
|
-
title: 認証が必要です
|
409
|
-
initiatives:
|
410
|
-
closed_initiatives_warning: 現在、オープンなイニシアチブはありませんが、ここに記載されているすべてのクローズドイニシアチブを見つけることができます。
|
411
|
-
no_initiatives_warning: 検索基準に一致するイニシアチブは見つかりませんでした
|
412
|
-
interactions:
|
413
|
-
comments_count:
|
414
|
-
count:
|
415
|
-
other: コメント
|
416
|
-
orders:
|
417
|
-
label: 'イニシアチブの並べ替え:'
|
418
|
-
most_commented: コメントが多い順
|
419
|
-
most_voted: 最も署名されたもの
|
420
|
-
random: Random
|
421
|
-
recent: 直近のもの
|
422
|
-
recently_published: 直近に公開
|
423
|
-
result:
|
424
|
-
answer_title:
|
425
|
-
accepted: 'この提案は受け入れられた理由:'
|
426
|
-
created: この提案は作成されました
|
427
|
-
discarded: この提案は破棄されました
|
428
|
-
published: 'この提案が公開されている理由:'
|
429
|
-
rejected: この提案は拒否されました
|
430
|
-
validating: この提案は評価されています
|
431
|
-
initiative_rejected_reason: このイニシアチブは、署名がないために拒否されました。
|
432
|
-
show:
|
433
|
-
any_vote_method: この市民イニシアチブは、オンラインと対面の署名の両方を収集します。
|
434
|
-
follow_description: このイニシアチブでニュースがある場合に通知を受け取る
|
435
|
-
offline_method: この市民イニシアチブは、個人の署名のみを収集します。
|
436
|
-
signature_identities:
|
437
|
-
select_identity: 出席者識別子を選択
|
438
|
-
signatures_count:
|
439
|
-
other: " 署名"
|
440
|
-
supports:
|
441
|
-
title: 署名一覧
|
442
|
-
vote_cabin:
|
443
|
-
already_voted: 既に署名されています
|
444
|
-
supports_required: "%{total_supports} 署名が必要です"
|
445
|
-
verification_required: イニシアチブに署名するにはアカウントを確認してください
|
446
|
-
vote: サイン
|
447
|
-
votes_blocked: サインインが無効になりました
|
448
|
-
votes_count:
|
449
|
-
count:
|
450
|
-
other: 署名
|
451
|
-
most_popular_initiative: 最も人気のあるイニシアチブです
|
452
|
-
need_more_votes: もっと署名が必要です
|
453
|
-
initiatives_mailer:
|
454
|
-
creation_subject: あなたのイニシアチブ「%{title}」が作成されました
|
455
|
-
initiative_link:
|
456
|
-
check_initiative_details: イニシアチブの詳細を見ることができます
|
457
|
-
here: ここ
|
458
|
-
more_information: ここでは、イニシアチブの作成プロセスについての詳細情報があります。
|
459
|
-
progress_report_body_for: '%{title} が必要な署名の %{percentage}%に達しました。'
|
460
|
-
progress_report_for: 'イニシアチブの概要: %{title}'
|
461
|
-
promotal_committee_help: 少なくとも %{member_count} 人をプロモーター委員会に招待する必要があります。プロモーター委員会に招待するには、次のリンクを進めてください。
|
462
|
-
status_change_body_for: 'イニシアチブ %{title} がステータスを %{state}に変更しました'
|
463
|
-
status_change_for: イニシアチブ %{title} のステータスが変更されました
|
464
|
-
last_activity:
|
465
|
-
new_initiative: 新たなイニシアチブを作成
|
466
|
-
pages:
|
467
|
-
home:
|
468
|
-
highlighted_initiatives:
|
469
|
-
active_initiatives: 積極的な取り組み
|
470
|
-
see_all_initiatives: すべてのイニシアチブを見る
|
471
|
-
show:
|
472
|
-
badge_name:
|
473
|
-
accepted: 十分な署名
|
474
|
-
created: 作成済み
|
475
|
-
discarded: 破棄しました
|
476
|
-
published: 公開済み
|
477
|
-
rejected: 十分な署名がありません
|
478
|
-
validating: 技術的検証
|
479
|
-
states:
|
480
|
-
accepted: 承認済み
|
481
|
-
expired: 期限切れ
|
482
|
-
unavailable_scope: 利用できないスコープ
|
483
|
-
versions:
|
484
|
-
shared:
|
485
|
-
back_to_resource: イニシアチブに戻る
|
486
|
-
menu:
|
487
|
-
initiatives: 取り組み
|
488
|
-
resources:
|
489
|
-
initiatives_type:
|
490
|
-
actions:
|
491
|
-
title: アクション
|
492
|
-
vote: サイン
|
493
|
-
layouts:
|
494
|
-
decidim:
|
495
|
-
admin:
|
496
|
-
initiative:
|
497
|
-
attachments: 添付ファイル
|
498
|
-
committee_members: 委員会メンバー
|
499
|
-
components: コンポーネント
|
500
|
-
information: 情報
|
501
|
-
initiative_creation_header:
|
502
|
-
back: 戻る
|
503
|
-
fill_data: 作成
|
504
|
-
finish: 完了
|
505
|
-
previous_form: 開始
|
506
|
-
promotal_committee: プロモーター委員会
|
507
|
-
select_initiative_type: 選択
|
508
|
-
show_similar_initiatives: 比較
|
509
|
-
step: '%{current} / %{total}'
|
510
|
-
title: 新しいイニシアチブを作成
|
511
|
-
initiative_header:
|
512
|
-
initiative_menu_item: イニシアチブformat@@0
|
513
|
-
initiative_signature_creation_header:
|
514
|
-
back: 戻る
|
515
|
-
fill_personal_data: データを完成させましょう
|
516
|
-
finish: 完了
|
517
|
-
finished: イニシアチブの署名が作成されました
|
518
|
-
see_steps: 手順を見る
|
519
|
-
select_identity: IDを選択
|
520
|
-
sms_code: SMSコードの検証
|
521
|
-
sms_phone_number: 携帯電話番号
|
522
|
-
step: '%{current} / %{total}'
|
523
|
-
title: '%{initiative_title} に署名'
|
524
|
-
initiatives:
|
525
|
-
initiative:
|
526
|
-
check: ご確認ください
|
527
|
-
check_and_support: サインアウトしてください
|
528
|
-
no_initiatives_yet:
|
529
|
-
no_initiatives_yet: まだイニシアチブがありません!
|