decidim-initiatives 0.27.2 → 0.27.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/initiatives/create_initiative.rb +2 -1
  3. data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +1 -1
  4. data/app/controllers/decidim/initiatives/application_controller.rb +7 -0
  5. data/app/controllers/decidim/initiatives/create_initiative_controller.rb +15 -0
  6. data/app/controllers/decidim/initiatives/initiatives_controller.rb +3 -0
  7. data/app/forms/decidim/initiatives/initiative_form.rb +3 -0
  8. data/app/helpers/decidim/initiatives/{create_initiative_helper.rb → signature_type_options_helper.rb} +1 -1
  9. data/app/views/decidim/initiatives/admin/initiatives/_form.html.erb +1 -1
  10. data/app/views/decidim/initiatives/admin/initiatives_types/_form.html.erb +2 -2
  11. data/app/views/decidim/initiatives/create_initiative/fill_data.html.erb +27 -12
  12. data/app/views/decidim/initiatives/create_initiative/previous_form.html.erb +1 -1
  13. data/app/views/decidim/initiatives/initiatives/_form.html.erb +29 -23
  14. data/app/views/decidim/initiatives/initiatives/print.html.erb +1 -1
  15. data/config/locales/ar.yml +4 -1
  16. data/config/locales/ca.yml +2 -1
  17. data/config/locales/cs.yml +7 -1
  18. data/config/locales/de.yml +3 -1
  19. data/config/locales/el.yml +0 -1
  20. data/config/locales/en.yml +2 -1
  21. data/config/locales/es-MX.yml +2 -1
  22. data/config/locales/es-PY.yml +2 -1
  23. data/config/locales/es.yml +2 -1
  24. data/config/locales/eu.yml +1 -2
  25. data/config/locales/fa-IR.yml +1 -0
  26. data/config/locales/fi-plain.yml +2 -1
  27. data/config/locales/fi.yml +3 -2
  28. data/config/locales/fr-CA.yml +5 -1
  29. data/config/locales/fr.yml +5 -1
  30. data/config/locales/gl.yml +0 -1
  31. data/config/locales/hu.yml +0 -1
  32. data/config/locales/id-ID.yml +0 -1
  33. data/config/locales/is-IS.yml +0 -1
  34. data/config/locales/it.yml +0 -1
  35. data/config/locales/ja.yml +2 -1
  36. data/config/locales/kaa.yml +1 -0
  37. data/config/locales/lb.yml +0 -1
  38. data/config/locales/lt.yml +0 -1
  39. data/config/locales/lv.yml +0 -1
  40. data/config/locales/nl.yml +0 -1
  41. data/config/locales/no.yml +0 -1
  42. data/config/locales/pl.yml +0 -1
  43. data/config/locales/pt-BR.yml +0 -1
  44. data/config/locales/pt.yml +0 -1
  45. data/config/locales/ro-RO.yml +19 -1
  46. data/config/locales/ru.yml +0 -1
  47. data/config/locales/sk.yml +0 -1
  48. data/config/locales/sv.yml +0 -1
  49. data/config/locales/tr-TR.yml +0 -1
  50. data/config/locales/uk.yml +0 -1
  51. data/config/locales/zh-CN.yml +0 -1
  52. data/config/locales/zh-TW.yml +647 -0
  53. data/lib/decidim/initiatives/engine.rb +2 -1
  54. data/lib/decidim/initiatives/version.rb +1 -1
  55. metadata +18 -16
@@ -1 +1,648 @@
1
+ ---
1
2
  zh-TW:
3
+ activemodel:
4
+ attributes:
5
+ initiative:
6
+ answer: 回答
7
+ answer_url: 回答 URL
8
+ area_id: 區域
9
+ decidim_scope_id: 範圍
10
+ decidim_user_group_id: 作者
11
+ description: 說明
12
+ hashtag: 主題標籤
13
+ offline_votes: 親筆簽名
14
+ offline_votes_for_scope: '%{scope_name} 的親筆簽名'
15
+ scope_id: 範圍
16
+ signature_end_date: 簽名收集期限結束
17
+ signature_start_date: 簽名收集期限開始
18
+ signature_type: 簽名收集類型
19
+ signature_type_values:
20
+ any: 混合
21
+ offline: 親自
22
+ online: 線上
23
+ state: 狀態
24
+ title: 標題
25
+ type_id: 類別
26
+ initiatives_committee_member:
27
+ user: 委員會成員
28
+ initiatives_settings:
29
+ initiatives_order: 順序
30
+ initiatives_type:
31
+ area_enabled: 允許作者選擇其倡議所屬的範圍
32
+ attachments_enabled: 啟用附件
33
+ banner_image: 橫幅圖片
34
+ child_scope_threshold_enabled: 啟用子範圍簽名
35
+ collect_user_extra_fields: 在簽名時收集參與者的個人資料
36
+ comments_enabled: 啟用評論
37
+ custom_signature_end_date_enabled: 允許作者選擇結束簽名收集期限
38
+ description: 說明
39
+ document_number_authorization_handler: 授權核准文件編號以驗證簽名
40
+ extra_fields_legal_information: 關於個人資料蒐集的法律資訊
41
+ minimum_committee_members: 委員會成員最少人數
42
+ online_signature_enabled: 啟用線上簽名
43
+ only_global_scope_enabled: 只允許創建全球範圍的倡議
44
+ promoting_committee_enabled: 啟用推廣委員會
45
+ signature_type: 簽名類型
46
+ title: 標題
47
+ undo_online_signatures_enabled: 允許參與者撤銷他們的在線簽名
48
+ validate_sms_code_on_votes: 在簽名過程中添加SMS 短信代碼驗證步驟
49
+ initiatives_type_scope:
50
+ decidim_scopes_id: 範圍
51
+ supports_required: 需要支持
52
+ initiatives_vote:
53
+ date_of_birth: 出生日期
54
+ document_number: 文件編號
55
+ name_and_surname: 名字與姓氏
56
+ postal_code: 郵政編碼
57
+ organization_data:
58
+ address: 地址
59
+ id_document: ID 文件
60
+ name: 完整名稱
61
+ errors:
62
+ models:
63
+ initiative:
64
+ attributes:
65
+ attachment:
66
+ file: 這份檔案無效
67
+ needs_to_be_reattached: 需要重新附加
68
+ title: 標題不能為空白
69
+ activerecord:
70
+ models:
71
+ decidim/initiative:
72
+ other: 倡議
73
+ decidim/initiative_comittee:
74
+ other: 委員會
75
+ decidim/initiative_vote:
76
+ other: 簽名
77
+ decidim:
78
+ admin:
79
+ actions:
80
+ new_initiative_type: 新的倡議類型
81
+ filters:
82
+ initiatives:
83
+ decidim_area_id_eq:
84
+ label: 區域
85
+ state_eq:
86
+ label: 狀態
87
+ values:
88
+ accepted: 足夠的簽署數
89
+ created: 已建立
90
+ discarded: 已捨棄
91
+ published: 已發佈
92
+ rejected: 不足夠的簽署數
93
+ validating: 技術驗證
94
+ type_id_eq:
95
+ label: 類別
96
+ search_placeholder:
97
+ title_or_description_or_id_string_or_author_name_or_author_nickname_cont: 透過標題、描述、ID 或作者姓名搜尋 %{collection}
98
+ initiatives_settings:
99
+ update:
100
+ error: 發生一個錯誤
101
+ success: 提案設定已成功更新
102
+ menu:
103
+ attachments: 附件
104
+ committee_members: 委員會成員
105
+ components: 组件
106
+ information: 資訊
107
+ initiatives: 倡議
108
+ initiatives_settings: 設定
109
+ initiatives_types: 倡議種類
110
+ moderations: 版主
111
+ models:
112
+ initiatives:
113
+ fields:
114
+ created_at: 建立於
115
+ id: ID
116
+ published_at: 發佈於
117
+ state: 狀態
118
+ supports_count: 簽名
119
+ title: 倡議
120
+ initiatives_type_scope:
121
+ fields:
122
+ scope: 範圍
123
+ supports_required: 所需簽名數量
124
+ name: 倡議類型範圍
125
+ initiatives_types:
126
+ fields:
127
+ created_at: 建立於
128
+ title: 倡議類型
129
+ name: 倡議類型
130
+ initiatives_votes:
131
+ fields:
132
+ date_of_birth: 出生日期
133
+ document_number: 文件編號
134
+ hash: 雜湊
135
+ initiative_end_date: 結束日期
136
+ initiative_id: 倡議ID
137
+ initiative_signatures_count: 簽名數量
138
+ initiative_start_date: 開始日期
139
+ initiative_title: 倡議標題
140
+ name_and_surname: 名字與姓氏
141
+ postal_code: 郵政編碼
142
+ scope: 範圍
143
+ time_and_date: 時間與日期
144
+ timestamp: 時間戳記
145
+ titles:
146
+ initiatives: 倡議
147
+ initiatives_types: 倡議類型
148
+ events:
149
+ initiatives:
150
+ admin:
151
+ initiative_sent_to_technical_validation:
152
+ email_intro: 倡議「%{resource_title}」已提交技術驗證。可在<a href="%{admin_initiative_url}">管理面板</a>中查看。
153
+ email_outro: 你收到了這個通知是因為你是該平台的管理員。
154
+ email_subject: 倡議「%{resource_title}」已提交技術審核。
155
+ notification_title: 倡議「%{resource_title}」已提交技術驗證。可在<a href="%{admin_initiative_path}">管理面板</a>中查看。
156
+ initiative_extended:
157
+ email_intro: 倡議「%{resource_title}」的簽名截止日期已延長!
158
+ email_outro: 您收到此通知,是因為您正在關注 %{resource_title}。您可以使用上面的連結停止接收通知。
159
+ email_subject: 倡議簽名結束日期延長!
160
+ notification_title: '"<a href="%{resource_path}">%{resource_title}</a> 倡議的簽名結束日期已經延長。'
161
+ initiative_sent_to_technical_validation:
162
+ email_intro: 倡議「%{resource_title}」已提交技術驗證。可在<a href="%{admin_initiative_url}">管理面板</a>中查看。
163
+ email_outro: 你收到了這個通知是因為你是該平台的管理員。
164
+ email_subject: 倡議「%{resource_title}」已提交技術審核。
165
+ notification_title: 倡議「%{resource_title}」已提交技術驗證。可在<a href="%{admin_initiative_path}">管理面板</a>中查看。
166
+ milestone_completed:
167
+ affected_user:
168
+ email_intro: 你的倡議 %{resource_title} 已經達到了 %{percentage}% 的簽名數!
169
+ email_outro: 你收到這個通知是因為你是倡議 %{resource_title} 的作者。
170
+ email_subject: 新的里程碑已完成!
171
+ notification_title: 您的<a href="%{resource_path}">%{resource_title}</a>倡議已達成%{percentage}%的簽名。
172
+ follower:
173
+ email_intro: 該倡議 %{resource_title} 已經達到了 %{percentage}% 的簽名數!
174
+ email_outro: 您收到此通知,是因為您正在關注 %{resource_title}。您可以使用上面的連結停止接收通知。
175
+ email_subject: 新的里程碑已完成!
176
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> 倡議已達成 %{percentage}% 的簽名。
177
+ support_threshold_reached:
178
+ email_intro: 倡議 %{resource_title} 已達到簽名門檻
179
+ email_outro: 你收到了這個通知是因為你是該平台的管理員。
180
+ email_subject: 已達成簽名門檻
181
+ notification_title: 倡議 <a href="%{resource_path}">%{resource_title}</a> 已達到簽名門檻
182
+ gamification:
183
+ badges:
184
+ initiatives:
185
+ conditions:
186
+ - 前往倡議參與空間
187
+ - '"按照以下步驟創建新的倡議'
188
+ description: 此徽章是當你發起新的倡議,與他人合作進行時所授予的。
189
+ description_another: 該參與者已成功發佈 %{score} 項倡議。
190
+ description_own: 你已經發佈了 %{score} 項倡議。
191
+ name: 已發布倡議
192
+ next_level_in: 發布更多的倡議以達到下一個等級,還需要 %{score} 個!
193
+ unearned_another: 這個參與者尚未有任何倡議被發佈。
194
+ unearned_own: 您尚未發佈任何倡議。
195
+ help:
196
+ participatory_spaces:
197
+ initiatives:
198
+ contextual: "<p> <strong>「倡議」 <strong>是一個提議,由任何人獨立提出(不受其他頻道或參與空間的限制),透過收集(數位) 簽名以便組織進行特定行動(修改法規、啟動項目、更改部門或街道的名稱等) 會議。</p> <p> 倡議的推動者可以定義其目標、集結支持、辯論、傳播並定義會議地點,以在出席者處收集簽名或開放給其他參與者進行辯論。</p> <p>例如,倡議可以收集簽名以便在組織中召開所有人的諮詢,或創建或召開一個集會,或啟動一個增加領土或組織區域預算的程序。在收集簽名的過程中,更多人可以加入這個需求,並在組織中推動它。\n"
199
+ page: "<p> <strong>「倡議」 <strong>是一個提議,由任何人獨立提出(不受其他頻道或參與空間的限制),透過收集(數位) 簽名以便組織進行特定行動(修改法規、啟動項目、更改部門或街道的名稱等) 會議。</p> <p> 倡議的推動者可以定義其目標、集結支持、辯論、傳播並定義會議地點,以在出席者處收集簽名或開放給其他參與者進行辯論。</p> <p>例如,倡議可以收集簽名以便在組織中召開所有人的諮詢,或創建或召開一個集會,或啟動一個增加領土或組織區域預算的程序。在收集簽名的過程中,更多人可以加入這個需求,並在組織中推動它。\n"
200
+ title: 什麼是倡議?
201
+ initiatives:
202
+ actions:
203
+ answer: 回答
204
+ admin:
205
+ answers:
206
+ edit:
207
+ answer: 回答
208
+ title: 回答 %{title}
209
+ info_initiative:
210
+ created_at: 建立於
211
+ description: 說明
212
+ initiative_votes_count: 投票數
213
+ initiatives: 倡議
214
+ state: 狀態
215
+ committee_requests:
216
+ index:
217
+ approve: 核准
218
+ confirm_revoke: 您確定嗎?
219
+ invite_to_committee_help: 分享此連結以邀請其他參與者加入推廣委員會
220
+ no_members_yet: 推廣委員會中沒有成員
221
+ revoke: 撤銷
222
+ title: 委員會成員
223
+ content_blocks:
224
+ highlighted_initiatives:
225
+ max_results: 顯示的最大元素數量
226
+ order:
227
+ default: 預設(最舊)
228
+ label: '按照順序排列元素:'
229
+ most_recent: 最近
230
+ exports:
231
+ initiatives: 倡議
232
+ initiatives:
233
+ edit:
234
+ accept: 接受倡議
235
+ confirm: 您確定嗎?
236
+ confirm_send_to_technical_validation: 您確定嗎?
237
+ discard: 放棄倡議
238
+ export_pdf_signatures: 匯出簽名的PDF
239
+ export_votes: 匯出簽名
240
+ reject: 拒絕倡議
241
+ send_to_technical_validation: 送交技術審核
242
+ success: 這個倡議已經送至技術驗證。
243
+ update: 更新
244
+ form:
245
+ attachments: 附件
246
+ settings: 設定
247
+ title: 一般資訊
248
+ index:
249
+ actions_title: 操作
250
+ preview: 預覽
251
+ print: 列印
252
+ initiative_attachments:
253
+ documents: 文件
254
+ edit: 編輯
255
+ new: 新的
256
+ photos: 圖片
257
+ update:
258
+ error: 出現了一個錯誤
259
+ success: 倡議已成功更新
260
+ initiatives_settings:
261
+ edit:
262
+ update: 更新
263
+ form:
264
+ comments: 最多評論
265
+ date: 最近
266
+ publication_date: 最近發布的
267
+ random: 隨機
268
+ signatures: 最多簽署的
269
+ title: 倡議設定
270
+ initiatives_type_scopes:
271
+ create:
272
+ error: 出現了一個錯誤
273
+ success: 已為給定的倡議類型建立新範圍
274
+ destroy:
275
+ success: 範圍已成功刪除
276
+ edit:
277
+ back: 返回
278
+ confirm_destroy: 您確定嗎?
279
+ destroy: 刪除
280
+ title: 編輯倡議類型範圍
281
+ update: 更新
282
+ new:
283
+ back: 返回
284
+ create: 建立
285
+ title: 建立倡議類型範圍
286
+ update:
287
+ error: 出現了一個錯誤
288
+ success: 範圍已成功更新
289
+ initiatives_types:
290
+ create:
291
+ error: 出現了一個錯誤
292
+ success: 一個新的方案類型已成功創建
293
+ destroy:
294
+ success: 該倡議類型已成功刪除
295
+ edit:
296
+ confirm_destroy: 您確定嗎?
297
+ destroy: 刪除
298
+ update: 更新
299
+ form:
300
+ authorizations: 權限設置
301
+ child_scope_threshold_enabled_help: '此配置標誌不支援離線投票。它啟用子範圍並並且需要一個授權處理程序配合使用,將範圍與使用者相關聯起來。請確認您在授權設置下方選擇了該授權。為使其正常運作,必須以階層方式配置範圍:1 父級 - N 子級。如需有關此配置的更多信息,請參閱<a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">倡議的管理員文件頁面</a>。'
302
+ only_global_scope_enabled_help: 若您已啟用「子範圍籤章」並將全域範圍配置為父範圍,請勾選此標誌。啟用後,建立倡議的精靈中將跳過倡議類型選擇。如需有關此配置如何運作的詳細信息,請參閱此<a href="https://docs.decidim.org/en/admin/spaces/initiatives/" target="_blank">鏈接</a>。
303
+ options: 選項
304
+ title: 一般資訊
305
+ initiative_type_scopes:
306
+ title: 倡議類型範圍
307
+ new:
308
+ create: 建立
309
+ title: 新的倡議類型
310
+ update:
311
+ error: 出現了一個錯誤
312
+ success: 該倡議類型已成功更新
313
+ admin_log:
314
+ initiative:
315
+ publish: "%{user_name} 發佈了 %{resource_name} 倡議"
316
+ send_to_technical_validation: "%{user_name} 將 %{resource_name} 倡議送到技術審核"
317
+ unpublish: "%{user_name} 捨棄了 %{resource_name} 倡議"
318
+ update: "%{user_name} 更新了 %{resource_name} 倡議"
319
+ initiatives_settings:
320
+ update: "%{user_name} 更新了倡議的設定"
321
+ initiatives_type:
322
+ create: "%{user_name} 建立了 %{resource_name} 倡議類型"
323
+ delete: "%{user_name} 刪除了 %{resource_name} 倡議類型"
324
+ update: "%{user_name} 更新了 %{resource_name} 倡議類型"
325
+ admin_states:
326
+ accepted: 足夠的簽署數
327
+ created: 已建立
328
+ discarded: 已捨棄
329
+ published: 已發佈
330
+ rejected: 不足夠的簽署數
331
+ validating: 技術驗證
332
+ application_helper:
333
+ filter_area_values:
334
+ all: 全部
335
+ filter_scope_values:
336
+ all: 全部
337
+ filter_state_values:
338
+ accepted: 足夠的簽署數
339
+ all: 全部
340
+ answered: 已回答
341
+ closed: 關閉
342
+ open: 開啟
343
+ rejected: 不足的簽署數
344
+ filter_type_values:
345
+ all: 全部
346
+ committee_requests:
347
+ approve:
348
+ success: 請求已被批准。
349
+ new:
350
+ continue: 繼續
351
+ help_text: 你即將要求成為此倡議的推動委員會成員。
352
+ revoke:
353
+ success: 申請已被撤銷。
354
+ spawn:
355
+ success: 您的請求已發送給倡議的作者。
356
+ content_blocks:
357
+ highlighted_initiatives:
358
+ name: 重點倡議
359
+ create_initiative:
360
+ fill_data:
361
+ back: 返回
362
+ continue: 繼續
363
+ decidim_user_group_id_help: 此計畫創建後,無法更改發起人身份。
364
+ fill_data_help: "<ul> <li>檢閱您倡議的內容。標題是否易於理解?倡議的目標是否清晰明確?</li> <li>您需要選擇簽名的類型。是現場簽名、線上簽名還是兩者的組合?</li> <li>倡議的地理範圍是什麼?</li> </ul>"
365
+ more_information: "(更多資訊)"
366
+ select_area: 選擇一個地區
367
+ select_scope: 選擇一個類型
368
+ finish:
369
+ back: 返回
370
+ back_to_initiatives: 回到倡議
371
+ callout_text: 恭喜您!您的倡議已成功建立。
372
+ confirm: 您即將發送倡議給管理員進行審核和發佈。一旦發佈,您將無法編輯它。您確定要繼續嗎?"
373
+ edit_my_initiative: 編輯我的倡議
374
+ go_to_my_initiatives: 前往我的倡議
375
+ more_information: "(更多資訊)"
376
+ send_my_initiative: 將我的倡議送交技術審核
377
+ finish_help:
378
+ access_reminder: 您可以透過「倡議」頁面上的 %{link} 過濾器來訪問您的倡議。
379
+ publish_helper_text: 請記住,要使您的倡議能夠被發佈,您必須填寫必要的資訊並將其<strong>送交技術審核</strong>以供管理員審查。
380
+ previous_form:
381
+ back: 返回
382
+ continue: 繼續
383
+ help: 倡議的內容是什麼?請記下標題和描述。我們建議使用簡短明瞭的標題和以提出解決方案為重點的描述。
384
+ more_information: "(更多資訊)"
385
+ promotal_committee:
386
+ back: 返回
387
+ individual_help_text: 這種倡議需要至少 %{committee_size} 人(證明者)組成推廣委員會。您必須與參與該倡議的其他人分享以下鏈接。當您的聯繫人收到此鏈接後,他們將需要按照指示進行相應步驟。
388
+ more_information: "(更多資訊)"
389
+ select_initiative_type:
390
+ back: 返回
391
+ choose_html: 我想要創建一個<strong>%{title}</strong>
392
+ more_information: "(更多資訊)"
393
+ select: 我想推動這個倡議
394
+ select_initiative_type_help: 倡議是參與者可以通過其來干預,以便組織可以為捍衛公共利益而采取行動的手段。您希望發起哪個倡議?
395
+ share_committee_link:
396
+ continue: 繼續
397
+ invite_to_committee_help: 邀請成為推動委員會成員的人的連結
398
+ show_similar_initiatives:
399
+ back: 返回
400
+ compare_help: 如果以下任何一個倡議與您的倡議相似,我們鼓勵您簽署它。這樣,您的提案將更有可能被實現。
401
+ continue: 我的倡議與這些不同
402
+ more_information: "(更多資訊)"
403
+ edit:
404
+ accept: 接受倡議
405
+ back: 返回
406
+ confirm: 您確定嗎?
407
+ discard: 放棄倡議
408
+ export_pdf_signatures: 匯出簽名的PDF
409
+ export_votes: 匯出簽名
410
+ reject: 拒絕倡議
411
+ title: 編輯倡議
412
+ update: 更新
413
+ events:
414
+ approve_membership_request:
415
+ email_intro: "%{author_nickname} 同意您加入 %{resource_title} 倡議的推動委員會。"
416
+ email_outro: '這是您收到的通知,因為您申請參與這個倡議:%{resource_title}。'
417
+ email_subject: "%{author_nickname} 同意您加入推動委員會。"
418
+ notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> 同意您加入以下倡議的推動委員會:<a href="%{resource_url}">%{resource_title}</a>。
419
+ create_initiative_event:
420
+ email_intro: "%{author_name} %{author_nickname},您正在追蹤的用戶,創建了一個新的倡議,請查看並做出貢獻:"
421
+ email_outro: 您收到此通知,是因為您正在關注 %{author_nickname}。您可以使用上面的連結停止接收通知。
422
+ email_subject: 由 %{author_nickname} 提出的新倡議
423
+ notification_title: 倡議 <a href="%{resource_path}">%{resource_title}</a> 由 <a href="%{author_path}">%{author_name} %{author_nickname}</a> 提出。
424
+ endorse_initiative_event:
425
+ email_intro: "\"%{author_name} %{author_nickname} 正在追蹤,並已連署以下倡議,或許你想參與對話:"
426
+ email_outro: 您收到此通知,是因為您正在關注 %{author_nickname}。您可以使用上面的連結停止接收通知。
427
+ email_subject: 倡議得到 %{author_nickname} 的連署
428
+ notification_title: <a href="%{resource_path}">%{resource_title}</a> 倡議已獲 %{author_name} %{author_nickname} 連署。
429
+ revoke_membership_request:
430
+ email_intro: "%{author_nickname} 拒絕了您加入 %{resource_title} 倡議發起委員會的申請。"
431
+ email_outro: '這是您收到的通知,因為您申請參與這個倡議:%{resource_title}。'
432
+ email_subject: "%{author_nickname} 拒絕了你加入推廣委員會的申請"
433
+ notification_title: <a href="%{author_profile_url}">%{author_nickname}</a> 拒絕了您加入 %{resource_title} 倡議的推廣委員會成員的申請。
434
+ spawn_committee_request_event:
435
+ email_intro: "%{applicant_nickname} 申請加入您的倡議 %{resource_title} 推廣委員會。要接受或拒絕申請,請前往您的倡議編輯表單。"
436
+ email_outro: '你收到這個通知是因為你是該倡議 %{resource_title} 的作者。'
437
+ email_subject: "%{applicant_nickname} 想加入你的倡議"
438
+ notification_title: <a href="%{applicant_profile_url}">%{applicant_nickname}</a> 申請加入你的倡議 <a href="%{resource_url}">%{resource_title}</a> 的推動委員會。點擊<a href="%{resource_url}/edit">這裡</a>接受或拒絕申請。
439
+ form:
440
+ add_attachments: 文件
441
+ attachment_legend: "(可選) 新增附件"
442
+ delete_attachment: 刪除
443
+ index:
444
+ title: 倡議
445
+ uninitialized: 目前尚未有管理員配置方案
446
+ initiative_signatures:
447
+ fill_personal_data:
448
+ continue: 繼續
449
+ date_select:
450
+ day: 日
451
+ month: 月
452
+ year: 年
453
+ help: 以下請填寫您的個人資料以簽署此倡議。
454
+ finish:
455
+ back_to_initiative: 回到倡議
456
+ sms_code:
457
+ continue: 檢查代碼並繼續
458
+ help: 請檢查您手機收到的SMS簡訊
459
+ sms_phone_number:
460
+ continue: 發送簡訊給我
461
+ help: 請填寫您驗證過的手機號碼以申請驗證碼
462
+ initiative_votes:
463
+ create:
464
+ error: 發起倡議的簽署遇到問題。
465
+ invalid: 提供的資料以簽署此倡議為無效
466
+ success_html: 恭喜!<strong> %{title} </strong> 倡議已成功簽署。
467
+ personal_data:
468
+ invalid: 個人資料與授權提供的資料不一致。
469
+ sms_code:
470
+ invalid: 您的驗證碼與我們的不符。請仔細檢查我們發送給您的SMS簡訊。
471
+ sms_phone:
472
+ invalid: 電話號碼無效或正在等待授權。請檢查您的授權。
473
+ initiatives:
474
+ author:
475
+ deleted: 刪除
476
+ author_list:
477
+ hidden_authors_count:
478
+ other: "one\n以及其他 %{count} 個人\n\nOther\n以及其他 %{count} 個人"
479
+ committee_members:
480
+ approve: 核准
481
+ confirm_revoke: 您確定嗎?
482
+ invite_to_committee_help: 透過分享此連結,邀請其他參與者加入推廣委員會。
483
+ no_members_yet: 推廣委員會中沒有成員
484
+ revoke: 撤銷
485
+ title: 委員會成員
486
+ count:
487
+ title:
488
+ other: "One\n %{count} 倡議\n\nOther\n %{count} 倡議"
489
+ filters:
490
+ any: 任何
491
+ area: 區域
492
+ author: 作者
493
+ myself: 我的倡議
494
+ scope: 範圍
495
+ search: 搜尋
496
+ state: 狀態
497
+ type: 類別
498
+ filters_small_view:
499
+ close_modal: 關閉視窗
500
+ filter: 篩選
501
+ filter_by: 篩選條件
502
+ unfold: 展開
503
+ index_header:
504
+ new_initiative: 新的倡議
505
+ not_authorized:
506
+ authorizations_page: 查看授權
507
+ close: 關閉
508
+ explanation: 你需要先通過驗證才能創建新的倡議。
509
+ title: 需要授權
510
+ initiatives:
511
+ closed_initiatives_warning: 目前沒有開放中的倡議,但您可以在這裡找到所有已結束的倡議清單。
512
+ no_initiatives_warning: 沒有符合您的搜尋條件的倡議。
513
+ interactions:
514
+ comments_count:
515
+ count:
516
+ other: 評論
517
+ orders:
518
+ label: '按照以下方式對倡議進行排序:'
519
+ most_commented: 最多評論
520
+ most_voted: 最多簽署的
521
+ random: 隨機
522
+ recent: 最近
523
+ recently_published: 最新發佈的倡議
524
+ print:
525
+ address: 地址
526
+ author_title: 倡議的作者
527
+ city: 城市
528
+ email: 電子郵件
529
+ full_name: 全名
530
+ general_title: 倡議申請應用例
531
+ id_number: ID 编号
532
+ initiative:
533
+ attachments: 附上文件(請在下方寫出每個文件的名稱)
534
+ description: '說明:'
535
+ title: '標題:'
536
+ type: 倡議類型
537
+ legal_text: 收集的個人資料將根據現行法律由組織機構進行保密處理。
538
+ members_header: 倡議的推動委員會成員
539
+ phone_number: 電話號碼
540
+ place_date: 地點、日期
541
+ postal_code: 郵遞區號/郵政編碼
542
+ print: 列印
543
+ province: 省份/州
544
+ section: '如果組織要求,請打印並填寫此表格,並按指示提交:'
545
+ signature: 簽名
546
+ result:
547
+ answer_title: 這個倡議已經有回應了。
548
+ initiative_rejected_reason: 此倡議因缺乏簽名而被拒絕。
549
+ show:
550
+ any_vote_method: 此倡議收集線上和現場簽名。
551
+ confirm: 您即將發送倡議給管理員進行審核和發佈。一旦發佈,您將無法編輯它。您確定要繼續嗎?"
552
+ edit: 編輯
553
+ follow_description: 當這個倡議有新的消息時,您將收到通知。
554
+ offline_method: 這個倡議只收集現場簽名。
555
+ print: 列印倡議書
556
+ send_to_technical_validation: 送交技術審核
557
+ signatures_count:
558
+ other: " 簽名"
559
+ vote_cabin:
560
+ already_voted: 已簽署
561
+ supports_required: "需要 %{total_supports} 個簽署支持"
562
+ verification_required: 驗證您的帳戶以簽署該倡議
563
+ vote: 簽署
564
+ votes_blocked: 簽署已禁用
565
+ votes_count:
566
+ count:
567
+ other: 簽名
568
+ most_popular_initiative: 最受歡迎的倡議
569
+ need_more_votes: 需要更多簽署支持
570
+ initiatives_mailer:
571
+ creation_subject: 您的倡議「%{title}」已被創建
572
+ initiative_link:
573
+ check_initiative_details: 您可以查看倡議的詳細資訊。
574
+ here: 此處
575
+ more_information: 這裡有更多關於倡議創建過程的資訊。
576
+ progress_report_body_for: 倡議「%{title}」已達到所需簽署的 %{percentage}%。
577
+ progress_report_for: '倡議摘要:%{title}'
578
+ promotal_committee_help: 請記住,您必須邀請至少 %{member_count} 人加入倡議的推廣委員會。請轉發以下連結以邀請人們加入推廣委員會。
579
+ status_change_body_for: '倡議「%{title}」的狀態已更改為:%{state}'
580
+ status_change_for: 倡議「%{title}」的狀態已更改。
581
+ last_activity:
582
+ new_initiative: 新的倡議
583
+ pages:
584
+ home:
585
+ highlighted_initiatives:
586
+ active_initiatives: 進行中的倡議
587
+ see_all_initiatives: 查看所有倡議
588
+ show:
589
+ badge_name:
590
+ accepted: 足夠的簽署數
591
+ created: 已建立
592
+ discarded: 已捨棄
593
+ published: 已發佈
594
+ rejected: 簽署數不足
595
+ validating: 技術驗證
596
+ signature_interval:
597
+ title: 簽名收集期限
598
+ states:
599
+ accepted: 已接受
600
+ expired: 已過期
601
+ unavailable_scope: 不可用的範圍
602
+ update:
603
+ error: 出現了一個錯誤
604
+ success: 倡議已成功更新
605
+ versions:
606
+ shared:
607
+ back_to_resource: 回到倡議
608
+ menu:
609
+ initiatives: 倡議
610
+ resources:
611
+ initiative:
612
+ actions:
613
+ comment: 評論
614
+ initiatives_type:
615
+ actions:
616
+ title: 操作
617
+ vote: 簽署
618
+ layouts:
619
+ decidim:
620
+ initiative_creation_header:
621
+ back: 返回
622
+ fill_data: 建立
623
+ finish: 完成
624
+ previous_form: 開始
625
+ promotal_committee: 推動委員會
626
+ select_initiative_type: 選擇
627
+ show_similar_initiatives: 比較
628
+ step: 第 %{current} 步,共 %{total} 步
629
+ title: 創建新倡議
630
+ initiative_header:
631
+ initiative_menu_item: 倡議
632
+ initiative_signature_creation_header:
633
+ back: 返回
634
+ fill_personal_data: 填寫您的資料
635
+ finish: 完成
636
+ finished: 倡議簽名已創建
637
+ see_steps: 看步驟
638
+ select_identity: 選擇身份
639
+ sms_code: SMS短訊代碼驗證碼
640
+ sms_phone_number: 行動電話號碼
641
+ step: 第 %{current} 步,共 %{total} 步
642
+ title: 簽名 %{initiative_title}
643
+ initiatives:
644
+ initiative:
645
+ check: 查看
646
+ check_and_support: 查看並簽署
647
+ no_initiatives_yet:
648
+ no_initiatives_yet: 尚無倡議!
@@ -89,7 +89,8 @@ module Decidim
89
89
  I18n.t("menu.initiatives", scope: "decidim"),
90
90
  decidim_initiatives.initiatives_path,
91
91
  position: 2.4,
92
- active: :inclusive
92
+ active: :inclusive,
93
+ if: !Decidim::InitiativesType.joins(:scopes).where(organization: current_organization).all.empty?
93
94
  end
94
95
  end
95
96
 
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-initiatives version.
5
5
  module Initiatives
6
6
  def self.version
7
- "0.27.2"
7
+ "0.27.3"
8
8
  end
9
9
  end
10
10
  end