decidim-system 0.19.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of decidim-system might be problematic. Click here for more details.

Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/decidim/system/application.js.es6 +2 -1
  3. data/app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss +1 -0
  4. data/app/assets/stylesheets/decidim/system/_sidebar.scss +0 -2
  5. data/app/commands/decidim/system/create_default_content_blocks.rb +1 -1
  6. data/app/commands/decidim/system/register_organization.rb +1 -0
  7. data/app/commands/decidim/system/update_organization.rb +1 -0
  8. data/app/controllers/decidim/system/organizations_controller.rb +8 -1
  9. data/app/forms/decidim/system/update_organization_form.rb +31 -0
  10. data/app/views/decidim/system/devise/shared/_links.html.erb +1 -1
  11. data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +23 -0
  12. data/app/views/decidim/system/organizations/_omniauth_settings.html.erb +11 -0
  13. data/app/views/decidim/system/organizations/_smtp_settings.html.erb +5 -1
  14. data/app/views/decidim/system/organizations/edit.html.erb +1 -0
  15. data/app/views/decidim/system/organizations/new.html.erb +1 -0
  16. data/app/views/layouts/decidim/system/_header.html.erb +1 -0
  17. data/app/views/layouts/decidim/system/_js_configuration.html.erb +9 -0
  18. data/app/views/layouts/decidim/system/application.html.erb +2 -0
  19. data/config/locales/ar.yml +11 -0
  20. data/config/locales/bg-BG.yml +8 -0
  21. data/config/locales/ca.yml +25 -0
  22. data/config/locales/cs.yml +26 -1
  23. data/config/locales/da-DK.yml +1 -0
  24. data/config/locales/de.yml +26 -0
  25. data/config/locales/el-GR.yml +1 -0
  26. data/config/locales/el.yml +101 -0
  27. data/config/locales/en.yml +25 -0
  28. data/config/locales/es-MX.yml +25 -0
  29. data/config/locales/es-PY.yml +25 -0
  30. data/config/locales/es.yml +25 -0
  31. data/config/locales/et-EE.yml +1 -0
  32. data/config/locales/fi-plain.yml +25 -0
  33. data/config/locales/fi.yml +25 -0
  34. data/config/locales/fr-CA.yml +101 -0
  35. data/config/locales/fr.yml +25 -0
  36. data/config/locales/ga-IE.yml +1 -0
  37. data/config/locales/hr-HR.yml +1 -0
  38. data/config/locales/hu.yml +18 -0
  39. data/config/locales/is-IS.yml +55 -0
  40. data/config/locales/it.yml +26 -1
  41. data/config/locales/ja-JP.yml +101 -0
  42. data/config/locales/lt-LT.yml +1 -0
  43. data/config/locales/lv-LV.yml +101 -0
  44. data/config/locales/mt-MT.yml +1 -0
  45. data/config/locales/nl.yml +25 -0
  46. data/config/locales/no.yml +83 -0
  47. data/config/locales/pl.yml +29 -3
  48. data/config/locales/pt-BR.yml +1 -1
  49. data/config/locales/pt.yml +50 -24
  50. data/config/locales/ro-RO.yml +101 -0
  51. data/config/locales/ru.yml +5 -0
  52. data/config/locales/sk-SK.yml +90 -0
  53. data/config/locales/sk.yml +95 -0
  54. data/config/locales/sl.yml +51 -0
  55. data/config/locales/sr-CS.yml +26 -0
  56. data/config/locales/sv.yml +25 -0
  57. data/lib/decidim/system/test/factories.rb +11 -0
  58. data/lib/decidim/system/version.rb +1 -1
  59. metadata +33 -17
@@ -48,6 +48,7 @@ en:
48
48
  fields:
49
49
  created_at: Created at
50
50
  name: Name
51
+ omniauth_settings: Omniauth settings
51
52
  smtp_settings: SMTP settings
52
53
  name: Organization
53
54
  organizations:
@@ -62,6 +63,30 @@ en:
62
63
  reference_prefix_hint: The reference prefix is used to uniquely identify resources across all organization
63
64
  secondary_hosts_hint: Enter each one of them in a new line
64
65
  title: New organization
66
+ omniauth_settings:
67
+ decidim:
68
+ client_id: Client ID
69
+ client_secret: Client secret
70
+ site_url: Site URL
71
+ enabled: Enabled
72
+ enabled_by_default: This provider is enabled by default. It can be edited but not disabled.
73
+ facebook:
74
+ app_id: App ID
75
+ app_secret: App secret
76
+ google_oauth2:
77
+ client_id: Client ID
78
+ client_secret: Client secret
79
+ icon: Icon
80
+ icon_path: Icon path
81
+ twitter:
82
+ api_key: API key
83
+ api_secret: API secret
84
+ smtp_settings:
85
+ instructions:
86
+ from_label: 'Email sender will be: "your-organization-name <your-organization@your-provider.org>". Leave blank to use the ''from_email'' as label'
87
+ placeholder:
88
+ from_email: your-organization@your-provider.org
89
+ from_label: your-organization-name
65
90
  update:
66
91
  error: There was a problem updating this organization.
67
92
  success: Organization successfully updated.
@@ -47,6 +47,7 @@ es-MX:
47
47
  fields:
48
48
  created_at: Fecha de creación
49
49
  name: Nombre
50
+ omniauth_settings: Ajustes de Omniauth
50
51
  smtp_settings: Configuración de SMTP
51
52
  name: Organización
52
53
  organizations:
@@ -61,6 +62,30 @@ es-MX:
61
62
  reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos de todas las organizaciones
62
63
  secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
63
64
  title: Nueva organización
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: ID del cliente
68
+ client_secret: Secreto del cliente
69
+ site_url: URL del sitio web
70
+ enabled: Habilitado
71
+ enabled_by_default: Este proveedor está habilitado por defecto. Se puede editar pero no se puede desactivar.
72
+ facebook:
73
+ app_id: ID de la App
74
+ app_secret: Secreto de aplicación
75
+ google_oauth2:
76
+ client_id: ID de cliente
77
+ client_secret: Secreto del cliente
78
+ icon: Icono
79
+ icon_path: Ruta del icono
80
+ twitter:
81
+ api_key: Clave API
82
+ api_secret: Secreto API
83
+ smtp_settings:
84
+ instructions:
85
+ from_label: 'La dirección de correo de envío será: "el-nombre-de-tu-organización<your-organization@your-provider.org>. Déjalo en blanco para usar el "des de" como etiqueta'
86
+ placeholder:
87
+ from_email: tu-organizacion@tu-proveedor.org
88
+ from_label: el-nombre-de-tu-organizacion
64
89
  update:
65
90
  error: Se ha producido un error al actualizar esta organización.
66
91
  success: Organización actualizada correctamente.
@@ -47,6 +47,7 @@ es-PY:
47
47
  fields:
48
48
  created_at: Fecha de creación
49
49
  name: Nombre
50
+ omniauth_settings: Ajustes de Omniauth
50
51
  smtp_settings: Configuración de SMTP
51
52
  name: Organización
52
53
  organizations:
@@ -61,6 +62,30 @@ es-PY:
61
62
  reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos de todas las organizaciones
62
63
  secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
63
64
  title: Nueva organización
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: ID del cliente
68
+ client_secret: Secreto del cliente
69
+ site_url: URL del sitio web
70
+ enabled: Habilitado
71
+ enabled_by_default: Este proveedor está habilitado por defecto. Se puede editar pero no se puede desactivar.
72
+ facebook:
73
+ app_id: ID de la App
74
+ app_secret: Secreto de aplicación
75
+ google_oauth2:
76
+ client_id: ID de cliente
77
+ client_secret: Secreto del cliente
78
+ icon: Icono
79
+ icon_path: Ruta del icono
80
+ twitter:
81
+ api_key: Clave API
82
+ api_secret: Secreto API
83
+ smtp_settings:
84
+ instructions:
85
+ from_label: 'La dirección de correo de envío será: "el-nombre-de-tu-organización<your-organization@your-provider.org>. Déjalo en blanco para usar el "des de" como etiqueta'
86
+ placeholder:
87
+ from_email: tu-organizacion@tu-proveedor.org
88
+ from_label: el-nombre-de-tu-organizacion
64
89
  update:
65
90
  error: Se ha producido un error al actualizar esta organización.
66
91
  success: Organización actualizada correctamente.
@@ -47,6 +47,7 @@ es:
47
47
  fields:
48
48
  created_at: Fecha de creación
49
49
  name: Nombre
50
+ omniauth_settings: Ajustes de Omniauth
50
51
  smtp_settings: Configuración de SMTP
51
52
  name: Organización
52
53
  organizations:
@@ -61,6 +62,30 @@ es:
61
62
  reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos de toda la organización
62
63
  secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
63
64
  title: Nueva organización
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: ID del cliente
68
+ client_secret: Secreto del cliente
69
+ site_url: URL del sitio web
70
+ enabled: Habilitado
71
+ enabled_by_default: Este proveedor está habilitado por defecto. Se puede editar pero no se puede desactivar.
72
+ facebook:
73
+ app_id: ID de la App
74
+ app_secret: Secreto de aplicación
75
+ google_oauth2:
76
+ client_id: ID de cliente
77
+ client_secret: Secreto del cliente
78
+ icon: Icono
79
+ icon_path: Ruta del icono
80
+ twitter:
81
+ api_key: Clave API
82
+ api_secret: Secreto API
83
+ smtp_settings:
84
+ instructions:
85
+ from_label: 'La dirección de correo de envío será: "el-nombre-de-tu-organización<your-organization@your-provider.org>. Déjalo en blanco para usar el "des de" como etiqueta'
86
+ placeholder:
87
+ from_email: tu-organizacion@tu-proveedor.org
88
+ from_label: el-nombre-de-tu-organizacion
64
89
  update:
65
90
  error: Se ha producido un error al actualizar esta organización.
66
91
  success: Organización actualizada correctamente.
@@ -0,0 +1 @@
1
+ et:
@@ -47,6 +47,7 @@ fi-pl:
47
47
  fields:
48
48
  created_at: Luotu
49
49
  name: Nimi
50
+ omniauth_settings: Omniauth-asetukset
50
51
  smtp_settings: SMTP-asetukset
51
52
  name: Organisaatio
52
53
  organizations:
@@ -61,6 +62,30 @@ fi-pl:
61
62
  reference_prefix_hint: Viitekoodin avulla tunnistetaan yksilöllisesti resursseja kaikissa organisaatioissa
62
63
  secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen
63
64
  title: Uusi organisaatio
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: Asiakkaan tunniste (Client ID)
68
+ client_secret: Asiakkaan salausavain (Client secret)
69
+ site_url: Sivuston URL-osoite
70
+ enabled: Käytössä
71
+ enabled_by_default: Tämä palveluntarjoaja on oletuksena asetettu päälle. Sitä voi muokata, mutta sitä ei voi asettaa pois päältä.
72
+ facebook:
73
+ app_id: Sovelluksen ID (App ID)
74
+ app_secret: Sovelluksen salausavain (App secret)
75
+ google_oauth2:
76
+ client_id: Asiakkaan tunniste (Client ID)
77
+ client_secret: Asiakkaan salausavain (Client secret)
78
+ icon: Ikoni
79
+ icon_path: Ikonin polku
80
+ twitter:
81
+ api_key: API-avain
82
+ api_secret: API-salausavain
83
+ smtp_settings:
84
+ instructions:
85
+ from_label: 'Sähköpostin lähettäjä on: "organisaatiosi-nimi <your-organization@your-provider.org>". Jätä tyhjäksi käyttääksesi lähetysosoitetta nimenä'
86
+ placeholder:
87
+ from_email: organisaatiosi@osoitteesi.org
88
+ from_label: organisaatiosi-nimi
64
89
  update:
65
90
  error: Organisaation päivityksessä tapahtui virhe.
66
91
  success: Organisaatio päivitetty onnistuneesti.
@@ -47,6 +47,7 @@ fi:
47
47
  fields:
48
48
  created_at: Luotu
49
49
  name: Nimi
50
+ omniauth_settings: Omniauth-asetukset
50
51
  smtp_settings: SMTP-asetukset
51
52
  name: Organisaatio
52
53
  organizations:
@@ -61,6 +62,30 @@ fi:
61
62
  reference_prefix_hint: Viitetunnisteen avulla tunnistetaan yksilöllisesti resursseja eri organisaatioiden välillä
62
63
  secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen
63
64
  title: Uusi organisaatio
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: Asiakkaan tunniste (Client ID)
68
+ client_secret: Asiakkaan salausavain (Client secret)
69
+ site_url: Sivuston URL-osoite
70
+ enabled: Käytössä
71
+ enabled_by_default: Tämä palveluntarjoaja on oletuksena asetettu päälle. Sitä voi muokata, mutta sitä ei voi asettaa pois päältä.
72
+ facebook:
73
+ app_id: Sovelluksen ID (App ID)
74
+ app_secret: Sovelluksen salausavain (App secret)
75
+ google_oauth2:
76
+ client_id: Asiakkaan tunniste (Client ID)
77
+ client_secret: Asiakkaan salausavain (Client secret)
78
+ icon: Ikoni
79
+ icon_path: Ikonin polku
80
+ twitter:
81
+ api_key: API-avain
82
+ api_secret: API-salausavain
83
+ smtp_settings:
84
+ instructions:
85
+ from_label: 'Sähköpostin lähettäjä on: "organisaatiosi-nimi <your-organization@your-provider.org>". Jätä tyhjäksi käyttääksesi lähetysosoitetta nimenä'
86
+ placeholder:
87
+ from_email: organisaatiosi@osoitteesi.org
88
+ from_label: organisaatiosi-nimi
64
89
  update:
65
90
  error: Organisaation päivitys epäonnistui.
66
91
  success: Organisaation päivitys onnistui.
@@ -0,0 +1,101 @@
1
+ fr-CA:
2
+ decidim:
3
+ system:
4
+ actions:
5
+ confirm_destroy: Êtes-vous certain de vouloir supprimer cela ?
6
+ destroy: Supprimer
7
+ edit: Modifier
8
+ new: Nouvelle
9
+ save: Sauvegarder
10
+ title: Actions
11
+ admins:
12
+ create:
13
+ error: Une erreur s'est produite lors de la création d'un nouvel administrateur.
14
+ success: Admin créé avec succès
15
+ destroy:
16
+ success: Administrateur supprimé avec succès
17
+ edit:
18
+ title: Modifier l'administrateur
19
+ update: Mettre à jour
20
+ index:
21
+ title: Administrateurs
22
+ new:
23
+ create: Créer
24
+ title: Nouvel administrateur
25
+ update:
26
+ error: Une erreur s'est produite lors de la mise à jour de cet administrateur.
27
+ success: Administrateur mis à jour avec succès
28
+ default_pages:
29
+ placeholders:
30
+ content: Ajoutez un contenu pertinent à la page %{page} en allant sur l'interface d'administration.
31
+ title: Titre par défaut pour %{page}
32
+ menu:
33
+ admins: Administrateurs
34
+ dashboard: Tableau de bord
35
+ organizations: Organisations
36
+ models:
37
+ admin:
38
+ fields:
39
+ created_at: Créé le
40
+ email: Courriel
41
+ name: Administrateur
42
+ validations:
43
+ email_uniqueness: un autre administrateur avec la même adresse email existe déjà
44
+ organization:
45
+ actions:
46
+ save_and_invite: Créer une organisation et inviter un administrateur
47
+ fields:
48
+ created_at: Créé le
49
+ name: Nom
50
+ omniauth_settings: Paramètres Omniauth
51
+ smtp_settings: Paramètres SMTP
52
+ name: Organisation
53
+ organizations:
54
+ create:
55
+ error: Une erreur s'est produite lors de la création d'une nouvelle organisation.
56
+ success: Organisation créée avec succès.
57
+ edit:
58
+ secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
59
+ index:
60
+ title: Organisations
61
+ new:
62
+ reference_prefix_hint: Le préfixe de référence est utilisé pour identifier de manière unique les ressources pour toutes les organisations
63
+ secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
64
+ title: Nouvelle organisation
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: ID du client
68
+ client_secret: Secret du client
69
+ site_url: URL du site
70
+ enabled: Activé
71
+ enabled_by_default: Ce fournisseur est activé par défaut. Il peut être édité mais non désactivé.
72
+ facebook:
73
+ app_id: ID de l'application
74
+ app_secret: Secret de l'application
75
+ google_oauth2:
76
+ client_id: ID du client
77
+ client_secret: Secret du client
78
+ icon: Icône
79
+ icon_path: Chemin de l'icône
80
+ twitter:
81
+ api_key: Clé API
82
+ api_secret: Secret de l'API
83
+ smtp_settings:
84
+ instructions:
85
+ from_label: 'L''expéditeur de l''e-mail sera : "votre-nom d''organisation <your-organization@your-provider.org>". Laissez vide pour utiliser le "from_email" comme étiquette'
86
+ placeholder:
87
+ from_email: votre-organisation@votre-fournisseur.org
88
+ from_label: nom-de-votre-organisation
89
+ update:
90
+ error: Une erreur s'est produite lors de la mise à jour de cette organisation.
91
+ success: Organisation mise à jour avec succès.
92
+ users_registration_mode:
93
+ disabled: L'accès n'est possible qu'avec des comptes externes
94
+ enabled: Autoriser les utilisateurs à s'inscrire et à se connecter
95
+ existing: Ne pas autoriser les utilisateurs à s'inscrire, mais autoriser les utilisateurs existants à se connecter
96
+ shared:
97
+ notices:
98
+ no_organization_warning_html: Vous devez créer une organisation pour démarrer. Assurez-vous de lire %{guide} avant de continuer.
99
+ our_getting_started_guide: Notre guide de démarrage
100
+ titles:
101
+ dashboard: Tableau de bord
@@ -47,6 +47,7 @@ fr:
47
47
  fields:
48
48
  created_at: Créé le
49
49
  name: Nom
50
+ omniauth_settings: Paramètres Omniauth
50
51
  smtp_settings: Paramètres SMTP
51
52
  name: Organisation
52
53
  organizations:
@@ -61,6 +62,30 @@ fr:
61
62
  reference_prefix_hint: Le préfixe de référence est utilisé pour identifier de manière unique les ressources pour toutes les organisations
62
63
  secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
63
64
  title: Nouvelle organisation
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: ID du client
68
+ client_secret: Secret du client
69
+ site_url: URL du site
70
+ enabled: Activé
71
+ enabled_by_default: Ce fournisseur est activé par défaut. Il peut être édité mais non désactivé.
72
+ facebook:
73
+ app_id: ID de l'application
74
+ app_secret: Secret de l'application
75
+ google_oauth2:
76
+ client_id: ID du client
77
+ client_secret: Secret du client
78
+ icon: Icône
79
+ icon_path: Chemin de l'icône
80
+ twitter:
81
+ api_key: Clé API
82
+ api_secret: Secret de l'API
83
+ smtp_settings:
84
+ instructions:
85
+ from_label: 'L''expéditeur de l''e-mail sera : "votre-nom d''organisation <your-organization@your-provider.org>". Laissez vide pour utiliser le "from_email" comme étiquette'
86
+ placeholder:
87
+ from_email: votre-organisation@votre-fournisseur.org
88
+ from_label: nom-de-votre-organisation
64
89
  update:
65
90
  error: Une erreur s'est produite lors de la mise à jour de cette organisation.
66
91
  success: Organisation mise à jour avec succès.
@@ -0,0 +1 @@
1
+ ga:
@@ -0,0 +1 @@
1
+ hr:
@@ -47,6 +47,7 @@ hu:
47
47
  fields:
48
48
  created_at: 'Létrehozva:'
49
49
  name: Név
50
+ omniauth_settings: Omniauth beállítások
50
51
  smtp_settings: SMTP beállítások
51
52
  name: Szervezet
52
53
  organizations:
@@ -61,6 +62,23 @@ hu:
61
62
  reference_prefix_hint: A hivatkozási előtag az erőforrások azonosítására szolgál a szervezetek esetében
62
63
  secondary_hosts_hint: Mindegyiket új sorba írd be
63
64
  title: Új szervezet
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: Ügyfél ID
68
+ client_secret: Ügyfél titkos kódja
69
+ site_url: Weboldal URL
70
+ enabled: Engedélyezve
71
+ facebook:
72
+ app_id: Alkalmazás ID
73
+ app_secret: Alkalmazás titkos kulcs
74
+ google_oauth2:
75
+ client_id: Ügyfél ID
76
+ client_secret: Client Secret
77
+ icon: Ikon
78
+ icon_path: Ikon elérési útja
79
+ twitter:
80
+ api_key: API-kulcs
81
+ api_secret: API Titkos
64
82
  update:
65
83
  error: Hiba történt a szervezet frissítése során.
66
84
  success: Szervezet sikeresen frissítve.
@@ -0,0 +1,55 @@
1
+ is-IS:
2
+ decidim:
3
+ system:
4
+ actions:
5
+ confirm_destroy: Ertu viss um að þú viljir eyða þessu?
6
+ edit: Breyta
7
+ new: Nýtt
8
+ save: Vista
9
+ title: Aðgerðir
10
+ admins:
11
+ edit:
12
+ title: Breyta admin
13
+ update: Uppfæra
14
+ index:
15
+ title: Admins
16
+ new:
17
+ create: Búa til
18
+ title: Nýr admin
19
+ default_pages:
20
+ placeholders:
21
+ content: Vinsamlegast bættu við mikilvægu efni á %{page} truflanir síðunni á stjórnborðinu.
22
+ title: Sjálfgefin titill fyrir %{page}
23
+ menu:
24
+ admins: Admins
25
+ dashboard: Mælaborð
26
+ organizations: Stofnanir
27
+ models:
28
+ admin:
29
+ fields:
30
+ created_at: Búið til á
31
+ email: Email
32
+ name: Admin
33
+ validations:
34
+ email_uniqueness: annar admin með sama netfangi er þegar til
35
+ organization:
36
+ actions:
37
+ save_and_invite: Búðu til stofnun og bjóðið admin
38
+ fields:
39
+ created_at: Búið til á
40
+ name: Nafn
41
+ name: Skipulag
42
+ organizations:
43
+ edit:
44
+ secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
45
+ index:
46
+ title: Stofnanir
47
+ new:
48
+ secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
49
+ title: Ný samtök
50
+ shared:
51
+ notices:
52
+ no_organization_warning_html: Þú verður að stofna stofnun til að byrja. Gakktu úr skugga um að þú lest %{guide} áður en þú heldur áfram.
53
+ our_getting_started_guide: byrjunarleiðbeiningar okkar
54
+ titles:
55
+ dashboard: Mælaborð