decidim-verifications 0.22.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/app/controllers/decidim/verifications/authorizations_controller.rb +1 -0
  4. data/app/forms/decidim/verifications/id_documents/upload_form.rb +1 -2
  5. data/app/views/decidim/verifications/authorizations/index.html.erb +4 -3
  6. data/app/views/decidim/verifications/id_documents/admin/pending_authorizations/index.html.erb +4 -4
  7. data/app/views/dummy_authorization/_form.html.erb +23 -4
  8. data/config/locales/am-ET.yml +1 -0
  9. data/config/locales/ar.yml +7 -6
  10. data/config/locales/bg-BG.yml +3 -2
  11. data/config/locales/bg.yml +18 -0
  12. data/config/locales/ca.yml +5 -3
  13. data/config/locales/cs.yml +6 -4
  14. data/config/locales/da.yml +1 -0
  15. data/config/locales/de.yml +4 -2
  16. data/config/locales/el.yml +3 -2
  17. data/config/locales/en.yml +4 -2
  18. data/config/locales/eo.yml +1 -0
  19. data/config/locales/es-MX.yml +4 -2
  20. data/config/locales/es-PY.yml +4 -2
  21. data/config/locales/es.yml +5 -3
  22. data/config/locales/et.yml +1 -0
  23. data/config/locales/eu.yml +3 -2
  24. data/config/locales/fi-plain.yml +4 -2
  25. data/config/locales/fi.yml +4 -2
  26. data/config/locales/fr-CA.yml +4 -2
  27. data/config/locales/fr.yml +4 -2
  28. data/config/locales/gl.yml +3 -2
  29. data/config/locales/hr.yml +1 -0
  30. data/config/locales/hu.yml +3 -2
  31. data/config/locales/id-ID.yml +2 -1
  32. data/config/locales/is.yml +120 -0
  33. data/config/locales/it.yml +4 -2
  34. data/config/locales/ja-JP.yml +4 -2
  35. data/config/locales/ja.yml +259 -0
  36. data/config/locales/ko-KR.yml +1 -0
  37. data/config/locales/ko.yml +1 -0
  38. data/config/locales/lt.yml +1 -0
  39. data/config/locales/{lv-LV.yml → lv.yml} +0 -0
  40. data/config/locales/mt.yml +1 -0
  41. data/config/locales/nl.yml +4 -2
  42. data/config/locales/no.yml +3 -2
  43. data/config/locales/om-ET.yml +1 -0
  44. data/config/locales/pl.yml +69 -67
  45. data/config/locales/pt-BR.yml +3 -2
  46. data/config/locales/pt.yml +4 -2
  47. data/config/locales/ro-RO.yml +5 -3
  48. data/config/locales/ru.yml +5 -4
  49. data/config/locales/sk.yml +5 -4
  50. data/config/locales/so-SO.yml +1 -0
  51. data/config/locales/sv.yml +4 -2
  52. data/config/locales/ti-ER.yml +1 -0
  53. data/config/locales/tr-TR.yml +3 -2
  54. data/config/locales/uk.yml +5 -4
  55. data/config/locales/vi-VN.yml +1 -0
  56. data/config/locales/vi.yml +1 -0
  57. data/config/locales/zh-CN.yml +257 -0
  58. data/config/locales/zh-TW.yml +1 -0
  59. data/lib/decidim/verifications/version.rb +1 -1
  60. metadata +29 -10
@@ -114,8 +114,9 @@ pt:
114
114
  success: Sua conta foi confirmada com sucesso.
115
115
  dummy_authorization:
116
116
  extra_explanation:
117
- one: A participação é restrita aos usuários com o código postal %{postal_codes}.
118
- other: 'A participação é restrita aos usuários com qualquer um dos seguintes códigos postais: %{postal_codes}.'
117
+ postal_codes:
118
+ one: A participação é restrita aos usuários com o código postal %{postal_codes}.
119
+ other: 'A participação é restrita aos usuários com qualquer um dos seguintes códigos postais: %{postal_codes}.'
119
120
  id_documents:
120
121
  admin:
121
122
  config:
@@ -143,8 +143,10 @@ pt:
143
143
  success: A sua conta foi verificada corretamente.
144
144
  dummy_authorization:
145
145
  extra_explanation:
146
- one: A participação é restrita aos participantes com o código postal %{postal_codes}.
147
- other: 'A participação é restrita aos participantes com qualquer um dos seguintes códigos postais: %{postal_codes}.'
146
+ postal_codes:
147
+ one: A participação é restrita aos participantes com o código postal %{postal_codes}.
148
+ other: 'A participação é restrita aos participantes com qualquer um dos seguintes códigos postais: %{postal_codes}.'
149
+ scope: A participação é restrita aos participantes com o âmbito %{scope_name}.
148
150
  id_documents:
149
151
  admin:
150
152
  config:
@@ -143,9 +143,11 @@ ro:
143
143
  success: Contul dvs. a fost verificat cu succes.
144
144
  dummy_authorization:
145
145
  extra_explanation:
146
- one: Participarea este limitată la participanții cu codul poștal %{postal_codes}.
147
- few: 'Participarea este limitată la participanții cu oricare dintre următoarele coduri poștale: %{postal_codes}.'
148
- other: 'Participarea este limitată la participanții cu oricare dintre următoarele coduri poștale: %{postal_codes}.'
146
+ postal_codes:
147
+ one: Participarea este limitată la participanții cu codul poștal %{postal_codes}.
148
+ few: 'Participarea este limitată la participanții cu oricare dintre următoarele coduri poștale: %{postal_codes}.'
149
+ other: 'Participarea este limitată la participanții cu oricare dintre următoarele coduri poștale: %{postal_codes}.'
150
+ scope: Participarea este limitată la participanții cu domeniul de aplicare %{scope_name}.
149
151
  id_documents:
150
152
  admin:
151
153
  config:
@@ -65,10 +65,11 @@ ru:
65
65
  start_exploring: начать изучать
66
66
  dummy_authorization:
67
67
  extra_explanation:
68
- one: Участие ограничено участниками с почтовым кодом %{postal_codes}.
69
- few: 'Участие ограничено участниками с почтовыми кодами %{postal_codes}.'
70
- many: 'Участие ограничено участниками с почтовыми кодами %{postal_codes}.'
71
- other: 'Участие ограничено участниками с почтовыми кодами %{postal_codes}.'
68
+ postal_codes:
69
+ one: Участие ограничено участниками с почтовым кодом %{postal_codes}.
70
+ few: 'Участие ограничено участниками с почтовыми кодами %{postal_codes}.'
71
+ many: 'Участие ограничено участниками с почтовыми кодами %{postal_codes}.'
72
+ other: 'Участие ограничено участниками с почтовыми кодами %{postal_codes}.'
72
73
  id_documents:
73
74
  admin:
74
75
  confirmations:
@@ -141,10 +141,11 @@ sk:
141
141
  success: Účet bol úspešne overený.
142
142
  dummy_authorization:
143
143
  extra_explanation:
144
- one: Účasť je obmedzená na užívateľov s poštovým smerovacím číslom%{postal_codes}.
145
- few: 'Účasť je obmedzená na používateľov s niektorým z nasledujúcich poštových smerovacích čísel:%{postal_codes}.'
146
- many: 'Účasť je obmedzená na používateľov s niektorým z nasledujúcich poštových smerovacích čísel:%{postal_codes}.'
147
- other: 'Účasť je obmedzená na používateľov s niektorým z nasledujúcich poštových smerovacích čísel:%{postal_codes}.'
144
+ postal_codes:
145
+ one: Účasť je obmedzená na užívateľov s poštovým smerovacím číslom%{postal_codes}.
146
+ few: 'Účasť je obmedzená na používateľov s niektorým z nasledujúcich poštových smerovacích čísel:%{postal_codes}.'
147
+ many: 'Účasť je obmedzená na používateľov s niektorým z nasledujúcich poštových smerovacích čísel:%{postal_codes}.'
148
+ other: 'Účasť je obmedzená na používateľov s niektorým z nasledujúcich poštových smerovacích čísel:%{postal_codes}.'
148
149
  id_documents:
149
150
  admin:
150
151
  config:
@@ -0,0 +1 @@
1
+ so:
@@ -143,8 +143,10 @@ sv:
143
143
  success: Ditt konto har verifierats.
144
144
  dummy_authorization:
145
145
  extra_explanation:
146
- one: Deltagande är begränsat till deltagare med postnummer %{postal_codes}.
147
- other: 'Deltagande är begränsat till deltagare med något av följande postnummer: %{postal_codes}.'
146
+ postal_codes:
147
+ one: Deltagande är begränsat till deltagare med postnummer %{postal_codes}.
148
+ other: 'Deltagande är begränsat till deltagare med något av följande postnummer: %{postal_codes}.'
149
+ scope: Deltagandet är begränsat till deltagare med omfattningen %{scope_name}.
148
150
  id_documents:
149
151
  admin:
150
152
  config:
@@ -0,0 +1 @@
1
+ ti:
@@ -114,8 +114,9 @@ tr:
114
114
  success: Hesabınız başarıyla doğrulandı.
115
115
  dummy_authorization:
116
116
  extra_explanation:
117
- one: Katılım, posta kodu %{postal_codes}olan kullanıcılarla sınırlıdır.
118
- other: 'Katılım, aşağıdaki posta kodlarından herhangi biriyle kullanıcılarla sınırlıdır: %{postal_codes}.'
117
+ postal_codes:
118
+ one: Katılım, posta kodu %{postal_codes}olan kullanıcılarla sınırlıdır.
119
+ other: 'Katılım, aşağıdaki posta kodlarından herhangi biriyle kullanıcılarla sınırlıdır: %{postal_codes}.'
119
120
  id_documents:
120
121
  admin:
121
122
  config:
@@ -65,10 +65,11 @@ uk:
65
65
  start_exploring: почати досліджувати
66
66
  dummy_authorization:
67
67
  extra_explanation:
68
- one: Участь обмежується лише учасниками з поштовим кодом %{postal_codes}.
69
- few: 'Участь обмежується лише учасниками з поштовими кодами %{postal_codes}.'
70
- many: 'Участь обмежується лише учасниками з поштовими кодами %{postal_codes}.'
71
- other: 'Участь обмежується лише учасниками з поштовими кодами %{postal_codes}.'
68
+ postal_codes:
69
+ one: Участь обмежується лише учасниками з поштовим кодом %{postal_codes}.
70
+ few: 'Участь обмежується лише учасниками з поштовими кодами %{postal_codes}.'
71
+ many: 'Участь обмежується лише учасниками з поштовими кодами %{postal_codes}.'
72
+ other: 'Участь обмежується лише учасниками з поштовими кодами %{postal_codes}.'
72
73
  id_documents:
73
74
  admin:
74
75
  confirmations:
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1,257 @@
1
+ zh-CN:
2
+ activemodel:
3
+ attributes:
4
+ config:
5
+ available_methods: 可用的方法
6
+ offline: 离线的
7
+ offline_explanation: 离线验证说明
8
+ online: 在线
9
+ id_document_information:
10
+ document_number: 文档编号(带字母)
11
+ document_type: 文档类型
12
+ id_document_upload:
13
+ document_number: 文档编号(带字母)
14
+ document_type: 您的文档类型
15
+ user: 参与者
16
+ verification_attachment: 已扫描的文档副本
17
+ offline_confirmation:
18
+ email: 参与者电子邮件
19
+ postal_letter_address:
20
+ full_address: 完整地址
21
+ postal_letter_confirmation:
22
+ verification_code: 验证码
23
+ postal_letter_postage:
24
+ full_address: 完整地址
25
+ verification_code: 验证码
26
+ decidim:
27
+ admin:
28
+ menu:
29
+ authorization_revocation:
30
+ before_date_info: 如果进程已经开始并且你想要撤销上一个进程的权限,将非常有用。
31
+ button: 全部取消
32
+ button_before: 取消之前的日期
33
+ destroy:
34
+ confirm: 在日期前撤销授权无法撤销。您确定要继续吗?
35
+ confirm_all: 撤销所有授权无法撤销。您确定要继续吗?
36
+ destroy_nok: 撤销授权时出现问题。
37
+ destroy_ok: 所有匹配的授权已成功取消!
38
+ info: 共有 %{count} 个已验证的参与者。
39
+ no_data: 没有经过验证的参与者
40
+ title: 验证已取消
41
+ authorization_workflows: 验证
42
+ admin_log:
43
+ organization:
44
+ update_id_documents_config: "%{user_name} 更新了身份文档验证配置"
45
+ user:
46
+ grant_id_documents_offline_verification: "%{user_name} 使用离线身份证件验证了 %{resource_name}"
47
+ authorization_handlers:
48
+ admin:
49
+ csv_census:
50
+ help:
51
+ - 管理员通过接受的电子邮件上传CSV
52
+ - 只有那个CSV文件中有电子邮件的参与者才能获得验证
53
+ id_documents:
54
+ help:
55
+ - 用户填写其身份资料并上载其文件副本。
56
+ - 您填写上传图片中的信息。
57
+ - 信息应匹配用户填写的任何信息。
58
+ - 如果您无法清楚地看到信息或无法获得验证, 您可以拒绝请求,用户将能够修复它。
59
+ postal_letter:
60
+ help:
61
+ - 参与者要求将验证码发送到他们的地址。
62
+ - 你用验证码将信件发送到他们的地址。
63
+ - 您将信件标记为已发送。
64
+ - 一旦您将信件标记为发送,参与者将能够引入代码并获得验证。
65
+ csv_census:
66
+ explanation: 通过该组织的普查获得验证
67
+ name: 本组织的人口普查情况
68
+ direct: 直线
69
+ help: 帮助
70
+ id_documents:
71
+ explanation: 上传您的身份证件,以便我们检查您的身份
72
+ name: 身份文件
73
+ multistep: 多步
74
+ name: 名称
75
+ postal_letter:
76
+ explanation: 我们将向您发送一封带有您必须输入的代码的邮件,我们才能验证您的地址
77
+ name: 邮寄代码
78
+ verifications:
79
+ authorizations:
80
+ authorization_metadata:
81
+ info: '这是当前测试的数据:'
82
+ no_data_stored: 没有存储数据。
83
+ create:
84
+ error: 创建授权时出现问题。
85
+ success: 您已成功授权。
86
+ unconfirmed: 您需要确认您的电子邮件才能授权自己。
87
+ destroy:
88
+ error: 删除授权时出错。
89
+ success: 您已成功删除授权。
90
+ first_login:
91
+ actions:
92
+ another_dummy_authorization_handler: 验证另一个验证处理程序
93
+ csv_census: 核查该组织的人口普查情况
94
+ dummy_authorization_handler: 对照示例授权处理程序验证
95
+ dummy_authorization_workflow: 对照示例授权工作流程验证
96
+ id_documents: 通过上传您的身份证件获得验证
97
+ postal_letter: 通过邮件接收验证码
98
+ sms: 通过接收短信验证码获得验证
99
+ title: 验证您的身份
100
+ verify_with_these_options: '以下是验证您身份的可用选项:'
101
+ index:
102
+ expired_verification: 验证已过期
103
+ pending_verification: 待验证
104
+ show_renew_info: 点击以更新验证
105
+ unauthorized_verification: 新的验证
106
+ new:
107
+ authorize: 发送
108
+ authorize_with: 使用 %{authorizer} 验证
109
+ renew_modal:
110
+ cancel: 取消
111
+ close: 关闭
112
+ continue: 继续
113
+ info_renew: 如果您想要更新数据,请继续更新
114
+ title: 更新验证
115
+ skip_verification: 您现在可以跳过它, %{link}
116
+ start_exploring: 开始探索中
117
+ csv_census:
118
+ admin:
119
+ census:
120
+ create:
121
+ error: 导入普查时出错。
122
+ success: 成功导入 %{count} 个项目 (%{errors} 个错误)
123
+ destroy_all:
124
+ success: 所有普查数据已被删除
125
+ destroy:
126
+ confirm: 删除所有普查无法撤消。您确定要继续吗?
127
+ title: 删除所有普查数据
128
+ index:
129
+ data: 总共载入了 %{count} 条记录。最后上传日期在 %{due_date}
130
+ empty: 没有普查数据。使用下面的表单导入CSV文件。
131
+ title: 目前的普查数据
132
+ instructions:
133
+ body: 要做到这一点,您必须输入系统管理并将csv_census授权添加到组织
134
+ title: 您需要激活此组织的 csv 调查
135
+ new:
136
+ file: "带有电子邮件数据的.csv 文件"
137
+ info: '必须是 CSV 格式的文件,其中只有一个列有电子邮件地址:'
138
+ submit: 上传文件
139
+ title: 上传新的调查
140
+ authorizations:
141
+ new:
142
+ error: 我们无法验证您的帐户或您不在组织的普查中。
143
+ success: 您的帐户已成功验证。
144
+ dummy_authorization:
145
+ extra_explanation:
146
+ scope: 仅限范围为 %{scope_name} 的参与者。
147
+ id_documents:
148
+ admin:
149
+ config:
150
+ edit:
151
+ title: 身份文档配置
152
+ update: 更新
153
+ update:
154
+ error: 更新配置时出现问题。
155
+ success: 配置已成功更新
156
+ confirmations:
157
+ create:
158
+ error: 验证不匹配。请重试或拒绝验证,以便参与者可以修改
159
+ success: 参与者已成功验证
160
+ new:
161
+ introduce_user_data: 在图片中介绍数据
162
+ reject: 拒绝
163
+ verify: 验证
164
+ offline_confirmations:
165
+ create:
166
+ error: 验证不匹配。请重试或告诉参与者修改
167
+ success: 参与者已成功验证
168
+ new:
169
+ cancel: 取消
170
+ introduce_user_data: 介绍参与者电子邮件和文档数据
171
+ verify: 验证
172
+ pending_authorizations:
173
+ index:
174
+ config: 配置
175
+ offline_verification: 离线验证
176
+ title: 待定在线验证
177
+ verification_number: '验证 #%{n}'
178
+ rejections:
179
+ create:
180
+ success: 验证被拒绝。参与者将被提示修改她的文档
181
+ authorizations:
182
+ choose:
183
+ choose_a_type: '请选择您想要验证的方式:'
184
+ offline: 离线的
185
+ online: 在线
186
+ title: 使用您的身份证件验证自己
187
+ create:
188
+ error: 上传您的文档时出现问题
189
+ success: 文档上传成功
190
+ edit:
191
+ being_reviewed: 我们正在审查您的文档。您将很快被验证
192
+ offline: 使用离线验证
193
+ online: 使用在线验证
194
+ rejection_clarity: 请确保上传图像中的信息清晰可见。
195
+ rejection_correctness: 请确保输入的信息正确
196
+ rejection_notice: 您的验证有问题。请再试一次
197
+ send: 再次请求验证
198
+ new:
199
+ send: 请求验证
200
+ title: 上传您的身份文档
201
+ update:
202
+ error: 重新上传您的文档时出现问题
203
+ success: 文档已成功重新上传
204
+ dni: DNI
205
+ nie: NIE
206
+ passport: 护照:
207
+ postal_letter:
208
+ admin:
209
+ pending_authorizations:
210
+ index:
211
+ address: 地址
212
+ letter_sent_at: 信件发送于
213
+ mark_as_sent: 标记为已发送
214
+ not_yet_sent: 尚未发送
215
+ title: 进行中的验证
216
+ username: 昵称
217
+ verification_code: 验证码
218
+ postages:
219
+ create:
220
+ error: 标记已发送信件时出错
221
+ success: 已成功标记为已发送
222
+ authorizations:
223
+ create:
224
+ error: 您的请求有问题
225
+ success: 谢谢!我们会向您的地址发送验证码
226
+ edit:
227
+ send: 确认
228
+ title: 介绍您收到的验证码
229
+ waiting_for_letter: 我们将很快向您的地址发送一封信并附上您的验证码
230
+ new:
231
+ send: 给我发信
232
+ title: 请求您的验证码
233
+ update:
234
+ error: 您的验证码与我们不匹配。请再次检查我们发送给您的信件
235
+ success: 恭喜您。您已成功验证
236
+ sms:
237
+ authorizations:
238
+ create:
239
+ error: 您的请求有问题
240
+ success: 谢谢!我们已经向您的手机发送短信。
241
+ destroy:
242
+ success: 验证码已成功重置。请重新输入您的电话号码。
243
+ edit:
244
+ confirm_destroy: 您确定要重置验证码吗?
245
+ destroy: 重置验证码
246
+ resend: 没有收到验证码?
247
+ send: 确认
248
+ title: 介绍您收到的验证码
249
+ new:
250
+ send: 给我发送短信
251
+ title: 请求您的验证码
252
+ update:
253
+ error: 您的验证码与我们不匹配。请再次检查我们发送给您的短信。
254
+ success: 恭喜您。您已成功验证。
255
+ errors:
256
+ messages:
257
+ uppercase_only_letters_numbers: 必须是所有大写并只包含字母和/或数字
@@ -0,0 +1 @@
1
+ zh-TW:
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-verifications version.
5
5
  module Verifications
6
6
  def self.version
7
- "0.22.0"
7
+ "0.23.0"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-verifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Rodriguez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-01 00:00:00.000000000 Z
11
+ date: 2020-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-core
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.22.0
19
+ version: 0.23.0
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.22.0
26
+ version: 0.23.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: decidim-admin
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.22.0
33
+ version: 0.23.0
34
34
  type: :development
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.22.0
40
+ version: 0.23.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: decidim-dev
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.22.0
47
+ version: 0.23.0
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.22.0
54
+ version: 0.23.0
55
55
  description: Several verification methods for your decidim instance
56
56
  email:
57
57
  - deivid.rodriguez@riseup.net
@@ -137,22 +137,27 @@ files:
137
137
  - app/views/decidim/verifications/sms/authorizations/edit.html.erb
138
138
  - app/views/decidim/verifications/sms/authorizations/new.html.erb
139
139
  - app/views/dummy_authorization/_form.html.erb
140
+ - config/locales/am-ET.yml
140
141
  - config/locales/ar-SA.yml
141
142
  - config/locales/ar.yml
142
143
  - config/locales/bg-BG.yml
144
+ - config/locales/bg.yml
143
145
  - config/locales/ca.yml
144
146
  - config/locales/cs-CZ.yml
145
147
  - config/locales/cs.yml
146
148
  - config/locales/da-DK.yml
149
+ - config/locales/da.yml
147
150
  - config/locales/de.yml
148
151
  - config/locales/el-GR.yml
149
152
  - config/locales/el.yml
150
153
  - config/locales/en.yml
151
154
  - config/locales/eo-UY.yml
155
+ - config/locales/eo.yml
152
156
  - config/locales/es-MX.yml
153
157
  - config/locales/es-PY.yml
154
158
  - config/locales/es.yml
155
159
  - config/locales/et-EE.yml
160
+ - config/locales/et.yml
156
161
  - config/locales/eu.yml
157
162
  - config/locales/fi-pl.yml
158
163
  - config/locales/fi-plain.yml
@@ -162,16 +167,24 @@ files:
162
167
  - config/locales/ga-IE.yml
163
168
  - config/locales/gl.yml
164
169
  - config/locales/hr-HR.yml
170
+ - config/locales/hr.yml
165
171
  - config/locales/hu.yml
166
172
  - config/locales/id-ID.yml
167
173
  - config/locales/is-IS.yml
174
+ - config/locales/is.yml
168
175
  - config/locales/it.yml
169
176
  - config/locales/ja-JP.yml
177
+ - config/locales/ja.yml
178
+ - config/locales/ko-KR.yml
179
+ - config/locales/ko.yml
170
180
  - config/locales/lt-LT.yml
171
- - config/locales/lv-LV.yml
181
+ - config/locales/lt.yml
182
+ - config/locales/lv.yml
172
183
  - config/locales/mt-MT.yml
184
+ - config/locales/mt.yml
173
185
  - config/locales/nl.yml
174
186
  - config/locales/no.yml
187
+ - config/locales/om-ET.yml
175
188
  - config/locales/pl.yml
176
189
  - config/locales/pt-BR.yml
177
190
  - config/locales/pt.yml
@@ -180,10 +193,16 @@ files:
180
193
  - config/locales/sk-SK.yml
181
194
  - config/locales/sk.yml
182
195
  - config/locales/sl.yml
196
+ - config/locales/so-SO.yml
183
197
  - config/locales/sr-CS.yml
184
198
  - config/locales/sv.yml
199
+ - config/locales/ti-ER.yml
185
200
  - config/locales/tr-TR.yml
186
201
  - config/locales/uk.yml
202
+ - config/locales/vi-VN.yml
203
+ - config/locales/vi.yml
204
+ - config/locales/zh-CN.yml
205
+ - config/locales/zh-TW.yml
187
206
  - db/migrate/20171030133426_move_authorizations_to_new_api.rb
188
207
  - db/migrate/20181227135423_create_decidim_verifications_csv_data.rb
189
208
  - lib/decidim/verifications.rb
@@ -232,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
232
251
  - !ruby/object:Gem::Version
233
252
  version: '0'
234
253
  requirements: []
235
- rubygems_version: 3.1.2
254
+ rubygems_version: 3.0.3
236
255
  signing_key:
237
256
  specification_version: 4
238
257
  summary: Decidim verifications module