decidim-system 0.27.4 → 0.27.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/decidim/system/application_controller.rb +1 -0
  3. data/app/forms/decidim/system/admin_form.rb +1 -1
  4. data/app/views/decidim/system/admins/edit.html.erb +2 -0
  5. data/app/views/decidim/system/admins/index.html.erb +2 -0
  6. data/app/views/decidim/system/admins/new.html.erb +2 -0
  7. data/app/views/decidim/system/admins/show.html.erb +2 -2
  8. data/app/views/decidim/system/dashboard/show.html.erb +2 -0
  9. data/app/views/decidim/system/devise/passwords/edit.html.erb +2 -2
  10. data/app/views/decidim/system/devise/passwords/new.html.erb +2 -2
  11. data/app/views/decidim/system/devise/sessions/new.html.erb +2 -2
  12. data/app/views/decidim/system/devise/shared/_links.html.erb +5 -11
  13. data/app/views/decidim/system/oauth_applications/edit.html.erb +2 -0
  14. data/app/views/decidim/system/oauth_applications/index.html.erb +2 -0
  15. data/app/views/decidim/system/oauth_applications/new.html.erb +2 -0
  16. data/app/views/decidim/system/oauth_applications/show.html.erb +2 -0
  17. data/app/views/decidim/system/organizations/edit.html.erb +6 -0
  18. data/app/views/decidim/system/organizations/index.html.erb +2 -0
  19. data/app/views/decidim/system/organizations/new.html.erb +5 -3
  20. data/app/views/layouts/decidim/system/_login_items.html.erb +1 -1
  21. data/app/views/layouts/decidim/system/application.html.erb +3 -2
  22. data/app/views/layouts/decidim/system/login.html.erb +1 -1
  23. data/config/locales/ar.yml +3 -3
  24. data/config/locales/bg.yml +202 -0
  25. data/config/locales/ca.yml +30 -2
  26. data/config/locales/cs.yml +30 -2
  27. data/config/locales/de.yml +33 -5
  28. data/config/locales/el.yml +4 -2
  29. data/config/locales/en.yml +30 -2
  30. data/config/locales/eo.yml +7 -0
  31. data/config/locales/es-MX.yml +30 -2
  32. data/config/locales/es-PY.yml +30 -2
  33. data/config/locales/es.yml +30 -2
  34. data/config/locales/eu.yml +48 -20
  35. data/config/locales/fa-IR.yml +5 -0
  36. data/config/locales/fi-plain.yml +30 -2
  37. data/config/locales/fi.yml +32 -4
  38. data/config/locales/fr-CA.yml +30 -2
  39. data/config/locales/fr.yml +30 -2
  40. data/config/locales/ga-IE.yml +2 -0
  41. data/config/locales/gl.yml +2 -2
  42. data/config/locales/he-IL.yml +1 -0
  43. data/config/locales/hu.yml +49 -3
  44. data/config/locales/id-ID.yml +2 -3
  45. data/config/locales/is-IS.yml +8 -2
  46. data/config/locales/it.yml +2 -2
  47. data/config/locales/ja.yml +30 -2
  48. data/config/locales/lb.yml +5 -0
  49. data/config/locales/lt.yml +4 -2
  50. data/config/locales/lv.yml +19 -3
  51. data/config/locales/nl.yml +12 -3
  52. data/config/locales/no.yml +2 -2
  53. data/config/locales/pl.yml +2 -2
  54. data/config/locales/pt-BR.yml +28 -2
  55. data/config/locales/pt.yml +2 -2
  56. data/config/locales/ro-RO.yml +10 -2
  57. data/config/locales/ru.yml +19 -3
  58. data/config/locales/sk.yml +19 -3
  59. data/config/locales/sl.yml +19 -1
  60. data/config/locales/sq-AL.yml +1 -0
  61. data/config/locales/sr-CS.yml +17 -0
  62. data/config/locales/sv.yml +2 -2
  63. data/config/locales/th-TH.yml +1 -0
  64. data/config/locales/tr-TR.yml +3 -3
  65. data/config/locales/uk.yml +14 -3
  66. data/config/locales/zh-CN.yml +2 -2
  67. data/config/locales/zh-TW.yml +4 -2
  68. data/decidim-system.gemspec +35 -0
  69. data/lib/decidim/system/version.rb +1 -1
  70. metadata +22 -12
  71. /data/{config/environment.rb → app/packs/images/decidim/system/.keep} +0 -0
@@ -1,5 +1,22 @@
1
1
  ---
2
2
  ru:
3
+ activemodel:
4
+ attributes:
5
+ oauth_application:
6
+ organization_logo: Логотип организации (квадрат)
7
+ organization_url: Веб-адрес организации
8
+ redirect_uri: URI перенаправления
9
+ organization:
10
+ address: Имя хоста SMTP
11
+ password: Пароль
12
+ port: Порт
13
+ user_name: Имя пользователя
14
+ errors:
15
+ models:
16
+ oauth_application:
17
+ attributes:
18
+ redirect_uri:
19
+ must_be_ssl: URI перенаправления должен быть SSL URI
3
20
  decidim:
4
21
  system:
5
22
  actions:
@@ -23,6 +40,8 @@ ru:
23
40
  new:
24
41
  create: Добавить
25
42
  title: Добавить администратора
43
+ show:
44
+ edit: Редактировать
26
45
  update:
27
46
  error: При попытке обновить этого администратора произошла ошибка.
28
47
  success: Администратор успешно обновлен
@@ -49,7 +68,6 @@ ru:
49
68
  created_at: 'Добавлено:'
50
69
  name: Имя
51
70
  smtp_settings: Настройки SMTP
52
- name: Организация
53
71
  organizations:
54
72
  create:
55
73
  error: При попытке добавить новую организацию произошла ошибка.
@@ -59,8 +77,6 @@ ru:
59
77
  index:
60
78
  title: Организации
61
79
  new:
62
- reference_prefix_hint: Справочный префикс используется для однозначной идентификации ресурсов во всех организациях
63
- secondary_hosts_hint: Введите каждый из них в новой строке
64
80
  title: Добавить организацию
65
81
  update:
66
82
  error: При попытке обновить эту организацию произошла ошибка.
@@ -1,5 +1,22 @@
1
1
  ---
2
2
  sk:
3
+ activemodel:
4
+ attributes:
5
+ oauth_application:
6
+ organization_logo: Logo organizácie (štvorec)
7
+ organization_url: Odkaz na stránku organizácie
8
+ redirect_uri: Presmerovať URI
9
+ organization:
10
+ address: SMTP hostname
11
+ password: Heslo
12
+ port: Port
13
+ user_name: Používateľské meno
14
+ errors:
15
+ models:
16
+ oauth_application:
17
+ attributes:
18
+ redirect_uri:
19
+ must_be_ssl: Presmerovacie URI musí byť SSL URI
3
20
  decidim:
4
21
  system:
5
22
  actions:
@@ -23,6 +40,8 @@ sk:
23
40
  new:
24
41
  create: Vytvoriť
25
42
  title: Nový správca
43
+ show:
44
+ edit: Upraviť
26
45
  update:
27
46
  error: Pri aktualizácii správcu nastala chyba.
28
47
  success: Správca úspešne aktualizovaný
@@ -50,7 +69,6 @@ sk:
50
69
  name: Meno
51
70
  omniauth_settings: Nastavenia Omniauth
52
71
  smtp_settings: Nastavenie SMTP
53
- name: Organizácia
54
72
  organizations:
55
73
  create:
56
74
  error: Pri vytváraní novej organizácie došlo k chybe.
@@ -60,8 +78,6 @@ sk:
60
78
  index:
61
79
  title: Organizácie
62
80
  new:
63
- reference_prefix_hint: Referenčná predpona je použitá pre unikátne identifikovanie zdrojov naprieč všetkými organizáciami
64
- secondary_hosts_hint: Zadajte každý host na nový riadok
65
81
  title: Nová organizácia
66
82
  omniauth_settings:
67
83
  decidim:
@@ -1,5 +1,22 @@
1
1
  ---
2
2
  sl:
3
+ activemodel:
4
+ attributes:
5
+ oauth_application:
6
+ organization_logo: Logo organizacije (kvadratni)
7
+ organization_url: Domača stran organizacije
8
+ redirect_uri: Preusmeritev URI
9
+ organization:
10
+ address: SMTP Gostitelj
11
+ password: Geslo
12
+ port: Vrata
13
+ user_name: Uporabniško ime
14
+ errors:
15
+ models:
16
+ oauth_application:
17
+ attributes:
18
+ redirect_uri:
19
+ must_be_ssl: URL preusmeritev mora bit SSL
3
20
  decidim:
4
21
  system:
5
22
  actions:
@@ -23,6 +40,8 @@ sl:
23
40
  new:
24
41
  create: Ustvari
25
42
  title: Nov skrbnik
43
+ show:
44
+ edit: Uredi
26
45
  update:
27
46
  error: Pojavila se je težava pri urejanju skrbnika.
28
47
  success: Skrbnik uspešno posodobljen
@@ -43,7 +62,6 @@ sl:
43
62
  created_at: Ustvarjen ob
44
63
  name: Ime
45
64
  smtp_settings: SMTP nastavitve
46
- name: Organizacija
47
65
  organizations:
48
66
  create:
49
67
  error: Pojavila se je težava pri kreiranju organizacije.
@@ -0,0 +1 @@
1
+ sq:
@@ -1,5 +1,22 @@
1
1
  ---
2
2
  sr:
3
+ activemodel:
4
+ attributes:
5
+ oauth_application:
6
+ organization_logo: Logo organizacije (kvadrat)
7
+ organization_url: Link organizacije
8
+ redirect_uri: Preusmeren URL
9
+ organization:
10
+ address: SMTP domaćin
11
+ password: Šifra
12
+ port: Port
13
+ user_name: Korisničko ime
14
+ errors:
15
+ models:
16
+ oauth_application:
17
+ attributes:
18
+ redirect_uri:
19
+ must_be_ssl: URI za preusmeravanje mora biti SSL URI
3
20
  decidim:
4
21
  system:
5
22
  models:
@@ -55,6 +55,8 @@ sv:
55
55
  new:
56
56
  create: Skapa
57
57
  title: Ny administratör
58
+ show:
59
+ edit: Redigera
58
60
  update:
59
61
  error: Det gick inte att uppdatera administratören.
60
62
  success: Administratören har uppdaterats
@@ -134,8 +136,6 @@ sv:
134
136
  index:
135
137
  title: Organisationer
136
138
  new:
137
- reference_prefix_hint: Referensprefixet används för att unikt identifiera resurser i alla organisationer
138
- secondary_hosts_hint: Ange var och en av dem på en ny rad
139
139
  title: Ny organisation
140
140
  omniauth_settings:
141
141
  decidim:
@@ -0,0 +1 @@
1
+ th:
@@ -55,6 +55,8 @@ tr:
55
55
  new:
56
56
  create: Oluştur
57
57
  title: Yeni yönetici
58
+ show:
59
+ edit: Düzenle
58
60
  update:
59
61
  error: Bu yönetici güncellenirken bir sorun oluştu.
60
62
  success: Yönetici başarıyla güncellendi
@@ -90,7 +92,7 @@ tr:
90
92
  name: Adı
91
93
  omniauth_settings: Omniauth ayarları
92
94
  smtp_settings: SMTP ayarları
93
- name: organizasyon
95
+ name: Kuruluş
94
96
  oauth_applications:
95
97
  create:
96
98
  error: Bu uygulama oluşturulurken bir hata oluştu.
@@ -139,8 +141,6 @@ tr:
139
141
  index:
140
142
  title: Organizasyonlar
141
143
  new:
142
- reference_prefix_hint: Başvuru öneki, tüm kuruluştaki kaynakları benzersiz şekilde tanımlamak için kullanılır
143
- secondary_hosts_hint: Her birini yeni bir satıra girin
144
144
  title: Yeni organizasyon
145
145
  omniauth_settings:
146
146
  decidim:
@@ -1,5 +1,17 @@
1
1
  ---
2
2
  uk:
3
+ activemodel:
4
+ attributes:
5
+ oauth_application:
6
+ organization_logo: Логотип організації (квадрат)
7
+ organization_url: Адреса сайту організації
8
+ redirect_uri: URI перенаправлення
9
+ errors:
10
+ models:
11
+ oauth_application:
12
+ attributes:
13
+ redirect_uri:
14
+ must_be_ssl: URI перенаправлення має бути SSL URI
3
15
  decidim:
4
16
  system:
5
17
  actions:
@@ -23,6 +35,8 @@ uk:
23
35
  new:
24
36
  create: Додати
25
37
  title: Додати адміністратора
38
+ show:
39
+ edit: Редагувати
26
40
  update:
27
41
  error: При спробі оновити цього адміністратора сталася помилка.
28
42
  success: Адміністратора успішно оновлено
@@ -48,7 +62,6 @@ uk:
48
62
  fields:
49
63
  created_at: 'Додано:'
50
64
  name: Ім'я
51
- name: Організація
52
65
  organizations:
53
66
  create:
54
67
  error: При спробі додати нову організацію сталася помилка.
@@ -58,8 +71,6 @@ uk:
58
71
  index:
59
72
  title: Організації
60
73
  new:
61
- reference_prefix_hint: Довідковий префікс використовується для унікального визначення ресурсів в усіх організаціях
62
- secondary_hosts_hint: Введіть кожен з них в новому рядку
63
74
  title: Додати організацію
64
75
  update:
65
76
  error: При спробі оновити цю організацію сталася помилка.
@@ -48,6 +48,8 @@ zh-CN:
48
48
  new:
49
49
  create: 创建
50
50
  title: 新管理员
51
+ show:
52
+ edit: 编辑
51
53
  update:
52
54
  error: 更新此管理员时出错。
53
55
  success: 管理员更新成功
@@ -132,8 +134,6 @@ zh-CN:
132
134
  index:
133
135
  title: 组织
134
136
  new:
135
- reference_prefix_hint: 引用前缀被用来独特地识别所有组织的资源
136
- secondary_hosts_hint: 在新行中输入其中每一个
137
137
  title: 新建组织
138
138
  omniauth_settings:
139
139
  decidim:
@@ -55,6 +55,8 @@ zh-TW:
55
55
  new:
56
56
  create: 建立
57
57
  title: 新增管理員
58
+ show:
59
+ edit: 編輯
58
60
  update:
59
61
  error: 更新此管理員時發生問題。
60
62
  success: 管理員已成功更新
@@ -145,8 +147,8 @@ zh-TW:
145
147
  index:
146
148
  title: 組織
147
149
  new:
148
- reference_prefix_hint: 參考前綴用於唯一標識所有組織中的資源
149
- secondary_hosts_hint: 請在新的一行輸入每一個
150
+ reference_prefix_hint: 參考前綴用於唯一標識所有組織中的資源.
151
+ secondary_hosts_hint: 請在新的一行輸入每一個.
150
152
  title: 新增組織
151
153
  omniauth_settings:
152
154
  decidim:
@@ -0,0 +1,35 @@
1
+ # frozen_string_literal: true
2
+
3
+ $LOAD_PATH.push File.expand_path("lib", __dir__)
4
+
5
+ # Maintain your gem's version:
6
+ require "decidim/system/version"
7
+
8
+ # Describe your gem and declare its dependencies:
9
+ Gem::Specification.new do |s|
10
+ s.version = Decidim::System.version
11
+ s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
12
+ s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
13
+ s.license = "AGPL-3.0"
14
+ s.homepage = "https://github.com/decidim/decidim"
15
+ s.required_ruby_version = "~> 3.0.0"
16
+
17
+ s.name = "decidim-system"
18
+ s.summary = "Decidim system administration"
19
+ s.description = "System administration to create new organization in an installation."
20
+
21
+ s.files = Dir.chdir(__dir__) do
22
+ `git ls-files -z`.split("\x0").select do |f|
23
+ (File.expand_path(f) == __FILE__) ||
24
+ f.start_with?(*%w(app/ config/ db/ lib/ Rakefile README.md))
25
+ end
26
+ end
27
+
28
+ s.add_dependency "active_link_to", "~> 1.0"
29
+ s.add_dependency "decidim-core", Decidim::System.version
30
+ s.add_dependency "devise", "~> 4.7"
31
+ s.add_dependency "devise-i18n", "~> 1.2"
32
+ s.add_dependency "devise_invitable", "~> 2.0", ">= 2.0.9"
33
+
34
+ s.add_development_dependency "decidim-dev", Decidim::System.version
35
+ end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-system version.
5
5
  module System
6
6
  def self.version
7
- "0.27.4"
7
+ "0.27.6"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-system
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.4
4
+ version: 0.27.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
8
8
  - Marc Riera Casals
9
9
  - Oriol Gual Oliva
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-07-27 00:00:00.000000000 Z
13
+ date: 2024-04-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: active_link_to
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.27.4
35
+ version: 0.27.6
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.27.4
42
+ version: 0.27.6
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: devise
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -75,6 +75,9 @@ dependencies:
75
75
  - - "~>"
76
76
  - !ruby/object:Gem::Version
77
77
  version: '2.0'
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: 2.0.9
78
81
  type: :runtime
79
82
  prerelease: false
80
83
  version_requirements: !ruby/object:Gem::Requirement
@@ -82,20 +85,23 @@ dependencies:
82
85
  - - "~>"
83
86
  - !ruby/object:Gem::Version
84
87
  version: '2.0'
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: 2.0.9
85
91
  - !ruby/object:Gem::Dependency
86
92
  name: decidim-dev
87
93
  requirement: !ruby/object:Gem::Requirement
88
94
  requirements:
89
95
  - - '='
90
96
  - !ruby/object:Gem::Version
91
- version: 0.27.4
97
+ version: 0.27.6
92
98
  type: :development
93
99
  prerelease: false
94
100
  version_requirements: !ruby/object:Gem::Requirement
95
101
  requirements:
96
102
  - - '='
97
103
  - !ruby/object:Gem::Version
98
- version: 0.27.4
104
+ version: 0.27.6
99
105
  description: System administration to create new organization in an installation.
100
106
  email:
101
107
  - josepjaume@gmail.com
@@ -137,6 +143,7 @@ files:
137
143
  - app/models/decidim/system/application_record.rb
138
144
  - app/packs/entrypoints/decidim_system.js
139
145
  - app/packs/entrypoints/decidim_system.scss
146
+ - app/packs/images/decidim/system/.keep
140
147
  - app/packs/images/icons.svg
141
148
  - app/packs/src/decidim/system/application.js
142
149
  - app/packs/stylesheets/decidim/system/_actions.scss
@@ -184,7 +191,6 @@ files:
184
191
  - app/views/layouts/decidim/system/login.html.erb
185
192
  - config/assets.rb
186
193
  - config/brakeman.ignore
187
- - config/environment.rb
188
194
  - config/locales/am-ET.yml
189
195
  - config/locales/ar-SA.yml
190
196
  - config/locales/ar.yml
@@ -217,6 +223,7 @@ files:
217
223
  - config/locales/ga-IE.yml
218
224
  - config/locales/gl.yml
219
225
  - config/locales/gn-PY.yml
226
+ - config/locales/he-IL.yml
220
227
  - config/locales/hr-HR.yml
221
228
  - config/locales/hr.yml
222
229
  - config/locales/hu.yml
@@ -251,9 +258,11 @@ files:
251
258
  - config/locales/sk.yml
252
259
  - config/locales/sl.yml
253
260
  - config/locales/so-SO.yml
261
+ - config/locales/sq-AL.yml
254
262
  - config/locales/sr-CS.yml
255
263
  - config/locales/sv.yml
256
264
  - config/locales/sw-KE.yml
265
+ - config/locales/th-TH.yml
257
266
  - config/locales/ti-ER.yml
258
267
  - config/locales/tr-TR.yml
259
268
  - config/locales/uk.yml
@@ -265,6 +274,7 @@ files:
265
274
  - config/routes.rb
266
275
  - db/migrate/20160919105637_devise_create_decidim_admins.rb
267
276
  - db/seeds.rb
277
+ - decidim-system.gemspec
268
278
  - lib/decidim/system.rb
269
279
  - lib/decidim/system/engine.rb
270
280
  - lib/decidim/system/test/factories.rb
@@ -274,15 +284,15 @@ homepage: https://github.com/decidim/decidim
274
284
  licenses:
275
285
  - AGPL-3.0
276
286
  metadata: {}
277
- post_install_message:
287
+ post_install_message:
278
288
  rdoc_options: []
279
289
  require_paths:
280
290
  - lib
281
291
  required_ruby_version: !ruby/object:Gem::Requirement
282
292
  requirements:
283
- - - ">="
293
+ - - "~>"
284
294
  - !ruby/object:Gem::Version
285
- version: '3.0'
295
+ version: 3.0.0
286
296
  required_rubygems_version: !ruby/object:Gem::Requirement
287
297
  requirements:
288
298
  - - ">="
@@ -290,7 +300,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
290
300
  version: '0'
291
301
  requirements: []
292
302
  rubygems_version: 3.2.22
293
- signing_key:
303
+ signing_key:
294
304
  specification_version: 4
295
305
  summary: Decidim system administration
296
306
  test_files: []